01KZSQQ7S01WKADN14E664GZPJ: 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: 01KZSQQWVFH7N7KJEDCR3KDX32

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-12T01:01:03.682Zjob assigned to worker 01KZSQR33A4QACR0D36BMW1VZG [factory aws, i-031a4dab966112966] (queued for 49 s)
 
22026-08-12T01:01:11.168Zstarting task 0: "setup"
32026-08-12T01:01:11.172Z++ uname -s
42026-08-12T01:01:11.175Z+ kern=SunOS
52026-08-12T01:01:11.175Z+ build_user=build
62026-08-12T01:01:11.175Z+ build_uid=12345
72026-08-12T01:01:11.175Z+ work_dir=/work
82026-08-12T01:01:11.175Z+ input_dir=/input
92026-08-12T01:01:11.175Z+ [[ 0 == 12345 ]]
102026-08-12T01:01:11.175Z+ case "$kern" in
112026-08-12T01:01:11.175Z+ groupadd -g 12345 build
122026-08-12T01:01:11.179Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-12T01:01:13.183Z+ zfs create -o mountpoint=/work rpool/work
142026-08-12T01:01:13.273Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-12T01:01:13.276Z+ home_fs=zfs
162026-08-12T01:01:13.276Z+ [[ zfs == autofs ]]
172026-08-12T01:01:13.276Z+ mkdir -p /home/build
182026-08-12T01:01:13.279Z+ chown build:build /home/build /work
192026-08-12T01:01:15.279Z+ chmod 0700 /home/build /work
202026-08-12T01:01:15.283Zprocess exited: duration 4116 ms, exit code 0
 
212026-08-12T01:01:15.289Zstarting task 1: "rust-toolchain"
222026-08-12T01:01:15.294Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-12T01:01:15.294Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-12T01:01:15.294Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-12T01:01:15.295Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-12T01:01:15.295Z * rust toolchain channel = "1.97.1"
272026-08-12T01:01:15.295Z * rust toolchain profile = "default"
282026-08-12T01:01:15.298Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-12T01:01:15.298Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-12T01:01:15.384Zinfo: downloading installer
312026-08-12T01:01:16.770Zwarn: It looks like you have an existing rustup settings file at:
322026-08-12T01:01:16.770Zwarn: /home/build/.rustup/settings.toml
332026-08-12T01:01:16.770Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-12T01:01:16.770Zwarn: instead of the one inferred from the default host triple.
352026-08-12T01:01:16.782Zinfo: profile set to default
362026-08-12T01:01:16.783Zinfo: default host triple is x86_64-unknown-illumos
372026-08-12T01:01:16.786Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-12T01:01:16.930Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-12T01:01:16.934Zinfo: downloading 6 components
402026-08-12T01:01:31.609Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-12T01:01:31.609Z
422026-08-12T01:01:31.635Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-12T01:01:31.635Z
442026-08-12T01:01:31.635Z
452026-08-12T01:01:31.635ZRust is installed now. Great!
462026-08-12T01:01:31.635Z
472026-08-12T01:01:31.635ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-12T01:01:31.635Zenvironment variable. This has not been done automatically.
492026-08-12T01:01:31.635Z
502026-08-12T01:01:31.635ZTo configure your current shell, you need to source
512026-08-12T01:01:31.635Zthe corresponding env file under $HOME/.cargo.
522026-08-12T01:01:31.635Z
532026-08-12T01:01:31.635ZThis is usually done by running one of the following (note the leading DOT):
542026-08-12T01:01:31.635Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-12T01:01:31.635Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-12T01:01:31.636Zsource "~/.cargo/env.nu" # For nushell
572026-08-12T01:01:31.636Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-12T01:01:31.636Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-12T01:01:31.636Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-12T01:01:31.639Zwarn: no default linker (`cc`) was found in your PATH
612026-08-12T01:01:31.639Zwarn: many Rust crates require a system C toolchain to build
622026-08-12T01:01:31.741Z+ rustup --version
632026-08-12T01:01:31.747Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-12T01:01:31.750Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-12T01:01:31.766Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-12T01:01:31.769Z+ cargo --version
672026-08-12T01:01:31.777Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-12T01:01:31.781Z+ rustc --version
692026-08-12T01:01:31.800Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-12T01:01:31.804Zprocess exited: duration 16513 ms, exit code 0
 
712026-08-12T01:01:31.811Zstarting task 2: "authentication"
722026-08-12T01:01:31.829Zprocess exited: duration 17 ms, exit code 0
 
732026-08-12T01:01:31.835Zstarting task 3: "clone repository"
742026-08-12T01:01:31.840Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-12T01:01:31.844Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-12T01:01:31.875ZCloning into '/work/oxidecomputer/omicron'...
772026-08-12T01:01:42.304Z+ cd /work/oxidecomputer/omicron
782026-08-12T01:01:42.304Z+ git fetch origin a6edaf011eeb97d1e5513f06fa914ae31cb7065f
792026-08-12T01:01:42.649ZFrom https://github.com/oxidecomputer/omicron
802026-08-12T01:01:42.649Z * branch a6edaf011eeb97d1e5513f06fa914ae31cb7065f -> FETCH_HEAD
812026-08-12T01:01:42.664Z+ [[ -n sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config ]]
822026-08-12T01:01:42.667Z++ git branch --show-current
832026-08-12T01:01:42.667Z+ current=main
842026-08-12T01:01:42.668Z+ [[ main != sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config ]]
852026-08-12T01:01:42.668Z+ git branch -f sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config a6edaf011eeb97d1e5513f06fa914ae31cb7065f
862026-08-12T01:01:42.671Z+ git checkout -f sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config
872026-08-12T01:01:42.841ZSwitched to branch 'sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config'
882026-08-12T01:01:42.844Z+ git reset --hard a6edaf011eeb97d1e5513f06fa914ae31cb7065f
892026-08-12T01:01:43.007ZHEAD is now at a6edaf011 [spr] initial version
902026-08-12T01:01:43.011Zprocess exited: duration 11172 ms, exit code 0
 
912026-08-12T01:01:43.018Zstarting task 4: "build"
922026-08-12T01:01:43.023Z+ source .github/buildomat/ci-env.sh
932026-08-12T01:01:43.023Z++ export CARGO_TERM_COLOR=always
942026-08-12T01:01:43.026Z++ CARGO_TERM_COLOR=always
952026-08-12T01:01:43.026Z+++ uname -s
962026-08-12T01:01:43.026Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-12T01:01:43.026Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-12T01:01:43.029Z+ cargo --version
992026-08-12T01:01:43.038Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-12T01:01:43.041Z+ rustc --version
1012026-08-12T01:01:43.059Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-12T01:01:43.062Z+ cargo tree --locked
1032026-08-12T01:01:43.229Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-12T01:01:43.581Z Updating crates.io index
1052026-08-12T01:01:43.584Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-12T01:01:43.837Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-12T01:01:44.211Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-12T01:01:45.263Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-12T01:01:45.848Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-12T01:01:47.500Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-12T01:01:48.316Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-12T01:01:48.617Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-12T01:01:49.001Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-12T01:01:50.302Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-12T01:01:50.629Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-12T01:01:51.015Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-08-12T01:01:51.574Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-08-12T01:01:51.830Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-08-12T01:01:52.090Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-08-12T01:01:52.372Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-12T01:01:52.669Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-12T01:01:52.998Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1232026-08-12T01:01:53.478Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1242026-08-12T01:01:53.968Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-08-12T01:01:54.354Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262026-08-12T01:01:54.815Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-08-12T01:01:55.135Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282026-08-12T01:01:55.726Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1292026-08-12T01:01:56.078Z Updating git repository `https://github.com/oxidecomputer/erebor`
1302026-08-12T01:01:56.378Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1312026-08-12T01:01:56.814Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1322026-08-12T01:01:57.532Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1332026-08-12T01:01:57.955Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-08-12T01:01:58.299Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-08-12T01:01:58.589Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-08-12T01:01:58.965Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372026-08-12T01:01:59.336Z Updating git repository `https://github.com/oxidecomputer/tough`
1382026-08-12T01:01:59.938Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-08-12T01:02:00.244Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-12T01:02:00.559Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-08-12T01:02:00.887Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-08-12T01:02:01.469Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1432026-08-12T01:02:01.822Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-08-12T01:02:02.113Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-08-12T01:02:02.457Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-08-12T01:02:02.779Z Updating git repository `https://github.com/illumos/smf-rs`
1472026-08-12T01:02:05.722Z Downloading crates ...
1482026-08-12T01:02:05.781Z Downloaded constant_time_eq v0.3.1
1492026-08-12T01:02:05.787Z Downloaded compression-core v0.4.31
1502026-08-12T01:02:05.795Z Downloaded cmov v0.5.4
1512026-08-12T01:02:05.798Z Downloaded colored v3.1.1
1522026-08-12T01:02:05.798Z Downloaded clang-sys v1.8.1
1532026-08-12T01:02:05.801Z Downloaded cipher v0.4.4
1542026-08-12T01:02:05.801Z Downloaded colorchoice v1.0.4
1552026-08-12T01:02:05.801Z Downloaded convert_case v0.10.0
1562026-08-12T01:02:05.804Z Downloaded hash32 v0.2.1
1572026-08-12T01:02:05.807Z Downloaded crucible-workspace-hack v0.1.0
1582026-08-12T01:02:05.811Z Downloaded hash32 v0.3.1
1592026-08-12T01:02:05.814Z Downloaded globwalk v0.9.1
1602026-08-12T01:02:05.814Z Downloaded guppy-workspace-hack v0.1.0
1612026-08-12T01:02:05.818Z Downloaded git-stub v1.0.0
1622026-08-12T01:02:05.826Z Downloaded colored v2.2.0
1632026-08-12T01:02:05.829Z Downloaded crc8 v0.1.1
1642026-08-12T01:02:05.829Z Downloaded addr2line v0.25.1
1652026-08-12T01:02:05.829Z Downloaded half v1.8.3
1662026-08-12T01:02:05.832Z Downloaded clap_derive v4.6.1
1672026-08-12T01:02:05.835Z Downloaded cobs v0.3.0
1682026-08-12T01:02:05.835Z Downloaded critical-section v1.2.0
1692026-08-12T01:02:05.838Z Downloaded crossbeam-deque v0.8.6
1702026-08-12T01:02:05.838Z Downloaded cmake v0.1.57
1712026-08-12T01:02:05.840Z Downloaded compression-codecs v0.4.37
1722026-08-12T01:02:05.841Z Downloaded half v2.7.1
1732026-08-12T01:02:05.845Z Downloaded cpufeatures v0.3.0
1742026-08-12T01:02:05.845Z Downloaded clap_lex v1.0.0
1752026-08-12T01:02:05.845Z Downloaded glob v0.3.3
1762026-08-12T01:02:05.848Z Downloaded git-stub-vcs v0.1.0
1772026-08-12T01:02:05.851Z Downloaded group v0.14.0
1782026-08-12T01:02:05.854Z Downloaded ciborium-io v0.2.2
1792026-08-12T01:02:05.854Z Downloaded heck v0.5.0
1802026-08-12T01:02:05.857Z Downloaded criterion-plot v0.6.0
1812026-08-12T01:02:05.860Z Downloaded http-body v1.0.1
1822026-08-12T01:02:05.860Z Downloaded chumsky v0.9.3
1832026-08-12T01:02:05.863Z Downloaded cookie_store v0.22.1
1842026-08-12T01:02:05.863Z Downloaded indexmap v1.9.3
1852026-08-12T01:02:05.866Z Downloaded console v0.16.2
1862026-08-12T01:02:05.866Z Downloaded convert_case v0.4.0
1872026-08-12T01:02:05.871Z Downloaded ciborium-ll v0.2.2
1882026-08-12T01:02:05.875Z Downloaded cpubits v0.1.1
1892026-08-12T01:02:05.875Z Downloaded hex v0.4.3
1902026-08-12T01:02:05.875Z Downloaded hyper-tls v0.6.0
1912026-08-12T01:02:05.875Z Downloaded group v0.13.0
1922026-08-12T01:02:05.878Z Downloaded const-oid v0.10.2
1932026-08-12T01:02:05.881Z Downloaded crc32fast v1.5.0
1942026-08-12T01:02:05.881Z Downloaded derive_more v0.99.20
1952026-08-12T01:02:05.885Z Downloaded hex-literal v1.1.0
1962026-08-12T01:02:05.885Z Downloaded illumos-nvpair v0.3.0
1972026-08-12T01:02:05.889Z Downloaded crc-catalog v2.4.0
1982026-08-12T01:02:05.892Z Downloaded inout v0.2.2
1992026-08-12T01:02:05.892Z Downloaded instability v0.3.11
2002026-08-12T01:02:05.897Z Downloaded crc v3.4.0
2012026-08-12T01:02:05.900Z Downloaded defmt v0.3.100
2022026-08-12T01:02:05.900Z Downloaded heck v0.4.1
2032026-08-12T01:02:05.903Z Downloaded clap v4.6.1
2042026-08-12T01:02:05.906Z Downloaded compact_str v0.8.1
2052026-08-12T01:02:05.909Z Downloaded hubpack_derive v0.1.1
2062026-08-12T01:02:05.912Z Downloaded crypto-common v0.2.2
2072026-08-12T01:02:05.915Z Downloaded home v0.5.12
2082026-08-12T01:02:05.915Z Downloaded indoc v1.0.9
2092026-08-12T01:02:05.915Z Downloaded derive_builder_macro v0.20.2
2102026-08-12T01:02:05.918Z Downloaded darling_macro v0.13.4
2112026-08-12T01:02:05.922Z Downloaded globset v0.4.18
2122026-08-12T01:02:05.922Z Downloaded cstr-argument v0.1.2
2132026-08-12T01:02:05.922Z Downloaded crypto-common v0.1.7
2142026-08-12T01:02:05.925Z Downloaded crunchy v0.2.4
2152026-08-12T01:02:05.928Z Downloaded internet-checksum v0.2.1
2162026-08-12T01:02:05.931Z Downloaded debug-ignore v1.0.5
2172026-08-12T01:02:05.934Z Downloaded curve25519-dalek-derive v0.1.1
2182026-08-12T01:02:05.934Z Downloaded delegate v0.13.5
2192026-08-12T01:02:05.934Z Downloaded cpufeatures v0.2.17
2202026-08-12T01:02:05.937Z Downloaded idna_adapter v1.2.1
2212026-08-12T01:02:05.940Z Downloaded ciborium v0.2.2
2222026-08-12T01:02:05.940Z Downloaded cipher v0.5.2
2232026-08-12T01:02:05.940Z Downloaded hubpack v0.1.2
2242026-08-12T01:02:05.943Z Downloaded illumos-nvpair-sys v0.2.0
2252026-08-12T01:02:05.943Z Downloaded hostname v0.3.1
2262026-08-12T01:02:05.946Z Downloaded darling_macro v0.20.11
2272026-08-12T01:02:05.946Z Downloaded defmt-parser v1.0.0
2282026-08-12T01:02:05.946Z Downloaded darling_macro v0.21.3
2292026-08-12T01:02:05.954Z Downloaded adler2 v2.0.1
2302026-08-12T01:02:05.957Z Downloaded async-recursion v1.1.1
2312026-08-12T01:02:05.957Z Downloaded indent_write v2.2.0
2322026-08-12T01:02:05.960Z Downloaded http-range v0.1.5
2332026-08-12T01:02:05.960Z Downloaded approx v0.5.1
2342026-08-12T01:02:05.960Z Downloaded headers-core v0.3.0
2352026-08-12T01:02:05.960Z Downloaded hex-literal v0.4.1
2362026-08-12T01:02:05.960Z Downloaded ident_case v1.0.1
2372026-08-12T01:02:05.961Z Downloaded instant v0.1.13
2382026-08-12T01:02:05.964Z Downloaded darling_macro v0.23.0
2392026-08-12T01:02:05.966Z Downloaded is-terminal v0.4.17
2402026-08-12T01:02:05.969Z Downloaded concurrent-queue v2.5.0
2412026-08-12T01:02:05.972Z Downloaded atomic-waker v1.1.2
2422026-08-12T01:02:05.972Z Downloaded httpdate v1.0.3
2432026-08-12T01:02:05.975Z Downloaded derive-ex v0.1.8
2442026-08-12T01:02:05.978Z Downloaded const_format_proc_macros v0.2.34
2452026-08-12T01:02:05.978Z Downloaded darling v0.13.4
2462026-08-12T01:02:05.981Z Downloaded hostname v0.4.2
2472026-08-12T01:02:05.984Z Downloaded cfg_aliases v0.2.1
2482026-08-12T01:02:05.987Z Downloaded http-body-util v0.1.3
2492026-08-12T01:02:05.990Z Downloaded ingot-types v0.2.0
2502026-08-12T01:02:05.993Z Downloaded bcrypt-pbkdf v0.11.0
2512026-08-12T01:02:05.997Z Downloaded highway v1.3.0
2522026-08-12T01:02:06.001Z Downloaded castaway v0.2.4
2532026-08-12T01:02:06.004Z Downloaded opaque-debug v0.3.1
2542026-08-12T01:02:06.005Z Downloaded openssl-probe v0.1.6
2552026-08-12T01:02:06.005Z Downloaded openssl-probe v0.2.1
2562026-08-12T01:02:06.005Z Downloaded parking v2.2.1
2572026-08-12T01:02:06.008Z Downloaded derive_builder_core v0.20.2
2582026-08-12T01:02:06.011Z Downloaded path-slash v0.1.5
2592026-08-12T01:02:06.013Z Downloaded phf_shared v0.11.3
2602026-08-12T01:02:06.016Z Downloaded data-encoding v2.10.0
2612026-08-12T01:02:06.020Z Downloaded impl-trait-for-tuples v0.2.3
2622026-08-12T01:02:06.020Z Downloaded indoc v2.0.7
2632026-08-12T01:02:06.023Z Downloaded ingot v0.2.1
2642026-08-12T01:02:06.023Z Downloaded hyper-staticfile v0.10.1
2652026-08-12T01:02:06.023Z Downloaded inout v0.1.4
2662026-08-12T01:02:06.023Z Downloaded csv-core v0.1.13
2672026-08-12T01:02:06.026Z Downloaded ctr v0.10.1
2682026-08-12T01:02:06.026Z Downloaded defmt v1.0.1
2692026-08-12T01:02:06.029Z Downloaded crossbeam-utils v0.8.21
2702026-08-12T01:02:06.033Z Downloaded plain v0.2.3
2712026-08-12T01:02:06.037Z Downloaded predicates-tree v1.0.13
2722026-08-12T01:02:06.039Z Downloaded deranged v0.5.8
2732026-08-12T01:02:06.042Z Downloaded defmt-macros v1.0.1
2742026-08-12T01:02:06.045Z Downloaded anstyle-parse v0.2.7
2752026-08-12T01:02:06.048Z Downloaded corncobs v0.1.4
2762026-08-12T01:02:06.048Z Downloaded daft-derive v0.1.7
2772026-08-12T01:02:06.051Z Downloaded proc-macro-error-attr2 v2.0.0
2782026-08-12T01:02:06.051Z Downloaded psl-types v2.0.11
2792026-08-12T01:02:06.051Z Downloaded humantime v2.3.0
2802026-08-12T01:02:06.054Z Downloaded ipnet v2.11.0
2812026-08-12T01:02:06.054Z Downloaded recursive-proc-macro-impl v0.1.1
2822026-08-12T01:02:06.057Z Downloaded radium v0.7.0
2832026-08-12T01:02:06.061Z Downloaded hmac v0.12.1
2842026-08-12T01:02:06.061Z Downloaded hyper-rustls v0.27.7
2852026-08-12T01:02:06.064Z Downloaded russh-cryptovec v0.62.0
2862026-08-12T01:02:06.066Z Downloaded hybrid-array v0.4.13
2872026-08-12T01:02:06.069Z Downloaded anes v0.1.6
2882026-08-12T01:02:06.072Z Downloaded iana-time-zone v0.1.65
2892026-08-12T01:02:06.076Z Downloaded constant_time_eq v0.4.2
2902026-08-12T01:02:06.080Z Downloaded ctutils v0.4.2
2912026-08-12T01:02:06.083Z Downloaded const-oid v0.9.6
2922026-08-12T01:02:06.086Z Downloaded phf v0.13.1
2932026-08-12T01:02:06.086Z Downloaded blowfish v0.10.0
2942026-08-12T01:02:06.091Z Downloaded serde_repr v0.1.20
2952026-08-12T01:02:06.093Z Downloaded bcs v0.1.6
2962026-08-12T01:02:06.093Z Downloaded bs58 v0.5.1
2972026-08-12T01:02:06.093Z Downloaded cexpr v0.6.0
2982026-08-12T01:02:06.097Z Downloaded oxide-update-engine v0.1.2
2992026-08-12T01:02:06.097Z Downloaded packed_struct v0.10.1
3002026-08-12T01:02:06.097Z Downloaded parse-display v0.10.0
3012026-08-12T01:02:06.097Z Downloaded sha1 v0.11.0
3022026-08-12T01:02:06.100Z Downloaded h2 v0.4.15
3032026-08-12T01:02:06.103Z Downloaded ipnetwork v0.21.1
3042026-08-12T01:02:06.103Z Downloaded rustc_version v0.1.7
3052026-08-12T01:02:06.103Z Downloaded derive_builder v0.20.2
3062026-08-12T01:02:06.106Z Downloaded ingot-macros v0.2.0
3072026-08-12T01:02:06.109Z Downloaded httparse v1.10.1
3082026-08-12T01:02:06.109Z Downloaded der_derive v0.7.3
3092026-08-12T01:02:06.112Z Downloaded hickory-client v0.25.2
3102026-08-12T01:02:06.115Z Downloaded smawk v0.3.2
3112026-08-12T01:02:06.115Z Downloaded darling v0.23.0
3122026-08-12T01:02:06.118Z Downloaded cookie v0.18.1
3132026-08-12T01:02:06.121Z Downloaded hmac v0.13.0
3142026-08-12T01:02:06.124Z Downloaded httptest v0.16.4
3152026-08-12T01:02:06.124Z Downloaded progenitor-client v0.14.0
3162026-08-12T01:02:06.127Z Downloaded crossbeam-epoch v0.9.18
3172026-08-12T01:02:06.130Z Downloaded pbkdf2 v0.13.0
3182026-08-12T01:02:06.130Z Downloaded peg v0.8.5
3192026-08-12T01:02:06.133Z Downloaded strip-ansi-escapes v0.2.1
3202026-08-12T01:02:06.133Z Downloaded subtle v2.6.1
3212026-08-12T01:02:06.133Z Downloaded supports-hyperlinks v2.1.0
3222026-08-12T01:02:06.136Z Downloaded sync-ptr v0.1.4
3232026-08-12T01:02:06.136Z Downloaded terminal_size v0.4.3
3242026-08-12T01:02:06.139Z Downloaded thread-id v5.1.0
3252026-08-12T01:02:06.141Z Downloaded primefield v0.14.0
3262026-08-12T01:02:06.144Z Downloaded daft v0.1.7
3272026-08-12T01:02:06.150Z Downloaded datatest-stable v0.3.3
3282026-08-12T01:02:06.150Z Downloaded darling v0.21.3
3292026-08-12T01:02:06.153Z Downloaded ignore v0.4.25
3302026-08-12T01:02:06.153Z Downloaded rand_seeder v0.4.0
3312026-08-12T01:02:06.153Z Downloaded async-bb8-diesel v0.2.1
3322026-08-12T01:02:06.160Z Downloaded scroll v0.13.0
3332026-08-12T01:02:06.169Z Downloaded postgres-types v0.2.12
3342026-08-12T01:02:06.169Z Downloaded postgres-protocol v0.6.10
3352026-08-12T01:02:06.172Z Downloaded rustversion v1.0.22
3362026-08-12T01:02:06.172Z Downloaded serde_tokenstream v0.2.3
3372026-08-12T01:02:06.172Z Downloaded crc-any v2.5.0
3382026-08-12T01:02:06.176Z Downloaded pin-project-lite v0.2.17
3392026-08-12T01:02:06.178Z Downloaded console v0.15.11
3402026-08-12T01:02:06.178Z Downloaded thread-id v4.2.2
3412026-08-12T01:02:06.178Z Downloaded unit-prefix v0.5.2
3422026-08-12T01:02:06.179Z Downloaded universal-hash v0.5.1
3432026-08-12T01:02:06.181Z Downloaded sha2 v0.10.9
3442026-08-12T01:02:06.181Z Downloaded icu_normalizer v2.1.1
3452026-08-12T01:02:06.184Z Downloaded icu_provider v2.1.1
3462026-08-12T01:02:06.184Z Downloaded camino-tempfile v1.4.1
3472026-08-12T01:02:06.189Z Downloaded icu_properties v2.1.2
3482026-08-12T01:02:06.194Z Downloaded usdt v0.6.0
3492026-08-12T01:02:06.197Z Downloaded utf8_iter v1.0.4
3502026-08-12T01:02:06.199Z Downloaded heapless v0.7.17
3512026-08-12T01:02:06.200Z Downloaded rusty-fork v0.3.1
3522026-08-12T01:02:06.200Z Downloaded sec1 v0.7.3
3532026-08-12T01:02:06.203Z Downloaded derive-where v1.6.0
3542026-08-12T01:02:06.206Z Downloaded ssh-encoding v0.3.0
3552026-08-12T01:02:06.208Z Downloaded stringprep v0.1.5
3562026-08-12T01:02:06.209Z Downloaded darling_core v0.13.4
3572026-08-12T01:02:06.212Z Downloaded sync_wrapper v1.0.2
3582026-08-12T01:02:06.215Z Downloaded synstructure v0.13.2
3592026-08-12T01:02:06.215Z Downloaded termios v0.3.3
3602026-08-12T01:02:06.218Z Downloaded display-error-chain v0.2.2
3612026-08-12T01:02:06.218Z Downloaded downcast-rs v2.0.2
3622026-08-12T01:02:06.221Z Downloaded darling v0.20.11
3632026-08-12T01:02:06.221Z Downloaded icu_normalizer_data v2.1.1
3642026-08-12T01:02:06.224Z Downloaded tls_codec_derive v0.4.2
3652026-08-12T01:02:06.224Z Downloaded parking_lot_core v0.9.12
3662026-08-12T01:02:06.224Z Downloaded pest_derive v2.8.6
3672026-08-12T01:02:06.234Z Downloaded pest_generator v2.8.6
3682026-08-12T01:02:06.234Z Downloaded slog-dtrace v0.3.0
3692026-08-12T01:02:06.234Z Downloaded pkg-config v0.3.32
3702026-08-12T01:02:06.234Z Downloaded static_assertions v1.1.0
3712026-08-12T01:02:06.234Z Downloaded wnaf v0.14.0
3722026-08-12T01:02:06.234Z Downloaded xattr v1.6.1
3732026-08-12T01:02:06.234Z Downloaded dtrace-parser v0.2.0
3742026-08-12T01:02:06.234Z Downloaded heapless v0.8.0
3752026-08-12T01:02:06.240Z Downloaded indicatif v0.18.4
3762026-08-12T01:02:06.240Z Downloaded thiserror-no-std v2.0.2
3772026-08-12T01:02:06.243Z Downloaded tls_codec v0.4.2
3782026-08-12T01:02:06.243Z Downloaded dof v0.4.0
3792026-08-12T01:02:06.243Z Downloaded proc-macro-error2 v2.0.1
3802026-08-12T01:02:06.246Z Downloaded env_filter v1.0.0
3812026-08-12T01:02:06.246Z Downloaded errno v0.3.14
3822026-08-12T01:02:06.246Z Downloaded strum_macros v0.24.3
3832026-08-12T01:02:06.250Z Downloaded thiserror v2.0.18
3842026-08-12T01:02:06.253Z Downloaded tokio-tungstenite v0.23.1
3852026-08-12T01:02:06.256Z Downloaded sha2 v0.11.0
3862026-08-12T01:02:06.259Z Downloaded guppy v0.17.25
3872026-08-12T01:02:06.262Z Downloaded foreign-types-shared v0.3.1
3882026-08-12T01:02:06.265Z Downloaded form_urlencoded v1.2.2
3892026-08-12T01:02:06.265Z Downloaded foreign-types v0.3.2
3902026-08-12T01:02:06.268Z Downloaded icu_locale_core v2.1.1
3912026-08-12T01:02:06.271Z Downloaded const_format v0.2.35
3922026-08-12T01:02:06.274Z Downloaded toml_writer v1.1.1+spec-1.1.0
3932026-08-12T01:02:06.274Z Downloaded slog-scope v4.4.1
3942026-08-12T01:02:06.279Z Downloaded utf8parse v0.2.2
3952026-08-12T01:02:06.279Z Downloaded vsss-rs v3.3.4
3962026-08-12T01:02:06.279Z Downloaded hickory-resolver v0.25.2
3972026-08-12T01:02:06.282Z Downloaded camino v1.2.2
3982026-08-12T01:02:06.290Z Downloaded keccak v0.1.6
3992026-08-12T01:02:06.293Z Downloaded zeroize_derive v1.5.0
4002026-08-12T01:02:06.293Z Downloaded fxhash v0.2.1
4012026-08-12T01:02:06.296Z Downloaded lazy_static v1.5.0
4022026-08-12T01:02:06.299Z Downloaded darling_core v0.21.3
4032026-08-12T01:02:06.306Z Downloaded icu_collections v2.1.1
4042026-08-12T01:02:06.309Z Downloaded hickory-resolver v0.24.4
4052026-08-12T01:02:06.309Z Downloaded rustls-pemfile v2.2.0
4062026-08-12T01:02:06.312Z Downloaded ryu v1.0.23
4072026-08-12T01:02:06.312Z Downloaded serde_with_macros v3.21.0
4082026-08-12T01:02:06.315Z Downloaded vergen-lib v0.1.6
4092026-08-12T01:02:06.315Z Downloaded linkme-impl v0.3.35
4102026-08-12T01:02:06.315Z Downloaded generic-array v0.14.7
4112026-08-12T01:02:06.315Z Downloaded nested v0.1.1
4122026-08-12T01:02:06.318Z Downloaded managed v0.8.0
4132026-08-12T01:02:06.318Z Downloaded serde_cbor v0.11.2
4142026-08-12T01:02:06.318Z Downloaded sqlformat v0.3.5
4152026-08-12T01:02:06.318Z Downloaded nodrop v0.1.14
4162026-08-12T01:02:06.321Z Downloaded hashbrown v0.12.3
4172026-08-12T01:02:06.324Z Downloaded hashbrown v0.14.5
4182026-08-12T01:02:06.328Z Downloaded macaddr v1.0.1
4192026-08-12T01:02:06.328Z Downloaded p256 v0.14.0
4202026-08-12T01:02:06.331Z Downloaded filetime v0.2.27
4212026-08-12T01:02:06.331Z Downloaded futures-executor v0.3.32
4222026-08-12T01:02:06.331Z Downloaded lzss v0.8.2
4232026-08-12T01:02:06.334Z Downloaded darling_core v0.23.0
4242026-08-12T01:02:06.334Z Downloaded maplit v1.0.2
4252026-08-12T01:02:06.337Z Downloaded normalize-line-endings v0.3.0
4262026-08-12T01:02:06.337Z Downloaded backtrace-ext v0.2.1
4272026-08-12T01:02:06.346Z Downloaded term v0.7.0
4282026-08-12T01:02:06.349Z Downloaded diesel-dtrace v0.5.0
4292026-08-12T01:02:06.351Z Downloaded fastrand v2.3.0
4302026-08-12T01:02:06.352Z Downloaded ecdsa v0.16.9
4312026-08-12T01:02:06.355Z Downloaded arrayref v0.3.9
4322026-08-12T01:02:06.355Z Downloaded futures-core v0.3.32
4332026-08-12T01:02:06.355Z Downloaded num_threads v0.1.7
4342026-08-12T01:02:06.355Z Downloaded assert_matches v1.5.0
4352026-08-12T01:02:06.358Z Downloaded atomicwrites v0.4.4
4362026-08-12T01:02:06.363Z Downloaded prettyplease v0.2.37
4372026-08-12T01:02:06.368Z Downloaded der v0.8.0
4382026-08-12T01:02:06.371Z Downloaded bitfield-macros v0.19.4
4392026-08-12T01:02:06.374Z Downloaded peg-runtime v0.8.5
4402026-08-12T01:02:06.378Z Downloaded bytes v1.11.1
4412026-08-12T01:02:06.382Z Downloaded parse-size v1.1.0
4422026-08-12T01:02:06.382Z Downloaded predicates-core v1.0.10
4432026-08-12T01:02:06.386Z Downloaded trybuild v1.0.116
4442026-08-12T01:02:06.390Z Downloaded http v1.4.2
4452026-08-12T01:02:06.395Z Downloaded openssl-macros v0.1.1
4462026-08-12T01:02:06.399Z Downloaded arc-swap v1.8.2
4472026-08-12T01:02:06.403Z Downloaded darling_core v0.20.11
4482026-08-12T01:02:06.405Z Downloaded ref-cast v1.0.25
4492026-08-12T01:02:06.408Z Downloaded unicode-properties v0.1.4
4502026-08-12T01:02:06.412Z Downloaded serde_core v1.0.228
4512026-08-12T01:02:06.415Z Downloaded native-tls v0.2.18
4522026-08-12T01:02:06.415Z Downloaded walkdir v2.5.0
4532026-08-12T01:02:06.419Z Downloaded find-msvc-tools v0.1.9
4542026-08-12T01:02:06.419Z Downloaded nanorand v0.7.0
4552026-08-12T01:02:06.419Z Downloaded nu-ansi-term v0.50.3
4562026-08-12T01:02:06.423Z Downloaded num_enum v0.5.11
4572026-08-12T01:02:06.423Z Downloaded similar v2.7.0
4582026-08-12T01:02:06.426Z Downloaded indexmap v2.14.0
4592026-08-12T01:02:06.430Z Downloaded socket2 v0.6.3
4602026-08-12T01:02:06.430Z Downloaded libsw v3.5.0
4612026-08-12T01:02:06.430Z Downloaded module-lattice v0.2.3
4622026-08-12T01:02:06.433Z Downloaded proc-macro-error-attr v1.0.4
4632026-08-12T01:02:06.433Z Downloaded assert_cmd v2.1.2
4642026-08-12T01:02:06.433Z Downloaded bytecount v0.6.9
4652026-08-12T01:02:06.436Z Downloaded rustc-hash v2.1.1
4662026-08-12T01:02:06.440Z Downloaded crypto-bigint v0.5.5
4672026-08-12T01:02:06.443Z Downloaded same-file v1.0.6
4682026-08-12T01:02:06.443Z Downloaded sapling-renderdag v0.1.0
4692026-08-12T01:02:06.443Z Downloaded scheduled-thread-pool v0.2.7
4702026-08-12T01:02:06.446Z Downloaded num-integer v0.1.46
4712026-08-12T01:02:06.449Z Downloaded bitfield v0.19.4
4722026-08-12T01:02:06.453Z Downloaded buf-list v1.1.2
4732026-08-12T01:02:06.456Z Downloaded des v0.9.0
4742026-08-12T01:02:06.456Z Downloaded anstream v1.0.0
4752026-08-12T01:02:06.459Z Downloaded anstyle v1.0.14
4762026-08-12T01:02:06.459Z Downloaded cast v0.3.0
4772026-08-12T01:02:06.459Z Downloaded peg-macros v0.8.5
4782026-08-12T01:02:06.459Z Downloaded pem v3.0.6
4792026-08-12T01:02:06.462Z Downloaded pin-project-internal v1.1.11
4802026-08-12T01:02:06.462Z Downloaded seq-macro v0.3.6
4812026-08-12T01:02:06.465Z Downloaded signature v2.2.0
4822026-08-12T01:02:06.465Z Downloaded similar-asserts v1.7.0
4832026-08-12T01:02:06.468Z Downloaded strsim v0.11.1
4842026-08-12T01:02:06.471Z Downloaded structmeta v0.3.0
4852026-08-12T01:02:06.471Z Downloaded parse-display-derive v0.10.0
4862026-08-12T01:02:06.471Z Downloaded primeorder v0.13.6
4872026-08-12T01:02:06.471Z Downloaded crossbeam-channel v0.5.15
4882026-08-12T01:02:06.474Z Downloaded goblin v0.8.2
4892026-08-12T01:02:06.477Z Downloaded ar_archive_writer v0.5.1
4902026-08-12T01:02:06.483Z Downloaded der v0.7.10
4912026-08-12T01:02:06.486Z Downloaded camino-tempfile-ext v0.3.3
4922026-08-12T01:02:06.486Z Downloaded headers v0.4.1
4932026-08-12T01:02:06.486Z Downloaded elliptic-curve v0.14.1
4942026-08-12T01:02:06.486Z Downloaded rand_core v0.10.0
4952026-08-12T01:02:06.493Z Downloaded keccak v0.2.0
4962026-08-12T01:02:06.497Z Downloaded twox-hash v2.1.2
4972026-08-12T01:02:06.497Z Downloaded typify v0.6.2
4982026-08-12T01:02:06.497Z Downloaded rand_core v0.9.5
4992026-08-12T01:02:06.500Z Downloaded testing_table v0.3.0
5002026-08-12T01:02:06.500Z Downloaded tokio-macros v2.7.0
5012026-08-12T01:02:06.500Z Downloaded target-triple v1.0.0
5022026-08-12T01:02:06.500Z Downloaded tower-service v0.3.3
5032026-08-12T01:02:06.503Z Downloaded unarray v0.1.4
5042026-08-12T01:02:06.503Z Downloaded hickory-server v0.25.2
5052026-08-12T01:02:06.506Z Downloaded rpassword v7.5.4
5062026-08-12T01:02:06.506Z Downloaded hashbrown v0.13.2
5072026-08-12T01:02:06.509Z Downloaded hyper-util v0.1.20
5082026-08-12T01:02:06.512Z Downloaded internal-russh-num-bigint v0.5.0
5092026-08-12T01:02:06.515Z Downloaded scuffle v0.1.0
5102026-08-12T01:02:06.515Z Downloaded usdt-impl v0.6.0
5112026-08-12T01:02:06.518Z Downloaded phf v0.12.1
5122026-08-12T01:02:06.518Z Downloaded try-lock v0.2.5
5132026-08-12T01:02:06.518Z Downloaded untrusted v0.7.1
5142026-08-12T01:02:06.519Z Downloaded base64 v0.21.7
5152026-08-12T01:02:06.521Z Downloaded snafu v0.8.9
5162026-08-12T01:02:06.526Z Downloaded topological-sort v0.2.2
5172026-08-12T01:02:06.526Z Downloaded supports-color v2.1.0
5182026-08-12T01:02:06.529Z Downloaded port-file v0.1.0
5192026-08-12T01:02:06.529Z Downloaded smf v0.2.3
5202026-08-12T01:02:06.532Z Downloaded generic-array v1.4.3
5212026-08-12T01:02:06.532Z Downloaded rand v0.9.2
5222026-08-12T01:02:06.537Z Downloaded proc-macro-error v1.0.4
5232026-08-12T01:02:06.540Z Downloaded dirs-sys-next v0.1.2
5242026-08-12T01:02:06.543Z Downloaded resolv-conf v0.7.6
5252026-08-12T01:02:06.546Z Downloaded sec1 v0.8.1
5262026-08-12T01:02:06.546Z Downloaded serde_with_macros v1.5.2
5272026-08-12T01:02:06.549Z Downloaded rand_core v0.6.4
5282026-08-12T01:02:06.549Z Downloaded time-macros v0.2.27
5292026-08-12T01:02:06.549Z Downloaded log v0.4.29
5302026-08-12T01:02:06.552Z Downloaded unicode-linebreak v0.1.5
5312026-08-12T01:02:06.552Z Downloaded hashbrown v0.16.1
5322026-08-12T01:02:06.556Z Downloaded usdt-macro v0.5.0
5332026-08-12T01:02:06.559Z Downloaded void v1.0.2
5342026-08-12T01:02:06.559Z Downloaded futures-sink v0.3.32
5352026-08-12T01:02:06.564Z Downloaded itoa v1.0.17
5362026-08-12T01:02:06.564Z Downloaded slog-stdlog v4.1.1
5372026-08-12T01:02:06.574Z Downloaded toml_edit v0.22.27
5382026-08-12T01:02:06.577Z Downloaded cbc v0.2.1
5392026-08-12T01:02:06.580Z Downloaded futures-task v0.3.32
5402026-08-12T01:02:06.580Z Downloaded lalrpop-util v0.19.12
5412026-08-12T01:02:06.580Z Downloaded lru v0.12.5
5422026-08-12T01:02:06.584Z Downloaded zone v0.3.1
5432026-08-12T01:02:06.587Z Downloaded serde_path_to_error v0.1.20
5442026-08-12T01:02:06.587Z Downloaded flume v0.11.1
5452026-08-12T01:02:06.590Z Downloaded dsl_auto_type v0.2.0
5462026-08-12T01:02:06.590Z Downloaded fnv v1.0.7
5472026-08-12T01:02:06.593Z Downloaded backon v1.6.0
5482026-08-12T01:02:06.597Z Downloaded blake2 v0.11.0-rc.6
5492026-08-12T01:02:06.599Z Downloaded cassowary v0.3.0
5502026-08-12T01:02:06.600Z Downloaded pkcs5 v0.8.1
5512026-08-12T01:02:06.603Z Downloaded rand v0.10.1
5522026-08-12T01:02:06.603Z Downloaded vergen-gitcl v1.0.8
5532026-08-12T01:02:06.606Z Downloaded serde v1.0.228
5542026-08-12T01:02:06.606Z Downloaded whoami v1.6.1
5552026-08-12T01:02:06.609Z Downloaded hashbrown v0.15.5
5562026-08-12T01:02:06.612Z Downloaded yansi v1.0.1
5572026-08-12T01:02:06.618Z Downloaded criterion v0.7.0
5582026-08-12T01:02:06.621Z Downloaded tokio-test v0.4.5
5592026-08-12T01:02:06.624Z Downloaded whoami v2.1.0
5602026-08-12T01:02:06.624Z Downloaded rustyline v14.0.0
5612026-08-12T01:02:06.627Z Downloaded num_enum_derive v0.5.11
5622026-08-12T01:02:06.627Z Downloaded md-5 v0.10.6
5632026-08-12T01:02:06.627Z Downloaded async-stream-impl v0.3.6
5642026-08-12T01:02:06.627Z Downloaded aead v0.5.2
5652026-08-12T01:02:06.630Z Downloaded array-init v0.0.4
5662026-08-12T01:02:06.630Z Downloaded bb8 v0.8.6
5672026-08-12T01:02:06.631Z Downloaded ed25519-dalek v2.2.0
5682026-08-12T01:02:06.634Z Downloaded zip v0.6.6
5692026-08-12T01:02:06.642Z Downloaded ff v0.14.0
5702026-08-12T01:02:06.645Z Downloaded futures-macro v0.3.32
5712026-08-12T01:02:06.645Z Downloaded semver v1.0.28
5722026-08-12T01:02:06.645Z Downloaded ahash v0.8.12
5732026-08-12T01:02:06.648Z Downloaded anstyle-query v1.1.5
5742026-08-12T01:02:06.651Z Downloaded block-buffer v0.12.1
5752026-08-12T01:02:06.658Z Downloaded zstd-safe v7.2.4
5762026-08-12T01:02:06.663Z Downloaded libsw-core v0.3.2
5772026-08-12T01:02:06.666Z Downloaded rsa v0.9.10
5782026-08-12T01:02:06.669Z Downloaded percent-encoding v2.3.2
5792026-08-12T01:02:06.679Z Downloaded digest v0.10.7
5802026-08-12T01:02:06.682Z Downloaded escape8259 v0.5.3
5812026-08-12T01:02:06.682Z Downloaded serde_yaml v0.9.34+deprecated
5822026-08-12T01:02:06.685Z Downloaded spin v0.9.8
5832026-08-12T01:02:06.685Z Downloaded phf_shared v0.13.1
5842026-08-12T01:02:06.685Z Downloaded powerfmt v0.2.0
5852026-08-12T01:02:06.685Z Downloaded multer v3.1.0
5862026-08-12T01:02:06.688Z Downloaded newtype-uuid v1.3.2
5872026-08-12T01:02:06.688Z Downloaded tempfile v3.25.0
5882026-08-12T01:02:06.688Z Downloaded foldhash v0.1.5
5892026-08-12T01:02:06.692Z Downloaded crossterm v0.28.1
5902026-08-12T01:02:06.696Z Downloaded proc-macro-crate v1.3.1
5912026-08-12T01:02:06.696Z Downloaded recursive v0.1.1
5922026-08-12T01:02:06.700Z Downloaded idna v1.1.0
5932026-08-12T01:02:06.704Z Downloaded foldhash v0.2.0
5942026-08-12T01:02:06.704Z Downloaded slog v2.8.2
5952026-08-12T01:02:06.707Z Downloaded displaydoc v0.2.5
5962026-08-12T01:02:06.707Z Downloaded arrayvec v0.7.6
5972026-08-12T01:02:06.707Z Downloaded autocfg v1.5.0
5982026-08-12T01:02:06.710Z Downloaded bit-set v0.5.3
5992026-08-12T01:02:06.711Z Downloaded either v1.15.0
6002026-08-12T01:02:06.711Z Downloaded minimal-lexical v0.2.1
6012026-08-12T01:02:06.714Z Downloaded textwrap v0.15.2
6022026-08-12T01:02:06.714Z Downloaded progenitor-impl v0.14.0
6032026-08-12T01:02:06.720Z Downloaded mime_guess v2.0.5
6042026-08-12T01:02:06.720Z Downloaded plotters v0.3.7
6052026-08-12T01:02:06.725Z Downloaded rfc6979 v0.4.0
6062026-08-12T01:02:06.725Z Downloaded base64ct v1.8.3
6072026-08-12T01:02:06.725Z Downloaded serde_urlencoded v0.7.1
6082026-08-12T01:02:06.728Z Downloaded secrecy v0.10.3
6092026-08-12T01:02:06.728Z Downloaded semver v0.1.20
6102026-08-12T01:02:06.731Z Downloaded stable_deref_trait v1.2.1
6112026-08-12T01:02:06.734Z Downloaded strsim v0.10.0
6122026-08-12T01:02:06.734Z Downloaded toml v1.1.2+spec-1.1.0
6132026-08-12T01:02:06.749Z Downloaded signal-hook v0.3.18
6142026-08-12T01:02:06.752Z Downloaded libtest-mimic v0.8.1
6152026-08-12T01:02:06.756Z Downloaded byte-wrapper v0.1.0
6162026-08-12T01:02:06.756Z Downloaded uzers v0.12.2
6172026-08-12T01:02:06.756Z Downloaded path-tree v0.8.3
6182026-08-12T01:02:06.759Z Downloaded owo-colors v4.3.0
6192026-08-12T01:02:06.759Z Downloaded scroll_derive v0.12.1
6202026-08-12T01:02:06.759Z Downloaded serde_regex v1.1.0
6212026-08-12T01:02:06.759Z Downloaded tap v1.0.1
6222026-08-12T01:02:06.759Z Downloaded time-core v0.1.8
6232026-08-12T01:02:06.759Z Downloaded signal-hook-mio v0.2.5
6242026-08-12T01:02:06.763Z Downloaded sponge-cursor v0.1.0
6252026-08-12T01:02:06.763Z Downloaded pkcs8 v0.10.2
6262026-08-12T01:02:06.766Z Downloaded supports-color v3.0.2
6272026-08-12T01:02:06.766Z Downloaded thiserror-impl-no-std v2.0.2
6282026-08-12T01:02:06.769Z Downloaded socket2 v0.5.10
6292026-08-12T01:02:06.772Z Downloaded zstd v0.13.3
6302026-08-12T01:02:06.775Z Downloaded quote v1.0.45
6312026-08-12T01:02:06.778Z Downloaded tokio-postgres v0.7.16
6322026-08-12T01:02:06.783Z Downloaded primeorder v0.14.0
6332026-08-12T01:02:06.786Z Downloaded once_cell v1.21.3
6342026-08-12T01:02:06.789Z Downloaded publicsuffix v2.3.0
6352026-08-12T01:02:06.789Z Downloaded p384 v0.14.0
6362026-08-12T01:02:06.792Z Downloaded zerocopy-derive v0.7.35
6372026-08-12T01:02:06.792Z Downloaded tower-layer v0.3.3
6382026-08-12T01:02:06.795Z Downloaded unicode-xid v0.2.6
6392026-08-12T01:02:06.795Z Downloaded version_check v0.9.5
6402026-08-12T01:02:06.802Z Downloaded poly1305 v0.8.0
6412026-08-12T01:02:06.804Z Downloaded potential_utf v0.1.4
6422026-08-12T01:02:06.804Z Downloaded rand_chacha v0.9.0
6432026-08-12T01:02:06.804Z Downloaded elliptic-curve v0.13.8
6442026-08-12T01:02:06.807Z Downloaded zerocopy-derive v0.8.40
6452026-08-12T01:02:06.811Z Downloaded rustls-native-certs v0.8.3
6462026-08-12T01:02:06.814Z Downloaded slog-term v2.9.2
6472026-08-12T01:02:06.814Z Downloaded tinyvec v1.10.0
6482026-08-12T01:02:06.817Z Downloaded signal-hook-tokio v0.3.1
6492026-08-12T01:02:06.817Z Downloaded lock_api v0.4.14
6502026-08-12T01:02:06.817Z Downloaded dof v0.3.0
6512026-08-12T01:02:06.817Z Downloaded dropshot-api-manager-types v0.7.2
6522026-08-12T01:02:06.817Z Downloaded flagset v0.4.7
6532026-08-12T01:02:06.817Z Downloaded rustc-demangle v0.1.27
6542026-08-12T01:02:06.820Z Downloaded want v0.3.1
6552026-08-12T01:02:06.820Z Downloaded backtrace v0.3.76
6562026-08-12T01:02:06.823Z Downloaded icu_properties_data v2.1.2
6572026-08-12T01:02:06.827Z Downloaded iri-string v0.7.10
6582026-08-12T01:02:06.830Z Downloaded yoke-derive v0.8.1
6592026-08-12T01:02:06.833Z Downloaded diesel_table_macro_syntax v0.3.0
6602026-08-12T01:02:06.833Z Downloaded embedded-io v0.6.1
6612026-08-12T01:02:06.833Z Downloaded rustls-webpki v0.103.13
6622026-08-12T01:02:06.837Z Downloaded event-listener-strategy v0.5.4
6632026-08-12T01:02:06.843Z Downloaded funty v2.0.0
6642026-08-12T01:02:06.846Z Downloaded ghash v0.6.0
6652026-08-12T01:02:06.849Z Downloaded unsafe-libyaml v0.2.11
6662026-08-12T01:02:06.852Z Downloaded termcolor v1.4.1
6672026-08-12T01:02:06.852Z Downloaded hashbrown v0.17.0
6682026-08-12T01:02:06.855Z Downloaded hkdf v0.12.4
6692026-08-12T01:02:06.855Z Downloaded expectorate v1.2.0
6702026-08-12T01:02:06.858Z Downloaded foreign-types-macros v0.2.3
6712026-08-12T01:02:06.858Z Downloaded lru-slab v0.1.2
6722026-08-12T01:02:06.870Z Downloaded crossterm v0.29.0
6732026-08-12T01:02:06.874Z Downloaded num v0.4.3
6742026-08-12T01:02:06.874Z Downloaded hyper v1.10.1
6752026-08-12T01:02:06.877Z Downloaded num-iter v0.1.45
6762026-08-12T01:02:06.877Z Downloaded dropshot_endpoint v0.17.1
6772026-08-12T01:02:06.881Z Downloaded miette-derive v5.10.0
6782026-08-12T01:02:06.881Z Downloaded newline-converter v0.3.0
6792026-08-12T01:02:06.881Z Downloaded clap_builder v4.6.0
6802026-08-12T01:02:06.884Z Downloaded partial-io v0.5.4
6812026-08-12T01:02:06.887Z Downloaded tar v0.4.46
6822026-08-12T01:02:06.887Z Downloaded tui-tree-widget v0.23.1
6832026-08-12T01:02:06.887Z Downloaded async-object-pool v0.2.0
6842026-08-12T01:02:06.891Z Downloaded rustls-pki-types v1.14.0
6852026-08-12T01:02:06.891Z Downloaded cfg-expr v0.20.6
6862026-08-12T01:02:06.900Z Downloaded ascii-canvas v3.0.0
6872026-08-12T01:02:06.903Z Downloaded cargo-platform v0.3.2
6882026-08-12T01:02:06.903Z Downloaded plotters-svg v0.3.7
6892026-08-12T01:02:06.906Z Downloaded toml_edit v0.19.15
6902026-08-12T01:02:06.912Z Downloaded zerovec-derive v0.11.2
6912026-08-12T01:02:06.915Z Downloaded iddqd v0.4.2
6922026-08-12T01:02:06.917Z Downloaded async-stream v0.3.6
6932026-08-12T01:02:06.923Z Downloaded oso-derive v0.27.3
6942026-08-12T01:02:06.923Z Downloaded plotters-backend v0.3.7
6952026-08-12T01:02:06.923Z Downloaded quinn v0.11.11
6962026-08-12T01:02:06.927Z Downloaded fs_extra v1.3.0
6972026-08-12T01:02:06.927Z Downloaded yoke v0.8.1
6982026-08-12T01:02:06.927Z Downloaded ena v0.14.4
6992026-08-12T01:02:06.927Z Downloaded libscf-sys v1.2.0
7002026-08-12T01:02:06.931Z Downloaded progenitor-macro v0.13.0
7012026-08-12T01:02:06.936Z Downloaded hkdf v0.13.0
7022026-08-12T01:02:06.940Z Downloaded papergrid v0.18.0
7032026-08-12T01:02:06.943Z Downloaded zip v4.6.1
7042026-08-12T01:02:06.943Z Downloaded progenitor-impl v0.13.0
7052026-08-12T01:02:06.946Z Downloaded signal-hook-registry v1.4.8
7062026-08-12T01:02:06.946Z Downloaded strum_macros v0.26.4
7072026-08-12T01:02:06.949Z Downloaded tokio-stream v0.1.18
7082026-08-12T01:02:06.952Z Downloaded tokio-tungstenite v0.21.0
7092026-08-12T01:02:06.952Z Downloaded toml_parser v1.1.2+spec-1.1.0
7102026-08-12T01:02:06.957Z Downloaded rtoolbox v0.0.3
7112026-08-12T01:02:06.957Z Downloaded russh-util v0.52.0
7122026-08-12T01:02:06.957Z Downloaded slog-envlogger v2.2.0
7132026-08-12T01:02:06.957Z Downloaded tabwriter v1.4.1
7142026-08-12T01:02:06.960Z Downloaded scroll_derive v0.13.1
7152026-08-12T01:02:06.960Z Downloaded zerotrie v0.2.3
7162026-08-12T01:02:06.964Z Downloaded oxnet v0.1.6
7172026-08-12T01:02:06.964Z Downloaded steno v0.4.1
7182026-08-12T01:02:06.967Z Downloaded num-rational v0.4.2
7192026-08-12T01:02:06.967Z Downloaded aes-gcm v0.11.0
7202026-08-12T01:02:06.967Z Downloaded goblin v0.10.5
7212026-08-12T01:02:06.972Z Downloaded slog-bunyan v2.5.0
7222026-08-12T01:02:06.975Z Downloaded tinyvec_macros v0.1.1
7232026-08-12T01:02:06.975Z Downloaded openssl-sys v0.9.117
7242026-08-12T01:02:06.975Z Downloaded linkme v0.3.35
7252026-08-12T01:02:06.978Z Downloaded fancy-regex v0.14.0
7262026-08-12T01:02:06.981Z Downloaded rustls-platform-verifier v0.6.2
7272026-08-12T01:02:06.985Z Downloaded bit-set v0.8.0
7282026-08-12T01:02:06.988Z Downloaded unicode-truncate v1.1.0
7292026-08-12T01:02:06.991Z Downloaded untrusted v0.9.0
7302026-08-12T01:02:06.996Z Downloaded universal-hash v0.6.1
7312026-08-12T01:02:06.999Z Downloaded unicode-normalization v0.1.25
7322026-08-12T01:02:07.008Z Downloaded rsa v0.10.0-rc.18
7332026-08-12T01:02:07.011Z Downloaded usdt-impl v0.5.0
7342026-08-12T01:02:07.011Z Downloaded event-listener v5.4.1
7352026-08-12T01:02:07.014Z Downloaded test-strategy v0.4.5
7362026-08-12T01:02:07.014Z Downloaded anstyle-parse v1.0.0
7372026-08-12T01:02:07.014Z Downloaded password-hash v0.6.1
7382026-08-12T01:02:07.018Z Downloaded bitflags v1.3.2
7392026-08-12T01:02:07.018Z Downloaded getrandom v0.2.17
7402026-08-12T01:02:07.021Z Downloaded relative-path v1.9.3
7412026-08-12T01:02:07.021Z Downloaded kem v0.3.0
7422026-08-12T01:02:07.024Z Downloaded strum v0.26.3
7432026-08-12T01:02:07.029Z Downloaded zerocopy v0.7.35
7442026-08-12T01:02:07.036Z Downloaded git2 v0.20.4
7452026-08-12T01:02:07.041Z Downloaded dtrace-parser v0.3.0
7462026-08-12T01:02:07.044Z Downloaded fixedbitset v0.4.2
7472026-08-12T01:02:07.044Z Downloaded ml-kem v0.3.2
7482026-08-12T01:02:07.044Z Downloaded serde-hex v0.1.0
7492026-08-12T01:02:07.047Z Downloaded shell-words v1.1.1
7502026-08-12T01:02:07.047Z Downloaded memoffset v0.9.1
7512026-08-12T01:02:07.047Z Downloaded regex v1.12.3
7522026-08-12T01:02:07.050Z Downloaded spki v0.8.0
7532026-08-12T01:02:07.054Z Downloaded support-bundle-viewer v0.1.2
7542026-08-12T01:02:07.054Z Downloaded target-lexicon v0.13.3
7552026-08-12T01:02:07.054Z Downloaded reqwest v0.13.2
7562026-08-12T01:02:07.057Z Downloaded atty v0.2.14
7572026-08-12T01:02:07.060Z Downloaded dunce v1.0.5
7582026-08-12T01:02:07.060Z Downloaded itertools v0.13.0
7592026-08-12T01:02:07.063Z Downloaded tungstenite v0.21.0
7602026-08-12T01:02:07.066Z Downloaded dyn-clone v1.0.20
7612026-08-12T01:02:07.066Z Downloaded cargo_metadata v0.23.1
7622026-08-12T01:02:07.066Z Downloaded progenitor-extras v0.2.0
7632026-08-12T01:02:07.069Z Downloaded r2d2 v0.8.10
7642026-08-12T01:02:07.069Z Downloaded simd-adler32 v0.3.8
7652026-08-12T01:02:07.069Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7662026-08-12T01:02:07.072Z Downloaded tokio-util v0.7.18
7672026-08-12T01:02:07.075Z Downloaded pathdiff v0.2.3
7682026-08-12T01:02:07.078Z Downloaded tower-http v0.6.8
7692026-08-12T01:02:07.081Z Downloaded chrono v0.4.45
7702026-08-12T01:02:07.085Z Downloaded newtype_derive v0.1.6
7712026-08-12T01:02:07.089Z Downloaded proc-macro-crate v3.4.0
7722026-08-12T01:02:07.089Z Downloaded rand_xorshift v0.4.0
7732026-08-12T01:02:07.089Z Downloaded p521 v0.14.0
7742026-08-12T01:02:07.093Z Downloaded scopeguard v1.2.0
7752026-08-12T01:02:07.093Z Downloaded secrecy v0.8.0
7762026-08-12T01:02:07.093Z Downloaded flate2 v1.1.9
7772026-08-12T01:02:07.096Z Downloaded unicode-ident v1.0.24
7782026-08-12T01:02:07.096Z Downloaded nonempty v0.12.0
7792026-08-12T01:02:07.096Z Downloaded zeroize v1.9.0
7802026-08-12T01:02:07.100Z Downloaded cc v1.2.56
7812026-08-12T01:02:07.100Z Downloaded blake2 v0.10.6
7822026-08-12T01:02:07.103Z Downloaded password-hash v0.5.0
7832026-08-12T01:02:07.103Z Downloaded tinytemplate v1.2.1
7842026-08-12T01:02:07.103Z Downloaded rand_distr v0.5.1
7852026-08-12T01:02:07.106Z Downloaded getrandom v0.4.1
7862026-08-12T01:02:07.109Z Downloaded getrandom v0.3.4
7872026-08-12T01:02:07.113Z Downloaded serde_derive_internals v0.29.1
7882026-08-12T01:02:07.113Z Downloaded foreign-types v0.5.0
7892026-08-12T01:02:07.113Z Downloaded rstest_macros v0.25.0
7902026-08-12T01:02:07.116Z Downloaded ecdsa v0.17.0
7912026-08-12T01:02:07.116Z Downloaded bitflags v2.11.0
7922026-08-12T01:02:07.119Z Downloaded thiserror v1.0.69
7932026-08-12T01:02:07.122Z Downloaded serde_spanned v0.6.9
7942026-08-12T01:02:07.122Z Downloaded stacker v0.1.23
7952026-08-12T01:02:07.122Z Downloaded vergen-git2 v9.1.0
7962026-08-12T01:02:07.126Z Downloaded vergen-lib v9.1.0
7972026-08-12T01:02:07.126Z Downloaded strum v0.27.2
7982026-08-12T01:02:07.126Z Downloaded swrite v0.1.0
7992026-08-12T01:02:07.126Z Downloaded ref-cast-impl v1.0.25
8002026-08-12T01:02:07.126Z Downloaded sha1 v0.10.6
8012026-08-12T01:02:07.129Z Downloaded sigpipe v0.1.3
8022026-08-12T01:02:07.129Z Downloaded jobserver v0.1.34
8032026-08-12T01:02:07.129Z Downloaded num-traits v0.2.19
8042026-08-12T01:02:07.133Z Downloaded crypto-primes v0.7.2
8052026-08-12T01:02:07.136Z Downloaded aead v0.6.1
8062026-08-12T01:02:07.136Z Downloaded ed25519-dalek v3.0.0
8072026-08-12T01:02:07.139Z Downloaded proc-macro2 v1.0.106
8082026-08-12T01:02:07.139Z Downloaded prefix-trie v0.7.0
8092026-08-12T01:02:07.142Z Downloaded document-features v0.2.12
8102026-08-12T01:02:07.145Z Downloaded pem-rfc7468 v0.7.0
8112026-08-12T01:02:07.151Z Downloaded digest-io v0.1.0
8122026-08-12T01:02:07.154Z Downloaded equivalent v1.0.2
8132026-08-12T01:02:07.157Z Downloaded papergrid v0.11.0
8142026-08-12T01:02:07.160Z Downloaded paste v1.0.15
8152026-08-12T01:02:07.160Z Downloaded progenitor v0.13.0
8162026-08-12T01:02:07.163Z Downloaded zerofrom-derive v0.1.6
8172026-08-12T01:02:07.163Z Downloaded num_enum v0.7.6
8182026-08-12T01:02:07.167Z Downloaded aws-lc-rs v1.16.3
8192026-08-12T01:02:07.171Z Downloaded anstream v0.6.21
8202026-08-12T01:02:07.174Z Downloaded futures-io v0.3.32
8212026-08-12T01:02:07.177Z Downloaded typify-macro v0.6.2
8222026-08-12T01:02:07.177Z Downloaded usdt-attr-macro v0.6.0
8232026-08-12T01:02:07.177Z Downloaded endian-type v0.1.2
8242026-08-12T01:02:07.177Z Downloaded kstat-rs v0.2.5
8252026-08-12T01:02:07.180Z Downloaded is_terminal_polyfill v1.70.2
8262026-08-12T01:02:07.180Z Downloaded olpc-cjson v0.1.4
8272026-08-12T01:02:07.181Z Downloaded smallvec v0.6.14
8282026-08-12T01:02:07.181Z Downloaded winnow v0.5.40
8292026-08-12T01:02:07.187Z Downloaded miette v5.10.0
8302026-08-12T01:02:07.190Z Downloaded qorb v0.4.1
8312026-08-12T01:02:07.193Z Downloaded typed-path v0.9.3
8322026-08-12T01:02:07.197Z Downloaded slog-json v2.6.1
8332026-08-12T01:02:07.197Z Downloaded litrs v1.0.0
8342026-08-12T01:02:07.200Z Downloaded ucd-trie v0.1.7
8352026-08-12T01:02:07.200Z Downloaded oxide-tokio-rt v0.1.4
8362026-08-12T01:02:07.200Z Downloaded oxide-update-engine-display v0.1.2
8372026-08-12T01:02:07.200Z Downloaded target-spec v3.5.7
8382026-08-12T01:02:07.205Z Downloaded litemap v0.8.1
8392026-08-12T01:02:07.205Z Downloaded md5 v0.8.0
8402026-08-12T01:02:07.205Z Downloaded newtype-uuid-macros v0.1.0
8412026-08-12T01:02:07.208Z Downloaded pretty-hex v0.4.1
8422026-08-12T01:02:07.208Z Downloaded serde_spanned v1.1.1
8432026-08-12T01:02:07.208Z Downloaded base16ct v0.2.0
8442026-08-12T01:02:07.208Z Downloaded phf_shared v0.12.1
8452026-08-12T01:02:07.208Z Downloaded xshell-macros v0.2.7
8462026-08-12T01:02:07.208Z Downloaded tiny-keccak v2.0.2
8472026-08-12T01:02:07.208Z Downloaded progenitor-macro v0.14.0
8482026-08-12T01:02:07.211Z Downloaded polyval v0.7.1
8492026-08-12T01:02:07.214Z Downloaded oso v0.27.3
8502026-08-12T01:02:07.215Z Downloaded chacha20 v0.10.0
8512026-08-12T01:02:07.218Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8522026-08-12T01:02:07.218Z Downloaded writeable v0.6.2
8532026-08-12T01:02:07.220Z Downloaded fixedbitset v0.5.7
8542026-08-12T01:02:07.221Z Downloaded take_mut v0.2.2
8552026-08-12T01:02:07.221Z Downloaded toml_write v0.1.2
8562026-08-12T01:02:07.226Z Downloaded enum-as-inner v0.6.1
8572026-08-12T01:02:07.229Z Downloaded ff v0.13.1
8582026-08-12T01:02:07.229Z Downloaded serde_json v1.0.151
8592026-08-12T01:02:07.232Z Downloaded fallible-iterator v0.2.0
8602026-08-12T01:02:07.235Z Downloaded serde-big-array v0.5.1
8612026-08-12T01:02:07.235Z Downloaded itertools v0.10.5
8622026-08-12T01:02:07.239Z Downloaded rstest v0.25.0
8632026-08-12T01:02:07.243Z Downloaded knuffel-derive v3.2.0
8642026-08-12T01:02:07.246Z Downloaded nibble_vec v0.1.0
8652026-08-12T01:02:07.246Z Downloaded bitvec v1.0.1
8662026-08-12T01:02:07.253Z Downloaded thiserror-impl v1.0.69
8672026-08-12T01:02:07.257Z Downloaded new_debug_unreachable v1.0.6
8682026-08-12T01:02:07.257Z Downloaded assert-json-diff v2.0.2
8692026-08-12T01:02:07.257Z Downloaded toml_datetime v0.6.11
8702026-08-12T01:02:07.257Z Downloaded supports-unicode v2.1.0
8712026-08-12T01:02:07.257Z Downloaded usdt-macro v0.6.0
8722026-08-12T01:02:07.260Z Downloaded zone_cfg_derive v0.3.1
8732026-08-12T01:02:07.263Z Downloaded block-padding v0.4.2
8742026-08-12T01:02:07.263Z Downloaded gimli v0.32.3
8752026-08-12T01:02:07.270Z Downloaded url v2.5.8
8762026-08-12T01:02:07.274Z Downloaded anyhow v1.0.102
8772026-08-12T01:02:07.274Z Downloaded cancel-safe-futures v0.1.5
8782026-08-12T01:02:07.274Z Downloaded unicase v2.9.0
8792026-08-12T01:02:07.278Z Downloaded psm v0.1.30
8802026-08-12T01:02:07.278Z Downloaded foreign-types-shared v0.1.1
8812026-08-12T01:02:07.278Z Downloaded shlex v1.3.0
8822026-08-12T01:02:07.278Z Downloaded cfg_aliases v0.1.1
8832026-08-12T01:02:07.281Z Downloaded pin-project v1.1.11
8842026-08-12T01:02:07.285Z Downloaded textwrap v0.16.2
8852026-08-12T01:02:07.288Z Downloaded x509-cert v0.2.5
8862026-08-12T01:02:07.292Z Downloaded base16ct v1.0.0
8872026-08-12T01:02:07.292Z Downloaded num_enum_derive v0.7.6
8882026-08-12T01:02:07.292Z Downloaded byteorder v1.5.0
8892026-08-12T01:02:07.297Z Downloaded owo-colors v3.5.0
8902026-08-12T01:02:07.297Z Downloaded blake2b_simd v1.0.4
8912026-08-12T01:02:07.297Z Downloaded tokio-native-tls v0.3.1
8922026-08-12T01:02:07.297Z Downloaded vergen v9.1.0
8932026-08-12T01:02:07.300Z Downloaded yasna v0.5.2
8942026-08-12T01:02:07.300Z Downloaded serde_plain v1.0.2
8952026-08-12T01:02:07.300Z Downloaded terminal_size v0.1.17
8962026-08-12T01:02:07.300Z Downloaded num-bigint v0.4.6
8972026-08-12T01:02:07.304Z Downloaded quinn-udp v0.5.14
8982026-08-12T01:02:07.304Z Downloaded rayon v1.11.0
8992026-08-12T01:02:07.307Z Downloaded enum_dispatch v0.3.13
9002026-08-12T01:02:07.310Z Downloaded samael v0.0.19
9012026-08-12T01:02:07.313Z Downloaded jiff-core v0.1.0
9022026-08-12T01:02:07.313Z Downloaded memchr v2.8.0
9032026-08-12T01:02:07.316Z Downloaded futures v0.3.32
9042026-08-12T01:02:07.319Z Downloaded lru-cache v0.1.2
9052026-08-12T01:02:07.319Z Downloaded num-complex v0.4.6
9062026-08-12T01:02:07.323Z Downloaded quinn-proto v0.11.16
9072026-08-12T01:02:07.326Z Downloaded num-derive v0.4.2
9082026-08-12T01:02:07.326Z Downloaded winnow v0.6.26
9092026-08-12T01:02:07.329Z Downloaded serde_bytes v0.11.19
9102026-08-12T01:02:07.332Z Downloaded ssh-cipher v0.3.0
9112026-08-12T01:02:07.332Z Downloaded spki v0.7.3
9122026-08-12T01:02:07.336Z Downloaded stringmetrics v2.2.2
9132026-08-12T01:02:07.336Z Downloaded ssh-key v0.7.0-rc.11
9142026-08-12T01:02:07.338Z Downloaded blake3 v1.8.5
9152026-08-12T01:02:07.342Z Downloaded slab v0.4.12
9162026-08-12T01:02:07.346Z Downloaded tokio-rustls v0.26.4
9172026-08-12T01:02:07.346Z Downloaded waitgroup v0.1.2
9182026-08-12T01:02:07.346Z Downloaded embedded-io v0.4.0
9192026-08-12T01:02:07.349Z Downloaded jiff-static v0.2.34
9202026-08-12T01:02:07.349Z Downloaded knuffel v3.2.0
9212026-08-12T01:02:07.349Z Downloaded bzip2 v0.4.4
9222026-08-12T01:02:07.349Z Downloaded parking_lot v0.11.2
9232026-08-12T01:02:07.352Z Downloaded parking_lot_core v0.8.6
9242026-08-12T01:02:07.352Z Downloaded zmij v1.0.21
9252026-08-12T01:02:07.356Z Downloaded signature v3.0.0
9262026-08-12T01:02:07.356Z Downloaded structmeta-derive v0.3.0
9272026-08-12T01:02:07.356Z Downloaded fs-err v2.11.0
9282026-08-12T01:02:07.359Z Downloaded tagptr v0.2.0
9292026-08-12T01:02:07.359Z Downloaded siphasher v1.0.2
9302026-08-12T01:02:07.366Z Downloaded vte v0.14.1
9312026-08-12T01:02:07.372Z Downloaded base64 v0.22.1
9322026-08-12T01:02:07.375Z Downloaded bit-vec v0.6.3
9332026-08-12T01:02:07.375Z Downloaded poly1305 v0.9.0
9342026-08-12T01:02:07.376Z Downloaded progenitor v0.14.0
9352026-08-12T01:02:07.376Z Downloaded trait-variant v0.1.2
9362026-08-12T01:02:07.376Z Downloaded usdt v0.5.0
9372026-08-12T01:02:07.376Z Downloaded zerofrom v0.1.6
9382026-08-12T01:02:07.380Z Downloaded tokio-dtrace v0.1.1
9392026-08-12T01:02:07.380Z Downloaded xshell v0.2.7
9402026-08-12T01:02:07.384Z Downloaded memmap v0.7.0
9412026-08-12T01:02:07.384Z Downloaded rand_chacha v0.3.1
9422026-08-12T01:02:07.391Z Downloaded proptest v1.11.0
9432026-08-12T01:02:07.396Z Downloaded libbz2-rs-sys v0.2.2
9442026-08-12T01:02:07.399Z Downloaded libloading v0.8.9
9452026-08-12T01:02:07.399Z Downloaded pkcs1 v0.7.5
9462026-08-12T01:02:07.399Z Downloaded libefi-sys v0.1.0
9472026-08-12T01:02:07.403Z Downloaded sqlparser_derive v0.5.0
9482026-08-12T01:02:07.403Z Downloaded precomputed-hash v0.1.1
9492026-08-12T01:02:07.406Z Downloaded rust-argon2 v2.1.0
9502026-08-12T01:02:07.406Z Downloaded fd-lock v4.0.4
9512026-08-12T01:02:07.410Z Downloaded strum_macros v0.27.2
9522026-08-12T01:02:07.413Z Downloaded rustc_version v0.4.1
9532026-08-12T01:02:07.425Z Downloaded pkcs8 v0.11.0
9542026-08-12T01:02:07.428Z Downloaded thiserror-impl v2.0.18
9552026-08-12T01:02:07.429Z Downloaded wait-timeout v0.2.1
9562026-08-12T01:02:07.429Z Downloaded difflib v0.4.0
9572026-08-12T01:02:07.433Z Downloaded linked-hash-map v0.5.6
9582026-08-12T01:02:07.433Z Downloaded backoff v0.4.0
9592026-08-12T01:02:07.439Z Downloaded cfg-if v1.0.4
9602026-08-12T01:02:07.439Z Downloaded argon2 v0.5.3
9612026-08-12T01:02:07.444Z Downloaded pem-rfc7468 v1.0.0
9622026-08-12T01:02:07.447Z Downloaded predicates v3.1.4
9632026-08-12T01:02:07.459Z Downloaded match_cfg v0.1.0
9642026-08-12T01:02:07.460Z Downloaded derive_more v2.1.1
9652026-08-12T01:02:07.460Z Downloaded toml_edit v0.23.10+spec-1.0.0
9662026-08-12T01:02:07.460Z Downloaded term v1.2.1
9672026-08-12T01:02:07.460Z Downloaded diff v0.1.13
9682026-08-12T01:02:07.463Z Downloaded maybe-uninit v2.0.0
9692026-08-12T01:02:07.464Z Downloaded termtree v0.5.1
9702026-08-12T01:02:07.464Z Downloaded erased-serde v0.3.31
9712026-08-12T01:02:07.464Z Downloaded bitfield-struct v0.6.2
9722026-08-12T01:02:07.464Z Downloaded num-conv v0.2.0
9732026-08-12T01:02:07.468Z Downloaded zerovec v0.11.5
9742026-08-12T01:02:07.471Z Downloaded miniz_oxide v0.8.9
9752026-08-12T01:02:07.471Z Downloaded thread_local v1.1.9
9762026-08-12T01:02:07.471Z Downloaded futures-channel v0.3.32
9772026-08-12T01:02:07.475Z Downloaded async-trait v0.1.89
9782026-08-12T01:02:07.475Z Downloaded oorandom v11.1.5
9792026-08-12T01:02:07.478Z Downloaded rand_pcg v0.10.2
9802026-08-12T01:02:07.478Z Downloaded tabled_derive v0.7.0
9812026-08-12T01:02:07.478Z Downloaded gethostname v0.5.0
9822026-08-12T01:02:07.481Z Downloaded is_ci v1.2.0
9832026-08-12T01:02:07.481Z Downloaded mime v0.3.17
9842026-08-12T01:02:07.482Z Downloaded dirs-next v2.0.0
9852026-08-12T01:02:07.482Z Downloaded multimap v0.10.1
9862026-08-12T01:02:07.482Z Downloaded float-cmp v0.10.0
9872026-08-12T01:02:07.485Z Downloaded quick-error v1.2.3
9882026-08-12T01:02:07.489Z Downloaded ed25519 v3.0.0
9892026-08-12T01:02:07.492Z Downloaded bit-vec v0.8.0
9902026-08-12T01:02:07.492Z Downloaded num-bigint-dig v0.8.6
9912026-08-12T01:02:07.498Z Downloaded block-buffer v0.10.4
9922026-08-12T01:02:07.502Z Downloaded utf-8 v0.7.6
9932026-08-12T01:02:07.502Z Downloaded nom v8.0.0
9942026-08-12T01:02:07.505Z Downloaded rayon-core v1.13.0
9952026-08-12T01:02:07.508Z Downloaded scrypt v0.12.0
9962026-08-12T01:02:07.512Z Downloaded serdect v0.4.3
9972026-08-12T01:02:07.512Z Downloaded ed25519 v2.2.3
9982026-08-12T01:02:07.515Z Downloaded chacha20 v0.9.1
9992026-08-12T01:02:07.515Z Downloaded env_logger v0.11.9
10002026-08-12T01:02:07.515Z Downloaded bindgen v0.71.1
10012026-08-12T01:02:07.519Z Downloaded unicode-bidi v0.3.18
10022026-08-12T01:02:07.522Z Downloaded float-ord v0.3.2
10032026-08-12T01:02:07.527Z Downloaded fs-err v3.3.0
10042026-08-12T01:02:07.530Z Downloaded usdt-attr-macro v0.5.0
10052026-08-12T01:02:07.534Z Downloaded parking_lot v0.12.5
10062026-08-12T01:02:07.534Z Downloaded pkcs1 v0.8.0-rc.4
10072026-08-12T01:02:07.537Z Downloaded tower v0.5.3
10082026-08-12T01:02:07.541Z Downloaded packed_struct_codegen v0.10.1
10092026-08-12T01:02:07.541Z Downloaded zopfli v0.8.3
10102026-08-12T01:02:07.544Z Downloaded memmap2 v0.9.10
10112026-08-12T01:02:07.544Z Downloaded snafu-derive v0.8.9
10122026-08-12T01:02:07.544Z Downloaded linear-map v1.2.0
10132026-08-12T01:02:07.553Z Downloaded portable-atomic v1.13.1
10142026-08-12T01:02:07.557Z Downloaded phc v0.6.1
10152026-08-12T01:02:07.561Z Downloaded schemars v0.8.22
10162026-08-12T01:02:07.564Z Downloaded async-lock v3.4.2
10172026-08-12T01:02:07.567Z Downloaded rfc6979 v0.6.0
10182026-08-12T01:02:07.571Z Downloaded tinystr v0.8.2
10192026-08-12T01:02:07.571Z Downloaded schemars_derive v0.8.22
10202026-08-12T01:02:07.571Z Downloaded oxide-update-engine-types v0.1.2
10212026-08-12T01:02:07.571Z Downloaded winnow v0.7.14
10222026-08-12T01:02:07.578Z Downloaded diesel_derives v2.3.7
10232026-08-12T01:02:07.582Z Downloaded salsa20 v0.11.0
10242026-08-12T01:02:07.585Z Downloaded zerocopy v0.6.6
10252026-08-12T01:02:07.585Z Downloaded wyz v0.5.1
10262026-08-12T01:02:07.585Z Downloaded toml v0.7.8
10272026-08-12T01:02:07.589Z Downloaded tungstenite v0.23.0
10282026-08-12T01:02:07.594Z Downloaded serde_derive v1.0.228
10292026-08-12T01:02:07.594Z Downloaded schemars v0.9.0
10302026-08-12T01:02:07.599Z Downloaded derive_more-impl v2.1.1
10312026-08-12T01:02:07.602Z Downloaded uuid v1.23.4
10322026-08-12T01:02:07.606Z Downloaded fatfs v0.3.6
10332026-08-12T01:02:07.606Z Downloaded futures-timer v3.0.3
10342026-08-12T01:02:07.606Z Downloaded scroll v0.12.0
10352026-08-12T01:02:07.610Z Downloaded slog-async v2.8.0
10362026-08-12T01:02:07.610Z Downloaded string_cache v0.8.9
10372026-08-12T01:02:07.610Z Downloaded digest v0.11.3
10382026-08-12T01:02:07.613Z Downloaded reedline v0.40.0
10392026-08-12T01:02:07.617Z Downloaded tracing-core v0.1.36
10402026-08-12T01:02:07.621Z Downloaded smallvec v1.15.1
10412026-08-12T01:02:07.624Z Downloaded async-compression v0.4.41
10422026-08-12T01:02:07.628Z Downloaded progenitor-client v0.13.0
10432026-08-12T01:02:07.628Z Downloaded chacha20poly1305 v0.10.1
10442026-08-12T01:02:07.631Z Downloaded tracing-attributes v0.1.31
10452026-08-12T01:02:07.635Z Downloaded omicron-zone-package v0.12.3
10462026-08-12T01:02:07.644Z Downloaded ron v0.8.1
10472026-08-12T01:02:07.648Z Downloaded object v0.30.4
10482026-08-12T01:02:07.652Z Downloaded zlib-rs v0.6.2
10492026-08-12T01:02:07.655Z Downloaded toml v0.8.23
10502026-08-12T01:02:07.658Z Downloaded tough v0.22.0
10512026-08-12T01:02:07.661Z Downloaded schemars v1.2.1
10522026-08-12T01:02:07.669Z Downloaded argon2 v0.6.0-rc.8
10532026-08-12T01:02:07.672Z Downloaded drift v0.2.0
10542026-08-12T01:02:07.677Z Downloaded bzip2 v0.6.1
10552026-08-12T01:02:07.681Z Downloaded rcgen v0.12.1
10562026-08-12T01:02:07.681Z Downloaded bumpalo v3.20.2
10572026-08-12T01:02:07.684Z Downloaded itertools v0.12.1
10582026-08-12T01:02:07.684Z Downloaded ppv-lite86 v0.2.21
10592026-08-12T01:02:07.690Z Downloaded pretty_assertions v1.4.1
10602026-08-12T01:02:07.705Z Downloaded rand v0.8.6
10612026-08-12T01:02:07.709Z Downloaded pest_meta v2.8.6
10622026-08-12T01:02:07.712Z Downloaded crypto-bigint v0.7.5
10632026-08-12T01:02:07.722Z Downloaded subprocess v0.2.15
10642026-08-12T01:02:07.726Z Downloaded syn v2.0.117
10652026-08-12T01:02:07.730Z Downloaded postcard v1.1.3
10662026-08-12T01:02:07.745Z Downloaded unicode_categories v0.1.1
10672026-08-12T01:02:07.766Z Downloaded futures-util v0.3.32
10682026-08-12T01:02:07.772Z Downloaded tabled v0.15.0
10692026-08-12T01:02:07.781Z Downloaded russh v0.62.4
10702026-08-12T01:02:07.785Z Downloaded allocator-api2 v0.2.21
10712026-08-12T01:02:07.789Z Downloaded pest v2.8.6
10722026-08-12T01:02:07.792Z Downloaded lalrpop v0.19.12
10732026-08-12T01:02:07.803Z Downloaded hickory-proto v0.24.4
10742026-08-12T01:02:07.813Z Downloaded syn v1.0.109
10752026-08-12T01:02:07.818Z Downloaded typenum v1.20.1
10762026-08-12T01:02:07.823Z Downloaded dropshot-api-manager v0.7.2
10772026-08-12T01:02:07.829Z Downloaded serde_with v1.14.0
10782026-08-12T01:02:07.837Z Downloaded radix_trie v0.2.1
10792026-08-12T01:02:07.841Z Downloaded reqwest v0.12.28
10802026-08-12T01:02:07.844Z Downloaded libm v0.2.16
10812026-08-12T01:02:07.860Z Downloaded polar-core v0.27.3
10822026-08-12T01:02:07.865Z Downloaded mio v1.2.0
10832026-08-12T01:02:07.869Z Downloaded curve25519-dalek v4.1.3
10842026-08-12T01:02:07.873Z Downloaded nom v7.1.3
10852026-08-12T01:02:07.877Z Downloaded libxml v0.3.3
10862026-08-12T01:02:07.881Z Downloaded tabled v0.21.0
10872026-08-12T01:02:07.889Z Downloaded object v0.37.3
10882026-08-12T01:02:07.895Z Downloaded itertools v0.15.0
10892026-08-12T01:02:07.899Z Downloaded aho-corasick v1.1.4
10902026-08-12T01:02:07.902Z Downloaded rawzip v0.4.4
10912026-08-12T01:02:07.907Z Downloaded unicode-segmentation v1.12.0
10922026-08-12T01:02:07.912Z Downloaded curve25519-dalek v5.0.0
10932026-08-12T01:02:07.915Z Downloaded smoltcp v0.9.1
10942026-08-12T01:02:07.918Z Downloaded openssl v0.10.80
10952026-08-12T01:02:07.924Z Downloaded itertools v0.14.0
10962026-08-12T01:02:07.928Z Downloaded aes v0.9.1
10972026-08-12T01:02:07.933Z Downloaded nix v0.27.1
10982026-08-12T01:02:07.937Z Downloaded vcpkg v0.2.15
10992026-08-12T01:02:07.957Z Downloaded serde_with v3.21.0
11002026-08-12T01:02:07.964Z Downloaded salty v0.3.0
11012026-08-12T01:02:07.968Z Downloaded hickory-proto v0.25.2
11022026-08-12T01:02:07.992Z Downloaded unicode-width v0.2.0
11032026-08-12T01:02:07.995Z Downloaded regex-syntax v0.8.10
11042026-08-12T01:02:08.001Z Downloaded regex-syntax v0.6.29
11052026-08-12T01:02:08.004Z Downloaded quick-xml v0.37.5
11062026-08-12T01:02:08.008Z Downloaded winnow v1.0.3
11072026-08-12T01:02:08.013Z Downloaded moka v0.12.13
11082026-08-12T01:02:08.017Z Downloaded p384 v0.13.1
11092026-08-12T01:02:08.021Z Downloaded regress v0.10.5
11102026-08-12T01:02:08.026Z Downloaded zerocopy v0.8.40
11112026-08-12T01:02:08.030Z Downloaded rustls v0.23.41
11122026-08-12T01:02:08.037Z Downloaded sha3 v0.12.0
11132026-08-12T01:02:08.040Z Downloaded diesel v2.3.7
11142026-08-12T01:02:08.050Z Downloaded nix v0.28.0
11152026-08-12T01:02:08.056Z Downloaded tracing v0.1.44
11162026-08-12T01:02:08.070Z Downloaded typify-impl v0.6.2
11172026-08-12T01:02:08.078Z Downloaded petname v2.0.2
11182026-08-12T01:02:08.081Z Downloaded unicode-width v0.1.14
11192026-08-12T01:02:08.084Z Downloaded time v0.3.47
11202026-08-12T01:02:08.093Z Downloaded smoltcp v0.11.0
11212026-08-12T01:02:08.098Z Downloaded openapiv3 v2.2.0
11222026-08-12T01:02:08.105Z Downloaded sled v0.34.7
11232026-08-12T01:02:08.124Z Downloaded rustix v1.1.3
11242026-08-12T01:02:08.139Z Downloaded bstr v1.12.1
11252026-08-12T01:02:08.158Z Downloaded ratatui v0.29.0
11262026-08-12T01:02:08.171Z Downloaded chrono-tz v0.10.4
11272026-08-12T01:02:08.181Z Downloaded bzip2-sys v0.1.13+1.0.8
11282026-08-12T01:02:08.189Z Downloaded rustix v0.38.44
11292026-08-12T01:02:08.201Z Downloaded csv v1.4.0
11302026-08-12T01:02:08.213Z Downloaded regress v0.11.1
11312026-08-12T01:02:08.228Z Downloaded dropshot v0.17.1
11322026-08-12T01:02:08.242Z Downloaded encoding_rs v0.8.35
11332026-08-12T01:02:08.253Z Downloaded nix v0.31.2
11342026-08-12T01:02:08.276Z Downloaded sha3 v0.11.0
11352026-08-12T01:02:08.281Z Downloaded sqlparser v0.61.0
11362026-08-12T01:02:08.353Z Downloaded jiff v0.2.34
11372026-08-12T01:02:08.393Z Downloaded zerocopy-derive v0.6.6
11382026-08-12T01:02:08.428Z Downloaded petgraph v0.6.5
11392026-08-12T01:02:08.443Z Downloaded regex-automata v0.4.14
11402026-08-12T01:02:08.510Z Downloaded libz-sys v1.1.24
11412026-08-12T01:02:08.522Z Downloaded sha3 v0.10.8
11422026-08-12T01:02:08.525Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11432026-08-12T01:02:08.535Z Downloaded petgraph v0.8.3
11442026-08-12T01:02:08.549Z Downloaded libc v0.2.185
11452026-08-12T01:02:08.568Z Downloaded tokio v1.52.1
11462026-08-12T01:02:08.699Z Downloaded ring v0.17.14
11472026-08-12T01:02:08.737Z Downloaded httpmock v0.8.3
11482026-08-12T01:02:08.784Z Downloaded libgit2-sys v0.18.3+1.9.2
11492026-08-12T01:02:09.305Z Downloaded aws-lc-sys v0.40.0
11502026-08-12T01:02:09.724Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11512026-08-12T01:02:15.014Z Startup: Refreshing catalog 'helios' ... Done
11522026-08-12T01:02:15.320Z Startup: Caching catalogs ... Done
11532026-08-12T01:02:16.982ZPlanning: Solver setup ... Done (1.559s)
11542026-08-12T01:02:17.035ZPlanning: Running solver ... Done (0.052s)
11552026-08-12T01:02:17.072ZPlanning: Finding local manifests ... Done (0.003s)
11562026-08-12T01:02:17.083ZPlanning: Fetching manifests: 0/2 0% complete
11572026-08-12T01:02:17.101ZPlanning: Fetching manifests: 2/2 100% complete
11582026-08-12T01:02:17.115ZPlanning: Package planning ... Done (0.014s)
11592026-08-12T01:02:17.118ZPlanning: Merging actions ... Done (0.001s)
11602026-08-12T01:02:17.280ZPlanning: Checking for conflicting actions ... Done (0.163s)
11612026-08-12T01:02:17.283ZPlanning: Consolidating action changes ... Done (0.001s)
11622026-08-12T01:02:18.148ZPlanning: Evaluating mediators ... Done (0.867s)
11632026-08-12T01:02:18.151ZPlanning: Planning completed in 2.80 seconds
11642026-08-12T01:02:18.158Z Packages to install: 2
11652026-08-12T01:02:18.158Z Estimated space available: 155.73 GB
11662026-08-12T01:02:18.158ZEstimated space to be consumed: 67.95 MB
11672026-08-12T01:02:18.158Z Create boot environment: No
11682026-08-12T01:02:18.158ZCreate backup boot environment: No
11692026-08-12T01:02:18.158Z Rebuild boot archive: No
11702026-08-12T01:02:18.161Z
11712026-08-12T01:02:18.161ZChanged packages:
11722026-08-12T01:02:18.161Zhelios
11732026-08-12T01:02:18.161Z developer/build-essential
11742026-08-12T01:02:18.161Z None -> 11-3.0
11752026-08-12T01:02:18.161Z library/libxmlsec1
11762026-08-12T01:02:18.161Z None -> 1.2.35-3.0
11772026-08-12T01:02:18.185Z
11782026-08-12T01:02:18.185ZDownload: 0/214 items 0.0/1.3MB 0% complete
11792026-08-12T01:02:18.262ZDownload: Completed 1.28 MB in 0.08 seconds (16.5M/s)
11802026-08-12T01:02:18.366Z Actions: 1/268 actions (Installing new actions)
11812026-08-12T01:02:18.405Z Actions: Completed 268 actions in 0.04 seconds.
11822026-08-12T01:02:18.435ZFinalize: Updating package state database ... Done (0.031s)
11832026-08-12T01:02:18.435ZFinalize: Updating package cache ... Done (0.000s)
11842026-08-12T01:02:18.509ZFinalize: Updating image state ... Done (0.074s)
11852026-08-12T01:02:21.140ZFinalize: Creating fast lookup database ... Done (2.578s)
11862026-08-12T01:02:21.212ZFinalize: Reading search index ... Done (0.012s)
11872026-08-12T01:02:21.235ZFinalize: Updating search index ... Done (0.000s)
11882026-08-12T01:02:21.309ZFinalize: Updating package cache ... Done (0.000s)
11892026-08-12T01:02:21.671ZPlanning: Evaluating mediator changes ... Done
11902026-08-12T01:02:21.786ZPlanning: Checking for conflicting actions ... Done
11912026-08-12T01:02:21.795ZPlanning: Consolidating action changes ... Done
11922026-08-12T01:02:21.938ZPlanning: Evaluating mediators ... Done
11932026-08-12T01:02:21.949ZPlanning: Planning completed in 0.26 seconds
11942026-08-12T01:02:21.960Z Mediators to change: 2
11952026-08-12T01:02:21.960Z Create boot environment: No
11962026-08-12T01:02:21.960ZCreate backup boot environment: No
11972026-08-12T01:02:22.028ZFinalize: Updating package state database ... Done
11982026-08-12T01:02:22.028ZFinalize: Updating package cache ... Done
11992026-08-12T01:02:22.080ZFinalize: Updating image state ... Done
12002026-08-12T01:02:23.990ZFinalize: Creating fast lookup database ... Done
12012026-08-12T01:02:24.060ZFinalize: Reading search index ... Done
12022026-08-12T01:02:24.063ZFinalize: Updating search index ... Done
12032026-08-12T01:02:24.141ZFinalize: Updating package cache ... Done
12042026-08-12T01:02:24.424ZPlanning: Evaluating mediator changes ... Done
12052026-08-12T01:02:24.539ZPlanning: Checking for conflicting actions ... Done
12062026-08-12T01:02:24.545ZPlanning: Consolidating action changes ... Done
12072026-08-12T01:02:24.688ZPlanning: Evaluating mediators ... Done
12082026-08-12T01:02:24.691ZPlanning: Planning completed in 0.27 seconds
12092026-08-12T01:02:24.712Z Mediators to change: 1
12102026-08-12T01:02:24.712Z Create boot environment: No
12112026-08-12T01:02:24.712ZCreate backup boot environment: No
12122026-08-12T01:02:24.765ZFinalize: Updating package state database ... Done
12132026-08-12T01:02:24.765ZFinalize: Updating package cache ... Done
12142026-08-12T01:02:24.813ZFinalize: Updating image state ... Done
12152026-08-12T01:02:26.756ZFinalize: Creating fast lookup database ... Done
12162026-08-12T01:02:26.822ZFinalize: Reading search index ... Done
12172026-08-12T01:02:26.831ZFinalize: Updating search index ... Done
12182026-08-12T01:02:26.907ZFinalize: Updating package cache ... Done
12192026-08-12T01:02:27.220ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12202026-08-12T01:02:27.220Zapache system 2.4 system
12212026-08-12T01:02:27.220Zclang system 15 system
12222026-08-12T01:02:27.220Zcsh system system illumos
12232026-08-12T01:02:27.220Zctags system system illumos
12242026-08-12T01:02:27.220Zfile vendor vendor darwinsys
12252026-08-12T01:02:27.220Zfile system system illumos
12262026-08-12T01:02:27.220Zgcc vendor 14 vendor
12272026-08-12T01:02:27.220Zgcc system 13 system
12282026-08-12T01:02:27.220Zgcc system 10 system
12292026-08-12T01:02:27.220Zgo system 1.25 system
12302026-08-12T01:02:27.220Zllvm system 15 system
12312026-08-12T01:02:27.220Zmariadb system 11.4 system
12322026-08-12T01:02:27.220Zmta vendor vendor dma
12332026-08-12T01:02:27.220Zopenjdk system 17 system
12342026-08-12T01:02:27.220Zopenjdk system 11 system
12352026-08-12T01:02:27.220Zopenssl vendor 3 vendor
12362026-08-12T01:02:27.220Zperl system 5.40 system
12372026-08-12T01:02:27.220Zpostgresql system 18 system
12382026-08-12T01:02:27.221Zpostgresql system 17 system
12392026-08-12T01:02:27.221Zpython vendor 3 vendor
12402026-08-12T01:02:27.221Zpython system 2 system
12412026-08-12T01:02:27.221Zpython3 vendor 3.13 vendor
12422026-08-12T01:02:27.221Zruby system 3.4 system
12432026-08-12T01:02:27.221Zruby system 3.0 system
12442026-08-12T01:02:27.221Zwords vendor vendor american-english
12452026-08-12T01:02:27.221Zwords system system australian-english
12462026-08-12T01:02:27.221Zwords system system british-english
12472026-08-12T01:02:27.221Zwords system system canadian-english
12482026-08-12T01:02:27.221Zwords system system french
12492026-08-12T01:02:27.221Zwords system system italian
12502026-08-12T01:02:27.221Zwords system system ngerman
12512026-08-12T01:02:27.221Zwords system system ogerman
12522026-08-12T01:02:27.221Zwords system system spanish
12532026-08-12T01:02:27.472ZPUBLISHER TYPE STATUS P LOCATION
12542026-08-12T01:02:27.473Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12552026-08-12T01:02:27.900ZFMRI IFO
12562026-08-12T01:02:27.900Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12572026-08-12T01:02:27.900Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12582026-08-12T01:02:27.900Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12592026-08-12T01:02:27.900Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12602026-08-12T01:02:27.900Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12612026-08-12T01:02:27.900Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12622026-08-12T01:02:27.900Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12632026-08-12T01:02:27.900Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12642026-08-12T01:02:27.900Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12652026-08-12T01:02:28.492Z Downloading crates ...
12662026-08-12T01:02:28.546Z Downloaded cargo_toml v0.21.0
12672026-08-12T01:02:28.584Z Compiling proc-macro2 v1.0.106
12682026-08-12T01:02:28.584Z Compiling unicode-ident v1.0.24
12692026-08-12T01:02:28.584Z Compiling quote v1.0.45
12702026-08-12T01:02:28.587Z Compiling serde_core v1.0.228
12712026-08-12T01:02:28.587Z Compiling libc v0.2.185
12722026-08-12T01:02:28.587Z Compiling version_check v0.9.5
12732026-08-12T01:02:28.587Z Compiling memchr v2.8.0
12742026-08-12T01:02:28.587Z Compiling serde v1.0.228
12752026-08-12T01:02:28.667Z Compiling zmij v1.0.21
12762026-08-12T01:02:28.670Z Compiling thiserror v1.0.69
12772026-08-12T01:02:28.670Z Compiling ucd-trie v0.1.7
12782026-08-12T01:02:28.670Z Compiling itoa v1.0.17
12792026-08-12T01:02:28.670Z Compiling byteorder v1.5.0
12802026-08-12T01:02:28.675Z Compiling rustix v1.1.3
12812026-08-12T01:02:28.828Z Compiling serde_json v1.0.151
12822026-08-12T01:02:28.984Z Compiling bitflags v2.11.0
12832026-08-12T01:02:29.017Z Compiling camino v1.2.2
12842026-08-12T01:02:29.115Z Compiling syn v1.0.109
12852026-08-12T01:02:29.155Z Compiling plain v0.2.3
12862026-08-12T01:02:29.173Z Compiling proc-macro-error-attr v1.0.4
12872026-08-12T01:02:29.233Z Compiling pest v2.8.6
12882026-08-12T01:02:29.243Z Compiling usdt-impl v0.5.0
12892026-08-12T01:02:29.284Z Compiling proc-macro-error v1.0.4
12902026-08-12T01:02:29.289Z Compiling utf8parse v0.2.2
12912026-08-12T01:02:29.289Z Compiling equivalent v1.0.2
12922026-08-12T01:02:29.319Z Compiling getrandom v0.4.1
12932026-08-12T01:02:29.390Z Compiling log v0.4.29
12942026-08-12T01:02:29.410Z Compiling hashbrown v0.17.0
12952026-08-12T01:02:29.422Z Compiling anstyle-parse v1.0.0
12962026-08-12T01:02:29.449Z Compiling pretty-hex v0.4.1
12972026-08-12T01:02:29.470Z Compiling autocfg v1.5.0
12982026-08-12T01:02:29.483Z Compiling winnow v0.7.14
12992026-08-12T01:02:29.586Z Compiling colorchoice v1.0.4
13002026-08-12T01:02:29.676Z Compiling errno v0.3.14
13012026-08-12T01:02:29.687Z Compiling thread-id v4.2.2
13022026-08-12T01:02:29.691Z Compiling toml_write v0.1.2
13032026-08-12T01:02:29.698Z Compiling anstyle v1.0.14
13042026-08-12T01:02:29.712Z Compiling anstyle-query v1.1.5
13052026-08-12T01:02:29.730Z Compiling thiserror v2.0.18
13062026-08-12T01:02:29.753Z Compiling cfg-if v1.0.4
13072026-08-12T01:02:29.761Z Compiling is_terminal_polyfill v1.70.2
13082026-08-12T01:02:29.782Z Compiling unicode-width v0.1.14
13092026-08-12T01:02:29.851Z Compiling anyhow v1.0.102
13102026-08-12T01:02:29.870Z Compiling heck v0.5.0
13112026-08-12T01:02:29.880Z Compiling anstream v1.0.0
13122026-08-12T01:02:29.905Z Compiling once_cell v1.21.3
13132026-08-12T01:02:30.005Z Compiling indexmap v2.14.0
13142026-08-12T01:02:30.050Z Compiling fs-err v3.3.0
13152026-08-12T01:02:30.067Z Compiling heck v0.4.1
13162026-08-12T01:02:30.109Z Compiling fastrand v2.3.0
13172026-08-12T01:02:30.137Z Compiling fnv v1.0.7
13182026-08-12T01:02:30.158Z Compiling syn v2.0.117
13192026-08-12T01:02:30.222Z Compiling clap_lex v1.0.0
13202026-08-12T01:02:30.222Z Compiling bytecount v0.6.9
13212026-08-12T01:02:30.246Z Compiling strsim v0.11.1
13222026-08-12T01:02:30.303Z Compiling pest_meta v2.8.6
13232026-08-12T01:02:30.317Z Compiling papergrid v0.11.0
13242026-08-12T01:02:30.380Z Compiling memmap v0.7.0
13252026-08-12T01:02:30.383Z Compiling unicode-width v0.2.0
13262026-08-12T01:02:30.479Z Compiling unicode-linebreak v0.1.5
13272026-08-12T01:02:30.541Z Compiling smawk v0.3.2
13282026-08-12T01:02:30.607Z Compiling swrite v0.1.0
13292026-08-12T01:02:30.694Z Compiling terminal_size v0.4.3
13302026-08-12T01:02:30.694Z Compiling tempfile v3.25.0
13312026-08-12T01:02:30.789Z Compiling clap_builder v4.6.0
13322026-08-12T01:02:30.789Z Compiling textwrap v0.16.2
13332026-08-12T01:02:30.949Z Compiling semver v1.0.28
13342026-08-12T01:02:30.949Z Compiling cargo-platform v0.3.2
13352026-08-12T01:02:31.238Z Compiling camino-tempfile v1.4.1
13362026-08-12T01:02:31.596Z Compiling tabled_derive v0.7.0
13372026-08-12T01:02:32.257Z Compiling tabled v0.15.0
13382026-08-12T01:02:32.279Z Compiling pest_generator v2.8.6
13392026-08-12T01:02:32.774Z Compiling serde_derive v1.0.228
13402026-08-12T01:02:32.774Z Compiling thiserror-impl v1.0.69
13412026-08-12T01:02:32.774Z Compiling zerocopy-derive v0.7.35
13422026-08-12T01:02:32.777Z Compiling scroll_derive v0.12.1
13432026-08-12T01:02:32.777Z Compiling thiserror-impl v2.0.18
13442026-08-12T01:02:32.777Z Compiling clap_derive v4.6.1
13452026-08-12T01:02:32.826Z Compiling pest_derive v2.8.6
13462026-08-12T01:02:33.371Z Compiling scroll v0.12.0
13472026-08-12T01:02:33.436Z Compiling zerocopy v0.7.35
13482026-08-12T01:02:33.582Z Compiling goblin v0.8.2
13492026-08-12T01:02:33.772Z Compiling dtrace-parser v0.2.0
13502026-08-12T01:02:34.082Z Compiling clap v4.6.1
13512026-08-12T01:02:35.119Z Compiling dof v0.3.0
13522026-08-12T01:02:35.119Z Compiling serde_tokenstream v0.2.3
13532026-08-12T01:02:35.129Z Compiling serde_spanned v0.6.9
13542026-08-12T01:02:35.132Z Compiling toml_datetime v0.6.11
13552026-08-12T01:02:35.132Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13562026-08-12T01:02:35.132Z Compiling cargo_metadata v0.23.1
13572026-08-12T01:02:35.140Z Compiling macaddr v1.0.1
13582026-08-12T01:02:35.319Z Compiling toml_edit v0.22.27
13592026-08-12T01:02:35.795Z Compiling usdt-macro v0.5.0
13602026-08-12T01:02:35.795Z Compiling usdt-attr-macro v0.5.0
13612026-08-12T01:02:36.393Z Compiling usdt v0.5.0
13622026-08-12T01:02:36.557Z Compiling toml v0.8.23
13632026-08-12T01:02:36.875Z Compiling cargo_toml v0.21.0
13642026-08-12T01:02:38.158Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13652026-08-12T01:02:40.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.17s
13662026-08-12T01:02:40.260Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13672026-08-12T01:02:41.015Z Compiling serde_core v1.0.228
13682026-08-12T01:02:41.015Z Compiling libc v0.2.185
13692026-08-12T01:02:41.019Z Compiling serde v1.0.228
13702026-08-12T01:02:41.019Z Compiling log v0.4.29
13712026-08-12T01:02:41.019Z Compiling smallvec v1.15.1
13722026-08-12T01:02:41.019Z Compiling find-msvc-tools v0.1.9
13732026-08-12T01:02:41.019Z Compiling shlex v1.3.0
13742026-08-12T01:02:41.019Z Compiling subtle v2.6.1
13752026-08-12T01:02:41.193Z Compiling scopeguard v1.2.0
13762026-08-12T01:02:41.206Z Compiling stable_deref_trait v1.2.1
13772026-08-12T01:02:41.213Z Compiling typenum v1.20.1
13782026-08-12T01:02:41.213Z Compiling zerocopy v0.8.40
13792026-08-12T01:02:41.213Z Compiling portable-atomic v1.13.1
13802026-08-12T01:02:41.246Z Compiling serde_json v1.0.151
13812026-08-12T01:02:41.271Z Compiling syn v2.0.117
13822026-08-12T01:02:41.286Z Compiling critical-section v1.2.0
13832026-08-12T01:02:41.326Z Compiling libm v0.2.16
13842026-08-12T01:02:41.357Z Compiling num-traits v0.2.19
13852026-08-12T01:02:41.372Z Compiling pkg-config v0.3.32
13862026-08-12T01:02:41.390Z Compiling lock_api v0.4.14
13872026-08-12T01:02:41.403Z Compiling generic-array v0.14.7
13882026-08-12T01:02:41.406Z Compiling pin-project-lite v0.2.17
13892026-08-12T01:02:41.432Z Compiling const-oid v0.9.6
13902026-08-12T01:02:41.481Z Compiling parking_lot_core v0.9.12
13912026-08-12T01:02:41.509Z Compiling getrandom v0.4.1
13922026-08-12T01:02:41.536Z Compiling rand_core v0.10.0
13932026-08-12T01:02:41.549Z Compiling percent-encoding v2.3.2
13942026-08-12T01:02:41.675Z Compiling writeable v0.6.2
13952026-08-12T01:02:41.690Z Compiling futures-core v0.3.32
13962026-08-12T01:02:41.717Z Compiling litemap v0.8.1
13972026-08-12T01:02:41.732Z Compiling icu_properties_data v2.1.2
13982026-08-12T01:02:41.772Z Compiling icu_normalizer_data v2.1.1
13992026-08-12T01:02:41.784Z Compiling getrandom v0.3.4
14002026-08-12T01:02:41.798Z Compiling futures-sink v0.3.32
14012026-08-12T01:02:41.858Z Compiling rustix v1.1.3
14022026-08-12T01:02:41.910Z Compiling futures-channel v0.3.32
14032026-08-12T01:02:41.910Z Compiling futures-task v0.3.32
14042026-08-12T01:02:41.941Z Compiling slab v0.4.12
14052026-08-12T01:02:41.971Z Compiling utf8_iter v1.0.4
14062026-08-12T01:02:41.983Z Compiling futures-io v0.3.32
14072026-08-12T01:02:42.129Z Compiling jobserver v0.1.34
14082026-08-12T01:02:42.133Z Compiling errno v0.3.14
14092026-08-12T01:02:42.163Z Compiling getrandom v0.2.17
14102026-08-12T01:02:42.179Z Compiling mio v1.2.0
14112026-08-12T01:02:42.182Z Compiling socket2 v0.6.3
14122026-08-12T01:02:42.193Z Compiling form_urlencoded v1.2.2
14132026-08-12T01:02:42.200Z Compiling rustversion v1.0.22
14142026-08-12T01:02:42.262Z Compiling once_cell v1.21.3
14152026-08-12T01:02:42.311Z Compiling rand_core v0.6.4
14162026-08-12T01:02:42.325Z Compiling signal-hook-registry v1.4.8
14172026-08-12T01:02:42.358Z Compiling cc v1.2.56
14182026-08-12T01:02:42.451Z Compiling parking_lot v0.12.5
14192026-08-12T01:02:42.535Z Compiling iana-time-zone v0.1.65
14202026-08-12T01:02:42.551Z Compiling base64ct v1.8.3
14212026-08-12T01:02:42.554Z Compiling ident_case v1.0.1
14222026-08-12T01:02:42.621Z Compiling regex-syntax v0.8.10
14232026-08-12T01:02:42.635Z Compiling fs_extra v1.3.0
14242026-08-12T01:02:42.648Z Compiling dunce v1.0.5
14252026-08-12T01:02:42.676Z Compiling flagset v0.4.7
14262026-08-12T01:02:42.702Z Compiling rand_core v0.9.5
14272026-08-12T01:02:42.758Z Compiling base64 v0.22.1
14282026-08-12T01:02:42.772Z Compiling vcpkg v0.2.15
14292026-08-12T01:02:42.775Z Compiling syn v1.0.109
14302026-08-12T01:02:42.787Z Compiling pem-rfc7468 v0.7.0
14312026-08-12T01:02:42.819Z Compiling tracing-core v0.1.36
14322026-08-12T01:02:42.853Z Compiling aws-lc-rs v1.16.3
14332026-08-12T01:02:42.868Z Compiling schemars v0.8.22
14342026-08-12T01:02:42.883Z Compiling cpufeatures v0.2.17
14352026-08-12T01:02:42.916Z Compiling dyn-clone v1.0.20
14362026-08-12T01:02:42.964Z Compiling spin v0.9.8
14372026-08-12T01:02:43.003Z Compiling tinyvec_macros v0.1.1
14382026-08-12T01:02:43.068Z Compiling crc32fast v1.5.0
14392026-08-12T01:02:43.097Z Compiling cmov v0.5.4
14402026-08-12T01:02:43.100Z Compiling cmake v0.1.57
14412026-08-12T01:02:43.125Z Compiling openssl-probe v0.2.1
14422026-08-12T01:02:43.125Z Compiling httparse v1.10.1
14432026-08-12T01:02:43.171Z Compiling tinyvec v1.10.0
14442026-08-12T01:02:43.174Z Compiling aho-corasick v1.1.4
14452026-08-12T01:02:43.196Z Compiling tower-layer v0.3.3
14462026-08-12T01:02:43.256Z Compiling tower-service v0.3.3
14472026-08-12T01:02:43.313Z Compiling bitflags v2.11.0
14482026-08-12T01:02:43.351Z Compiling semver v1.0.28
14492026-08-12T01:02:43.366Z Compiling indexmap v2.14.0
14502026-08-12T01:02:43.380Z Compiling uuid v1.23.4
14512026-08-12T01:02:43.455Z Compiling ctutils v0.4.2
14522026-08-12T01:02:43.496Z Compiling atomic-waker v1.1.2
14532026-08-12T01:02:43.530Z Compiling try-lock v0.2.5
14542026-08-12T01:02:43.551Z Compiling untrusted v0.7.1
14552026-08-12T01:02:43.564Z Compiling radium v0.7.0
14562026-08-12T01:02:43.579Z Compiling rustc_version v0.4.1
14572026-08-12T01:02:43.629Z Compiling want v0.3.1
14582026-08-12T01:02:43.704Z Compiling rustls v0.23.41
14592026-08-12T01:02:43.704Z Compiling tap v1.0.1
14602026-08-12T01:02:43.809Z Compiling openssl v0.10.80
14612026-08-12T01:02:43.850Z Compiling simd-adler32 v0.3.8
14622026-08-12T01:02:43.870Z Compiling httpdate v1.0.3
14632026-08-12T01:02:43.890Z Compiling foreign-types-shared v0.1.1
14642026-08-12T01:02:43.904Z Compiling untrusted v0.9.0
14652026-08-12T01:02:43.919Z Compiling maybe-uninit v2.0.0
14662026-08-12T01:02:43.941Z Compiling aws-lc-sys v0.40.0
14672026-08-12T01:02:43.959Z Compiling openssl-sys v0.9.117
14682026-08-12T01:02:43.992Z Compiling foreign-types v0.3.2
14692026-08-12T01:02:44.029Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14702026-08-12T01:02:44.044Z Compiling bzip2-sys v0.1.13+1.0.8
14712026-08-12T01:02:44.073Z Compiling regex-automata v0.4.14
14722026-08-12T01:02:44.088Z Compiling wyz v0.5.1
14732026-08-12T01:02:44.109Z Compiling synstructure v0.13.2
14742026-08-12T01:02:44.123Z Compiling serde_derive_internals v0.29.1
14752026-08-12T01:02:44.211Z Compiling pest_generator v2.8.6
14762026-08-12T01:02:44.274Z Compiling darling_core v0.20.11
14772026-08-12T01:02:44.348Z Compiling unicode-normalization v0.1.25
14782026-08-12T01:02:44.352Z Compiling num-integer v0.1.46
14792026-08-12T01:02:44.460Z Compiling tempfile v3.25.0
14802026-08-12T01:02:44.475Z Compiling terminal_size v0.4.3
14812026-08-12T01:02:44.631Z Compiling wait-timeout v0.2.1
14822026-08-12T01:02:44.652Z Compiling ahash v0.8.12
14832026-08-12T01:02:44.713Z Compiling bit-vec v0.8.0
14842026-08-12T01:02:44.733Z Compiling native-tls v0.2.18
14852026-08-12T01:02:44.854Z Compiling powerfmt v0.2.0
14862026-08-12T01:02:44.876Z Compiling adler2 v2.0.1
14872026-08-12T01:02:44.890Z Compiling num-bigint-dig v0.8.6
14882026-08-12T01:02:44.907Z Compiling packed_struct v0.10.1
14892026-08-12T01:02:44.907Z Compiling quick-error v1.2.3
14902026-08-12T01:02:44.935Z Compiling time-core v0.1.8
14912026-08-12T01:02:44.958Z Compiling funty v2.0.0
14922026-08-12T01:02:44.972Z Compiling num-conv v0.2.0
14932026-08-12T01:02:45.000Z Compiling miniz_oxide v0.8.9
14942026-08-12T01:02:45.022Z Compiling rusty-fork v0.3.1
14952026-08-12T01:02:45.047Z Compiling deranged v0.5.8
14962026-08-12T01:02:45.079Z Compiling clap_builder v4.6.0
14972026-08-12T01:02:45.097Z Compiling bit-set v0.8.0
14982026-08-12T01:02:45.125Z Compiling time-macros v0.2.27
14992026-08-12T01:02:45.155Z Compiling num-iter v0.1.45
15002026-08-12T01:02:45.266Z Compiling lazy_static v1.5.0
15012026-08-12T01:02:45.285Z Compiling bitvec v1.0.1
15022026-08-12T01:02:45.300Z Compiling rand_xorshift v0.4.0
15032026-08-12T01:02:45.357Z Compiling anstyle-parse v0.2.7
15042026-08-12T01:02:45.369Z Compiling sync_wrapper v1.0.2
15052026-08-12T01:02:45.482Z Compiling indexmap v1.9.3
15062026-08-12T01:02:45.496Z Compiling usdt-impl v0.6.0
15072026-08-12T01:02:45.540Z Compiling unarray v0.1.4
15082026-08-12T01:02:45.554Z Compiling num_threads v0.1.7
15092026-08-12T01:02:45.621Z Compiling crc-catalog v2.4.0
15102026-08-12T01:02:45.664Z Compiling crossbeam-utils v0.8.21
15112026-08-12T01:02:45.668Z Compiling nodrop v0.1.14
15122026-08-12T01:02:45.693Z Compiling siphasher v1.0.2
15132026-08-12T01:02:45.727Z Compiling zlib-rs v0.6.2
15142026-08-12T01:02:45.733Z Compiling paste v1.0.15
15152026-08-12T01:02:45.785Z Compiling array-init v0.0.4
15162026-08-12T01:02:45.830Z Compiling serde_derive v1.0.228
15172026-08-12T01:02:45.896Z Compiling zeroize_derive v1.5.0
15182026-08-12T01:02:45.961Z Compiling zerofrom-derive v0.1.6
15192026-08-12T01:02:46.020Z Compiling zerocopy-derive v0.8.40
15202026-08-12T01:02:46.046Z Compiling yoke-derive v0.8.1
15212026-08-12T01:02:46.143Z Compiling zerovec-derive v0.11.2
15222026-08-12T01:02:46.174Z Compiling displaydoc v0.2.5
15232026-08-12T01:02:46.240Z Compiling tokio-macros v2.7.0
15242026-08-12T01:02:46.570Z Compiling futures-macro v0.3.32
15252026-08-12T01:02:46.624Z Compiling thiserror-impl v2.0.18
15262026-08-12T01:02:46.733Z Compiling der_derive v0.7.3
15272026-08-12T01:02:46.972Z Compiling tracing-attributes v0.1.31
15282026-08-12T01:02:47.025Z Compiling schemars_derive v0.8.22
15292026-08-12T01:02:47.119Z Compiling pest_derive v2.8.6
15302026-08-12T01:02:47.285Z Compiling scroll_derive v0.13.1
15312026-08-12T01:02:47.335Z Compiling darling_macro v0.20.11
15322026-08-12T01:02:47.404Z Compiling zerofrom v0.1.6
15332026-08-12T01:02:47.475Z Compiling futures-util v0.3.32
15342026-08-12T01:02:47.544Z Compiling yoke v0.8.1
15352026-08-12T01:02:47.611Z Compiling openssl-macros v0.1.1
15362026-08-12T01:02:47.790Z Compiling zerovec v0.11.5
15372026-08-12T01:02:47.815Z Compiling zerotrie v0.2.3
15382026-08-12T01:02:47.898Z Compiling thiserror-impl v1.0.69
15392026-08-12T01:02:48.095Z Compiling thiserror v2.0.18
15402026-08-12T01:02:48.126Z Compiling darling v0.20.11
15412026-08-12T01:02:48.145Z Compiling packed_struct_codegen v0.10.1
15422026-08-12T01:02:48.187Z Compiling scroll v0.13.0
15432026-08-12T01:02:48.220Z Compiling clap_derive v4.6.1
15442026-08-12T01:02:48.220Z Compiling zerocopy-derive v0.6.6
15452026-08-12T01:02:48.301Z Compiling tinystr v0.8.2
15462026-08-12T01:02:48.331Z Compiling potential_utf v0.1.4
15472026-08-12T01:02:48.371Z Compiling bitfield-macros v0.19.4
15482026-08-12T01:02:48.375Z Compiling tracing v0.1.44
15492026-08-12T01:02:48.477Z Compiling icu_locale_core v2.1.1
15502026-08-12T01:02:48.521Z Compiling icu_collections v2.1.1
15512026-08-12T01:02:48.535Z Compiling goblin v0.10.5
15522026-08-12T01:02:48.666Z Compiling flate2 v1.1.9
15532026-08-12T01:02:49.012Z Compiling derive_builder_core v0.20.2
15542026-08-12T01:02:49.035Z Compiling dtrace-parser v0.3.0
15552026-08-12T01:02:49.102Z Compiling time v0.3.47
15562026-08-12T01:02:49.120Z Compiling zerocopy v0.6.6
15572026-08-12T01:02:49.162Z Compiling icu_provider v2.1.1
15582026-08-12T01:02:49.231Z Compiling thiserror v1.0.69
15592026-08-12T01:02:49.281Z Compiling bitfield v0.19.4
15602026-08-12T01:02:49.353Z Compiling zeroize v1.9.0
15612026-08-12T01:02:49.396Z Compiling bytes v1.11.1
15622026-08-12T01:02:49.410Z Compiling icu_normalizer v2.1.1
15632026-08-12T01:02:49.467Z Compiling icu_properties v2.1.2
15642026-08-12T01:02:49.483Z Compiling chrono v0.4.45
15652026-08-12T01:02:49.593Z Compiling der v0.7.10
15662026-08-12T01:02:49.797Z Compiling rustls-pki-types v1.14.0
15672026-08-12T01:02:49.893Z Compiling tokio v1.52.1
15682026-08-12T01:02:49.905Z Compiling http v1.4.2
15692026-08-12T01:02:49.967Z Compiling hybrid-array v0.4.13
15702026-08-12T01:02:50.037Z Compiling ipnet v2.11.0
15712026-08-12T01:02:50.049Z Compiling hex v0.4.3
15722026-08-12T01:02:50.170Z Compiling crypto-common v0.1.7
15732026-08-12T01:02:50.266Z Compiling block-buffer v0.10.4
15742026-08-12T01:02:50.332Z Compiling idna_adapter v1.2.1
15752026-08-12T01:02:50.332Z Compiling toml_datetime v0.6.11
15762026-08-12T01:02:50.452Z Compiling digest v0.10.7
15772026-08-12T01:02:50.486Z Compiling ppv-lite86 v0.2.21
15782026-08-12T01:02:50.545Z Compiling idna v1.1.0
15792026-08-12T01:02:50.577Z Compiling spki v0.7.3
15802026-08-12T01:02:50.616Z Compiling http-body v1.0.1
15812026-08-12T01:02:50.696Z Compiling sha2 v0.10.9
15822026-08-12T01:02:50.700Z Compiling signature v2.2.0
15832026-08-12T01:02:50.726Z Compiling hmac v0.12.1
15842026-08-12T01:02:50.761Z Compiling pkcs8 v0.10.2
15852026-08-12T01:02:50.787Z Compiling rand_chacha v0.9.0
15862026-08-12T01:02:50.798Z Compiling rand_chacha v0.3.1
15872026-08-12T01:02:50.814Z Compiling serde_spanned v0.6.9
15882026-08-12T01:02:50.828Z Compiling http-body-util v0.1.3
15892026-08-12T01:02:50.861Z Compiling url v2.5.8
15902026-08-12T01:02:50.912Z Compiling clap v4.6.1
15912026-08-12T01:02:50.975Z Compiling pkcs1 v0.7.5
15922026-08-12T01:02:51.002Z Compiling rand v0.9.2
15932026-08-12T01:02:51.040Z Compiling rand v0.8.6
15942026-08-12T01:02:51.208Z Compiling scroll_derive v0.12.1
15952026-08-12T01:02:51.223Z Compiling structmeta-derive v0.3.0
15962026-08-12T01:02:51.239Z Compiling crc v3.4.0
15972026-08-12T01:02:51.270Z Compiling dof v0.4.0
15982026-08-12T01:02:51.479Z Compiling anstream v0.6.21
15992026-08-12T01:02:51.495Z Compiling smallvec v0.6.14
16002026-08-12T01:02:51.593Z Compiling proptest v1.11.0
16012026-08-12T01:02:51.711Z Compiling darling_core v0.23.0
16022026-08-12T01:02:51.775Z Compiling heapless v0.7.17
16032026-08-12T01:02:51.796Z Compiling slog v2.8.2
16042026-08-12T01:02:51.855Z Compiling thread-id v5.1.0
16052026-08-12T01:02:51.958Z Compiling env_filter v1.0.0
16062026-08-12T01:02:51.971Z Compiling cookie v0.18.1
16072026-08-12T01:02:52.014Z Compiling iri-string v0.7.10
16082026-08-12T01:02:52.050Z Compiling zstd-safe v7.2.4
16092026-08-12T01:02:52.064Z Compiling winnow v0.5.40
16102026-08-12T01:02:52.103Z Compiling unicode-properties v0.1.4
16112026-08-12T01:02:52.186Z Compiling anyhow v1.0.102
16122026-08-12T01:02:52.277Z Compiling ipnetwork v0.21.1
16132026-08-12T01:02:52.289Z Compiling hashbrown v0.12.3
16142026-08-12T01:02:52.331Z Compiling base64 v0.21.7
16152026-08-12T01:02:52.379Z Compiling ryu v1.0.23
16162026-08-12T01:02:52.468Z Compiling signal-hook v0.3.18
16172026-08-12T01:02:52.511Z Compiling allocator-api2 v0.2.21
16182026-08-12T01:02:52.528Z Compiling unicode-bidi v0.3.18
16192026-08-12T01:02:52.575Z Compiling ron v0.8.1
16202026-08-12T01:02:52.698Z Compiling oxnet v0.1.6
16212026-08-12T01:02:52.702Z Compiling serde_urlencoded v0.7.1
16222026-08-12T01:02:52.788Z Compiling rsa v0.9.10
16232026-08-12T01:02:52.860Z Compiling structmeta v0.3.0
16242026-08-12T01:02:52.885Z Compiling stringprep v0.1.5
16252026-08-12T01:02:52.932Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16262026-08-12T01:02:53.027Z Compiling env_logger v0.11.9
16272026-08-12T01:02:53.138Z Compiling scroll v0.12.0
16282026-08-12T01:02:53.166Z Compiling serde-hex v0.1.0
16292026-08-12T01:02:53.289Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16302026-08-12T01:02:53.353Z Compiling toml_edit v0.19.15
16312026-08-12T01:02:53.407Z Compiling camino v1.2.2
16322026-08-12T01:02:53.520Z Compiling bzip2 v0.4.4
16332026-08-12T01:02:53.535Z Compiling hashbrown v0.13.2
16342026-08-12T01:02:53.580Z Compiling x509-cert v0.2.5
16352026-08-12T01:02:53.728Z Compiling tokio-util v0.7.18
16362026-08-12T01:02:53.744Z Compiling tower v0.5.3
16372026-08-12T01:02:53.794Z Compiling tokio-native-tls v0.3.1
16382026-08-12T01:02:53.937Z Compiling block-padding v0.4.2
16392026-08-12T01:02:53.988Z Compiling crypto-common v0.2.2
16402026-08-12T01:02:54.016Z Compiling block-buffer v0.12.1
16412026-08-12T01:02:54.047Z Compiling newtype-uuid v1.3.2
16422026-08-12T01:02:54.123Z Compiling md-5 v0.10.6
16432026-08-12T01:02:54.236Z Compiling tower-http v0.6.8
16442026-08-12T01:02:54.256Z Compiling rustls-native-certs v0.8.3
16452026-08-12T01:02:54.270Z Compiling darling_macro v0.23.0
16462026-08-12T01:02:54.310Z Compiling derive_builder_macro v0.20.2
16472026-08-12T01:02:54.400Z Compiling erased-serde v0.3.31
16482026-08-12T01:02:54.565Z Compiling h2 v0.4.15
16492026-08-12T01:02:54.660Z Compiling serde_tokenstream v0.2.3
16502026-08-12T01:02:54.803Z Compiling bstr v1.12.1
16512026-08-12T01:02:54.809Z Compiling async-trait v0.1.89
16522026-08-12T01:02:54.831Z Compiling pin-project-internal v1.1.11
16532026-08-12T01:02:54.906Z Compiling zerocopy-derive v0.7.35
16542026-08-12T01:02:54.923Z Compiling daft-derive v0.1.7
16552026-08-12T01:02:54.993Z Compiling curve25519-dalek v4.1.3
16562026-08-12T01:02:55.217Z Compiling vergen-lib v9.1.0
16572026-08-12T01:02:55.347Z Compiling hash32 v0.2.1
16582026-08-12T01:02:55.410Z Compiling memoffset v0.9.1
16592026-08-12T01:02:55.464Z Compiling encoding_rs v0.8.35
16602026-08-12T01:02:55.557Z Compiling ref-cast v1.0.25
16612026-08-12T01:02:55.631Z Compiling litrs v1.0.0
16622026-08-12T01:02:55.681Z Compiling smoltcp v0.9.1
16632026-08-12T01:02:55.700Z Compiling mime v0.3.17
16642026-08-12T01:02:55.757Z Compiling cfg_aliases v0.2.1
16652026-08-12T01:02:55.828Z Compiling crc-any v2.5.0
16662026-08-12T01:02:55.861Z Compiling psl-types v2.0.11
16672026-08-12T01:02:55.874Z Compiling fallible-iterator v0.2.0
16682026-08-12T01:02:55.890Z Compiling rustix v0.38.44
16692026-08-12T01:02:55.958Z Compiling nix v0.31.2
16702026-08-12T01:02:55.977Z Compiling pin-project v1.1.11
16712026-08-12T01:02:55.980Z Compiling publicsuffix v2.3.0
16722026-08-12T01:02:56.006Z Compiling zerocopy v0.7.35
16732026-08-12T01:02:56.029Z Compiling daft v0.1.7
16742026-08-12T01:02:56.165Z Compiling document-features v0.2.12
16752026-08-12T01:02:56.179Z Compiling postgres-protocol v0.6.10
16762026-08-12T01:02:56.193Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16772026-08-12T01:02:56.206Z Compiling derive_builder v0.20.2
16782026-08-12T01:02:56.332Z Compiling darling v0.23.0
16792026-08-12T01:02:56.351Z Compiling toml v0.7.8
16802026-08-12T01:02:56.354Z Compiling inout v0.2.2
16812026-08-12T01:02:56.380Z Compiling object v0.30.4
16822026-08-12T01:02:56.426Z Compiling zip v0.6.6
16832026-08-12T01:02:56.558Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16842026-08-12T01:02:56.573Z Compiling goblin v0.8.2
16852026-08-12T01:02:56.635Z Compiling derive-ex v0.1.8
16862026-08-12T01:02:56.900Z Compiling futures-executor v0.3.32
16872026-08-12T01:02:56.979Z Compiling hubpack_derive v0.1.1
16882026-08-12T01:02:57.044Z Compiling regex v1.12.3
16892026-08-12T01:02:57.075Z Compiling phf_shared v0.13.1
16902026-08-12T01:02:57.143Z Compiling strum_macros v0.27.2
16912026-08-12T01:02:57.182Z Compiling snafu-derive v0.8.9
16922026-08-12T01:02:57.186Z Compiling curve25519-dalek-derive v0.1.1
16932026-08-12T01:02:57.234Z Compiling ref-cast-impl v1.0.25
16942026-08-12T01:02:57.332Z Compiling cargo-platform v0.3.2
16952026-08-12T01:02:57.346Z Compiling vergen v9.1.0
16962026-08-12T01:02:57.462Z Compiling ff v0.13.1
16972026-08-12T01:02:57.495Z Compiling fs-err v3.3.0
16982026-08-12T01:02:57.546Z Compiling path-slash v0.1.5
16992026-08-12T01:02:57.621Z Compiling object v0.37.3
17002026-08-12T01:02:57.638Z Compiling libbz2-rs-sys v0.2.2
17012026-08-12T01:02:57.655Z Compiling bumpalo v3.20.2
17022026-08-12T01:02:57.691Z Compiling foldhash v0.1.5
17032026-08-12T01:02:57.713Z Compiling unicode-segmentation v1.12.0
17042026-08-12T01:02:57.833Z Compiling hyper v1.10.1
17052026-08-12T01:02:57.879Z Compiling same-file v1.0.6
17062026-08-12T01:02:57.895Z Compiling jiff-core v0.1.0
17072026-08-12T01:02:57.913Z Compiling managed v0.8.0
17082026-08-12T01:02:57.938Z Compiling base16ct v0.2.0
17092026-08-12T01:02:58.064Z Compiling either v1.15.0
17102026-08-12T01:02:58.129Z Compiling foldhash v0.2.0
17112026-08-12T01:02:58.143Z Compiling bitflags v1.3.2
17122026-08-12T01:02:58.146Z Compiling bzip2 v0.6.1
17132026-08-12T01:02:58.291Z Compiling hashbrown v0.16.1
17142026-08-12T01:02:58.352Z Compiling sec1 v0.7.3
17152026-08-12T01:02:58.379Z Compiling walkdir v2.5.0
17162026-08-12T01:02:58.414Z Compiling test-strategy v0.4.5
17172026-08-12T01:02:58.662Z Compiling jiff v0.2.34
17182026-08-12T01:02:58.711Z Compiling zopfli v0.8.3
17192026-08-12T01:02:58.830Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17202026-08-12T01:02:58.901Z Compiling dof v0.3.0
17212026-08-12T01:02:59.020Z Compiling hyper-util v0.1.20
17222026-08-12T01:02:59.173Z Compiling snafu v0.8.9
17232026-08-12T01:02:59.188Z Compiling strum v0.27.2
17242026-08-12T01:02:59.204Z Compiling hashbrown v0.15.5
17252026-08-12T01:02:59.406Z Compiling group v0.13.0
17262026-08-12T01:02:59.444Z Compiling cargo_metadata v0.23.1
17272026-08-12T01:02:59.462Z Compiling hubpack v0.1.2
17282026-08-12T01:02:59.486Z Compiling phf v0.13.1
17292026-08-12T01:02:59.557Z Compiling cookie_store v0.22.1
17302026-08-12T01:02:59.608Z Compiling futures v0.3.32
17312026-08-12T01:02:59.657Z Compiling signal-hook-mio v0.2.5
17322026-08-12T01:02:59.692Z Compiling zstd v0.13.3
17332026-08-12T01:02:59.706Z Compiling postgres-types v0.2.12
17342026-08-12T01:02:59.778Z Compiling cipher v0.5.2
17352026-08-12T01:02:59.802Z Compiling serde_with_macros v3.21.0
17362026-08-12T01:03:00.026Z Compiling globset v0.4.18
17372026-08-12T01:03:00.072Z Compiling usdt-attr-macro v0.6.0
17382026-08-12T01:03:00.113Z Compiling usdt-macro v0.6.0
17392026-08-12T01:03:00.139Z Compiling byte-wrapper v0.1.0
17402026-08-12T01:03:00.244Z Compiling ed25519 v2.2.3
17412026-08-12T01:03:00.285Z Compiling hkdf v0.12.4
17422026-08-12T01:03:00.301Z Compiling crypto-bigint v0.5.5
17432026-08-12T01:03:00.473Z Compiling hyper-tls v0.6.0
17442026-08-12T01:03:00.489Z Compiling dtrace-parser v0.2.0
17452026-08-12T01:03:00.713Z Compiling reqwest v0.12.28
17462026-08-12T01:03:00.728Z Compiling serde-big-array v0.5.1
17472026-08-12T01:03:00.798Z Compiling olpc-cjson v0.1.4
17482026-08-12T01:03:00.833Z Compiling serde_plain v1.0.2
17492026-08-12T01:03:00.894Z Compiling phf_shared v0.11.3
17502026-08-12T01:03:00.959Z Compiling strum_macros v0.26.4
17512026-08-12T01:03:00.975Z Compiling async-recursion v1.1.1
17522026-08-12T01:03:00.978Z Compiling enum-as-inner v0.6.1
17532026-08-12T01:03:00.978Z Compiling serde_repr v0.1.20
17542026-08-12T01:03:01.054Z Compiling float-cmp v0.10.0
17552026-08-12T01:03:01.070Z Compiling pem v3.0.6
17562026-08-12T01:03:01.104Z Compiling memmap2 v0.9.10
17572026-08-12T01:03:01.161Z Compiling thread-id v4.2.2
17582026-08-12T01:03:01.223Z Compiling predicates-core v1.0.10
17592026-08-12T01:03:01.241Z Compiling normalize-line-endings v0.3.0
17602026-08-12T01:03:01.261Z Compiling new_debug_unreachable v1.0.6
17612026-08-12T01:03:01.338Z Compiling difflib v0.4.0
17622026-08-12T01:03:01.354Z Compiling data-encoding v2.10.0
17632026-08-12T01:03:01.366Z Compiling static_assertions v1.1.0
17642026-08-12T01:03:01.415Z Compiling whoami v2.1.0
17652026-08-12T01:03:01.418Z Compiling fixedbitset v0.5.7
17662026-08-12T01:03:01.452Z Compiling precomputed-hash v0.1.1
17672026-08-12T01:03:01.475Z Compiling const-oid v0.10.2
17682026-08-12T01:03:01.535Z Compiling winnow v1.0.3
17692026-08-12T01:03:01.554Z Compiling typed-path v0.9.3
17702026-08-12T01:03:01.575Z Compiling cpufeatures v0.3.0
17712026-08-12T01:03:01.664Z Compiling keccak v0.1.6
17722026-08-12T01:03:01.678Z Compiling fixedbitset v0.4.2
17732026-08-12T01:03:01.695Z Compiling hickory-proto v0.25.2
17742026-08-12T01:03:01.755Z Compiling petgraph v0.8.3
17752026-08-12T01:03:01.809Z Compiling chacha20 v0.10.0
17762026-08-12T01:03:01.940Z Compiling toml_parser v1.1.2+spec-1.1.0
17772026-08-12T01:03:01.954Z Compiling petgraph v0.6.5
17782026-08-12T01:03:01.971Z Compiling sha3 v0.10.8
17792026-08-12T01:03:02.109Z Compiling tokio-postgres v0.7.16
17802026-08-12T01:03:02.236Z Compiling digest v0.11.3
17812026-08-12T01:03:02.239Z Compiling predicates v3.1.4
17822026-08-12T01:03:02.443Z Compiling toml_edit v0.22.27
17832026-08-12T01:03:02.468Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17842026-08-12T01:03:02.486Z Compiling string_cache v0.8.9
17852026-08-12T01:03:02.526Z Compiling elliptic-curve v0.13.8
17862026-08-12T01:03:02.600Z Compiling usdt v0.6.0
17872026-08-12T01:03:02.733Z Compiling usdt-impl v0.5.0
17882026-08-12T01:03:02.804Z Compiling strum v0.26.3
17892026-08-12T01:03:02.835Z Compiling serde_with v3.21.0
17902026-08-12T01:03:02.877Z Compiling zip v4.6.1
17912026-08-12T01:03:02.894Z Compiling crossterm v0.28.1
17922026-08-12T01:03:02.936Z Compiling ed25519-dalek v2.2.0
17932026-08-12T01:03:02.956Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17942026-08-12T01:03:03.483Z Compiling iddqd v0.4.2
17952026-08-12T01:03:03.821Z Compiling itertools v0.13.0
17962026-08-12T01:03:03.835Z Compiling itertools v0.15.0
17972026-08-12T01:03:03.856Z Compiling similar v2.7.0
17982026-08-12T01:03:04.191Z Compiling heck v0.4.1
17992026-08-12T01:03:04.394Z Compiling tokio-stream v0.1.18
18002026-08-12T01:03:04.437Z Compiling crossbeam-epoch v0.9.18
18012026-08-12T01:03:04.510Z Compiling buf-list v1.1.2
18022026-08-12T01:03:04.542Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18032026-08-12T01:03:04.664Z Compiling openapiv3 v2.2.0
18042026-08-12T01:03:04.715Z Compiling peg-runtime v0.8.5
18052026-08-12T01:03:04.771Z Compiling lalrpop-util v0.19.12
18062026-08-12T01:03:04.785Z Compiling thread_local v1.1.9
18072026-08-12T01:03:04.799Z Compiling slog-async v2.8.0
18082026-08-12T01:03:04.863Z Compiling crossbeam-channel v0.5.15
18092026-08-12T01:03:04.866Z Compiling filetime v0.2.27
18102026-08-12T01:03:04.986Z Compiling is-terminal v0.4.17
18112026-08-12T01:03:05.007Z Compiling take_mut v0.2.2
18122026-08-12T01:03:05.062Z Compiling xattr v1.6.1
18132026-08-12T01:03:05.062Z Compiling term v1.2.1
18142026-08-12T01:03:05.089Z Compiling camino-tempfile v1.4.1
18152026-08-12T01:03:05.198Z Compiling tar v0.4.46
18162026-08-12T01:03:05.479Z Compiling slog-term v2.9.2
18172026-08-12T01:03:22.579Z Compiling rustls-webpki v0.103.13
18182026-08-12T01:03:25.161Z Compiling tokio-rustls v0.26.4
18192026-08-12T01:03:25.161Z Compiling rustls-platform-verifier v0.6.2
18202026-08-12T01:03:25.232Z Compiling tough v0.22.0
18212026-08-12T01:03:25.359Z Compiling hyper-rustls v0.27.7
18222026-08-12T01:03:25.560Z Compiling reqwest v0.13.2
18232026-08-12T01:03:27.723Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18242026-08-12T01:03:27.906Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18252026-08-12T01:03:30.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.47s
18262026-08-12T01:03:30.915Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18272026-08-12T01:03:30.975ZAug 12 01:03:29.840 INFO Starting download, target: Console
18282026-08-12T01:03:30.976ZAug 12 01:03:29.841 INFO Starting download, target: Cockroach
18292026-08-12T01:03:30.976ZAug 12 01:03:29.841 INFO Starting download, target: Clickhouse
18302026-08-12T01:03:30.976ZAug 12 01:03:29.841 INFO Starting download, target: DendriteStub
18312026-08-12T01:03:30.976ZAug 12 01:03:29.841 INFO Starting download, target: MaghemiteMgd
18322026-08-12T01:03:31.009ZAug 12 01:03:29.841 INFO Starting download, target: MaghemiteDdmd
18332026-08-12T01:03:31.009ZAug 12 01:03:29.841 INFO Starting download, target: TransceiverControl
18342026-08-12T01:03:31.009ZAug 12 01:03:29.841 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18352026-08-12T01:03:31.009ZAug 12 01:03:29.841 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18362026-08-12T01:03:31.009ZAug 12 01:03:29.841 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18372026-08-12T01:03:31.009ZAug 12 01:03:29.841 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18382026-08-12T01:03:31.009ZAug 12 01:03:29.841 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18392026-08-12T01:03:31.009ZAug 12 01:03:29.841 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18402026-08-12T01:03:31.009ZAug 12 01:03:29.841 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18412026-08-12T01:03:31.708ZAug 12 01:03:30.554 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18422026-08-12T01:03:31.949ZAug 12 01:03:30.814 INFO Download complete, target: TransceiverControl
18432026-08-12T01:03:32.829ZAug 12 01:03:31.628 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18442026-08-12T01:03:32.894ZAug 12 01:03:31.679 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18452026-08-12T01:03:33.064ZAug 12 01:03:31.926 INFO Download complete, target: Console
18462026-08-12T01:03:34.456ZAug 12 01:03:33.279 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18472026-08-12T01:03:35.677ZAug 12 01:03:34.520 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18482026-08-12T01:03:35.766ZAug 12 01:03:34.535 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18492026-08-12T01:03:36.215ZAug 12 01:03:35.088 INFO Download complete, target: MaghemiteDdmd
18502026-08-12T01:03:36.756ZAug 12 01:03:35.636 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18512026-08-12T01:03:36.757ZAug 12 01:03:35.636 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18522026-08-12T01:03:38.453ZAug 12 01:03:37.328 INFO Download complete, target: MaghemiteMgd
18532026-08-12T01:03:38.453ZAug 12 01:03:37.328 INFO Download complete, target: DendriteStub
18542026-08-12T01:03:39.622ZAug 12 01:03:38.503 INFO Checking that binary works, target: Clickhouse
18552026-08-12T01:03:39.711ZAug 12 01:03:38.592 INFO Download complete, target: Clickhouse
18562026-08-12T01:03:41.337ZAug 12 01:03:40.219 INFO Checking that binary works, target: Cockroach
18572026-08-12T01:03:41.461ZAug 12 01:03:40.342 INFO Download complete, target: Cockroach
18582026-08-12T01:03:41.466ZAll prerequisites installed successfully
18592026-08-12T01:03:41.470Z
18602026-08-12T01:03:41.470Zreal 1:31.739584907
18612026-08-12T01:03:41.470Zuser 7:05.462324431
18622026-08-12T01:03:41.470Zsys 1:41.300341990
18632026-08-12T01:03:41.470Ztrap 0.257346874
18642026-08-12T01:03:41.470Ztflt 1.012847707
18652026-08-12T01:03:41.470Zdflt 1.769110825
18662026-08-12T01:03:41.470Zkflt 0.027900308
18672026-08-12T01:03:41.470Zlock 27:12.615713424
18682026-08-12T01:03:41.470Zslp 19:16.018223521
18692026-08-12T01:03:41.470Zlat 24.058208433
18702026-08-12T01:03:41.470Zstop 2:49.435416277
18712026-08-12T01:03:41.470Z+ source ./tools/include/force-git-over-https.sh
18722026-08-12T01:03:41.470Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18732026-08-12T01:03:41.470Z++ (( i = 0 ))
18742026-08-12T01:03:41.470Z++ (( i < 5 ))
18752026-08-12T01:03:41.470Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18762026-08-12T01:03:41.474Z++ (( i++ ))
18772026-08-12T01:03:41.474Z++ (( i < 5 ))
18782026-08-12T01:03:41.474Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18792026-08-12T01:03:41.474Z++ (( i++ ))
18802026-08-12T01:03:41.474Z++ (( i < 5 ))
18812026-08-12T01:03:41.474Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18822026-08-12T01:03:41.478Z++ (( i++ ))
18832026-08-12T01:03:41.478Z++ (( i < 5 ))
18842026-08-12T01:03:41.478Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18852026-08-12T01:03:41.481Z++ (( i++ ))
18862026-08-12T01:03:41.481Z++ (( i < 5 ))
18872026-08-12T01:03:41.481Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18882026-08-12T01:03:41.485Z++ (( i++ ))
18892026-08-12T01:03:41.485Z++ (( i < 5 ))
18902026-08-12T01:03:41.485Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18912026-08-12T01:03:41.485Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18922026-08-12T01:03:41.485Z+ rc=0
18932026-08-12T01:03:41.485Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18942026-08-12T01:03:50.773Z+ case $rc in
18952026-08-12T01:03:50.773Z+ pfexec zfs create -p rpool/images/build/host
18962026-08-12T01:03:50.983Z+ pfexec zfs create -p rpool/images/build/recovery
18972026-08-12T01:03:51.057Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18982026-08-12T01:03:51.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18992026-08-12T01:03:51.516Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19002026-08-12T01:03:52.343Z Compiling proc-macro2 v1.0.106
19012026-08-12T01:03:52.343Z Compiling quote v1.0.45
19022026-08-12T01:03:52.343Z Compiling unicode-ident v1.0.24
19032026-08-12T01:03:52.343Z Compiling serde_core v1.0.228
19042026-08-12T01:03:52.347Z Compiling libc v0.2.185
19052026-08-12T01:03:52.347Z Compiling serde v1.0.228
19062026-08-12T01:03:52.347Z Compiling cfg-if v1.0.4
19072026-08-12T01:03:52.480Z Compiling find-msvc-tools v0.1.9
19082026-08-12T01:03:52.486Z Compiling shlex v1.3.0
19092026-08-12T01:03:52.486Z Compiling autocfg v1.5.0
19102026-08-12T01:03:52.486Z Compiling version_check v0.9.5
19112026-08-12T01:03:52.486Z Compiling zerocopy v0.8.40
19122026-08-12T01:03:52.486Z Compiling portable-atomic v1.13.1
19132026-08-12T01:03:52.486Z Compiling zmij v1.0.21
19142026-08-12T01:03:52.486Z Compiling memchr v2.8.0
19152026-08-12T01:03:52.599Z Compiling serde_json v1.0.151
19162026-08-12T01:03:52.615Z Compiling libm v0.2.16
19172026-08-12T01:03:52.821Z Compiling getrandom v0.4.1
19182026-08-12T01:03:52.837Z Compiling generic-array v0.14.7
19192026-08-12T01:03:52.885Z Compiling parking_lot_core v0.9.12
19202026-08-12T01:03:52.919Z Compiling num-traits v0.2.19
19212026-08-12T01:03:53.003Z Compiling pkg-config v0.3.32
19222026-08-12T01:03:53.007Z Compiling icu_properties_data v2.1.2
19232026-08-12T01:03:53.081Z Compiling icu_normalizer_data v2.1.1
19242026-08-12T01:03:53.084Z Compiling smallvec v1.15.1
19252026-08-12T01:03:53.098Z Compiling log v0.4.29
19262026-08-12T01:03:53.144Z Compiling itoa v1.0.17
19272026-08-12T01:03:53.147Z Compiling getrandom v0.3.4
19282026-08-12T01:03:53.160Z Compiling subtle v2.6.1
19292026-08-12T01:03:53.160Z Compiling rustix v1.1.3
19302026-08-12T01:03:53.366Z Compiling scopeguard v1.2.0
19312026-08-12T01:03:53.392Z Compiling stable_deref_trait v1.2.1
19322026-08-12T01:03:53.407Z Compiling typenum v1.20.1
19332026-08-12T01:03:53.464Z Compiling lock_api v0.4.14
19342026-08-12T01:03:53.484Z Compiling errno v0.3.14
19352026-08-12T01:03:53.500Z Compiling jobserver v0.1.34
19362026-08-12T01:03:53.549Z Compiling heck v0.5.0
19372026-08-12T01:03:53.553Z Compiling critical-section v1.2.0
19382026-08-12T01:03:53.637Z Compiling thiserror v2.0.18
19392026-08-12T01:03:53.658Z Compiling rand_core v0.10.0
19402026-08-12T01:03:53.705Z Compiling cc v1.2.56
19412026-08-12T01:03:53.889Z Compiling syn v2.0.117
19422026-08-12T01:03:53.899Z Compiling getrandom v0.2.17
19432026-08-12T01:03:53.954Z Compiling fs_extra v1.3.0
19442026-08-12T01:03:53.969Z Compiling dunce v1.0.5
19452026-08-12T01:03:54.026Z Compiling once_cell v1.21.3
19462026-08-12T01:03:54.043Z Compiling rand_core v0.6.4
19472026-08-12T01:03:54.059Z Compiling percent-encoding v2.3.2
19482026-08-12T01:03:54.079Z Compiling writeable v0.6.2
19492026-08-12T01:03:54.110Z Compiling litemap v0.8.1
19502026-08-12T01:03:54.228Z Compiling const-oid v0.9.6
19512026-08-12T01:03:54.333Z Compiling pin-project-lite v0.2.17
19522026-08-12T01:03:54.362Z Compiling schemars v0.8.22
19532026-08-12T01:03:54.439Z Compiling cmake v0.1.57
19542026-08-12T01:03:54.453Z Compiling equivalent v1.0.2
19552026-08-12T01:03:54.482Z Compiling signal-hook-registry v1.4.8
19562026-08-12T01:03:54.557Z Compiling semver v1.0.28
19572026-08-12T01:03:54.594Z Compiling bitflags v2.11.0
19582026-08-12T01:03:54.834Z Compiling aws-lc-rs v1.16.3
19592026-08-12T01:03:54.853Z Compiling futures-core v0.3.32
19602026-08-12T01:03:54.900Z Compiling rustversion v1.0.22
19612026-08-12T01:03:54.930Z Compiling parking_lot v0.12.5
19622026-08-12T01:03:55.012Z Compiling aws-lc-sys v0.40.0
19632026-08-12T01:03:55.030Z Compiling mio v1.2.0
19642026-08-12T01:03:55.171Z Compiling utf8_iter v1.0.4
19652026-08-12T01:03:55.174Z Compiling crc32fast v1.5.0
19662026-08-12T01:03:55.286Z Compiling form_urlencoded v1.2.2
19672026-08-12T01:03:55.397Z Compiling fnv v1.0.7
19682026-08-12T01:03:55.417Z Compiling vcpkg v0.2.15
19692026-08-12T01:03:55.515Z Compiling strsim v0.11.1
19702026-08-12T01:03:55.577Z Compiling byteorder v1.5.0
19712026-08-12T01:03:55.593Z Compiling syn v1.0.109
19722026-08-12T01:03:55.666Z Compiling hashbrown v0.17.0
19732026-08-12T01:03:55.908Z Compiling socket2 v0.6.3
19742026-08-12T01:03:56.015Z Compiling openssl-sys v0.9.117
19752026-08-12T01:03:56.037Z Compiling radium v0.7.0
19762026-08-12T01:03:56.053Z Compiling futures-sink v0.3.32
19772026-08-12T01:03:56.053Z Compiling httparse v1.10.1
19782026-08-12T01:03:56.181Z Compiling futures-channel v0.3.32
19792026-08-12T01:03:56.215Z Compiling slab v0.4.12
19802026-08-12T01:03:56.285Z Compiling futures-io v0.3.32
19812026-08-12T01:03:56.293Z Compiling futures-task v0.3.32
19822026-08-12T01:03:56.333Z Compiling indexmap v2.14.0
19832026-08-12T01:03:56.401Z Compiling iana-time-zone v0.1.65
19842026-08-12T01:03:56.431Z Compiling thiserror v1.0.69
19852026-08-12T01:03:56.456Z Compiling rustls v0.23.41
19862026-08-12T01:03:56.545Z Compiling maybe-uninit v2.0.0
19872026-08-12T01:03:56.563Z Compiling base64 v0.22.1
19882026-08-12T01:03:56.678Z Compiling rustc_version v0.4.1
19892026-08-12T01:03:56.789Z Compiling synstructure v0.13.2
19902026-08-12T01:03:56.864Z Compiling serde_derive_internals v0.29.1
19912026-08-12T01:03:56.926Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-08-12T01:03:56.926Z Compiling uuid v1.23.4
19932026-08-12T01:03:56.926Z Compiling ahash v0.8.12
19942026-08-12T01:03:56.938Z Compiling base64ct v1.8.3
19952026-08-12T01:03:56.938Z Compiling num-bigint-dig v0.8.6
19962026-08-12T01:03:56.938Z Compiling ucd-trie v0.1.7
19972026-08-12T01:03:56.953Z Compiling ident_case v1.0.1
19982026-08-12T01:03:57.082Z Compiling packed_struct v0.10.1
19992026-08-12T01:03:57.086Z Compiling regex-syntax v0.8.10
20002026-08-12T01:03:57.089Z Compiling pest v2.8.6
20012026-08-12T01:03:57.104Z Compiling rand_core v0.9.5
20022026-08-12T01:03:57.177Z Compiling pem-rfc7468 v0.7.0
20032026-08-12T01:03:57.243Z Compiling flagset v0.4.7
20042026-08-12T01:03:57.379Z Compiling openssl v0.10.80
20052026-08-12T01:03:57.399Z Compiling fastrand v2.3.0
20062026-08-12T01:03:57.445Z Compiling dyn-clone v1.0.20
20072026-08-12T01:03:57.491Z Compiling indexmap v1.9.3
20082026-08-12T01:03:57.573Z Compiling utf8parse v0.2.2
20092026-08-12T01:03:57.611Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20102026-08-12T01:03:57.669Z Compiling tempfile v3.25.0
20112026-08-12T01:03:57.736Z Compiling native-tls v0.2.18
20122026-08-12T01:03:57.741Z Compiling cpufeatures v0.2.17
20132026-08-12T01:03:57.860Z Compiling paste v1.0.15
20142026-08-12T01:03:57.864Z Compiling anstyle v1.0.14
20152026-08-12T01:03:57.983Z Compiling crossbeam-utils v0.8.21
20162026-08-12T01:03:57.999Z Compiling anstyle-query v1.1.5
20172026-08-12T01:03:58.015Z Compiling is_terminal_polyfill v1.70.2
20182026-08-12T01:03:58.042Z Compiling serde_derive v1.0.228
20192026-08-12T01:03:58.122Z Compiling zeroize_derive v1.5.0
20202026-08-12T01:03:58.141Z Compiling zerocopy-derive v0.8.40
20212026-08-12T01:03:58.157Z Compiling zerofrom-derive v0.1.6
20222026-08-12T01:03:58.164Z Compiling yoke-derive v0.8.1
20232026-08-12T01:03:58.191Z Compiling zerovec-derive v0.11.2
20242026-08-12T01:03:58.191Z Compiling displaydoc v0.2.5
20252026-08-12T01:03:58.272Z Compiling tokio-macros v2.7.0
20262026-08-12T01:03:58.365Z Compiling futures-macro v0.3.32
20272026-08-12T01:03:58.394Z Compiling thiserror-impl v2.0.18
20282026-08-12T01:03:58.502Z Compiling der_derive v0.7.3
20292026-08-12T01:03:58.624Z Compiling schemars_derive v0.8.22
20302026-08-12T01:03:58.747Z Compiling tracing-attributes v0.1.31
20312026-08-12T01:03:58.906Z Compiling thiserror-impl v1.0.69
20322026-08-12T01:03:58.965Z Compiling clap_derive v4.6.1
20332026-08-12T01:03:59.165Z Compiling futures-util v0.3.32
20342026-08-12T01:03:59.265Z Compiling pest_meta v2.8.6
20352026-08-12T01:03:59.327Z Compiling zerofrom v0.1.6
20362026-08-12T01:03:59.464Z Compiling yoke v0.8.1
20372026-08-12T01:03:59.656Z Compiling packed_struct_codegen v0.10.1
20382026-08-12T01:03:59.680Z Compiling zerovec v0.11.5
20392026-08-12T01:03:59.780Z Compiling zerotrie v0.2.3
20402026-08-12T01:04:00.062Z Compiling bitfield-macros v0.19.4
20412026-08-12T01:04:00.085Z Compiling zerocopy-derive v0.6.6
20422026-08-12T01:04:00.226Z Compiling tinystr v0.8.2
20432026-08-12T01:04:00.226Z Compiling potential_utf v0.1.4
20442026-08-12T01:04:00.280Z Compiling pest_generator v2.8.6
20452026-08-12T01:04:00.370Z Compiling icu_collections v2.1.1
20462026-08-12T01:04:00.441Z Compiling icu_locale_core v2.1.1
20472026-08-12T01:04:00.760Z Compiling openssl-macros v0.1.1
20482026-08-12T01:04:00.850Z Compiling scroll_derive v0.13.1
20492026-08-12T01:04:00.931Z Compiling pest_derive v2.8.6
20502026-08-12T01:04:01.167Z Compiling camino v1.2.2
20512026-08-12T01:04:01.182Z Compiling colorchoice v1.0.4
20522026-08-12T01:04:01.284Z Compiling zeroize v1.9.0
20532026-08-12T01:04:01.344Z Compiling bytes v1.11.1
20542026-08-12T01:04:01.405Z Compiling icu_provider v2.1.1
20552026-08-12T01:04:01.570Z Compiling chrono v0.4.45
20562026-08-12T01:04:01.593Z Compiling der v0.7.10
20572026-08-12T01:04:01.679Z Compiling icu_normalizer v2.1.1
20582026-08-12T01:04:01.762Z Compiling icu_properties v2.1.2
20592026-08-12T01:04:01.860Z Compiling tokio v1.52.1
20602026-08-12T01:04:02.079Z Compiling crypto-common v0.1.7
20612026-08-12T01:04:02.104Z Compiling block-buffer v0.10.4
20622026-08-12T01:04:02.261Z Compiling digest v0.10.7
20632026-08-12T01:04:02.321Z Compiling hex v0.4.3
20642026-08-12T01:04:02.465Z Compiling ppv-lite86 v0.2.21
20652026-08-12T01:04:02.646Z Compiling idna_adapter v1.2.1
20662026-08-12T01:04:02.679Z Compiling spki v0.7.3
20672026-08-12T01:04:02.810Z Compiling idna v1.1.0
20682026-08-12T01:04:02.912Z Compiling pkcs8 v0.10.2
20692026-08-12T01:04:02.975Z Compiling rand_chacha v0.9.0
20702026-08-12T01:04:03.000Z Compiling sha2 v0.10.9
20712026-08-12T01:04:03.038Z Compiling http v1.4.2
20722026-08-12T01:04:03.288Z Compiling url v2.5.8
20732026-08-12T01:04:03.592Z Compiling rand v0.9.2
20742026-08-12T01:04:03.692Z Compiling rustls-pki-types v1.14.0
20752026-08-12T01:04:03.903Z Compiling daft-derive v0.1.7
20762026-08-12T01:04:04.257Z Compiling spin v0.9.8
20772026-08-12T01:04:04.279Z Compiling tinyvec_macros v0.1.1
20782026-08-12T01:04:04.341Z Compiling num-conv v0.2.0
20792026-08-12T01:04:04.357Z Compiling time-core v0.1.8
20802026-08-12T01:04:04.445Z Compiling tinyvec v1.10.0
20812026-08-12T01:04:04.514Z Compiling structmeta-derive v0.3.0
20822026-08-12T01:04:04.537Z Compiling time-macros v0.2.27
20832026-08-12T01:04:04.560Z Compiling async-trait v0.1.89
20842026-08-12T01:04:04.606Z Compiling anstyle-parse v1.0.0
20852026-08-12T01:04:04.763Z Compiling tracing-core v0.1.36
20862026-08-12T01:04:04.886Z Compiling untrusted v0.7.1
20872026-08-12T01:04:04.901Z Compiling plain v0.2.3
20882026-08-12T01:04:04.995Z Compiling cmov v0.5.4
20892026-08-12T01:04:05.028Z Compiling simd-adler32 v0.3.8
20902026-08-12T01:04:05.062Z Compiling anstream v1.0.0
20912026-08-12T01:04:05.256Z Compiling tracing v0.1.44
20922026-08-12T01:04:05.279Z Compiling ctutils v0.4.2
20932026-08-12T01:04:05.448Z Compiling http-body v1.0.1
20942026-08-12T01:04:05.515Z Compiling structmeta v0.3.0
20952026-08-12T01:04:05.597Z Compiling toml_datetime v0.6.11
20962026-08-12T01:04:05.616Z Compiling serde_spanned v0.6.9
20972026-08-12T01:04:05.647Z Compiling pin-project-internal v1.1.11
20982026-08-12T01:04:05.667Z Compiling tokio-util v0.7.18
20992026-08-12T01:04:05.738Z Compiling terminal_size v0.4.3
21002026-08-12T01:04:05.786Z Compiling slog v2.8.2
21012026-08-12T01:04:05.837Z Compiling wait-timeout v0.2.1
21022026-08-12T01:04:05.853Z Compiling cookie v0.18.1
21032026-08-12T01:04:05.865Z Compiling openssl-probe v0.2.1
21042026-08-12T01:04:05.880Z Compiling zstd-safe v7.2.4
21052026-08-12T01:04:05.990Z Compiling bit-vec v0.8.0
21062026-08-12T01:04:06.055Z Compiling tap v1.0.1
21072026-08-12T01:04:06.072Z Compiling clap_lex v1.0.0
21082026-08-12T01:04:06.075Z Compiling untrusted v0.9.0
21092026-08-12T01:04:06.225Z Compiling quick-error v1.2.3
21102026-08-12T01:04:06.239Z Compiling adler2 v2.0.1
21112026-08-12T01:04:06.343Z Compiling miniz_oxide v0.8.9
21122026-08-12T01:04:06.373Z Compiling clap_builder v4.6.0
21132026-08-12T01:04:06.396Z Compiling rusty-fork v0.3.1
21142026-08-12T01:04:06.419Z Compiling bit-set v0.8.0
21152026-08-12T01:04:06.461Z Compiling wyz v0.5.1
21162026-08-12T01:04:06.692Z Compiling derive-ex v0.1.8
21172026-08-12T01:04:06.710Z Compiling hybrid-array v0.4.13
21182026-08-12T01:04:06.807Z Compiling unicode-normalization v0.1.25
21192026-08-12T01:04:06.927Z Compiling rand_chacha v0.3.1
21202026-08-12T01:04:06.946Z Compiling signature v2.2.0
21212026-08-12T01:04:07.064Z Compiling scroll_derive v0.12.1
21222026-08-12T01:04:07.085Z Compiling rand_xorshift v0.4.0
21232026-08-12T01:04:07.147Z Compiling heapless v0.7.17
21242026-08-12T01:04:07.360Z Compiling num-integer v0.1.46
21252026-08-12T01:04:07.375Z Compiling aho-corasick v1.1.4
21262026-08-12T01:04:07.432Z Compiling tower-service v0.3.3
21272026-08-12T01:04:07.527Z Compiling rustix v0.38.44
21282026-08-12T01:04:07.546Z Compiling pretty-hex v0.4.1
21292026-08-12T01:04:07.560Z Compiling tower-layer v0.3.3
21302026-08-12T01:04:07.701Z Compiling zlib-rs v0.6.2
21312026-08-12T01:04:07.729Z Compiling funty v2.0.0
21322026-08-12T01:04:07.745Z Compiling try-lock v0.2.5
21332026-08-12T01:04:07.776Z Compiling atomic-waker v1.1.2
21342026-08-12T01:04:07.791Z Compiling usdt-impl v0.6.0
21352026-08-12T01:04:07.889Z Compiling unarray v0.1.4
21362026-08-12T01:04:07.931Z Compiling signal-hook v0.3.18
21372026-08-12T01:04:08.048Z Compiling anyhow v1.0.102
21382026-08-12T01:04:08.143Z Compiling h2 v0.4.15
21392026-08-12T01:04:08.185Z Compiling want v0.3.1
21402026-08-12T01:04:08.200Z Compiling bitvec v1.0.1
21412026-08-12T01:04:08.231Z Compiling regex-automata v0.4.14
21422026-08-12T01:04:08.234Z Compiling test-strategy v0.4.5
21432026-08-12T01:04:08.317Z Compiling clap v4.6.1
21442026-08-12T01:04:08.371Z Compiling proptest v1.11.0
21452026-08-12T01:04:08.699Z Compiling num-iter v0.1.45
21462026-08-12T01:04:09.076Z Compiling rand v0.8.6
21472026-08-12T01:04:09.376Z Compiling ipnetwork v0.21.1
21482026-08-12T01:04:09.696Z Compiling lazy_static v1.5.0
21492026-08-12T01:04:09.805Z Compiling flate2 v1.1.9
21502026-08-12T01:04:09.846Z Compiling scroll v0.13.0
21512026-08-12T01:04:09.958Z Compiling ipnet v2.11.0
21522026-08-12T01:04:10.128Z Compiling strum_macros v0.26.4
21532026-08-12T01:04:10.404Z Compiling snafu-derive v0.8.9
21542026-08-12T01:04:10.418Z Compiling anstyle-parse v0.2.7
21552026-08-12T01:04:10.979Z Compiling darling_core v0.20.11
21562026-08-12T01:04:11.307Z Compiling darling_core v0.23.0
21572026-08-12T01:04:11.771Z Compiling httpdate v1.0.3
21582026-08-12T01:04:12.014Z Compiling foreign-types-shared v0.1.1
21592026-08-12T01:04:12.144Z Compiling crc-catalog v2.4.0
21602026-08-12T01:04:12.159Z Compiling winnow v0.5.40
21612026-08-12T01:04:12.231Z Compiling nodrop v0.1.14
21622026-08-12T01:04:12.258Z Compiling crc v3.4.0
21632026-08-12T01:04:12.341Z Compiling array-init v0.0.4
21642026-08-12T01:04:12.372Z Compiling foreign-types v0.3.2
21652026-08-12T01:04:12.458Z Compiling hyper v1.10.1
21662026-08-12T01:04:12.790Z Compiling newtype-uuid v1.3.2
21672026-08-12T01:04:12.993Z Compiling darling_macro v0.20.11
21682026-08-12T01:04:13.478Z Compiling darling_macro v0.23.0
21692026-08-12T01:04:13.523Z Compiling anstream v0.6.21
21702026-08-12T01:04:13.717Z Compiling toml_edit v0.19.15
21712026-08-12T01:04:13.939Z Compiling goblin v0.10.5
21722026-08-12T01:04:13.956Z Compiling oxnet v0.1.6
21732026-08-12T01:04:14.020Z Compiling smallvec v0.6.14
21742026-08-12T01:04:14.316Z Compiling pkcs1 v0.7.5
21752026-08-12T01:04:14.697Z Compiling zerocopy v0.6.6
21762026-08-12T01:04:14.713Z Compiling bitfield v0.19.4
21772026-08-12T01:04:14.939Z Compiling zerocopy-derive v0.7.35
21782026-08-12T01:04:15.029Z Compiling curve25519-dalek v4.1.3
21792026-08-12T01:04:15.290Z Compiling env_filter v1.0.0
21802026-08-12T01:04:15.419Z Compiling memoffset v0.9.1
21812026-08-12T01:04:15.641Z Compiling hashbrown v0.12.3
21822026-08-12T01:04:15.868Z Compiling base64 v0.21.7
21832026-08-12T01:04:15.899Z Compiling smoltcp v0.9.1
21842026-08-12T01:04:15.972Z Compiling litrs v1.0.0
21852026-08-12T01:04:16.078Z Compiling ref-cast v1.0.25
21862026-08-12T01:04:16.157Z Compiling ron v0.8.1
21872026-08-12T01:04:16.439Z Compiling env_logger v0.11.9
21882026-08-12T01:04:16.476Z Compiling document-features v0.2.12
21892026-08-12T01:04:16.640Z Compiling toml v0.7.8
21902026-08-12T01:04:16.668Z Compiling dof v0.4.0
21912026-08-12T01:04:16.755Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21922026-08-12T01:04:16.826Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21932026-08-12T01:04:17.050Z Compiling rsa v0.9.10
21942026-08-12T01:04:17.252Z Compiling daft v0.1.7
21952026-08-12T01:04:17.576Z Compiling serde-hex v0.1.0
21962026-08-12T01:04:17.618Z Compiling darling v0.23.0
21972026-08-12T01:04:17.642Z Compiling bzip2 v0.4.4
21982026-08-12T01:04:17.694Z Compiling hyper-util v0.1.20
21992026-08-12T01:04:17.728Z Compiling darling v0.20.11
22002026-08-12T01:04:17.772Z Compiling hashbrown v0.13.2
22012026-08-12T01:04:18.241Z Compiling x509-cert v0.2.5
22022026-08-12T01:04:18.293Z Compiling hmac v0.12.1
22032026-08-12T01:04:18.422Z Compiling dtrace-parser v0.3.0
22042026-08-12T01:04:18.641Z Compiling async-recursion v1.1.1
22052026-08-12T01:04:18.841Z Compiling sync_wrapper v1.0.2
22062026-08-12T01:04:19.011Z Compiling thread-id v5.1.0
22072026-08-12T01:04:19.226Z Compiling powerfmt v0.2.0
22082026-08-12T01:04:19.243Z Compiling crc-any v2.5.0
22092026-08-12T01:04:19.500Z Compiling siphasher v1.0.2
22102026-08-12T01:04:19.515Z Compiling cfg_aliases v0.2.1
22112026-08-12T01:04:19.666Z Compiling nix v0.31.2
22122026-08-12T01:04:19.694Z Compiling deranged v0.5.8
22132026-08-12T01:04:19.981Z Compiling tower v0.5.3
22142026-08-12T01:04:20.566Z Compiling object v0.30.4
22152026-08-12T01:04:20.981Z Compiling zip v0.6.6
22162026-08-12T01:04:20.999Z Compiling derive_builder_core v0.20.2
22172026-08-12T01:04:21.402Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22182026-08-12T01:04:21.417Z Compiling serde_with_macros v3.21.0
22192026-08-12T01:04:21.555Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22202026-08-12T01:04:21.805Z Compiling bstr v1.12.1
22212026-08-12T01:04:21.894Z Compiling block-buffer v0.12.1
22222026-08-12T01:04:22.113Z Compiling crypto-common v0.2.2
22232026-08-12T01:04:22.459Z Compiling http-body-util v0.1.3
22242026-08-12T01:04:22.528Z Compiling futures-executor v0.3.32
22252026-08-12T01:04:22.544Z Compiling serde_tokenstream v0.2.3
22262026-08-12T01:04:22.593Z Compiling erased-serde v0.3.31
22272026-08-12T01:04:22.807Z Compiling hubpack_derive v0.1.1
22282026-08-12T01:04:22.842Z Compiling strum_macros v0.27.2
22292026-08-12T01:04:22.954Z Compiling curve25519-dalek-derive v0.1.1
22302026-08-12T01:04:23.010Z Compiling ref-cast-impl v1.0.25
22312026-08-12T01:04:23.241Z Compiling fs-err v3.3.0
22322026-08-12T01:04:23.264Z Compiling usdt-impl v0.5.0
22332026-08-12T01:04:23.433Z Compiling same-file v1.0.6
22342026-08-12T01:04:23.585Z Compiling unicode-properties v0.1.4
22352026-08-12T01:04:23.615Z Compiling allocator-api2 v0.2.21
22362026-08-12T01:04:23.725Z Compiling iri-string v0.7.10
22372026-08-12T01:04:23.740Z Compiling num_threads v0.1.7
22382026-08-12T01:04:23.838Z Compiling ryu v1.0.23
22392026-08-12T01:04:23.879Z Compiling path-slash v0.1.5
22402026-08-12T01:04:24.031Z Compiling unicode-bidi v0.3.18
22412026-08-12T01:04:24.075Z Compiling object v0.37.3
22422026-08-12T01:04:24.148Z Compiling time v0.3.47
22432026-08-12T01:04:24.347Z Compiling serde_urlencoded v0.7.1
22442026-08-12T01:04:24.502Z Compiling stringprep v0.1.5
22452026-08-12T01:04:24.872Z Compiling walkdir v2.5.0
22462026-08-12T01:04:25.221Z Compiling tower-http v0.6.8
22472026-08-12T01:04:25.992Z Compiling futures v0.3.32
22482026-08-12T01:04:26.297Z Compiling derive_builder_macro v0.20.2
22492026-08-12T01:04:26.654Z Compiling tokio-native-tls v0.3.1
22502026-08-12T01:04:26.794Z Compiling strum v0.26.3
22512026-08-12T01:04:26.951Z Compiling block-padding v0.4.2
22522026-08-12T01:04:27.132Z Compiling scroll v0.12.0
22532026-08-12T01:04:27.162Z Compiling pin-project v1.1.11
22542026-08-12T01:04:27.208Z Compiling rustls-native-certs v0.8.3
22552026-08-12T01:04:27.240Z Compiling md-5 v0.10.6
22562026-08-12T01:04:27.311Z Compiling vergen-lib v9.1.0
22572026-08-12T01:04:27.349Z Compiling hash32 v0.2.1
22582026-08-12T01:04:27.422Z Compiling encoding_rs v0.8.35
22592026-08-12T01:04:27.470Z Compiling mime v0.3.17
22602026-08-12T01:04:27.519Z Compiling fallible-iterator v0.2.0
22612026-08-12T01:04:27.548Z Compiling psl-types v2.0.11
22622026-08-12T01:04:27.705Z Compiling jiff-core v0.1.0
22632026-08-12T01:04:27.718Z Compiling cpufeatures v0.3.0
22642026-08-12T01:04:27.721Z Compiling publicsuffix v2.3.0
22652026-08-12T01:04:27.807Z Compiling goblin v0.8.2
22662026-08-12T01:04:27.838Z Compiling postgres-protocol v0.6.10
22672026-08-12T01:04:28.000Z Compiling snafu v0.8.9
22682026-08-12T01:04:28.252Z Compiling inout v0.2.2
22692026-08-12T01:04:28.420Z Compiling hyper-tls v0.6.0
22702026-08-12T01:04:28.434Z Compiling derive_builder v0.20.2
22712026-08-12T01:04:28.560Z Compiling jiff v0.2.34
22722026-08-12T01:04:28.729Z Compiling usdt-attr-macro v0.6.0
22732026-08-12T01:04:28.853Z Compiling usdt-macro v0.6.0
22742026-08-12T01:04:28.870Z Compiling globset v0.4.18
22752026-08-12T01:04:28.885Z Compiling phf_shared v0.13.1
22762026-08-12T01:04:28.924Z Compiling crossbeam-epoch v0.9.18
22772026-08-12T01:04:29.129Z Compiling zerocopy v0.7.35
22782026-08-12T01:04:29.353Z Compiling regex v1.12.3
22792026-08-12T01:04:29.641Z Compiling serde_plain v1.0.2
22802026-08-12T01:04:29.737Z Compiling enum-as-inner v0.6.1
22812026-08-12T01:04:29.765Z Compiling serde_repr v0.1.20
22822026-08-12T01:04:29.865Z Compiling pem v3.0.6
22832026-08-12T01:04:29.882Z Compiling vergen v9.1.0
22842026-08-12T01:04:29.921Z Compiling ff v0.13.1
22852026-08-12T01:04:29.936Z Compiling cargo-platform v0.3.2
22862026-08-12T01:04:30.082Z Compiling filetime v0.2.27
22872026-08-12T01:04:30.096Z Compiling libbz2-rs-sys v0.2.2
22882026-08-12T01:04:30.205Z Compiling managed v0.8.0
22892026-08-12T01:04:30.235Z Compiling const-oid v0.10.2
22902026-08-12T01:04:30.260Z Compiling foldhash v0.1.5
22912026-08-12T01:04:30.311Z Compiling bumpalo v3.20.2
22922026-08-12T01:04:30.548Z Compiling typed-path v0.9.3
22932026-08-12T01:04:30.563Z Compiling xattr v1.6.1
22942026-08-12T01:04:30.577Z Compiling base16ct v0.2.0
22952026-08-12T01:04:30.591Z Compiling foldhash v0.2.0
22962026-08-12T01:04:30.605Z Compiling bitflags v1.3.2
22972026-08-12T01:04:30.702Z Compiling unicode-segmentation v1.12.0
22982026-08-12T01:04:30.750Z Compiling either v1.15.0
22992026-08-12T01:04:30.841Z Compiling hashbrown v0.16.1
23002026-08-12T01:04:30.856Z Compiling sec1 v0.7.3
23012026-08-12T01:04:30.973Z Compiling tar v0.4.46
23022026-08-12T01:04:31.133Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23032026-08-12T01:04:31.162Z Compiling zopfli v0.8.3
23042026-08-12T01:04:31.177Z Compiling bzip2 v0.6.1
23052026-08-12T01:04:31.452Z Compiling digest v0.11.3
23062026-08-12T01:04:31.456Z Compiling hashbrown v0.15.5
23072026-08-12T01:04:31.534Z Compiling cargo_metadata v0.23.1
23082026-08-12T01:04:31.728Z Compiling group v0.13.0
23092026-08-12T01:04:31.743Z Compiling dof v0.3.0
23102026-08-12T01:04:32.433Z Compiling phf v0.13.1
23112026-08-12T01:04:32.472Z Compiling zstd v0.13.3
23122026-08-12T01:04:32.741Z Compiling reqwest v0.12.28
23132026-08-12T01:04:32.889Z Compiling signal-hook-mio v0.2.5
23142026-08-12T01:04:32.980Z Compiling cipher v0.5.2
23152026-08-12T01:04:33.024Z Compiling cookie_store v0.22.1
23162026-08-12T01:04:33.088Z Compiling postgres-types v0.2.12
23172026-08-12T01:04:33.286Z Compiling strum v0.27.2
23182026-08-12T01:04:33.449Z Compiling hubpack v0.1.2
23192026-08-12T01:04:33.590Z Compiling phf_shared v0.11.3
23202026-08-12T01:04:33.609Z Compiling hkdf v0.12.4
23212026-08-12T01:04:33.626Z Compiling dtrace-parser v0.2.0
23222026-08-12T01:04:33.626Z Compiling byte-wrapper v0.1.0
23232026-08-12T01:04:33.706Z Compiling ed25519 v2.2.3
23242026-08-12T01:04:33.776Z Compiling olpc-cjson v0.1.4
23252026-08-12T01:04:34.024Z Compiling crypto-bigint v0.5.5
23262026-08-12T01:04:34.116Z Compiling serde-big-array v0.5.1
23272026-08-12T01:04:34.239Z Compiling float-cmp v0.10.0
23282026-08-12T01:04:34.381Z Compiling thread-id v4.2.2
23292026-08-12T01:04:34.405Z Compiling memmap2 v0.9.10
23302026-08-12T01:04:34.494Z Compiling rayon-core v1.13.0
23312026-08-12T01:04:34.508Z Compiling winnow v0.7.14
23322026-08-12T01:04:34.554Z Compiling precomputed-hash v0.1.1
23332026-08-12T01:04:34.585Z Compiling fixedbitset v0.5.7
23342026-08-12T01:04:34.626Z Compiling whoami v2.1.0
23352026-08-12T01:04:34.658Z Compiling normalize-line-endings v0.3.0
23362026-08-12T01:04:34.895Z Compiling data-encoding v2.10.0
23372026-08-12T01:04:35.011Z Compiling toml_write v0.1.2
23382026-08-12T01:04:35.107Z Compiling static_assertions v1.1.0
23392026-08-12T01:04:35.192Z Compiling fixedbitset v0.4.2
23402026-08-12T01:04:35.220Z Compiling keccak v0.1.6
23412026-08-12T01:04:35.324Z Compiling predicates-core v1.0.10
23422026-08-12T01:04:35.405Z Compiling difflib v0.4.0
23432026-08-12T01:04:35.438Z Compiling winnow v1.0.3
23442026-08-12T01:04:35.519Z Compiling new_debug_unreachable v1.0.6
23452026-08-12T01:04:35.602Z Compiling string_cache v0.8.9
23462026-08-12T01:04:35.749Z Compiling toml_parser v1.1.2+spec-1.1.0
23472026-08-12T01:04:35.764Z Compiling predicates v3.1.4
23482026-08-12T01:04:35.826Z Compiling chacha20 v0.10.0
23492026-08-12T01:04:35.847Z Compiling sha3 v0.10.8
23502026-08-12T01:04:35.907Z Compiling petgraph v0.6.5
23512026-08-12T01:04:36.086Z Compiling toml_edit v0.22.27
23522026-08-12T01:04:36.164Z Compiling hickory-proto v0.25.2
23532026-08-12T01:04:36.348Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23542026-08-12T01:04:36.424Z Compiling elliptic-curve v0.13.8
23552026-08-12T01:04:37.283Z Compiling tokio-postgres v0.7.16
23562026-08-12T01:04:37.450Z Compiling petgraph v0.8.3
23572026-08-12T01:04:37.625Z Compiling usdt v0.6.0
23582026-08-12T01:04:38.071Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23592026-08-12T01:04:38.709Z Compiling ed25519-dalek v2.2.0
23602026-08-12T01:04:39.355Z Compiling zip v4.6.1
23612026-08-12T01:04:39.609Z Compiling crossterm v0.28.1
23622026-08-12T01:04:40.037Z Compiling iddqd v0.4.2
23632026-08-12T01:04:40.423Z Compiling heck v0.4.1
23642026-08-12T01:04:40.657Z Compiling similar v2.7.0
23652026-08-12T01:04:40.744Z Compiling itertools v0.13.0
23662026-08-12T01:04:40.760Z Compiling itertools v0.15.0
23672026-08-12T01:04:41.285Z Compiling serde_with v3.21.0
23682026-08-12T01:04:42.277Z Compiling tokio-stream v0.1.18
23692026-08-12T01:04:42.369Z Compiling buf-list v1.1.2
23702026-08-12T01:04:42.460Z Compiling half v2.7.1
23712026-08-12T01:04:42.630Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23722026-08-12T01:04:42.696Z Compiling openapiv3 v2.2.0
23732026-08-12T01:04:42.921Z Compiling ciborium-io v0.2.2
23742026-08-12T01:04:43.183Z Compiling lalrpop-util v0.19.12
23752026-08-12T01:04:43.198Z Compiling peg-runtime v0.8.5
23762026-08-12T01:04:43.397Z Compiling ciborium-ll v0.2.2
23772026-08-12T01:04:44.174Z Compiling crossbeam-deque v0.8.6
23782026-08-12T01:04:44.611Z Compiling camino-tempfile v1.4.1
23792026-08-12T01:04:45.009Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23802026-08-12T01:04:45.490Z Compiling blake3 v1.8.5
23812026-08-12T01:04:45.628Z Compiling fs-err v2.11.0
23822026-08-12T01:04:48.166Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23832026-08-12T01:04:49.156Z Compiling rustls-webpki v0.103.13
23842026-08-12T01:04:49.967Z Compiling ciborium v0.2.2
23852026-08-12T01:04:50.257Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
23862026-08-12T01:04:50.842Z Compiling thread_local v1.1.9
23872026-08-12T01:04:50.931Z Compiling arrayvec v0.7.6
23882026-08-12T01:04:51.207Z Compiling constant_time_eq v0.4.2
23892026-08-12T01:04:51.432Z Compiling arrayref v0.3.9
23902026-08-12T01:04:51.452Z Compiling slog-async v2.8.0
23912026-08-12T01:04:51.534Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23922026-08-12T01:04:51.755Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23932026-08-12T01:04:51.853Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23942026-08-12T01:04:51.961Z Compiling toml v0.8.23
23952026-08-12T01:04:52.065Z Compiling atomicwrites v0.4.4
23962026-08-12T01:04:52.178Z Compiling digest-io v0.1.0
23972026-08-12T01:04:52.199Z Compiling sha2 v0.11.0
23982026-08-12T01:04:52.234Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23992026-08-12T01:04:52.345Z Compiling crossbeam-channel v0.5.15
24002026-08-12T01:04:52.360Z Compiling serde_path_to_error v0.1.20
24012026-08-12T01:04:52.423Z Compiling is-terminal v0.4.17
24022026-08-12T01:04:52.542Z Compiling indent_write v2.2.0
24032026-08-12T01:04:52.653Z Compiling term v1.2.1
24042026-08-12T01:04:52.675Z Compiling tokio-rustls v0.26.4
24052026-08-12T01:04:52.712Z Compiling rustls-platform-verifier v0.6.2
24062026-08-12T01:04:52.818Z Compiling tough v0.22.0
24072026-08-12T01:04:52.895Z Compiling take_mut v0.2.2
24082026-08-12T01:04:52.941Z Compiling hyper-rustls v0.27.7
24092026-08-12T01:04:52.965Z Compiling parse-size v1.1.0
24102026-08-12T01:04:53.028Z Compiling debug-ignore v1.0.5
24112026-08-12T01:04:53.048Z Compiling topological-sort v0.2.2
24122026-08-12T01:04:53.162Z Compiling rawzip v0.4.4
24132026-08-12T01:04:53.186Z Compiling reqwest v0.13.2
24142026-08-12T01:04:53.264Z Compiling slog-term v2.9.2
24152026-08-12T01:04:53.757Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24162026-08-12T01:04:54.079Z Compiling shell-words v1.1.1
24172026-08-12T01:04:56.272Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24182026-08-12T01:05:01.252Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24192026-08-12T01:05:03.386Z Compiling omicron-zone-package v0.12.3
24202026-08-12T01:05:03.587Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24212026-08-12T01:05:04.087Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24222026-08-12T01:05:04.105Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24232026-08-12T01:05:08.637Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24242026-08-12T01:05:20.859Z Finished `release` profile [optimized] target(s) in 1m 29s
24252026-08-12T01:05:21.001Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24262026-08-12T01:05:21.058ZAug 12 01:05:19.939 DEBG changing working directory to /work/oxidecomputer/omicron
24272026-08-12T01:05:21.152ZAug 12 01:05:20.034 DEBG running: git rev-parse HEAD
24282026-08-12T01:05:21.155ZAug 12 01:05:20.036 DEBG process exited with exit status: 0 (2.4202ms)
24292026-08-12T01:05:21.155ZAug 12 01:05:20.036 INFO version: 23.0.0-0.ci+gita6edaf011ee
24302026-08-12T01:05:21.163ZAug 12 01:05:20.044 INFO cloning helios to /work/oxidecomputer/helios
24312026-08-12T01:05:21.163ZAug 12 01:05:20.044 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24322026-08-12T01:05:21.167ZCloning into '/work/oxidecomputer/helios'...
24332026-08-12T01:05:21.766ZAug 12 01:05:20.647 DEBG process exited with exit status: 0 (603.106679ms)
24342026-08-12T01:05:21.766ZAug 12 01:05:20.647 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24352026-08-12T01:05:21.769ZAug 12 01:05:20.650 DEBG process exited with exit status: 0 (2.54695ms)
24362026-08-12T01:05:21.769ZAug 12 01:05:20.650 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24372026-08-12T01:05:22.128ZAug 12 01:05:21.010 DEBG process exited with exit status: 0 (359.647159ms)
24382026-08-12T01:05:22.128ZAug 12 01:05:21.010 DEBG running: zfs list rpool/images/build/host
24392026-08-12T01:05:22.132ZNAME USED AVAIL REFER MOUNTPOINT
24402026-08-12T01:05:22.132Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24412026-08-12T01:05:22.137ZAug 12 01:05:21.014 DEBG process exited with exit status: 0 (4.42075ms)
24422026-08-12T01:05:22.137ZAug 12 01:05:21.014 DEBG running: zfs list rpool/images/build/recovery
24432026-08-12T01:05:22.140ZNAME USED AVAIL REFER MOUNTPOINT
24442026-08-12T01:05:22.140Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24452026-08-12T01:05:22.140ZAug 12 01:05:21.017 DEBG process exited with exit status: 0 (3.40984ms)
24462026-08-12T01:05:22.140ZAug 12 01:05:21.018 INFO console assets match pinned console commit (abbe25e8afab12062f61cb25c2556061ed5a2130)
24472026-08-12T01:05:22.148ZAug 12 01:05:21.030 INFO console client API version matches nexus API version (2026073100.0.0)
24482026-08-12T01:05:22.151ZAug 12 01:05:21.032 INFO [incorp-manifest] running task
24492026-08-12T01:05:22.151ZAug 12 01:05:21.032 INFO [hubris-production] running task
24502026-08-12T01:05:22.151ZAug 12 01:05:21.032 INFO [hubris-staging] running task
24512026-08-12T01:05:22.151ZAug 12 01:05:21.032 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24522026-08-12T01:05:22.151ZAug 12 01:05:21.032 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24532026-08-12T01:05:22.152ZAug 12 01:05:21.033 INFO [incorp-create] running: pkgrepo create /work/incorporation
24542026-08-12T01:05:22.155ZAug 12 01:05:21.034 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
24552026-08-12T01:05:22.198Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24562026-08-12T01:05:22.256Z[ omicron-package] Blocking waiting for file lock on package cache
24572026-08-12T01:05:22.381ZAug 12 01:05:21.262 INFO [incorp-create] process exited with exit status: 0 (229.23427ms)
24582026-08-12T01:05:22.386ZAug 12 01:05:21.262 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24592026-08-12T01:05:22.604ZAug 12 01:05:21.485 INFO [incorp-publisher] process exited with exit status: 0 (222.928259ms)
24602026-08-12T01:05:22.963Z[ omicron-package] Blocking waiting for file lock on package cache
24612026-08-12T01:05:23.407ZAug 12 01:05:22.288 INFO [hubris-production] task succeeded (1.256499958s)
24622026-08-12T01:05:23.927ZAug 12 01:05:22.808 DEBG process exited with exit status: 0 (1.775678616s)
24632026-08-12T01:05:23.930ZAug 12 01:05:22.809 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24642026-08-12T01:05:24.117Z[ omicron-package] Compiling macaddr v1.0.1
24652026-08-12T01:05:24.117Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24662026-08-12T01:05:24.117Z[ omicron-package] Compiling secrecy v0.10.3
24672026-08-12T01:05:24.123Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24682026-08-12T01:05:24.124Z[ omicron-package] Compiling heapless v0.8.0
24692026-08-12T01:05:24.124Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24702026-08-12T01:05:24.124Z[ omicron-package] Compiling ingot-macros v0.2.0
24712026-08-12T01:05:24.124Z[ omicron-package] Compiling hash32 v0.3.1
24722026-08-12T01:05:24.124Z[ omicron-package] Compiling inout v0.1.4
24732026-08-12T01:05:24.124Z[ omicron-package] Compiling multer v3.1.0
24742026-08-12T01:05:24.124Z[ omicron-package] Compiling smoltcp v0.11.0
24752026-08-12T01:05:24.124Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24762026-08-12T01:05:24.124Z[ omicron-package] Compiling unicode-width v0.2.0
24772026-08-12T01:05:24.124Z[ omicron-package] Compiling match_cfg v0.1.0
24782026-08-12T01:05:24.124Z[ omicron-package] Compiling compression-core v0.4.31
24792026-08-12T01:05:24.124Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24802026-08-12T01:05:25.106Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24812026-08-12T01:05:25.164Z[ omicron-package] Compiling hostname v0.3.1
24822026-08-12T01:05:25.165Z[ omicron-package] Compiling slog-json v2.6.1
24832026-08-12T01:05:25.240Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24842026-08-12T01:05:25.243Z[ omicron-package] Compiling cipher v0.4.4
24852026-08-12T01:05:25.259Z[ omicron-package] Compiling compression-codecs v0.4.37
24862026-08-12T01:05:25.344Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
24872026-08-12T01:05:25.349Z[ omicron-package] Compiling cobs v0.3.0
24882026-08-12T01:05:25.349Z[ omicron-package] Compiling universal-hash v0.5.1
24892026-08-12T01:05:25.518Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24902026-08-12T01:05:25.638Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24912026-08-12T01:05:25.638Z[ omicron-package] Compiling dropshot v0.17.1
24922026-08-12T01:05:25.642Z[ omicron-package] Compiling serde_spanned v1.1.1
24932026-08-12T01:05:25.747Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
24942026-08-12T01:05:25.765Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24952026-08-12T01:05:25.781Z[ omicron-package] Compiling async-stream-impl v0.3.6
24962026-08-12T01:05:25.872Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24972026-08-12T01:05:25.887Z[ omicron-package] Compiling convert_case v0.4.0
24982026-08-12T01:05:25.890Z[ omicron-package] Compiling opaque-debug v0.3.1
24992026-08-12T01:05:25.919Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25002026-08-12T01:05:26.084Z[ omicron-package] Compiling postcard v1.1.3
25012026-08-12T01:05:26.155Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25022026-08-12T01:05:26.239Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25032026-08-12T01:05:26.243Z[ omicron-package] Compiling poly1305 v0.8.0
25042026-08-12T01:05:26.286Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25052026-08-12T01:05:26.289Z[ omicron-package] Compiling slog-bunyan v2.5.0
25062026-08-12T01:05:26.289Z[ omicron-package] Compiling num_enum_derive v0.7.6
25072026-08-12T01:05:26.407Z[ omicron-package] Compiling derive_more v0.99.20
25082026-08-12T01:05:26.407Z[ omicron-package] Compiling async-compression v0.4.41
25092026-08-12T01:05:26.434ZAug 12 01:05:25.316 DEBG process exited with exit status: 0 (2.506760366s)
25102026-08-12T01:05:26.438ZAug 12 01:05:25.317 INFO [incorp-manifest] task succeeded (4.284893332s)
25112026-08-12T01:05:26.438ZAug 12 01:05:25.317 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25122026-08-12T01:05:26.472Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25132026-08-12T01:05:26.642Z[ omicron-package] Compiling async-stream v0.3.6
25142026-08-12T01:05:26.642Z[ omicron-package] Compiling chacha20 v0.9.1
25152026-08-12T01:05:26.668ZAug 12 01:05:25.549 INFO [incorp-fmt] process exited with exit status: 0 (232.536459ms)
25162026-08-12T01:05:26.672ZAug 12 01:05:25.550 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25172026-08-12T01:05:26.766Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25182026-08-12T01:05:26.898Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25192026-08-12T01:05:26.991Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260812T010525Z
25202026-08-12T01:05:26.994Z[ incorp-pkgsend] PUBLISHED
25212026-08-12T01:05:26.994Z[ omicron-package] Compiling sha1 v0.11.0
25222026-08-12T01:05:27.035Z[ omicron-package] Compiling progenitor-client v0.14.0
25232026-08-12T01:05:27.042ZAug 12 01:05:25.923 INFO [incorp-pkgsend] process exited with exit status: 0 (373.228159ms)
25242026-08-12T01:05:27.046ZAug 12 01:05:25.923 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25252026-08-12T01:05:27.061Z[ omicron-package] Compiling parse-display-derive v0.10.0
25262026-08-12T01:05:27.084Z[ omicron-package] Compiling waitgroup v0.1.2
25272026-08-12T01:05:27.145Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25282026-08-12T01:05:27.181Z[ omicron-package] Compiling backon v1.6.0
25292026-08-12T01:05:27.269Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25302026-08-12T01:05:27.323Z[ omicron-package] Compiling password-hash v0.5.0
25312026-08-12T01:05:27.367Z[ helios-incorp] Retrieving packages for publisher helios ...
25322026-08-12T01:05:27.372Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25332026-08-12T01:05:27.398Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25342026-08-12T01:05:27.398Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25352026-08-12T01:05:27.402Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25362026-08-12T01:05:27.406Z[ helios-incorp]
25372026-08-12T01:05:27.406Z[ helios-incorp] Archiving packages ...
25382026-08-12T01:05:27.406Z[ helios-incorp] Packages to add: 1
25392026-08-12T01:05:27.406Z[ helios-incorp] Files to retrieve: 0
25402026-08-12T01:05:27.406Z[ helios-incorp] Estimated transfer size: 0.00 B
25412026-08-12T01:05:27.406Z[ helios-incorp]
25422026-08-12T01:05:27.406Z[ helios-incorp] Packages to archive:
25432026-08-12T01:05:27.406Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260812T010525Z
25442026-08-12T01:05:27.406Z[ helios-incorp]
25452026-08-12T01:05:27.406Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25462026-08-12T01:05:27.406Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25472026-08-12T01:05:27.490ZAug 12 01:05:26.372 INFO [helios-incorp] process exited with exit status: 0 (448.42151ms)
25482026-08-12T01:05:27.510Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25492026-08-12T01:05:27.545Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25502026-08-12T01:05:27.600Z[ omicron-package] Compiling blake2 v0.10.6
25512026-08-12T01:05:27.633Z[ omicron-package] Compiling aead v0.5.2
25522026-08-12T01:05:27.663Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25532026-08-12T01:05:27.667Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25542026-08-12T01:05:27.771Z[ omicron-package] Compiling proc-macro-error v1.0.4
25552026-08-12T01:05:27.828Z[ omicron-package] Compiling ingot-types v0.2.0
25562026-08-12T01:05:27.950Z[ omicron-package] Compiling instant v0.1.13
25572026-08-12T01:05:28.042Z[ omicron-package] Compiling hostname v0.4.2
25582026-08-12T01:05:28.101Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25592026-08-12T01:05:28.161Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25602026-08-12T01:05:28.208Z[ omicron-package] Compiling backoff v0.4.0
25612026-08-12T01:05:28.292Z[ omicron-package] Compiling argon2 v0.5.3
25622026-08-12T01:05:28.402Z[ omicron-package] Compiling ingot v0.2.1
25632026-08-12T01:05:28.433Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25642026-08-12T01:05:28.456Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25652026-08-12T01:05:28.459Z[ omicron-package] Compiling num_enum_derive v0.5.11
25662026-08-12T01:05:28.534Z[ omicron-package] Compiling num_enum v0.7.6
25672026-08-12T01:05:28.607Z[ omicron-package] Compiling progenitor-extras v0.2.0
25682026-08-12T01:05:28.693Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25692026-08-12T01:05:28.693Z[ omicron-package] Compiling vsss-rs v3.3.4
25702026-08-12T01:05:28.811Z[ omicron-package] Compiling parse-display v0.10.0
25712026-08-12T01:05:28.859Z[ omicron-package] Compiling foreign-types v0.5.0
25722026-08-12T01:05:28.911Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25732026-08-12T01:05:28.969Z[ omicron-package] Compiling tabwriter v1.4.1
25742026-08-12T01:05:29.020Z[ omicron-package] Compiling regress v0.10.5
25752026-08-12T01:05:29.081Z[ omicron-package] Compiling itertools v0.14.0
25762026-08-12T01:05:29.237Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25772026-08-12T01:05:29.266Z[ omicron-package] Compiling cstr-argument v0.1.2
25782026-08-12T01:05:29.284Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25792026-08-12T01:05:29.457Z[ omicron-package] Compiling humantime v2.3.0
25802026-08-12T01:05:29.479Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25812026-08-12T01:05:29.482Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25822026-08-12T01:05:29.607Z[ omicron-package] Compiling num_enum v0.5.11
25832026-08-12T01:05:29.712Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25842026-08-12T01:05:29.799Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25852026-08-12T01:05:29.835Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25862026-08-12T01:05:29.970Z[ omicron-package] Compiling rayon v1.11.0
25872026-08-12T01:05:30.028Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25882026-08-12T01:05:30.066Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25892026-08-12T01:05:30.099Z[ omicron-package] Compiling rand v0.10.1
25902026-08-12T01:05:30.129Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25912026-08-12T01:05:30.222Z[ omicron-package] Compiling libefi-sys v0.1.0
25922026-08-12T01:05:30.226Z[ omicron-package] Compiling colored v3.1.1
25932026-08-12T01:05:30.295Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25942026-08-12T01:05:30.325Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25952026-08-12T01:05:30.430Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25962026-08-12T01:05:30.600Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25972026-08-12T01:05:30.932Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25982026-08-12T01:05:30.978Z[ omicron-package] Compiling itertools v0.12.1
25992026-08-12T01:05:30.978Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26002026-08-12T01:05:31.053Z[ omicron-package] Compiling usdt-macro v0.5.0
26012026-08-12T01:05:31.100Z[ omicron-package] Compiling memmap v0.7.0
26022026-08-12T01:05:31.100Z[ omicron-package] Compiling sigpipe v0.1.3
26032026-08-12T01:05:31.100Z[ omicron-package] Compiling bitfield-struct v0.6.2
26042026-08-12T01:05:31.235Z[ omicron-package] Compiling num-derive v0.4.2
26052026-08-12T01:05:31.239Z[ omicron-package] Compiling glob v0.3.3
26062026-08-12T01:05:31.306Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26072026-08-12T01:05:31.575Z[ omicron-package] Compiling swrite v0.1.0
26082026-08-12T01:05:32.116Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26092026-08-12T01:05:32.268Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26102026-08-12T01:05:32.432Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26112026-08-12T01:05:32.459Z[ omicron-package] Compiling usdt v0.5.0
26122026-08-12T01:05:32.503Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26132026-08-12T01:05:32.542Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26142026-08-12T01:05:32.588Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26152026-08-12T01:05:32.695Z[ omicron-package] Compiling zone v0.3.1
26162026-08-12T01:05:32.737Z[ omicron-package] Compiling smf v0.2.3
26172026-08-12T01:05:32.742Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26182026-08-12T01:05:32.829Z[ omicron-package] Compiling whoami v1.6.1
26192026-08-12T01:05:32.884Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26202026-08-12T01:05:32.951Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26212026-08-12T01:05:33.009Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26222026-08-12T01:05:33.249Z[ omicron-package] Compiling console v0.16.2
26232026-08-12T01:05:33.330Z[ omicron-package] Compiling gethostname v0.5.0
26242026-08-12T01:05:33.355Z[ omicron-package] Compiling unit-prefix v0.5.2
26252026-08-12T01:05:33.400Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26262026-08-12T01:05:33.637Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26272026-08-12T01:05:33.903Z[ omicron-package] Compiling indicatif v0.18.4
26282026-08-12T01:05:34.028Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26292026-08-12T01:05:37.743Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26302026-08-12T01:05:37.796Z[ helios-setup] Aug 12 01:05:36.677 INFO helios repository root is: /work/oxidecomputer/helios
26312026-08-12T01:05:37.800Z[ helios-setup] Aug 12 01:05:36.678 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26322026-08-12T01:05:37.800Z[ helios-setup] Aug 12 01:05:36.678 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26332026-08-12T01:05:37.800Z[ helios-setup] Aug 12 01:05:36.678 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
26342026-08-12T01:05:37.800Z[ helios-setup] Aug 12 01:05:36.678 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
26352026-08-12T01:05:37.800Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26362026-08-12T01:05:38.799Z[ helios-setup] Aug 12 01:05:37.680 INFO clone ok!, project: amd-host-image-builder
26372026-08-12T01:05:38.802Z[ helios-setup] Aug 12 01:05:37.680 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
26382026-08-12T01:05:38.802Z[ helios-setup] Aug 12 01:05:37.680 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26392026-08-12T01:05:38.802Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26402026-08-12T01:05:39.649Z[ helios-setup] Aug 12 01:05:38.530 INFO clone ok!, project: chelsio-t6-roms
26412026-08-12T01:05:39.652Z[ helios-setup] Aug 12 01:05:38.530 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
26422026-08-12T01:05:39.652Z[ helios-setup] Aug 12 01:05:38.530 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26432026-08-12T01:05:39.652Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26442026-08-12T01:05:39.862ZAug 12 01:05:38.743 INFO [hubris-staging] task succeeded (17.710948115s)
26452026-08-12T01:05:40.429Z[ helios-setup] Aug 12 01:05:39.310 INFO clone ok!, project: dmar-report
26462026-08-12T01:05:40.429Z[ helios-setup] Aug 12 01:05:39.310 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26472026-08-12T01:05:40.429Z[ helios-setup] Aug 12 01:05:39.311 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
26482026-08-12T01:05:40.433Z[ helios-setup] Aug 12 01:05:39.311 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26492026-08-12T01:05:40.433Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26502026-08-12T01:05:40.937Z[ helios-setup] Aug 12 01:05:39.817 INFO clone ok!, project: bootserver
26512026-08-12T01:05:40.937Z[ helios-setup] Aug 12 01:05:39.818 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
26522026-08-12T01:05:40.940Z[ helios-setup] Aug 12 01:05:39.818 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26532026-08-12T01:05:40.940Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26542026-08-12T01:05:45.974Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26552026-08-12T01:05:47.771Z[ helios-setup] Aug 12 01:05:46.652 INFO clone ok!, project: amd-firmware
26562026-08-12T01:05:47.771Z[ helios-setup] Aug 12 01:05:46.652 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
26572026-08-12T01:05:47.775Z[ helios-setup] Aug 12 01:05:46.652 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26582026-08-12T01:05:47.775Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26592026-08-12T01:05:48.368Z[ helios-setup] Aug 12 01:05:47.248 INFO clone ok!, project: phbl
26602026-08-12T01:05:48.371Z[ helios-setup] Aug 12 01:05:47.249 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
26612026-08-12T01:05:48.372Z[ helios-setup] Aug 12 01:05:47.249 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26622026-08-12T01:05:48.372Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26632026-08-12T01:05:49.299Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26642026-08-12T01:05:49.362Z[ helios-setup] Aug 12 01:05:48.243 INFO clone ok!, project: pilot
26652026-08-12T01:05:49.362Z[ helios-setup] Aug 12 01:05:48.243 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
26662026-08-12T01:05:49.366Z[ helios-setup] Aug 12 01:05:48.243 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26672026-08-12T01:05:49.366Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26682026-08-12T01:05:49.997Z[ helios-setup] Aug 12 01:05:48.878 INFO clone ok!, project: image-builder
26692026-08-12T01:05:49.997Z[ helios-setup] Aug 12 01:05:48.878 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
26702026-08-12T01:05:50.002Z[ helios-setup] Aug 12 01:05:48.878 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26712026-08-12T01:05:50.002Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26722026-08-12T01:05:50.367Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26732026-08-12T01:05:50.531Z[ helios-setup] Aug 12 01:05:49.412 INFO clone ok!, project: pinprick
26742026-08-12T01:05:50.535Z[ helios-setup] Aug 12 01:05:49.412 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26752026-08-12T01:05:50.775Z[ helios-setup] Aug 12 01:05:49.656 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26762026-08-12T01:05:51.012Z[ helios-setup] Aug 12 01:05:49.891 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26772026-08-12T01:05:51.012Z[ helios-setup] Aug 12 01:05:49.891 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26782026-08-12T01:05:51.252Z[ helios-setup] Aug 12 01:05:50.132 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26792026-08-12T01:05:51.502Z[ helios-setup] Aug 12 01:05:50.382 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26802026-08-12T01:05:51.502Z[ helios-setup] Aug 12 01:05:50.383 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26812026-08-12T01:05:51.780Z[ helios-setup] Aug 12 01:05:50.661 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26822026-08-12T01:05:52.034Z[ helios-setup] Aug 12 01:05:50.915 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26832026-08-12T01:05:52.037Z[ helios-setup] Aug 12 01:05:50.915 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26842026-08-12T01:05:52.037Z[ helios-setup] Aug 12 01:05:50.915 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26852026-08-12T01:05:52.037Z[ helios-setup] Aug 12 01:05:50.915 INFO ok!
26862026-08-12T01:05:52.038Z[ helios-setup] Aug 12 01:05:50.915 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26872026-08-12T01:05:52.038Z[ helios-setup] Aug 12 01:05:50.915 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26882026-08-12T01:05:52.038Z[ helios-setup] Aug 12 01:05:50.915 INFO ok!
26892026-08-12T01:05:52.038Z[ helios-setup] Aug 12 01:05:50.915 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26902026-08-12T01:05:52.038Z[ helios-setup] Aug 12 01:05:50.915 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26912026-08-12T01:05:52.038Z[ helios-setup] Aug 12 01:05:50.915 INFO ok!
26922026-08-12T01:05:52.038Z[ helios-setup] Aug 12 01:05:50.915 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
26932026-08-12T01:05:52.067Z[ helios-setup] Aug 12 01:05:50.947 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')"
26942026-08-12T01:05:52.067Z[ helios-setup] Aug 12 01:05:50.947 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26952026-08-12T01:05:52.070Z[ helios-setup] Aug 12 01:05:50.948 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26962026-08-12T01:05:52.205Z[ helios-setup] Aug 12 01:05:51.086 INFO E| Updating crates.io index
26972026-08-12T01:05:52.210Z[ helios-setup] Aug 12 01:05:51.087 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26982026-08-12T01:05:52.647Z[ helios-setup] Aug 12 01:05:51.526 INFO E| From https://github.com/oxidecomputer/amd-apcb
26992026-08-12T01:05:52.647Z[ helios-setup] Aug 12 01:05:51.526 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
27002026-08-12T01:05:52.656Z[ helios-setup] Aug 12 01:05:51.537 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
27012026-08-12T01:05:52.984Z[ helios-setup] Aug 12 01:05:51.864 INFO E| From https://github.com/oxidecomputer/amd-efs
27022026-08-12T01:05:52.984Z[ helios-setup] Aug 12 01:05:51.864 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
27032026-08-12T01:05:53.258Z[ helios-setup] Aug 12 01:05:52.139 INFO E| Downloading crates ...
27042026-08-12T01:05:53.313Z[ helios-setup] Aug 12 01:05:52.194 INFO E| Downloaded parse_int v0.9.0
27052026-08-12T01:05:53.319Z[ helios-setup] Aug 12 01:05:52.200 INFO E| Downloaded modular-bitfield v0.13.1
27062026-08-12T01:05:53.324Z[ helios-setup] Aug 12 01:05:52.204 INFO E| Downloaded pest_generator v2.8.0
27072026-08-12T01:05:53.328Z[ helios-setup] Aug 12 01:05:52.210 INFO E| Downloaded pest_derive v2.8.0
27082026-08-12T01:05:53.333Z[ helios-setup] Aug 12 01:05:52.211 INFO E| Downloaded modular-bitfield-impl v0.13.1
27092026-08-12T01:05:53.336Z[ helios-setup] Aug 12 01:05:52.214 INFO E| Downloaded vec_map v0.8.2
27102026-08-12T01:05:53.336Z[ helios-setup] Aug 12 01:05:52.217 INFO E| Downloaded heck v0.3.3
27112026-08-12T01:05:53.340Z[ helios-setup] Aug 12 01:05:52.222 INFO E| Downloaded fletcher v1.0.0
27122026-08-12T01:05:53.344Z[ helios-setup] Aug 12 01:05:52.225 INFO E| Downloaded unicode-ident v1.0.18
27132026-08-12T01:05:53.347Z[ helios-setup] Aug 12 01:05:52.226 INFO E| Downloaded quote v1.0.40
27142026-08-12T01:05:53.347Z[ helios-setup] Aug 12 01:05:52.228 INFO E| Downloaded rustversion v1.0.20
27152026-08-12T01:05:53.353Z[ helios-setup] Aug 12 01:05:52.234 INFO E| Downloaded structopt v0.3.26
27162026-08-12T01:05:53.358Z[ helios-setup] Aug 12 01:05:52.239 INFO E| Downloaded memchr v2.7.4
27172026-08-12T01:05:53.361Z[ helios-setup] Aug 12 01:05:52.242 INFO E| Downloaded strsim v0.8.0
27182026-08-12T01:05:53.365Z[ helios-setup] Aug 12 01:05:52.243 INFO E| Downloaded strum v0.27.1
27192026-08-12T01:05:53.365Z[ helios-setup] Aug 12 01:05:52.243 INFO E| Downloaded unic-ucd-version v0.9.0
27202026-08-12T01:05:53.370Z[ helios-setup] Aug 12 01:05:52.249 INFO E| Downloaded four-cc v0.4.0
27212026-08-12T01:05:53.377Z[ helios-setup] Aug 12 01:05:52.250 INFO E| Downloaded unic-char-property v0.9.0
27222026-08-12T01:05:53.377Z[ helios-setup] Aug 12 01:05:52.251 INFO E| Downloaded unic-char-range v0.9.0
27232026-08-12T01:05:53.377Z[ helios-setup] Aug 12 01:05:52.252 INFO E| Downloaded unic-common v0.9.0
27242026-08-12T01:05:53.377Z[ helios-setup] Aug 12 01:05:52.252 INFO E| Downloaded unic-ucd-ident v0.9.0
27252026-08-12T01:05:53.377Z[ helios-setup] Aug 12 01:05:52.253 INFO E| Downloaded dyn-clone v1.0.19
27262026-08-12T01:05:53.387Z[ helios-setup] Aug 12 01:05:52.268 INFO E| Downloaded modular-bitfield-impl v0.11.2
27272026-08-12T01:05:53.391Z[ helios-setup] Aug 12 01:05:52.268 INFO E| Downloaded strum_macros v0.27.1
27282026-08-12T01:05:53.391Z[ helios-setup] Aug 12 01:05:52.270 INFO E| Downloaded thiserror-impl v2.0.12
27292026-08-12T01:05:53.391Z[ helios-setup] Aug 12 01:05:52.270 INFO E| Downloaded thiserror v2.0.12
27302026-08-12T01:05:53.404Z[ helios-setup] Aug 12 01:05:52.285 INFO E| Downloaded itoa v1.0.15
27312026-08-12T01:05:53.415Z[ helios-setup] Aug 12 01:05:52.295 INFO E| Downloaded structopt-derive v0.4.18
27322026-08-12T01:05:53.421Z[ helios-setup] Aug 12 01:05:52.300 INFO E| Downloaded textwrap v0.11.0
27332026-08-12T01:05:53.426Z[ helios-setup] Aug 12 01:05:52.301 INFO E| Downloaded autocfg v1.4.0
27342026-08-12T01:05:53.426Z[ helios-setup] Aug 12 01:05:52.302 INFO E| Downloaded bytesize v2.0.1
27352026-08-12T01:05:53.430Z[ helios-setup] Aug 12 01:05:52.308 INFO E| Downloaded ryu v1.0.20
27362026-08-12T01:05:53.433Z[ helios-setup] Aug 12 01:05:52.314 INFO E| Downloaded log v0.4.27
27372026-08-12T01:05:53.437Z[ helios-setup] Aug 12 01:05:52.316 INFO E| Downloaded pest_meta v2.8.0
27382026-08-12T01:05:53.437Z[ helios-setup] Aug 12 01:05:52.318 INFO E| Downloaded modular-bitfield v0.11.2
27392026-08-12T01:05:53.442Z[ helios-setup] Aug 12 01:05:52.323 INFO E| Downloaded ansi_term v0.12.1
27402026-08-12T01:05:53.445Z[ helios-setup] Aug 12 01:05:52.324 INFO E| Downloaded proc-macro2 v1.0.95
27412026-08-12T01:05:53.468Z[ helios-setup] Aug 12 01:05:52.349 INFO E| Downloaded typenum v1.18.0
27422026-08-12T01:05:53.471Z[ helios-setup] Aug 12 01:05:52.351 INFO E| Downloaded zerocopy-derive v0.8.25
27432026-08-12T01:05:53.474Z[ helios-setup] Aug 12 01:05:52.354 INFO E| Downloaded serde v1.0.219
27442026-08-12T01:05:53.476Z[ helios-setup] Aug 12 01:05:52.356 INFO E| Downloaded serde_derive v1.0.219
27452026-08-12T01:05:53.493Z[ helios-setup] Aug 12 01:05:52.375 INFO E| Downloaded zerocopy v0.8.25
27462026-08-12T01:05:53.507Z[ helios-setup] Aug 12 01:05:52.389 INFO E| Downloaded pest v2.8.0
27472026-08-12T01:05:53.511Z[ helios-setup] Aug 12 01:05:52.391 INFO E| Downloaded serde_json v1.0.140
27482026-08-12T01:05:53.514Z[ helios-setup] Aug 12 01:05:52.395 INFO E| Downloaded goblin v0.9.3
27492026-08-12T01:05:53.518Z[ helios-setup] Aug 12 01:05:52.399 INFO E| Downloaded clap v2.34.0
27502026-08-12T01:05:53.534Z[ helios-setup] Aug 12 01:05:52.415 INFO E| Downloaded syn v2.0.101
27512026-08-12T01:05:53.570Z[ helios-setup] Aug 12 01:05:52.451 INFO E| Downloaded libc v0.2.172
27522026-08-12T01:05:53.620Z[ helios-setup] Aug 12 01:05:52.501 INFO E| Compiling proc-macro2 v1.0.95
27532026-08-12T01:05:53.620Z[ helios-setup] Aug 12 01:05:52.501 INFO E| Compiling unicode-ident v1.0.18
27542026-08-12T01:05:53.620Z[ helios-setup] Aug 12 01:05:52.501 INFO E| Compiling memchr v2.7.4
27552026-08-12T01:05:53.620Z[ helios-setup] Aug 12 01:05:52.501 INFO E| Compiling thiserror v2.0.12
27562026-08-12T01:05:53.623Z[ helios-setup] Aug 12 01:05:52.501 INFO E| Compiling autocfg v1.4.0
27572026-08-12T01:05:53.623Z[ helios-setup] Aug 12 01:05:52.501 INFO E| Compiling serde v1.0.219
27582026-08-12T01:05:53.623Z[ helios-setup] Aug 12 01:05:52.501 INFO E| Compiling syn v1.0.109
27592026-08-12T01:05:53.623Z[ helios-setup] Aug 12 01:05:52.501 INFO E| Compiling version_check v0.9.5
27602026-08-12T01:05:53.623Z[ helios-setup] Aug 12 01:05:52.501 INFO E| Compiling serde_json v1.0.140
27612026-08-12T01:05:53.623Z[ helios-setup] Aug 12 01:05:52.501 INFO E| Compiling itoa v1.0.15
27622026-08-12T01:05:53.643Z[ helios-setup] Aug 12 01:05:52.523 INFO E| Compiling ryu v1.0.20
27632026-08-12T01:05:53.647Z[ helios-setup] Aug 12 01:05:52.526 INFO E| Compiling schemars v0.8.22
27642026-08-12T01:05:53.647Z[ helios-setup] Aug 12 01:05:52.526 INFO E| Compiling rustversion v1.0.20
27652026-08-12T01:05:53.647Z[ helios-setup] Aug 12 01:05:52.527 INFO E| Compiling static_assertions v1.1.0
27662026-08-12T01:05:53.647Z[ helios-setup] Aug 12 01:05:52.527 INFO E| Compiling ucd-trie v0.1.7
27672026-08-12T01:05:53.647Z[ helios-setup] Aug 12 01:05:52.527 INFO E| Compiling zerocopy v0.8.25
27682026-08-12T01:05:53.754Z[ helios-setup] Aug 12 01:05:52.635 INFO E| Compiling paste v1.0.15
27692026-08-12T01:05:53.782Z[ helios-setup] Aug 12 01:05:52.663 INFO E| Compiling libc v0.2.172
27702026-08-12T01:05:53.802Z[ helios-setup] Aug 12 01:05:52.683 INFO E| Compiling dyn-clone v1.0.19
27712026-08-12T01:05:53.870Z[ helios-setup] Aug 12 01:05:52.751 INFO E| Compiling once_cell v1.21.3
27722026-08-12T01:05:53.925Z[ helios-setup] Aug 12 01:05:52.806 INFO E| Compiling proc-macro-error-attr v1.0.4
27732026-08-12T01:05:53.925Z[ helios-setup] Aug 12 01:05:52.806 INFO E| Compiling proc-macro-error v1.0.4
27742026-08-12T01:05:53.974Z[ helios-setup] Aug 12 01:05:52.855 INFO E| Compiling heck v0.5.0
27752026-08-12T01:05:53.992Z[ helios-setup] Aug 12 01:05:52.873 INFO E| Compiling unicode-width v0.1.14
27762026-08-12T01:05:53.999Z[ helios-setup] Aug 12 01:05:52.880 INFO E| Compiling num-traits v0.2.19
27772026-08-12T01:05:53.999Z[ helios-setup] Aug 12 01:05:52.880 INFO E| Compiling memoffset v0.9.1
27782026-08-12T01:05:54.028Z[ helios-setup] Aug 12 01:05:52.909 INFO E| Compiling unicode-segmentation v1.12.0
27792026-08-12T01:05:54.064Z[ helios-setup] Aug 12 01:05:52.945 INFO E| Compiling vec_map v0.8.2
27802026-08-12T01:05:54.104Z[ helios-setup] Aug 12 01:05:52.985 INFO E| Compiling unic-char-range v0.9.0
27812026-08-12T01:05:54.186Z[ helios-setup] Aug 12 01:05:53.067 INFO E| Compiling unic-common v0.9.0
27822026-08-12T01:05:54.193Z[ helios-setup] Aug 12 01:05:53.074 INFO E| Compiling strum v0.27.1
27832026-08-12T01:05:54.221Z[ helios-setup] Aug 12 01:05:53.102 INFO E| Compiling bitflags v1.3.2
27842026-08-12T01:05:54.241Z[ helios-setup] Aug 12 01:05:53.122 INFO E| Compiling textwrap v0.11.0
27852026-08-12T01:05:54.246Z[ helios-setup] Aug 12 01:05:53.127 INFO E| Compiling fletcher v1.0.0
27862026-08-12T01:05:54.292Z[ helios-setup] Aug 12 01:05:53.173 INFO E| Compiling strsim v0.8.0
27872026-08-12T01:05:54.298Z[ helios-setup] Aug 12 01:05:53.179 INFO E| Compiling byteorder v1.5.0
27882026-08-12T01:05:54.302Z[ helios-setup] Aug 12 01:05:53.180 INFO E| Compiling ansi_term v0.12.1
27892026-08-12T01:05:54.314Z[ helios-setup] Aug 12 01:05:53.195 INFO E| Compiling unic-ucd-version v0.9.0
27902026-08-12T01:05:54.322Z[ helios-setup] Aug 12 01:05:53.203 INFO E| Compiling unic-char-property v0.9.0
27912026-08-12T01:05:54.326Z[ helios-setup] Aug 12 01:05:53.207 INFO E| Compiling log v0.4.27
27922026-08-12T01:05:54.355Z[ helios-setup] Aug 12 01:05:53.236 INFO E| Compiling heck v0.3.3
27932026-08-12T01:05:54.400Z[ helios-setup] Aug 12 01:05:53.281 INFO E| Compiling lazy_static v1.5.0
27942026-08-12T01:05:54.426Z[ helios-setup] Aug 12 01:05:53.307 INFO E| Compiling plain v0.2.3
27952026-08-12T01:05:54.436Z[ helios-setup] Aug 12 01:05:53.317 INFO E| Compiling atty v0.2.14
27962026-08-12T01:05:54.442Z[ helios-setup] Aug 12 01:05:53.323 INFO E| Compiling unic-ucd-ident v0.9.0
27972026-08-12T01:05:54.477Z[ helios-setup] Aug 12 01:05:53.356 INFO E| Compiling bytesize v2.0.1
27982026-08-12T01:05:54.503Z[ helios-setup] Aug 12 01:05:53.383 INFO E| Compiling clap v2.34.0
27992026-08-12T01:05:54.592Z[ helios-setup] Aug 12 01:05:53.473 INFO E| Compiling quote v1.0.40
28002026-08-12T01:05:54.747Z[ helios-setup] Aug 12 01:05:53.628 INFO E| Compiling syn v2.0.101
28012026-08-12T01:05:54.958Z[ helios-setup] Aug 12 01:05:53.837 INFO E| Compiling parse_int v0.9.0
28022026-08-12T01:05:56.564Z[ helios-setup] Aug 12 01:05:55.445 INFO E| Compiling modular-bitfield-impl v0.11.2
28032026-08-12T01:05:56.564Z[ helios-setup] Aug 12 01:05:55.445 INFO E| Compiling structopt-derive v0.4.18
28042026-08-12T01:05:56.749Z[ helios-setup] Aug 12 01:05:55.630 INFO E| Compiling serde_derive_internals v0.29.1
28052026-08-12T01:05:57.116Z[ helios-setup] Aug 12 01:05:55.997 INFO E| Compiling thiserror-impl v2.0.12
28062026-08-12T01:05:57.116Z[ helios-setup] Aug 12 01:05:55.997 INFO E| Compiling serde_derive v1.0.219
28072026-08-12T01:05:57.116Z[ helios-setup] Aug 12 01:05:55.997 INFO E| Compiling zerocopy-derive v0.8.25
28082026-08-12T01:05:57.120Z[ helios-setup] Aug 12 01:05:55.997 INFO E| Compiling num-derive v0.4.2
28092026-08-12T01:05:57.120Z[ helios-setup] Aug 12 01:05:55.997 INFO E| Compiling modular-bitfield-impl v0.13.1
28102026-08-12T01:05:57.120Z[ helios-setup] Aug 12 01:05:55.997 INFO E| Compiling strum_macros v0.27.1
28112026-08-12T01:05:57.120Z[ helios-setup] Aug 12 01:05:55.997 INFO E| Compiling scroll_derive v0.12.1
28122026-08-12T01:05:57.264Z[ helios-setup] Aug 12 01:05:56.145 INFO E| Compiling schemars_derive v0.8.22
28132026-08-12T01:05:57.458Z[ helios-setup] Aug 12 01:05:56.339 INFO E| Compiling structopt v0.3.26
28142026-08-12T01:05:57.467Z[ helios-setup] Aug 12 01:05:56.348 INFO E| Compiling modular-bitfield v0.11.2
28152026-08-12T01:05:57.892Z[ helios-setup] Aug 12 01:05:56.772 INFO E| Compiling scroll v0.12.0
28162026-08-12T01:05:58.118Z[ helios-setup] Aug 12 01:05:56.999 INFO E| Compiling goblin v0.9.3
28172026-08-12T01:05:58.364Z[ helios-setup] Aug 12 01:05:57.244 INFO E| Compiling modular-bitfield v0.13.1
28182026-08-12T01:05:58.450Z[ helios-setup] Aug 12 01:05:57.331 INFO E| Compiling pest v2.8.0
28192026-08-12T01:05:59.521Z[ helios-setup] Aug 12 01:05:58.402 INFO E| Compiling pest_meta v2.8.0
28202026-08-12T01:06:00.038Z[ helios-setup] Aug 12 01:05:58.918 INFO E| Compiling pest_generator v2.8.0
28212026-08-12T01:06:00.506Z[ helios-setup] Aug 12 01:05:59.387 INFO E| Compiling pest_derive v2.8.0
28222026-08-12T01:06:01.021Z[ omicron-package] Finished `release` profile [optimized] target(s) in 38.86s
28232026-08-12T01:06:01.246Z[ omicron-package]
28242026-08-12T01:06:01.246Z[ omicron-package] real 39.035068352
28252026-08-12T01:06:01.246Z[ omicron-package] user 3:47.252671353
28262026-08-12T01:06:01.250Z[ omicron-package] sys 27.344118117
28272026-08-12T01:06:01.250Z[ omicron-package] trap 0.433526755
28282026-08-12T01:06:01.250Z[ omicron-package] tflt 0.442773983
28292026-08-12T01:06:01.250Z[ omicron-package] dflt 2.075954000
28302026-08-12T01:06:01.250Z[ omicron-package] kflt 0.000320470
28312026-08-12T01:06:01.250Z[ omicron-package] lock 11:14.312432797
28322026-08-12T01:06:01.250Z[ omicron-package] slp 6:03.443358881
28332026-08-12T01:06:01.250ZAug 12 01:06:00.128 INFO [omicron-package] process exited with exit status: 0 (39.093737482s)
28342026-08-12T01:06:01.250Z[ omicron-package] lat 52.090958517
28352026-08-12T01:06:01.250Z[ omicron-package] stop 1:48.753492767
28362026-08-12T01:06:01.250ZAug 12 01:06:00.128 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28372026-08-12T01:06:01.250ZAug 12 01:06:00.128 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28382026-08-12T01:06:01.257Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28392026-08-12T01:06:01.261Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28402026-08-12T01:06:01.261Z[ recovery-target] Created new build target 'recovery' and set it as active
28412026-08-12T01:06:01.261Z[ host-target] Created new build target 'host' and set it as active
28422026-08-12T01:06:01.264ZAug 12 01:06:00.142 INFO [host-target] process exited with exit status: 0 (14.50033ms)
28432026-08-12T01:06:01.264ZAug 12 01:06:00.142 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28442026-08-12T01:06:01.264ZAug 12 01:06:00.143 INFO [recovery-target] process exited with exit status: 0 (14.51121ms)
28452026-08-12T01:06:01.267Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28462026-08-12T01:06:01.342Z[ helios-setup] Aug 12 01:06:00.223 INFO E| Compiling json5 v0.4.1
28472026-08-12T01:06:02.567Z[ helios-setup] Aug 12 01:06:01.448 INFO E| Compiling four-cc v0.4.0
28482026-08-12T01:06:02.567Z[ helios-setup] Aug 12 01:06:01.448 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
28492026-08-12T01:06:02.671Z[ helios-setup] Aug 12 01:06:01.551 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
28502026-08-12T01:06:02.787Z[ host-package] Compiling heck v0.5.0
28512026-08-12T01:06:02.787Z[ host-package] Compiling regress v0.11.1
28522026-08-12T01:06:03.017Z[ host-package] Compiling unsafe-libyaml v0.2.11
28532026-08-12T01:06:03.058Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28542026-08-12T01:06:03.090Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28552026-08-12T01:06:03.112Z[ host-package] Compiling derive-where v1.6.0
28562026-08-12T01:06:03.112Z[ host-package] Compiling bytecount v0.6.9
28572026-08-12T01:06:03.155Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28582026-08-12T01:06:03.155Z[ host-package] Compiling atomicwrites v0.4.4
28592026-08-12T01:06:03.158Z[ host-package] Compiling is-terminal v0.4.17
28602026-08-12T01:06:03.158Z[ host-package] Compiling prettyplease v0.2.37
28612026-08-12T01:06:03.158Z[ host-package] Compiling console v0.15.11
28622026-08-12T01:06:03.158Z[ host-package] Compiling newline-converter v0.3.0
28632026-08-12T01:06:03.244Z[ host-package] Compiling slog-dtrace v0.3.0
28642026-08-12T01:06:03.286Z[ host-package] Compiling resolv-conf v0.7.6
28652026-08-12T01:06:03.347Z[ host-package] Compiling num-rational v0.4.2
28662026-08-12T01:06:03.372Z[ host-package] Compiling num-complex v0.4.6
28672026-08-12T01:06:03.372Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28682026-08-12T01:06:03.390Z[ host-package] Compiling thread_local v1.1.9
28692026-08-12T01:06:03.394Z[ host-package] Compiling cancel-safe-futures v0.1.5
28702026-08-12T01:06:03.569Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28712026-08-12T01:06:03.637Z[ host-package] Compiling expectorate v1.2.0
28722026-08-12T01:06:03.882Z[ host-package] Compiling unicode-width v0.1.14
28732026-08-12T01:06:03.915Z[ host-package] Compiling compression-core v0.4.31
28742026-08-12T01:06:03.918Z[ host-package] Compiling match_cfg v0.1.0
28752026-08-12T01:06:03.955Z[ host-package] Compiling num v0.4.3
28762026-08-12T01:06:04.001Z[ host-package] Compiling multer v3.1.0
28772026-08-12T01:06:04.078Z[ host-package] Compiling hostname v0.3.1
28782026-08-12T01:06:04.119Z[ host-package] Compiling compression-codecs v0.4.37
28792026-08-12T01:06:04.123Z[ host-package] Compiling slog-async v2.8.0
28802026-08-12T01:06:04.160Z[ host-package] Compiling crossbeam-channel v0.5.15
28812026-08-12T01:06:04.226Z[ host-package] Compiling slog-json v2.6.1
28822026-08-12T01:06:04.279Z[ host-package] Compiling serde_spanned v1.1.1
28832026-08-12T01:06:04.279Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28842026-08-12T01:06:04.331Z[ host-package] Compiling take_mut v0.2.2
28852026-08-12T01:06:04.395Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28862026-08-12T01:06:04.442Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28872026-08-12T01:06:04.446Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28882026-08-12T01:06:04.491Z[ host-package] Compiling linked-hash-map v0.5.6
28892026-08-12T01:06:04.495Z[ host-package] Compiling float-ord v0.3.2
28902026-08-12T01:06:04.495Z[ host-package] Compiling term v1.2.1
28912026-08-12T01:06:04.495Z[ host-package] Compiling slog-bunyan v2.5.0
28922026-08-12T01:06:04.516Z[ host-package] Compiling async-compression v0.4.41
28932026-08-12T01:06:04.623Z[ host-package] Compiling typify-impl v0.6.2
28942026-08-12T01:06:04.681Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28952026-08-12T01:06:04.704Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28962026-08-12T01:06:04.724Z[ host-package] Compiling lru-cache v0.1.2
28972026-08-12T01:06:04.967Z[ host-package] Compiling slog-term v2.9.2
28982026-08-12T01:06:05.091Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28992026-08-12T01:06:05.130Z[ host-package] Compiling async-stream v0.3.6
29002026-08-12T01:06:05.130Z[ host-package] Compiling dropshot v0.17.1
29012026-08-12T01:06:05.196Z[ host-package] Compiling sha1 v0.11.0
29022026-08-12T01:06:05.204Z[ host-package] Compiling progenitor-client v0.14.0
29032026-08-12T01:06:05.259Z[ host-package] Compiling waitgroup v0.1.2
29042026-08-12T01:06:05.302Z[ host-package] Compiling rustls-pemfile v2.2.0
29052026-08-12T01:06:05.331Z[ host-package] Compiling backon v1.6.0
29062026-08-12T01:06:05.478Z[ host-package] Compiling hostname v0.4.2
29072026-08-12T01:06:05.520Z[ host-package] Compiling serde_path_to_error v0.1.20
29082026-08-12T01:06:05.524Z[ host-package] Compiling instant v0.1.13
29092026-08-12T01:06:05.552Z[ host-package] Compiling debug-ignore v1.0.5
29102026-08-12T01:06:05.603Z[ host-package] Compiling linear-map v1.2.0
29112026-08-12T01:06:05.634Z[ host-package] Compiling minimal-lexical v0.2.1
29122026-08-12T01:06:05.682Z[ host-package] Compiling backoff v0.4.0
29132026-08-12T01:06:05.703Z[ host-package] Compiling progenitor-extras v0.2.0
29142026-08-12T01:06:05.761Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29152026-08-12T01:06:05.882Z[ host-package] Compiling nom v7.1.3
29162026-08-12T01:06:05.915Z[ host-package] Compiling oxide-update-engine v0.1.2
29172026-08-12T01:06:05.964Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29182026-08-12T01:06:06.015Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29192026-08-12T01:06:06.062Z[ host-package] Compiling parse-display v0.10.0
29202026-08-12T01:06:06.065Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29212026-08-12T01:06:06.145Z[ host-package] Compiling hickory-proto v0.24.4
29222026-08-12T01:06:06.773Z[ host-package] Compiling regress v0.10.5
29232026-08-12T01:06:06.803Z[ host-package] Compiling itertools v0.14.0
29242026-08-12T01:06:07.134Z[ host-package] Compiling macaddr v1.0.1
29252026-08-12T01:06:07.354Z[ host-package] Compiling humantime v2.3.0
29262026-08-12T01:06:07.488Z[ host-package] Compiling unicode-xid v0.2.6
29272026-08-12T01:06:07.652Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29282026-08-12T01:06:07.672Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29292026-08-12T01:06:07.730Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29302026-08-12T01:06:07.796Z[ host-package] Compiling convert_case v0.10.0
29312026-08-12T01:06:07.948Z[ host-package] Compiling owo-colors v4.3.0
29322026-08-12T01:06:08.061Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29332026-08-12T01:06:08.125Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29342026-08-12T01:06:08.160Z[ host-package] Compiling derive_more-impl v2.1.1
29352026-08-12T01:06:08.214Z[ host-package] Compiling typify-macro v0.6.2
29362026-08-12T01:06:08.290Z[ host-package] Compiling toml v0.8.23
29372026-08-12T01:06:08.855Z[ host-package] Compiling hickory-resolver v0.24.4
29382026-08-12T01:06:08.912Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
29392026-08-12T01:06:08.983Z[ host-package] Compiling papergrid v0.11.0
29402026-08-12T01:06:09.039Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29412026-08-12T01:06:09.195Z[ host-package] Compiling derive_more v2.1.1
29422026-08-12T01:06:09.341Z[ host-package] Compiling tabled_derive v0.7.0
29432026-08-12T01:06:09.408Z[ host-package] Compiling termtree v0.5.1
29442026-08-12T01:06:09.455Z[ host-package] Compiling crossterm v0.29.0
29452026-08-12T01:06:09.621Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29462026-08-12T01:06:09.810Z[ host-package] Compiling typify v0.6.2
29472026-08-12T01:06:10.153Z[ host-package] Compiling progenitor-impl v0.14.0
29482026-08-12T01:06:10.269Z[ host-package] Compiling qorb v0.4.1
29492026-08-12T01:06:10.816Z[ host-package] Compiling tabled v0.15.0
29502026-08-12T01:06:11.296Z[ host-package] Compiling phf_shared v0.12.1
29512026-08-12T01:06:11.628Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29522026-08-12T01:06:12.348Z[ host-package] Compiling vte v0.14.1
29532026-08-12T01:06:12.370Z[ host-package] Compiling progenitor-macro v0.14.0
29542026-08-12T01:06:12.499Z[ host-package] Compiling csv-core v0.1.13
29552026-08-12T01:06:12.942Z[ host-package] Compiling chrono-tz v0.10.4
29562026-08-12T01:06:13.204Z[ host-package] Compiling highway v1.3.0
29572026-08-12T01:06:13.942Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29582026-08-12T01:06:14.166Z[ host-package] Compiling csv v1.4.0
29592026-08-12T01:06:14.211Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29602026-08-12T01:06:14.418Z[ host-package] Compiling phf v0.12.1
29612026-08-12T01:06:14.647Z[ host-package] Compiling const_format_proc_macros v0.2.34
29622026-08-12T01:06:14.764Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29632026-08-12T01:06:14.825Z[ host-package] Compiling fd-lock v4.0.4
29642026-08-12T01:06:15.029Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29652026-08-12T01:06:15.106Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
29662026-08-12T01:06:15.226Z[ host-package] Compiling peg-macros v0.8.5
29672026-08-12T01:06:15.329Z[ host-package] Compiling nu-ansi-term v0.50.3
29682026-08-12T01:06:15.544Z[ host-package] Compiling const_format v0.2.35
29692026-08-12T01:06:16.065Z[ host-package] Compiling reedline v0.40.0
29702026-08-12T01:06:16.245Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29712026-08-12T01:06:16.544Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29722026-08-12T01:06:16.572Z[ host-package] Compiling peg v0.8.5
29732026-08-12T01:06:16.672Z[ host-package] Compiling progenitor v0.14.0
29742026-08-12T01:06:16.724Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29752026-08-12T01:06:16.749Z[ helios-setup] Aug 12 01:06:15.630 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
29762026-08-12T01:06:16.909Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29772026-08-12T01:06:17.840Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29782026-08-12T01:06:17.971Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
29792026-08-12T01:06:18.418Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29802026-08-12T01:06:19.275Z[ host-package] Compiling bcs v0.1.6
29812026-08-12T01:06:19.528Z[ host-package] Compiling nom v8.0.0
29822026-08-12T01:06:19.934Z[ host-package] Compiling semver v0.1.20
29832026-08-12T01:06:20.228Z[ host-package] Compiling rustc_version v0.1.7
29842026-08-12T01:06:20.297Z[ helios-setup] Aug 12 01:06:19.177 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29852026-08-12T01:06:20.300Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29862026-08-12T01:06:20.424Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29872026-08-12T01:06:20.461Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29882026-08-12T01:06:20.511Z[ host-package] Compiling newtype_derive v0.1.6
29892026-08-12T01:06:20.608Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29902026-08-12T01:06:20.725Z[ host-package] Compiling unicode-linebreak v0.1.5
29912026-08-12T01:06:20.812Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29922026-08-12T01:06:20.957Z[ host-package] Compiling smawk v0.3.2
29932026-08-12T01:06:21.199Z[ host-package] Compiling textwrap v0.16.2
29942026-08-12T01:06:21.457Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29952026-08-12T01:06:21.512Z[ host-package] Compiling steno v0.4.1
29962026-08-12T01:06:22.602Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29972026-08-12T01:06:22.814Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
29982026-08-12T01:06:23.039Z[ host-package] Compiling sha1 v0.10.6
29992026-08-12T01:06:23.343Z[ host-package] Compiling tagptr v0.2.0
30002026-08-12T01:06:23.426Z[ host-package] Compiling utf-8 v0.7.6
30012026-08-12T01:06:23.571Z[ host-package] Compiling moka v0.12.13
30022026-08-12T01:06:23.612Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30032026-08-12T01:06:23.663Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30042026-08-12T01:06:23.708Z[ host-package] Compiling tungstenite v0.21.0
30052026-08-12T01:06:23.872Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30062026-08-12T01:06:23.952Z[ host-package] Compiling darling_core v0.21.3
30072026-08-12T01:06:24.013Z[ host-package] Compiling display-error-chain v0.2.2
30082026-08-12T01:06:24.284Z[ host-package] Compiling libscf-sys v1.2.0
30092026-08-12T01:06:24.478Z[ host-package] Compiling tokio-tungstenite v0.21.0
30102026-08-12T01:06:24.932Z[ host-package] Compiling hickory-resolver v0.25.2
30112026-08-12T01:06:25.071Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30122026-08-12T01:06:26.086Z[ host-package] Compiling vergen-lib v0.1.6
30132026-08-12T01:06:26.366Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30142026-08-12T01:06:26.424Z[ host-package] Compiling darling_macro v0.21.3
30152026-08-12T01:06:26.474Z[ host-package] Compiling diesel_derives v2.3.7
30162026-08-12T01:06:26.847Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30172026-08-12T01:06:26.895Z[ host-package] Compiling vergen-gitcl v1.0.8
30182026-08-12T01:06:26.998Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30192026-08-12T01:06:27.039Z[ host-package] Compiling darling v0.21.3
30202026-08-12T01:06:27.165Z[ host-package] Compiling dirs-sys-next v0.1.2
30212026-08-12T01:06:27.258Z[ host-package] Compiling dsl_auto_type v0.2.0
30222026-08-12T01:06:27.262Z[ host-package] Compiling crunchy v0.2.4
30232026-08-12T01:06:27.262Z[ host-package] Compiling maplit v1.0.2
30242026-08-12T01:06:27.500Z[ host-package] Compiling glob v0.3.3
30252026-08-12T01:06:27.606Z[ host-package] Compiling r2d2 v0.8.10
30262026-08-12T01:06:27.726Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30272026-08-12T01:06:27.730Z[ host-package] Compiling dirs-next v2.0.0
30282026-08-12T01:06:28.027Z[ host-package] Compiling clang-sys v1.8.1
30292026-08-12T01:06:28.032Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30302026-08-12T01:06:28.191Z[ host-package] Compiling papergrid v0.18.0
30312026-08-12T01:06:28.463Z[ host-package] Compiling downcast-rs v2.0.2
30322026-08-12T01:06:28.494Z[ host-package] Compiling tiny-keccak v2.0.2
30332026-08-12T01:06:28.638Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30342026-08-12T01:06:28.723Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30352026-08-12T01:06:29.415Z[ host-package] Compiling term v0.7.0
30362026-08-12T01:06:29.816Z[ host-package] Compiling tabled v0.21.0
30372026-08-12T01:06:29.951Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30382026-08-12T01:06:29.981Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30392026-08-12T01:06:30.254Z[ host-package] Compiling bit-vec v0.6.3
30402026-08-12T01:06:30.477Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30412026-08-12T01:06:30.509Z[ host-package] Compiling bit-set v0.5.3
30422026-08-12T01:06:30.542Z[ host-package] Compiling ascii-canvas v3.0.0
30432026-08-12T01:06:30.764Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30442026-08-12T01:06:30.854Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30452026-08-12T01:06:30.915Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30462026-08-12T01:06:31.194Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30472026-08-12T01:06:31.447Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30482026-08-12T01:06:31.488Z[ host-package] Compiling itertools v0.10.5
30492026-08-12T01:06:31.536Z[ host-package] Compiling ena v0.14.4
30502026-08-12T01:06:31.732Z[ host-package] Compiling libloading v0.8.9
30512026-08-12T01:06:31.820Z[ host-package] Compiling regex-syntax v0.6.29
30522026-08-12T01:06:31.995Z[ host-package] Compiling diff v0.1.13
30532026-08-12T01:06:32.039Z[ host-package] Compiling unicase v2.9.0
30542026-08-12T01:06:32.274Z[ host-package] Compiling bindgen v0.71.1
30552026-08-12T01:06:32.310Z[ host-package] Compiling xshell-macros v0.2.7
30562026-08-12T01:06:32.431Z[ helios-setup] Aug 12 01:06:31.311 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.33s
30572026-08-12T01:06:32.466Z[ helios-setup] Aug 12 01:06:31.346 INFO building project "amd-host-image-builder" ok (40 seconds)
30582026-08-12T01:06:32.466Z[ helios-setup] Aug 12 01:06:31.346 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
30592026-08-12T01:06:32.476Z[ helios-setup] Aug 12 01:06:31.354 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
30602026-08-12T01:06:32.476Z[ helios-setup] Aug 12 01:06:31.354 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
30612026-08-12T01:06:32.476Z[ helios-setup] Aug 12 01:06:31.354 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
30622026-08-12T01:06:32.673Z[ helios-setup] Aug 12 01:06:31.552 INFO E| Downloading crates ...
30632026-08-12T01:06:32.738Z[ helios-setup] Aug 12 01:06:31.617 INFO E| Downloaded deranged v0.4.0
30642026-08-12T01:06:32.742Z[ host-package] Compiling xshell v0.2.7
30652026-08-12T01:06:32.750Z[ helios-setup] Aug 12 01:06:31.630 INFO E| Downloaded time-core v0.1.4
30662026-08-12T01:06:32.754Z[ helios-setup] Aug 12 01:06:31.635 INFO E| Downloaded errno v0.3.12
30672026-08-12T01:06:32.757Z[ helios-setup] Aug 12 01:06:31.637 INFO E| Downloaded serde_with_macros v3.12.0
30682026-08-12T01:06:32.761Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30692026-08-12T01:06:32.771Z[ helios-setup] Aug 12 01:06:31.651 INFO E| Downloaded time-macros v0.2.22
30702026-08-12T01:06:32.783Z[ helios-setup] Aug 12 01:06:31.663 INFO E| Downloaded bitflags v2.9.1
30712026-08-12T01:06:32.789Z[ helios-setup] Aug 12 01:06:31.666 INFO E| Downloaded iana-time-zone v0.1.63
30722026-08-12T01:06:32.789Z[ helios-setup] Aug 12 01:06:31.668 INFO E| Downloaded hashbrown v0.15.3
30732026-08-12T01:06:32.793Z[ helios-setup] Aug 12 01:06:31.671 INFO E| Downloaded anyhow v1.0.98
30742026-08-12T01:06:32.793Z[ helios-setup] Aug 12 01:06:31.673 INFO E| Downloaded getrandom v0.3.3
30752026-08-12T01:06:32.796Z[ helios-setup] Aug 12 01:06:31.675 INFO E| Downloaded tempfile v3.20.0
30762026-08-12T01:06:32.800Z[ helios-setup] Aug 12 01:06:31.681 INFO E| Downloaded indexmap v2.9.0
30772026-08-12T01:06:32.817Z[ helios-setup] Aug 12 01:06:31.697 INFO E| Downloaded time v0.3.41
30782026-08-12T01:06:32.822Z[ helios-setup] Aug 12 01:06:31.702 INFO E| Downloaded serde_with v3.12.0
30792026-08-12T01:06:32.828Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30802026-08-12T01:06:32.833Z[ helios-setup] Aug 12 01:06:31.714 INFO E| Downloaded chrono v0.4.41
30812026-08-12T01:06:32.855Z[ helios-setup] Aug 12 01:06:31.734 INFO E| Downloaded rustix v1.0.7
30822026-08-12T01:06:32.924Z[ helios-setup] Aug 12 01:06:31.805 INFO E| Compiling proc-macro2 v1.0.95
30832026-08-12T01:06:32.925Z[ helios-setup] Aug 12 01:06:31.805 INFO E| Compiling unicode-ident v1.0.18
30842026-08-12T01:06:32.929Z[ helios-setup] Aug 12 01:06:31.805 INFO E| Compiling libc v0.2.172
30852026-08-12T01:06:32.929Z[ helios-setup] Aug 12 01:06:31.805 INFO E| Compiling strsim v0.11.1
30862026-08-12T01:06:32.929Z[ helios-setup] Aug 12 01:06:31.805 INFO E| Compiling ident_case v1.0.1
30872026-08-12T01:06:32.929Z[ helios-setup] Aug 12 01:06:31.805 INFO E| Compiling fnv v1.0.7
30882026-08-12T01:06:32.929Z[ helios-setup] Aug 12 01:06:31.805 INFO E| Compiling serde v1.0.219
30892026-08-12T01:06:32.929Z[ helios-setup] Aug 12 01:06:31.805 INFO E| Compiling getrandom v0.3.3
30902026-08-12T01:06:32.929Z[ helios-setup] Aug 12 01:06:31.805 INFO E| Compiling rustix v1.0.7
30912026-08-12T01:06:32.929Z[ helios-setup] Aug 12 01:06:31.805 INFO E| Compiling cfg-if v1.0.0
30922026-08-12T01:06:32.929Z[ helios-setup] Aug 12 01:06:31.805 INFO E| Compiling thiserror v2.0.12
30932026-08-12T01:06:32.929Z[ helios-setup] Aug 12 01:06:31.805 INFO E| Compiling anyhow v1.0.98
30942026-08-12T01:06:32.929Z[ helios-setup] Aug 12 01:06:31.805 INFO E| Compiling bitflags v2.9.1
30952026-08-12T01:06:32.929Z[ helios-setup] Aug 12 01:06:31.805 INFO E| Compiling serde_json v1.0.140
30962026-08-12T01:06:32.929Z[ helios-setup] Aug 12 01:06:31.805 INFO E| Compiling memchr v2.7.4
30972026-08-12T01:06:32.929Z[ helios-setup] Aug 12 01:06:31.806 INFO E| Compiling fastrand v2.3.0
30982026-08-12T01:06:32.940Z[ host-package] Compiling diesel v2.3.7
30992026-08-12T01:06:33.339Z[ helios-setup] Aug 12 01:06:32.219 INFO E| Compiling ryu v1.0.20
31002026-08-12T01:06:33.399Z[ helios-setup] Aug 12 01:06:32.279 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
31012026-08-12T01:06:33.434Z[ helios-setup] Aug 12 01:06:32.314 INFO E| Compiling itoa v1.0.15
31022026-08-12T01:06:33.518Z[ helios-setup] Aug 12 01:06:32.398 INFO E| Compiling once_cell v1.21.3
31032026-08-12T01:06:33.837Z[ host-package] Compiling lalrpop v0.19.12
31042026-08-12T01:06:34.425Z[ host-package] Compiling cexpr v0.6.0
31052026-08-12T01:06:34.599Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31062026-08-12T01:06:34.685Z[ helios-setup] Aug 12 01:06:33.565 INFO E| Compiling errno v0.3.12
31072026-08-12T01:06:34.796Z[ helios-setup] Aug 12 01:06:33.676 INFO E| Compiling quote v1.0.40
31082026-08-12T01:06:34.910Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31092026-08-12T01:06:35.006Z[ host-package] Compiling rustc-hash v2.1.1
31102026-08-12T01:06:35.020Z[ helios-setup] Aug 12 01:06:33.901 INFO E| Compiling syn v2.0.101
31112026-08-12T01:06:35.226Z[ host-package] Compiling crc8 v0.1.1
31122026-08-12T01:06:35.576Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31132026-08-12T01:06:35.695Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31142026-08-12T01:06:35.757Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31152026-08-12T01:06:35.772Z[ helios-setup] Aug 12 01:06:34.653 INFO E| Compiling tempfile v3.20.0
31162026-08-12T01:06:35.970Z[ host-package] Compiling headers-core v0.3.0
31172026-08-12T01:06:36.335Z[ host-package] Compiling libxml v0.3.3
31182026-08-12T01:06:36.406Z[ host-package] Compiling headers v0.4.1
31192026-08-12T01:06:36.463Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31202026-08-12T01:06:36.747Z[ host-package] Compiling strum_macros v0.24.3
31212026-08-12T01:06:36.800Z[ host-package] Compiling indoc v1.0.9
31222026-08-12T01:06:37.302Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31232026-08-12T01:06:37.368Z[ host-package] Compiling derive_builder v0.20.2
31242026-08-12T01:06:37.476Z[ helios-setup] Aug 12 01:06:36.357 INFO E| Compiling darling_core v0.20.11
31252026-08-12T01:06:37.655Z[ host-package] Compiling quick-xml v0.37.5
31262026-08-12T01:06:37.924Z[ host-package] Compiling oso-derive v0.27.3
31272026-08-12T01:06:38.080Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31282026-08-12T01:06:38.148Z[ host-package] Compiling openssl-probe v0.1.6
31292026-08-12T01:06:38.291Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31302026-08-12T01:06:38.412Z[ helios-setup] Aug 12 01:06:37.292 INFO E| Compiling serde_derive v1.0.219
31312026-08-12T01:06:38.412Z[ helios-setup] Aug 12 01:06:37.292 INFO E| Compiling thiserror-impl v2.0.12
31322026-08-12T01:06:38.605Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31332026-08-12T01:06:38.665Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31342026-08-12T01:06:38.739Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31352026-08-12T01:06:38.968Z[ host-package] Compiling bb8 v0.8.6
31362026-08-12T01:06:39.061Z[ host-package] Compiling trait-variant v0.1.2
31372026-08-12T01:06:39.253Z[ host-package] Compiling half v1.8.3
31382026-08-12T01:06:39.545Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31392026-08-12T01:06:39.586Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31402026-08-12T01:06:39.608Z[ helios-setup] Aug 12 01:06:38.488 INFO E| Compiling darling_macro v0.20.11
31412026-08-12T01:06:39.713Z[ host-package] Compiling serde_cbor v0.11.2
31422026-08-12T01:06:39.773Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31432026-08-12T01:06:40.005Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31442026-08-12T01:06:40.233Z[ host-package] Compiling progenitor-impl v0.13.0
31452026-08-12T01:06:40.389Z[ helios-setup] Aug 12 01:06:39.269 INFO E| Compiling darling v0.20.11
31462026-08-12T01:06:40.482Z[ helios-setup] Aug 12 01:06:39.362 INFO E| Compiling serde_with_macros v3.12.0
31472026-08-12T01:06:40.535Z[ host-package] Compiling samael v0.0.19
31482026-08-12T01:06:40.661Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31492026-08-12T01:06:40.833Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31502026-08-12T01:06:40.941Z[ host-package] Compiling nonempty v0.12.0
31512026-08-12T01:06:40.972Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31522026-08-12T01:06:41.325Z[ host-package] Compiling progenitor-client v0.13.0
31532026-08-12T01:06:42.147Z[ host-package] Compiling fxhash v0.2.1
31542026-08-12T01:06:42.345Z[ host-package] Compiling libz-sys v1.1.24
31552026-08-12T01:06:42.404Z[ host-package] Compiling salty v0.3.0
31562026-08-12T01:06:42.522Z[ host-package] Compiling polar-core v0.27.3
31572026-08-12T01:06:42.668Z[ host-package] Compiling progenitor-macro v0.13.0
31582026-08-12T01:06:42.758Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31592026-08-12T01:06:42.784Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31602026-08-12T01:06:42.935Z[ host-package] Compiling kstat-rs v0.2.5
31612026-08-12T01:06:43.492Z[ helios-setup] Aug 12 01:06:42.373 INFO E| Compiling serde_with v3.12.0
31622026-08-12T01:06:43.677Z[ host-package] Compiling mime_guess v2.0.5
31632026-08-12T01:06:44.270Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31642026-08-12T01:06:45.164Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31652026-08-12T01:06:46.069Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31662026-08-12T01:06:46.360Z[ host-package] Compiling rfc6979 v0.4.0
31672026-08-12T01:06:46.517Z[ host-package] Compiling nanorand v0.7.0
31682026-08-12T01:06:46.553Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31692026-08-12T01:06:46.635Z[ host-package] Compiling parking_lot_core v0.8.6
31702026-08-12T01:06:47.020Z[ host-package] Compiling flume v0.11.1
31712026-08-12T01:06:47.128Z[ host-package] Compiling progenitor v0.13.0
31722026-08-12T01:06:47.297Z[ host-package] Compiling ecdsa v0.16.9
31732026-08-12T01:06:47.449Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31742026-08-12T01:06:47.655Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31752026-08-12T01:06:47.770Z[ host-package] Compiling primeorder v0.13.6
31762026-08-12T01:06:47.971Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31772026-08-12T01:06:48.096Z[ helios-setup] Aug 12 01:06:46.976 INFO E| Finished `release` profile [optimized] target(s) in 15.61s
31782026-08-12T01:06:48.122Z[ helios-setup] Aug 12 01:06:46.999 INFO building project "dmar-report" ok (15 seconds)
31792026-08-12T01:06:48.122Z[ helios-setup] Aug 12 01:06:46.999 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
31802026-08-12T01:06:48.128Z[ helios-setup] Aug 12 01:06:47.008 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
31812026-08-12T01:06:48.128Z[ helios-setup] Aug 12 01:06:47.008 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
31822026-08-12T01:06:48.132Z[ helios-setup] Aug 12 01:06:47.008 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
31832026-08-12T01:06:48.149Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31842026-08-12T01:06:48.241Z[ helios-setup] Aug 12 01:06:47.121 INFO E| Downloading crates ...
31852026-08-12T01:06:48.296Z[ helios-setup] Aug 12 01:06:47.176 INFO E| Downloaded anyhow v1.0.62
31862026-08-12T01:06:48.301Z[ helios-setup] Aug 12 01:06:47.181 INFO E| Downloaded generic-array v0.14.6
31872026-08-12T01:06:48.305Z[ helios-setup] Aug 12 01:06:47.184 INFO E| Downloaded block-buffer v0.10.3
31882026-08-12T01:06:48.309Z[ helios-setup] Aug 12 01:06:47.187 INFO E| Downloaded cpufeatures v0.2.5
31892026-08-12T01:06:48.309Z[ helios-setup] Aug 12 01:06:47.188 INFO E| Downloaded sha2 v0.10.5
31902026-08-12T01:06:48.312Z[ helios-setup] Aug 12 01:06:47.192 INFO E| Downloaded digest v0.10.3
31912026-08-12T01:06:48.316Z[ helios-setup] Aug 12 01:06:47.193 INFO E| Downloaded unicode-width v0.1.10
31922026-08-12T01:06:48.316Z[ helios-setup] Aug 12 01:06:47.194 INFO E| Downloaded miniz_oxide v0.6.2
31932026-08-12T01:06:48.316Z[ helios-setup] Aug 12 01:06:47.196 INFO E| Downloaded typenum v1.15.0
31942026-08-12T01:06:48.319Z[ helios-setup] Aug 12 01:06:47.197 INFO E| Downloaded bytes v1.2.1
31952026-08-12T01:06:48.320Z[ helios-setup] Aug 12 01:06:47.199 INFO E| Downloaded flate2 v1.0.25
31962026-08-12T01:06:48.363Z[ helios-setup] Aug 12 01:06:47.244 INFO E| Compiling version_check v0.9.4
31972026-08-12T01:06:48.363Z[ helios-setup] Aug 12 01:06:47.244 INFO E| Compiling typenum v1.15.0
31982026-08-12T01:06:48.364Z[ helios-setup] Aug 12 01:06:47.244 INFO E| Compiling cfg-if v1.0.0
31992026-08-12T01:06:48.369Z[ helios-setup] Aug 12 01:06:47.244 INFO E| Compiling crc32fast v1.3.2
32002026-08-12T01:06:48.369Z[ helios-setup] Aug 12 01:06:47.244 INFO E| Compiling anyhow v1.0.62
32012026-08-12T01:06:48.369Z[ helios-setup] Aug 12 01:06:47.244 INFO E| Compiling adler v1.0.2
32022026-08-12T01:06:48.369Z[ helios-setup] Aug 12 01:06:47.244 INFO E| Compiling unicode-width v0.1.10
32032026-08-12T01:06:48.369Z[ helios-setup] Aug 12 01:06:47.244 INFO E| Compiling cpufeatures v0.2.5
32042026-08-12T01:06:48.372Z[ helios-setup] Aug 12 01:06:47.252 INFO E| Compiling bytes v1.2.1
32052026-08-12T01:06:48.372Z[ helios-setup] Aug 12 01:06:47.252 INFO E| Compiling bitflags v1.3.2
32062026-08-12T01:06:48.462Z[ host-package] Compiling git-stub v1.0.0
32072026-08-12T01:06:48.510Z[ helios-setup] Aug 12 01:06:47.389 INFO E| Compiling getopts v0.2.21
32082026-08-12T01:06:48.574Z[ helios-setup] Aug 12 01:06:47.454 INFO E| Compiling miniz_oxide v0.6.2
32092026-08-12T01:06:48.909Z[ helios-setup] Aug 12 01:06:47.790 INFO E| Compiling generic-array v0.14.6
32102026-08-12T01:06:49.008Z[ host-package] Compiling http-range v0.1.5
32112026-08-12T01:06:49.141Z[ helios-setup] Aug 12 01:06:48.021 INFO E| Compiling flate2 v1.0.25
32122026-08-12T01:06:49.299Z[ host-package] Compiling strsim v0.10.0
32132026-08-12T01:06:49.743Z[ host-package] Compiling instability v0.3.11
32142026-08-12T01:06:49.849Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32152026-08-12T01:06:50.063Z[ host-package] Compiling darling_core v0.13.4
32162026-08-12T01:06:50.152Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32172026-08-12T01:06:50.488Z[ host-package] Compiling git-stub-vcs v0.1.0
32182026-08-12T01:06:50.536Z[ helios-setup] Aug 12 01:06:49.416 INFO E| Compiling crypto-common v0.1.6
32192026-08-12T01:06:50.536Z[ helios-setup] Aug 12 01:06:49.416 INFO E| Compiling block-buffer v0.10.3
32202026-08-12T01:06:50.643Z[ helios-setup] Aug 12 01:06:49.524 INFO E| Compiling digest v0.10.3
32212026-08-12T01:06:50.813Z[ helios-setup] Aug 12 01:06:49.694 INFO E| Compiling sha2 v0.10.5
32222026-08-12T01:06:50.905Z[ host-package] Compiling p384 v0.13.1
32232026-08-12T01:06:51.056Z[ helios-setup] Aug 12 01:06:49.936 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
32242026-08-12T01:06:51.964Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32252026-08-12T01:06:52.108Z[ host-package] Compiling ignore v0.4.25
32262026-08-12T01:06:52.606Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
32272026-08-12T01:06:53.487Z[ helios-setup] Aug 12 01:06:52.367 INFO E| Finished `release` profile [optimized] target(s) in 5.34s
32282026-08-12T01:06:53.500Z[ helios-setup] Aug 12 01:06:52.381 INFO building project "bootserver" ok (5 seconds)
32292026-08-12T01:06:53.500Z[ helios-setup] Aug 12 01:06:52.381 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
32302026-08-12T01:06:54.198Z[ host-package] Compiling oso v0.27.3
32312026-08-12T01:06:55.634Z[ host-package] Compiling async-bb8-diesel v0.2.1
32322026-08-12T01:06:56.216Z[ host-package] Compiling diesel-dtrace v0.5.0
32332026-08-12T01:06:56.679Z[ host-package] Compiling vergen-git2 v9.1.0
32342026-08-12T01:06:56.770Z[ host-package] Compiling castaway v0.2.4
32352026-08-12T01:06:56.966Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
32362026-08-12T01:06:57.023Z[ host-package] Compiling indoc v2.0.7
32372026-08-12T01:06:57.076Z[ host-package] Compiling compact_str v0.8.1
32382026-08-12T01:06:57.278Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
32392026-08-12T01:06:57.302Z[ host-package] Compiling globwalk v0.9.1
32402026-08-12T01:06:58.007Z[ host-package] Compiling darling_macro v0.13.4
32412026-08-12T01:06:58.097Z[ host-package] Compiling hyper-staticfile v0.10.1
32422026-08-12T01:06:58.228Z[ host-package] Compiling parking_lot v0.11.2
32432026-08-12T01:06:58.263Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32442026-08-12T01:06:58.611Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32452026-08-12T01:06:58.848Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32462026-08-12T01:06:59.048Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32472026-08-12T01:06:59.217Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32482026-08-12T01:06:59.392Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32492026-08-12T01:06:59.515Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32502026-08-12T01:06:59.518Z[ host-package] Compiling predicates-tree v1.0.13
32512026-08-12T01:07:00.039Z[ host-package] Compiling unicode-truncate v1.1.0
32522026-08-12T01:07:00.122Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32532026-08-12T01:07:00.375Z[ host-package] Compiling lru v0.12.5
32542026-08-12T01:07:00.528Z[ host-package] Compiling prefix-trie v0.7.0
32552026-08-12T01:07:00.649Z[ host-package] Compiling rand_seeder v0.4.0
32562026-08-12T01:07:01.016Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32572026-08-12T01:07:01.108Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
32582026-08-12T01:07:01.161Z[ host-package] Compiling corncobs v0.1.4
32592026-08-12T01:07:01.188Z[ host-package] Compiling cassowary v0.3.0
32602026-08-12T01:07:01.392Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
32612026-08-12T01:07:01.454Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32622026-08-12T01:07:01.499Z[ host-package] Compiling ratatui v0.29.0
32632026-08-12T01:07:01.583Z[ host-package] Compiling hickory-server v0.25.2
32642026-08-12T01:07:01.696Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32652026-08-12T01:07:01.798Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32662026-08-12T01:07:01.933Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32672026-08-12T01:07:02.087Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32682026-08-12T01:07:02.253Z[ host-package] Compiling camino-tempfile-ext v0.3.3
32692026-08-12T01:07:02.917Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32702026-08-12T01:07:02.943Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32712026-08-12T01:07:02.946Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32722026-08-12T01:07:03.557Z[ host-package] Compiling darling v0.13.4
32732026-08-12T01:07:03.780Z[ host-package] Compiling sled v0.34.7
32742026-08-12T01:07:06.545Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32752026-08-12T01:07:06.869Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
32762026-08-12T01:07:07.260Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32772026-08-12T01:07:07.824Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32782026-08-12T01:07:07.850Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32792026-08-12T01:07:08.081Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32802026-08-12T01:07:08.321Z[ host-package] Compiling secrecy v0.8.0
32812026-08-12T01:07:08.541Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
32822026-08-12T01:07:08.830Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
32832026-08-12T01:07:09.905Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32842026-08-12T01:07:10.744Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32852026-08-12T01:07:10.832Z[ host-package] Compiling serde_with_macros v1.5.2
32862026-08-12T01:07:11.078Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32872026-08-12T01:07:11.117Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32882026-08-12T01:07:11.884Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32892026-08-12T01:07:12.123Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32902026-08-12T01:07:12.404Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32912026-08-12T01:07:12.466Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32922026-08-12T01:07:12.672Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32932026-08-12T01:07:12.707Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32942026-08-12T01:07:12.921Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32952026-08-12T01:07:12.967Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32962026-08-12T01:07:13.166Z[ host-package] Compiling arc-swap v1.8.2
32972026-08-12T01:07:13.209Z[ host-package] Compiling void v1.0.2
32982026-08-12T01:07:13.326Z[ host-package] Compiling lzss v0.8.2
32992026-08-12T01:07:13.538Z[ host-package] Compiling slog-scope v4.4.1
33002026-08-12T01:07:13.655Z[ host-package] Compiling illumos-nvpair v0.3.0
33012026-08-12T01:07:13.690Z[ host-package] Compiling serde_with v1.14.0
33022026-08-12T01:07:13.993Z[ host-package] Compiling git2 v0.20.4
33032026-08-12T01:07:14.054Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33042026-08-12T01:07:14.526Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33052026-08-12T01:07:14.634Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33062026-08-12T01:07:14.963Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33072026-08-12T01:07:14.998Z[ helios-setup] Aug 12 01:07:13.878 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')"
33082026-08-12T01:07:14.998Z[ helios-setup] Aug 12 01:07:13.878 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
33092026-08-12T01:07:15.008Z[ helios-setup] Aug 12 01:07:13.888 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
33102026-08-12T01:07:15.008Z[ helios-setup] Aug 12 01:07:13.888 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
33112026-08-12T01:07:15.008Z[ helios-setup] Aug 12 01:07:13.888 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
33122026-08-12T01:07:15.124Z[ helios-setup] Aug 12 01:07:14.004 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
33132026-08-12T01:07:15.465Z[ helios-setup] Aug 12 01:07:14.346 INFO E| From https://github.com/jclulow/hiercmd
33142026-08-12T01:07:15.465Z[ helios-setup] Aug 12 01:07:14.346 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
33152026-08-12T01:07:15.478Z[ helios-setup] Aug 12 01:07:14.359 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
33162026-08-12T01:07:15.779Z[ helios-setup] Aug 12 01:07:14.659 INFO E| From https://github.com/oxidecomputer/network-interface
33172026-08-12T01:07:15.779Z[ helios-setup] Aug 12 01:07:14.659 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
33182026-08-12T01:07:15.791Z[ helios-setup] Aug 12 01:07:14.672 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
33192026-08-12T01:07:16.105Z[ helios-setup] Aug 12 01:07:14.985 INFO E| From https://github.com/oxidecomputer/boot-image-tools
33202026-08-12T01:07:16.105Z[ helios-setup] Aug 12 01:07:14.985 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
33212026-08-12T01:07:16.123Z[ helios-setup] Aug 12 01:07:15.004 INFO E| Updating crates.io index
33222026-08-12T01:07:16.193Z[ helios-setup] Aug 12 01:07:15.074 INFO E| Downloading crates ...
33232026-08-12T01:07:16.248Z[ helios-setup] Aug 12 01:07:15.128 INFO E| Downloaded libdevinfo-sys v1.1.0
33242026-08-12T01:07:16.264Z[ helios-setup] Aug 12 01:07:15.144 INFO E| Downloaded signal-hook-registry v1.4.6
33252026-08-12T01:07:16.300Z[ helios-setup] Aug 12 01:07:15.181 INFO E| Downloaded futures-core v0.3.31
33262026-08-12T01:07:16.304Z[ helios-setup] Aug 12 01:07:15.182 INFO E| Downloaded futures-executor v0.3.31
33272026-08-12T01:07:16.304Z[ helios-setup] Aug 12 01:07:15.183 INFO E| Downloaded futures-macro v0.3.31
33282026-08-12T01:07:16.309Z[ helios-setup] Aug 12 01:07:15.183 INFO E| Downloaded getrandom v0.2.16
33292026-08-12T01:07:16.309Z[ helios-setup] Aug 12 01:07:15.185 INFO E| Downloaded syn v2.0.108
33302026-08-12T01:07:16.313Z[ helios-setup] Aug 12 01:07:15.191 INFO E| Downloaded toml_writer v1.0.4
33312026-08-12T01:07:16.313Z[ helios-setup] Aug 12 01:07:15.192 INFO E| Downloaded bytes v1.10.1
33322026-08-12T01:07:16.316Z[ helios-setup] Aug 12 01:07:15.194 INFO E| Downloaded futures-sink v0.3.31
33332026-08-12T01:07:16.316Z[ helios-setup] Aug 12 01:07:15.196 INFO E| Downloaded pin-utils v0.1.0
33342026-08-12T01:07:16.325Z[ helios-setup] Aug 12 01:07:15.204 INFO E| Downloaded env_logger v0.11.8
33352026-08-12T01:07:16.329Z[ helios-setup] Aug 12 01:07:15.206 INFO E| Downloaded futures-channel v0.3.31
33362026-08-12T01:07:16.329Z[ helios-setup] Aug 12 01:07:15.207 INFO E| Downloaded getopts v0.2.24
33372026-08-12T01:07:16.332Z[ helios-setup] Aug 12 01:07:15.213 INFO E| Downloaded anstyle-query v1.1.4
33382026-08-12T01:07:16.339Z[ helios-setup] Aug 12 01:07:15.220 INFO E| Downloaded clap_lex v0.7.6
33392026-08-12T01:07:16.345Z[ helios-setup] Aug 12 01:07:15.226 INFO E| Downloaded devinfo v0.1.0
33402026-08-12T01:07:16.349Z[ helios-setup] Aug 12 01:07:15.228 INFO E| Downloaded env_filter v0.1.4
33412026-08-12T01:07:16.354Z[ helios-setup] Aug 12 01:07:15.235 INFO E| Downloaded find-msvc-tools v0.1.4
33422026-08-12T01:07:16.358Z[ helios-setup] Aug 12 01:07:15.236 INFO E| Downloaded generic-array v0.14.9
33432026-08-12T01:07:16.358Z[ helios-setup] Aug 12 01:07:15.237 INFO E| Downloaded futures-io v0.3.31
33442026-08-12T01:07:16.363Z[ helios-setup] Aug 12 01:07:15.243 INFO E| Downloaded clap_derive v4.5.49
33452026-08-12T01:07:16.371Z[ helios-setup] Aug 12 01:07:15.250 INFO E| Downloaded bitfield-macros v0.19.3
33462026-08-12T01:07:16.374Z[ helios-setup] Aug 12 01:07:15.251 INFO E| Downloaded simd-adler32 v0.3.7
33472026-08-12T01:07:16.374Z[ helios-setup] Aug 12 01:07:15.252 INFO E| Downloaded futures-task v0.3.31
33482026-08-12T01:07:16.374Z[ helios-setup] Aug 12 01:07:15.252 INFO E| Downloaded time-core v0.1.6
33492026-08-12T01:07:16.374Z[ helios-setup] Aug 12 01:07:15.253 INFO E| Downloaded serde_spanned v1.0.3
33502026-08-12T01:07:16.377Z[ helios-setup] Aug 12 01:07:15.258 INFO E| Downloaded zeroize_derive v1.4.2
33512026-08-12T01:07:16.385Z[ helios-setup] Aug 12 01:07:15.266 INFO E| Downloaded crc v3.3.0
33522026-08-12T01:07:16.388Z[ helios-setup] Aug 12 01:07:15.267 INFO E| Downloaded anstyle v1.0.13
33532026-08-12T01:07:16.394Z[ helios-setup] Aug 12 01:07:15.274 INFO E| Downloaded quote v1.0.41
33542026-08-12T01:07:16.397Z[ helios-setup] Aug 12 01:07:15.276 INFO E| Downloaded tokio-macros v2.6.0
33552026-08-12T01:07:16.397Z[ helios-setup] Aug 12 01:07:15.277 INFO E| Downloaded pin-project-lite v0.2.16
33562026-08-12T01:07:16.400Z[ helios-setup] Aug 12 01:07:15.280 INFO E| Downloaded slab v0.4.11
33572026-08-12T01:07:16.403Z[ helios-setup] Aug 12 01:07:15.282 INFO E| Downloaded zeroize v1.8.2
33582026-08-12T01:07:16.403Z[ helios-setup] Aug 12 01:07:15.283 INFO E| Downloaded bitfield v0.19.3
33592026-08-12T01:07:16.404Z[ helios-setup] Aug 12 01:07:15.284 INFO E| Downloaded num_enum_derive v0.7.5
33602026-08-12T01:07:16.407Z[ helios-setup] Aug 12 01:07:15.288 INFO E| Downloaded bitflags v2.10.0
33612026-08-12T01:07:16.417Z[ helios-setup] Aug 12 01:07:15.297 INFO E| Downloaded thiserror-impl v2.0.17
33622026-08-12T01:07:16.420Z[ helios-setup] Aug 12 01:07:15.299 INFO E| Downloaded base64ct v1.8.0
33632026-08-12T01:07:16.420Z[ helios-setup] Aug 12 01:07:15.300 INFO E| Downloaded num_enum v0.7.5
33642026-08-12T01:07:16.424Z[ helios-setup] Aug 12 01:07:15.305 INFO E| Downloaded deranged v0.5.5
33652026-08-12T01:07:16.427Z[ helios-setup] Aug 12 01:07:15.306 INFO E| Downloaded thiserror v2.0.17
33662026-08-12T01:07:16.432Z[ helios-setup] Aug 12 01:07:15.313 INFO E| Downloaded toml_parser v1.0.4
33672026-08-12T01:07:16.438Z[ helios-setup] Aug 12 01:07:15.319 INFO E| Downloaded term v1.2.0
33682026-08-12T01:07:16.441Z[ helios-setup] Aug 12 01:07:15.321 INFO E| Downloaded time-macros v0.2.24
33692026-08-12T01:07:16.444Z[ helios-setup] Aug 12 01:07:15.322 INFO E| Downloaded toml_datetime v0.7.3
33702026-08-12T01:07:16.444Z[ helios-setup] Aug 12 01:07:15.325 INFO E| Downloaded anyhow v1.0.100
33712026-08-12T01:07:16.448Z[ helios-setup] Aug 12 01:07:15.328 INFO E| Downloaded clap v4.5.51
33722026-08-12T01:07:16.453Z[ helios-setup] Aug 12 01:07:15.334 INFO E| Downloaded uuid v1.18.1
33732026-08-12T01:07:16.456Z[ helios-setup] Aug 12 01:07:15.336 INFO E| Downloaded flate2 v1.1.5
33742026-08-12T01:07:16.459Z[ helios-setup] Aug 12 01:07:15.340 INFO E| Downloaded iana-time-zone v0.1.64
33752026-08-12T01:07:16.467Z[ helios-setup] Aug 12 01:07:15.348 INFO E| Downloaded futures v0.3.31
33762026-08-12T01:07:16.471Z[ helios-setup] Aug 12 01:07:15.351 INFO E| Downloaded socket2 v0.6.1
33772026-08-12T01:07:16.474Z[ helios-setup] Aug 12 01:07:15.352 INFO E| Downloaded log v0.4.28
33782026-08-12T01:07:16.474Z[ helios-setup] Aug 12 01:07:15.354 INFO E| Downloaded unicode-ident v1.0.22
33792026-08-12T01:07:16.478Z[ helios-setup] Aug 12 01:07:15.359 INFO E| Downloaded toml v0.9.8
33802026-08-12T01:07:16.505Z[ helios-setup] Aug 12 01:07:15.385 INFO E| Downloaded typenum v1.19.0
33812026-08-12T01:07:16.512Z[ helios-setup] Aug 12 01:07:15.393 INFO E| Downloaded proc-macro2 v1.0.103
33822026-08-12T01:07:16.525Z[ helios-setup] Aug 12 01:07:15.405 INFO E| Downloaded toml_edit v0.23.7
33832026-08-12T01:07:16.551Z[ helios-setup] Aug 12 01:07:15.432 INFO E| Downloaded rsa v0.9.8
33842026-08-12T01:07:16.555Z[ helios-setup] Aug 12 01:07:15.435 INFO E| Downloaded zerocopy-derive v0.8.27
33852026-08-12T01:07:16.591Z[ helios-setup] Aug 12 01:07:15.472 INFO E| Downloaded mio v1.1.0
33862026-08-12T01:07:16.595Z[ helios-setup] Aug 12 01:07:15.475 INFO E| Downloaded cc v1.2.44
33872026-08-12T01:07:16.599Z[ helios-setup] Aug 12 01:07:15.477 INFO E| Downloaded indexmap v2.12.0
33882026-08-12T01:07:16.599Z[ helios-setup] Aug 12 01:07:15.479 INFO E| Downloaded rand v0.8.5
33892026-08-12T01:07:16.602Z[ helios-setup] Aug 12 01:07:15.481 INFO E| Downloaded iddqd v0.3.14
33902026-08-12T01:07:16.605Z[ helios-setup] Aug 12 01:07:15.485 INFO E| Downloaded memchr v2.7.6
33912026-08-12T01:07:16.609Z[ helios-setup] Aug 12 01:07:15.488 INFO E| Downloaded futures-util v0.3.31
33922026-08-12T01:07:16.614Z[ helios-setup] Aug 12 01:07:15.494 INFO E| Downloaded num-bigint-dig v0.8.4
33932026-08-12T01:07:16.617Z[ helios-setup] Aug 12 01:07:15.497 INFO E| Downloaded time v0.3.44
33942026-08-12T01:07:16.622Z[ helios-setup] Aug 12 01:07:15.502 INFO E| Downloaded libm v0.2.15
33952026-08-12T01:07:16.628Z[ helios-setup] Aug 12 01:07:15.508 INFO E| Downloaded hashbrown v0.16.0
33962026-08-12T01:07:16.631Z[ helios-setup] Aug 12 01:07:15.511 INFO E| Downloaded serde_json v1.0.145
33972026-08-12T01:07:16.635Z[ helios-setup] Aug 12 01:07:15.515 INFO E| Downloaded clap_builder v4.5.51
33982026-08-12T01:07:16.638Z[ helios-setup] Aug 12 01:07:15.519 INFO E| Downloaded winnow v0.7.13
33992026-08-12T01:07:16.645Z[ helios-setup] Aug 12 01:07:15.525 INFO E| Downloaded chrono v0.4.42
34002026-08-12T01:07:16.671Z[ helios-setup] Aug 12 01:07:15.550 INFO E| Downloaded zerocopy v0.8.27
34012026-08-12T01:07:16.683Z[ helios-setup] Aug 12 01:07:15.564 INFO E| Downloaded unicode-width v0.2.2
34022026-08-12T01:07:16.687Z[ helios-setup] Aug 12 01:07:15.567 INFO E| Downloaded rustix v1.1.2
34032026-08-12T01:07:16.762Z[ helios-setup] Aug 12 01:07:15.633 INFO E| Downloaded libc v0.2.177
34042026-08-12T01:07:16.767Z[ helios-setup] Aug 12 01:07:15.648 INFO E| Downloaded tokio v1.48.0
34052026-08-12T01:07:16.916Z[ helios-setup] Aug 12 01:07:15.796 INFO E| Compiling proc-macro2 v1.0.103
34062026-08-12T01:07:16.916Z[ helios-setup] Aug 12 01:07:15.796 INFO E| Compiling unicode-ident v1.0.22
34072026-08-12T01:07:16.919Z[ helios-setup] Aug 12 01:07:15.796 INFO E| Compiling quote v1.0.41
34082026-08-12T01:07:16.920Z[ helios-setup] Aug 12 01:07:15.796 INFO E| Compiling libc v0.2.177
34092026-08-12T01:07:16.920Z[ helios-setup] Aug 12 01:07:15.796 INFO E| Compiling serde_core v1.0.228
34102026-08-12T01:07:16.920Z[ helios-setup] Aug 12 01:07:15.797 INFO E| Compiling cfg-if v1.0.4
34112026-08-12T01:07:16.920Z[ helios-setup] Aug 12 01:07:15.797 INFO E| Compiling serde v1.0.228
34122026-08-12T01:07:16.920Z[ helios-setup] Aug 12 01:07:15.797 INFO E| Compiling version_check v0.9.5
34132026-08-12T01:07:16.920Z[ helios-setup] Aug 12 01:07:15.797 INFO E| Compiling autocfg v1.5.0
34142026-08-12T01:07:16.920Z[ helios-setup] Aug 12 01:07:15.797 INFO E| Compiling typenum v1.19.0
34152026-08-12T01:07:16.920Z[ helios-setup] Aug 12 01:07:15.797 INFO E| Compiling const-oid v0.9.6
34162026-08-12T01:07:16.920Z[ helios-setup] Aug 12 01:07:15.797 INFO E| Compiling libm v0.2.15
34172026-08-12T01:07:16.920Z[ helios-setup] Aug 12 01:07:15.797 INFO E| Compiling zerocopy v0.8.27
34182026-08-12T01:07:16.920Z[ helios-setup] Aug 12 01:07:15.797 INFO E| Compiling rustversion v1.0.22
34192026-08-12T01:07:16.920Z[ helios-setup] Aug 12 01:07:15.797 INFO E| Compiling zeroize v1.8.2
34202026-08-12T01:07:16.920Z[ helios-setup] Aug 12 01:07:15.797 INFO E| Compiling base64ct v1.8.0
34212026-08-12T01:07:17.178Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34222026-08-12T01:07:17.339Z[ helios-setup] Aug 12 01:07:16.218 INFO E| Compiling smallvec v1.15.1
34232026-08-12T01:07:17.528Z[ helios-setup] Aug 12 01:07:16.408 INFO E| Compiling winnow v0.7.13
34242026-08-12T01:07:17.582Z[ helios-setup] Aug 12 01:07:16.463 INFO E| Compiling byteorder v1.5.0
34252026-08-12T01:07:17.753Z[ helios-setup] Aug 12 01:07:16.634 INFO E| Compiling num-traits v0.2.19
34262026-08-12T01:07:17.789Z[ helios-setup] Aug 12 01:07:16.669 INFO E| Compiling generic-array v0.14.9
34272026-08-12T01:07:17.813Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34282026-08-12T01:07:17.879Z[ helios-setup] Aug 12 01:07:16.760 INFO E| Compiling pem-rfc7468 v0.7.0
34292026-08-12T01:07:17.986Z[ helios-setup] Aug 12 01:07:16.866 INFO E| Compiling rustix v1.1.2
34302026-08-12T01:07:18.092Z[ helios-setup] Aug 12 01:07:16.973 INFO E| Compiling memchr v2.7.6
34312026-08-12T01:07:18.114Z[ helios-setup] Aug 12 01:07:16.995 INFO E| Compiling equivalent v1.0.2
34322026-08-12T01:07:18.137Z[ helios-setup] Aug 12 01:07:17.017 INFO E| Compiling anyhow v1.0.100
34332026-08-12T01:07:18.237Z[ helios-setup] Aug 12 01:07:17.117 INFO E| Compiling flagset v0.4.7
34342026-08-12T01:07:18.489Z[ helios-setup] Aug 12 01:07:17.369 INFO E| Compiling crc32fast v1.5.0
34352026-08-12T01:07:18.590Z[ helios-setup] Aug 12 01:07:17.470 INFO E| Compiling utf8parse v0.2.2
34362026-08-12T01:07:18.811Z[ helios-setup] Aug 12 01:07:17.690 INFO E| Compiling hashbrown v0.16.0
34372026-08-12T01:07:18.816Z[ helios-setup] Aug 12 01:07:17.696 INFO E| Compiling anstyle-parse v0.2.7
34382026-08-12T01:07:19.131Z[ helios-setup] Aug 12 01:07:18.011 INFO E| Compiling getrandom v0.2.16
34392026-08-12T01:07:19.134Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34402026-08-12T01:07:19.140Z[ helios-setup] Aug 12 01:07:18.020 INFO E| Compiling errno v0.3.14
34412026-08-12T01:07:19.171Z[ helios-setup] Aug 12 01:07:18.051 INFO E| Compiling allocator-api2 v0.2.21
34422026-08-12T01:07:19.217Z[ helios-setup] Aug 12 01:07:18.098 INFO E| Compiling toml_datetime v0.7.3
34432026-08-12T01:07:19.260Z[ helios-setup] Aug 12 01:07:18.140 INFO E| Compiling is_terminal_polyfill v1.70.2
34442026-08-12T01:07:19.324Z[ helios-setup] Aug 12 01:07:18.205 INFO E| Compiling syn v2.0.108
34452026-08-12T01:07:19.437Z[ helios-setup] Aug 12 01:07:18.317 INFO E| Compiling shlex v1.3.0
34462026-08-12T01:07:19.437Z[ helios-setup] Aug 12 01:07:18.317 INFO E| Compiling colorchoice v1.0.4
34472026-08-12T01:07:19.497Z[ helios-setup] Aug 12 01:07:18.377 INFO E| Compiling rand_core v0.6.4
34482026-08-12T01:07:19.526Z[ helios-setup] Aug 12 01:07:18.406 INFO E| Compiling find-msvc-tools v0.1.4
34492026-08-12T01:07:19.706Z[ helios-setup] Aug 12 01:07:18.586 INFO E| Compiling syn v1.0.109
34502026-08-12T01:07:19.713Z[ helios-setup] Aug 12 01:07:18.594 INFO E| Compiling cpufeatures v0.2.17
34512026-08-12T01:07:19.785Z[ helios-setup] Aug 12 01:07:18.665 INFO E| Compiling indexmap v2.12.0
34522026-08-12T01:07:19.800Z[ helios-setup] Aug 12 01:07:18.680 INFO E| Compiling anstyle v1.0.13
34532026-08-12T01:07:19.920Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34542026-08-12T01:07:20.020Z[ helios-setup] Aug 12 01:07:18.900 INFO E| Compiling radium v0.7.0
34552026-08-12T01:07:20.039Z[ helios-setup] Aug 12 01:07:18.919 INFO E| Compiling anstyle-query v1.1.4
34562026-08-12T01:07:20.145Z[ helios-setup] Aug 12 01:07:19.025 INFO E| Compiling cc v1.2.44
34572026-08-12T01:07:20.185Z[ helios-setup] Aug 12 01:07:19.066 INFO E| Compiling slog v2.8.2
34582026-08-12T01:07:20.459Z[ helios-setup] Aug 12 01:07:19.340 INFO E| Compiling anstream v0.6.21
34592026-08-12T01:07:20.535Z[ helios-setup] Aug 12 01:07:19.415 INFO E| Compiling toml_parser v1.0.4
34602026-08-12T01:07:20.661Z[ helios-setup] Aug 12 01:07:19.540 INFO E| Compiling futures-core v0.3.31
34612026-08-12T01:07:20.680Z[ helios-setup] Aug 12 01:07:19.560 INFO E| Compiling pin-project-lite v0.2.16
34622026-08-12T01:07:20.806Z[ helios-setup] Aug 12 01:07:19.686 INFO E| Compiling futures-sink v0.3.31
34632026-08-12T01:07:20.898Z[ helios-setup] Aug 12 01:07:19.778 INFO E| Compiling crypto-common v0.1.6
34642026-08-12T01:07:20.947Z[ helios-setup] Aug 12 01:07:19.828 INFO E| Compiling block-buffer v0.10.4
34652026-08-12T01:07:21.014Z[ helios-setup] Aug 12 01:07:19.895 INFO E| Compiling maybe-uninit v2.0.0
34662026-08-12T01:07:21.144Z[ helios-setup] Aug 12 01:07:20.024 INFO E| Compiling toml_edit v0.23.7
34672026-08-12T01:07:21.169Z[ helios-setup] Aug 12 01:07:20.049 INFO E| Compiling pkg-config v0.3.32
34682026-08-12T01:07:21.211Z[ helios-setup] Aug 12 01:07:20.073 INFO E| Compiling parking_lot_core v0.9.12
34692026-08-12T01:07:21.219Z[ helios-setup] Aug 12 01:07:20.099 INFO E| Compiling tap v1.0.1
34702026-08-12T01:07:21.219Z[ helios-setup] Aug 12 01:07:20.099 INFO E| Compiling unicode-width v0.2.2
34712026-08-12T01:07:21.225Z[ host-package] Compiling scuffle v0.1.0
34722026-08-12T01:07:21.329Z[ helios-setup] Aug 12 01:07:20.209 INFO E| Compiling digest v0.10.7
34732026-08-12T01:07:21.335Z[ helios-setup] Aug 12 01:07:20.216 INFO E| Compiling wyz v0.5.1
34742026-08-12T01:07:21.346Z[ helios-setup] Aug 12 01:07:20.227 INFO E| Compiling futures-channel v0.3.31
34752026-08-12T01:07:21.385Z[ helios-setup] Aug 12 01:07:20.266 INFO E| Compiling num-integer v0.1.46
34762026-08-12T01:07:21.583Z[ helios-setup] Aug 12 01:07:20.463 INFO E| Compiling ahash v0.8.12
34772026-08-12T01:07:21.628Z[ helios-setup] Aug 12 01:07:20.509 INFO E| Compiling futures-io v0.3.31
34782026-08-12T01:07:21.637Z[ helios-setup] Aug 12 01:07:20.517 INFO E| Compiling num-bigint-dig v0.8.4
34792026-08-12T01:07:21.806Z[ helios-setup] Aug 12 01:07:20.686 INFO E| Compiling sha2 v0.10.9
34802026-08-12T01:07:21.892Z[ helios-setup] Aug 12 01:07:20.772 INFO E| Compiling spin v0.9.8
34812026-08-12T01:07:21.898Z[ helios-setup] Aug 12 01:07:20.779 INFO E| Compiling heck v0.5.0
34822026-08-12T01:07:22.016Z[ helios-setup] Aug 12 01:07:20.896 INFO E| Compiling itoa v1.0.15
34832026-08-12T01:07:22.093Z[ helios-setup] Aug 12 01:07:20.973 INFO E| Compiling getopts v0.2.24
34842026-08-12T01:07:22.134Z[ helios-setup] Aug 12 01:07:21.015 INFO E| Compiling proc-macro-crate v3.4.0
34852026-08-12T01:07:22.172Z[ helios-setup] Aug 12 01:07:21.053 INFO E| Compiling bytes v1.10.1
34862026-08-12T01:07:22.197Z[ helios-setup] Aug 12 01:07:21.078 INFO E| Compiling getrandom v0.3.4
34872026-08-12T01:07:22.232Z[ helios-setup] Aug 12 01:07:21.112 INFO E| Compiling slab v0.4.11
34882026-08-12T01:07:22.249Z[ helios-setup] Aug 12 01:07:21.129 INFO E| Compiling thiserror v1.0.69
34892026-08-12T01:07:22.316Z[ helios-setup] Aug 12 01:07:21.196 INFO E| Compiling funty v2.0.0
34902026-08-12T01:07:22.324Z[ helios-setup] Aug 12 01:07:21.204 INFO E| Compiling powerfmt v0.2.0
34912026-08-12T01:07:22.363Z[ helios-setup] Aug 12 01:07:21.243 INFO E| Compiling clap_lex v0.7.6
34922026-08-12T01:07:22.404Z[ helios-setup] Aug 12 01:07:21.284 INFO E| Compiling packed_struct v0.10.1
34932026-08-12T01:07:22.510Z[ helios-setup] Aug 12 01:07:21.391 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
34942026-08-12T01:07:22.543Z[ host-package] Compiling tungstenite v0.23.0
34952026-08-12T01:07:22.603Z[ helios-setup] Aug 12 01:07:21.483 INFO E| Compiling bitflags v2.10.0
34962026-08-12T01:07:22.672Z[ helios-setup] Aug 12 01:07:21.552 INFO E| Compiling strsim v0.11.1
34972026-08-12T01:07:23.110Z[ helios-setup] Aug 12 01:07:21.990 INFO E| Compiling num-conv v0.1.0
34982026-08-12T01:07:23.110Z[ helios-setup] Aug 12 01:07:21.990 INFO E| Compiling futures-task v0.3.31
34992026-08-12T01:07:23.241Z[ helios-setup] Aug 12 01:07:22.121 INFO E| Compiling time-core v0.1.6
35002026-08-12T01:07:23.337Z[ helios-setup] Aug 12 01:07:22.217 INFO E| Compiling pin-utils v0.1.0
35012026-08-12T01:07:23.351Z[ helios-setup] Aug 12 01:07:22.231 INFO E| Compiling scopeguard v1.2.0
35022026-08-12T01:07:23.394Z[ helios-setup] Aug 12 01:07:22.274 INFO E| Compiling bitvec v1.0.1
35032026-08-12T01:07:23.447Z[ helios-setup] Aug 12 01:07:22.327 INFO E| Compiling deranged v0.5.5
35042026-08-12T01:07:23.453Z[ helios-setup] Aug 12 01:07:22.333 INFO E| Compiling lock_api v0.4.14
35052026-08-12T01:07:23.505Z[ helios-setup] Aug 12 01:07:22.385 INFO E| Compiling lazy_static v1.5.0
35062026-08-12T01:07:23.643Z[ helios-setup] Aug 12 01:07:22.521 INFO E| Compiling time-macros v0.2.24
35072026-08-12T01:07:23.658Z[ helios-setup] Aug 12 01:07:22.537 INFO E| Compiling num-iter v0.1.45
35082026-08-12T01:07:23.721Z[ helios-setup] Aug 12 01:07:22.600 INFO E| Compiling indexmap v1.9.3
35092026-08-12T01:07:23.730Z[ helios-setup] Aug 12 01:07:22.610 INFO E| Compiling adler2 v2.0.1
35102026-08-12T01:07:23.919Z[ helios-setup] Aug 12 01:07:22.799 INFO E| Compiling iana-time-zone v0.1.64
35112026-08-12T01:07:23.926Z[ helios-setup] Aug 12 01:07:22.805 INFO E| Compiling crc-catalog v2.4.0
35122026-08-12T01:07:24.053Z[ helios-setup] Aug 12 01:07:22.933 INFO E| Compiling terminal_size v0.4.3
35132026-08-12T01:07:24.118Z[ helios-setup] Aug 12 01:07:22.998 INFO E| Compiling simd-adler32 v0.3.7
35142026-08-12T01:07:24.252Z[ helios-setup] Aug 12 01:07:23.132 INFO E| Compiling clap_builder v4.5.51
35152026-08-12T01:07:24.252Z[ helios-setup] Aug 12 01:07:23.132 INFO E| Compiling serde_json v1.0.145
35162026-08-12T01:07:24.270Z[ helios-setup] Aug 12 01:07:23.151 INFO E| Compiling log v0.4.28
35172026-08-12T01:07:24.295Z[ helios-setup] Aug 12 01:07:23.176 INFO E| Compiling once_cell v1.21.3
35182026-08-12T01:07:24.307Z[ helios-setup] Aug 12 01:07:23.187 INFO E| Compiling nodrop v0.1.14
35192026-08-12T01:07:24.421Z[ helios-setup] Aug 12 01:07:23.301 INFO E| Compiling thiserror v2.0.17
35202026-08-12T01:07:24.537Z[ helios-setup] Aug 12 01:07:23.418 INFO E| Compiling miniz_oxide v0.8.9
35212026-08-12T01:07:24.544Z[ helios-setup] Aug 12 01:07:23.424 INFO E| Compiling array-init v0.0.4
35222026-08-12T01:07:24.685Z[ helios-setup] Aug 12 01:07:23.565 INFO E| Compiling env_filter v0.1.4
35232026-08-12T01:07:24.907Z[ helios-setup] Aug 12 01:07:23.788 INFO E| Compiling chrono v0.4.42
35242026-08-12T01:07:25.104Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35252026-08-12T01:07:25.151Z[ helios-setup] Aug 12 01:07:24.030 INFO E| Compiling crc v3.3.0
35262026-08-12T01:07:25.169Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35272026-08-12T01:07:25.226Z[ helios-setup] Aug 12 01:07:24.106 INFO E| Compiling parking_lot v0.12.5
35282026-08-12T01:07:25.264Z[ helios-setup] Aug 12 01:07:24.144 INFO E| Compiling smallvec v0.6.14
35292026-08-12T01:07:25.747Z[ helios-setup] Aug 12 01:07:24.627 INFO E| Compiling time v0.3.44
35302026-08-12T01:07:25.809Z[ helios-setup] Aug 12 01:07:24.689 INFO E| Compiling serde_spanned v1.0.3
35312026-08-12T01:07:25.985Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35322026-08-12T01:07:26.031Z[ helios-setup] Aug 12 01:07:24.911 INFO E| Compiling signature v2.2.0
35332026-08-12T01:07:26.174Z[ helios-setup] Aug 12 01:07:25.054 INFO E| Compiling is-terminal v0.4.17
35342026-08-12T01:07:26.311Z[ helios-setup] Aug 12 01:07:25.191 INFO E| Compiling signal-hook-registry v1.4.6
35352026-08-12T01:07:26.335Z[ helios-setup] Aug 12 01:07:25.215 INFO E| Compiling mio v1.1.0
35362026-08-12T01:07:26.362Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35372026-08-12T01:07:26.377Z[ helios-setup] Aug 12 01:07:25.257 INFO E| Compiling socket2 v0.6.1
35382026-08-12T01:07:26.425Z[ helios-setup] Aug 12 01:07:25.305 INFO E| Compiling thread_local v1.1.9
35392026-08-12T01:07:26.448Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35402026-08-12T01:07:26.683Z[ helios-setup] Aug 12 01:07:25.564 INFO E| Compiling subtle v2.6.1
35412026-08-12T01:07:26.788Z[ helios-setup] Aug 12 01:07:25.668 INFO E| Compiling serde_derive v1.0.228
35422026-08-12T01:07:26.833Z[ helios-setup] Aug 12 01:07:25.713 INFO E| Compiling zerocopy-derive v0.8.27
35432026-08-12T01:07:26.915Z[ helios-setup] Aug 12 01:07:25.795 INFO E| Compiling der_derive v0.7.3
35442026-08-12T01:07:27.023Z[ helios-setup] Aug 12 01:07:25.903 INFO E| Compiling futures-macro v0.3.31
35452026-08-12T01:07:27.094Z[ helios-setup] Aug 12 01:07:25.974 INFO E| Compiling clap_derive v4.5.49
35462026-08-12T01:07:27.099Z[ host-package] Compiling nix v0.27.1
35472026-08-12T01:07:27.117Z[ helios-setup] Aug 12 01:07:25.998 INFO E| Compiling bitfield-macros v0.19.3
35482026-08-12T01:07:27.347Z[ helios-setup] Aug 12 01:07:26.227 INFO E| Compiling thiserror-impl v1.0.69
35492026-08-12T01:07:27.350Z[ helios-setup] Aug 12 01:07:26.227 INFO E| Compiling num_enum_derive v0.7.5
35502026-08-12T01:07:27.372Z[ host-package] Compiling twox-hash v2.1.2
35512026-08-12T01:07:27.574Z[ helios-setup] Aug 12 01:07:26.454 INFO E| Compiling packed_struct_codegen v0.10.1
35522026-08-12T01:07:27.710Z[ helios-setup] Aug 12 01:07:26.590 INFO E| Compiling zerocopy-derive v0.6.6
35532026-08-12T01:07:28.097Z[ helios-setup] Aug 12 01:07:26.977 INFO E| Compiling tokio-macros v2.6.0
35542026-08-12T01:07:28.194Z[ helios-setup] Aug 12 01:07:27.074 INFO E| Compiling thiserror-impl v2.0.17
35552026-08-12T01:07:28.254Z[ host-package] Compiling libsw-core v0.3.2
35562026-08-12T01:07:28.524Z[ host-package] Compiling atty v0.2.14
35572026-08-12T01:07:28.800Z[ host-package] Compiling serde_bytes v0.11.19
35582026-08-12T01:07:28.975Z[ host-package] Compiling libsw v3.5.0
35592026-08-12T01:07:29.141Z[ helios-setup] Aug 12 01:07:28.022 INFO E| Compiling bitfield v0.19.3
35602026-08-12T01:07:29.223Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35612026-08-12T01:07:29.255Z[ helios-setup] Aug 12 01:07:28.135 INFO E| Compiling futures-util v0.3.31
35622026-08-12T01:07:29.344Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35632026-08-12T01:07:29.394Z[ host-package] Compiling tokio-tungstenite v0.23.1
35642026-08-12T01:07:29.404Z[ helios-setup] Aug 12 01:07:28.284 INFO E| Compiling der v0.7.10
35652026-08-12T01:07:29.520Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35662026-08-12T01:07:29.656Z[ helios-setup] Aug 12 01:07:28.536 INFO E| Compiling zerocopy v0.6.6
35672026-08-12T01:07:29.679Z[ helios-setup] Aug 12 01:07:28.549 INFO E| Compiling num_enum v0.7.5
35682026-08-12T01:07:29.758Z[ helios-setup] Aug 12 01:07:28.638 INFO E| Compiling libdevinfo-sys v1.1.0
35692026-08-12T01:07:29.765Z[ helios-setup] Aug 12 01:07:28.646 INFO E| Compiling toml_writer v1.0.4
35702026-08-12T01:07:29.827Z[ helios-setup] Aug 12 01:07:28.707 INFO E| Compiling ryu v1.0.20
35712026-08-12T01:07:29.964Z[ helios-setup] Aug 12 01:07:28.843 INFO E| Compiling hashbrown v0.12.3
35722026-08-12T01:07:30.187Z[ helios-setup] Aug 12 01:07:29.064 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
35732026-08-12T01:07:30.202Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35742026-08-12T01:07:30.315Z[ helios-setup] Aug 12 01:07:29.193 INFO E| Compiling clap v4.5.51
35752026-08-12T01:07:30.332Z[ helios-setup] Aug 12 01:07:29.213 INFO E| Compiling term v1.2.0
35762026-08-12T01:07:30.336Z[ helios-setup] Aug 12 01:07:29.213 INFO E| Compiling winnow v0.5.40
35772026-08-12T01:07:30.367Z[ helios-setup] Aug 12 01:07:29.247 INFO E| Compiling base64 v0.21.7
35782026-08-12T01:07:30.416Z[ helios-setup] Aug 12 01:07:29.296 INFO E| Compiling toml v0.9.8
35792026-08-12T01:07:30.441Z[ helios-setup] Aug 12 01:07:29.322 INFO E| Compiling tokio v1.48.0
35802026-08-12T01:07:30.687Z[ helios-setup] Aug 12 01:07:29.567 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35812026-08-12T01:07:30.959Z[ helios-setup] Aug 12 01:07:29.837 INFO E| Compiling devinfo v0.1.0
35822026-08-12T01:07:31.209Z[ helios-setup] Aug 12 01:07:30.089 INFO E| Compiling bzip2 v0.4.4
35832026-08-12T01:07:31.217Z[ helios-setup] Aug 12 01:07:30.097 INFO E| Compiling uuid v1.18.1
35842026-08-12T01:07:31.329Z[ helios-setup] Aug 12 01:07:30.209 INFO E| Compiling flate2 v1.1.5
35852026-08-12T01:07:31.652Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35862026-08-12T01:07:31.879Z[ helios-setup] Aug 12 01:07:30.759 INFO E| Compiling spki v0.7.3
35872026-08-12T01:07:31.912Z[ helios-setup] Aug 12 01:07:30.770 INFO E| Compiling env_logger v0.11.8
35882026-08-12T01:07:32.211Z[ helios-setup] Aug 12 01:07:31.091 INFO E| Compiling pkcs8 v0.10.2
35892026-08-12T01:07:32.239Z[ helios-setup] Aug 12 01:07:31.120 INFO E| Compiling x509-cert v0.2.5
35902026-08-12T01:07:32.285Z[ helios-setup] Aug 12 01:07:31.165 INFO E| Compiling foldhash v0.2.0
35912026-08-12T01:07:32.500Z[ helios-setup] Aug 12 01:07:31.380 INFO E| Compiling bitflags v1.3.2
35922026-08-12T01:07:32.591Z[ helios-setup] Aug 12 01:07:31.471 INFO E| Compiling hex v0.4.3
35932026-08-12T01:07:32.621Z[ helios-setup] Aug 12 01:07:31.501 INFO E| Compiling crc-any v2.5.0
35942026-08-12T01:07:33.205Z[ helios-setup] Aug 12 01:07:32.085 INFO E| Compiling ppv-lite86 v0.2.21
35952026-08-12T01:07:33.459Z[ helios-setup] Aug 12 01:07:32.339 INFO E| Compiling pkcs1 v0.7.5
35962026-08-12T01:07:33.548Z[ helios-setup] Aug 12 01:07:32.428 INFO E| Compiling rustc-hash v2.1.1
35972026-08-12T01:07:33.708Z[ helios-setup] Aug 12 01:07:32.589 INFO E| Compiling iddqd v0.3.14
35982026-08-12T01:07:33.759Z[ helios-setup] Aug 12 01:07:32.639 INFO E| Compiling hashbrown v0.13.2
35992026-08-12T01:07:33.844Z[ helios-setup] Aug 12 01:07:32.724 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
36002026-08-12T01:07:33.891Z[ helios-setup] Aug 12 01:07:32.771 INFO E| Compiling zip v0.6.6
36012026-08-12T01:07:34.149Z[ helios-setup] Aug 12 01:07:33.030 INFO E| Compiling rand_chacha v0.3.1
36022026-08-12T01:07:34.244Z[ helios-setup] Aug 12 01:07:33.124 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
36032026-08-12T01:07:34.794Z[ helios-setup] Aug 12 01:07:33.674 INFO E| Compiling erased-serde v0.3.31
36042026-08-12T01:07:34.842Z[ helios-setup] Aug 12 01:07:33.723 INFO E| Compiling rand v0.8.5
36052026-08-12T01:07:34.913Z[ helios-setup] Aug 12 01:07:33.793 INFO E| Compiling futures-executor v0.3.31
36062026-08-12T01:07:35.086Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36072026-08-12T01:07:35.204Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36082026-08-12T01:07:35.248Z[ helios-setup] Aug 12 01:07:34.128 INFO E| Compiling toml_datetime v0.6.11
36092026-08-12T01:07:35.419Z[ helios-setup] Aug 12 01:07:34.299 INFO E| Compiling serde_spanned v0.6.9
36102026-08-12T01:07:35.545Z[ helios-setup] Aug 12 01:07:34.425 INFO E| Compiling futures v0.3.31
36112026-08-12T01:07:35.563Z[ helios-setup] Aug 12 01:07:34.443 INFO E| Compiling serde-hex v0.1.0
36122026-08-12T01:07:35.593Z[ helios-setup] Aug 12 01:07:34.473 INFO E| Compiling ron v0.8.1
36132026-08-12T01:07:35.647Z[ helios-setup] Aug 12 01:07:34.527 INFO E| Compiling object v0.30.4
36142026-08-12T01:07:36.100Z[ helios-setup] Aug 12 01:07:34.981 INFO E| Compiling toml_edit v0.19.15
36152026-08-12T01:07:36.191Z[ helios-setup] Aug 12 01:07:35.071 INFO E| Compiling path-slash v0.1.5
36162026-08-12T01:07:36.304Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36172026-08-12T01:07:36.535Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36182026-08-12T01:07:36.963Z[ helios-setup] Aug 12 01:07:35.842 INFO E| Compiling slog-term v2.9.2
36192026-08-12T01:07:37.065Z[ helios-setup] Aug 12 01:07:35.945 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
36202026-08-12T01:07:37.172Z[ helios-setup] Aug 12 01:07:36.051 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36212026-08-12T01:07:37.247Z[ host-package] Compiling slog-stdlog v4.1.1
36222026-08-12T01:07:37.556Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36232026-08-12T01:07:37.875Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36242026-08-12T01:07:38.219Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36252026-08-12T01:07:38.426Z[ helios-setup] Aug 12 01:07:37.307 INFO E| Compiling rsa v0.9.8
36262026-08-12T01:07:38.801Z[ helios-setup] Aug 12 01:07:37.680 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
36272026-08-12T01:07:39.259Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36282026-08-12T01:07:39.510Z[ helios-setup] Aug 12 01:07:38.390 INFO E| Compiling toml v0.7.8
36292026-08-12T01:07:39.666Z[ helios-setup] Aug 12 01:07:38.547 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
36302026-08-12T01:07:39.666Z[ helios-setup] Aug 12 01:07:38.547 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
36312026-08-12T01:07:39.893Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36322026-08-12T01:07:43.441Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36332026-08-12T01:07:46.352Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36342026-08-12T01:07:46.939Z[ helios-setup] Aug 12 01:07:45.819 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
36352026-08-12T01:07:47.103Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
36362026-08-12T01:07:47.546Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
36372026-08-12T01:07:47.987Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36382026-08-12T01:07:48.158Z[ helios-setup] Aug 12 01:07:47.038 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
36392026-08-12T01:07:48.204Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36402026-08-12T01:07:48.376Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36412026-08-12T01:07:49.380Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36422026-08-12T01:07:50.255Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36432026-08-12T01:07:51.200Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36442026-08-12T01:07:51.468Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36452026-08-12T01:07:52.396Z[ host-package] Compiling signal-hook-tokio v0.3.1
36462026-08-12T01:07:52.485Z[ host-package] Compiling fatfs v0.3.6
36472026-08-12T01:07:52.645Z[ host-package] Compiling yasna v0.5.2
36482026-08-12T01:07:53.197Z[ helios-setup] Aug 12 01:07:52.077 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
36492026-08-12T01:07:53.495Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36502026-08-12T01:07:53.602Z[ host-package] Compiling assert_matches v1.5.0
36512026-08-12T01:07:53.775Z[ host-package] Compiling is_ci v1.2.0
36522026-08-12T01:07:53.806Z[ host-package] Compiling seq-macro v0.3.6
36532026-08-12T01:07:53.990Z[ host-package] Compiling supports-color v3.0.2
36542026-08-12T01:07:54.053Z[ host-package] Compiling rcgen v0.12.1
36552026-08-12T01:07:54.206Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36562026-08-12T01:07:54.306Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36572026-08-12T01:07:54.491Z[ host-package] Compiling slog-envlogger v2.2.0
36582026-08-12T01:07:55.695Z[ host-package] Compiling oxide-update-engine-display v0.1.2
36592026-08-12T01:07:56.780Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36602026-08-12T01:07:57.468Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36612026-08-12T01:07:58.202Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36622026-08-12T01:07:58.241Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36632026-08-12T01:07:58.791Z[ host-package] Compiling port-file v0.1.0
36642026-08-12T01:07:58.835Z[ host-package] Compiling rtoolbox v0.0.3
36652026-08-12T01:07:58.995Z[ host-package] Compiling subprocess v0.2.15
36662026-08-12T01:07:59.121Z[ host-package] Compiling rpassword v7.5.4
36672026-08-12T01:07:59.390Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36682026-08-12T01:08:00.208Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36692026-08-12T01:08:01.875Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
36702026-08-12T01:08:02.036Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
36712026-08-12T01:08:02.223Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36722026-08-12T01:08:04.833Z[ host-package] Compiling tui-tree-widget v0.23.1
36732026-08-12T01:08:04.912Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36742026-08-12T01:08:05.045Z[ helios-setup] Aug 12 01:08:03.925 INFO E| Finished `release` profile [optimized] target(s) in 50.02s
36752026-08-12T01:08:05.048Z[ helios-setup] Aug 12 01:08:03.927 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
36762026-08-12T01:08:05.048Z[ helios-setup] Aug 12 01:08:03.927 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
36772026-08-12T01:08:05.105Z[ helios-setup] Aug 12 01:08:03.985 INFO building project "pilot" ok (50 seconds)
36782026-08-12T01:08:05.105Z[ helios-setup] Aug 12 01:08:03.985 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36792026-08-12T01:08:05.131Z[ helios-setup] Aug 12 01:08:04.009 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
36802026-08-12T01:08:05.131Z[ helios-setup] Aug 12 01:08:04.009 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36812026-08-12T01:08:05.134Z[ helios-setup] Aug 12 01:08:04.009 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36822026-08-12T01:08:05.139Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36832026-08-12T01:08:05.243Z[ helios-setup] Aug 12 01:08:04.124 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36842026-08-12T01:08:05.578Z[ helios-setup] Aug 12 01:08:04.458 INFO E| From https://github.com/jclulow/rust-jmclib
36852026-08-12T01:08:05.578Z[ helios-setup] Aug 12 01:08:04.458 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36862026-08-12T01:08:05.589Z[ helios-setup] Aug 12 01:08:04.469 INFO E| Updating crates.io index
36872026-08-12T01:08:05.639Z[ helios-setup] Aug 12 01:08:04.519 INFO E| Downloading crates ...
36882026-08-12T01:08:05.683Z[ helios-setup] Aug 12 01:08:04.563 INFO E| Downloaded sha-1 v0.9.8
36892026-08-12T01:08:05.690Z[ helios-setup] Aug 12 01:08:04.570 INFO E| Downloaded glob v0.3.1
36902026-08-12T01:08:05.694Z[ helios-setup] Aug 12 01:08:04.574 INFO E| Downloaded serde v1.0.193
36912026-08-12T01:08:05.697Z[ helios-setup] Aug 12 01:08:04.576 INFO E| Downloaded errno v0.3.1
36922026-08-12T01:08:05.700Z[ helios-setup] Aug 12 01:08:04.578 INFO E| Downloaded block-buffer v0.9.0
36932026-08-12T01:08:05.700Z[ helios-setup] Aug 12 01:08:04.579 INFO E| Downloaded anyhow v1.0.72
36942026-08-12T01:08:05.703Z[ helios-setup] Aug 12 01:08:04.584 INFO E| Downloaded toml v0.5.11
36952026-08-12T01:08:05.711Z[ helios-setup] Aug 12 01:08:04.592 INFO E| Downloaded digest v0.9.0
36962026-08-12T01:08:05.714Z[ helios-setup] Aug 12 01:08:04.593 INFO E| Downloaded fastrand v2.0.0
36972026-08-12T01:08:05.714Z[ helios-setup] Aug 12 01:08:04.594 INFO E| Downloaded md-5 v0.9.1
36982026-08-12T01:08:05.725Z[ helios-setup] Aug 12 01:08:04.605 INFO E| Downloaded cpufeatures v0.2.9
36992026-08-12T01:08:05.731Z[ helios-setup] Aug 12 01:08:04.611 INFO E| Downloaded once_cell v1.18.0
37002026-08-12T01:08:05.735Z[ helios-setup] Aug 12 01:08:04.612 INFO E| Downloaded unicode-ident v1.0.11
37012026-08-12T01:08:05.735Z[ helios-setup] Aug 12 01:08:04.614 INFO E| Downloaded uuid v0.8.2
37022026-08-12T01:08:05.738Z[ helios-setup] Aug 12 01:08:04.616 INFO E| Downloaded tempfile v3.7.0
37032026-08-12T01:08:05.738Z[ helios-setup] Aug 12 01:08:04.617 INFO E| Downloaded bitflags v2.3.3
37042026-08-12T01:08:05.738Z[ helios-setup] Aug 12 01:08:04.618 INFO E| Downloaded libdevinfo-sys v1.0.0
37052026-08-12T01:08:05.741Z[ helios-setup] Aug 12 01:08:04.619 INFO E| Downloaded quote v1.0.31
37062026-08-12T01:08:05.741Z[ helios-setup] Aug 12 01:08:04.621 INFO E| Downloaded getrandom v0.2.10
37072026-08-12T01:08:05.745Z[ helios-setup] Aug 12 01:08:04.626 INFO E| Downloaded walkdir v2.3.3
37082026-08-12T01:08:05.749Z[ helios-setup] Aug 12 01:08:04.628 INFO E| Downloaded typenum v1.16.0
37092026-08-12T01:08:05.752Z[ helios-setup] Aug 12 01:08:04.631 INFO E| Downloaded proc-macro2 v1.0.66
37102026-08-12T01:08:05.752Z[ helios-setup] Aug 12 01:08:04.632 INFO E| Downloaded serde_derive v1.0.193
37112026-08-12T01:08:05.766Z[ helios-setup] Aug 12 01:08:04.646 INFO E| Downloaded serde_json v1.0.103
37122026-08-12T01:08:05.806Z[ helios-setup] Aug 12 01:08:04.686 INFO E| Downloaded rustix v0.38.4
37132026-08-12T01:08:05.818Z[ helios-setup] Aug 12 01:08:04.698 INFO E| Downloaded syn v2.0.32
37142026-08-12T01:08:05.830Z[ helios-setup] Aug 12 01:08:04.710 INFO E| Downloaded libc v0.2.147
37152026-08-12T01:08:05.925Z[ helios-setup] Aug 12 01:08:04.805 INFO E| Compiling libc v0.2.147
37162026-08-12T01:08:05.925Z[ helios-setup] Aug 12 01:08:04.805 INFO E| Compiling proc-macro2 v1.0.66
37172026-08-12T01:08:05.925Z[ helios-setup] Aug 12 01:08:04.805 INFO E| Compiling unicode-ident v1.0.11
37182026-08-12T01:08:05.929Z[ helios-setup] Aug 12 01:08:04.805 INFO E| Compiling cfg-if v1.0.0
37192026-08-12T01:08:05.929Z[ helios-setup] Aug 12 01:08:04.805 INFO E| Compiling version_check v0.9.4
37202026-08-12T01:08:05.929Z[ helios-setup] Aug 12 01:08:04.805 INFO E| Compiling typenum v1.16.0
37212026-08-12T01:08:05.929Z[ helios-setup] Aug 12 01:08:04.805 INFO E| Compiling serde v1.0.193
37222026-08-12T01:08:05.929Z[ helios-setup] Aug 12 01:08:04.805 INFO E| Compiling rustix v0.38.4
37232026-08-12T01:08:05.929Z[ helios-setup] Aug 12 01:08:04.805 INFO E| Compiling powerfmt v0.2.0
37242026-08-12T01:08:05.929Z[ helios-setup] Aug 12 01:08:04.805 INFO E| Compiling num-conv v0.1.0
37252026-08-12T01:08:05.929Z[ helios-setup] Aug 12 01:08:04.805 INFO E| Compiling itoa v1.0.9
37262026-08-12T01:08:05.929Z[ helios-setup] Aug 12 01:08:04.805 INFO E| Compiling time-core v0.1.2
37272026-08-12T01:08:05.929Z[ helios-setup] Aug 12 01:08:04.805 INFO E| Compiling slog v2.7.0
37282026-08-12T01:08:05.929Z[ helios-setup] Aug 12 01:08:04.805 INFO E| Compiling num_threads v0.1.6
37292026-08-12T01:08:05.929Z[ helios-setup] Aug 12 01:08:04.805 INFO E| Compiling bitflags v2.3.3
37302026-08-12T01:08:05.929Z[ helios-setup] Aug 12 01:08:04.805 INFO E| Compiling once_cell v1.18.0
37312026-08-12T01:08:06.310Z[ helios-setup] Aug 12 01:08:05.190 INFO E| Compiling opaque-debug v0.3.0
37322026-08-12T01:08:06.400Z[ helios-setup] Aug 12 01:08:05.280 INFO E| Compiling anyhow v1.0.72
37332026-08-12T01:08:06.468Z[ helios-setup] Aug 12 01:08:05.348 INFO E| Compiling deranged v0.3.11
37342026-08-12T01:08:06.500Z[ helios-setup] Aug 12 01:08:05.380 INFO E| Compiling fastrand v2.0.0
37352026-08-12T01:08:06.624Z[ helios-setup] Aug 12 01:08:05.502 INFO E| Compiling thread_local v1.1.7
37362026-08-12T01:08:06.653Z[ helios-setup] Aug 12 01:08:05.529 INFO E| Compiling serde_json v1.0.103
37372026-08-12T01:08:06.671Z[ helios-setup] Aug 12 01:08:05.550 INFO E| Compiling ryu v1.0.15
37382026-08-12T01:08:06.756Z[ helios-setup] Aug 12 01:08:05.636 INFO E| Compiling cpufeatures v0.2.9
37392026-08-12T01:08:06.759Z[ helios-setup] Aug 12 01:08:05.636 INFO E| Compiling time-macros v0.2.18
37402026-08-12T01:08:06.759Z[ helios-setup] Aug 12 01:08:05.637 INFO E| Compiling unicode-width v0.1.10
37412026-08-12T01:08:06.854Z[ helios-setup] Aug 12 01:08:05.734 INFO E| Compiling same-file v1.0.6
37422026-08-12T01:08:06.882Z[ helios-setup] Aug 12 01:08:05.762 INFO E| Compiling generic-array v0.14.7
37432026-08-12T01:08:07.009Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37442026-08-12T01:08:07.041Z[ helios-setup] Aug 12 01:08:05.921 INFO E| Compiling walkdir v2.3.3
37452026-08-12T01:08:07.107Z[ helios-setup] Aug 12 01:08:05.987 INFO E| Compiling getopts v0.2.21
37462026-08-12T01:08:07.200Z[ helios-setup] Aug 12 01:08:06.081 INFO E| Compiling libdevinfo-sys v1.0.0
37472026-08-12T01:08:07.210Z[ helios-setup] Aug 12 01:08:06.090 INFO E| Compiling glob v0.3.1
37482026-08-12T01:08:07.325Z[ helios-setup] Aug 12 01:08:06.205 INFO E| Compiling dirs-sys-next v0.1.2
37492026-08-12T01:08:07.325Z[ helios-setup] Aug 12 01:08:06.205 INFO E| Compiling errno v0.3.1
37502026-08-12T01:08:07.328Z[ helios-setup] Aug 12 01:08:06.205 INFO E| Compiling atty v0.2.14
37512026-08-12T01:08:07.412Z[ helios-setup] Aug 12 01:08:06.292 INFO E| Compiling getrandom v0.2.10
37522026-08-12T01:08:07.453Z[ helios-setup] Aug 12 01:08:06.333 INFO E| Compiling quote v1.0.31
37532026-08-12T01:08:07.562Z[ helios-setup] Aug 12 01:08:06.442 INFO E| Compiling dirs-next v2.0.0
37542026-08-12T01:08:07.661Z[ helios-setup] Aug 12 01:08:06.541 INFO E| Compiling term v0.7.0
37552026-08-12T01:08:07.871Z[ helios-setup] Aug 12 01:08:06.749 INFO E| Compiling syn v2.0.32
37562026-08-12T01:08:08.354Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37572026-08-12T01:08:08.406Z[ helios-setup] Aug 12 01:08:07.286 INFO E| Compiling digest v0.9.0
37582026-08-12T01:08:08.406Z[ helios-setup] Aug 12 01:08:07.286 INFO E| Compiling block-buffer v0.9.0
37592026-08-12T01:08:08.513Z[ helios-setup] Aug 12 01:08:07.393 INFO E| Compiling tempfile v3.7.0
37602026-08-12T01:08:08.601Z[ helios-setup] Aug 12 01:08:07.481 INFO E| Compiling sha-1 v0.9.8
37612026-08-12T01:08:08.601Z[ helios-setup] Aug 12 01:08:07.481 INFO E| Compiling md-5 v0.9.1
37622026-08-12T01:08:08.643Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37632026-08-12T01:08:08.826Z[ helios-setup] Aug 12 01:08:07.706 INFO E| Compiling time v0.3.36
37642026-08-12T01:08:09.246Z[ host-package] Compiling uzers v0.12.2
37652026-08-12T01:08:09.702Z[ helios-setup] Aug 12 01:08:08.582 INFO E| Compiling slog-term v2.9.0
37662026-08-12T01:08:10.266Z[ helios-setup] Aug 12 01:08:09.146 INFO E| Compiling serde_derive v1.0.193
37672026-08-12T01:08:10.969Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37682026-08-12T01:08:11.710Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37692026-08-12T01:08:12.256Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37702026-08-12T01:08:12.858Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37712026-08-12T01:08:13.342Z[ host-package] Compiling support-bundle-viewer v0.1.2
37722026-08-12T01:08:14.390Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37732026-08-12T01:08:14.943Z[ helios-setup] Aug 12 01:08:13.823 INFO E| Compiling toml v0.5.11
37742026-08-12T01:08:14.943Z[ helios-setup] Aug 12 01:08:13.823 INFO E| Compiling uuid v0.8.2
37752026-08-12T01:08:15.428Z[ host-package] Compiling multimap v0.10.1
37762026-08-12T01:08:15.739Z[ helios-setup] Aug 12 01:08:14.611 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37772026-08-12T01:08:16.398Z[ helios-setup] Aug 12 01:08:15.278 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37782026-08-12T01:08:20.939Z[ helios-setup] Aug 12 01:08:19.818 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.79s
37792026-08-12T01:08:20.963Z[ helios-setup] Aug 12 01:08:19.843 INFO building project "image-builder" ok (15 seconds)
37802026-08-12T01:08:20.963Z[ helios-setup] Aug 12 01:08:19.843 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37812026-08-12T01:08:20.973Z[ helios-setup] Aug 12 01:08:19.853 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
37822026-08-12T01:08:20.973Z[ helios-setup] Aug 12 01:08:19.853 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
37832026-08-12T01:08:20.976Z[ helios-setup] Aug 12 01:08:19.853 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
37842026-08-12T01:08:21.167Z[ helios-setup] Aug 12 01:08:20.047 INFO E| Downloading crates ...
37852026-08-12T01:08:21.222Z[ helios-setup] Aug 12 01:08:20.102 INFO E| Downloaded miniz_oxide v0.8.8
37862026-08-12T01:08:21.226Z[ helios-setup] Aug 12 01:08:20.104 INFO E| Downloaded adler2 v2.0.0
37872026-08-12T01:08:21.265Z[ helios-setup] Aug 12 01:08:20.145 INFO E| Compiling adler2 v2.0.0
37882026-08-12T01:08:21.373Z[ helios-setup] Aug 12 01:08:20.253 INFO E| Compiling miniz_oxide v0.8.8
37892026-08-12T01:08:22.451Z[ helios-setup] Aug 12 01:08:21.330 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
37902026-08-12T01:08:22.990Z[ helios-setup] Aug 12 01:08:21.870 INFO E| Finished `release` profile [optimized] target(s) in 2.00s
37912026-08-12T01:08:23.002Z[ helios-setup] Aug 12 01:08:21.882 INFO building project "pinprick" ok (2 seconds)
37922026-08-12T01:08:23.005Z[ helios-setup] rm -f helios-build
37932026-08-12T01:08:23.005Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37942026-08-12T01:08:23.009Z[ helios-setup]
37952026-08-12T01:08:23.009Z[ helios-setup] Setup complete! ./helios-build is now available.
37962026-08-12T01:08:23.012Z[ helios-setup]
37972026-08-12T01:08:23.012Z[ helios-setup]
37982026-08-12T01:08:23.012Z[ helios-setup] real 3:00.856425568
37992026-08-12T01:08:23.012Z[ helios-setup] user 7:02.993316158
38002026-08-12T01:08:23.012Z[ helios-setup] sys 1:19.387644577
38012026-08-12T01:08:23.012Z[ helios-setup] trap 0.599787210
38022026-08-12T01:08:23.012Z[ helios-setup] tflt 2.165475316
38032026-08-12T01:08:23.012Z[ helios-setup] dflt 7.124669594
38042026-08-12T01:08:23.012Z[ helios-setup] kflt 0.000473127
38052026-08-12T01:08:23.012Z[ helios-setup] lock 55:39.872881404
38062026-08-12T01:08:23.012Z[ helios-setup] slp 36:59.087602493
38072026-08-12T01:08:23.013Z[ helios-setup] lat 6:59.227746941
38082026-08-12T01:08:23.013Z[ helios-setup] stop 1:26.064148990
38092026-08-12T01:08:23.013ZAug 12 01:08:21.892 INFO [helios-setup] process exited with exit status: 0 (180.859515848s)
38102026-08-12T01:08:23.013ZAug 12 01:08:21.892 INFO [helios-record] running task
38112026-08-12T01:08:23.013ZAug 12 01:08:21.892 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38122026-08-12T01:08:23.024ZAug 12 01:08:21.905 DEBG process exited with exit status: 0 (12.56582ms)
38132026-08-12T01:08:23.025ZAug 12 01:08:21.905 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38142026-08-12T01:08:23.028ZAug 12 01:08:21.909 DEBG process exited with exit status: 0 (4.03723ms)
38152026-08-12T01:08:23.029ZAug 12 01:08:21.909 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38162026-08-12T01:08:23.034ZAug 12 01:08:21.913 DEBG process exited with exit status: 0 (3.98918ms)
38172026-08-12T01:08:23.034ZAug 12 01:08:21.913 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38182026-08-12T01:08:23.037ZAug 12 01:08:21.917 DEBG process exited with exit status: 0 (4.19541ms)
38192026-08-12T01:08:23.037ZAug 12 01:08:21.917 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38202026-08-12T01:08:23.041ZAug 12 01:08:21.921 DEBG process exited with exit status: 0 (3.59643ms)
38212026-08-12T01:08:23.041ZAug 12 01:08:21.921 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38222026-08-12T01:08:23.044ZAug 12 01:08:21.924 DEBG process exited with exit status: 0 (3.53937ms)
38232026-08-12T01:08:23.044ZAug 12 01:08:21.924 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38242026-08-12T01:08:23.049ZAug 12 01:08:21.928 DEBG process exited with exit status: 0 (3.704ms)
38252026-08-12T01:08:23.049ZAug 12 01:08:21.928 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38262026-08-12T01:08:23.052ZAug 12 01:08:21.931 DEBG process exited with exit status: 0 (3.26908ms)
38272026-08-12T01:08:23.052ZAug 12 01:08:21.931 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38282026-08-12T01:08:23.056ZAug 12 01:08:21.934 DEBG process exited with exit status: 0 (3.36866ms)
38292026-08-12T01:08:23.056ZAug 12 01:08:21.935 INFO [helios-record] task succeeded (42.92221ms)
38302026-08-12T01:08:23.505Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38312026-08-12T01:08:28.146Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38322026-08-12T01:08:28.823Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38332026-08-12T01:08:35.231Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38342026-08-12T01:08:35.886Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38352026-08-12T01:16:00.701Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 59s
38362026-08-12T01:16:52.859ZAug 12 01:16:51.737 INFO [host-package] process exited with exit status: 0 (651.594032327s)
38372026-08-12T01:16:52.859ZAug 12 01:16:51.737 INFO [host-libraries] running task
38382026-08-12T01:16:52.859ZAug 12 01:16:51.737 INFO [host-stamp] running task
38392026-08-12T01:16:52.862ZAug 12 01:16:51.739 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+gita6edaf011ee
38402026-08-12T01:16:52.862ZAug 12 01:16:51.740 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+gita6edaf011ee
38412026-08-12T01:16:52.863ZAug 12 01:16:51.740 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+gita6edaf011ee
38422026-08-12T01:16:52.863ZAug 12 01:16:51.740 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+gita6edaf011ee
38432026-08-12T01:16:52.866ZAug 12 01:16:51.741 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+gita6edaf011ee
38442026-08-12T01:16:52.866ZAug 12 01:16:51.741 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+gita6edaf011ee
38452026-08-12T01:16:52.866ZAug 12 01:16:51.741 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+gita6edaf011ee
38462026-08-12T01:16:52.866ZAug 12 01:16:51.742 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+gita6edaf011ee
38472026-08-12T01:16:52.872Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38482026-08-12T01:16:52.872Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38492026-08-12T01:16:52.875Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38502026-08-12T01:16:52.875Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38512026-08-12T01:16:52.875Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38522026-08-12T01:16:52.875Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38532026-08-12T01:16:52.875Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38542026-08-12T01:16:52.875Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38552026-08-12T01:16:52.875Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38562026-08-12T01:16:52.878ZAug 12 01:16:51.754 INFO [stamp-overlay] process exited with exit status: 0 (13.31502ms)
38572026-08-12T01:16:52.883Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38582026-08-12T01:16:52.886ZAug 12 01:16:51.764 INFO [stamp-oxlog] process exited with exit status: 0 (22.19023ms)
38592026-08-12T01:16:52.930Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38602026-08-12T01:16:52.933ZAug 12 01:16:51.809 INFO [stamp-crucible-utils] process exited with exit status: 0 (69.544469ms)
38612026-08-12T01:16:52.939Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38622026-08-12T01:16:52.942ZAug 12 01:16:51.820 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (78.783249ms)
38632026-08-12T01:16:53.060Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38642026-08-12T01:16:53.063ZAug 12 01:16:51.941 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (200.516629ms)
38652026-08-12T01:16:53.423Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38662026-08-12T01:16:53.427ZAug 12 01:16:52.302 INFO [stamp-propolis-server] process exited with exit status: 0 (562.663799ms)
38672026-08-12T01:16:53.478Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38682026-08-12T01:16:53.481ZAug 12 01:16:52.359 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (618.621769ms)
38692026-08-12T01:16:54.602ZAug 12 01:16:53.479 INFO [host-libraries] task succeeded (1.742622956s)
38702026-08-12T01:16:54.605ZAug 12 01:16:53.479 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38712026-08-12T01:16:54.608Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38722026-08-12T01:16:55.547Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38732026-08-12T01:16:56.399Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38742026-08-12T01:16:59.832Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38752026-08-12T01:16:59.835ZAug 12 01:16:58.713 INFO [stamp-switch-asic] process exited with exit status: 0 (6.970980746s)
38762026-08-12T01:16:59.835ZAug 12 01:16:58.713 INFO [host-stamp] task succeeded (6.976267796s)
38772026-08-12T01:16:59.835ZAug 12 01:16:58.713 INFO [host-proto] running task
38782026-08-12T01:17:00.308ZAug 12 01:16:59.186 INFO [host-proto] task succeeded (472.983259ms)
38792026-08-12T01:17:00.309ZAug 12 01:16:59.186 INFO [host-profile] running task
38802026-08-12T01:17:00.312ZAug 12 01:16:59.186 INFO [host-profile] task succeeded (178.91µs)
38812026-08-12T01:17:00.312ZAug 12 01:16:59.186 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.504' -P /tmp/.tmpKgS5xv/proto/host/root -N 'ci a6edaf0/${os_short_commit} 2026-08-12 01:05' -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/'
38822026-08-12T01:17:00.315Z[ host-image] Aug 12 01:16:59.192 INFO Checking files for board 'gimlet'
38832026-08-12T01:17:00.315Z[ host-image] Aug 12 01:16:59.192 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38842026-08-12T01:17:00.315Z[ host-image] Aug 12 01:16:59.192 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38852026-08-12T01:17:00.315Z[ host-image] Aug 12 01:16:59.192 INFO Checking files for board 'cosmo'
38862026-08-12T01:17:00.316Z[ host-image] Aug 12 01:16:59.192 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38872026-08-12T01:17:00.316Z[ host-image] Aug 12 01:16:59.192 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38882026-08-12T01:17:00.316Z[ host-image] Aug 12 01:16:59.192 INFO Checking files for board 'cosmo-mbist'
38892026-08-12T01:17:00.316Z[ host-image] Aug 12 01:16:59.192 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38902026-08-12T01:17:00.316Z[ host-image] Aug 12 01:16:59.192 INFO Checking files for board 'cosmo-mbist-noaggr'
38912026-08-12T01:17:00.316Z[ host-image] Aug 12 01:16:59.192 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38922026-08-12T01:17:00.324Z[ host-image] Aug 12 01:16:59.202 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpKgS5xv/proto/host/root"
38932026-08-12T01:17:00.324Z[ host-image] Aug 12 01:16:59.202 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38942026-08-12T01:17:00.327Z[ host-image] Aug 12 01:16:59.202 INFO image builder template: ramdisk-01-os...
38952026-08-12T01:17:00.328Z[ host-image] Aug 12 01:16:59.202 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/.tmpKgS5xv/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38962026-08-12T01:17:00.338Z[ host-image] Aug 12 01:16:59.216 INFO O| Aug 12 01:16:59.216 INFO CREATE DATASET: rpool/images/build/host/output
38972026-08-12T01:17:01.550Z[ host-image] Aug 12 01:17:00.428 INFO O| Aug 12 01:17:00.428 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38982026-08-12T01:17:01.554Z[ host-image] Aug 12 01:17:00.431 INFO O| Aug 12 01:17:00.431 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38992026-08-12T01:17:01.760Z[ host-image] Aug 12 01:17:00.637 INFO O| Aug 12 01:17:00.637 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39002026-08-12T01:17:01.799Z[ host-image] Aug 12 01:17:00.676 INFO O| Aug 12 01:17:00.676 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39012026-08-12T01:17:01.799Z[ host-image] Aug 12 01:17:00.676 INFO O| Aug 12 01:17:00.676 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39022026-08-12T01:17:01.803Z[ host-image] Aug 12 01:17:00.676 INFO O| Aug 12 01:17:00.676 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39032026-08-12T01:17:01.803Z[ host-image] Aug 12 01:17:00.676 INFO O| Aug 12 01:17:00.676 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39042026-08-12T01:17:01.806Z[ host-image] Aug 12 01:17:00.681 INFO O| Aug 12 01:17:00.681 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39052026-08-12T01:17:02.041Z[ host-image] Aug 12 01:17:00.917 INFO O| Aug 12 01:17:00.917 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39062026-08-12T01:17:02.046Z[ host-image] Aug 12 01:17:00.924 INFO O| Aug 12 01:17:00.923 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39072026-08-12T01:17:02.331Z[ host-image] Aug 12 01:17:01.208 INFO O| Aug 12 01:17:01.208 INFO O| Caching catalogs ... Done
39082026-08-12T01:17:02.403Z[ host-image] Aug 12 01:17:01.280 INFO O| Aug 12 01:17:01.280 INFO STEP 0 (pkg_image_create) COMPLETE
39092026-08-12T01:17:02.403Z[ host-image] Aug 12 01:17:01.280 INFO O| Aug 12 01:17:01.280 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39102026-08-12T01:17:02.409Z[ host-image] Aug 12 01:17:01.287 INFO O| Aug 12 01:17:01.287 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"]
39112026-08-12T01:17:02.671Z[ host-image] Aug 12 01:17:01.549 INFO O| Aug 12 01:17:01.548 INFO STEP 1 (pkg_set_publisher) COMPLETE
39122026-08-12T01:17:02.672Z[ host-image] Aug 12 01:17:01.549 INFO O| Aug 12 01:17:01.549 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39132026-08-12T01:17:02.675Z[ host-image] Aug 12 01:17:01.549 INFO O| Aug 12 01:17:01.549 INFO skip step because feature "publisher_1_name" is not enabled
39142026-08-12T01:17:02.675Z[ host-image] Aug 12 01:17:01.549 INFO O| Aug 12 01:17:01.549 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39152026-08-12T01:17:02.675Z[ host-image] Aug 12 01:17:01.549 INFO O| Aug 12 01:17:01.549 INFO skip step because feature "publisher_2_name" is not enabled
39162026-08-12T01:17:02.675Z[ host-image] Aug 12 01:17:01.549 INFO O| Aug 12 01:17:01.549 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39172026-08-12T01:17:02.675Z[ host-image] Aug 12 01:17:01.549 INFO O| Aug 12 01:17:01.549 INFO skip step because feature "publisher_3_name" is not enabled
39182026-08-12T01:17:02.675Z[ host-image] Aug 12 01:17:01.549 INFO O| Aug 12 01:17:01.549 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39192026-08-12T01:17:02.925Z[ host-image] Aug 12 01:17:01.803 INFO O| Aug 12 01:17:01.802 INFO variant opensolaris.zone is already global
39202026-08-12T01:17:02.929Z[ host-image] Aug 12 01:17:01.803 INFO O| Aug 12 01:17:01.803 INFO STEP 5 (pkg_change_variant) COMPLETE
39212026-08-12T01:17:02.929Z[ host-image] Aug 12 01:17:01.803 INFO O| Aug 12 01:17:01.803 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39222026-08-12T01:17:03.177Z[ host-image] Aug 12 01:17:02.055 INFO O| Aug 12 01:17:02.054 INFO variant opensolaris.imagetype is full; changing to partial
39232026-08-12T01:17:03.177Z[ host-image] Aug 12 01:17:02.055 INFO O| Aug 12 01:17:02.055 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39242026-08-12T01:17:04.907Z[ host-image] Aug 12 01:17:03.785 INFO O| Aug 12 01:17:03.785 INFO O| Startup: Refreshing catalog 'helios' ... Done
39252026-08-12T01:17:05.260Z[ host-image] Aug 12 01:17:04.138 INFO O| Aug 12 01:17:04.137 INFO O| Startup: Caching catalogs ... Done
39262026-08-12T01:17:05.273Z[ host-image] Aug 12 01:17:04.150 INFO O| Aug 12 01:17:04.150 INFO O| Planning: Planning completed in 0.00 seconds
39272026-08-12T01:17:05.276Z[ host-image] Aug 12 01:17:04.150 INFO O| Aug 12 01:17:04.150 INFO O| Planning: Consolidating action changes ... Done
39282026-08-12T01:17:05.276Z[ host-image] Aug 12 01:17:04.150 INFO O| Aug 12 01:17:04.150 INFO O| Planning: Evaluating mediators ... Done
39292026-08-12T01:17:05.276Z[ host-image] Aug 12 01:17:04.150 INFO O| Aug 12 01:17:04.150 INFO O| Planning: Planning completed in 0.00 seconds
39302026-08-12T01:17:05.276Z[ host-image] Aug 12 01:17:04.151 INFO O| Aug 12 01:17:04.151 INFO O| Variants/Facets to change: 1
39312026-08-12T01:17:05.281Z[ host-image] Aug 12 01:17:04.159 INFO O| Aug 12 01:17:04.159 INFO O| Finalize: Updating package state database ... Done
39322026-08-12T01:17:05.284Z[ host-image] Aug 12 01:17:04.159 INFO O| Aug 12 01:17:04.159 INFO O| Finalize: Updating package cache ... Done
39332026-08-12T01:17:05.340Z[ host-image] Aug 12 01:17:04.218 INFO O| Aug 12 01:17:04.218 INFO O| Finalize: Updating image state ... Done
39342026-08-12T01:17:05.348Z[ host-image] Aug 12 01:17:04.226 INFO O| Aug 12 01:17:04.226 INFO O| Finalize: Creating fast lookup database ... Done
39352026-08-12T01:17:05.352Z[ host-image] Aug 12 01:17:04.226 INFO O| Aug 12 01:17:04.226 INFO O| Finalize: Reading search index ... Done
39362026-08-12T01:17:05.352Z[ host-image] Aug 12 01:17:04.226 INFO O| Aug 12 01:17:04.226 INFO O| Finalize: Updating search index ... Done
39372026-08-12T01:17:05.352Z[ host-image] Aug 12 01:17:04.227 INFO O| Aug 12 01:17:04.227 INFO O| Finalize: Updating package cache ... Done
39382026-08-12T01:17:05.506Z[ host-image] Aug 12 01:17:04.383 INFO O| Aug 12 01:17:04.383 INFO STEP 6 (pkg_change_variant) COMPLETE
39392026-08-12T01:17:05.506Z[ host-image] Aug 12 01:17:04.383 INFO O| Aug 12 01:17:04.383 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39402026-08-12T01:17:05.509Z[ host-image] Aug 12 01:17:04.383 INFO O| Aug 12 01:17:04.383 INFO skip step because feature "debug_variant" is not enabled
39412026-08-12T01:17:05.509Z[ host-image] Aug 12 01:17:04.383 INFO O| Aug 12 01:17:04.383 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39422026-08-12T01:17:05.742Z[ host-image] Aug 12 01:17:04.619 INFO O| Aug 12 01:17:04.619 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39432026-08-12T01:17:07.104Z[ host-image] Aug 12 01:17:05.981 INFO O| Aug 12 01:17:05.981 INFO O| Startup: Refreshing catalog 'helios' ... Done
39442026-08-12T01:17:07.450Z[ host-image] Aug 12 01:17:06.327 INFO O| Aug 12 01:17:06.327 INFO O| Startup: Caching catalogs ... Done
39452026-08-12T01:17:07.454Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.73s
39462026-08-12T01:17:07.461Z[ host-image] Aug 12 01:17:06.339 INFO O| Aug 12 01:17:06.339 INFO O| Planning: Planning completed in 0.00 seconds
39472026-08-12T01:17:07.464Z[ host-image] Aug 12 01:17:06.339 INFO O| Aug 12 01:17:06.339 INFO O| Planning: Consolidating action changes ... Done
39482026-08-12T01:17:07.464Z[ host-image] Aug 12 01:17:06.339 INFO O| Aug 12 01:17:06.339 INFO O| Planning: Evaluating mediators ... Done
39492026-08-12T01:17:07.464Z[ host-image] Aug 12 01:17:06.339 INFO O| Aug 12 01:17:06.339 INFO O| Planning: Planning completed in 0.00 seconds
39502026-08-12T01:17:07.464Z[ host-image] Aug 12 01:17:06.339 INFO O| Aug 12 01:17:06.339 INFO O| Variants/Facets to change: 1
39512026-08-12T01:17:07.470Z[ host-image] Aug 12 01:17:06.348 INFO O| Aug 12 01:17:06.348 INFO O| Finalize: Updating package state database ... Done
39522026-08-12T01:17:07.471Z[ host-image] Aug 12 01:17:06.348 INFO O| Aug 12 01:17:06.348 INFO O| Finalize: Updating package cache ... Done
39532026-08-12T01:17:07.528Z[ host-image] Aug 12 01:17:06.405 INFO O| Aug 12 01:17:06.405 INFO O| Finalize: Updating image state ... Done
39542026-08-12T01:17:07.536Z[ host-image] Aug 12 01:17:06.413 INFO O| Aug 12 01:17:06.413 INFO O| Finalize: Creating fast lookup database ... Done
39552026-08-12T01:17:07.539Z[ host-image] Aug 12 01:17:06.414 INFO O| Aug 12 01:17:06.414 INFO O| Finalize: Reading search index ... Done
39562026-08-12T01:17:07.539Z[ host-image] Aug 12 01:17:06.414 INFO O| Aug 12 01:17:06.414 INFO O| Finalize: Updating search index ... Done
39572026-08-12T01:17:07.539Z[ host-image] Aug 12 01:17:06.414 INFO O| Aug 12 01:17:06.414 INFO O| Finalize: Updating package cache ... Done
39582026-08-12T01:17:07.708Z[ host-image] Aug 12 01:17:06.586 INFO O| Aug 12 01:17:06.586 INFO STEP 8 (pkg_change_facet) COMPLETE
39592026-08-12T01:17:07.708Z[ host-image] Aug 12 01:17:06.586 INFO O| Aug 12 01:17:06.586 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39602026-08-12T01:17:07.709Z[ host-image] Aug 12 01:17:06.586 INFO O| Aug 12 01:17:06.586 INFO skip step because feature "recovery" is not enabled
39612026-08-12T01:17:07.712Z[ host-image] Aug 12 01:17:06.586 INFO O| Aug 12 01:17:06.586 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39622026-08-12T01:17:07.712Z[ host-image] Aug 12 01:17:06.586 INFO O| Aug 12 01:17:06.586 INFO skip step because feature "recovery" is not enabled
39632026-08-12T01:17:07.712Z[ host-image] Aug 12 01:17:06.586 INFO O| Aug 12 01:17:06.586 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39642026-08-12T01:17:07.716Z[ host-image] Aug 12 01:17:06.594 INFO O| Aug 12 01:17:06.594 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"]
39652026-08-12T01:17:09.102Z[ host-image] Aug 12 01:17:07.978 INFO O| Aug 12 01:17:07.978 INFO O| Startup: Refreshing catalog 'helios' ... Done
39662026-08-12T01:17:09.447Z[ host-image] Aug 12 01:17:08.325 INFO O| Aug 12 01:17:08.324 INFO O| Startup: Caching catalogs ... Done
39672026-08-12T01:17:09.675ZAug 12 01:17:08.532 INFO [recovery-package] process exited with exit status: 0 (15.05284956s)
39682026-08-12T01:17:09.675ZAug 12 01:17:08.532 INFO [recovery-libraries] running task
39692026-08-12T01:17:09.675ZAug 12 01:17:08.532 INFO [recovery-stamp] running task
39702026-08-12T01:17:09.689ZAug 12 01:17:08.533 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+gita6edaf011ee
39712026-08-12T01:17:09.689ZAug 12 01:17:08.533 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gita6edaf011ee
39722026-08-12T01:17:09.689Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39732026-08-12T01:17:09.689Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39742026-08-12T01:17:09.713ZAug 12 01:17:08.591 INFO [recovery-libraries] task succeeded (58.43793ms)
39752026-08-12T01:17:09.718ZAug 12 01:17:08.591 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39762026-08-12T01:17:09.746Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39772026-08-12T01:17:09.758ZAug 12 01:17:08.624 INFO [stamp-installinator] process exited with exit status: 0 (90.8389ms)
39782026-08-12T01:17:09.816Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39792026-08-12T01:17:09.819ZAug 12 01:17:08.696 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (163.67988ms)
39802026-08-12T01:17:09.819ZAug 12 01:17:08.696 INFO [recovery-stamp] task succeeded (164.12195ms)
39812026-08-12T01:17:09.819ZAug 12 01:17:08.696 INFO [recovery-proto] running task
39822026-08-12T01:17:09.819ZAug 12 01:17:08.696 INFO [tuf-stamp] running task
39832026-08-12T01:17:09.819ZAug 12 01:17:08.697 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+gita6edaf011ee
39842026-08-12T01:17:09.823ZAug 12 01:17:08.697 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+gita6edaf011ee
39852026-08-12T01:17:09.823ZAug 12 01:17:08.697 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+gita6edaf011ee
39862026-08-12T01:17:09.823ZAug 12 01:17:08.698 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+gita6edaf011ee
39872026-08-12T01:17:09.823ZAug 12 01:17:08.698 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+gita6edaf011ee
39882026-08-12T01:17:09.823ZAug 12 01:17:08.699 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+gita6edaf011ee
39892026-08-12T01:17:09.823ZAug 12 01:17:08.699 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+gita6edaf011ee
39902026-08-12T01:17:09.823ZAug 12 01:17:08.699 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+gita6edaf011ee
39912026-08-12T01:17:09.823ZAug 12 01:17:08.699 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+gita6edaf011ee
39922026-08-12T01:17:09.823ZAug 12 01:17:08.700 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+gita6edaf011ee
39932026-08-12T01:17:09.823ZAug 12 01:17:08.700 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+gita6edaf011ee
39942026-08-12T01:17:09.823ZAug 12 01:17:08.700 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+gita6edaf011ee
39952026-08-12T01:17:09.829Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-08-12T01:17:09.844Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39972026-08-12T01:17:09.844Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39982026-08-12T01:17:09.844Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39992026-08-12T01:17:09.844Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40002026-08-12T01:17:09.844Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40012026-08-12T01:17:09.844Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40022026-08-12T01:17:09.844Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40032026-08-12T01:17:09.844Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40042026-08-12T01:17:09.844Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40052026-08-12T01:17:09.845Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40062026-08-12T01:17:09.845Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40072026-08-12T01:17:09.875Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40082026-08-12T01:17:09.881ZAug 12 01:17:08.755 INFO [stamp-probe] process exited with exit status: 0 (57.77401ms)
40092026-08-12T01:17:09.936ZAug 12 01:17:08.812 INFO [recovery-proto] task succeeded (116.037059ms)
40102026-08-12T01:17:09.943ZAug 12 01:17:08.813 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.504' -P /tmp/.tmpKgS5xv/proto/recovery/root -N 'recovery a6edaf0/${os_short_commit} 2026-08-12 01:05' -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/'
40112026-08-12T01:17:09.953Z[ recovery-image] Aug 12 01:17:08.819 INFO Checking files for board 'cosmo-mbist'
40122026-08-12T01:17:09.953Z[ recovery-image] Aug 12 01:17:08.819 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40132026-08-12T01:17:09.953Z[ recovery-image] Aug 12 01:17:08.819 INFO Checking files for board 'gimlet'
40142026-08-12T01:17:09.953Z[ recovery-image] Aug 12 01:17:08.819 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40152026-08-12T01:17:09.953Z[ recovery-image] Aug 12 01:17:08.819 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40162026-08-12T01:17:09.953Z[ recovery-image] Aug 12 01:17:08.819 INFO Checking files for board 'cosmo'
40172026-08-12T01:17:09.953Z[ recovery-image] Aug 12 01:17:08.819 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40182026-08-12T01:17:09.953Z[ recovery-image] Aug 12 01:17:08.819 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40192026-08-12T01:17:09.953Z[ recovery-image] Aug 12 01:17:08.819 INFO Checking files for board 'cosmo-mbist-noaggr'
40202026-08-12T01:17:09.953Z[ recovery-image] Aug 12 01:17:08.819 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40212026-08-12T01:17:09.958Z[ recovery-image] Aug 12 01:17:08.829 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpKgS5xv/proto/recovery/root"
40222026-08-12T01:17:09.958Z[ recovery-image] Aug 12 01:17:08.829 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40232026-08-12T01:17:09.958Z[ recovery-image] Aug 12 01:17:08.829 INFO image builder template: ramdisk-01-os...
40242026-08-12T01:17:09.958Z[ recovery-image] Aug 12 01:17:08.829 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/.tmpKgS5xv/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40252026-08-12T01:17:09.972Z[ recovery-image] Aug 12 01:17:08.846 INFO O| Aug 12 01:17:08.846 INFO CREATE DATASET: rpool/images/build/recovery/output
40262026-08-12T01:17:10.286Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40272026-08-12T01:17:10.310Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40282026-08-12T01:17:10.348Z[ recovery-image] Aug 12 01:17:09.224 INFO O| Aug 12 01:17:09.224 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40292026-08-12T01:17:10.353Z[ recovery-image] Aug 12 01:17:09.228 INFO O| Aug 12 01:17:09.228 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40302026-08-12T01:17:10.353Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40312026-08-12T01:17:10.369ZAug 12 01:17:09.233 INFO [stamp-ntp] process exited with exit status: 0 (532.549889ms)
40322026-08-12T01:17:10.502Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40332026-08-12T01:17:10.507ZAug 12 01:17:09.383 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (684.946719ms)
40342026-08-12T01:17:10.676Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40352026-08-12T01:17:10.684ZAug 12 01:17:09.549 INFO [stamp-internal-dns] process exited with exit status: 0 (850.066478ms)
40362026-08-12T01:17:10.693Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40372026-08-12T01:17:10.708ZAug 12 01:17:09.569 INFO [stamp-external-dns] process exited with exit status: 0 (869.713958ms)
40382026-08-12T01:17:10.736Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40392026-08-12T01:17:10.740ZAug 12 01:17:09.612 INFO [stamp-crucible-zone] process exited with exit status: 0 (913.226118ms)
40402026-08-12T01:17:10.947Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40412026-08-12T01:17:10.950ZAug 12 01:17:09.828 INFO [stamp-oximeter] process exited with exit status: 0 (1.127519627s)
40422026-08-12T01:17:11.277Z[ host-image] Aug 12 01:17:10.154 INFO O| Aug 12 01:17:10.154 INFO O| Planning: Solver setup ... Done
40432026-08-12T01:17:11.422Z[ host-image] Aug 12 01:17:10.300 INFO O| Aug 12 01:17:10.300 INFO O| Planning: Running solver ... Done
40442026-08-12T01:17:11.459Z[ host-image] Aug 12 01:17:10.337 INFO O| Aug 12 01:17:10.337 INFO O| Planning: Finding local manifests ... Done
40452026-08-12T01:17:11.462Z[ recovery-image] Aug 12 01:17:10.338 INFO O| Aug 12 01:17:10.338 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40462026-08-12T01:17:11.484Z[ host-image] Aug 12 01:17:10.362 INFO O| Aug 12 01:17:10.362 INFO O| Planning: Fetching manifests: 0/130 0% complete
40472026-08-12T01:17:12.247Z[ recovery-image] Aug 12 01:17:11.124 INFO O| Aug 12 01:17:11.124 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40482026-08-12T01:17:12.247Z[ recovery-image] Aug 12 01:17:11.124 INFO O| Aug 12 01:17:11.124 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40492026-08-12T01:17:12.247Z[ recovery-image] Aug 12 01:17:11.124 INFO O| Aug 12 01:17:11.124 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40502026-08-12T01:17:12.250Z[ recovery-image] Aug 12 01:17:11.124 INFO O| Aug 12 01:17:11.124 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40512026-08-12T01:17:12.254Z[ recovery-image] Aug 12 01:17:11.130 INFO O| Aug 12 01:17:11.130 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40522026-08-12T01:17:12.473Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40532026-08-12T01:17:12.478ZAug 12 01:17:11.355 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.655715675s)
40542026-08-12T01:17:13.304Z[ host-image] Aug 12 01:17:12.181 INFO O| Aug 12 01:17:12.181 INFO O| Planning: Fetching manifests: 130/130 100% complete
40552026-08-12T01:17:13.663Z[ host-image] Aug 12 01:17:12.540 INFO O| Aug 12 01:17:12.540 INFO O| Planning: Package planning ... Done
40562026-08-12T01:17:14.122Z[ host-image] Aug 12 01:17:12.999 INFO O| Aug 12 01:17:12.999 INFO O| Planning: Merging actions ... Done
40572026-08-12T01:17:14.230Z[ host-image] Aug 12 01:17:13.107 INFO O| Aug 12 01:17:13.107 INFO O| Planning: Checking for conflicting actions ... Done
40582026-08-12T01:17:14.332Z[ host-image] Aug 12 01:17:13.209 INFO O| Aug 12 01:17:13.209 INFO O| Planning: Consolidating action changes ... Done
40592026-08-12T01:17:14.502Z[ host-image] Aug 12 01:17:13.379 INFO O| Aug 12 01:17:13.379 INFO O| Planning: Evaluating mediators ... Done
40602026-08-12T01:17:14.535Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40612026-08-12T01:17:14.538ZAug 12 01:17:13.415 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.716508701s)
40622026-08-12T01:17:14.736Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40632026-08-12T01:17:14.740ZAug 12 01:17:13.617 INFO [stamp-clickhouse] process exited with exit status: 0 (4.91917514s)
40642026-08-12T01:17:14.762Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40652026-08-12T01:17:14.765ZAug 12 01:17:13.642 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.94388997s)
40662026-08-12T01:17:14.908Z[verify-libraries] Compiling match_cfg v0.1.0
40672026-08-12T01:17:14.912Z[verify-libraries] Compiling slog-json v2.6.1
40682026-08-12T01:17:14.912Z[verify-libraries] Compiling debug-ignore v1.0.5
40692026-08-12T01:17:14.912Z[verify-libraries] Compiling progenitor-client v0.14.0
40702026-08-12T01:17:14.912Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40712026-08-12T01:17:14.912Z[verify-libraries] Compiling sha1 v0.11.0
40722026-08-12T01:17:14.912Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40732026-08-12T01:17:14.912Z[verify-libraries] Compiling multer v3.1.0
40742026-08-12T01:17:15.123Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40752026-08-12T01:17:15.127ZAug 12 01:17:14.003 INFO [stamp-nexus] process exited with exit status: 0 (5.306681629s)
40762026-08-12T01:17:15.127ZAug 12 01:17:14.003 INFO [tuf-stamp] task succeeded (5.306913199s)
40772026-08-12T01:17:15.127ZAug 12 01:17:14.003 INFO [tuf-v2-zones] running task
40782026-08-12T01:17:15.238Z[verify-libraries] Compiling compression-core v0.4.31
40792026-08-12T01:17:15.238Z[verify-libraries] Compiling async-stream-impl v0.3.6
40802026-08-12T01:17:15.242Z[verify-libraries] Compiling serde_spanned v1.1.1
40812026-08-12T01:17:15.242Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40822026-08-12T01:17:15.242Z[verify-libraries] Compiling dropshot v0.17.1
40832026-08-12T01:17:15.263ZAug 12 01:17:14.140 INFO [tuf-v2-zones] task succeeded (136.72441ms)
40842026-08-12T01:17:15.341Z[verify-libraries] Compiling hostname v0.3.1
40852026-08-12T01:17:15.341Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40862026-08-12T01:17:15.383Z[verify-libraries] Compiling waitgroup v0.1.2
40872026-08-12T01:17:15.387Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40882026-08-12T01:17:15.387Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40892026-08-12T01:17:15.450Z[verify-libraries] Compiling slog-bunyan v2.5.0
40902026-08-12T01:17:15.454Z[verify-libraries] Compiling compression-codecs v0.4.37
40912026-08-12T01:17:15.454Z[verify-libraries] Compiling hostname v0.4.2
40922026-08-12T01:17:15.454Z[verify-libraries] Compiling atomicwrites v0.4.4
40932026-08-12T01:17:15.551Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
40942026-08-12T01:17:15.554Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40952026-08-12T01:17:15.570Z[verify-libraries] Compiling macaddr v1.0.1
40962026-08-12T01:17:15.573Z[verify-libraries] Compiling regress v0.10.5
40972026-08-12T01:17:15.674Z[verify-libraries] Compiling async-compression v0.4.41
40982026-08-12T01:17:15.678Z[verify-libraries] Compiling instant v0.1.13
40992026-08-12T01:17:15.678Z[verify-libraries] Compiling parse-display-derive v0.10.0
41002026-08-12T01:17:15.678Z[verify-libraries] Compiling itertools v0.14.0
41012026-08-12T01:17:15.678Z[verify-libraries] Compiling backon v1.6.0
41022026-08-12T01:17:15.733Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41032026-08-12T01:17:15.795Z[verify-libraries] Compiling backoff v0.4.0
41042026-08-12T01:17:15.800Z[verify-libraries] Compiling humantime v2.3.0
41052026-08-12T01:17:15.826Z[verify-libraries] Compiling convert_case v0.4.0
41062026-08-12T01:17:15.906Z[verify-libraries] Compiling progenitor-extras v0.2.0
41072026-08-12T01:17:15.919Z[ host-image] Aug 12 01:17:14.796 INFO O| Aug 12 01:17:14.796 INFO O| Planning: Planning completed in 6.46 seconds
41082026-08-12T01:17:15.923Z[ host-image] Aug 12 01:17:14.798 INFO O| Aug 12 01:17:14.798 INFO O| Packages to install: 130
41092026-08-12T01:17:15.923Z[ host-image] Aug 12 01:17:14.798 INFO O| Aug 12 01:17:14.798 INFO O| Mediators to change: 5
41102026-08-12T01:17:15.923Z[ host-image] Aug 12 01:17:14.798 INFO O| Aug 12 01:17:14.798 INFO O| Services to change: 6
41112026-08-12T01:17:15.958Z[verify-libraries] Compiling async-stream v0.3.6
41122026-08-12T01:17:15.964Z[ host-image] Aug 12 01:17:14.836 INFO O| Aug 12 01:17:14.836 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
41132026-08-12T01:17:16.004Z[verify-libraries] Compiling half v2.7.1
41142026-08-12T01:17:16.035Z[verify-libraries] Compiling ciborium-io v0.2.2
41152026-08-12T01:17:16.057Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41162026-08-12T01:17:16.081Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41172026-08-12T01:17:16.102Z[verify-libraries] Compiling indent_write v2.2.0
41182026-08-12T01:17:16.106Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41192026-08-12T01:17:16.154Z[verify-libraries] Compiling regress v0.11.1
41202026-08-12T01:17:16.187Z[verify-libraries] Compiling secrecy v0.10.3
41212026-08-12T01:17:16.208Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41222026-08-12T01:17:16.208Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41232026-08-12T01:17:16.270Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41242026-08-12T01:17:16.318Z[verify-libraries] Compiling derive_more v0.99.20
41252026-08-12T01:17:16.321Z[verify-libraries] Compiling ciborium-ll v0.2.2
41262026-08-12T01:17:16.386Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41272026-08-12T01:17:16.386Z[verify-libraries] Compiling inout v0.1.4
41282026-08-12T01:17:16.431Z[verify-libraries] Compiling universal-hash v0.5.1
41292026-08-12T01:17:16.526Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41302026-08-12T01:17:16.601Z[verify-libraries] Compiling ciborium v0.2.2
41312026-08-12T01:17:16.625Z[verify-libraries] Compiling cipher v0.4.4
41322026-08-12T01:17:16.628Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41332026-08-12T01:17:16.690Z[verify-libraries] Compiling opaque-debug v0.3.1
41342026-08-12T01:17:16.763Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41352026-08-12T01:17:16.800Z[verify-libraries] Compiling poly1305 v0.8.0
41362026-08-12T01:17:16.821Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41372026-08-12T01:17:16.909Z[verify-libraries] Compiling chacha20 v0.9.1
41382026-08-12T01:17:16.968Z[verify-libraries] Compiling blake2 v0.10.6
41392026-08-12T01:17:17.062Z[verify-libraries] Compiling aead v0.5.2
41402026-08-12T01:17:17.085Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41412026-08-12T01:17:17.113Z[verify-libraries] Compiling password-hash v0.5.0
41422026-08-12T01:17:17.220Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41432026-08-12T01:17:17.245Z[verify-libraries] Compiling num-derive v0.4.2
41442026-08-12T01:17:17.292Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41452026-08-12T01:17:17.315Z[verify-libraries] Compiling rayon-core v1.13.0
41462026-08-12T01:17:17.434Z[verify-libraries] Compiling argon2 v0.5.3
41472026-08-12T01:17:17.542Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41482026-08-12T01:17:17.597Z[verify-libraries] Compiling glob v0.3.3
41492026-08-12T01:17:17.601Z[verify-libraries] Compiling usdt-macro v0.5.0
41502026-08-12T01:17:17.644Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41512026-08-12T01:17:17.702Z[verify-libraries] Compiling parse-display v0.10.0
41522026-08-12T01:17:17.855Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41532026-08-12T01:17:17.920Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41542026-08-12T01:17:18.057Z[verify-libraries] Compiling typify-impl v0.6.2
41552026-08-12T01:17:18.078Z[verify-libraries] Compiling vsss-rs v3.3.4
41562026-08-12T01:17:18.081Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41572026-08-12T01:17:18.331Z[ recovery-image] Aug 12 01:17:17.209 INFO O| Aug 12 01:17:17.209 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41582026-08-12T01:17:18.341Z[verify-libraries] Compiling memmap v0.7.0
41592026-08-12T01:17:18.345Z[ recovery-image] Aug 12 01:17:17.220 INFO O| Aug 12 01:17:17.220 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41602026-08-12T01:17:18.402Z[verify-libraries] Compiling heapless v0.8.0
41612026-08-12T01:17:18.507Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41622026-08-12T01:17:18.562Z[verify-libraries] Compiling proc-macro-error v1.0.4
41632026-08-12T01:17:18.585Z[verify-libraries] Compiling tabwriter v1.4.1
41642026-08-12T01:17:18.649Z[verify-libraries] Compiling ingot-macros v0.2.0
41652026-08-12T01:17:18.671Z[verify-libraries] Compiling usdt v0.5.0
41662026-08-12T01:17:18.760Z[verify-libraries] Compiling hash32 v0.3.1
41672026-08-12T01:17:18.760Z[ recovery-image] Aug 12 01:17:17.636 INFO O| Aug 12 01:17:17.636 INFO O| Caching catalogs ... Done
41682026-08-12T01:17:18.849Z[ recovery-image] Aug 12 01:17:17.726 INFO O| Aug 12 01:17:17.726 INFO STEP 0 (pkg_image_create) COMPLETE
41692026-08-12T01:17:18.849Z[ recovery-image] Aug 12 01:17:17.726 INFO O| Aug 12 01:17:17.726 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41702026-08-12T01:17:18.866Z[ recovery-image] Aug 12 01:17:17.736 INFO O| Aug 12 01:17:17.736 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/3/dev/", "helios"]
41712026-08-12T01:17:18.917Z[verify-libraries] Compiling smoltcp v0.11.0
41722026-08-12T01:17:18.948Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41732026-08-12T01:17:18.978Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41742026-08-12T01:17:19.017Z[verify-libraries] Compiling cobs v0.3.0
41752026-08-12T01:17:19.021Z[verify-libraries] Compiling colored v3.1.1
41762026-08-12T01:17:19.021Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
41772026-08-12T01:17:19.095Z[verify-libraries] Compiling rayon v1.11.0
41782026-08-12T01:17:19.169Z[verify-libraries] Compiling num_enum_derive v0.7.6
41792026-08-12T01:17:19.188Z[ recovery-image] Aug 12 01:17:18.066 INFO O| Aug 12 01:17:18.065 INFO STEP 1 (pkg_set_publisher) COMPLETE
41802026-08-12T01:17:19.188Z[ recovery-image] Aug 12 01:17:18.066 INFO O| Aug 12 01:17:18.066 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41812026-08-12T01:17:19.188Z[ recovery-image] Aug 12 01:17:18.066 INFO O| Aug 12 01:17:18.066 INFO skip step because feature "publisher_1_name" is not enabled
41822026-08-12T01:17:19.192Z[ recovery-image] Aug 12 01:17:18.066 INFO O| Aug 12 01:17:18.066 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41832026-08-12T01:17:19.192Z[ recovery-image] Aug 12 01:17:18.066 INFO O| Aug 12 01:17:18.066 INFO skip step because feature "publisher_2_name" is not enabled
41842026-08-12T01:17:19.192Z[ recovery-image] Aug 12 01:17:18.066 INFO O| Aug 12 01:17:18.066 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41852026-08-12T01:17:19.192Z[ recovery-image] Aug 12 01:17:18.066 INFO O| Aug 12 01:17:18.066 INFO skip step because feature "publisher_3_name" is not enabled
41862026-08-12T01:17:19.192Z[ recovery-image] Aug 12 01:17:18.066 INFO O| Aug 12 01:17:18.066 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41872026-08-12T01:17:19.256Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41882026-08-12T01:17:19.279Z[verify-libraries] Compiling postcard v1.1.3
41892026-08-12T01:17:19.282Z[verify-libraries] Compiling rand v0.10.1
41902026-08-12T01:17:19.351Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41912026-08-12T01:17:19.429Z[verify-libraries] Compiling proc-macro-crate v1.3.1
41922026-08-12T01:17:19.461Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
41932026-08-12T01:17:19.461Z[verify-libraries] Compiling foreign-types-macros v0.2.3
41942026-08-12T01:17:19.518Z[ recovery-image] Aug 12 01:17:18.396 INFO O| Aug 12 01:17:18.396 INFO variant opensolaris.zone is already global
41952026-08-12T01:17:19.519Z[ recovery-image] Aug 12 01:17:18.396 INFO O| Aug 12 01:17:18.396 INFO STEP 5 (pkg_change_variant) COMPLETE
41962026-08-12T01:17:19.522Z[ recovery-image] Aug 12 01:17:18.396 INFO O| Aug 12 01:17:18.396 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41972026-08-12T01:17:19.535Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
41982026-08-12T01:17:19.615Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
41992026-08-12T01:17:19.740Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42002026-08-12T01:17:19.857Z[ recovery-image] Aug 12 01:17:18.734 INFO O| Aug 12 01:17:18.734 INFO variant opensolaris.imagetype is full; changing to partial
42012026-08-12T01:17:19.857Z[ recovery-image] Aug 12 01:17:18.734 INFO O| Aug 12 01:17:18.734 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42022026-08-12T01:17:19.910Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42032026-08-12T01:17:19.968Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42042026-08-12T01:17:19.995Z[verify-libraries] Compiling num_enum_derive v0.5.11
42052026-08-12T01:17:20.035Z[verify-libraries] Compiling cstr-argument v0.1.2
42062026-08-12T01:17:20.121Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42072026-08-12T01:17:20.209Z[verify-libraries] Compiling foreign-types v0.5.0
42082026-08-12T01:17:20.279Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42092026-08-12T01:17:20.302Z[verify-libraries] Compiling sigpipe v0.1.3
42102026-08-12T01:17:20.353Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42112026-08-12T01:17:20.413Z[verify-libraries] Compiling num_enum v0.7.6
42122026-08-12T01:17:20.413Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42132026-08-12T01:17:20.467Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42142026-08-12T01:17:20.471Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42152026-08-12T01:17:20.552Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42162026-08-12T01:17:20.592Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42172026-08-12T01:17:20.624Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42182026-08-12T01:17:20.681Z[verify-libraries] Compiling itertools v0.12.1
42192026-08-12T01:17:20.728Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42202026-08-12T01:17:20.755Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42212026-08-12T01:17:20.777Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42222026-08-12T01:17:20.780Z[verify-libraries] Compiling toml v0.8.23
42232026-08-12T01:17:20.893Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42242026-08-12T01:17:20.962Z[ host-image] Aug 12 01:17:19.839 INFO O| Aug 12 01:17:19.839 INFO O| Download: 10107/23887 items 91.1/222.8MB 40% complete (18.4M/s)
42252026-08-12T01:17:21.033Z[verify-libraries] Compiling smf v0.2.3
42262026-08-12T01:17:21.068Z[verify-libraries] Compiling whoami v1.6.1
42272026-08-12T01:17:21.121Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42282026-08-12T01:17:21.213Z[verify-libraries] Compiling derive-where v1.6.0
42292026-08-12T01:17:21.236Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42302026-08-12T01:17:21.283Z[verify-libraries] Compiling num_enum v0.5.11
42312026-08-12T01:17:21.519Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42322026-08-12T01:17:21.580Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42332026-08-12T01:17:21.595Z[ recovery-image] Aug 12 01:17:20.472 INFO O| Aug 12 01:17:20.472 INFO O| Startup: Refreshing catalog 'helios' ... Done
42342026-08-12T01:17:21.615Z[verify-libraries] Compiling gethostname v0.5.0
42352026-08-12T01:17:21.645Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42362026-08-12T01:17:21.701Z[verify-libraries] Compiling console v0.15.11
42372026-08-12T01:17:21.829Z[verify-libraries] Compiling newline-converter v0.3.0
42382026-08-12T01:17:21.913Z[verify-libraries] Compiling ingot-types v0.2.0
42392026-08-12T01:17:21.943Z[verify-libraries] Compiling resolv-conf v0.7.6
42402026-08-12T01:17:22.002Z[verify-libraries] Compiling zone v0.3.1
42412026-08-12T01:17:22.065Z[verify-libraries] Compiling num-rational v0.4.2
42422026-08-12T01:17:22.092Z[verify-libraries] Compiling expectorate v1.2.0
42432026-08-12T01:17:22.096Z[verify-libraries] Compiling num-complex v0.4.6
42442026-08-12T01:17:22.140Z[verify-libraries] Compiling slog-dtrace v0.3.0
42452026-08-12T01:17:22.239Z[ recovery-image] Aug 12 01:17:21.116 INFO O| Aug 12 01:17:21.116 INFO O| Startup: Caching catalogs ... Done
42462026-08-12T01:17:22.253Z[ recovery-image] Aug 12 01:17:21.130 INFO O| Aug 12 01:17:21.130 INFO O| Planning: Planning completed in 0.00 seconds
42472026-08-12T01:17:22.256Z[ recovery-image] Aug 12 01:17:21.131 INFO O| Aug 12 01:17:21.131 INFO O| Planning: Consolidating action changes ... Done
42482026-08-12T01:17:22.257Z[ recovery-image] Aug 12 01:17:21.131 INFO O| Aug 12 01:17:21.131 INFO O| Planning: Evaluating mediators ... Done
42492026-08-12T01:17:22.257Z[ recovery-image] Aug 12 01:17:21.131 INFO O| Aug 12 01:17:21.131 INFO O| Planning: Planning completed in 0.00 seconds
42502026-08-12T01:17:22.257Z[ recovery-image] Aug 12 01:17:21.131 INFO O| Aug 12 01:17:21.131 INFO O| Variants/Facets to change: 1
42512026-08-12T01:17:22.264Z[ recovery-image] Aug 12 01:17:21.142 INFO O| Aug 12 01:17:21.142 INFO O| Finalize: Updating package state database ... Done
42522026-08-12T01:17:22.264Z[ recovery-image] Aug 12 01:17:21.142 INFO O| Aug 12 01:17:21.142 INFO O| Finalize: Updating package cache ... Done
42532026-08-12T01:17:22.323Z[ recovery-image] Aug 12 01:17:21.201 INFO O| Aug 12 01:17:21.200 INFO O| Finalize: Updating image state ... Done
42542026-08-12T01:17:22.338Z[ recovery-image] Aug 12 01:17:21.216 INFO O| Aug 12 01:17:21.216 INFO O| Finalize: Creating fast lookup database ... Done
42552026-08-12T01:17:22.342Z[ recovery-image] Aug 12 01:17:21.217 INFO O| Aug 12 01:17:21.216 INFO O| Finalize: Reading search index ... Done
42562026-08-12T01:17:22.342Z[ recovery-image] Aug 12 01:17:21.217 INFO O| Aug 12 01:17:21.217 INFO O| Finalize: Updating search index ... Done
42572026-08-12T01:17:22.342Z[ recovery-image] Aug 12 01:17:21.218 INFO O| Aug 12 01:17:21.217 INFO O| Finalize: Updating package cache ... Done
42582026-08-12T01:17:22.356Z[verify-libraries] Compiling ingot v0.2.1
42592026-08-12T01:17:22.376Z[verify-libraries] Compiling linear-map v1.2.0
42602026-08-12T01:17:22.415Z[verify-libraries] Compiling prettyplease v0.2.37
42612026-08-12T01:17:22.415Z[verify-libraries] Compiling float-ord v0.3.2
42622026-08-12T01:17:22.471Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42632026-08-12T01:17:22.573Z[verify-libraries] Compiling num v0.4.3
42642026-08-12T01:17:22.601Z[ recovery-image] Aug 12 01:17:21.478 INFO O| Aug 12 01:17:21.478 INFO STEP 6 (pkg_change_variant) COMPLETE
42652026-08-12T01:17:22.601Z[ recovery-image] Aug 12 01:17:21.478 INFO O| Aug 12 01:17:21.478 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42662026-08-12T01:17:22.601Z[ recovery-image] Aug 12 01:17:21.478 INFO O| Aug 12 01:17:21.478 INFO skip step because feature "debug_variant" is not enabled
42672026-08-12T01:17:22.604Z[ recovery-image] Aug 12 01:17:21.478 INFO O| Aug 12 01:17:21.478 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42682026-08-12T01:17:22.621Z[verify-libraries] Compiling linked-hash-map v0.5.6
42692026-08-12T01:17:22.649Z[verify-libraries] Compiling hickory-proto v0.24.4
42702026-08-12T01:17:22.655Z[verify-libraries] Compiling convert_case v0.10.0
42712026-08-12T01:17:22.732Z[verify-libraries] Compiling minimal-lexical v0.2.1
42722026-08-12T01:17:22.760Z[verify-libraries] Compiling owo-colors v4.3.0
42732026-08-12T01:17:22.817Z[verify-libraries] Compiling unicode-xid v0.2.6
42742026-08-12T01:17:22.820Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
42752026-08-12T01:17:22.897Z[verify-libraries] Compiling lru-cache v0.1.2
42762026-08-12T01:17:22.937Z[ recovery-image] Aug 12 01:17:21.814 INFO O| Aug 12 01:17:21.814 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42772026-08-12T01:17:22.950Z[verify-libraries] Compiling typify-macro v0.6.2
42782026-08-12T01:17:22.983Z[verify-libraries] Compiling nom v7.1.3
42792026-08-12T01:17:23.005Z[verify-libraries] Compiling tabled_derive v0.7.0
42802026-08-12T01:17:23.044Z[verify-libraries] Compiling ar_archive_writer v0.5.1
42812026-08-12T01:17:23.077Z[verify-libraries] Compiling derive_more-impl v2.1.1
42822026-08-12T01:17:23.128Z[verify-libraries] Compiling fd-lock v4.0.4
42832026-08-12T01:17:23.343Z[verify-libraries] Compiling vte v0.14.1
42842026-08-12T01:17:23.422Z[verify-libraries] Compiling display-error-chain v0.2.2
42852026-08-12T01:17:23.576Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
42862026-08-12T01:17:23.609Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
42872026-08-12T01:17:23.644Z[verify-libraries] Compiling nu-ansi-term v0.50.3
42882026-08-12T01:17:23.842Z[verify-libraries] Compiling stacker v0.1.23
42892026-08-12T01:17:23.959Z[verify-libraries] Compiling oxide-update-engine v0.1.2
42902026-08-12T01:17:24.012Z[verify-libraries] Compiling derive_more v2.1.1
42912026-08-12T01:17:24.040Z[verify-libraries] Compiling psm v0.1.30
42922026-08-12T01:17:24.093Z[verify-libraries] Compiling reedline v0.40.0
42932026-08-12T01:17:24.122Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42942026-08-12T01:17:24.126Z[verify-libraries] Compiling tabled v0.15.0
42952026-08-12T01:17:24.169Z[verify-libraries] Compiling crossterm v0.29.0
42962026-08-12T01:17:24.172Z[verify-libraries] Compiling cfg_aliases v0.1.1
42972026-08-12T01:17:24.172Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42982026-08-12T01:17:24.309Z[verify-libraries] Compiling termtree v0.5.1
42992026-08-12T01:17:24.351Z[verify-libraries] Compiling semver v0.1.20
43002026-08-12T01:17:24.354Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43012026-08-12T01:17:24.410Z[verify-libraries] Compiling phf_shared v0.12.1
43022026-08-12T01:17:24.434Z[verify-libraries] Compiling nix v0.28.0
43032026-08-12T01:17:24.467Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43042026-08-12T01:17:24.569Z[verify-libraries] Compiling rustc_version v0.1.7
43052026-08-12T01:17:24.573Z[verify-libraries] Compiling nibble_vec v0.1.0
43062026-08-12T01:17:24.696Z[verify-libraries] Compiling chrono-tz v0.10.4
43072026-08-12T01:17:24.773Z[verify-libraries] Compiling highway v1.3.0
43082026-08-12T01:17:24.803Z[verify-libraries] Compiling endian-type v0.1.2
43092026-08-12T01:17:24.887Z[ recovery-image] Aug 12 01:17:23.763 INFO O| Aug 12 01:17:23.763 INFO O| Startup: Refreshing catalog 'helios' ... Done
43102026-08-12T01:17:24.964Z[verify-libraries] Compiling typify v0.6.2
43112026-08-12T01:17:24.994Z[verify-libraries] Compiling hickory-resolver v0.24.4
43122026-08-12T01:17:25.089Z[verify-libraries] Compiling progenitor-impl v0.14.0
43132026-08-12T01:17:25.110Z[verify-libraries] Compiling recursive v0.1.1
43142026-08-12T01:17:25.130Z[verify-libraries] Compiling radix_trie v0.2.1
43152026-08-12T01:17:25.130Z[verify-libraries] Compiling newtype_derive v0.1.6
43162026-08-12T01:17:25.214Z[verify-libraries] Compiling phf v0.12.1
43172026-08-12T01:17:25.214Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43182026-08-12T01:17:25.303Z[ recovery-image] Aug 12 01:17:24.179 INFO O| Aug 12 01:17:24.178 INFO O| Startup: Caching catalogs ... Done
43192026-08-12T01:17:25.311Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43202026-08-12T01:17:25.317Z[ recovery-image] Aug 12 01:17:24.194 INFO O| Aug 12 01:17:24.194 INFO O| Planning: Planning completed in 0.00 seconds
43212026-08-12T01:17:25.320Z[ recovery-image] Aug 12 01:17:24.194 INFO O| Aug 12 01:17:24.194 INFO O| Planning: Consolidating action changes ... Done
43222026-08-12T01:17:25.320Z[ recovery-image] Aug 12 01:17:24.195 INFO O| Aug 12 01:17:24.195 INFO O| Planning: Evaluating mediators ... Done
43232026-08-12T01:17:25.321Z[ recovery-image] Aug 12 01:17:24.195 INFO O| Aug 12 01:17:24.195 INFO O| Planning: Planning completed in 0.00 seconds
43242026-08-12T01:17:25.321Z[ recovery-image] Aug 12 01:17:24.195 INFO O| Aug 12 01:17:24.195 INFO O| Variants/Facets to change: 1
43252026-08-12T01:17:25.384Z[ recovery-image] Aug 12 01:17:24.260 INFO O| Aug 12 01:17:24.259 INFO O| Finalize: Updating package state database ... Done
43262026-08-12T01:17:25.387Z[ recovery-image] Aug 12 01:17:24.260 INFO O| Aug 12 01:17:24.259 INFO O| Finalize: Updating package cache ... Done
43272026-08-12T01:17:25.387Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43282026-08-12T01:17:25.409Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43292026-08-12T01:17:25.413Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43302026-08-12T01:17:25.457Z[ recovery-image] Aug 12 01:17:24.328 INFO O| Aug 12 01:17:24.328 INFO O| Finalize: Updating image state ... Done
43312026-08-12T01:17:25.466Z[ recovery-image] Aug 12 01:17:24.342 INFO O| Aug 12 01:17:24.342 INFO O| Finalize: Creating fast lookup database ... Done
43322026-08-12T01:17:25.469Z[ recovery-image] Aug 12 01:17:24.342 INFO O| Aug 12 01:17:24.342 INFO O| Finalize: Reading search index ... Done
43332026-08-12T01:17:25.469Z[ recovery-image] Aug 12 01:17:24.343 INFO O| Aug 12 01:17:24.342 INFO O| Finalize: Updating search index ... Done
43342026-08-12T01:17:25.469Z[ recovery-image] Aug 12 01:17:24.343 INFO O| Aug 12 01:17:24.343 INFO O| Finalize: Updating package cache ... Done
43352026-08-12T01:17:25.473Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43362026-08-12T01:17:25.498Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43372026-08-12T01:17:25.719Z[ recovery-image] Aug 12 01:17:24.596 INFO O| Aug 12 01:17:24.596 INFO STEP 8 (pkg_change_facet) COMPLETE
43382026-08-12T01:17:25.719Z[ recovery-image] Aug 12 01:17:24.596 INFO O| Aug 12 01:17:24.596 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43392026-08-12T01:17:25.726Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43402026-08-12T01:17:25.983Z[ host-image] Aug 12 01:17:24.858 INFO O| Aug 12 01:17:24.858 INFO O| Download: 21008/23887 items 180.9/222.8MB 81% complete (18.2M/s)
43412026-08-12T01:17:26.024Z[verify-libraries] Compiling peg-macros v0.8.5
43422026-08-12T01:17:26.081Z[ recovery-image] Aug 12 01:17:24.958 INFO O| Aug 12 01:17:24.958 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43432026-08-12T01:17:26.149Z[verify-libraries] Compiling qorb v0.4.1
43442026-08-12T01:17:26.394Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43452026-08-12T01:17:26.566Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43462026-08-12T01:17:26.726Z[verify-libraries] Compiling winnow v0.6.26
43472026-08-12T01:17:26.881Z[verify-libraries] Compiling csv-core v0.1.13
43482026-08-12T01:17:26.911Z[verify-libraries] Compiling unicode_categories v0.1.1
43492026-08-12T01:17:27.068Z[verify-libraries] Compiling home v0.5.12
43502026-08-12T01:17:27.153Z[verify-libraries] Compiling textwrap v0.16.2
43512026-08-12T01:17:27.199Z[verify-libraries] Compiling csv v1.4.0
43522026-08-12T01:17:27.294Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43532026-08-12T01:17:27.504Z[verify-libraries] Compiling sqlparser v0.61.0
43542026-08-12T01:17:27.578Z[verify-libraries] Compiling rustyline v14.0.0
43552026-08-12T01:17:27.581Z[verify-libraries] Compiling const_format v0.2.35
43562026-08-12T01:17:27.787Z[verify-libraries] Compiling bcs v0.1.6
43572026-08-12T01:17:27.917Z[verify-libraries] Compiling peg v0.8.5
43582026-08-12T01:17:27.994Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43592026-08-12T01:17:28.032Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43602026-08-12T01:17:28.086Z[ host-image] Aug 12 01:17:26.963 INFO O| Aug 12 01:17:26.963 INFO O| Download: Completed 222.83 MB in 12.13 seconds (18.3M/s)
43612026-08-12T01:17:28.095Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43622026-08-12T01:17:28.148Z[verify-libraries] Compiling progenitor-macro v0.14.0
43632026-08-12T01:17:28.152Z[verify-libraries] Compiling sqlformat v0.3.5
43642026-08-12T01:17:28.187Z[verify-libraries] Compiling nom v8.0.0
43652026-08-12T01:17:28.326Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43662026-08-12T01:17:28.366Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43672026-08-12T01:17:28.375Z[ recovery-image] Aug 12 01:17:27.250 INFO O| Aug 12 01:17:27.250 INFO O| Startup: Refreshing catalog 'helios' ... Done
43682026-08-12T01:17:28.436Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43692026-08-12T01:17:28.475Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43702026-08-12T01:17:28.541Z[verify-libraries] Compiling steno v0.4.1
43712026-08-12T01:17:28.654Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43722026-08-12T01:17:28.666Z[ host-image] Aug 12 01:17:27.543 INFO O| Aug 12 01:17:27.543 INFO O| Actions: 1/54180 actions (Installing new actions)
43732026-08-12T01:17:28.795Z[ recovery-image] Aug 12 01:17:27.672 INFO O| Aug 12 01:17:27.672 INFO O| Startup: Caching catalogs ... Done
43742026-08-12T01:17:28.809Z[ recovery-image] Aug 12 01:17:27.686 INFO O| Aug 12 01:17:27.686 INFO O| Planning: Planning completed in 0.00 seconds
43752026-08-12T01:17:28.813Z[ recovery-image] Aug 12 01:17:27.687 INFO O| Aug 12 01:17:27.687 INFO O| Planning: Consolidating action changes ... Done
43762026-08-12T01:17:28.813Z[ recovery-image] Aug 12 01:17:27.687 INFO O| Aug 12 01:17:27.687 INFO O| Planning: Evaluating mediators ... Done
43772026-08-12T01:17:28.813Z[ recovery-image] Aug 12 01:17:27.687 INFO O| Aug 12 01:17:27.687 INFO O| Planning: Planning completed in 0.00 seconds
43782026-08-12T01:17:28.813Z[ recovery-image] Aug 12 01:17:27.687 INFO O| Aug 12 01:17:27.687 INFO O| Variants/Facets to change: 1
43792026-08-12T01:17:28.821Z[ recovery-image] Aug 12 01:17:27.698 INFO O| Aug 12 01:17:27.698 INFO O| Finalize: Updating package state database ... Done
43802026-08-12T01:17:28.821Z[ recovery-image] Aug 12 01:17:27.698 INFO O| Aug 12 01:17:27.698 INFO O| Finalize: Updating package cache ... Done
43812026-08-12T01:17:28.887Z[ recovery-image] Aug 12 01:17:27.764 INFO O| Aug 12 01:17:27.764 INFO O| Finalize: Updating image state ... Done
43822026-08-12T01:17:28.902Z[ recovery-image] Aug 12 01:17:27.778 INFO O| Aug 12 01:17:27.778 INFO O| Finalize: Creating fast lookup database ... Done
43832026-08-12T01:17:28.906Z[ recovery-image] Aug 12 01:17:27.778 INFO O| Aug 12 01:17:27.778 INFO O| Finalize: Reading search index ... Done
43842026-08-12T01:17:28.906Z[ recovery-image] Aug 12 01:17:27.778 INFO O| Aug 12 01:17:27.778 INFO O| Finalize: Updating search index ... Done
43852026-08-12T01:17:28.906Z[ recovery-image] Aug 12 01:17:27.779 INFO O| Aug 12 01:17:27.779 INFO O| Finalize: Updating package cache ... Done
43862026-08-12T01:17:29.154Z[ recovery-image] Aug 12 01:17:28.031 INFO O| Aug 12 01:17:28.031 INFO STEP 9 (pkg_change_facet) COMPLETE
43872026-08-12T01:17:29.154Z[ recovery-image] Aug 12 01:17:28.031 INFO O| Aug 12 01:17:28.031 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43882026-08-12T01:17:29.176Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43892026-08-12T01:17:29.315Z[verify-libraries] Compiling sha1 v0.10.6
43902026-08-12T01:17:29.338Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43912026-08-12T01:17:29.416Z[verify-libraries] Compiling tagptr v0.2.0
43922026-08-12T01:17:29.461Z[verify-libraries] Compiling utf-8 v0.7.6
43932026-08-12T01:17:29.490Z[ recovery-image] Aug 12 01:17:28.367 INFO O| Aug 12 01:17:28.367 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43942026-08-12T01:17:29.496Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
43952026-08-12T01:17:29.558Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
43962026-08-12T01:17:29.633Z[verify-libraries] Compiling moka v0.12.13
43972026-08-12T01:17:29.665Z[verify-libraries] Compiling tungstenite v0.21.0
43982026-08-12T01:17:29.733Z[verify-libraries] Compiling libefi-sys v0.1.0
43992026-08-12T01:17:29.756Z[verify-libraries] Compiling bitfield-struct v0.6.2
44002026-08-12T01:17:29.779Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44012026-08-12T01:17:29.890Z[verify-libraries] Compiling libscf-sys v1.2.0
44022026-08-12T01:17:30.028Z[verify-libraries] Compiling xshell-macros v0.2.7
44032026-08-12T01:17:30.066Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44042026-08-12T01:17:30.112Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44052026-08-12T01:17:30.322Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44062026-08-12T01:17:30.376Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44072026-08-12T01:17:30.482Z[verify-libraries] Compiling hickory-resolver v0.25.2
44082026-08-12T01:17:30.573Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44092026-08-12T01:17:30.609Z[verify-libraries] Compiling xshell v0.2.7
44102026-08-12T01:17:30.612Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44112026-08-12T01:17:30.695Z[verify-libraries] Compiling papergrid v0.18.0
44122026-08-12T01:17:30.889Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44132026-08-12T01:17:30.938Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44142026-08-12T01:17:30.938Z[verify-libraries] Compiling sha2 v0.11.0
44152026-08-12T01:17:30.997Z[verify-libraries] Compiling subprocess v0.2.15
44162026-08-12T01:17:31.001Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44172026-08-12T01:17:31.225Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44182026-08-12T01:17:31.247Z[verify-libraries] Compiling headers-core v0.3.0
44192026-08-12T01:17:31.394Z[verify-libraries] Compiling unicase v2.9.0
44202026-08-12T01:17:31.440Z[verify-libraries] Compiling darling_core v0.21.3
44212026-08-12T01:17:31.494Z[verify-libraries] Compiling headers v0.4.1
44222026-08-12T01:17:31.528Z[ recovery-image] Aug 12 01:17:30.405 INFO O| Aug 12 01:17:30.405 INFO O| Startup: Refreshing catalog 'helios' ... Done
44232026-08-12T01:17:31.600Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44242026-08-12T01:17:31.661Z[verify-libraries] Compiling maplit v1.0.2
44252026-08-12T01:17:31.908Z[verify-libraries] Compiling tabled v0.21.0
44262026-08-12T01:17:31.958Z[ recovery-image] Aug 12 01:17:30.833 INFO O| Aug 12 01:17:30.833 INFO O| Startup: Caching catalogs ... Done
44272026-08-12T01:17:31.971Z[ recovery-image] Aug 12 01:17:30.848 INFO O| Aug 12 01:17:30.848 INFO O| Planning: Planning completed in 0.00 seconds
44282026-08-12T01:17:31.974Z[ recovery-image] Aug 12 01:17:30.848 INFO O| Aug 12 01:17:30.848 INFO O| Planning: Consolidating action changes ... Done
44292026-08-12T01:17:31.974Z[ recovery-image] Aug 12 01:17:30.848 INFO O| Aug 12 01:17:30.848 INFO O| Planning: Evaluating mediators ... Done
44302026-08-12T01:17:31.974Z[ recovery-image] Aug 12 01:17:30.849 INFO O| Aug 12 01:17:30.849 INFO O| Planning: Planning completed in 0.00 seconds
44312026-08-12T01:17:31.974Z[ recovery-image] Aug 12 01:17:30.849 INFO O| Aug 12 01:17:30.849 INFO O| Variants/Facets to change: 1
44322026-08-12T01:17:32.000Z[ recovery-image] Aug 12 01:17:30.877 INFO O| Aug 12 01:17:30.877 INFO O| Finalize: Updating package state database ... Done
44332026-08-12T01:17:32.001Z[ recovery-image] Aug 12 01:17:30.878 INFO O| Aug 12 01:17:30.877 INFO O| Finalize: Updating package cache ... Done
44342026-08-12T01:17:32.091Z[ recovery-image] Aug 12 01:17:30.968 INFO O| Aug 12 01:17:30.968 INFO O| Finalize: Updating image state ... Done
44352026-08-12T01:17:32.105Z[ recovery-image] Aug 12 01:17:30.982 INFO O| Aug 12 01:17:30.982 INFO O| Finalize: Creating fast lookup database ... Done
44362026-08-12T01:17:32.108Z[ recovery-image] Aug 12 01:17:30.983 INFO O| Aug 12 01:17:30.983 INFO O| Finalize: Reading search index ... Done
44372026-08-12T01:17:32.108Z[ recovery-image] Aug 12 01:17:30.983 INFO O| Aug 12 01:17:30.983 INFO O| Finalize: Updating search index ... Done
44382026-08-12T01:17:32.109Z[ recovery-image] Aug 12 01:17:30.984 INFO O| Aug 12 01:17:30.984 INFO O| Finalize: Updating package cache ... Done
44392026-08-12T01:17:32.180Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44402026-08-12T01:17:32.361Z[ recovery-image] Aug 12 01:17:31.238 INFO O| Aug 12 01:17:31.238 INFO STEP 10 (pkg_change_facet) COMPLETE
44412026-08-12T01:17:32.361Z[ recovery-image] Aug 12 01:17:31.238 INFO O| Aug 12 01:17:31.238 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44422026-08-12T01:17:32.365Z[verify-libraries] Compiling crc8 v0.1.1
44432026-08-12T01:17:32.370Z[ recovery-image] Aug 12 01:17:31.247 INFO O| Aug 12 01:17:31.247 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"]
44442026-08-12T01:17:32.479Z[verify-libraries] Compiling yasna v0.5.2
44452026-08-12T01:17:32.598Z[verify-libraries] Compiling vergen-lib v0.1.6
44462026-08-12T01:17:32.646Z[verify-libraries] Compiling diesel_derives v2.3.7
44472026-08-12T01:17:32.646Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44482026-08-12T01:17:32.860Z[verify-libraries] Compiling port-file v0.1.0
44492026-08-12T01:17:33.013Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44502026-08-12T01:17:33.017Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44512026-08-12T01:17:33.086Z[verify-libraries] Compiling rcgen v0.12.1
44522026-08-12T01:17:33.170Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44532026-08-12T01:17:33.276Z[verify-libraries] Compiling half v1.8.3
44542026-08-12T01:17:33.303Z[verify-libraries] Compiling r2d2 v0.8.10
44552026-08-12T01:17:33.430Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44562026-08-12T01:17:33.490Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44572026-08-12T01:17:33.595Z[verify-libraries] Compiling serde_cbor v0.11.2
44582026-08-12T01:17:33.672Z[ host-image] Aug 12 01:17:32.543 INFO O| Aug 12 01:17:32.543 INFO O| Actions: 23058/54180 actions (Installing new actions)
44592026-08-12T01:17:33.695Z[verify-libraries] Compiling crunchy v0.2.4
44602026-08-12T01:17:33.842Z[verify-libraries] Compiling cpubits v0.1.1
44612026-08-12T01:17:33.936Z[verify-libraries] Compiling progenitor v0.14.0
44622026-08-12T01:17:33.939Z[verify-libraries] Compiling downcast-rs v2.0.2
44632026-08-12T01:17:34.056Z[verify-libraries] Compiling dirs-next v2.0.0
44642026-08-12T01:17:34.216Z[ recovery-image] Aug 12 01:17:33.093 INFO O| Aug 12 01:17:33.093 INFO O| Startup: Refreshing catalog 'helios' ... Done
44652026-08-12T01:17:34.221Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44662026-08-12T01:17:34.242Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
44672026-08-12T01:17:34.245Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44682026-08-12T01:17:34.288Z[verify-libraries] Compiling darling_macro v0.21.3
44692026-08-12T01:17:34.364Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44702026-08-12T01:17:34.489Z[verify-libraries] Compiling clang-sys v1.8.1
44712026-08-12T01:17:34.982Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44722026-08-12T01:17:35.050Z[verify-libraries] Compiling tiny-keccak v2.0.2
44732026-08-12T01:17:35.050Z[ recovery-image] Aug 12 01:17:33.926 INFO O| Aug 12 01:17:33.926 INFO O| Startup: Caching catalogs ... Done
44742026-08-12T01:17:35.080Z[verify-libraries] Compiling darling v0.21.3
44752026-08-12T01:17:35.158Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44762026-08-12T01:17:35.164Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44772026-08-12T01:17:35.201Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44782026-08-12T01:17:35.224Z[verify-libraries] Compiling term v0.7.0
44792026-08-12T01:17:35.299Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44802026-08-12T01:17:35.372Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
44812026-08-12T01:17:35.398Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44822026-08-12T01:17:35.422Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44832026-08-12T01:17:35.533Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44842026-08-12T01:17:35.615Z[verify-libraries] Compiling diff v0.1.13
44852026-08-12T01:17:35.753Z[verify-libraries] Compiling bit-vec v0.6.3
44862026-08-12T01:17:35.814Z[verify-libraries] Compiling ascii-canvas v3.0.0
44872026-08-12T01:17:36.001Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44882026-08-12T01:17:36.027Z[verify-libraries] Compiling bit-set v0.5.3
44892026-08-12T01:17:36.033Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44902026-08-12T01:17:36.076Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44912026-08-12T01:17:36.079Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44922026-08-12T01:17:36.159Z[verify-libraries] Compiling itertools v0.10.5
44932026-08-12T01:17:36.169Z[verify-libraries] Compiling ena v0.14.4
44942026-08-12T01:17:36.247Z[verify-libraries] Compiling libloading v0.8.9
44952026-08-12T01:17:36.292Z[verify-libraries] Compiling regex-syntax v0.6.29
44962026-08-12T01:17:36.329Z[verify-libraries] Compiling bindgen v0.71.1
44972026-08-12T01:17:36.495Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
44982026-08-12T01:17:36.654Z[ host-image] Aug 12 01:17:35.515 INFO O| Aug 12 01:17:35.515 INFO O| Actions: Completed 54180 actions in 7.97 seconds.
44992026-08-12T01:17:36.714Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45002026-08-12T01:17:36.726Z[ host-image] Aug 12 01:17:35.602 INFO O| Aug 12 01:17:35.602 INFO O| Finalize: Updating package state database ... Done
45012026-08-12T01:17:36.726Z[ host-image] Aug 12 01:17:35.603 INFO O| Aug 12 01:17:35.602 INFO O| Finalize: Updating package cache ... Done
45022026-08-12T01:17:36.845Z[ host-image] Aug 12 01:17:35.723 INFO O| Aug 12 01:17:35.722 INFO O| Finalize: Updating image state ... Done
45032026-08-12T01:17:36.873Z[verify-libraries] Compiling cexpr v0.6.0
45042026-08-12T01:17:36.906Z[ recovery-image] Aug 12 01:17:35.756 INFO O| Aug 12 01:17:35.756 INFO O| Planning: Solver setup ... Done
45052026-08-12T01:17:36.911Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45062026-08-12T01:17:36.987Z[verify-libraries] Compiling rustc-hash v2.1.1
45072026-08-12T01:17:37.031Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45082026-08-12T01:17:37.035Z[ recovery-image] Aug 12 01:17:35.911 INFO O| Aug 12 01:17:35.911 INFO O| Planning: Running solver ... Done
45092026-08-12T01:17:37.094Z[ recovery-image] Aug 12 01:17:35.971 INFO O| Aug 12 01:17:35.971 INFO O| Planning: Finding local manifests ... Done
45102026-08-12T01:17:37.151Z[ recovery-image] Aug 12 01:17:36.028 INFO O| Aug 12 01:17:36.028 INFO O| Planning: Fetching manifests: 0/130 0% complete
45112026-08-12T01:17:37.163Z[verify-libraries] Compiling libxml v0.3.3
45122026-08-12T01:17:37.260Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45132026-08-12T01:17:37.280Z[verify-libraries] Compiling strum_macros v0.24.3
45142026-08-12T01:17:37.355Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45152026-08-12T01:17:37.410Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45162026-08-12T01:17:37.644Z[verify-libraries] Compiling hmac v0.13.0
45172026-08-12T01:17:37.714Z[verify-libraries] Compiling universal-hash v0.6.1
45182026-08-12T01:17:37.759Z[verify-libraries] Compiling fxhash v0.2.1
45192026-08-12T01:17:37.896Z[verify-libraries] Compiling lalrpop v0.19.12
45202026-08-12T01:17:37.940Z[verify-libraries] Compiling indoc v1.0.9
45212026-08-12T01:17:38.013Z[ host-image] Aug 12 01:17:36.890 INFO O| Aug 12 01:17:36.890 INFO O| Finalize: Creating fast lookup database ... Done
45222026-08-12T01:17:38.043Z[ host-image] Aug 12 01:17:36.920 INFO O| Aug 12 01:17:36.919 INFO O| Finalize: Reading search index ... Done
45232026-08-12T01:17:38.068Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45242026-08-12T01:17:38.795Z[verify-libraries] Compiling progenitor-impl v0.13.0
45252026-08-12T01:17:38.850Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45262026-08-12T01:17:39.034Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45272026-08-12T01:17:39.076Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45282026-08-12T01:17:39.164Z[verify-libraries] Compiling oso-derive v0.27.3
45292026-08-12T01:17:39.298Z[verify-libraries] Compiling quick-xml v0.37.5
45302026-08-12T01:17:39.893Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45312026-08-12T01:17:40.696Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45322026-08-12T01:17:40.989Z[ host-image] Aug 12 01:17:39.866 INFO O| Aug 12 01:17:39.866 INFO O| Finalize: Building new search index ... Done
45332026-08-12T01:17:41.061Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45342026-08-12T01:17:41.138Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45352026-08-12T01:17:41.190Z[verify-libraries] Compiling openssl-probe v0.1.6
45362026-08-12T01:17:41.210Z[ recovery-image] Aug 12 01:17:40.084 INFO O| Aug 12 01:17:40.084 INFO O| Planning: Fetching manifests: 130/130 100% complete
45372026-08-12T01:17:41.439Z[ host-image] Aug 12 01:17:40.316 INFO O| Aug 12 01:17:40.316 INFO O| Finalize: Updating package cache ... Done
45382026-08-12T01:17:41.572Z[verify-libraries] Compiling polyval v0.7.1
45392026-08-12T01:17:41.628Z[ recovery-image] Aug 12 01:17:40.503 INFO O| Aug 12 01:17:40.503 INFO O| Planning: Package planning ... Done
45402026-08-12T01:17:41.782Z[verify-libraries] Compiling der v0.8.0
45412026-08-12T01:17:41.786Z[verify-libraries] Compiling progenitor-macro v0.13.0
45422026-08-12T01:17:41.786Z[ recovery-image] Aug 12 01:17:40.661 INFO O| Aug 12 01:17:40.661 INFO O| Planning: Merging actions ... Done
45432026-08-12T01:17:41.794Z[ host-image] Aug 12 01:17:40.671 INFO O| Aug 12 01:17:40.671 INFO STEP 11 (pkg_install) COMPLETE
45442026-08-12T01:17:41.794Z[ host-image] Aug 12 01:17:40.671 INFO O| Aug 12 01:17:40.671 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45452026-08-12T01:17:41.805Z[ host-image] Aug 12 01:17:40.682 INFO O| Aug 12 01:17:40.682 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"]
45462026-08-12T01:17:41.857Z[ recovery-image] Aug 12 01:17:40.734 INFO O| Aug 12 01:17:40.734 INFO O| Planning: Checking for conflicting actions ... Done
45472026-08-12T01:17:41.872Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45482026-08-12T01:17:41.914Z[ recovery-image] Aug 12 01:17:40.791 INFO O| Aug 12 01:17:40.791 INFO O| Planning: Consolidating action changes ... Done
45492026-08-12T01:17:41.970Z[verify-libraries] Compiling diesel v2.3.7
45502026-08-12T01:17:42.050Z[ recovery-image] Aug 12 01:17:40.927 INFO O| Aug 12 01:17:40.926 INFO O| Planning: Evaluating mediators ... Done
45512026-08-12T01:17:42.127Z[verify-libraries] Compiling progenitor-client v0.13.0
45522026-08-12T01:17:42.704Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45532026-08-12T01:17:42.745Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45542026-08-12T01:17:42.745Z[verify-libraries] Compiling git-stub v1.0.0
45552026-08-12T01:17:43.193Z[verify-libraries] Compiling kstat-rs v0.2.5
45562026-08-12T01:17:43.247Z[verify-libraries] Compiling trait-variant v0.1.2
45572026-08-12T01:17:43.304Z[verify-libraries] Compiling salty v0.3.0
45582026-08-12T01:17:43.454Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45592026-08-12T01:17:43.620Z[ recovery-image] Aug 12 01:17:42.497 INFO O| Aug 12 01:17:42.497 INFO O| Planning: Planning completed in 8.56 seconds
45602026-08-12T01:17:43.624Z[ recovery-image] Aug 12 01:17:42.500 INFO O| Aug 12 01:17:42.500 INFO O| Packages to install: 130
45612026-08-12T01:17:43.625Z[ recovery-image] Aug 12 01:17:42.500 INFO O| Aug 12 01:17:42.500 INFO O| Mediators to change: 5
45622026-08-12T01:17:43.625Z[ recovery-image] Aug 12 01:17:42.500 INFO O| Aug 12 01:17:42.500 INFO O| Services to change: 5
45632026-08-12T01:17:43.654Z[ recovery-image] Aug 12 01:17:42.531 INFO O| Aug 12 01:17:42.531 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
45642026-08-12T01:17:43.749Z[ host-image] Aug 12 01:17:42.626 INFO O| Aug 12 01:17:42.626 INFO O| Startup: Refreshing catalog 'helios' ... Done
45652026-08-12T01:17:43.785Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45662026-08-12T01:17:43.947Z[verify-libraries] Compiling ghash v0.6.0
45672026-08-12T01:17:44.004Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45682026-08-12T01:17:44.084Z[verify-libraries] Compiling pbkdf2 v0.13.0
45692026-08-12T01:17:44.204Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45702026-08-12T01:17:44.248Z[ host-image] Aug 12 01:17:43.125 INFO O| Aug 12 01:17:43.125 INFO O| Startup: Caching catalogs ... Done
45712026-08-12T01:17:44.294Z[verify-libraries] Compiling aes v0.9.1
45722026-08-12T01:17:44.352Z[verify-libraries] Compiling crypto-bigint v0.7.5
45732026-08-12T01:17:44.674Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45742026-08-12T01:17:44.854Z[ host-image] Aug 12 01:17:43.731 INFO O| Aug 12 01:17:43.730 INFO O| Planning: Solver setup ... Done
45752026-08-12T01:17:44.859Z[ host-image] Aug 12 01:17:43.736 INFO O| Aug 12 01:17:43.736 INFO O| Planning: Running solver ... Done
45762026-08-12T01:17:44.875Z[ host-image] Aug 12 01:17:43.752 INFO O| Aug 12 01:17:43.751 INFO O| Planning: Finding local manifests ... Done
45772026-08-12T01:17:44.918Z[ host-image] Aug 12 01:17:43.796 INFO O| Aug 12 01:17:43.795 INFO O| Planning: Fetching manifests: 0/6 0% complete
45782026-08-12T01:17:45.000Z[ host-image] Aug 12 01:17:43.877 INFO O| Aug 12 01:17:43.877 INFO O| Planning: Fetching manifests: 6/6 100% complete
45792026-08-12T01:17:45.042Z[ host-image] Aug 12 01:17:43.909 INFO O| Aug 12 01:17:43.909 INFO O| Planning: Package planning ... Done
45802026-08-12T01:17:45.043Z[ host-image] Aug 12 01:17:43.912 INFO O| Aug 12 01:17:43.912 INFO O| Planning: Merging actions ... Done
45812026-08-12T01:17:45.078Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45822026-08-12T01:17:45.171Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45832026-08-12T01:17:45.260Z[ host-image] Aug 12 01:17:44.137 INFO O| Aug 12 01:17:44.137 INFO O| Planning: Checking for conflicting actions ... Done
45842026-08-12T01:17:45.263Z[ host-image] Aug 12 01:17:44.138 INFO O| Aug 12 01:17:44.138 INFO O| Planning: Consolidating action changes ... Done
45852026-08-12T01:17:45.408Z[ host-image] Aug 12 01:17:44.284 INFO O| Aug 12 01:17:44.284 INFO O| Planning: Evaluating mediators ... Done
45862026-08-12T01:17:45.408Z[ host-image] Aug 12 01:17:44.285 INFO O| Aug 12 01:17:44.285 INFO O| Planning: Planning completed in 1.11 seconds
45872026-08-12T01:17:45.412Z[ host-image] Aug 12 01:17:44.286 INFO O| Aug 12 01:17:44.286 INFO O| Packages to install: 6
45882026-08-12T01:17:45.412Z[ host-image] Aug 12 01:17:44.286 INFO O| Aug 12 01:17:44.286 INFO O| Services to change: 2
45892026-08-12T01:17:45.419Z[ host-image] Aug 12 01:17:44.296 INFO O| Aug 12 01:17:44.296 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
45902026-08-12T01:17:45.628Z[ host-image] Aug 12 01:17:44.505 INFO O| Aug 12 01:17:44.505 INFO O| Download: Completed 1.75 MB in 0.21 seconds (8.3M/s)
45912026-08-12T01:17:45.653Z[ host-image] Aug 12 01:17:44.531 INFO O| Aug 12 01:17:44.531 INFO O| Actions: 1/390 actions (Installing new actions)
45922026-08-12T01:17:45.657Z[verify-libraries] Compiling ctr v0.10.1
45932026-08-12T01:17:45.816Z[ host-image] Aug 12 01:17:44.693 INFO O| Aug 12 01:17:44.693 INFO O| Actions: Completed 390 actions in 0.16 seconds.
45942026-08-12T01:17:45.820Z[verify-libraries] Compiling bb8 v0.8.6
45952026-08-12T01:17:45.850Z[ host-image] Aug 12 01:17:44.727 INFO O| Aug 12 01:17:44.727 INFO O| Finalize: Updating package state database ... Done
45962026-08-12T01:17:45.850Z[ host-image] Aug 12 01:17:44.727 INFO O| Aug 12 01:17:44.727 INFO O| Finalize: Updating package cache ... Done
45972026-08-12T01:17:45.931Z[verify-libraries] Compiling aead v0.6.1
45982026-08-12T01:17:45.936Z[ host-image] Aug 12 01:17:44.813 INFO O| Aug 12 01:17:44.813 INFO O| Finalize: Updating image state ... Done
45992026-08-12T01:17:45.970Z[verify-libraries] Compiling parking_lot_core v0.8.6
46002026-08-12T01:17:46.118Z[verify-libraries] Compiling aes-gcm v0.11.0
46012026-08-12T01:17:46.152Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46022026-08-12T01:17:46.266Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46032026-08-12T01:17:46.366Z[verify-libraries] Compiling spki v0.8.0
46042026-08-12T01:17:46.461Z[verify-libraries] Compiling mime_guess v2.0.5
46052026-08-12T01:17:46.464Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46062026-08-12T01:17:46.561Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46072026-08-12T01:17:46.646Z[verify-libraries] Compiling rfc6979 v0.4.0
46082026-08-12T01:17:46.677Z[verify-libraries] Compiling salsa20 v0.11.0
46092026-08-12T01:17:46.744Z[verify-libraries] Compiling nanorand v0.7.0
46102026-08-12T01:17:46.832Z[verify-libraries] Compiling ecdsa v0.16.9
46112026-08-12T01:17:46.871Z[ host-image] Aug 12 01:17:45.748 INFO O| Aug 12 01:17:45.748 INFO O| Finalize: Creating fast lookup database ... Done
46122026-08-12T01:17:46.883Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46132026-08-12T01:17:46.895Z[ host-image] Aug 12 01:17:45.772 INFO O| Aug 12 01:17:45.772 INFO O| Finalize: Reading search index ... Done
46142026-08-12T01:17:46.895Z[ host-image] Aug 12 01:17:45.772 INFO O| Aug 12 01:17:45.772 INFO O| Finalize: Updating search index ... Done
46152026-08-12T01:17:46.911Z[ host-image] Aug 12 01:17:45.788 INFO O| Aug 12 01:17:45.788 INFO O| Finalize: Updating package cache ... Done
46162026-08-12T01:17:46.944Z[verify-libraries] Compiling scrypt v0.12.0
46172026-08-12T01:17:47.110Z[verify-libraries] Compiling flume v0.11.1
46182026-08-12T01:17:47.176Z[ host-image] Aug 12 01:17:46.053 INFO O| Aug 12 01:17:46.053 INFO STEP 12 (pkg_install) COMPLETE
46192026-08-12T01:17:47.177Z[ host-image] Aug 12 01:17:46.054 INFO O| Aug 12 01:17:46.053 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46202026-08-12T01:17:47.190Z[ host-image] Aug 12 01:17:46.068 INFO O| Aug 12 01:17:46.067 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46212026-08-12T01:17:47.250Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46222026-08-12T01:17:47.383Z[verify-libraries] Compiling primeorder v0.13.6
46232026-08-12T01:17:47.613Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46242026-08-12T01:17:47.637Z[verify-libraries] Compiling progenitor v0.13.0
46252026-08-12T01:17:47.773Z[verify-libraries] Compiling cbc v0.2.1
46262026-08-12T01:17:47.799Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46272026-08-12T01:17:47.821Z[verify-libraries] Compiling http-range v0.1.5
46282026-08-12T01:17:47.851Z[verify-libraries] Compiling nonempty v0.12.0
46292026-08-12T01:17:47.879Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46302026-08-12T01:17:48.025Z[verify-libraries] Compiling pkcs5 v0.8.1
46312026-08-12T01:17:48.054Z[verify-libraries] Compiling p384 v0.13.1
46322026-08-12T01:17:48.079Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46332026-08-12T01:17:48.107Z[verify-libraries] Compiling parking_lot v0.11.2
46342026-08-12T01:17:48.626Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46352026-08-12T01:17:48.659Z[ recovery-image] Aug 12 01:17:47.535 INFO O| Aug 12 01:17:47.535 INFO O| Download: 7330/16682 items 74.1/200.0MB 37% complete (15.4M/s)
46362026-08-12T01:17:48.665Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46372026-08-12T01:17:48.699Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46382026-08-12T01:17:48.703Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46392026-08-12T01:17:48.878Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46402026-08-12T01:17:49.036Z[verify-libraries] Compiling prefix-trie v0.7.0
46412026-08-12T01:17:49.208Z[verify-libraries] Compiling digest-io v0.1.0
46422026-08-12T01:17:49.232Z[verify-libraries] Compiling rawzip v0.4.4
46432026-08-12T01:17:49.385Z[ host-image] Aug 12 01:17:48.257 INFO O| Aug 12 01:17:48.257 INFO O| Startup: Refreshing catalog 'helios' ... Done
46442026-08-12T01:17:49.455Z[verify-libraries] Compiling hickory-server v0.25.2
46452026-08-12T01:17:49.502Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46462026-08-12T01:17:49.559Z[verify-libraries] Compiling pkcs8 v0.11.0
46472026-08-12T01:17:49.563Z[verify-libraries] Compiling sled v0.34.7
46482026-08-12T01:17:49.808Z[ host-image] Aug 12 01:17:48.685 INFO O| Aug 12 01:17:48.685 INFO O| Startup: Caching catalogs ... Done
46492026-08-12T01:17:50.062Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46502026-08-12T01:17:50.131Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46512026-08-12T01:17:50.217Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46522026-08-12T01:17:50.220Z[ host-image] Aug 12 01:17:49.097 INFO O| Aug 12 01:17:49.097 INFO O| Planning: Solver setup ... Done
46532026-08-12T01:17:50.224Z[ host-image] Aug 12 01:17:49.102 INFO O| Aug 12 01:17:49.102 INFO O| Planning: Running solver ... Done
46542026-08-12T01:17:50.238Z[ host-image] Aug 12 01:17:49.114 INFO O| Aug 12 01:17:49.114 INFO O| Planning: Finding local manifests ... Done
46552026-08-12T01:17:50.285Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46562026-08-12T01:17:50.290Z[ host-image] Aug 12 01:17:49.163 INFO O| Aug 12 01:17:49.163 INFO O| Planning: Fetching manifests: 0/6 0% complete
46572026-08-12T01:17:50.457Z[ host-image] Aug 12 01:17:49.334 INFO O| Aug 12 01:17:49.334 INFO O| Planning: Fetching manifests: 6/6 100% complete
46582026-08-12T01:17:50.484Z[ host-image] Aug 12 01:17:49.361 INFO O| Aug 12 01:17:49.361 INFO O| Planning: Package planning ... Done
46592026-08-12T01:17:50.492Z[ host-image] Aug 12 01:17:49.369 INFO O| Aug 12 01:17:49.369 INFO O| Planning: Merging actions ... Done
46602026-08-12T01:17:50.660Z[ host-image] Aug 12 01:17:49.537 INFO O| Aug 12 01:17:49.537 INFO O| Planning: Checking for conflicting actions ... Done
46612026-08-12T01:17:50.663Z[ host-image] Aug 12 01:17:49.541 INFO O| Aug 12 01:17:49.540 INFO O| Planning: Consolidating action changes ... Done
46622026-08-12T01:17:50.684Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46632026-08-12T01:17:50.751Z[verify-libraries] Compiling ignore v0.4.25
46642026-08-12T01:17:50.834Z[ host-image] Aug 12 01:17:49.711 INFO O| Aug 12 01:17:49.711 INFO O| Planning: Evaluating mediators ... Done
46652026-08-12T01:17:50.837Z[ host-image] Aug 12 01:17:49.714 INFO O| Aug 12 01:17:49.714 INFO O| Planning: Planning completed in 1.01 seconds
46662026-08-12T01:17:50.837Z[ host-image] Aug 12 01:17:49.714 INFO O| Aug 12 01:17:49.714 INFO O| Packages to install: 6
46672026-08-12T01:17:50.837Z[ host-image] Aug 12 01:17:49.714 INFO O| Aug 12 01:17:49.714 INFO O| Mediators to change: 1
46682026-08-12T01:17:50.837Z[ host-image] Aug 12 01:17:49.714 INFO O| Aug 12 01:17:49.714 INFO O| Services to change: 1
46692026-08-12T01:17:50.848Z[ host-image] Aug 12 01:17:49.725 INFO O| Aug 12 01:17:49.725 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46702026-08-12T01:17:50.851Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46712026-08-12T01:17:50.967Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46722026-08-12T01:17:51.115Z[verify-libraries] Compiling ff v0.14.0
46732026-08-12T01:17:51.175Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46742026-08-12T01:17:51.308Z[verify-libraries] Compiling corncobs v0.1.4
46752026-08-12T01:17:51.503Z[ host-image] Aug 12 01:17:50.380 INFO O| Aug 12 01:17:50.380 INFO O| Download: Completed 7.84 MB in 0.65 seconds (12.0M/s)
46762026-08-12T01:17:51.536Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46772026-08-12T01:17:51.544Z[ host-image] Aug 12 01:17:50.419 INFO O| Aug 12 01:17:50.419 INFO O| Actions: 1/1366 actions (Installing new actions)
46782026-08-12T01:17:51.569Z[verify-libraries] Compiling globwalk v0.9.1
46792026-08-12T01:17:51.669Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46802026-08-12T01:17:51.740Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46812026-08-12T01:17:51.818Z[ host-image] Aug 12 01:17:50.694 INFO O| Aug 12 01:17:50.694 INFO O| Actions: Completed 1366 actions in 0.28 seconds.
46822026-08-12T01:17:51.853Z[ host-image] Aug 12 01:17:50.730 INFO O| Aug 12 01:17:50.730 INFO O| Finalize: Updating package state database ... Done
46832026-08-12T01:17:51.853Z[ host-image] Aug 12 01:17:50.730 INFO O| Aug 12 01:17:50.730 INFO O| Finalize: Updating package cache ... Done
46842026-08-12T01:17:51.951Z[ host-image] Aug 12 01:17:50.826 INFO O| Aug 12 01:17:50.826 INFO O| Finalize: Updating image state ... Done
46852026-08-12T01:17:51.966Z[verify-libraries] Compiling predicates-tree v1.0.13
46862026-08-12T01:17:52.065Z[verify-libraries] Compiling libz-sys v1.1.24
46872026-08-12T01:17:52.118Z[verify-libraries] Compiling rand_seeder v0.4.0
46882026-08-12T01:17:52.251Z[verify-libraries] Compiling secrecy v0.8.0
46892026-08-12T01:17:52.291Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46902026-08-12T01:17:52.382Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46912026-08-12T01:17:52.694Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46922026-08-12T01:17:52.832Z[verify-libraries] Compiling group v0.14.0
46932026-08-12T01:17:52.917Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46942026-08-12T01:17:53.042Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46952026-08-12T01:17:53.072Z[ host-image] Aug 12 01:17:51.949 INFO O| Aug 12 01:17:51.949 INFO O| Finalize: Creating fast lookup database ... Done
46962026-08-12T01:17:53.104Z[ host-image] Aug 12 01:17:51.980 INFO O| Aug 12 01:17:51.980 INFO O| Finalize: Reading search index ... Done
46972026-08-12T01:17:53.104Z[ host-image] Aug 12 01:17:51.980 INFO O| Aug 12 01:17:51.980 INFO O| Finalize: Updating search index ... Done
46982026-08-12T01:17:53.125Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
46992026-08-12T01:17:53.140Z[ host-image] Aug 12 01:17:52.017 INFO O| Aug 12 01:17:52.017 INFO O| Finalize: Updating package cache ... Done
47002026-08-12T01:17:53.169Z[verify-libraries] Compiling signature v3.0.0
47012026-08-12T01:17:53.375Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47022026-08-12T01:17:53.427Z[ host-image] Aug 12 01:17:52.304 INFO O| Aug 12 01:17:52.304 INFO STEP 13 (pkg_install) COMPLETE
47032026-08-12T01:17:53.428Z[ host-image] Aug 12 01:17:52.304 INFO O| Aug 12 01:17:52.304 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47042026-08-12T01:17:53.438Z[ host-image] Aug 12 01:17:52.315 INFO O| Aug 12 01:17:52.315 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
47052026-08-12T01:17:53.490Z[verify-libraries] Compiling instability v0.3.11
47062026-08-12T01:17:53.663Z[ recovery-image] Aug 12 01:17:52.539 INFO O| Aug 12 01:17:52.539 INFO O| Download: 15349/16682 items 162.4/200.0MB 81% complete (16.6M/s)
47072026-08-12T01:17:53.680Z[verify-libraries] Compiling base16ct v1.0.0
47082026-08-12T01:17:53.817Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47092026-08-12T01:17:53.866Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47102026-08-12T01:17:53.869Z[verify-libraries] Compiling sec1 v0.8.1
47112026-08-12T01:17:53.980Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47122026-08-12T01:17:54.154Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47132026-08-12T01:17:54.181Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47142026-08-12T01:17:54.219Z[verify-libraries] Compiling hkdf v0.13.0
47152026-08-12T01:17:54.222Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47162026-08-12T01:17:54.279Z[verify-libraries] Compiling scuffle v0.1.0
47172026-08-12T01:17:54.279Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47182026-08-12T01:17:54.337Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47192026-08-12T01:17:54.583Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47202026-08-12T01:17:54.591Z[ recovery-image] Aug 12 01:17:53.468 INFO O| Aug 12 01:17:53.468 INFO O| Download: Completed 200.00 MB in 10.94 seconds (18.2M/s)
47212026-08-12T01:17:54.638Z[verify-libraries] Compiling castaway v0.2.4
47222026-08-12T01:17:54.638Z[verify-libraries] Compiling indoc v2.0.7
47232026-08-12T01:17:54.873Z[ recovery-image] Aug 12 01:17:53.749 INFO O| Aug 12 01:17:53.749 INFO O| Actions: 1/27580 actions (Installing new actions)
47242026-08-12T01:17:54.928Z[verify-libraries] Compiling compact_str v0.8.1
47252026-08-12T01:17:55.144Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47262026-08-12T01:17:55.310Z[ host-image] Aug 12 01:17:54.187 INFO O| Aug 12 01:17:54.185 INFO O| Startup: Refreshing catalog 'helios' ... Done
47272026-08-12T01:17:55.355Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47282026-08-12T01:17:55.456Z[verify-libraries] Compiling elliptic-curve v0.14.1
47292026-08-12T01:17:55.670Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47302026-08-12T01:17:55.727Z[ host-image] Aug 12 01:17:54.603 INFO O| Aug 12 01:17:54.603 INFO O| Startup: Caching catalogs ... Done
47312026-08-12T01:17:55.759Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47322026-08-12T01:17:56.109Z[ host-image] Aug 12 01:17:54.986 INFO O| Aug 12 01:17:54.986 INFO O| Planning: Solver setup ... Done
47332026-08-12T01:17:56.114Z[ host-image] Aug 12 01:17:54.991 INFO O| Aug 12 01:17:54.991 INFO O| Planning: Running solver ... Done
47342026-08-12T01:17:56.128Z[ host-image] Aug 12 01:17:55.005 INFO O| Aug 12 01:17:55.005 INFO O| Planning: Finding local manifests ... Done
47352026-08-12T01:17:56.150Z[ host-image] Aug 12 01:17:55.027 INFO O| Aug 12 01:17:55.027 INFO O| Planning: Fetching manifests: 0/1 0% complete
47362026-08-12T01:17:56.154Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47372026-08-12T01:17:56.157Z[ host-image] Aug 12 01:17:55.033 INFO O| Aug 12 01:17:55.033 INFO O| Planning: Fetching manifests: 1/1 100% complete
47382026-08-12T01:17:56.175Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47392026-08-12T01:17:56.175Z[ host-image] Aug 12 01:17:55.051 INFO O| Aug 12 01:17:55.051 INFO O| Planning: Package planning ... Done
47402026-08-12T01:17:56.175Z[ host-image] Aug 12 01:17:55.051 INFO O| Aug 12 01:17:55.051 INFO O| Planning: Merging actions ... Done
47412026-08-12T01:17:56.321Z[ host-image] Aug 12 01:17:55.198 INFO O| Aug 12 01:17:55.198 INFO O| Planning: Checking for conflicting actions ... Done
47422026-08-12T01:17:56.325Z[ host-image] Aug 12 01:17:55.199 INFO O| Aug 12 01:17:55.199 INFO O| Planning: Consolidating action changes ... Done
47432026-08-12T01:17:56.546Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47442026-08-12T01:17:56.566Z[ host-image] Aug 12 01:17:55.443 INFO O| Aug 12 01:17:55.442 INFO O| Planning: Evaluating mediators ... Done
47452026-08-12T01:17:56.569Z[ host-image] Aug 12 01:17:55.443 INFO O| Aug 12 01:17:55.443 INFO O| Planning: Planning completed in 0.83 seconds
47462026-08-12T01:17:56.569Z[ host-image] Aug 12 01:17:55.443 INFO O| Aug 12 01:17:55.443 INFO O| Packages to install: 1
47472026-08-12T01:17:56.577Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47482026-08-12T01:17:56.580Z[ host-image] Aug 12 01:17:55.454 INFO O| Aug 12 01:17:55.454 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
47492026-08-12T01:17:56.608Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47502026-08-12T01:17:56.651Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47512026-08-12T01:17:56.678Z[verify-libraries] Compiling unicode-truncate v1.1.0
47522026-08-12T01:17:56.780Z[ host-image] Aug 12 01:17:55.657 INFO O| Aug 12 01:17:55.657 INFO O| Download: Completed 13.17 MB in 0.20 seconds (65.0M/s)
47532026-08-12T01:17:56.825Z[verify-libraries] Compiling lru v0.12.5
47542026-08-12T01:17:56.923Z[verify-libraries] Compiling arc-swap v1.8.2
47552026-08-12T01:17:57.002Z[ host-image] Aug 12 01:17:55.879 INFO O| Aug 12 01:17:55.879 INFO O| Actions: 1/22 actions (Installing new actions)
47562026-08-12T01:17:57.055Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47572026-08-12T01:17:57.092Z[verify-libraries] Compiling cassowary v0.3.0
47582026-08-12T01:17:57.272Z[verify-libraries] Compiling slog-scope v4.4.1
47592026-08-12T01:17:57.276Z[ host-image] Aug 12 01:17:56.153 INFO O| Aug 12 01:17:56.153 INFO O| Actions: Completed 22 actions in 0.27 seconds.
47602026-08-12T01:17:57.313Z[ host-image] Aug 12 01:17:56.189 INFO O| Aug 12 01:17:56.189 INFO O| Finalize: Updating package state database ... Done
47612026-08-12T01:17:57.313Z[ host-image] Aug 12 01:17:56.190 INFO O| Aug 12 01:17:56.189 INFO O| Finalize: Updating package cache ... Done
47622026-08-12T01:17:57.393Z[ host-image] Aug 12 01:17:56.270 INFO O| Aug 12 01:17:56.270 INFO O| Finalize: Updating image state ... Done
47632026-08-12T01:17:57.397Z[verify-libraries] Compiling ratatui v0.29.0
47642026-08-12T01:17:57.589Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47652026-08-12T01:17:57.625Z[verify-libraries] Compiling wnaf v0.14.0
47662026-08-12T01:17:57.666Z[verify-libraries] Compiling primefield v0.14.0
47672026-08-12T01:17:57.737Z[verify-libraries] Compiling rfc6979 v0.6.0
47682026-08-12T01:17:57.940Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47692026-08-12T01:17:57.975Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47702026-08-12T01:17:58.016Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
47712026-08-12T01:17:58.250Z[verify-libraries] Compiling vergen-git2 v9.1.0
47722026-08-12T01:17:58.338Z[verify-libraries] Compiling strsim v0.10.0
47732026-08-12T01:17:58.366Z[ host-image] Aug 12 01:17:57.243 INFO O| Aug 12 01:17:57.243 INFO O| Finalize: Creating fast lookup database ... Done
47742026-08-12T01:17:58.395Z[ host-image] Aug 12 01:17:57.272 INFO O| Aug 12 01:17:57.272 INFO O| Finalize: Reading search index ... Done
47752026-08-12T01:17:58.395Z[ host-image] Aug 12 01:17:57.272 INFO O| Aug 12 01:17:57.272 INFO O| Finalize: Updating search index ... Done
47762026-08-12T01:17:58.407Z[ host-image] Aug 12 01:17:57.283 INFO O| Aug 12 01:17:57.283 INFO O| Finalize: Updating package cache ... Done
47772026-08-12T01:17:58.497Z[verify-libraries] Compiling is_ci v1.2.0
47782026-08-12T01:17:58.672Z[ host-image] Aug 12 01:17:57.548 INFO O| Aug 12 01:17:57.548 INFO STEP 14 (pkg_install) COMPLETE
47792026-08-12T01:17:58.672Z[ host-image] Aug 12 01:17:57.549 INFO O| Aug 12 01:17:57.548 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47802026-08-12T01:17:58.672Z[ host-image] Aug 12 01:17:57.549 INFO O| Aug 12 01:17:57.548 INFO skip step because feature "mbist" is not enabled
47812026-08-12T01:17:58.675Z[ host-image] Aug 12 01:17:57.549 INFO O| Aug 12 01:17:57.548 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47822026-08-12T01:17:58.675Z[ host-image] Aug 12 01:17:57.549 INFO O| Aug 12 01:17:57.548 INFO skip step because feature "mfg" is not enabled
47832026-08-12T01:17:58.675Z[ host-image] Aug 12 01:17:57.549 INFO O| Aug 12 01:17:57.548 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47842026-08-12T01:17:58.675Z[ host-image] Aug 12 01:17:57.549 INFO O| Aug 12 01:17:57.548 INFO skip step because feature "compliance" is not enabled
47852026-08-12T01:17:58.675Z[ host-image] Aug 12 01:17:57.549 INFO O| Aug 12 01:17:57.548 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47862026-08-12T01:17:58.676Z[ host-image] Aug 12 01:17:57.549 INFO O| Aug 12 01:17:57.549 INFO skip step because feature "stress" is not enabled
47872026-08-12T01:17:58.676Z[ host-image] Aug 12 01:17:57.549 INFO O| Aug 12 01:17:57.549 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47882026-08-12T01:17:58.676Z[ host-image] Aug 12 01:17:57.549 INFO O| Aug 12 01:17:57.549 INFO skip step because feature "compliance" is not enabled
47892026-08-12T01:17:58.676Z[ host-image] Aug 12 01:17:57.549 INFO O| Aug 12 01:17:57.549 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47902026-08-12T01:17:58.676Z[ host-image] Aug 12 01:17:57.549 INFO O| Aug 12 01:17:57.549 INFO skip step because feature "nfs" is not enabled
47912026-08-12T01:17:58.676Z[ host-image] Aug 12 01:17:57.549 INFO O| Aug 12 01:17:57.549 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
47922026-08-12T01:17:58.676Z[ host-image] Aug 12 01:17:57.549 INFO O| Aug 12 01:17:57.549 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
47932026-08-12T01:17:58.776Z[verify-libraries] Compiling supports-color v3.0.2
47942026-08-12T01:17:58.797Z[verify-libraries] Compiling darling_core v0.13.4
47952026-08-12T01:17:58.897Z[verify-libraries] Compiling ecdsa v0.17.0
47962026-08-12T01:17:59.050Z[verify-libraries] Compiling primeorder v0.14.0
47972026-08-12T01:17:59.188Z[ host-image] Aug 12 01:17:58.064 INFO O| Aug 12 01:17:58.064 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
47982026-08-12T01:17:59.398Z[ host-image] Aug 12 01:17:58.275 INFO O| Aug 12 01:17:58.275 INFO completed processing sled/ramdisk-01-os
47992026-08-12T01:17:59.402Z[ host-image] Aug 12 01:17:58.277 INFO omicron1 baseline generation...
48002026-08-12T01:17:59.402Z[ host-image] Aug 12 01:17:58.277 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
48012026-08-12T01:17:59.562Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48022026-08-12T01:17:59.592Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48032026-08-12T01:17:59.765Z[ host-image] Aug 12 01:17:58.642 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24189:20260811T192941Z
48042026-08-12T01:17:59.873Z[ recovery-image] Aug 12 01:17:58.749 INFO O| Aug 12 01:17:58.749 INFO O| Actions: 23009/27580 actions (Installing new actions)
48052026-08-12T01:17:59.949Z[verify-libraries] Compiling slog-stdlog v4.1.1
48062026-08-12T01:18:00.095Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48072026-08-12T01:18:00.247Z[verify-libraries] Compiling tungstenite v0.23.0
48082026-08-12T01:18:00.371Z[verify-libraries] Compiling console v0.16.2
48092026-08-12T01:18:00.577Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48102026-08-12T01:18:00.615Z[ recovery-image] Aug 12 01:17:59.492 INFO O| Aug 12 01:17:59.492 INFO O| Actions: Completed 27580 actions in 5.74 seconds.
48112026-08-12T01:18:00.690Z[ recovery-image] Aug 12 01:17:59.567 INFO O| Aug 12 01:17:59.567 INFO O| Finalize: Updating package state database ... Done
48122026-08-12T01:18:00.691Z[ recovery-image] Aug 12 01:17:59.567 INFO O| Aug 12 01:17:59.567 INFO O| Finalize: Updating package cache ... Done
48132026-08-12T01:18:00.799Z[ recovery-image] Aug 12 01:17:59.676 INFO O| Aug 12 01:17:59.675 INFO O| Finalize: Updating image state ... Done
48142026-08-12T01:18:00.874Z[verify-libraries] Compiling libsw-core v0.3.2
48152026-08-12T01:18:00.935Z[verify-libraries] Compiling assert_matches v1.5.0
48162026-08-12T01:18:01.029Z[verify-libraries] Compiling void v1.0.2
48172026-08-12T01:18:01.076Z[verify-libraries] Compiling unit-prefix v0.5.2
48182026-08-12T01:18:01.163Z[verify-libraries] Compiling lzss v0.8.2
48192026-08-12T01:18:01.190Z[verify-libraries] Compiling libsw v3.5.0
48202026-08-12T01:18:01.224Z[verify-libraries] Compiling darling_macro v0.13.4
48212026-08-12T01:18:01.299Z[verify-libraries] Compiling indicatif v0.18.4
48222026-08-12T01:18:01.325Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48232026-08-12T01:18:01.478Z[verify-libraries] Compiling slog-envlogger v2.2.0
48242026-08-12T01:18:01.524Z[verify-libraries] Compiling ssh-encoding v0.3.0
48252026-08-12T01:18:01.550Z[ recovery-image] Aug 12 01:18:00.426 INFO O| Aug 12 01:18:00.426 INFO O| Finalize: Creating fast lookup database ... Done
48262026-08-12T01:18:01.566Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48272026-08-12T01:18:01.586Z[ recovery-image] Aug 12 01:18:00.463 INFO O| Aug 12 01:18:00.444 INFO O| Finalize: Reading search index ... Done
48282026-08-12T01:18:01.693Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48292026-08-12T01:18:01.745Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48302026-08-12T01:18:01.878Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48312026-08-12T01:18:01.954Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48322026-08-12T01:18:02.040Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48332026-08-12T01:18:02.118Z[verify-libraries] Compiling nix v0.27.1
48342026-08-12T01:18:02.204Z[verify-libraries] Compiling colored v2.2.0
48352026-08-12T01:18:02.255Z[verify-libraries] Compiling blake3 v1.8.5
48362026-08-12T01:18:02.311Z[verify-libraries] Compiling serde_bytes v0.11.19
48372026-08-12T01:18:02.353Z[verify-libraries] Compiling keccak v0.2.0
48382026-08-12T01:18:02.585Z[verify-libraries] Compiling shell-words v1.1.1
48392026-08-12T01:18:02.764Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48402026-08-12T01:18:02.815Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48412026-08-12T01:18:02.860Z[verify-libraries] Compiling darling v0.13.4
48422026-08-12T01:18:03.006Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48432026-08-12T01:18:03.291Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48442026-08-12T01:18:03.339Z[ recovery-image] Aug 12 01:18:02.216 INFO O| Aug 12 01:18:02.216 INFO O| Finalize: Building new search index ... Done
48452026-08-12T01:18:03.517Z[verify-libraries] Compiling ed25519 v3.0.0
48462026-08-12T01:18:03.594Z[verify-libraries] Compiling crypto-primes v0.7.2
48472026-08-12T01:18:03.665Z[ recovery-image] Aug 12 01:18:02.542 INFO O| Aug 12 01:18:02.542 INFO O| Finalize: Updating package cache ... Done
48482026-08-12T01:18:03.763Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48492026-08-12T01:18:03.965Z[ recovery-image] Aug 12 01:18:02.842 INFO O| Aug 12 01:18:02.842 INFO STEP 11 (pkg_install) COMPLETE
48502026-08-12T01:18:03.965Z[ recovery-image] Aug 12 01:18:02.842 INFO O| Aug 12 01:18:02.842 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48512026-08-12T01:18:03.969Z[ recovery-image] Aug 12 01:18:02.842 INFO O| Aug 12 01:18:02.842 INFO skip step because feature "recovery" is enabled
48522026-08-12T01:18:03.969Z[ recovery-image] Aug 12 01:18:02.842 INFO O| Aug 12 01:18:02.842 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48532026-08-12T01:18:03.969Z[ recovery-image] Aug 12 01:18:02.842 INFO O| Aug 12 01:18:02.842 INFO skip step because feature "omicron1" is not enabled
48542026-08-12T01:18:03.969Z[ recovery-image] Aug 12 01:18:02.842 INFO O| Aug 12 01:18:02.842 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48552026-08-12T01:18:03.977Z[ recovery-image] Aug 12 01:18:02.853 INFO O| Aug 12 01:18:02.853 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
48562026-08-12T01:18:04.298Z[verify-libraries] Compiling poly1305 v0.9.0
48572026-08-12T01:18:04.694Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48582026-08-12T01:18:04.734Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48592026-08-12T01:18:04.787Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48602026-08-12T01:18:04.875Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48612026-08-12T01:18:05.085Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48622026-08-12T01:18:05.169Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48632026-08-12T01:18:05.268Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48642026-08-12T01:18:05.316Z[verify-libraries] Compiling blowfish v0.10.0
48652026-08-12T01:18:05.382Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
48662026-08-12T01:18:05.699Z[verify-libraries] Compiling petname v2.0.2
48672026-08-12T01:18:05.750Z[verify-libraries] Compiling arrayvec v0.7.6
48682026-08-12T01:18:05.784Z[verify-libraries] Compiling constant_time_eq v0.4.2
48692026-08-12T01:18:05.834Z[verify-libraries] Compiling arrayref v0.3.9
48702026-08-12T01:18:06.016Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
48712026-08-12T01:18:06.191Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
48722026-08-12T01:18:06.337Z[verify-libraries] Compiling rsa v0.10.0-rc.18
48732026-08-12T01:18:06.401Z[verify-libraries] Compiling ssh-cipher v0.3.0
48742026-08-12T01:18:06.524Z[ recovery-image] Aug 12 01:18:05.401 INFO O| Aug 12 01:18:05.401 INFO O| Startup: Refreshing catalog 'helios' ... Done
48752026-08-12T01:18:06.558Z[verify-libraries] Compiling ed25519-dalek v3.0.0
48762026-08-12T01:18:06.603Z[verify-libraries] Compiling serde_with_macros v1.5.2
48772026-08-12T01:18:06.703Z[verify-libraries] Compiling sha3 v0.11.0
48782026-08-12T01:18:06.786Z[verify-libraries] Compiling p384 v0.14.0
48792026-08-12T01:18:06.935Z[ recovery-image] Aug 12 01:18:05.812 INFO O| Aug 12 01:18:05.812 INFO O| Startup: Caching catalogs ... Done
48802026-08-12T01:18:06.947Z[verify-libraries] Compiling p521 v0.14.0
48812026-08-12T01:18:07.143Z[verify-libraries] Compiling p256 v0.14.0
48822026-08-12T01:18:07.257Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
48832026-08-12T01:18:07.300Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48842026-08-12T01:18:07.338Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48852026-08-12T01:18:07.379Z[ recovery-image] Aug 12 01:18:06.255 INFO O| Aug 12 01:18:06.255 INFO O| Planning: Solver setup ... Done
48862026-08-12T01:18:07.383Z[ recovery-image] Aug 12 01:18:06.260 INFO O| Aug 12 01:18:06.260 INFO O| Planning: Running solver ... Done
48872026-08-12T01:18:07.396Z[ recovery-image] Aug 12 01:18:06.273 INFO O| Aug 12 01:18:06.273 INFO O| Planning: Finding local manifests ... Done
48882026-08-12T01:18:07.447Z[ recovery-image] Aug 12 01:18:06.324 INFO O| Aug 12 01:18:06.324 INFO O| Planning: Fetching manifests: 0/1 0% complete
48892026-08-12T01:18:07.469Z[ recovery-image] Aug 12 01:18:06.346 INFO O| Aug 12 01:18:06.346 INFO O| Planning: Fetching manifests: 1/1 100% complete
48902026-08-12T01:18:07.484Z[ recovery-image] Aug 12 01:18:06.361 INFO O| Aug 12 01:18:06.361 INFO O| Planning: Package planning ... Done
48912026-08-12T01:18:07.488Z[ recovery-image] Aug 12 01:18:06.362 INFO O| Aug 12 01:18:06.362 INFO O| Planning: Merging actions ... Done
48922026-08-12T01:18:07.505Z[ recovery-image] Aug 12 01:18:06.382 INFO O| Aug 12 01:18:06.382 INFO O| Planning: Checking for conflicting actions ... Done
48932026-08-12T01:18:07.508Z[ recovery-image] Aug 12 01:18:06.383 INFO O| Aug 12 01:18:06.383 INFO O| Planning: Consolidating action changes ... Done
48942026-08-12T01:18:07.608Z[ recovery-image] Aug 12 01:18:06.475 INFO O| Aug 12 01:18:06.475 INFO O| Planning: Evaluating mediators ... Done
48952026-08-12T01:18:07.608Z[ recovery-image] Aug 12 01:18:06.476 INFO O| Aug 12 01:18:06.476 INFO O| Planning: Planning completed in 0.65 seconds
48962026-08-12T01:18:07.608Z[ recovery-image] Aug 12 01:18:06.476 INFO O| Aug 12 01:18:06.476 INFO O| Packages to install: 1
48972026-08-12T01:18:07.612Z[ recovery-image] Aug 12 01:18:06.488 INFO O| Aug 12 01:18:06.488 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
48982026-08-12T01:18:07.742Z[verify-libraries] Compiling twox-hash v2.1.2
48992026-08-12T01:18:07.779Z[verify-libraries] Compiling kem v0.3.0
49002026-08-12T01:18:07.937Z[verify-libraries] Compiling module-lattice v0.2.3
49012026-08-12T01:18:07.993Z[verify-libraries] Compiling atty v0.2.14
49022026-08-12T01:18:07.997Z[ recovery-image] Aug 12 01:18:06.873 INFO O| Aug 12 01:18:06.873 INFO O| Download: Completed 13.17 MB in 0.39 seconds (34.2M/s)
49032026-08-12T01:18:08.064Z[ recovery-image] Aug 12 01:18:06.941 INFO O| Aug 12 01:18:06.941 INFO O| Actions: 1/22 actions (Installing new actions)
49042026-08-12T01:18:08.182Z[verify-libraries] Compiling rtoolbox v0.0.3
49052026-08-12T01:18:08.246Z[verify-libraries] Compiling topological-sort v0.2.2
49062026-08-12T01:18:08.274Z[verify-libraries] Compiling sponge-cursor v0.1.0
49072026-08-12T01:18:08.437Z[verify-libraries] Compiling sha3 v0.12.0
49082026-08-12T01:18:08.440Z[ recovery-image] Aug 12 01:18:07.314 INFO O| Aug 12 01:18:07.314 INFO O| Actions: Completed 22 actions in 0.37 seconds.
49092026-08-12T01:18:08.478Z[ recovery-image] Aug 12 01:18:07.346 INFO O| Aug 12 01:18:07.346 INFO O| Finalize: Updating package state database ... Done
49102026-08-12T01:18:08.478Z[ recovery-image] Aug 12 01:18:07.346 INFO O| Aug 12 01:18:07.346 INFO O| Finalize: Updating package cache ... Done
49112026-08-12T01:18:08.482Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49122026-08-12T01:18:08.503Z[verify-libraries] Compiling rpassword v7.5.4
49132026-08-12T01:18:08.521Z[verify-libraries] Compiling ml-kem v0.3.2
49142026-08-12T01:18:08.557Z[ recovery-image] Aug 12 01:18:07.434 INFO O| Aug 12 01:18:07.434 INFO O| Finalize: Updating image state ... Done
49152026-08-12T01:18:08.578Z[verify-libraries] Compiling serde_with v1.14.0
49162026-08-12T01:18:09.107Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49172026-08-12T01:18:09.166Z[ recovery-image] Aug 12 01:18:08.043 INFO O| Aug 12 01:18:08.042 INFO O| Finalize: Creating fast lookup database ... Done
49182026-08-12T01:18:09.181Z[ recovery-image] Aug 12 01:18:08.058 INFO O| Aug 12 01:18:08.058 INFO O| Finalize: Reading search index ... Done
49192026-08-12T01:18:09.181Z[ recovery-image] Aug 12 01:18:08.058 INFO O| Aug 12 01:18:08.058 INFO O| Finalize: Updating search index ... Done
49202026-08-12T01:18:09.191Z[ recovery-image] Aug 12 01:18:08.068 INFO O| Aug 12 01:18:08.068 INFO O| Finalize: Updating package cache ... Done
49212026-08-12T01:18:09.358Z[verify-libraries] Compiling tui-tree-widget v0.23.1
49222026-08-12T01:18:09.459Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
49232026-08-12T01:18:09.562Z[ recovery-image] Aug 12 01:18:08.439 INFO O| Aug 12 01:18:08.439 INFO STEP 14 (pkg_install) COMPLETE
49242026-08-12T01:18:09.562Z[ recovery-image] Aug 12 01:18:08.439 INFO O| Aug 12 01:18:08.439 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49252026-08-12T01:18:09.562Z[ recovery-image] Aug 12 01:18:08.439 INFO O| Aug 12 01:18:08.439 INFO skip step because feature "mbist" is not enabled
49262026-08-12T01:18:09.565Z[ recovery-image] Aug 12 01:18:08.439 INFO O| Aug 12 01:18:08.439 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49272026-08-12T01:18:09.565Z[ recovery-image] Aug 12 01:18:08.439 INFO O| Aug 12 01:18:08.439 INFO skip step because feature "mfg" is not enabled
49282026-08-12T01:18:09.565Z[ recovery-image] Aug 12 01:18:08.439 INFO O| Aug 12 01:18:08.439 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49292026-08-12T01:18:09.565Z[ recovery-image] Aug 12 01:18:08.439 INFO O| Aug 12 01:18:08.439 INFO skip step because feature "compliance" is not enabled
49302026-08-12T01:18:09.565Z[ recovery-image] Aug 12 01:18:08.439 INFO O| Aug 12 01:18:08.439 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49312026-08-12T01:18:09.566Z[ recovery-image] Aug 12 01:18:08.439 INFO O| Aug 12 01:18:08.439 INFO skip step because feature "stress" is not enabled
49322026-08-12T01:18:09.566Z[ recovery-image] Aug 12 01:18:08.439 INFO O| Aug 12 01:18:08.439 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49332026-08-12T01:18:09.566Z[ recovery-image] Aug 12 01:18:08.439 INFO O| Aug 12 01:18:08.439 INFO skip step because feature "compliance" is not enabled
49342026-08-12T01:18:09.566Z[ recovery-image] Aug 12 01:18:08.439 INFO O| Aug 12 01:18:08.439 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49352026-08-12T01:18:09.566Z[ recovery-image] Aug 12 01:18:08.439 INFO O| Aug 12 01:18:08.439 INFO skip step because feature "nfs" is not enabled
49362026-08-12T01:18:09.566Z[ recovery-image] Aug 12 01:18:08.439 INFO O| Aug 12 01:18:08.439 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49372026-08-12T01:18:09.566Z[ recovery-image] Aug 12 01:18:08.439 INFO O| Aug 12 01:18:08.439 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49382026-08-12T01:18:09.636Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49392026-08-12T01:18:09.655Z[ recovery-image] Aug 12 01:18:08.532 INFO O| Aug 12 01:18:08.532 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49402026-08-12T01:18:09.724Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
49412026-08-12T01:18:09.789Z[ recovery-image] Aug 12 01:18:08.667 INFO O| Aug 12 01:18:08.666 INFO completed processing sled/ramdisk-01-os
49422026-08-12T01:18:09.793Z[ recovery-image] Aug 12 01:18:08.669 INFO image builder template: ramdisk-02-trim...
49432026-08-12T01:18:09.793Z[ recovery-image] Aug 12 01:18:08.669 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/.tmpKgS5xv/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-02-trim"], pwd: None
49442026-08-12T01:18:09.812Z[ recovery-image] Aug 12 01:18:08.688 INFO O| Aug 12 01:18:08.688 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49452026-08-12T01:18:09.815Z[ recovery-image] Aug 12 01:18:08.692 INFO O| Aug 12 01:18:08.692 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49462026-08-12T01:18:09.958Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
49472026-08-12T01:18:09.967Z[ recovery-image] Aug 12 01:18:08.844 INFO O| Aug 12 01:18:08.844 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49482026-08-12T01:18:09.993Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
49492026-08-12T01:18:10.046Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
49502026-08-12T01:18:10.066Z[ recovery-image] Aug 12 01:18:08.942 INFO O| Aug 12 01:18:08.941 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49512026-08-12T01:18:10.066Z[ recovery-image] Aug 12 01:18:08.942 INFO O| Aug 12 01:18:08.942 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49522026-08-12T01:18:10.070Z[ recovery-image] Aug 12 01:18:08.947 INFO O| Aug 12 01:18:08.947 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49532026-08-12T01:18:10.074Z[ recovery-image] Aug 12 01:18:08.952 INFO O| Aug 12 01:18:08.952 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49542026-08-12T01:18:10.079Z[ recovery-image] Aug 12 01:18:08.957 INFO O| Aug 12 01:18:08.956 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49552026-08-12T01:18:10.251Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
49562026-08-12T01:18:10.587Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
49572026-08-12T01:18:10.648Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
49582026-08-12T01:18:10.868Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49592026-08-12T01:18:10.880Z[ recovery-image] Aug 12 01:18:09.757 INFO O| Aug 12 01:18:09.757 INFO rolled back to input snapshot; work may begin
49602026-08-12T01:18:10.880Z[ recovery-image] Aug 12 01:18:09.757 INFO O| Aug 12 01:18:09.757 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49612026-08-12T01:18:10.885Z[ recovery-image] Aug 12 01:18:09.762 INFO O| Aug 12 01:18:09.761 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49622026-08-12T01:18:10.896Z[ recovery-image] Aug 12 01:18:09.772 INFO O| Aug 12 01:18:09.772 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49632026-08-12T01:18:10.899Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49642026-08-12T01:18:10.941Z[ recovery-image] Aug 12 01:18:09.817 INFO O| Aug 12 01:18:09.817 INFO STEP 0 (remove_files) COMPLETE
49652026-08-12T01:18:10.941Z[ recovery-image] Aug 12 01:18:09.817 INFO O| Aug 12 01:18:09.817 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49662026-08-12T01:18:10.952Z[ recovery-image] Aug 12 01:18:09.828 INFO O| Aug 12 01:18:09.828 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49672026-08-12T01:18:10.956Z[ recovery-image] Aug 12 01:18:09.829 INFO O| Aug 12 01:18:09.829 INFO STEP 1 (remove_files) COMPLETE
49682026-08-12T01:18:10.956Z[ recovery-image] Aug 12 01:18:09.830 INFO O| Aug 12 01:18:09.829 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49692026-08-12T01:18:10.962Z[ recovery-image] Aug 12 01:18:09.839 INFO O| Aug 12 01:18:09.839 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49702026-08-12T01:18:10.977Z[ recovery-image] Aug 12 01:18:09.854 INFO O| Aug 12 01:18:09.853 INFO STEP 2 (remove_files) COMPLETE
49712026-08-12T01:18:10.977Z[ recovery-image] Aug 12 01:18:09.854 INFO O| Aug 12 01:18:09.853 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49722026-08-12T01:18:10.987Z[ recovery-image] Aug 12 01:18:09.864 INFO O| Aug 12 01:18:09.864 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49732026-08-12T01:18:10.990Z[ recovery-image] Aug 12 01:18:09.865 INFO O| Aug 12 01:18:09.865 INFO STEP 3 (remove_files) COMPLETE
49742026-08-12T01:18:10.990Z[ recovery-image] Aug 12 01:18:09.865 INFO O| Aug 12 01:18:09.865 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49752026-08-12T01:18:10.999Z[ recovery-image] Aug 12 01:18:09.875 INFO O| Aug 12 01:18:09.875 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49762026-08-12T01:18:11.004Z[ recovery-image] Aug 12 01:18:09.878 INFO O| Aug 12 01:18:09.878 INFO STEP 4 (remove_files) COMPLETE
49772026-08-12T01:18:11.004Z[ recovery-image] Aug 12 01:18:09.878 INFO O| Aug 12 01:18:09.878 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49782026-08-12T01:18:11.011Z[ recovery-image] Aug 12 01:18:09.887 INFO O| Aug 12 01:18:09.887 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49792026-08-12T01:18:11.011Z[ recovery-image] Aug 12 01:18:09.887 INFO O| Aug 12 01:18:09.887 INFO STEP 5 (remove_files) COMPLETE
49802026-08-12T01:18:11.011Z[ recovery-image] Aug 12 01:18:09.887 INFO O| Aug 12 01:18:09.887 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49812026-08-12T01:18:11.020Z[ recovery-image] Aug 12 01:18:09.896 INFO O| Aug 12 01:18:09.896 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49822026-08-12T01:18:11.031Z[ recovery-image] Aug 12 01:18:09.908 INFO O| Aug 12 01:18:09.908 INFO STEP 6 (remove_files) COMPLETE
49832026-08-12T01:18:11.032Z[ recovery-image] Aug 12 01:18:09.908 INFO O| Aug 12 01:18:09.908 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49842026-08-12T01:18:11.032Z[ recovery-image] Aug 12 01:18:09.908 INFO O| Aug 12 01:18:09.908 INFO skip step because feature "heliosv2" is not enabled
49852026-08-12T01:18:11.035Z[ recovery-image] Aug 12 01:18:09.909 INFO O| Aug 12 01:18:09.908 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49862026-08-12T01:18:11.035Z[ recovery-image] Aug 12 01:18:09.909 INFO O| Aug 12 01:18:09.908 INFO skip step because feature "recovery" is enabled
49872026-08-12T01:18:11.035Z[ recovery-image] Aug 12 01:18:09.909 INFO O| Aug 12 01:18:09.908 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49882026-08-12T01:18:11.035Z[ recovery-image] Aug 12 01:18:09.909 INFO O| Aug 12 01:18:09.908 INFO skip step because feature "recovery" is enabled
49892026-08-12T01:18:11.035Z[ recovery-image] Aug 12 01:18:09.909 INFO O| Aug 12 01:18:09.908 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49902026-08-12T01:18:11.035Z[ recovery-image] Aug 12 01:18:09.909 INFO O| Aug 12 01:18:09.908 INFO skip step because feature "recovery" is enabled
49912026-08-12T01:18:11.035Z[ recovery-image] Aug 12 01:18:09.909 INFO O| Aug 12 01:18:09.908 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49922026-08-12T01:18:11.043Z[ recovery-image] Aug 12 01:18:09.919 INFO O| Aug 12 01:18:09.919 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
49932026-08-12T01:18:11.047Z[ recovery-image] Aug 12 01:18:09.921 INFO O| Aug 12 01:18:09.921 INFO STEP 11 (remove_files) COMPLETE
49942026-08-12T01:18:11.047Z[ recovery-image] Aug 12 01:18:09.921 INFO O| Aug 12 01:18:09.921 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49952026-08-12T01:18:11.053Z[ recovery-image] Aug 12 01:18:09.930 INFO O| Aug 12 01:18:09.930 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
49962026-08-12T01:18:11.057Z[ recovery-image] Aug 12 01:18:09.931 INFO O| Aug 12 01:18:09.931 INFO STEP 12 (remove_files) COMPLETE
49972026-08-12T01:18:11.057Z[ recovery-image] Aug 12 01:18:09.931 INFO O| Aug 12 01:18:09.931 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49982026-08-12T01:18:11.062Z[ recovery-image] Aug 12 01:18:09.939 INFO O| Aug 12 01:18:09.939 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
49992026-08-12T01:18:11.065Z[ recovery-image] Aug 12 01:18:09.941 INFO O| Aug 12 01:18:09.941 INFO STEP 13 (remove_files) COMPLETE
50002026-08-12T01:18:11.065Z[ recovery-image] Aug 12 01:18:09.941 INFO O| Aug 12 01:18:09.941 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50012026-08-12T01:18:11.130Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
50022026-08-12T01:18:11.154Z[ recovery-image] Aug 12 01:18:10.031 INFO O| Aug 12 01:18:10.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50032026-08-12T01:18:11.158Z[ recovery-image] Aug 12 01:18:10.035 INFO O| Aug 12 01:18:10.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50042026-08-12T01:18:11.198Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50052026-08-12T01:18:11.253Z[ recovery-image] Aug 12 01:18:10.129 INFO O| Aug 12 01:18:10.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50062026-08-12T01:18:11.253Z[ recovery-image] Aug 12 01:18:10.129 INFO O| Aug 12 01:18:10.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50072026-08-12T01:18:11.256Z[ recovery-image] Aug 12 01:18:10.130 INFO O| Aug 12 01:18:10.130 INFO STEP 14 (remove_files) COMPLETE
50082026-08-12T01:18:11.256Z[ recovery-image] Aug 12 01:18:10.130 INFO O| Aug 12 01:18:10.130 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50092026-08-12T01:18:11.276Z[ recovery-image] Aug 12 01:18:10.152 INFO O| Aug 12 01:18:10.152 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50102026-08-12T01:18:11.280Z[ recovery-image] Aug 12 01:18:10.157 INFO O| Aug 12 01:18:10.157 INFO STEP 15 (remove_files) COMPLETE
50112026-08-12T01:18:11.280Z[ recovery-image] Aug 12 01:18:10.157 INFO O| Aug 12 01:18:10.157 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50122026-08-12T01:18:11.290Z[ recovery-image] Aug 12 01:18:10.166 INFO O| Aug 12 01:18:10.166 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50132026-08-12T01:18:11.294Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50142026-08-12T01:18:11.297Z[ recovery-image] Aug 12 01:18:10.173 INFO O| Aug 12 01:18:10.173 INFO STEP 16 (remove_files) COMPLETE
50152026-08-12T01:18:11.297Z[ recovery-image] Aug 12 01:18:10.173 INFO O| Aug 12 01:18:10.173 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50162026-08-12T01:18:11.308Z[ recovery-image] Aug 12 01:18:10.184 INFO O| Aug 12 01:18:10.184 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50172026-08-12T01:18:11.312Z[ recovery-image] Aug 12 01:18:10.185 INFO O| Aug 12 01:18:10.185 INFO STEP 17 (remove_files) COMPLETE
50182026-08-12T01:18:11.312Z[ recovery-image] Aug 12 01:18:10.185 INFO O| Aug 12 01:18:10.185 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50192026-08-12T01:18:11.317Z[ recovery-image] Aug 12 01:18:10.194 INFO O| Aug 12 01:18:10.194 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50202026-08-12T01:18:11.321Z[ recovery-image] Aug 12 01:18:10.196 INFO O| Aug 12 01:18:10.196 INFO STEP 18 (remove_files) COMPLETE
50212026-08-12T01:18:11.321Z[ recovery-image] Aug 12 01:18:10.196 INFO O| Aug 12 01:18:10.196 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50222026-08-12T01:18:11.328Z[ recovery-image] Aug 12 01:18:10.205 INFO O| Aug 12 01:18:10.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50232026-08-12T01:18:11.328Z[ recovery-image] Aug 12 01:18:10.205 INFO O| Aug 12 01:18:10.205 INFO STEP 19 (remove_files) COMPLETE
50242026-08-12T01:18:11.332Z[ recovery-image] Aug 12 01:18:10.205 INFO O| Aug 12 01:18:10.205 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50252026-08-12T01:18:11.332Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
50262026-08-12T01:18:11.337Z[ recovery-image] Aug 12 01:18:10.214 INFO O| Aug 12 01:18:10.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50272026-08-12T01:18:11.337Z[ recovery-image] Aug 12 01:18:10.214 INFO O| Aug 12 01:18:10.214 INFO STEP 20 (remove_files) COMPLETE
50282026-08-12T01:18:11.337Z[ recovery-image] Aug 12 01:18:10.214 INFO O| Aug 12 01:18:10.214 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50292026-08-12T01:18:11.345Z[ recovery-image] Aug 12 01:18:10.222 INFO O| Aug 12 01:18:10.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50302026-08-12T01:18:11.345Z[ recovery-image] Aug 12 01:18:10.222 INFO O| Aug 12 01:18:10.222 INFO STEP 21 (remove_files) COMPLETE
50312026-08-12T01:18:11.345Z[ recovery-image] Aug 12 01:18:10.222 INFO O| Aug 12 01:18:10.222 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50322026-08-12T01:18:11.369Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
50332026-08-12T01:18:11.373Z[ recovery-image] Aug 12 01:18:10.249 INFO O| Aug 12 01:18:10.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50342026-08-12T01:18:11.373Z[ recovery-image] Aug 12 01:18:10.249 INFO O| Aug 12 01:18:10.249 INFO STEP 22 (remove_files) COMPLETE
50352026-08-12T01:18:11.373Z[ recovery-image] Aug 12 01:18:10.249 INFO O| Aug 12 01:18:10.249 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50362026-08-12T01:18:11.427Z[ recovery-image] Aug 12 01:18:10.304 INFO O| Aug 12 01:18:10.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50372026-08-12T01:18:11.427Z[ recovery-image] Aug 12 01:18:10.304 INFO O| Aug 12 01:18:10.304 INFO STEP 23 (remove_files) COMPLETE
50382026-08-12T01:18:11.427Z[ recovery-image] Aug 12 01:18:10.304 INFO O| Aug 12 01:18:10.304 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50392026-08-12T01:18:11.438Z[ recovery-image] Aug 12 01:18:10.315 INFO O| Aug 12 01:18:10.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50402026-08-12T01:18:11.439Z[ recovery-image] Aug 12 01:18:10.315 INFO O| Aug 12 01:18:10.315 INFO STEP 24 (remove_files) COMPLETE
50412026-08-12T01:18:11.444Z[ recovery-image] Aug 12 01:18:10.315 INFO O| Aug 12 01:18:10.315 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-08-12T01:18:11.478Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50432026-08-12T01:18:11.479Z[ recovery-image] Aug 12 01:18:10.354 INFO O| Aug 12 01:18:10.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50442026-08-12T01:18:11.479Z[ recovery-image] Aug 12 01:18:10.354 INFO O| Aug 12 01:18:10.354 INFO STEP 25 (remove_files) COMPLETE
50452026-08-12T01:18:11.479Z[ recovery-image] Aug 12 01:18:10.354 INFO O| Aug 12 01:18:10.354 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50462026-08-12T01:18:11.492Z[ recovery-image] Aug 12 01:18:10.364 INFO O| Aug 12 01:18:10.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50472026-08-12T01:18:11.492Z[ recovery-image] Aug 12 01:18:10.364 INFO O| Aug 12 01:18:10.364 INFO STEP 26 (remove_files) COMPLETE
50482026-08-12T01:18:11.496Z[ recovery-image] Aug 12 01:18:10.364 INFO O| Aug 12 01:18:10.364 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50492026-08-12T01:18:11.500Z[ recovery-image] Aug 12 01:18:10.374 INFO O| Aug 12 01:18:10.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50502026-08-12T01:18:11.500Z[ recovery-image] Aug 12 01:18:10.374 INFO O| Aug 12 01:18:10.374 INFO STEP 27 (remove_files) COMPLETE
50512026-08-12T01:18:11.500Z[ recovery-image] Aug 12 01:18:10.374 INFO O| Aug 12 01:18:10.374 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50522026-08-12T01:18:11.507Z[ recovery-image] Aug 12 01:18:10.384 INFO O| Aug 12 01:18:10.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50532026-08-12T01:18:11.507Z[ recovery-image] Aug 12 01:18:10.384 INFO O| Aug 12 01:18:10.384 INFO STEP 28 (remove_files) COMPLETE
50542026-08-12T01:18:11.510Z[ recovery-image] Aug 12 01:18:10.384 INFO O| Aug 12 01:18:10.384 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50552026-08-12T01:18:11.515Z[ recovery-image] Aug 12 01:18:10.392 INFO O| Aug 12 01:18:10.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50562026-08-12T01:18:11.515Z[ recovery-image] Aug 12 01:18:10.392 INFO O| Aug 12 01:18:10.392 INFO STEP 29 (remove_files) COMPLETE
50572026-08-12T01:18:11.519Z[ recovery-image] Aug 12 01:18:10.392 INFO O| Aug 12 01:18:10.392 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50582026-08-12T01:18:11.524Z[ recovery-image] Aug 12 01:18:10.401 INFO O| Aug 12 01:18:10.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50592026-08-12T01:18:11.524Z[ recovery-image] Aug 12 01:18:10.401 INFO O| Aug 12 01:18:10.401 INFO STEP 30 (remove_files) COMPLETE
50602026-08-12T01:18:11.528Z[ recovery-image] Aug 12 01:18:10.401 INFO O| Aug 12 01:18:10.401 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-08-12T01:18:11.537Z[ recovery-image] Aug 12 01:18:10.413 INFO O| Aug 12 01:18:10.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50622026-08-12T01:18:11.537Z[ recovery-image] Aug 12 01:18:10.413 INFO O| Aug 12 01:18:10.413 INFO STEP 31 (remove_files) COMPLETE
50632026-08-12T01:18:11.537Z[ recovery-image] Aug 12 01:18:10.413 INFO O| Aug 12 01:18:10.413 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50642026-08-12T01:18:11.544Z[ recovery-image] Aug 12 01:18:10.421 INFO O| Aug 12 01:18:10.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50652026-08-12T01:18:11.544Z[ recovery-image] Aug 12 01:18:10.421 INFO O| Aug 12 01:18:10.421 INFO STEP 32 (remove_files) COMPLETE
50662026-08-12T01:18:11.548Z[ recovery-image] Aug 12 01:18:10.421 INFO O| Aug 12 01:18:10.421 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50672026-08-12T01:18:11.553Z[ recovery-image] Aug 12 01:18:10.429 INFO O| Aug 12 01:18:10.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50682026-08-12T01:18:11.553Z[ recovery-image] Aug 12 01:18:10.429 INFO O| Aug 12 01:18:10.429 INFO STEP 33 (remove_files) COMPLETE
50692026-08-12T01:18:11.553Z[ recovery-image] Aug 12 01:18:10.429 INFO O| Aug 12 01:18:10.429 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50702026-08-12T01:18:11.561Z[ recovery-image] Aug 12 01:18:10.438 INFO O| Aug 12 01:18:10.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50712026-08-12T01:18:11.565Z[ recovery-image] Aug 12 01:18:10.438 INFO O| Aug 12 01:18:10.438 INFO STEP 34 (remove_files) COMPLETE
50722026-08-12T01:18:11.565Z[ recovery-image] Aug 12 01:18:10.438 INFO O| Aug 12 01:18:10.438 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50732026-08-12T01:18:11.568Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50742026-08-12T01:18:11.574Z[ recovery-image] Aug 12 01:18:10.451 INFO O| Aug 12 01:18:10.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50752026-08-12T01:18:11.574Z[ recovery-image] Aug 12 01:18:10.451 INFO O| Aug 12 01:18:10.451 INFO STEP 35 (remove_files) COMPLETE
50762026-08-12T01:18:11.574Z[ recovery-image] Aug 12 01:18:10.451 INFO O| Aug 12 01:18:10.451 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50772026-08-12T01:18:11.584Z[ recovery-image] Aug 12 01:18:10.459 INFO O| Aug 12 01:18:10.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50782026-08-12T01:18:11.585Z[ recovery-image] Aug 12 01:18:10.459 INFO O| Aug 12 01:18:10.459 INFO STEP 36 (remove_files) COMPLETE
50792026-08-12T01:18:11.585Z[ recovery-image] Aug 12 01:18:10.459 INFO O| Aug 12 01:18:10.459 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-08-12T01:18:11.593Z[ recovery-image] Aug 12 01:18:10.468 INFO O| Aug 12 01:18:10.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50812026-08-12T01:18:11.593Z[ recovery-image] Aug 12 01:18:10.468 INFO O| Aug 12 01:18:10.468 INFO STEP 37 (remove_files) COMPLETE
50822026-08-12T01:18:11.596Z[ recovery-image] Aug 12 01:18:10.468 INFO O| Aug 12 01:18:10.468 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50832026-08-12T01:18:11.601Z[ recovery-image] Aug 12 01:18:10.477 INFO O| Aug 12 01:18:10.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50842026-08-12T01:18:11.601Z[ recovery-image] Aug 12 01:18:10.477 INFO O| Aug 12 01:18:10.477 INFO STEP 38 (remove_files) COMPLETE
50852026-08-12T01:18:11.601Z[ recovery-image] Aug 12 01:18:10.477 INFO O| Aug 12 01:18:10.477 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-08-12T01:18:11.611Z[ recovery-image] Aug 12 01:18:10.485 INFO O| Aug 12 01:18:10.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50872026-08-12T01:18:11.611Z[ recovery-image] Aug 12 01:18:10.486 INFO O| Aug 12 01:18:10.486 INFO STEP 39 (remove_files) COMPLETE
50882026-08-12T01:18:11.614Z[ recovery-image] Aug 12 01:18:10.486 INFO O| Aug 12 01:18:10.486 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-08-12T01:18:11.643Z[ recovery-image] Aug 12 01:18:10.520 INFO O| Aug 12 01:18:10.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50902026-08-12T01:18:11.643Z[ recovery-image] Aug 12 01:18:10.520 INFO O| Aug 12 01:18:10.520 INFO STEP 40 (remove_files) COMPLETE
50912026-08-12T01:18:11.643Z[ recovery-image] Aug 12 01:18:10.520 INFO O| Aug 12 01:18:10.520 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-08-12T01:18:11.651Z[ recovery-image] Aug 12 01:18:10.528 INFO O| Aug 12 01:18:10.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50932026-08-12T01:18:11.651Z[ recovery-image] Aug 12 01:18:10.528 INFO O| Aug 12 01:18:10.528 INFO STEP 41 (remove_files) COMPLETE
50942026-08-12T01:18:11.651Z[ recovery-image] Aug 12 01:18:10.528 INFO O| Aug 12 01:18:10.528 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-12T01:18:11.658Z[ recovery-image] Aug 12 01:18:10.535 INFO O| Aug 12 01:18:10.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
50962026-08-12T01:18:11.659Z[ recovery-image] Aug 12 01:18:10.535 INFO O| Aug 12 01:18:10.535 INFO STEP 42 (remove_files) COMPLETE
50972026-08-12T01:18:11.662Z[ recovery-image] Aug 12 01:18:10.535 INFO O| Aug 12 01:18:10.535 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-12T01:18:11.666Z[ recovery-image] Aug 12 01:18:10.543 INFO O| Aug 12 01:18:10.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
50992026-08-12T01:18:11.666Z[ recovery-image] Aug 12 01:18:10.543 INFO O| Aug 12 01:18:10.543 INFO STEP 43 (remove_files) COMPLETE
51002026-08-12T01:18:11.666Z[ recovery-image] Aug 12 01:18:10.543 INFO O| Aug 12 01:18:10.543 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-08-12T01:18:11.675Z[ recovery-image] Aug 12 01:18:10.551 INFO O| Aug 12 01:18:10.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51022026-08-12T01:18:11.675Z[ recovery-image] Aug 12 01:18:10.551 INFO O| Aug 12 01:18:10.551 INFO STEP 44 (remove_files) COMPLETE
51032026-08-12T01:18:11.675Z[ recovery-image] Aug 12 01:18:10.551 INFO O| Aug 12 01:18:10.551 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-08-12T01:18:11.682Z[ recovery-image] Aug 12 01:18:10.559 INFO O| Aug 12 01:18:10.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51052026-08-12T01:18:11.682Z[ recovery-image] Aug 12 01:18:10.559 INFO O| Aug 12 01:18:10.559 INFO STEP 45 (remove_files) COMPLETE
51062026-08-12T01:18:11.682Z[ recovery-image] Aug 12 01:18:10.559 INFO O| Aug 12 01:18:10.559 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-08-12T01:18:11.688Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
51082026-08-12T01:18:11.692Z[ recovery-image] Aug 12 01:18:10.567 INFO O| Aug 12 01:18:10.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51092026-08-12T01:18:11.692Z[ recovery-image] Aug 12 01:18:10.567 INFO O| Aug 12 01:18:10.567 INFO STEP 46 (remove_files) COMPLETE
51102026-08-12T01:18:11.692Z[ recovery-image] Aug 12 01:18:10.567 INFO O| Aug 12 01:18:10.567 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-12T01:18:11.698Z[ recovery-image] Aug 12 01:18:10.575 INFO O| Aug 12 01:18:10.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51122026-08-12T01:18:11.698Z[ recovery-image] Aug 12 01:18:10.575 INFO O| Aug 12 01:18:10.575 INFO STEP 47 (remove_files) COMPLETE
51132026-08-12T01:18:11.698Z[ recovery-image] Aug 12 01:18:10.575 INFO O| Aug 12 01:18:10.575 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-12T01:18:11.706Z[ recovery-image] Aug 12 01:18:10.583 INFO O| Aug 12 01:18:10.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51152026-08-12T01:18:11.706Z[ recovery-image] Aug 12 01:18:10.583 INFO O| Aug 12 01:18:10.583 INFO STEP 48 (remove_files) COMPLETE
51162026-08-12T01:18:11.706Z[ recovery-image] Aug 12 01:18:10.583 INFO O| Aug 12 01:18:10.583 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-12T01:18:11.715Z[ recovery-image] Aug 12 01:18:10.591 INFO O| Aug 12 01:18:10.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51182026-08-12T01:18:11.715Z[ recovery-image] Aug 12 01:18:10.591 INFO O| Aug 12 01:18:10.591 INFO STEP 49 (remove_files) COMPLETE
51192026-08-12T01:18:11.715Z[ recovery-image] Aug 12 01:18:10.591 INFO O| Aug 12 01:18:10.591 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-08-12T01:18:11.723Z[ recovery-image] Aug 12 01:18:10.600 INFO O| Aug 12 01:18:10.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51212026-08-12T01:18:11.723Z[ recovery-image] Aug 12 01:18:10.600 INFO O| Aug 12 01:18:10.600 INFO STEP 50 (remove_files) COMPLETE
51222026-08-12T01:18:11.726Z[ recovery-image] Aug 12 01:18:10.600 INFO O| Aug 12 01:18:10.600 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-08-12T01:18:11.731Z[ recovery-image] Aug 12 01:18:10.608 INFO O| Aug 12 01:18:10.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51242026-08-12T01:18:11.731Z[ recovery-image] Aug 12 01:18:10.608 INFO O| Aug 12 01:18:10.608 INFO STEP 51 (remove_files) COMPLETE
51252026-08-12T01:18:11.731Z[ recovery-image] Aug 12 01:18:10.608 INFO O| Aug 12 01:18:10.608 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-08-12T01:18:11.740Z[ recovery-image] Aug 12 01:18:10.617 INFO O| Aug 12 01:18:10.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51272026-08-12T01:18:11.740Z[ recovery-image] Aug 12 01:18:10.617 INFO O| Aug 12 01:18:10.617 INFO STEP 52 (remove_files) COMPLETE
51282026-08-12T01:18:11.740Z[ recovery-image] Aug 12 01:18:10.617 INFO O| Aug 12 01:18:10.617 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-08-12T01:18:11.755Z[ recovery-image] Aug 12 01:18:10.630 INFO O| Aug 12 01:18:10.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51302026-08-12T01:18:11.755Z[ recovery-image] Aug 12 01:18:10.630 INFO O| Aug 12 01:18:10.630 INFO STEP 53 (remove_files) COMPLETE
51312026-08-12T01:18:11.758Z[ recovery-image] Aug 12 01:18:10.630 INFO O| Aug 12 01:18:10.630 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51322026-08-12T01:18:11.763Z[ recovery-image] Aug 12 01:18:10.640 INFO O| Aug 12 01:18:10.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51332026-08-12T01:18:11.763Z[ recovery-image] Aug 12 01:18:10.640 INFO O| Aug 12 01:18:10.640 INFO STEP 54 (remove_files) COMPLETE
51342026-08-12T01:18:11.766Z[ recovery-image] Aug 12 01:18:10.640 INFO O| Aug 12 01:18:10.640 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51352026-08-12T01:18:11.781Z[ recovery-image] Aug 12 01:18:10.652 INFO O| Aug 12 01:18:10.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51362026-08-12T01:18:11.781Z[ recovery-image] Aug 12 01:18:10.652 INFO O| Aug 12 01:18:10.652 INFO STEP 55 (remove_files) COMPLETE
51372026-08-12T01:18:11.781Z[ recovery-image] Aug 12 01:18:10.652 INFO O| Aug 12 01:18:10.652 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51382026-08-12T01:18:11.785Z[ recovery-image] Aug 12 01:18:10.662 INFO O| Aug 12 01:18:10.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51392026-08-12T01:18:11.785Z[ recovery-image] Aug 12 01:18:10.662 INFO O| Aug 12 01:18:10.662 INFO STEP 56 (remove_files) COMPLETE
51402026-08-12T01:18:11.789Z[ recovery-image] Aug 12 01:18:10.662 INFO O| Aug 12 01:18:10.662 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51412026-08-12T01:18:11.793Z[ recovery-image] Aug 12 01:18:10.671 INFO O| Aug 12 01:18:10.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51422026-08-12T01:18:11.794Z[ recovery-image] Aug 12 01:18:10.671 INFO O| Aug 12 01:18:10.671 INFO STEP 57 (remove_files) COMPLETE
51432026-08-12T01:18:11.797Z[ recovery-image] Aug 12 01:18:10.671 INFO O| Aug 12 01:18:10.671 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51442026-08-12T01:18:11.802Z[ recovery-image] Aug 12 01:18:10.679 INFO O| Aug 12 01:18:10.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51452026-08-12T01:18:11.802Z[ recovery-image] Aug 12 01:18:10.679 INFO O| Aug 12 01:18:10.679 INFO STEP 58 (remove_files) COMPLETE
51462026-08-12T01:18:11.805Z[ recovery-image] Aug 12 01:18:10.679 INFO O| Aug 12 01:18:10.679 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51472026-08-12T01:18:11.811Z[ recovery-image] Aug 12 01:18:10.688 INFO O| Aug 12 01:18:10.688 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51482026-08-12T01:18:11.812Z[ recovery-image] Aug 12 01:18:10.688 INFO O| Aug 12 01:18:10.688 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51492026-08-12T01:18:11.815Z[ recovery-image] Aug 12 01:18:10.689 INFO O| Aug 12 01:18:10.688 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51502026-08-12T01:18:11.815Z[ recovery-image] Aug 12 01:18:10.689 INFO O| Aug 12 01:18:10.689 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51512026-08-12T01:18:11.815Z[ recovery-image] Aug 12 01:18:10.689 INFO O| Aug 12 01:18:10.689 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51522026-08-12T01:18:11.815Z[ recovery-image] Aug 12 01:18:10.689 INFO O| Aug 12 01:18:10.689 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51532026-08-12T01:18:11.815Z[ recovery-image] Aug 12 01:18:10.689 INFO O| Aug 12 01:18:10.689 INFO ok!
51542026-08-12T01:18:11.815Z[ recovery-image] Aug 12 01:18:10.689 INFO O| Aug 12 01:18:10.689 INFO STEP 59 (ensure_file) COMPLETE
51552026-08-12T01:18:11.815Z[ recovery-image] Aug 12 01:18:10.689 INFO O| Aug 12 01:18:10.689 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51562026-08-12T01:18:11.821Z[ recovery-image] Aug 12 01:18:10.698 INFO O| Aug 12 01:18:10.698 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51572026-08-12T01:18:11.821Z[ recovery-image] Aug 12 01:18:10.698 INFO O| Aug 12 01:18:10.698 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51582026-08-12T01:18:11.825Z[ recovery-image] Aug 12 01:18:10.698 INFO O| Aug 12 01:18:10.698 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51592026-08-12T01:18:11.825Z[ recovery-image] Aug 12 01:18:10.698 INFO O| Aug 12 01:18:10.698 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51602026-08-12T01:18:11.825Z[ recovery-image] Aug 12 01:18:10.698 INFO O| Aug 12 01:18:10.698 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51612026-08-12T01:18:11.825Z[ recovery-image] Aug 12 01:18:10.698 INFO O| Aug 12 01:18:10.698 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51622026-08-12T01:18:11.825Z[ recovery-image] Aug 12 01:18:10.698 INFO O| Aug 12 01:18:10.698 INFO ok!
51632026-08-12T01:18:11.825Z[ recovery-image] Aug 12 01:18:10.698 INFO O| Aug 12 01:18:10.698 INFO STEP 60 (ensure_file) COMPLETE
51642026-08-12T01:18:11.825Z[ recovery-image] Aug 12 01:18:10.698 INFO O| Aug 12 01:18:10.698 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51652026-08-12T01:18:11.830Z[ recovery-image] Aug 12 01:18:10.707 INFO O| Aug 12 01:18:10.707 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51662026-08-12T01:18:11.830Z[ recovery-image] Aug 12 01:18:10.707 INFO O| Aug 12 01:18:10.707 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51672026-08-12T01:18:11.833Z[ recovery-image] Aug 12 01:18:10.707 INFO O| Aug 12 01:18:10.707 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51682026-08-12T01:18:11.833Z[ recovery-image] Aug 12 01:18:10.707 INFO O| Aug 12 01:18:10.707 INFO ok!
51692026-08-12T01:18:11.833Z[ recovery-image] Aug 12 01:18:10.707 INFO O| Aug 12 01:18:10.707 INFO STEP 61 (ensure_file) COMPLETE
51702026-08-12T01:18:11.833Z[ recovery-image] Aug 12 01:18:10.707 INFO O| Aug 12 01:18:10.707 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51712026-08-12T01:18:11.838Z[ recovery-image] Aug 12 01:18:10.715 INFO O| Aug 12 01:18:10.715 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51722026-08-12T01:18:11.838Z[ recovery-image] Aug 12 01:18:10.715 INFO O| Aug 12 01:18:10.715 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51732026-08-12T01:18:11.838Z[ recovery-image] Aug 12 01:18:10.715 INFO O| Aug 12 01:18:10.715 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51742026-08-12T01:18:11.838Z[ recovery-image] Aug 12 01:18:10.715 INFO O| Aug 12 01:18:10.715 INFO ok!
51752026-08-12T01:18:11.843Z[ recovery-image] Aug 12 01:18:10.715 INFO O| Aug 12 01:18:10.715 INFO STEP 62 (ensure_file) COMPLETE
51762026-08-12T01:18:11.844Z[ recovery-image] Aug 12 01:18:10.716 INFO O| Aug 12 01:18:10.715 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51772026-08-12T01:18:11.848Z[ recovery-image] Aug 12 01:18:10.724 INFO O| Aug 12 01:18:10.724 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51782026-08-12T01:18:11.848Z[ recovery-image] Aug 12 01:18:10.724 INFO O| Aug 12 01:18:10.724 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51792026-08-12T01:18:11.852Z[ recovery-image] Aug 12 01:18:10.724 INFO O| Aug 12 01:18:10.724 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51802026-08-12T01:18:11.852Z[ recovery-image] Aug 12 01:18:10.724 INFO O| Aug 12 01:18:10.724 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51812026-08-12T01:18:11.852Z[ recovery-image] Aug 12 01:18:10.724 INFO O| Aug 12 01:18:10.724 INFO ok!
51822026-08-12T01:18:11.852Z[ recovery-image] Aug 12 01:18:10.724 INFO O| Aug 12 01:18:10.724 INFO STEP 63 (ensure_file) COMPLETE
51832026-08-12T01:18:11.852Z[ recovery-image] Aug 12 01:18:10.724 INFO O| Aug 12 01:18:10.724 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51842026-08-12T01:18:11.857Z[ recovery-image] Aug 12 01:18:10.733 INFO O| Aug 12 01:18:10.733 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51852026-08-12T01:18:11.857Z[ recovery-image] Aug 12 01:18:10.733 INFO O| Aug 12 01:18:10.733 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51862026-08-12T01:18:11.860Z[ recovery-image] Aug 12 01:18:10.733 INFO O| Aug 12 01:18:10.733 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51872026-08-12T01:18:11.860Z[ recovery-image] Aug 12 01:18:10.733 INFO O| Aug 12 01:18:10.733 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51882026-08-12T01:18:11.860Z[ recovery-image] Aug 12 01:18:10.733 INFO O| Aug 12 01:18:10.733 INFO ok!
51892026-08-12T01:18:11.861Z[ recovery-image] Aug 12 01:18:10.733 INFO O| Aug 12 01:18:10.733 INFO STEP 64 (ensure_file) COMPLETE
51902026-08-12T01:18:11.861Z[ recovery-image] Aug 12 01:18:10.733 INFO O| Aug 12 01:18:10.733 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-08-12T01:18:11.866Z[ recovery-image] Aug 12 01:18:10.741 INFO O| Aug 12 01:18:10.741 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51922026-08-12T01:18:11.866Z[ recovery-image] Aug 12 01:18:10.741 INFO O| Aug 12 01:18:10.741 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
51932026-08-12T01:18:11.866Z[ recovery-image] Aug 12 01:18:10.741 INFO O| Aug 12 01:18:10.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
51942026-08-12T01:18:11.866Z[ recovery-image] Aug 12 01:18:10.741 INFO O| Aug 12 01:18:10.741 INFO ok!
51952026-08-12T01:18:11.866Z[ recovery-image] Aug 12 01:18:10.741 INFO O| Aug 12 01:18:10.741 INFO STEP 65 (assemble_files) COMPLETE
51962026-08-12T01:18:11.887Z[ recovery-image] Aug 12 01:18:10.741 INFO O| Aug 12 01:18:10.741 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51972026-08-12T01:18:11.911Z[ recovery-image] Aug 12 01:18:10.787 INFO O| Aug 12 01:18:10.787 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
51982026-08-12T01:18:11.911Z[ recovery-image] Aug 12 01:18:10.787 INFO O| Aug 12 01:18:10.787 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
51992026-08-12T01:18:11.911Z[ recovery-image] Aug 12 01:18:10.787 INFO O| Aug 12 01:18:10.787 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52002026-08-12T01:18:11.914Z[ recovery-image] Aug 12 01:18:10.787 INFO O| Aug 12 01:18:10.787 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52012026-08-12T01:18:11.915Z[ recovery-image] Aug 12 01:18:10.787 INFO O| Aug 12 01:18:10.787 INFO ok!
52022026-08-12T01:18:11.915Z[ recovery-image] Aug 12 01:18:10.787 INFO O| Aug 12 01:18:10.787 INFO STEP 66 (ensure_file) COMPLETE
52032026-08-12T01:18:11.915Z[ recovery-image] Aug 12 01:18:10.787 INFO O| Aug 12 01:18:10.787 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52042026-08-12T01:18:11.915Z[ recovery-image] Aug 12 01:18:10.787 INFO O| Aug 12 01:18:10.787 INFO skip step because feature "omicron1" is not enabled
52052026-08-12T01:18:11.915Z[ recovery-image] Aug 12 01:18:10.787 INFO O| Aug 12 01:18:10.787 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52062026-08-12T01:18:11.915Z[ recovery-image] Aug 12 01:18:10.787 INFO O| Aug 12 01:18:10.787 INFO skip step because feature "omicron1" is not enabled
52072026-08-12T01:18:11.915Z[ recovery-image] Aug 12 01:18:10.787 INFO O| Aug 12 01:18:10.787 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52082026-08-12T01:18:11.915Z[ recovery-image] Aug 12 01:18:10.787 INFO O| Aug 12 01:18:10.787 INFO skip step because feature "omicron1" is not enabled
52092026-08-12T01:18:11.915Z[ recovery-image] Aug 12 01:18:10.787 INFO O| Aug 12 01:18:10.787 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52102026-08-12T01:18:11.924Z[ recovery-image] Aug 12 01:18:10.800 INFO O| Aug 12 01:18:10.800 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52112026-08-12T01:18:11.924Z[ recovery-image] Aug 12 01:18:10.801 INFO O| Aug 12 01:18:10.800 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52122026-08-12T01:18:12.403Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
52132026-08-12T01:18:13.225Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52142026-08-12T01:18:13.234Z[ recovery-image] Aug 12 01:18:12.111 INFO O| Aug 12 01:18:12.111 INFO STEP 70 (pack_tar) COMPLETE
52152026-08-12T01:18:13.234Z[ recovery-image] Aug 12 01:18:12.111 INFO O| Aug 12 01:18:12.111 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52162026-08-12T01:18:13.238Z[ recovery-image] Aug 12 01:18:12.111 INFO O| Aug 12 01:18:12.111 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52172026-08-12T01:18:13.712Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52182026-08-12T01:18:13.792Z[ recovery-image] Aug 12 01:18:12.669 INFO O| Aug 12 01:18:12.669 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52192026-08-12T01:18:13.929Z[ recovery-image] Aug 12 01:18:12.805 INFO O| Aug 12 01:18:12.805 INFO completed processing sled/ramdisk-02-trim
52202026-08-12T01:18:13.932Z[ recovery-image] Aug 12 01:18:12.807 INFO image builder template: ramdisk-03-recovery-trim...
52212026-08-12T01:18:13.932Z[ recovery-image] Aug 12 01:18:12.807 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/.tmpKgS5xv/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-03-recovery-trim"], pwd: None
52222026-08-12T01:18:13.935Z[ recovery-image] Aug 12 01:18:12.812 INFO O| Aug 12 01:18:12.812 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52232026-08-12T01:18:14.009Z[ recovery-image] Aug 12 01:18:12.886 INFO O| Aug 12 01:18:12.886 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52242026-08-12T01:18:14.013Z[ recovery-image] Aug 12 01:18:12.889 INFO O| Aug 12 01:18:12.889 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52252026-08-12T01:18:14.134Z[ recovery-image] Aug 12 01:18:13.010 INFO O| Aug 12 01:18:13.010 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52262026-08-12T01:18:14.209Z[ recovery-image] Aug 12 01:18:13.085 INFO O| Aug 12 01:18:13.085 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52272026-08-12T01:18:14.209Z[ recovery-image] Aug 12 01:18:13.085 INFO O| Aug 12 01:18:13.085 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52282026-08-12T01:18:14.217Z[ recovery-image] Aug 12 01:18:13.093 INFO O| Aug 12 01:18:13.093 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52292026-08-12T01:18:14.220Z[ recovery-image] Aug 12 01:18:13.097 INFO O| Aug 12 01:18:13.097 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52302026-08-12T01:18:14.225Z[ recovery-image] Aug 12 01:18:13.103 INFO O| Aug 12 01:18:13.103 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52312026-08-12T01:18:14.481Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52322026-08-12T01:18:14.529Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52332026-08-12T01:18:14.980Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52342026-08-12T01:18:15.012Z[ recovery-image] Aug 12 01:18:13.886 INFO O| Aug 12 01:18:13.886 INFO rolled back to input snapshot; work may begin
52352026-08-12T01:18:15.012Z[ recovery-image] Aug 12 01:18:13.886 INFO O| Aug 12 01:18:13.886 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52362026-08-12T01:18:15.015Z[ recovery-image] Aug 12 01:18:13.891 INFO O| Aug 12 01:18:13.891 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52372026-08-12T01:18:15.022Z[ recovery-image] Aug 12 01:18:13.900 INFO O| Aug 12 01:18:13.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52382026-08-12T01:18:15.026Z[ recovery-image] Aug 12 01:18:13.902 INFO O| Aug 12 01:18:13.902 INFO STEP 0 (remove_files) COMPLETE
52392026-08-12T01:18:15.026Z[ recovery-image] Aug 12 01:18:13.902 INFO O| Aug 12 01:18:13.902 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52402026-08-12T01:18:15.034Z[ recovery-image] Aug 12 01:18:13.911 INFO O| Aug 12 01:18:13.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52412026-08-12T01:18:15.037Z[ recovery-image] Aug 12 01:18:13.912 INFO O| Aug 12 01:18:13.912 INFO STEP 1 (remove_files) COMPLETE
52422026-08-12T01:18:15.037Z[ recovery-image] Aug 12 01:18:13.912 INFO O| Aug 12 01:18:13.912 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52432026-08-12T01:18:15.043Z[ recovery-image] Aug 12 01:18:13.920 INFO O| Aug 12 01:18:13.920 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52442026-08-12T01:18:15.049Z[ recovery-image] Aug 12 01:18:13.925 INFO O| Aug 12 01:18:13.925 INFO STEP 2 (remove_files) COMPLETE
52452026-08-12T01:18:15.049Z[ recovery-image] Aug 12 01:18:13.925 INFO O| Aug 12 01:18:13.925 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52462026-08-12T01:18:15.058Z[ recovery-image] Aug 12 01:18:13.934 INFO O| Aug 12 01:18:13.934 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52472026-08-12T01:18:15.069Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52482026-08-12T01:18:15.107Z[ recovery-image] Aug 12 01:18:13.984 INFO O| Aug 12 01:18:13.984 INFO STEP 3 (remove_files) COMPLETE
52492026-08-12T01:18:15.107Z[ recovery-image] Aug 12 01:18:13.984 INFO O| Aug 12 01:18:13.984 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52502026-08-12T01:18:15.118Z[ recovery-image] Aug 12 01:18:13.995 INFO O| Aug 12 01:18:13.995 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52512026-08-12T01:18:15.122Z[ recovery-image] Aug 12 01:18:13.998 INFO O| Aug 12 01:18:13.998 INFO STEP 4 (remove_files) COMPLETE
52522026-08-12T01:18:15.122Z[ recovery-image] Aug 12 01:18:13.998 INFO O| Aug 12 01:18:13.998 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52532026-08-12T01:18:15.132Z[ recovery-image] Aug 12 01:18:14.009 INFO O| Aug 12 01:18:14.009 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52542026-08-12T01:18:15.171Z[ recovery-image] Aug 12 01:18:14.047 INFO O| Aug 12 01:18:14.047 INFO STEP 5 (remove_files) COMPLETE
52552026-08-12T01:18:15.171Z[ recovery-image] Aug 12 01:18:14.047 INFO O| Aug 12 01:18:14.047 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52562026-08-12T01:18:15.182Z[ recovery-image] Aug 12 01:18:14.059 INFO O| Aug 12 01:18:14.059 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52572026-08-12T01:18:15.190Z[ recovery-image] Aug 12 01:18:14.067 INFO O| Aug 12 01:18:14.067 INFO STEP 6 (remove_files) COMPLETE
52582026-08-12T01:18:15.190Z[ recovery-image] Aug 12 01:18:14.067 INFO O| Aug 12 01:18:14.067 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52592026-08-12T01:18:15.200Z[ recovery-image] Aug 12 01:18:14.077 INFO O| Aug 12 01:18:14.077 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52602026-08-12T01:18:15.204Z[ recovery-image] Aug 12 01:18:14.080 INFO O| Aug 12 01:18:14.080 INFO STEP 7 (remove_files) COMPLETE
52612026-08-12T01:18:15.204Z[ recovery-image] Aug 12 01:18:14.080 INFO O| Aug 12 01:18:14.080 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52622026-08-12T01:18:15.214Z[ recovery-image] Aug 12 01:18:14.091 INFO O| Aug 12 01:18:14.091 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52632026-08-12T01:18:15.218Z[ recovery-image] Aug 12 01:18:14.093 INFO O| Aug 12 01:18:14.093 INFO STEP 8 (remove_files) COMPLETE
52642026-08-12T01:18:15.218Z[ recovery-image] Aug 12 01:18:14.093 INFO O| Aug 12 01:18:14.093 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52652026-08-12T01:18:15.228Z[ recovery-image] Aug 12 01:18:14.104 INFO O| Aug 12 01:18:14.104 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52662026-08-12T01:18:15.231Z[ recovery-image] Aug 12 01:18:14.107 INFO O| Aug 12 01:18:14.107 INFO STEP 9 (remove_files) COMPLETE
52672026-08-12T01:18:15.231Z[ recovery-image] Aug 12 01:18:14.107 INFO O| Aug 12 01:18:14.107 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52682026-08-12T01:18:15.241Z[ recovery-image] Aug 12 01:18:14.118 INFO O| Aug 12 01:18:14.118 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52692026-08-12T01:18:15.242Z[ recovery-image] Aug 12 01:18:14.119 INFO O| Aug 12 01:18:14.119 INFO STEP 10 (remove_files) COMPLETE
52702026-08-12T01:18:15.242Z[ recovery-image] Aug 12 01:18:14.119 INFO O| Aug 12 01:18:14.119 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52712026-08-12T01:18:15.251Z[ recovery-image] Aug 12 01:18:14.127 INFO O| Aug 12 01:18:14.127 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52722026-08-12T01:18:15.255Z[ recovery-image] Aug 12 01:18:14.128 INFO O| Aug 12 01:18:14.128 INFO STEP 11 (remove_files) COMPLETE
52732026-08-12T01:18:15.255Z[ recovery-image] Aug 12 01:18:14.129 INFO O| Aug 12 01:18:14.128 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52742026-08-12T01:18:15.263Z[ recovery-image] Aug 12 01:18:14.138 INFO O| Aug 12 01:18:14.138 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52752026-08-12T01:18:15.322Z[ recovery-image] Aug 12 01:18:14.198 INFO O| Aug 12 01:18:14.198 INFO STEP 12 (remove_files) COMPLETE
52762026-08-12T01:18:15.322Z[ recovery-image] Aug 12 01:18:14.199 INFO O| Aug 12 01:18:14.198 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52772026-08-12T01:18:15.332Z[ recovery-image] Aug 12 01:18:14.209 INFO O| Aug 12 01:18:14.209 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52782026-08-12T01:18:15.335Z[ recovery-image] Aug 12 01:18:14.212 INFO O| Aug 12 01:18:14.212 INFO STEP 13 (remove_files) COMPLETE
52792026-08-12T01:18:15.335Z[ recovery-image] Aug 12 01:18:14.212 INFO O| Aug 12 01:18:14.212 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52802026-08-12T01:18:15.346Z[ recovery-image] Aug 12 01:18:14.223 INFO O| Aug 12 01:18:14.223 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52812026-08-12T01:18:15.349Z[ recovery-image] Aug 12 01:18:14.225 INFO O| Aug 12 01:18:14.225 INFO STEP 14 (remove_files) COMPLETE
52822026-08-12T01:18:15.349Z[ recovery-image] Aug 12 01:18:14.225 INFO O| Aug 12 01:18:14.225 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52832026-08-12T01:18:15.357Z[ recovery-image] Aug 12 01:18:14.234 INFO O| Aug 12 01:18:14.234 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52842026-08-12T01:18:15.360Z[ recovery-image] Aug 12 01:18:14.235 INFO O| Aug 12 01:18:14.235 INFO STEP 15 (remove_files) COMPLETE
52852026-08-12T01:18:15.360Z[ recovery-image] Aug 12 01:18:14.235 INFO O| Aug 12 01:18:14.235 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52862026-08-12T01:18:15.367Z[ recovery-image] Aug 12 01:18:14.244 INFO O| Aug 12 01:18:14.244 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
52872026-08-12T01:18:15.371Z[ recovery-image] Aug 12 01:18:14.246 INFO O| Aug 12 01:18:14.246 INFO STEP 16 (remove_files) COMPLETE
52882026-08-12T01:18:15.371Z[ recovery-image] Aug 12 01:18:14.246 INFO O| Aug 12 01:18:14.246 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52892026-08-12T01:18:15.379Z[ recovery-image] Aug 12 01:18:14.256 INFO O| Aug 12 01:18:14.256 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
52902026-08-12T01:18:15.480Z[ recovery-image] Aug 12 01:18:14.357 INFO O| Aug 12 01:18:14.356 INFO STEP 17 (remove_files) COMPLETE
52912026-08-12T01:18:15.480Z[ recovery-image] Aug 12 01:18:14.357 INFO O| Aug 12 01:18:14.357 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-08-12T01:18:15.515Z[ recovery-image] Aug 12 01:18:14.390 INFO O| Aug 12 01:18:14.390 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
52932026-08-12T01:18:15.515Z[ recovery-image] Aug 12 01:18:14.391 INFO O| Aug 12 01:18:14.391 INFO STEP 18 (remove_files) COMPLETE
52942026-08-12T01:18:15.515Z[ recovery-image] Aug 12 01:18:14.391 INFO O| Aug 12 01:18:14.391 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-08-12T01:18:15.524Z[ recovery-image] Aug 12 01:18:14.400 INFO O| Aug 12 01:18:14.400 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
52962026-08-12T01:18:15.524Z[ recovery-image] Aug 12 01:18:14.400 INFO O| Aug 12 01:18:14.400 INFO STEP 19 (remove_files) COMPLETE
52972026-08-12T01:18:15.524Z[ recovery-image] Aug 12 01:18:14.400 INFO O| Aug 12 01:18:14.400 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-08-12T01:18:15.541Z[ recovery-image] Aug 12 01:18:14.417 INFO O| Aug 12 01:18:14.417 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
52992026-08-12T01:18:15.560Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
53002026-08-12T01:18:15.634Z[verify-libraries] Compiling fatfs v0.3.6
53012026-08-12T01:18:15.676Z[ recovery-image] Aug 12 01:18:14.553 INFO O| Aug 12 01:18:14.553 INFO STEP 20 (remove_files) COMPLETE
53022026-08-12T01:18:15.676Z[ recovery-image] Aug 12 01:18:14.553 INFO O| Aug 12 01:18:14.553 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-08-12T01:18:15.703Z[ recovery-image] Aug 12 01:18:14.580 INFO O| Aug 12 01:18:14.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53042026-08-12T01:18:15.737Z[ recovery-image] Aug 12 01:18:14.614 INFO O| Aug 12 01:18:14.614 INFO STEP 21 (remove_files) COMPLETE
53052026-08-12T01:18:15.737Z[ recovery-image] Aug 12 01:18:14.614 INFO O| Aug 12 01:18:14.614 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-08-12T01:18:15.746Z[ recovery-image] Aug 12 01:18:14.623 INFO O| Aug 12 01:18:14.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53072026-08-12T01:18:15.746Z[ recovery-image] Aug 12 01:18:14.623 INFO O| Aug 12 01:18:14.623 INFO STEP 22 (remove_files) COMPLETE
53082026-08-12T01:18:15.750Z[ recovery-image] Aug 12 01:18:14.623 INFO O| Aug 12 01:18:14.623 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-08-12T01:18:15.770Z[verify-libraries] Compiling num-bigint v0.4.6
53102026-08-12T01:18:15.773Z[ recovery-image] Aug 12 01:18:14.647 INFO O| Aug 12 01:18:14.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53112026-08-12T01:18:15.783Z[ recovery-image] Aug 12 01:18:14.650 INFO O| Aug 12 01:18:14.650 INFO STEP 23 (remove_files) COMPLETE
53122026-08-12T01:18:15.783Z[ recovery-image] Aug 12 01:18:14.650 INFO O| Aug 12 01:18:14.650 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-12T01:18:15.797Z[ recovery-image] Aug 12 01:18:14.674 INFO O| Aug 12 01:18:14.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53142026-08-12T01:18:15.797Z[ recovery-image] Aug 12 01:18:14.674 INFO O| Aug 12 01:18:14.674 INFO STEP 24 (remove_files) COMPLETE
53152026-08-12T01:18:15.797Z[ recovery-image] Aug 12 01:18:14.674 INFO O| Aug 12 01:18:14.674 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-08-12T01:18:15.816Z[ recovery-image] Aug 12 01:18:14.694 INFO O| Aug 12 01:18:14.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53172026-08-12T01:18:15.817Z[ recovery-image] Aug 12 01:18:14.694 INFO O| Aug 12 01:18:14.694 INFO STEP 25 (remove_files) COMPLETE
53182026-08-12T01:18:15.821Z[ recovery-image] Aug 12 01:18:14.694 INFO O| Aug 12 01:18:14.694 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-08-12T01:18:15.833Z[ recovery-image] Aug 12 01:18:14.709 INFO O| Aug 12 01:18:14.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53202026-08-12T01:18:15.833Z[ recovery-image] Aug 12 01:18:14.709 INFO O| Aug 12 01:18:14.709 INFO STEP 26 (remove_files) COMPLETE
53212026-08-12T01:18:15.833Z[ recovery-image] Aug 12 01:18:14.709 INFO O| Aug 12 01:18:14.709 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-08-12T01:18:15.858Z[ recovery-image] Aug 12 01:18:14.733 INFO O| Aug 12 01:18:14.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53232026-08-12T01:18:15.858Z[ recovery-image] Aug 12 01:18:14.733 INFO O| Aug 12 01:18:14.733 INFO STEP 27 (remove_files) COMPLETE
53242026-08-12T01:18:15.858Z[ recovery-image] Aug 12 01:18:14.733 INFO O| Aug 12 01:18:14.733 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53252026-08-12T01:18:15.879Z[ recovery-image] Aug 12 01:18:14.755 INFO O| Aug 12 01:18:14.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53262026-08-12T01:18:15.885Z[ recovery-image] Aug 12 01:18:14.762 INFO O| Aug 12 01:18:14.762 INFO STEP 28 (remove_files) COMPLETE
53272026-08-12T01:18:15.885Z[ recovery-image] Aug 12 01:18:14.762 INFO O| Aug 12 01:18:14.762 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-08-12T01:18:15.895Z[ recovery-image] Aug 12 01:18:14.772 INFO O| Aug 12 01:18:14.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53292026-08-12T01:18:15.898Z[ recovery-image] Aug 12 01:18:14.773 INFO O| Aug 12 01:18:14.773 INFO STEP 29 (remove_files) COMPLETE
53302026-08-12T01:18:15.898Z[ recovery-image] Aug 12 01:18:14.773 INFO O| Aug 12 01:18:14.773 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-08-12T01:18:15.908Z[ recovery-image] Aug 12 01:18:14.785 INFO O| Aug 12 01:18:14.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53322026-08-12T01:18:15.908Z[ recovery-image] Aug 12 01:18:14.785 INFO O| Aug 12 01:18:14.785 INFO STEP 30 (remove_files) COMPLETE
53332026-08-12T01:18:15.908Z[ recovery-image] Aug 12 01:18:14.785 INFO O| Aug 12 01:18:14.785 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-08-12T01:18:15.919Z[ recovery-image] Aug 12 01:18:14.796 INFO O| Aug 12 01:18:14.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53352026-08-12T01:18:15.919Z[ recovery-image] Aug 12 01:18:14.797 INFO O| Aug 12 01:18:14.796 INFO STEP 31 (remove_files) COMPLETE
53362026-08-12T01:18:15.919Z[ recovery-image] Aug 12 01:18:14.797 INFO O| Aug 12 01:18:14.796 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-08-12T01:18:15.930Z[ recovery-image] Aug 12 01:18:14.806 INFO O| Aug 12 01:18:14.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53382026-08-12T01:18:15.933Z[ recovery-image] Aug 12 01:18:14.808 INFO O| Aug 12 01:18:14.807 INFO STEP 32 (remove_files) COMPLETE
53392026-08-12T01:18:15.933Z[ recovery-image] Aug 12 01:18:14.808 INFO O| Aug 12 01:18:14.808 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-08-12T01:18:15.940Z[ recovery-image] Aug 12 01:18:14.818 INFO O| Aug 12 01:18:14.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53412026-08-12T01:18:15.941Z[ recovery-image] Aug 12 01:18:14.818 INFO O| Aug 12 01:18:14.818 INFO STEP 33 (remove_files) COMPLETE
53422026-08-12T01:18:15.941Z[ recovery-image] Aug 12 01:18:14.818 INFO O| Aug 12 01:18:14.818 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-08-12T01:18:15.950Z[ recovery-image] Aug 12 01:18:14.827 INFO O| Aug 12 01:18:14.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53442026-08-12T01:18:15.950Z[ recovery-image] Aug 12 01:18:14.827 INFO O| Aug 12 01:18:14.827 INFO STEP 34 (remove_files) COMPLETE
53452026-08-12T01:18:15.950Z[ recovery-image] Aug 12 01:18:14.827 INFO O| Aug 12 01:18:14.827 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-08-12T01:18:15.960Z[ recovery-image] Aug 12 01:18:14.837 INFO O| Aug 12 01:18:14.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53472026-08-12T01:18:15.961Z[ recovery-image] Aug 12 01:18:14.837 INFO O| Aug 12 01:18:14.837 INFO STEP 35 (remove_files) COMPLETE
53482026-08-12T01:18:15.961Z[ recovery-image] Aug 12 01:18:14.837 INFO O| Aug 12 01:18:14.837 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-08-12T01:18:15.970Z[ recovery-image] Aug 12 01:18:14.847 INFO O| Aug 12 01:18:14.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53502026-08-12T01:18:15.970Z[ recovery-image] Aug 12 01:18:14.847 INFO O| Aug 12 01:18:14.847 INFO STEP 36 (remove_files) COMPLETE
53512026-08-12T01:18:15.974Z[ recovery-image] Aug 12 01:18:14.847 INFO O| Aug 12 01:18:14.847 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-08-12T01:18:15.981Z[ recovery-image] Aug 12 01:18:14.858 INFO O| Aug 12 01:18:14.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53532026-08-12T01:18:15.981Z[ recovery-image] Aug 12 01:18:14.858 INFO O| Aug 12 01:18:14.858 INFO STEP 37 (remove_files) COMPLETE
53542026-08-12T01:18:15.981Z[ recovery-image] Aug 12 01:18:14.858 INFO O| Aug 12 01:18:14.858 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-08-12T01:18:15.992Z[ recovery-image] Aug 12 01:18:14.869 INFO O| Aug 12 01:18:14.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53562026-08-12T01:18:15.992Z[ recovery-image] Aug 12 01:18:14.869 INFO O| Aug 12 01:18:14.869 INFO STEP 38 (remove_files) COMPLETE
53572026-08-12T01:18:15.992Z[ recovery-image] Aug 12 01:18:14.869 INFO O| Aug 12 01:18:14.869 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-08-12T01:18:16.001Z[ recovery-image] Aug 12 01:18:14.878 INFO O| Aug 12 01:18:14.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53592026-08-12T01:18:16.001Z[ recovery-image] Aug 12 01:18:14.878 INFO O| Aug 12 01:18:14.878 INFO STEP 39 (remove_files) COMPLETE
53602026-08-12T01:18:16.001Z[ recovery-image] Aug 12 01:18:14.878 INFO O| Aug 12 01:18:14.878 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-08-12T01:18:16.012Z[ recovery-image] Aug 12 01:18:14.888 INFO O| Aug 12 01:18:14.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53622026-08-12T01:18:16.012Z[ recovery-image] Aug 12 01:18:14.888 INFO O| Aug 12 01:18:14.888 INFO STEP 40 (remove_files) COMPLETE
53632026-08-12T01:18:16.012Z[ recovery-image] Aug 12 01:18:14.888 INFO O| Aug 12 01:18:14.888 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-08-12T01:18:16.019Z[ recovery-image] Aug 12 01:18:14.896 INFO O| Aug 12 01:18:14.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53652026-08-12T01:18:16.019Z[ recovery-image] Aug 12 01:18:14.897 INFO O| Aug 12 01:18:14.896 INFO STEP 41 (remove_files) COMPLETE
53662026-08-12T01:18:16.023Z[ recovery-image] Aug 12 01:18:14.897 INFO O| Aug 12 01:18:14.896 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-08-12T01:18:16.028Z[ recovery-image] Aug 12 01:18:14.905 INFO O| Aug 12 01:18:14.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53682026-08-12T01:18:16.028Z[ recovery-image] Aug 12 01:18:14.905 INFO O| Aug 12 01:18:14.905 INFO STEP 42 (remove_files) COMPLETE
53692026-08-12T01:18:16.028Z[ recovery-image] Aug 12 01:18:14.905 INFO O| Aug 12 01:18:14.905 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-08-12T01:18:16.036Z[ recovery-image] Aug 12 01:18:14.913 INFO O| Aug 12 01:18:14.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53712026-08-12T01:18:16.036Z[ recovery-image] Aug 12 01:18:14.913 INFO O| Aug 12 01:18:14.913 INFO STEP 43 (remove_files) COMPLETE
53722026-08-12T01:18:16.039Z[ recovery-image] Aug 12 01:18:14.913 INFO O| Aug 12 01:18:14.913 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53732026-08-12T01:18:16.043Z[verify-libraries] Compiling generic-array v1.4.3
53742026-08-12T01:18:16.046Z[ recovery-image] Aug 12 01:18:14.923 INFO O| Aug 12 01:18:14.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53752026-08-12T01:18:16.046Z[ recovery-image] Aug 12 01:18:14.923 INFO O| Aug 12 01:18:14.923 INFO STEP 44 (remove_files) COMPLETE
53762026-08-12T01:18:16.046Z[ recovery-image] Aug 12 01:18:14.923 INFO O| Aug 12 01:18:14.923 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-08-12T01:18:16.055Z[ recovery-image] Aug 12 01:18:14.932 INFO O| Aug 12 01:18:14.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53782026-08-12T01:18:16.055Z[ recovery-image] Aug 12 01:18:14.932 INFO O| Aug 12 01:18:14.932 INFO STEP 45 (remove_files) COMPLETE
53792026-08-12T01:18:16.055Z[ recovery-image] Aug 12 01:18:14.932 INFO O| Aug 12 01:18:14.932 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-08-12T01:18:16.062Z[ recovery-image] Aug 12 01:18:14.939 INFO O| Aug 12 01:18:14.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53812026-08-12T01:18:16.062Z[ recovery-image] Aug 12 01:18:14.939 INFO O| Aug 12 01:18:14.939 INFO STEP 46 (remove_files) COMPLETE
53822026-08-12T01:18:16.065Z[ recovery-image] Aug 12 01:18:14.939 INFO O| Aug 12 01:18:14.939 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-08-12T01:18:16.070Z[verify-libraries] Compiling russh-util v0.52.0
53842026-08-12T01:18:16.073Z[ recovery-image] Aug 12 01:18:14.947 INFO O| Aug 12 01:18:14.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53852026-08-12T01:18:16.073Z[ recovery-image] Aug 12 01:18:14.947 INFO O| Aug 12 01:18:14.947 INFO STEP 47 (remove_files) COMPLETE
53862026-08-12T01:18:16.073Z[ recovery-image] Aug 12 01:18:14.947 INFO O| Aug 12 01:18:14.947 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-08-12T01:18:16.091Z[ recovery-image] Aug 12 01:18:14.968 INFO O| Aug 12 01:18:14.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53882026-08-12T01:18:16.092Z[ recovery-image] Aug 12 01:18:14.969 INFO O| Aug 12 01:18:14.968 INFO STEP 48 (remove_files) COMPLETE
53892026-08-12T01:18:16.092Z[ recovery-image] Aug 12 01:18:14.969 INFO O| Aug 12 01:18:14.969 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-08-12T01:18:16.100Z[ recovery-image] Aug 12 01:18:14.977 INFO O| Aug 12 01:18:14.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
53912026-08-12T01:18:16.100Z[ recovery-image] Aug 12 01:18:14.977 INFO O| Aug 12 01:18:14.977 INFO STEP 49 (remove_files) COMPLETE
53922026-08-12T01:18:16.100Z[ recovery-image] Aug 12 01:18:14.977 INFO O| Aug 12 01:18:14.977 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-08-12T01:18:16.109Z[ recovery-image] Aug 12 01:18:14.985 INFO O| Aug 12 01:18:14.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
53942026-08-12T01:18:16.109Z[ recovery-image] Aug 12 01:18:14.985 INFO O| Aug 12 01:18:14.985 INFO STEP 50 (remove_files) COMPLETE
53952026-08-12T01:18:16.113Z[ recovery-image] Aug 12 01:18:14.985 INFO O| Aug 12 01:18:14.985 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-08-12T01:18:16.116Z[ recovery-image] Aug 12 01:18:14.993 INFO O| Aug 12 01:18:14.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
53972026-08-12T01:18:16.129Z[ recovery-image] Aug 12 01:18:15.006 INFO O| Aug 12 01:18:15.006 INFO STEP 51 (remove_files) COMPLETE
53982026-08-12T01:18:16.129Z[ recovery-image] Aug 12 01:18:15.006 INFO O| Aug 12 01:18:15.006 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-08-12T01:18:16.152Z[ recovery-image] Aug 12 01:18:15.029 INFO O| Aug 12 01:18:15.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54002026-08-12T01:18:16.163Z[ recovery-image] Aug 12 01:18:15.040 INFO O| Aug 12 01:18:15.040 INFO STEP 52 (remove_files) COMPLETE
54012026-08-12T01:18:16.163Z[ recovery-image] Aug 12 01:18:15.040 INFO O| Aug 12 01:18:15.040 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-08-12T01:18:16.177Z[ recovery-image] Aug 12 01:18:15.051 INFO O| Aug 12 01:18:15.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54032026-08-12T01:18:16.177Z[ recovery-image] Aug 12 01:18:15.051 INFO O| Aug 12 01:18:15.051 INFO STEP 53 (remove_files) COMPLETE
54042026-08-12T01:18:16.177Z[ recovery-image] Aug 12 01:18:15.051 INFO O| Aug 12 01:18:15.051 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-08-12T01:18:16.184Z[ recovery-image] Aug 12 01:18:15.060 INFO O| Aug 12 01:18:15.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54062026-08-12T01:18:16.187Z[ recovery-image] Aug 12 01:18:15.061 INFO O| Aug 12 01:18:15.061 INFO STEP 54 (remove_files) COMPLETE
54072026-08-12T01:18:16.187Z[ recovery-image] Aug 12 01:18:15.061 INFO O| Aug 12 01:18:15.061 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-08-12T01:18:16.195Z[ recovery-image] Aug 12 01:18:15.072 INFO O| Aug 12 01:18:15.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54092026-08-12T01:18:16.195Z[ recovery-image] Aug 12 01:18:15.072 INFO O| Aug 12 01:18:15.072 INFO STEP 55 (remove_files) COMPLETE
54102026-08-12T01:18:16.195Z[ recovery-image] Aug 12 01:18:15.072 INFO O| Aug 12 01:18:15.072 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-08-12T01:18:16.204Z[ recovery-image] Aug 12 01:18:15.082 INFO O| Aug 12 01:18:15.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54122026-08-12T01:18:16.204Z[ recovery-image] Aug 12 01:18:15.082 INFO O| Aug 12 01:18:15.082 INFO STEP 56 (remove_files) COMPLETE
54132026-08-12T01:18:16.204Z[ recovery-image] Aug 12 01:18:15.082 INFO O| Aug 12 01:18:15.082 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-08-12T01:18:16.215Z[ recovery-image] Aug 12 01:18:15.092 INFO O| Aug 12 01:18:15.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54152026-08-12T01:18:16.215Z[ recovery-image] Aug 12 01:18:15.092 INFO O| Aug 12 01:18:15.092 INFO STEP 57 (remove_files) COMPLETE
54162026-08-12T01:18:16.218Z[ recovery-image] Aug 12 01:18:15.092 INFO O| Aug 12 01:18:15.092 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-08-12T01:18:16.225Z[ recovery-image] Aug 12 01:18:15.102 INFO O| Aug 12 01:18:15.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54182026-08-12T01:18:16.225Z[ recovery-image] Aug 12 01:18:15.102 INFO O| Aug 12 01:18:15.102 INFO STEP 58 (remove_files) COMPLETE
54192026-08-12T01:18:16.228Z[ recovery-image] Aug 12 01:18:15.102 INFO O| Aug 12 01:18:15.102 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-08-12T01:18:16.235Z[ recovery-image] Aug 12 01:18:15.112 INFO O| Aug 12 01:18:15.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54212026-08-12T01:18:16.235Z[ recovery-image] Aug 12 01:18:15.112 INFO O| Aug 12 01:18:15.112 INFO STEP 59 (remove_files) COMPLETE
54222026-08-12T01:18:16.235Z[ recovery-image] Aug 12 01:18:15.112 INFO O| Aug 12 01:18:15.112 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-08-12T01:18:16.246Z[ recovery-image] Aug 12 01:18:15.123 INFO O| Aug 12 01:18:15.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54242026-08-12T01:18:16.246Z[ recovery-image] Aug 12 01:18:15.123 INFO O| Aug 12 01:18:15.123 INFO STEP 60 (remove_files) COMPLETE
54252026-08-12T01:18:16.246Z[ recovery-image] Aug 12 01:18:15.123 INFO O| Aug 12 01:18:15.123 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-08-12T01:18:16.256Z[ recovery-image] Aug 12 01:18:15.133 INFO O| Aug 12 01:18:15.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54272026-08-12T01:18:16.256Z[ recovery-image] Aug 12 01:18:15.133 INFO O| Aug 12 01:18:15.133 INFO STEP 61 (remove_files) COMPLETE
54282026-08-12T01:18:16.256Z[ recovery-image] Aug 12 01:18:15.133 INFO O| Aug 12 01:18:15.133 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-08-12T01:18:16.268Z[ recovery-image] Aug 12 01:18:15.143 INFO O| Aug 12 01:18:15.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54302026-08-12T01:18:16.268Z[ recovery-image] Aug 12 01:18:15.143 INFO O| Aug 12 01:18:15.143 INFO STEP 62 (remove_files) COMPLETE
54312026-08-12T01:18:16.268Z[ recovery-image] Aug 12 01:18:15.143 INFO O| Aug 12 01:18:15.143 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-08-12T01:18:16.274Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
54332026-08-12T01:18:16.279Z[ recovery-image] Aug 12 01:18:15.152 INFO O| Aug 12 01:18:15.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54342026-08-12T01:18:16.279Z[ recovery-image] Aug 12 01:18:15.152 INFO O| Aug 12 01:18:15.152 INFO STEP 63 (remove_files) COMPLETE
54352026-08-12T01:18:16.279Z[ recovery-image] Aug 12 01:18:15.152 INFO O| Aug 12 01:18:15.152 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-08-12T01:18:16.293Z[ recovery-image] Aug 12 01:18:15.162 INFO O| Aug 12 01:18:15.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54372026-08-12T01:18:16.293Z[ recovery-image] Aug 12 01:18:15.162 INFO O| Aug 12 01:18:15.162 INFO STEP 64 (remove_files) COMPLETE
54382026-08-12T01:18:16.293Z[ recovery-image] Aug 12 01:18:15.162 INFO O| Aug 12 01:18:15.162 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-08-12T01:18:16.297Z[ recovery-image] Aug 12 01:18:15.172 INFO O| Aug 12 01:18:15.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54402026-08-12T01:18:16.297Z[ recovery-image] Aug 12 01:18:15.172 INFO O| Aug 12 01:18:15.172 INFO STEP 65 (remove_files) COMPLETE
54412026-08-12T01:18:16.297Z[ recovery-image] Aug 12 01:18:15.172 INFO O| Aug 12 01:18:15.172 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-08-12T01:18:16.306Z[ recovery-image] Aug 12 01:18:15.183 INFO O| Aug 12 01:18:15.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54432026-08-12T01:18:16.306Z[ recovery-image] Aug 12 01:18:15.183 INFO O| Aug 12 01:18:15.183 INFO STEP 66 (remove_files) COMPLETE
54442026-08-12T01:18:16.306Z[ recovery-image] Aug 12 01:18:15.183 INFO O| Aug 12 01:18:15.183 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-12T01:18:16.317Z[ recovery-image] Aug 12 01:18:15.194 INFO O| Aug 12 01:18:15.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54462026-08-12T01:18:16.317Z[ recovery-image] Aug 12 01:18:15.194 INFO O| Aug 12 01:18:15.194 INFO STEP 67 (remove_files) COMPLETE
54472026-08-12T01:18:16.317Z[ recovery-image] Aug 12 01:18:15.194 INFO O| Aug 12 01:18:15.194 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-12T01:18:16.326Z[ recovery-image] Aug 12 01:18:15.203 INFO O| Aug 12 01:18:15.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54492026-08-12T01:18:16.326Z[ recovery-image] Aug 12 01:18:15.203 INFO O| Aug 12 01:18:15.203 INFO STEP 68 (remove_files) COMPLETE
54502026-08-12T01:18:16.326Z[ recovery-image] Aug 12 01:18:15.203 INFO O| Aug 12 01:18:15.203 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-12T01:18:16.336Z[ recovery-image] Aug 12 01:18:15.213 INFO O| Aug 12 01:18:15.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54522026-08-12T01:18:16.336Z[ recovery-image] Aug 12 01:18:15.213 INFO O| Aug 12 01:18:15.213 INFO STEP 69 (remove_files) COMPLETE
54532026-08-12T01:18:16.336Z[ recovery-image] Aug 12 01:18:15.213 INFO O| Aug 12 01:18:15.213 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-12T01:18:16.347Z[ recovery-image] Aug 12 01:18:15.223 INFO O| Aug 12 01:18:15.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54552026-08-12T01:18:16.347Z[ recovery-image] Aug 12 01:18:15.223 INFO O| Aug 12 01:18:15.222 INFO STEP 70 (remove_files) COMPLETE
54562026-08-12T01:18:16.347Z[ recovery-image] Aug 12 01:18:15.223 INFO O| Aug 12 01:18:15.222 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-12T01:18:16.357Z[ recovery-image] Aug 12 01:18:15.234 INFO O| Aug 12 01:18:15.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54582026-08-12T01:18:16.357Z[ recovery-image] Aug 12 01:18:15.234 INFO O| Aug 12 01:18:15.234 INFO STEP 71 (remove_files) COMPLETE
54592026-08-12T01:18:16.361Z[ recovery-image] Aug 12 01:18:15.234 INFO O| Aug 12 01:18:15.234 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-08-12T01:18:16.368Z[ recovery-image] Aug 12 01:18:15.243 INFO O| Aug 12 01:18:15.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54612026-08-12T01:18:16.368Z[ recovery-image] Aug 12 01:18:15.243 INFO O| Aug 12 01:18:15.243 INFO STEP 72 (remove_files) COMPLETE
54622026-08-12T01:18:16.368Z[ recovery-image] Aug 12 01:18:15.243 INFO O| Aug 12 01:18:15.243 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-08-12T01:18:16.375Z[ recovery-image] Aug 12 01:18:15.252 INFO O| Aug 12 01:18:15.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54642026-08-12T01:18:16.375Z[ recovery-image] Aug 12 01:18:15.252 INFO O| Aug 12 01:18:15.252 INFO STEP 73 (remove_files) COMPLETE
54652026-08-12T01:18:16.375Z[ recovery-image] Aug 12 01:18:15.252 INFO O| Aug 12 01:18:15.252 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-08-12T01:18:16.383Z[ recovery-image] Aug 12 01:18:15.260 INFO O| Aug 12 01:18:15.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54672026-08-12T01:18:16.383Z[ recovery-image] Aug 12 01:18:15.260 INFO O| Aug 12 01:18:15.260 INFO STEP 74 (remove_files) COMPLETE
54682026-08-12T01:18:16.383Z[ recovery-image] Aug 12 01:18:15.260 INFO O| Aug 12 01:18:15.260 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-08-12T01:18:16.391Z[ recovery-image] Aug 12 01:18:15.268 INFO O| Aug 12 01:18:15.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54702026-08-12T01:18:16.391Z[ recovery-image] Aug 12 01:18:15.268 INFO O| Aug 12 01:18:15.268 INFO STEP 75 (remove_files) COMPLETE
54712026-08-12T01:18:16.391Z[ recovery-image] Aug 12 01:18:15.268 INFO O| Aug 12 01:18:15.268 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-08-12T01:18:16.399Z[ recovery-image] Aug 12 01:18:15.276 INFO O| Aug 12 01:18:15.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54732026-08-12T01:18:16.399Z[ recovery-image] Aug 12 01:18:15.276 INFO O| Aug 12 01:18:15.276 INFO STEP 76 (remove_files) COMPLETE
54742026-08-12T01:18:16.399Z[ recovery-image] Aug 12 01:18:15.276 INFO O| Aug 12 01:18:15.276 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-08-12T01:18:16.407Z[ recovery-image] Aug 12 01:18:15.284 INFO O| Aug 12 01:18:15.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54762026-08-12T01:18:16.407Z[ recovery-image] Aug 12 01:18:15.284 INFO O| Aug 12 01:18:15.284 INFO STEP 77 (remove_files) COMPLETE
54772026-08-12T01:18:16.407Z[ recovery-image] Aug 12 01:18:15.284 INFO O| Aug 12 01:18:15.284 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-08-12T01:18:16.415Z[ recovery-image] Aug 12 01:18:15.292 INFO O| Aug 12 01:18:15.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54792026-08-12T01:18:16.415Z[ recovery-image] Aug 12 01:18:15.292 INFO O| Aug 12 01:18:15.292 INFO STEP 78 (remove_files) COMPLETE
54802026-08-12T01:18:16.415Z[ recovery-image] Aug 12 01:18:15.292 INFO O| Aug 12 01:18:15.292 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-08-12T01:18:16.424Z[ recovery-image] Aug 12 01:18:15.301 INFO O| Aug 12 01:18:15.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54822026-08-12T01:18:16.424Z[ recovery-image] Aug 12 01:18:15.301 INFO O| Aug 12 01:18:15.301 INFO STEP 79 (remove_files) COMPLETE
54832026-08-12T01:18:16.424Z[ recovery-image] Aug 12 01:18:15.301 INFO O| Aug 12 01:18:15.301 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-08-12T01:18:16.432Z[ recovery-image] Aug 12 01:18:15.309 INFO O| Aug 12 01:18:15.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54852026-08-12T01:18:16.432Z[ recovery-image] Aug 12 01:18:15.309 INFO O| Aug 12 01:18:15.309 INFO STEP 80 (remove_files) COMPLETE
54862026-08-12T01:18:16.432Z[ recovery-image] Aug 12 01:18:15.309 INFO O| Aug 12 01:18:15.309 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-08-12T01:18:16.441Z[ recovery-image] Aug 12 01:18:15.316 INFO O| Aug 12 01:18:15.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
54882026-08-12T01:18:16.441Z[ recovery-image] Aug 12 01:18:15.316 INFO O| Aug 12 01:18:15.316 INFO STEP 81 (remove_files) COMPLETE
54892026-08-12T01:18:16.444Z[ recovery-image] Aug 12 01:18:15.316 INFO O| Aug 12 01:18:15.316 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-08-12T01:18:16.448Z[ recovery-image] Aug 12 01:18:15.324 INFO O| Aug 12 01:18:15.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
54912026-08-12T01:18:16.448Z[ recovery-image] Aug 12 01:18:15.324 INFO O| Aug 12 01:18:15.324 INFO STEP 82 (remove_files) COMPLETE
54922026-08-12T01:18:16.448Z[ recovery-image] Aug 12 01:18:15.324 INFO O| Aug 12 01:18:15.324 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-08-12T01:18:16.456Z[ recovery-image] Aug 12 01:18:15.332 INFO O| Aug 12 01:18:15.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
54942026-08-12T01:18:16.456Z[ recovery-image] Aug 12 01:18:15.332 INFO O| Aug 12 01:18:15.332 INFO STEP 83 (remove_files) COMPLETE
54952026-08-12T01:18:16.456Z[ recovery-image] Aug 12 01:18:15.332 INFO O| Aug 12 01:18:15.332 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-08-12T01:18:16.463Z[ recovery-image] Aug 12 01:18:15.340 INFO O| Aug 12 01:18:15.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
54972026-08-12T01:18:16.466Z[ recovery-image] Aug 12 01:18:15.341 INFO O| Aug 12 01:18:15.341 INFO STEP 84 (remove_files) COMPLETE
54982026-08-12T01:18:16.466Z[ recovery-image] Aug 12 01:18:15.341 INFO O| Aug 12 01:18:15.341 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-08-12T01:18:16.472Z[ recovery-image] Aug 12 01:18:15.349 INFO O| Aug 12 01:18:15.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55002026-08-12T01:18:16.472Z[ recovery-image] Aug 12 01:18:15.349 INFO O| Aug 12 01:18:15.349 INFO STEP 85 (remove_files) COMPLETE
55012026-08-12T01:18:16.472Z[ recovery-image] Aug 12 01:18:15.349 INFO O| Aug 12 01:18:15.349 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-08-12T01:18:16.476Z[verify-libraries] Compiling enum_dispatch v0.3.13
55032026-08-12T01:18:16.480Z[ recovery-image] Aug 12 01:18:15.357 INFO O| Aug 12 01:18:15.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55042026-08-12T01:18:16.480Z[ recovery-image] Aug 12 01:18:15.357 INFO O| Aug 12 01:18:15.357 INFO STEP 86 (remove_files) COMPLETE
55052026-08-12T01:18:16.483Z[ recovery-image] Aug 12 01:18:15.357 INFO O| Aug 12 01:18:15.357 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-08-12T01:18:16.491Z[ recovery-image] Aug 12 01:18:15.367 INFO O| Aug 12 01:18:15.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55072026-08-12T01:18:16.491Z[ recovery-image] Aug 12 01:18:15.367 INFO O| Aug 12 01:18:15.367 INFO STEP 87 (remove_files) COMPLETE
55082026-08-12T01:18:16.491Z[ recovery-image] Aug 12 01:18:15.367 INFO O| Aug 12 01:18:15.367 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-08-12T01:18:16.499Z[ recovery-image] Aug 12 01:18:15.376 INFO O| Aug 12 01:18:15.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55102026-08-12T01:18:16.499Z[ recovery-image] Aug 12 01:18:15.376 INFO O| Aug 12 01:18:15.376 INFO STEP 88 (remove_files) COMPLETE
55112026-08-12T01:18:16.502Z[ recovery-image] Aug 12 01:18:15.376 INFO O| Aug 12 01:18:15.376 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-08-12T01:18:16.509Z[ recovery-image] Aug 12 01:18:15.387 INFO O| Aug 12 01:18:15.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55132026-08-12T01:18:16.509Z[ recovery-image] Aug 12 01:18:15.387 INFO O| Aug 12 01:18:15.387 INFO STEP 89 (remove_files) COMPLETE
55142026-08-12T01:18:16.509Z[ recovery-image] Aug 12 01:18:15.387 INFO O| Aug 12 01:18:15.387 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-08-12T01:18:16.520Z[ recovery-image] Aug 12 01:18:15.396 INFO O| Aug 12 01:18:15.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55162026-08-12T01:18:16.520Z[ recovery-image] Aug 12 01:18:15.396 INFO O| Aug 12 01:18:15.396 INFO STEP 90 (remove_files) COMPLETE
55172026-08-12T01:18:16.524Z[ recovery-image] Aug 12 01:18:15.396 INFO O| Aug 12 01:18:15.396 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-08-12T01:18:16.529Z[ recovery-image] Aug 12 01:18:15.405 INFO O| Aug 12 01:18:15.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55192026-08-12T01:18:16.529Z[ recovery-image] Aug 12 01:18:15.406 INFO O| Aug 12 01:18:15.405 INFO STEP 91 (remove_files) COMPLETE
55202026-08-12T01:18:16.529Z[ recovery-image] Aug 12 01:18:15.406 INFO O| Aug 12 01:18:15.406 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-08-12T01:18:16.539Z[ recovery-image] Aug 12 01:18:15.415 INFO O| Aug 12 01:18:15.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55222026-08-12T01:18:16.539Z[ recovery-image] Aug 12 01:18:15.415 INFO O| Aug 12 01:18:15.415 INFO STEP 92 (remove_files) COMPLETE
55232026-08-12T01:18:16.539Z[ recovery-image] Aug 12 01:18:15.415 INFO O| Aug 12 01:18:15.415 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-08-12T01:18:16.549Z[ recovery-image] Aug 12 01:18:15.425 INFO O| Aug 12 01:18:15.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55252026-08-12T01:18:16.549Z[ recovery-image] Aug 12 01:18:15.425 INFO O| Aug 12 01:18:15.425 INFO STEP 93 (remove_files) COMPLETE
55262026-08-12T01:18:16.549Z[ recovery-image] Aug 12 01:18:15.425 INFO O| Aug 12 01:18:15.425 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-08-12T01:18:16.561Z[ recovery-image] Aug 12 01:18:15.438 INFO O| Aug 12 01:18:15.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55282026-08-12T01:18:16.561Z[ recovery-image] Aug 12 01:18:15.438 INFO O| Aug 12 01:18:15.438 INFO STEP 94 (remove_files) COMPLETE
55292026-08-12T01:18:16.561Z[ recovery-image] Aug 12 01:18:15.438 INFO O| Aug 12 01:18:15.438 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-08-12T01:18:16.572Z[ recovery-image] Aug 12 01:18:15.449 INFO O| Aug 12 01:18:15.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55312026-08-12T01:18:16.572Z[ recovery-image] Aug 12 01:18:15.449 INFO O| Aug 12 01:18:15.449 INFO STEP 95 (remove_files) COMPLETE
55322026-08-12T01:18:16.572Z[ recovery-image] Aug 12 01:18:15.449 INFO O| Aug 12 01:18:15.449 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-08-12T01:18:16.582Z[ recovery-image] Aug 12 01:18:15.459 INFO O| Aug 12 01:18:15.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55342026-08-12T01:18:16.582Z[ recovery-image] Aug 12 01:18:15.459 INFO O| Aug 12 01:18:15.459 INFO STEP 96 (remove_files) COMPLETE
55352026-08-12T01:18:16.582Z[ recovery-image] Aug 12 01:18:15.459 INFO O| Aug 12 01:18:15.459 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-08-12T01:18:16.592Z[ recovery-image] Aug 12 01:18:15.468 INFO O| Aug 12 01:18:15.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55372026-08-12T01:18:16.592Z[ recovery-image] Aug 12 01:18:15.468 INFO O| Aug 12 01:18:15.468 INFO STEP 97 (remove_files) COMPLETE
55382026-08-12T01:18:16.595Z[ recovery-image] Aug 12 01:18:15.468 INFO O| Aug 12 01:18:15.468 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-08-12T01:18:16.600Z[ recovery-image] Aug 12 01:18:15.477 INFO O| Aug 12 01:18:15.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55402026-08-12T01:18:16.600Z[ recovery-image] Aug 12 01:18:15.477 INFO O| Aug 12 01:18:15.477 INFO STEP 98 (remove_files) COMPLETE
55412026-08-12T01:18:16.600Z[ recovery-image] Aug 12 01:18:15.477 INFO O| Aug 12 01:18:15.477 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-08-12T01:18:16.610Z[ recovery-image] Aug 12 01:18:15.486 INFO O| Aug 12 01:18:15.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55432026-08-12T01:18:16.610Z[ recovery-image] Aug 12 01:18:15.486 INFO O| Aug 12 01:18:15.486 INFO STEP 99 (remove_files) COMPLETE
55442026-08-12T01:18:16.614Z[ recovery-image] Aug 12 01:18:15.486 INFO O| Aug 12 01:18:15.486 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-08-12T01:18:16.614Z[verify-libraries] Compiling sapling-renderdag v0.1.0
55462026-08-12T01:18:16.618Z[ recovery-image] Aug 12 01:18:15.495 INFO O| Aug 12 01:18:15.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55472026-08-12T01:18:16.618Z[ recovery-image] Aug 12 01:18:15.495 INFO O| Aug 12 01:18:15.495 INFO STEP 100 (remove_files) COMPLETE
55482026-08-12T01:18:16.618Z[ recovery-image] Aug 12 01:18:15.495 INFO O| Aug 12 01:18:15.495 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-08-12T01:18:16.629Z[ recovery-image] Aug 12 01:18:15.506 INFO O| Aug 12 01:18:15.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55502026-08-12T01:18:16.629Z[ recovery-image] Aug 12 01:18:15.506 INFO O| Aug 12 01:18:15.506 INFO STEP 101 (remove_files) COMPLETE
55512026-08-12T01:18:16.629Z[ recovery-image] Aug 12 01:18:15.506 INFO O| Aug 12 01:18:15.506 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-08-12T01:18:16.638Z[ recovery-image] Aug 12 01:18:15.515 INFO O| Aug 12 01:18:15.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55532026-08-12T01:18:16.641Z[ recovery-image] Aug 12 01:18:15.516 INFO O| Aug 12 01:18:15.516 INFO STEP 102 (remove_files) COMPLETE
55542026-08-12T01:18:16.641Z[ recovery-image] Aug 12 01:18:15.516 INFO O| Aug 12 01:18:15.516 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-08-12T01:18:16.648Z[ recovery-image] Aug 12 01:18:15.525 INFO O| Aug 12 01:18:15.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55562026-08-12T01:18:16.648Z[ recovery-image] Aug 12 01:18:15.525 INFO O| Aug 12 01:18:15.525 INFO STEP 103 (remove_files) COMPLETE
55572026-08-12T01:18:16.651Z[ recovery-image] Aug 12 01:18:15.525 INFO O| Aug 12 01:18:15.525 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-08-12T01:18:16.657Z[ recovery-image] Aug 12 01:18:15.534 INFO O| Aug 12 01:18:15.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55592026-08-12T01:18:16.658Z[ recovery-image] Aug 12 01:18:15.535 INFO O| Aug 12 01:18:15.534 INFO STEP 104 (remove_files) COMPLETE
55602026-08-12T01:18:16.661Z[ recovery-image] Aug 12 01:18:15.535 INFO O| Aug 12 01:18:15.535 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-08-12T01:18:16.667Z[ recovery-image] Aug 12 01:18:15.544 INFO O| Aug 12 01:18:15.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55622026-08-12T01:18:16.667Z[ recovery-image] Aug 12 01:18:15.544 INFO O| Aug 12 01:18:15.544 INFO STEP 105 (remove_files) COMPLETE
55632026-08-12T01:18:16.670Z[ recovery-image] Aug 12 01:18:15.544 INFO O| Aug 12 01:18:15.544 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-08-12T01:18:16.676Z[ recovery-image] Aug 12 01:18:15.553 INFO O| Aug 12 01:18:15.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55652026-08-12T01:18:16.676Z[ recovery-image] Aug 12 01:18:15.553 INFO O| Aug 12 01:18:15.553 INFO STEP 106 (remove_files) COMPLETE
55662026-08-12T01:18:16.679Z[ recovery-image] Aug 12 01:18:15.553 INFO O| Aug 12 01:18:15.553 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-08-12T01:18:16.687Z[ recovery-image] Aug 12 01:18:15.564 INFO O| Aug 12 01:18:15.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55682026-08-12T01:18:16.687Z[ recovery-image] Aug 12 01:18:15.564 INFO O| Aug 12 01:18:15.564 INFO STEP 107 (remove_files) COMPLETE
55692026-08-12T01:18:16.690Z[ recovery-image] Aug 12 01:18:15.564 INFO O| Aug 12 01:18:15.564 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-08-12T01:18:16.699Z[ recovery-image] Aug 12 01:18:15.574 INFO O| Aug 12 01:18:15.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55712026-08-12T01:18:16.699Z[ recovery-image] Aug 12 01:18:15.574 INFO O| Aug 12 01:18:15.574 INFO STEP 108 (remove_files) COMPLETE
55722026-08-12T01:18:16.699Z[ recovery-image] Aug 12 01:18:15.574 INFO O| Aug 12 01:18:15.574 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-08-12T01:18:16.708Z[ recovery-image] Aug 12 01:18:15.584 INFO O| Aug 12 01:18:15.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55742026-08-12T01:18:16.708Z[ recovery-image] Aug 12 01:18:15.584 INFO O| Aug 12 01:18:15.584 INFO STEP 109 (remove_files) COMPLETE
55752026-08-12T01:18:16.708Z[ recovery-image] Aug 12 01:18:15.584 INFO O| Aug 12 01:18:15.584 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-08-12T01:18:16.718Z[ recovery-image] Aug 12 01:18:15.595 INFO O| Aug 12 01:18:15.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55772026-08-12T01:18:16.718Z[ recovery-image] Aug 12 01:18:15.595 INFO O| Aug 12 01:18:15.595 INFO STEP 110 (remove_files) COMPLETE
55782026-08-12T01:18:16.721Z[ recovery-image] Aug 12 01:18:15.595 INFO O| Aug 12 01:18:15.595 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-08-12T01:18:16.729Z[ recovery-image] Aug 12 01:18:15.606 INFO O| Aug 12 01:18:15.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55802026-08-12T01:18:16.729Z[ recovery-image] Aug 12 01:18:15.606 INFO O| Aug 12 01:18:15.606 INFO STEP 111 (remove_files) COMPLETE
55812026-08-12T01:18:16.733Z[ recovery-image] Aug 12 01:18:15.606 INFO O| Aug 12 01:18:15.606 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-08-12T01:18:16.739Z[ recovery-image] Aug 12 01:18:15.616 INFO O| Aug 12 01:18:15.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55832026-08-12T01:18:16.743Z[ recovery-image] Aug 12 01:18:15.617 INFO O| Aug 12 01:18:15.617 INFO STEP 112 (remove_files) COMPLETE
55842026-08-12T01:18:16.743Z[ recovery-image] Aug 12 01:18:15.617 INFO O| Aug 12 01:18:15.617 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-08-12T01:18:16.752Z[ recovery-image] Aug 12 01:18:15.628 INFO O| Aug 12 01:18:15.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55862026-08-12T01:18:16.752Z[ recovery-image] Aug 12 01:18:15.628 INFO O| Aug 12 01:18:15.628 INFO STEP 113 (remove_files) COMPLETE
55872026-08-12T01:18:16.752Z[ recovery-image] Aug 12 01:18:15.628 INFO O| Aug 12 01:18:15.628 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-08-12T01:18:16.762Z[ recovery-image] Aug 12 01:18:15.638 INFO O| Aug 12 01:18:15.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
55892026-08-12T01:18:16.762Z[ recovery-image] Aug 12 01:18:15.638 INFO O| Aug 12 01:18:15.638 INFO STEP 114 (remove_files) COMPLETE
55902026-08-12T01:18:16.762Z[ recovery-image] Aug 12 01:18:15.638 INFO O| Aug 12 01:18:15.638 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-08-12T01:18:16.769Z[ recovery-image] Aug 12 01:18:15.646 INFO O| Aug 12 01:18:15.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
55922026-08-12T01:18:16.769Z[ recovery-image] Aug 12 01:18:15.646 INFO O| Aug 12 01:18:15.646 INFO STEP 115 (remove_files) COMPLETE
55932026-08-12T01:18:16.769Z[ recovery-image] Aug 12 01:18:15.646 INFO O| Aug 12 01:18:15.646 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-08-12T01:18:16.781Z[ recovery-image] Aug 12 01:18:15.655 INFO O| Aug 12 01:18:15.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
55952026-08-12T01:18:16.781Z[ recovery-image] Aug 12 01:18:15.655 INFO O| Aug 12 01:18:15.655 INFO STEP 116 (remove_files) COMPLETE
55962026-08-12T01:18:16.782Z[ recovery-image] Aug 12 01:18:15.655 INFO O| Aug 12 01:18:15.655 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-08-12T01:18:16.787Z[ recovery-image] Aug 12 01:18:15.664 INFO O| Aug 12 01:18:15.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
55982026-08-12T01:18:16.787Z[ recovery-image] Aug 12 01:18:15.664 INFO O| Aug 12 01:18:15.664 INFO STEP 117 (remove_files) COMPLETE
55992026-08-12T01:18:16.787Z[ recovery-image] Aug 12 01:18:15.664 INFO O| Aug 12 01:18:15.664 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-08-12T01:18:16.795Z[ recovery-image] Aug 12 01:18:15.673 INFO O| Aug 12 01:18:15.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56012026-08-12T01:18:16.795Z[ recovery-image] Aug 12 01:18:15.673 INFO O| Aug 12 01:18:15.673 INFO STEP 118 (remove_files) COMPLETE
56022026-08-12T01:18:16.796Z[ recovery-image] Aug 12 01:18:15.673 INFO O| Aug 12 01:18:15.673 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-08-12T01:18:16.806Z[ recovery-image] Aug 12 01:18:15.683 INFO O| Aug 12 01:18:15.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56042026-08-12T01:18:16.809Z[ recovery-image] Aug 12 01:18:15.683 INFO O| Aug 12 01:18:15.683 INFO STEP 119 (remove_files) COMPLETE
56052026-08-12T01:18:16.809Z[ recovery-image] Aug 12 01:18:15.683 INFO O| Aug 12 01:18:15.683 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-08-12T01:18:16.816Z[ recovery-image] Aug 12 01:18:15.693 INFO O| Aug 12 01:18:15.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56072026-08-12T01:18:16.817Z[ recovery-image] Aug 12 01:18:15.693 INFO O| Aug 12 01:18:15.693 INFO STEP 120 (remove_files) COMPLETE
56082026-08-12T01:18:16.817Z[ recovery-image] Aug 12 01:18:15.693 INFO O| Aug 12 01:18:15.693 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-08-12T01:18:16.825Z[ recovery-image] Aug 12 01:18:15.702 INFO O| Aug 12 01:18:15.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56102026-08-12T01:18:16.825Z[ recovery-image] Aug 12 01:18:15.702 INFO O| Aug 12 01:18:15.702 INFO STEP 121 (remove_files) COMPLETE
56112026-08-12T01:18:16.825Z[ recovery-image] Aug 12 01:18:15.702 INFO O| Aug 12 01:18:15.702 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-08-12T01:18:16.835Z[ recovery-image] Aug 12 01:18:15.712 INFO O| Aug 12 01:18:15.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56132026-08-12T01:18:16.835Z[ recovery-image] Aug 12 01:18:15.712 INFO O| Aug 12 01:18:15.712 INFO STEP 122 (remove_files) COMPLETE
56142026-08-12T01:18:16.838Z[ recovery-image] Aug 12 01:18:15.712 INFO O| Aug 12 01:18:15.712 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56152026-08-12T01:18:16.845Z[ recovery-image] Aug 12 01:18:15.722 INFO O| Aug 12 01:18:15.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56162026-08-12T01:18:16.845Z[ recovery-image] Aug 12 01:18:15.722 INFO O| Aug 12 01:18:15.722 INFO STEP 123 (remove_files) COMPLETE
56172026-08-12T01:18:16.845Z[ recovery-image] Aug 12 01:18:15.722 INFO O| Aug 12 01:18:15.722 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56182026-08-12T01:18:16.856Z[ recovery-image] Aug 12 01:18:15.732 INFO O| Aug 12 01:18:15.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56192026-08-12T01:18:16.856Z[ recovery-image] Aug 12 01:18:15.732 INFO O| Aug 12 01:18:15.732 INFO STEP 124 (remove_files) COMPLETE
56202026-08-12T01:18:16.856Z[ recovery-image] Aug 12 01:18:15.732 INFO O| Aug 12 01:18:15.732 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-08-12T01:18:16.865Z[ recovery-image] Aug 12 01:18:15.742 INFO O| Aug 12 01:18:15.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56222026-08-12T01:18:16.865Z[ recovery-image] Aug 12 01:18:15.742 INFO O| Aug 12 01:18:15.742 INFO STEP 125 (remove_files) COMPLETE
56232026-08-12T01:18:16.868Z[ recovery-image] Aug 12 01:18:15.742 INFO O| Aug 12 01:18:15.742 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-08-12T01:18:16.874Z[ recovery-image] Aug 12 01:18:15.751 INFO O| Aug 12 01:18:15.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56252026-08-12T01:18:16.874Z[ recovery-image] Aug 12 01:18:15.751 INFO O| Aug 12 01:18:15.751 INFO STEP 126 (remove_files) COMPLETE
56262026-08-12T01:18:16.878Z[ recovery-image] Aug 12 01:18:15.751 INFO O| Aug 12 01:18:15.751 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-08-12T01:18:16.883Z[ recovery-image] Aug 12 01:18:15.760 INFO O| Aug 12 01:18:15.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56282026-08-12T01:18:16.883Z[ recovery-image] Aug 12 01:18:15.760 INFO O| Aug 12 01:18:15.760 INFO STEP 127 (remove_files) COMPLETE
56292026-08-12T01:18:16.883Z[ recovery-image] Aug 12 01:18:15.760 INFO O| Aug 12 01:18:15.760 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-08-12T01:18:16.891Z[ recovery-image] Aug 12 01:18:15.768 INFO O| Aug 12 01:18:15.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56312026-08-12T01:18:16.891Z[ recovery-image] Aug 12 01:18:15.768 INFO O| Aug 12 01:18:15.768 INFO STEP 128 (remove_files) COMPLETE
56322026-08-12T01:18:16.891Z[ recovery-image] Aug 12 01:18:15.768 INFO O| Aug 12 01:18:15.768 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-08-12T01:18:16.901Z[ recovery-image] Aug 12 01:18:15.778 INFO O| Aug 12 01:18:15.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56342026-08-12T01:18:16.901Z[ recovery-image] Aug 12 01:18:15.778 INFO O| Aug 12 01:18:15.778 INFO STEP 129 (remove_files) COMPLETE
56352026-08-12T01:18:16.905Z[ recovery-image] Aug 12 01:18:15.778 INFO O| Aug 12 01:18:15.778 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-08-12T01:18:16.910Z[ recovery-image] Aug 12 01:18:15.787 INFO O| Aug 12 01:18:15.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56372026-08-12T01:18:16.910Z[ recovery-image] Aug 12 01:18:15.787 INFO O| Aug 12 01:18:15.787 INFO STEP 130 (remove_files) COMPLETE
56382026-08-12T01:18:16.910Z[ recovery-image] Aug 12 01:18:15.787 INFO O| Aug 12 01:18:15.787 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-08-12T01:18:16.920Z[ recovery-image] Aug 12 01:18:15.797 INFO O| Aug 12 01:18:15.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56402026-08-12T01:18:16.920Z[ recovery-image] Aug 12 01:18:15.797 INFO O| Aug 12 01:18:15.797 INFO STEP 131 (remove_files) COMPLETE
56412026-08-12T01:18:16.920Z[ recovery-image] Aug 12 01:18:15.797 INFO O| Aug 12 01:18:15.797 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-08-12T01:18:16.929Z[ recovery-image] Aug 12 01:18:15.806 INFO O| Aug 12 01:18:15.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56432026-08-12T01:18:16.929Z[ recovery-image] Aug 12 01:18:15.806 INFO O| Aug 12 01:18:15.806 INFO STEP 132 (remove_files) COMPLETE
56442026-08-12T01:18:16.934Z[ recovery-image] Aug 12 01:18:15.806 INFO O| Aug 12 01:18:15.806 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-08-12T01:18:16.939Z[ recovery-image] Aug 12 01:18:15.816 INFO O| Aug 12 01:18:15.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56462026-08-12T01:18:16.939Z[ recovery-image] Aug 12 01:18:15.816 INFO O| Aug 12 01:18:15.816 INFO STEP 133 (remove_files) COMPLETE
56472026-08-12T01:18:16.939Z[ recovery-image] Aug 12 01:18:15.816 INFO O| Aug 12 01:18:15.816 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-08-12T01:18:16.950Z[ recovery-image] Aug 12 01:18:15.825 INFO O| Aug 12 01:18:15.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56492026-08-12T01:18:16.950Z[ recovery-image] Aug 12 01:18:15.825 INFO O| Aug 12 01:18:15.825 INFO STEP 134 (remove_files) COMPLETE
56502026-08-12T01:18:16.950Z[ recovery-image] Aug 12 01:18:15.825 INFO O| Aug 12 01:18:15.825 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-08-12T01:18:16.959Z[ recovery-image] Aug 12 01:18:15.836 INFO O| Aug 12 01:18:15.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56522026-08-12T01:18:16.959Z[ recovery-image] Aug 12 01:18:15.836 INFO O| Aug 12 01:18:15.836 INFO STEP 135 (remove_files) COMPLETE
56532026-08-12T01:18:16.963Z[ recovery-image] Aug 12 01:18:15.836 INFO O| Aug 12 01:18:15.836 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-08-12T01:18:16.968Z[ recovery-image] Aug 12 01:18:15.845 INFO O| Aug 12 01:18:15.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56552026-08-12T01:18:16.968Z[ recovery-image] Aug 12 01:18:15.845 INFO O| Aug 12 01:18:15.845 INFO STEP 136 (remove_files) COMPLETE
56562026-08-12T01:18:16.971Z[ recovery-image] Aug 12 01:18:15.845 INFO O| Aug 12 01:18:15.845 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-08-12T01:18:16.979Z[ recovery-image] Aug 12 01:18:15.854 INFO O| Aug 12 01:18:15.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56582026-08-12T01:18:16.982Z[ recovery-image] Aug 12 01:18:15.854 INFO O| Aug 12 01:18:15.854 INFO STEP 137 (remove_files) COMPLETE
56592026-08-12T01:18:16.982Z[ recovery-image] Aug 12 01:18:15.854 INFO O| Aug 12 01:18:15.854 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-08-12T01:18:16.988Z[ recovery-image] Aug 12 01:18:15.863 INFO O| Aug 12 01:18:15.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56612026-08-12T01:18:16.988Z[ recovery-image] Aug 12 01:18:15.863 INFO O| Aug 12 01:18:15.863 INFO STEP 138 (remove_files) COMPLETE
56622026-08-12T01:18:16.991Z[ recovery-image] Aug 12 01:18:15.864 INFO O| Aug 12 01:18:15.863 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-08-12T01:18:16.996Z[ recovery-image] Aug 12 01:18:15.873 INFO O| Aug 12 01:18:15.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56642026-08-12T01:18:16.996Z[ recovery-image] Aug 12 01:18:15.873 INFO O| Aug 12 01:18:15.873 INFO STEP 139 (remove_files) COMPLETE
56652026-08-12T01:18:17.000Z[ recovery-image] Aug 12 01:18:15.873 INFO O| Aug 12 01:18:15.873 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-08-12T01:18:17.005Z[ recovery-image] Aug 12 01:18:15.882 INFO O| Aug 12 01:18:15.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56672026-08-12T01:18:17.005Z[ recovery-image] Aug 12 01:18:15.882 INFO O| Aug 12 01:18:15.882 INFO STEP 140 (remove_files) COMPLETE
56682026-08-12T01:18:17.005Z[ recovery-image] Aug 12 01:18:15.882 INFO O| Aug 12 01:18:15.882 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-08-12T01:18:17.014Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
56702026-08-12T01:18:17.017Z[ recovery-image] Aug 12 01:18:15.892 INFO O| Aug 12 01:18:15.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56712026-08-12T01:18:17.017Z[ recovery-image] Aug 12 01:18:15.892 INFO O| Aug 12 01:18:15.892 INFO STEP 141 (remove_files) COMPLETE
56722026-08-12T01:18:17.017Z[ recovery-image] Aug 12 01:18:15.892 INFO O| Aug 12 01:18:15.892 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-08-12T01:18:17.028Z[ recovery-image] Aug 12 01:18:15.903 INFO O| Aug 12 01:18:15.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56742026-08-12T01:18:17.028Z[ recovery-image] Aug 12 01:18:15.903 INFO O| Aug 12 01:18:15.903 INFO STEP 142 (remove_files) COMPLETE
56752026-08-12T01:18:17.028Z[ recovery-image] Aug 12 01:18:15.903 INFO O| Aug 12 01:18:15.903 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-12T01:18:17.037Z[ recovery-image] Aug 12 01:18:15.913 INFO O| Aug 12 01:18:15.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56772026-08-12T01:18:17.037Z[ recovery-image] Aug 12 01:18:15.913 INFO O| Aug 12 01:18:15.913 INFO STEP 143 (remove_files) COMPLETE
56782026-08-12T01:18:17.037Z[ recovery-image] Aug 12 01:18:15.914 INFO O| Aug 12 01:18:15.913 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-12T01:18:17.048Z[ recovery-image] Aug 12 01:18:15.924 INFO O| Aug 12 01:18:15.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56802026-08-12T01:18:17.048Z[ recovery-image] Aug 12 01:18:15.925 INFO O| Aug 12 01:18:15.924 INFO STEP 144 (remove_files) COMPLETE
56812026-08-12T01:18:17.048Z[ recovery-image] Aug 12 01:18:15.925 INFO O| Aug 12 01:18:15.924 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-08-12T01:18:17.056Z[ recovery-image] Aug 12 01:18:15.933 INFO O| Aug 12 01:18:15.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56832026-08-12T01:18:17.060Z[ recovery-image] Aug 12 01:18:15.934 INFO O| Aug 12 01:18:15.934 INFO STEP 145 (remove_files) COMPLETE
56842026-08-12T01:18:17.060Z[ recovery-image] Aug 12 01:18:15.934 INFO O| Aug 12 01:18:15.934 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-12T01:18:17.068Z[ recovery-image] Aug 12 01:18:15.945 INFO O| Aug 12 01:18:15.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56862026-08-12T01:18:17.068Z[ recovery-image] Aug 12 01:18:15.945 INFO O| Aug 12 01:18:15.945 INFO STEP 146 (remove_files) COMPLETE
56872026-08-12T01:18:17.068Z[ recovery-image] Aug 12 01:18:15.945 INFO O| Aug 12 01:18:15.945 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-08-12T01:18:17.081Z[ recovery-image] Aug 12 01:18:15.955 INFO O| Aug 12 01:18:15.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
56892026-08-12T01:18:17.081Z[ recovery-image] Aug 12 01:18:15.955 INFO O| Aug 12 01:18:15.955 INFO STEP 147 (remove_files) COMPLETE
56902026-08-12T01:18:17.081Z[ recovery-image] Aug 12 01:18:15.955 INFO O| Aug 12 01:18:15.955 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-08-12T01:18:17.087Z[ recovery-image] Aug 12 01:18:15.964 INFO O| Aug 12 01:18:15.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
56922026-08-12T01:18:17.087Z[ recovery-image] Aug 12 01:18:15.964 INFO O| Aug 12 01:18:15.964 INFO STEP 148 (remove_files) COMPLETE
56932026-08-12T01:18:17.087Z[ recovery-image] Aug 12 01:18:15.964 INFO O| Aug 12 01:18:15.964 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-08-12T01:18:17.091Z[verify-libraries] Compiling delegate v0.13.5
56952026-08-12T01:18:17.098Z[ recovery-image] Aug 12 01:18:15.975 INFO O| Aug 12 01:18:15.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
56962026-08-12T01:18:17.098Z[ recovery-image] Aug 12 01:18:15.975 INFO O| Aug 12 01:18:15.975 INFO STEP 149 (remove_files) COMPLETE
56972026-08-12T01:18:17.098Z[ recovery-image] Aug 12 01:18:15.975 INFO O| Aug 12 01:18:15.975 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-08-12T01:18:17.108Z[ recovery-image] Aug 12 01:18:15.985 INFO O| Aug 12 01:18:15.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
56992026-08-12T01:18:17.108Z[ recovery-image] Aug 12 01:18:15.985 INFO O| Aug 12 01:18:15.985 INFO STEP 150 (remove_files) COMPLETE
57002026-08-12T01:18:17.108Z[ recovery-image] Aug 12 01:18:15.985 INFO O| Aug 12 01:18:15.985 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-08-12T01:18:17.120Z[ recovery-image] Aug 12 01:18:15.995 INFO O| Aug 12 01:18:15.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57022026-08-12T01:18:17.120Z[ recovery-image] Aug 12 01:18:15.995 INFO O| Aug 12 01:18:15.995 INFO STEP 151 (remove_files) COMPLETE
57032026-08-12T01:18:17.120Z[ recovery-image] Aug 12 01:18:15.995 INFO O| Aug 12 01:18:15.995 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-08-12T01:18:17.127Z[ recovery-image] Aug 12 01:18:16.004 INFO O| Aug 12 01:18:16.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57052026-08-12T01:18:17.127Z[ recovery-image] Aug 12 01:18:16.004 INFO O| Aug 12 01:18:16.004 INFO STEP 152 (remove_files) COMPLETE
57062026-08-12T01:18:17.127Z[ recovery-image] Aug 12 01:18:16.004 INFO O| Aug 12 01:18:16.004 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-08-12T01:18:17.170Z[ recovery-image] Aug 12 01:18:16.047 INFO O| Aug 12 01:18:16.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57082026-08-12T01:18:17.170Z[ recovery-image] Aug 12 01:18:16.047 INFO O| Aug 12 01:18:16.047 INFO STEP 153 (remove_files) COMPLETE
57092026-08-12T01:18:17.174Z[ recovery-image] Aug 12 01:18:16.047 INFO O| Aug 12 01:18:16.047 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-08-12T01:18:17.180Z[ recovery-image] Aug 12 01:18:16.058 INFO O| Aug 12 01:18:16.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57112026-08-12T01:18:17.180Z[ recovery-image] Aug 12 01:18:16.058 INFO O| Aug 12 01:18:16.058 INFO STEP 154 (remove_files) COMPLETE
57122026-08-12T01:18:17.184Z[ recovery-image] Aug 12 01:18:16.058 INFO O| Aug 12 01:18:16.058 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-08-12T01:18:17.191Z[ recovery-image] Aug 12 01:18:16.068 INFO O| Aug 12 01:18:16.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57142026-08-12T01:18:17.191Z[ recovery-image] Aug 12 01:18:16.068 INFO O| Aug 12 01:18:16.068 INFO STEP 155 (remove_files) COMPLETE
57152026-08-12T01:18:17.191Z[ recovery-image] Aug 12 01:18:16.068 INFO O| Aug 12 01:18:16.068 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-08-12T01:18:17.201Z[ recovery-image] Aug 12 01:18:16.078 INFO O| Aug 12 01:18:16.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57172026-08-12T01:18:17.201Z[ recovery-image] Aug 12 01:18:16.078 INFO O| Aug 12 01:18:16.078 INFO STEP 156 (remove_files) COMPLETE
57182026-08-12T01:18:17.201Z[ recovery-image] Aug 12 01:18:16.078 INFO O| Aug 12 01:18:16.078 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-08-12T01:18:17.211Z[ recovery-image] Aug 12 01:18:16.088 INFO O| Aug 12 01:18:16.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57202026-08-12T01:18:17.211Z[ recovery-image] Aug 12 01:18:16.088 INFO O| Aug 12 01:18:16.088 INFO STEP 157 (remove_files) COMPLETE
57212026-08-12T01:18:17.211Z[ recovery-image] Aug 12 01:18:16.088 INFO O| Aug 12 01:18:16.088 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-08-12T01:18:17.220Z[ recovery-image] Aug 12 01:18:16.097 INFO O| Aug 12 01:18:16.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57232026-08-12T01:18:17.220Z[ recovery-image] Aug 12 01:18:16.097 INFO O| Aug 12 01:18:16.097 INFO STEP 158 (remove_files) COMPLETE
57242026-08-12T01:18:17.224Z[ recovery-image] Aug 12 01:18:16.097 INFO O| Aug 12 01:18:16.097 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-08-12T01:18:17.230Z[ recovery-image] Aug 12 01:18:16.107 INFO O| Aug 12 01:18:16.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57262026-08-12T01:18:17.230Z[ recovery-image] Aug 12 01:18:16.107 INFO O| Aug 12 01:18:16.107 INFO STEP 159 (remove_files) COMPLETE
57272026-08-12T01:18:17.230Z[ recovery-image] Aug 12 01:18:16.107 INFO O| Aug 12 01:18:16.107 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-08-12T01:18:17.240Z[ recovery-image] Aug 12 01:18:16.117 INFO O| Aug 12 01:18:16.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57292026-08-12T01:18:17.243Z[ recovery-image] Aug 12 01:18:16.118 INFO O| Aug 12 01:18:16.118 INFO STEP 160 (remove_files) COMPLETE
57302026-08-12T01:18:17.243Z[ recovery-image] Aug 12 01:18:16.118 INFO O| Aug 12 01:18:16.118 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-08-12T01:18:17.251Z[ recovery-image] Aug 12 01:18:16.128 INFO O| Aug 12 01:18:16.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57322026-08-12T01:18:17.251Z[ recovery-image] Aug 12 01:18:16.128 INFO O| Aug 12 01:18:16.128 INFO STEP 161 (remove_files) COMPLETE
57332026-08-12T01:18:17.251Z[ recovery-image] Aug 12 01:18:16.128 INFO O| Aug 12 01:18:16.128 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-08-12T01:18:17.263Z[ recovery-image] Aug 12 01:18:16.140 INFO O| Aug 12 01:18:16.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57352026-08-12T01:18:17.263Z[ recovery-image] Aug 12 01:18:16.140 INFO O| Aug 12 01:18:16.140 INFO STEP 162 (remove_files) COMPLETE
57362026-08-12T01:18:17.266Z[ recovery-image] Aug 12 01:18:16.140 INFO O| Aug 12 01:18:16.140 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-08-12T01:18:17.274Z[ recovery-image] Aug 12 01:18:16.150 INFO O| Aug 12 01:18:16.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57382026-08-12T01:18:17.275Z[ recovery-image] Aug 12 01:18:16.150 INFO O| Aug 12 01:18:16.150 INFO STEP 163 (remove_files) COMPLETE
57392026-08-12T01:18:17.275Z[ recovery-image] Aug 12 01:18:16.150 INFO O| Aug 12 01:18:16.150 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-08-12T01:18:17.286Z[ recovery-image] Aug 12 01:18:16.160 INFO O| Aug 12 01:18:16.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57412026-08-12T01:18:17.286Z[ recovery-image] Aug 12 01:18:16.160 INFO O| Aug 12 01:18:16.160 INFO STEP 164 (remove_files) COMPLETE
57422026-08-12T01:18:17.286Z[ recovery-image] Aug 12 01:18:16.160 INFO O| Aug 12 01:18:16.160 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-08-12T01:18:17.293Z[ recovery-image] Aug 12 01:18:16.170 INFO O| Aug 12 01:18:16.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57442026-08-12T01:18:17.293Z[ recovery-image] Aug 12 01:18:16.170 INFO O| Aug 12 01:18:16.170 INFO STEP 165 (remove_files) COMPLETE
57452026-08-12T01:18:17.298Z[ recovery-image] Aug 12 01:18:16.170 INFO O| Aug 12 01:18:16.170 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-08-12T01:18:17.304Z[ recovery-image] Aug 12 01:18:16.181 INFO O| Aug 12 01:18:16.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57472026-08-12T01:18:17.304Z[ recovery-image] Aug 12 01:18:16.181 INFO O| Aug 12 01:18:16.181 INFO STEP 166 (remove_files) COMPLETE
57482026-08-12T01:18:17.307Z[ recovery-image] Aug 12 01:18:16.181 INFO O| Aug 12 01:18:16.181 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-08-12T01:18:17.313Z[ recovery-image] Aug 12 01:18:16.190 INFO O| Aug 12 01:18:16.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57502026-08-12T01:18:17.317Z[ recovery-image] Aug 12 01:18:16.191 INFO O| Aug 12 01:18:16.191 INFO STEP 167 (remove_files) COMPLETE
57512026-08-12T01:18:17.317Z[ recovery-image] Aug 12 01:18:16.191 INFO O| Aug 12 01:18:16.191 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-08-12T01:18:17.322Z[ recovery-image] Aug 12 01:18:16.199 INFO O| Aug 12 01:18:16.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57532026-08-12T01:18:17.322Z[ recovery-image] Aug 12 01:18:16.199 INFO O| Aug 12 01:18:16.199 INFO STEP 168 (remove_files) COMPLETE
57542026-08-12T01:18:17.322Z[ recovery-image] Aug 12 01:18:16.199 INFO O| Aug 12 01:18:16.199 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-08-12T01:18:17.331Z[ recovery-image] Aug 12 01:18:16.208 INFO O| Aug 12 01:18:16.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57562026-08-12T01:18:17.331Z[ recovery-image] Aug 12 01:18:16.208 INFO O| Aug 12 01:18:16.208 INFO STEP 169 (remove_files) COMPLETE
57572026-08-12T01:18:17.334Z[ recovery-image] Aug 12 01:18:16.208 INFO O| Aug 12 01:18:16.208 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-08-12T01:18:17.341Z[ recovery-image] Aug 12 01:18:16.218 INFO O| Aug 12 01:18:16.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57592026-08-12T01:18:17.341Z[ recovery-image] Aug 12 01:18:16.218 INFO O| Aug 12 01:18:16.218 INFO STEP 170 (remove_files) COMPLETE
57602026-08-12T01:18:17.341Z[ recovery-image] Aug 12 01:18:16.218 INFO O| Aug 12 01:18:16.218 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-08-12T01:18:17.359Z[ recovery-image] Aug 12 01:18:16.228 INFO O| Aug 12 01:18:16.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57622026-08-12T01:18:17.359Z[ recovery-image] Aug 12 01:18:16.229 INFO O| Aug 12 01:18:16.228 INFO STEP 171 (remove_files) COMPLETE
57632026-08-12T01:18:17.364Z[ recovery-image] Aug 12 01:18:16.229 INFO O| Aug 12 01:18:16.228 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-08-12T01:18:17.364Z[ recovery-image] Aug 12 01:18:16.239 INFO O| Aug 12 01:18:16.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57652026-08-12T01:18:17.364Z[ recovery-image] Aug 12 01:18:16.239 INFO O| Aug 12 01:18:16.239 INFO STEP 172 (remove_files) COMPLETE
57662026-08-12T01:18:17.364Z[ recovery-image] Aug 12 01:18:16.239 INFO O| Aug 12 01:18:16.239 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-08-12T01:18:17.372Z[ recovery-image] Aug 12 01:18:16.249 INFO O| Aug 12 01:18:16.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57682026-08-12T01:18:17.372Z[ recovery-image] Aug 12 01:18:16.249 INFO O| Aug 12 01:18:16.249 INFO STEP 173 (remove_files) COMPLETE
57692026-08-12T01:18:17.376Z[ recovery-image] Aug 12 01:18:16.249 INFO O| Aug 12 01:18:16.249 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-08-12T01:18:17.382Z[ recovery-image] Aug 12 01:18:16.258 INFO O| Aug 12 01:18:16.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57712026-08-12T01:18:17.382Z[ recovery-image] Aug 12 01:18:16.259 INFO O| Aug 12 01:18:16.258 INFO STEP 174 (remove_files) COMPLETE
57722026-08-12T01:18:17.382Z[ recovery-image] Aug 12 01:18:16.259 INFO O| Aug 12 01:18:16.258 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-08-12T01:18:17.392Z[ recovery-image] Aug 12 01:18:16.268 INFO O| Aug 12 01:18:16.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57742026-08-12T01:18:17.392Z[ recovery-image] Aug 12 01:18:16.268 INFO O| Aug 12 01:18:16.268 INFO STEP 175 (remove_files) COMPLETE
57752026-08-12T01:18:17.392Z[ recovery-image] Aug 12 01:18:16.268 INFO O| Aug 12 01:18:16.268 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-08-12T01:18:17.402Z[ recovery-image] Aug 12 01:18:16.278 INFO O| Aug 12 01:18:16.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57772026-08-12T01:18:17.405Z[ recovery-image] Aug 12 01:18:16.279 INFO O| Aug 12 01:18:16.279 INFO STEP 176 (remove_files) COMPLETE
57782026-08-12T01:18:17.405Z[ recovery-image] Aug 12 01:18:16.279 INFO O| Aug 12 01:18:16.279 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-08-12T01:18:17.412Z[ recovery-image] Aug 12 01:18:16.289 INFO O| Aug 12 01:18:16.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57802026-08-12T01:18:17.416Z[ recovery-image] Aug 12 01:18:16.290 INFO O| Aug 12 01:18:16.290 INFO STEP 177 (remove_files) COMPLETE
57812026-08-12T01:18:17.416Z[ recovery-image] Aug 12 01:18:16.290 INFO O| Aug 12 01:18:16.290 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-08-12T01:18:17.425Z[ recovery-image] Aug 12 01:18:16.302 INFO O| Aug 12 01:18:16.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57832026-08-12T01:18:17.425Z[ recovery-image] Aug 12 01:18:16.302 INFO O| Aug 12 01:18:16.302 INFO STEP 178 (remove_files) COMPLETE
57842026-08-12T01:18:17.425Z[ recovery-image] Aug 12 01:18:16.302 INFO O| Aug 12 01:18:16.302 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-08-12T01:18:17.437Z[ recovery-image] Aug 12 01:18:16.313 INFO O| Aug 12 01:18:16.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
57862026-08-12T01:18:17.437Z[ recovery-image] Aug 12 01:18:16.314 INFO O| Aug 12 01:18:16.313 INFO STEP 179 (remove_files) COMPLETE
57872026-08-12T01:18:17.437Z[ recovery-image] Aug 12 01:18:16.314 INFO O| Aug 12 01:18:16.314 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-08-12T01:18:17.465Z[ recovery-image] Aug 12 01:18:16.340 INFO O| Aug 12 01:18:16.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
57892026-08-12T01:18:17.466Z[ recovery-image] Aug 12 01:18:16.340 INFO O| Aug 12 01:18:16.340 INFO STEP 180 (remove_files) COMPLETE
57902026-08-12T01:18:17.472Z[ recovery-image] Aug 12 01:18:16.340 INFO O| Aug 12 01:18:16.340 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-08-12T01:18:17.476Z[ recovery-image] Aug 12 01:18:16.350 INFO O| Aug 12 01:18:16.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
57922026-08-12T01:18:17.476Z[ recovery-image] Aug 12 01:18:16.350 INFO O| Aug 12 01:18:16.350 INFO STEP 181 (remove_files) COMPLETE
57932026-08-12T01:18:17.476Z[ recovery-image] Aug 12 01:18:16.350 INFO O| Aug 12 01:18:16.350 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-08-12T01:18:17.484Z[ recovery-image] Aug 12 01:18:16.361 INFO O| Aug 12 01:18:16.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
57952026-08-12T01:18:17.484Z[ recovery-image] Aug 12 01:18:16.361 INFO O| Aug 12 01:18:16.361 INFO STEP 182 (remove_files) COMPLETE
57962026-08-12T01:18:17.487Z[ recovery-image] Aug 12 01:18:16.361 INFO O| Aug 12 01:18:16.361 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-08-12T01:18:17.494Z[ recovery-image] Aug 12 01:18:16.371 INFO O| Aug 12 01:18:16.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
57982026-08-12T01:18:17.494Z[ recovery-image] Aug 12 01:18:16.372 INFO O| Aug 12 01:18:16.371 INFO STEP 183 (remove_files) COMPLETE
57992026-08-12T01:18:17.498Z[ recovery-image] Aug 12 01:18:16.372 INFO O| Aug 12 01:18:16.372 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-08-12T01:18:17.504Z[ recovery-image] Aug 12 01:18:16.381 INFO O| Aug 12 01:18:16.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58012026-08-12T01:18:17.504Z[ recovery-image] Aug 12 01:18:16.381 INFO O| Aug 12 01:18:16.381 INFO STEP 184 (remove_files) COMPLETE
58022026-08-12T01:18:17.507Z[ recovery-image] Aug 12 01:18:16.381 INFO O| Aug 12 01:18:16.381 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-08-12T01:18:17.515Z[ recovery-image] Aug 12 01:18:16.392 INFO O| Aug 12 01:18:16.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58042026-08-12T01:18:17.515Z[ recovery-image] Aug 12 01:18:16.392 INFO O| Aug 12 01:18:16.392 INFO STEP 185 (remove_files) COMPLETE
58052026-08-12T01:18:17.518Z[ recovery-image] Aug 12 01:18:16.392 INFO O| Aug 12 01:18:16.392 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-08-12T01:18:17.526Z[ recovery-image] Aug 12 01:18:16.401 INFO O| Aug 12 01:18:16.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58072026-08-12T01:18:17.526Z[ recovery-image] Aug 12 01:18:16.401 INFO O| Aug 12 01:18:16.401 INFO STEP 186 (remove_files) COMPLETE
58082026-08-12T01:18:17.526Z[ recovery-image] Aug 12 01:18:16.401 INFO O| Aug 12 01:18:16.401 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-08-12T01:18:17.536Z[ recovery-image] Aug 12 01:18:16.412 INFO O| Aug 12 01:18:16.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58102026-08-12T01:18:17.536Z[ recovery-image] Aug 12 01:18:16.412 INFO O| Aug 12 01:18:16.412 INFO STEP 187 (remove_files) COMPLETE
58112026-08-12T01:18:17.539Z[ recovery-image] Aug 12 01:18:16.412 INFO O| Aug 12 01:18:16.412 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-08-12T01:18:17.549Z[ recovery-image] Aug 12 01:18:16.424 INFO O| Aug 12 01:18:16.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58132026-08-12T01:18:17.549Z[ recovery-image] Aug 12 01:18:16.424 INFO O| Aug 12 01:18:16.424 INFO STEP 188 (remove_files) COMPLETE
58142026-08-12T01:18:17.549Z[ recovery-image] Aug 12 01:18:16.424 INFO O| Aug 12 01:18:16.424 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-08-12T01:18:17.557Z[ recovery-image] Aug 12 01:18:16.434 INFO O| Aug 12 01:18:16.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58162026-08-12T01:18:17.557Z[ recovery-image] Aug 12 01:18:16.435 INFO O| Aug 12 01:18:16.435 INFO STEP 189 (remove_files) COMPLETE
58172026-08-12T01:18:17.557Z[ recovery-image] Aug 12 01:18:16.435 INFO O| Aug 12 01:18:16.435 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-08-12T01:18:17.571Z[ recovery-image] Aug 12 01:18:16.448 INFO O| Aug 12 01:18:16.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58192026-08-12T01:18:17.571Z[ recovery-image] Aug 12 01:18:16.448 INFO O| Aug 12 01:18:16.447 INFO STEP 190 (remove_files) COMPLETE
58202026-08-12T01:18:17.571Z[ recovery-image] Aug 12 01:18:16.448 INFO O| Aug 12 01:18:16.447 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-08-12T01:18:17.580Z[ recovery-image] Aug 12 01:18:16.457 INFO O| Aug 12 01:18:16.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58222026-08-12T01:18:17.580Z[ recovery-image] Aug 12 01:18:16.457 INFO O| Aug 12 01:18:16.457 INFO STEP 191 (remove_files) COMPLETE
58232026-08-12T01:18:17.583Z[ recovery-image] Aug 12 01:18:16.457 INFO O| Aug 12 01:18:16.457 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-08-12T01:18:17.591Z[ recovery-image] Aug 12 01:18:16.468 INFO O| Aug 12 01:18:16.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58252026-08-12T01:18:17.591Z[ recovery-image] Aug 12 01:18:16.468 INFO O| Aug 12 01:18:16.468 INFO STEP 192 (remove_files) COMPLETE
58262026-08-12T01:18:17.595Z[ recovery-image] Aug 12 01:18:16.468 INFO O| Aug 12 01:18:16.468 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-08-12T01:18:17.602Z[ recovery-image] Aug 12 01:18:16.477 INFO O| Aug 12 01:18:16.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58282026-08-12T01:18:17.602Z[ recovery-image] Aug 12 01:18:16.477 INFO O| Aug 12 01:18:16.477 INFO STEP 193 (remove_files) COMPLETE
58292026-08-12T01:18:17.602Z[ recovery-image] Aug 12 01:18:16.477 INFO O| Aug 12 01:18:16.477 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-08-12T01:18:17.609Z[ recovery-image] Aug 12 01:18:16.486 INFO O| Aug 12 01:18:16.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58312026-08-12T01:18:17.609Z[ recovery-image] Aug 12 01:18:16.486 INFO O| Aug 12 01:18:16.486 INFO STEP 194 (remove_files) COMPLETE
58322026-08-12T01:18:17.609Z[ recovery-image] Aug 12 01:18:16.486 INFO O| Aug 12 01:18:16.486 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-08-12T01:18:17.618Z[ recovery-image] Aug 12 01:18:16.495 INFO O| Aug 12 01:18:16.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58342026-08-12T01:18:17.618Z[ recovery-image] Aug 12 01:18:16.495 INFO O| Aug 12 01:18:16.495 INFO STEP 195 (remove_files) COMPLETE
58352026-08-12T01:18:17.623Z[ recovery-image] Aug 12 01:18:16.495 INFO O| Aug 12 01:18:16.495 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-08-12T01:18:17.626Z[ recovery-image] Aug 12 01:18:16.503 INFO O| Aug 12 01:18:16.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58372026-08-12T01:18:17.626Z[ recovery-image] Aug 12 01:18:16.503 INFO O| Aug 12 01:18:16.503 INFO STEP 196 (remove_files) COMPLETE
58382026-08-12T01:18:17.626Z[ recovery-image] Aug 12 01:18:16.503 INFO O| Aug 12 01:18:16.503 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-08-12T01:18:17.631Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
58402026-08-12T01:18:17.637Z[ recovery-image] Aug 12 01:18:16.514 INFO O| Aug 12 01:18:16.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58412026-08-12T01:18:17.637Z[ recovery-image] Aug 12 01:18:16.514 INFO O| Aug 12 01:18:16.514 INFO STEP 197 (remove_files) COMPLETE
58422026-08-12T01:18:17.641Z[ recovery-image] Aug 12 01:18:16.514 INFO O| Aug 12 01:18:16.514 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-08-12T01:18:17.647Z[ recovery-image] Aug 12 01:18:16.524 INFO O| Aug 12 01:18:16.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58442026-08-12T01:18:17.647Z[ recovery-image] Aug 12 01:18:16.524 INFO O| Aug 12 01:18:16.524 INFO STEP 198 (remove_files) COMPLETE
58452026-08-12T01:18:17.647Z[ recovery-image] Aug 12 01:18:16.524 INFO O| Aug 12 01:18:16.524 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-08-12T01:18:17.657Z[ recovery-image] Aug 12 01:18:16.534 INFO O| Aug 12 01:18:16.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58472026-08-12T01:18:17.661Z[ recovery-image] Aug 12 01:18:16.535 INFO O| Aug 12 01:18:16.534 INFO STEP 199 (remove_files) COMPLETE
58482026-08-12T01:18:17.661Z[ recovery-image] Aug 12 01:18:16.535 INFO O| Aug 12 01:18:16.535 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-08-12T01:18:17.668Z[ recovery-image] Aug 12 01:18:16.545 INFO O| Aug 12 01:18:16.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58502026-08-12T01:18:17.668Z[ recovery-image] Aug 12 01:18:16.545 INFO O| Aug 12 01:18:16.545 INFO STEP 200 (remove_files) COMPLETE
58512026-08-12T01:18:17.671Z[ recovery-image] Aug 12 01:18:16.545 INFO O| Aug 12 01:18:16.545 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-08-12T01:18:17.678Z[ recovery-image] Aug 12 01:18:16.555 INFO O| Aug 12 01:18:16.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58532026-08-12T01:18:17.678Z[ recovery-image] Aug 12 01:18:16.555 INFO O| Aug 12 01:18:16.555 INFO STEP 201 (remove_files) COMPLETE
58542026-08-12T01:18:17.681Z[ recovery-image] Aug 12 01:18:16.555 INFO O| Aug 12 01:18:16.555 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-08-12T01:18:17.687Z[ recovery-image] Aug 12 01:18:16.564 INFO O| Aug 12 01:18:16.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58562026-08-12T01:18:17.687Z[ recovery-image] Aug 12 01:18:16.564 INFO O| Aug 12 01:18:16.564 INFO STEP 202 (remove_files) COMPLETE
58572026-08-12T01:18:17.691Z[ recovery-image] Aug 12 01:18:16.564 INFO O| Aug 12 01:18:16.564 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-08-12T01:18:17.697Z[ recovery-image] Aug 12 01:18:16.574 INFO O| Aug 12 01:18:16.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58592026-08-12T01:18:17.697Z[ recovery-image] Aug 12 01:18:16.574 INFO O| Aug 12 01:18:16.574 INFO STEP 203 (remove_files) COMPLETE
58602026-08-12T01:18:17.697Z[ recovery-image] Aug 12 01:18:16.574 INFO O| Aug 12 01:18:16.574 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-08-12T01:18:17.707Z[ recovery-image] Aug 12 01:18:16.584 INFO O| Aug 12 01:18:16.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58622026-08-12T01:18:17.707Z[ recovery-image] Aug 12 01:18:16.584 INFO O| Aug 12 01:18:16.584 INFO STEP 204 (remove_files) COMPLETE
58632026-08-12T01:18:17.707Z[ recovery-image] Aug 12 01:18:16.584 INFO O| Aug 12 01:18:16.584 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-08-12T01:18:17.718Z[ recovery-image] Aug 12 01:18:16.595 INFO O| Aug 12 01:18:16.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58652026-08-12T01:18:17.718Z[ recovery-image] Aug 12 01:18:16.595 INFO O| Aug 12 01:18:16.595 INFO STEP 205 (remove_files) COMPLETE
58662026-08-12T01:18:17.718Z[ recovery-image] Aug 12 01:18:16.595 INFO O| Aug 12 01:18:16.595 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-08-12T01:18:17.729Z[ recovery-image] Aug 12 01:18:16.606 INFO O| Aug 12 01:18:16.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58682026-08-12T01:18:17.729Z[ recovery-image] Aug 12 01:18:16.606 INFO O| Aug 12 01:18:16.606 INFO STEP 206 (remove_files) COMPLETE
58692026-08-12T01:18:17.729Z[ recovery-image] Aug 12 01:18:16.606 INFO O| Aug 12 01:18:16.606 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-08-12T01:18:17.740Z[ recovery-image] Aug 12 01:18:16.616 INFO O| Aug 12 01:18:16.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58712026-08-12T01:18:17.740Z[ recovery-image] Aug 12 01:18:16.616 INFO O| Aug 12 01:18:16.616 INFO STEP 207 (remove_files) COMPLETE
58722026-08-12T01:18:17.740Z[ recovery-image] Aug 12 01:18:16.616 INFO O| Aug 12 01:18:16.616 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-08-12T01:18:17.749Z[ recovery-image] Aug 12 01:18:16.626 INFO O| Aug 12 01:18:16.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58742026-08-12T01:18:17.749Z[ recovery-image] Aug 12 01:18:16.626 INFO O| Aug 12 01:18:16.626 INFO STEP 208 (remove_files) COMPLETE
58752026-08-12T01:18:17.749Z[ recovery-image] Aug 12 01:18:16.626 INFO O| Aug 12 01:18:16.626 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-08-12T01:18:17.759Z[ recovery-image] Aug 12 01:18:16.635 INFO O| Aug 12 01:18:16.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58772026-08-12T01:18:17.759Z[ recovery-image] Aug 12 01:18:16.635 INFO O| Aug 12 01:18:16.635 INFO STEP 209 (remove_files) COMPLETE
58782026-08-12T01:18:17.762Z[ recovery-image] Aug 12 01:18:16.636 INFO O| Aug 12 01:18:16.635 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-08-12T01:18:17.769Z[ recovery-image] Aug 12 01:18:16.646 INFO O| Aug 12 01:18:16.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58802026-08-12T01:18:17.769Z[ recovery-image] Aug 12 01:18:16.646 INFO O| Aug 12 01:18:16.646 INFO STEP 210 (remove_files) COMPLETE
58812026-08-12T01:18:17.769Z[ recovery-image] Aug 12 01:18:16.646 INFO O| Aug 12 01:18:16.646 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-08-12T01:18:17.779Z[ recovery-image] Aug 12 01:18:16.656 INFO O| Aug 12 01:18:16.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58832026-08-12T01:18:17.780Z[ recovery-image] Aug 12 01:18:16.656 INFO O| Aug 12 01:18:16.656 INFO STEP 211 (remove_files) COMPLETE
58842026-08-12T01:18:17.780Z[ recovery-image] Aug 12 01:18:16.656 INFO O| Aug 12 01:18:16.656 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-08-12T01:18:17.793Z[ recovery-image] Aug 12 01:18:16.668 INFO O| Aug 12 01:18:16.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
58862026-08-12T01:18:17.793Z[ recovery-image] Aug 12 01:18:16.668 INFO O| Aug 12 01:18:16.668 INFO STEP 212 (remove_files) COMPLETE
58872026-08-12T01:18:17.793Z[ recovery-image] Aug 12 01:18:16.668 INFO O| Aug 12 01:18:16.668 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-08-12T01:18:17.802Z[ recovery-image] Aug 12 01:18:16.679 INFO O| Aug 12 01:18:16.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
58892026-08-12T01:18:17.802Z[ recovery-image] Aug 12 01:18:16.679 INFO O| Aug 12 01:18:16.679 INFO STEP 213 (remove_files) COMPLETE
58902026-08-12T01:18:17.805Z[ recovery-image] Aug 12 01:18:16.679 INFO O| Aug 12 01:18:16.679 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-08-12T01:18:17.812Z[ recovery-image] Aug 12 01:18:16.689 INFO O| Aug 12 01:18:16.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
58922026-08-12T01:18:17.812Z[ recovery-image] Aug 12 01:18:16.689 INFO O| Aug 12 01:18:16.689 INFO STEP 214 (remove_files) COMPLETE
58932026-08-12T01:18:17.815Z[ recovery-image] Aug 12 01:18:16.689 INFO O| Aug 12 01:18:16.689 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-08-12T01:18:17.821Z[ recovery-image] Aug 12 01:18:16.698 INFO O| Aug 12 01:18:16.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
58952026-08-12T01:18:17.821Z[ recovery-image] Aug 12 01:18:16.698 INFO O| Aug 12 01:18:16.698 INFO STEP 215 (remove_files) COMPLETE
58962026-08-12T01:18:17.824Z[ recovery-image] Aug 12 01:18:16.698 INFO O| Aug 12 01:18:16.698 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-08-12T01:18:17.831Z[ recovery-image] Aug 12 01:18:16.708 INFO O| Aug 12 01:18:16.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
58982026-08-12T01:18:17.831Z[ recovery-image] Aug 12 01:18:16.709 INFO O| Aug 12 01:18:16.709 INFO STEP 216 (remove_files) COMPLETE
58992026-08-12T01:18:17.831Z[ recovery-image] Aug 12 01:18:16.709 INFO O| Aug 12 01:18:16.709 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-08-12T01:18:17.841Z[ recovery-image] Aug 12 01:18:16.718 INFO O| Aug 12 01:18:16.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59012026-08-12T01:18:17.841Z[ recovery-image] Aug 12 01:18:16.718 INFO O| Aug 12 01:18:16.718 INFO STEP 217 (remove_files) COMPLETE
59022026-08-12T01:18:17.841Z[ recovery-image] Aug 12 01:18:16.718 INFO O| Aug 12 01:18:16.718 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-08-12T01:18:17.851Z[ recovery-image] Aug 12 01:18:16.728 INFO O| Aug 12 01:18:16.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59042026-08-12T01:18:17.851Z[ recovery-image] Aug 12 01:18:16.728 INFO O| Aug 12 01:18:16.728 INFO STEP 218 (remove_files) COMPLETE
59052026-08-12T01:18:17.854Z[ recovery-image] Aug 12 01:18:16.728 INFO O| Aug 12 01:18:16.728 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-08-12T01:18:17.862Z[ recovery-image] Aug 12 01:18:16.739 INFO O| Aug 12 01:18:16.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59072026-08-12T01:18:17.862Z[ recovery-image] Aug 12 01:18:16.739 INFO O| Aug 12 01:18:16.739 INFO STEP 219 (remove_files) COMPLETE
59082026-08-12T01:18:17.862Z[ recovery-image] Aug 12 01:18:16.739 INFO O| Aug 12 01:18:16.739 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-12T01:18:17.874Z[ recovery-image] Aug 12 01:18:16.750 INFO O| Aug 12 01:18:16.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59102026-08-12T01:18:17.874Z[ recovery-image] Aug 12 01:18:16.750 INFO O| Aug 12 01:18:16.750 INFO STEP 220 (remove_files) COMPLETE
59112026-08-12T01:18:17.874Z[ recovery-image] Aug 12 01:18:16.750 INFO O| Aug 12 01:18:16.750 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-12T01:18:17.882Z[ recovery-image] Aug 12 01:18:16.759 INFO O| Aug 12 01:18:16.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59132026-08-12T01:18:17.882Z[ recovery-image] Aug 12 01:18:16.759 INFO O| Aug 12 01:18:16.759 INFO STEP 221 (remove_files) COMPLETE
59142026-08-12T01:18:17.882Z[ recovery-image] Aug 12 01:18:16.759 INFO O| Aug 12 01:18:16.759 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-12T01:18:17.891Z[ recovery-image] Aug 12 01:18:16.768 INFO O| Aug 12 01:18:16.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59162026-08-12T01:18:17.891Z[ recovery-image] Aug 12 01:18:16.768 INFO O| Aug 12 01:18:16.768 INFO STEP 222 (remove_files) COMPLETE
59172026-08-12T01:18:17.891Z[ recovery-image] Aug 12 01:18:16.768 INFO O| Aug 12 01:18:16.768 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-12T01:18:17.901Z[ recovery-image] Aug 12 01:18:16.778 INFO O| Aug 12 01:18:16.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59192026-08-12T01:18:17.901Z[ recovery-image] Aug 12 01:18:16.778 INFO O| Aug 12 01:18:16.778 INFO STEP 223 (remove_files) COMPLETE
59202026-08-12T01:18:17.905Z[ recovery-image] Aug 12 01:18:16.778 INFO O| Aug 12 01:18:16.778 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-08-12T01:18:17.910Z[ recovery-image] Aug 12 01:18:16.787 INFO O| Aug 12 01:18:16.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59222026-08-12T01:18:17.914Z[ recovery-image] Aug 12 01:18:16.787 INFO O| Aug 12 01:18:16.787 INFO STEP 224 (remove_files) COMPLETE
59232026-08-12T01:18:17.914Z[ recovery-image] Aug 12 01:18:16.787 INFO O| Aug 12 01:18:16.787 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-08-12T01:18:17.919Z[ recovery-image] Aug 12 01:18:16.796 INFO O| Aug 12 01:18:16.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59252026-08-12T01:18:17.919Z[ recovery-image] Aug 12 01:18:16.796 INFO O| Aug 12 01:18:16.796 INFO STEP 225 (remove_files) COMPLETE
59262026-08-12T01:18:17.922Z[ recovery-image] Aug 12 01:18:16.796 INFO O| Aug 12 01:18:16.796 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-08-12T01:18:17.928Z[ recovery-image] Aug 12 01:18:16.805 INFO O| Aug 12 01:18:16.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59282026-08-12T01:18:17.928Z[ recovery-image] Aug 12 01:18:16.805 INFO O| Aug 12 01:18:16.805 INFO STEP 226 (remove_files) COMPLETE
59292026-08-12T01:18:17.933Z[ recovery-image] Aug 12 01:18:16.805 INFO O| Aug 12 01:18:16.805 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-08-12T01:18:17.938Z[ recovery-image] Aug 12 01:18:16.815 INFO O| Aug 12 01:18:16.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59312026-08-12T01:18:17.938Z[ recovery-image] Aug 12 01:18:16.816 INFO O| Aug 12 01:18:16.816 INFO STEP 227 (remove_files) COMPLETE
59322026-08-12T01:18:17.942Z[ recovery-image] Aug 12 01:18:16.816 INFO O| Aug 12 01:18:16.816 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-08-12T01:18:17.950Z[ recovery-image] Aug 12 01:18:16.826 INFO O| Aug 12 01:18:16.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59342026-08-12T01:18:17.950Z[ recovery-image] Aug 12 01:18:16.826 INFO O| Aug 12 01:18:16.826 INFO STEP 228 (remove_files) COMPLETE
59352026-08-12T01:18:17.954Z[ recovery-image] Aug 12 01:18:16.826 INFO O| Aug 12 01:18:16.826 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-08-12T01:18:17.961Z[ recovery-image] Aug 12 01:18:16.837 INFO O| Aug 12 01:18:16.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59372026-08-12T01:18:17.961Z[ recovery-image] Aug 12 01:18:16.837 INFO O| Aug 12 01:18:16.837 INFO STEP 229 (remove_files) COMPLETE
59382026-08-12T01:18:17.964Z[ recovery-image] Aug 12 01:18:16.837 INFO O| Aug 12 01:18:16.837 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-08-12T01:18:17.971Z[ recovery-image] Aug 12 01:18:16.847 INFO O| Aug 12 01:18:16.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59402026-08-12T01:18:17.971Z[ recovery-image] Aug 12 01:18:16.847 INFO O| Aug 12 01:18:16.847 INFO STEP 230 (remove_files) COMPLETE
59412026-08-12T01:18:17.974Z[ recovery-image] Aug 12 01:18:16.847 INFO O| Aug 12 01:18:16.847 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-08-12T01:18:17.981Z[ recovery-image] Aug 12 01:18:16.858 INFO O| Aug 12 01:18:16.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59432026-08-12T01:18:17.981Z[ recovery-image] Aug 12 01:18:16.858 INFO O| Aug 12 01:18:16.858 INFO STEP 231 (remove_files) COMPLETE
59442026-08-12T01:18:17.981Z[ recovery-image] Aug 12 01:18:16.858 INFO O| Aug 12 01:18:16.858 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-08-12T01:18:17.991Z[ recovery-image] Aug 12 01:18:16.868 INFO O| Aug 12 01:18:16.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59462026-08-12T01:18:17.991Z[ recovery-image] Aug 12 01:18:16.868 INFO O| Aug 12 01:18:16.868 INFO STEP 232 (remove_files) COMPLETE
59472026-08-12T01:18:17.991Z[ recovery-image] Aug 12 01:18:16.868 INFO O| Aug 12 01:18:16.868 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-08-12T01:18:18.002Z[ recovery-image] Aug 12 01:18:16.879 INFO O| Aug 12 01:18:16.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59492026-08-12T01:18:18.002Z[ recovery-image] Aug 12 01:18:16.879 INFO O| Aug 12 01:18:16.879 INFO STEP 233 (remove_files) COMPLETE
59502026-08-12T01:18:18.002Z[ recovery-image] Aug 12 01:18:16.879 INFO O| Aug 12 01:18:16.879 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-08-12T01:18:18.013Z[ recovery-image] Aug 12 01:18:16.890 INFO O| Aug 12 01:18:16.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59522026-08-12T01:18:18.014Z[ recovery-image] Aug 12 01:18:16.890 INFO O| Aug 12 01:18:16.890 INFO STEP 234 (remove_files) COMPLETE
59532026-08-12T01:18:18.014Z[ recovery-image] Aug 12 01:18:16.890 INFO O| Aug 12 01:18:16.890 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-08-12T01:18:18.024Z[ recovery-image] Aug 12 01:18:16.901 INFO O| Aug 12 01:18:16.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59552026-08-12T01:18:18.024Z[ recovery-image] Aug 12 01:18:16.901 INFO O| Aug 12 01:18:16.901 INFO STEP 235 (remove_files) COMPLETE
59562026-08-12T01:18:18.024Z[ recovery-image] Aug 12 01:18:16.901 INFO O| Aug 12 01:18:16.901 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-08-12T01:18:18.033Z[ recovery-image] Aug 12 01:18:16.910 INFO O| Aug 12 01:18:16.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59582026-08-12T01:18:18.033Z[ recovery-image] Aug 12 01:18:16.910 INFO O| Aug 12 01:18:16.910 INFO STEP 236 (remove_files) COMPLETE
59592026-08-12T01:18:18.033Z[ recovery-image] Aug 12 01:18:16.910 INFO O| Aug 12 01:18:16.910 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-08-12T01:18:18.043Z[ recovery-image] Aug 12 01:18:16.920 INFO O| Aug 12 01:18:16.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59612026-08-12T01:18:18.043Z[ recovery-image] Aug 12 01:18:16.920 INFO O| Aug 12 01:18:16.920 INFO STEP 237 (remove_files) COMPLETE
59622026-08-12T01:18:18.043Z[ recovery-image] Aug 12 01:18:16.920 INFO O| Aug 12 01:18:16.920 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-08-12T01:18:18.054Z[ recovery-image] Aug 12 01:18:16.930 INFO O| Aug 12 01:18:16.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59642026-08-12T01:18:18.054Z[ recovery-image] Aug 12 01:18:16.930 INFO O| Aug 12 01:18:16.930 INFO STEP 238 (remove_files) COMPLETE
59652026-08-12T01:18:18.054Z[ recovery-image] Aug 12 01:18:16.930 INFO O| Aug 12 01:18:16.930 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-08-12T01:18:18.064Z[ recovery-image] Aug 12 01:18:16.940 INFO O| Aug 12 01:18:16.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59672026-08-12T01:18:18.064Z[ recovery-image] Aug 12 01:18:16.940 INFO O| Aug 12 01:18:16.940 INFO STEP 239 (remove_files) COMPLETE
59682026-08-12T01:18:18.064Z[ recovery-image] Aug 12 01:18:16.940 INFO O| Aug 12 01:18:16.940 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-08-12T01:18:18.073Z[ recovery-image] Aug 12 01:18:16.950 INFO O| Aug 12 01:18:16.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59702026-08-12T01:18:18.073Z[ recovery-image] Aug 12 01:18:16.950 INFO O| Aug 12 01:18:16.950 INFO STEP 240 (remove_files) COMPLETE
59712026-08-12T01:18:18.073Z[ recovery-image] Aug 12 01:18:16.950 INFO O| Aug 12 01:18:16.950 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-08-12T01:18:18.083Z[ recovery-image] Aug 12 01:18:16.960 INFO O| Aug 12 01:18:16.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59732026-08-12T01:18:18.083Z[ recovery-image] Aug 12 01:18:16.960 INFO O| Aug 12 01:18:16.960 INFO STEP 241 (remove_files) COMPLETE
59742026-08-12T01:18:18.083Z[ recovery-image] Aug 12 01:18:16.960 INFO O| Aug 12 01:18:16.960 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-08-12T01:18:18.092Z[ recovery-image] Aug 12 01:18:16.969 INFO O| Aug 12 01:18:16.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59762026-08-12T01:18:18.092Z[ recovery-image] Aug 12 01:18:16.969 INFO O| Aug 12 01:18:16.969 INFO STEP 242 (remove_files) COMPLETE
59772026-08-12T01:18:18.092Z[ recovery-image] Aug 12 01:18:16.969 INFO O| Aug 12 01:18:16.969 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-08-12T01:18:18.101Z[ recovery-image] Aug 12 01:18:16.978 INFO O| Aug 12 01:18:16.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59792026-08-12T01:18:18.101Z[ recovery-image] Aug 12 01:18:16.978 INFO O| Aug 12 01:18:16.978 INFO STEP 243 (remove_files) COMPLETE
59802026-08-12T01:18:18.101Z[ recovery-image] Aug 12 01:18:16.978 INFO O| Aug 12 01:18:16.978 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-08-12T01:18:18.113Z[ recovery-image] Aug 12 01:18:16.990 INFO O| Aug 12 01:18:16.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59822026-08-12T01:18:18.113Z[ recovery-image] Aug 12 01:18:16.990 INFO O| Aug 12 01:18:16.990 INFO STEP 244 (remove_files) COMPLETE
59832026-08-12T01:18:18.113Z[ recovery-image] Aug 12 01:18:16.990 INFO O| Aug 12 01:18:16.990 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-08-12T01:18:18.123Z[ recovery-image] Aug 12 01:18:16.999 INFO O| Aug 12 01:18:16.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
59852026-08-12T01:18:18.123Z[ recovery-image] Aug 12 01:18:16.999 INFO O| Aug 12 01:18:16.999 INFO STEP 245 (remove_files) COMPLETE
59862026-08-12T01:18:18.123Z[ recovery-image] Aug 12 01:18:16.999 INFO O| Aug 12 01:18:16.999 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-08-12T01:18:18.134Z[ recovery-image] Aug 12 01:18:17.011 INFO O| Aug 12 01:18:17.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
59882026-08-12T01:18:18.134Z[ recovery-image] Aug 12 01:18:17.011 INFO O| Aug 12 01:18:17.011 INFO STEP 246 (remove_files) COMPLETE
59892026-08-12T01:18:18.134Z[ recovery-image] Aug 12 01:18:17.011 INFO O| Aug 12 01:18:17.011 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-08-12T01:18:18.148Z[ recovery-image] Aug 12 01:18:17.022 INFO O| Aug 12 01:18:17.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
59912026-08-12T01:18:18.148Z[ recovery-image] Aug 12 01:18:17.022 INFO O| Aug 12 01:18:17.022 INFO STEP 247 (remove_files) COMPLETE
59922026-08-12T01:18:18.151Z[ recovery-image] Aug 12 01:18:17.022 INFO O| Aug 12 01:18:17.022 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-08-12T01:18:18.152Z[verify-libraries] Compiling sync-ptr v0.1.4
59942026-08-12T01:18:18.155Z[ recovery-image] Aug 12 01:18:17.032 INFO O| Aug 12 01:18:17.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
59952026-08-12T01:18:18.155Z[ recovery-image] Aug 12 01:18:17.032 INFO O| Aug 12 01:18:17.032 INFO STEP 248 (remove_files) COMPLETE
59962026-08-12T01:18:18.155Z[ recovery-image] Aug 12 01:18:17.032 INFO O| Aug 12 01:18:17.032 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-08-12T01:18:18.165Z[ recovery-image] Aug 12 01:18:17.042 INFO O| Aug 12 01:18:17.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
59982026-08-12T01:18:18.165Z[ recovery-image] Aug 12 01:18:17.042 INFO O| Aug 12 01:18:17.042 INFO STEP 249 (remove_files) COMPLETE
59992026-08-12T01:18:18.165Z[ recovery-image] Aug 12 01:18:17.042 INFO O| Aug 12 01:18:17.042 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-08-12T01:18:18.176Z[ recovery-image] Aug 12 01:18:17.053 INFO O| Aug 12 01:18:17.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60012026-08-12T01:18:18.176Z[ recovery-image] Aug 12 01:18:17.053 INFO O| Aug 12 01:18:17.053 INFO STEP 250 (remove_files) COMPLETE
60022026-08-12T01:18:18.176Z[ recovery-image] Aug 12 01:18:17.053 INFO O| Aug 12 01:18:17.053 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-08-12T01:18:18.188Z[ recovery-image] Aug 12 01:18:17.065 INFO O| Aug 12 01:18:17.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60042026-08-12T01:18:18.188Z[ recovery-image] Aug 12 01:18:17.065 INFO O| Aug 12 01:18:17.065 INFO STEP 251 (remove_files) COMPLETE
60052026-08-12T01:18:18.191Z[ recovery-image] Aug 12 01:18:17.065 INFO O| Aug 12 01:18:17.065 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-08-12T01:18:18.199Z[ recovery-image] Aug 12 01:18:17.076 INFO O| Aug 12 01:18:17.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60072026-08-12T01:18:18.199Z[ recovery-image] Aug 12 01:18:17.076 INFO O| Aug 12 01:18:17.076 INFO STEP 252 (remove_files) COMPLETE
60082026-08-12T01:18:18.199Z[ recovery-image] Aug 12 01:18:17.076 INFO O| Aug 12 01:18:17.076 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-08-12T01:18:18.210Z[ recovery-image] Aug 12 01:18:17.087 INFO O| Aug 12 01:18:17.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60102026-08-12T01:18:18.210Z[ recovery-image] Aug 12 01:18:17.087 INFO O| Aug 12 01:18:17.087 INFO STEP 253 (remove_files) COMPLETE
60112026-08-12T01:18:18.213Z[ recovery-image] Aug 12 01:18:17.087 INFO O| Aug 12 01:18:17.087 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-08-12T01:18:18.222Z[ recovery-image] Aug 12 01:18:17.098 INFO O| Aug 12 01:18:17.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60132026-08-12T01:18:18.222Z[ recovery-image] Aug 12 01:18:17.099 INFO O| Aug 12 01:18:17.099 INFO STEP 254 (remove_files) COMPLETE
60142026-08-12T01:18:18.222Z[ recovery-image] Aug 12 01:18:17.099 INFO O| Aug 12 01:18:17.099 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-08-12T01:18:18.230Z[ recovery-image] Aug 12 01:18:17.107 INFO O| Aug 12 01:18:17.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60162026-08-12T01:18:18.230Z[ recovery-image] Aug 12 01:18:17.107 INFO O| Aug 12 01:18:17.107 INFO STEP 255 (remove_files) COMPLETE
60172026-08-12T01:18:18.234Z[ recovery-image] Aug 12 01:18:17.107 INFO O| Aug 12 01:18:17.107 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-08-12T01:18:18.239Z[ recovery-image] Aug 12 01:18:17.116 INFO O| Aug 12 01:18:17.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60192026-08-12T01:18:18.240Z[ recovery-image] Aug 12 01:18:17.116 INFO O| Aug 12 01:18:17.116 INFO STEP 256 (remove_files) COMPLETE
60202026-08-12T01:18:18.240Z[ recovery-image] Aug 12 01:18:17.116 INFO O| Aug 12 01:18:17.116 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-08-12T01:18:18.248Z[ recovery-image] Aug 12 01:18:17.125 INFO O| Aug 12 01:18:17.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60222026-08-12T01:18:18.248Z[ recovery-image] Aug 12 01:18:17.125 INFO O| Aug 12 01:18:17.125 INFO STEP 257 (remove_files) COMPLETE
60232026-08-12T01:18:18.251Z[ recovery-image] Aug 12 01:18:17.125 INFO O| Aug 12 01:18:17.125 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-08-12T01:18:18.251Z[verify-libraries] Compiling md5 v0.8.0
60252026-08-12T01:18:18.259Z[ recovery-image] Aug 12 01:18:17.136 INFO O| Aug 12 01:18:17.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60262026-08-12T01:18:18.259Z[ recovery-image] Aug 12 01:18:17.136 INFO O| Aug 12 01:18:17.136 INFO STEP 258 (remove_files) COMPLETE
60272026-08-12T01:18:18.259Z[ recovery-image] Aug 12 01:18:17.136 INFO O| Aug 12 01:18:17.136 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-08-12T01:18:18.268Z[ recovery-image] Aug 12 01:18:17.145 INFO O| Aug 12 01:18:17.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60292026-08-12T01:18:18.272Z[ recovery-image] Aug 12 01:18:17.145 INFO O| Aug 12 01:18:17.145 INFO STEP 259 (remove_files) COMPLETE
60302026-08-12T01:18:18.272Z[ recovery-image] Aug 12 01:18:17.145 INFO O| Aug 12 01:18:17.145 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-08-12T01:18:18.279Z[ recovery-image] Aug 12 01:18:17.156 INFO O| Aug 12 01:18:17.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60322026-08-12T01:18:18.279Z[ recovery-image] Aug 12 01:18:17.156 INFO O| Aug 12 01:18:17.156 INFO STEP 260 (remove_files) COMPLETE
60332026-08-12T01:18:18.283Z[ recovery-image] Aug 12 01:18:17.156 INFO O| Aug 12 01:18:17.156 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-08-12T01:18:18.289Z[ recovery-image] Aug 12 01:18:17.165 INFO O| Aug 12 01:18:17.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60352026-08-12T01:18:18.289Z[ recovery-image] Aug 12 01:18:17.165 INFO O| Aug 12 01:18:17.165 INFO STEP 261 (remove_files) COMPLETE
60362026-08-12T01:18:18.289Z[ recovery-image] Aug 12 01:18:17.165 INFO O| Aug 12 01:18:17.165 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-08-12T01:18:18.298Z[ recovery-image] Aug 12 01:18:17.174 INFO O| Aug 12 01:18:17.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60382026-08-12T01:18:18.298Z[ recovery-image] Aug 12 01:18:17.174 INFO O| Aug 12 01:18:17.174 INFO STEP 262 (remove_files) COMPLETE
60392026-08-12T01:18:18.301Z[ recovery-image] Aug 12 01:18:17.174 INFO O| Aug 12 01:18:17.174 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-08-12T01:18:18.308Z[ recovery-image] Aug 12 01:18:17.185 INFO O| Aug 12 01:18:17.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60412026-08-12T01:18:18.308Z[ recovery-image] Aug 12 01:18:17.185 INFO O| Aug 12 01:18:17.185 INFO STEP 263 (remove_files) COMPLETE
60422026-08-12T01:18:18.309Z[ recovery-image] Aug 12 01:18:17.185 INFO O| Aug 12 01:18:17.185 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-08-12T01:18:18.320Z[ recovery-image] Aug 12 01:18:17.196 INFO O| Aug 12 01:18:17.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60442026-08-12T01:18:18.320Z[ recovery-image] Aug 12 01:18:17.196 INFO O| Aug 12 01:18:17.196 INFO STEP 264 (remove_files) COMPLETE
60452026-08-12T01:18:18.320Z[ recovery-image] Aug 12 01:18:17.196 INFO O| Aug 12 01:18:17.196 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-08-12T01:18:18.330Z[ recovery-image] Aug 12 01:18:17.207 INFO O| Aug 12 01:18:17.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60472026-08-12T01:18:18.330Z[ recovery-image] Aug 12 01:18:17.207 INFO O| Aug 12 01:18:17.207 INFO STEP 265 (remove_files) COMPLETE
60482026-08-12T01:18:18.333Z[ recovery-image] Aug 12 01:18:17.207 INFO O| Aug 12 01:18:17.207 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-08-12T01:18:18.339Z[ recovery-image] Aug 12 01:18:17.216 INFO O| Aug 12 01:18:17.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60502026-08-12T01:18:18.342Z[ recovery-image] Aug 12 01:18:17.217 INFO O| Aug 12 01:18:17.217 INFO STEP 266 (remove_files) COMPLETE
60512026-08-12T01:18:18.342Z[ recovery-image] Aug 12 01:18:17.217 INFO O| Aug 12 01:18:17.217 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-08-12T01:18:18.351Z[ recovery-image] Aug 12 01:18:17.228 INFO O| Aug 12 01:18:17.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60532026-08-12T01:18:18.351Z[ recovery-image] Aug 12 01:18:17.228 INFO O| Aug 12 01:18:17.228 INFO STEP 267 (remove_files) COMPLETE
60542026-08-12T01:18:18.351Z[ recovery-image] Aug 12 01:18:17.228 INFO O| Aug 12 01:18:17.228 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-08-12T01:18:18.361Z[ recovery-image] Aug 12 01:18:17.238 INFO O| Aug 12 01:18:17.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60562026-08-12T01:18:18.361Z[ recovery-image] Aug 12 01:18:17.238 INFO O| Aug 12 01:18:17.238 INFO STEP 268 (remove_files) COMPLETE
60572026-08-12T01:18:18.364Z[ recovery-image] Aug 12 01:18:17.238 INFO O| Aug 12 01:18:17.238 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-08-12T01:18:18.372Z[ recovery-image] Aug 12 01:18:17.249 INFO O| Aug 12 01:18:17.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60592026-08-12T01:18:18.372Z[ recovery-image] Aug 12 01:18:17.249 INFO O| Aug 12 01:18:17.249 INFO STEP 269 (remove_files) COMPLETE
60602026-08-12T01:18:18.372Z[ recovery-image] Aug 12 01:18:17.249 INFO O| Aug 12 01:18:17.249 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-08-12T01:18:18.383Z[ recovery-image] Aug 12 01:18:17.260 INFO O| Aug 12 01:18:17.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60622026-08-12T01:18:18.383Z[ recovery-image] Aug 12 01:18:17.260 INFO O| Aug 12 01:18:17.260 INFO STEP 270 (remove_files) COMPLETE
60632026-08-12T01:18:18.383Z[ recovery-image] Aug 12 01:18:17.260 INFO O| Aug 12 01:18:17.260 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-08-12T01:18:18.392Z[ recovery-image] Aug 12 01:18:17.269 INFO O| Aug 12 01:18:17.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60652026-08-12T01:18:18.392Z[ recovery-image] Aug 12 01:18:17.269 INFO O| Aug 12 01:18:17.269 INFO STEP 271 (remove_files) COMPLETE
60662026-08-12T01:18:18.396Z[ recovery-image] Aug 12 01:18:17.269 INFO O| Aug 12 01:18:17.269 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-08-12T01:18:18.401Z[ recovery-image] Aug 12 01:18:17.278 INFO O| Aug 12 01:18:17.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60682026-08-12T01:18:18.401Z[ recovery-image] Aug 12 01:18:17.278 INFO O| Aug 12 01:18:17.278 INFO STEP 272 (remove_files) COMPLETE
60692026-08-12T01:18:18.401Z[ recovery-image] Aug 12 01:18:17.278 INFO O| Aug 12 01:18:17.278 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-08-12T01:18:18.405Z[verify-libraries] Compiling seq-macro v0.3.6
60712026-08-12T01:18:18.411Z[ recovery-image] Aug 12 01:18:17.288 INFO O| Aug 12 01:18:17.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60722026-08-12T01:18:18.411Z[ recovery-image] Aug 12 01:18:17.288 INFO O| Aug 12 01:18:17.288 INFO STEP 273 (remove_files) COMPLETE
60732026-08-12T01:18:18.411Z[ recovery-image] Aug 12 01:18:17.288 INFO O| Aug 12 01:18:17.288 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-08-12T01:18:18.422Z[ recovery-image] Aug 12 01:18:17.298 INFO O| Aug 12 01:18:17.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60752026-08-12T01:18:18.422Z[ recovery-image] Aug 12 01:18:17.298 INFO O| Aug 12 01:18:17.298 INFO STEP 274 (remove_files) COMPLETE
60762026-08-12T01:18:18.425Z[ recovery-image] Aug 12 01:18:17.298 INFO O| Aug 12 01:18:17.298 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-08-12T01:18:18.432Z[ recovery-image] Aug 12 01:18:17.309 INFO O| Aug 12 01:18:17.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60782026-08-12T01:18:18.432Z[ recovery-image] Aug 12 01:18:17.309 INFO O| Aug 12 01:18:17.309 INFO STEP 275 (remove_files) COMPLETE
60792026-08-12T01:18:18.433Z[ recovery-image] Aug 12 01:18:17.309 INFO O| Aug 12 01:18:17.309 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-08-12T01:18:18.444Z[ recovery-image] Aug 12 01:18:17.321 INFO O| Aug 12 01:18:17.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60812026-08-12T01:18:18.444Z[ recovery-image] Aug 12 01:18:17.321 INFO O| Aug 12 01:18:17.321 INFO STEP 276 (remove_files) COMPLETE
60822026-08-12T01:18:18.444Z[ recovery-image] Aug 12 01:18:17.321 INFO O| Aug 12 01:18:17.321 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-08-12T01:18:18.455Z[ recovery-image] Aug 12 01:18:17.332 INFO O| Aug 12 01:18:17.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60842026-08-12T01:18:18.455Z[ recovery-image] Aug 12 01:18:17.332 INFO O| Aug 12 01:18:17.332 INFO STEP 277 (remove_files) COMPLETE
60852026-08-12T01:18:18.455Z[ recovery-image] Aug 12 01:18:17.332 INFO O| Aug 12 01:18:17.332 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-08-12T01:18:18.465Z[ recovery-image] Aug 12 01:18:17.342 INFO O| Aug 12 01:18:17.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
60872026-08-12T01:18:18.465Z[ recovery-image] Aug 12 01:18:17.342 INFO O| Aug 12 01:18:17.342 INFO STEP 278 (remove_files) COMPLETE
60882026-08-12T01:18:18.465Z[ recovery-image] Aug 12 01:18:17.342 INFO O| Aug 12 01:18:17.342 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-08-12T01:18:18.475Z[ recovery-image] Aug 12 01:18:17.352 INFO O| Aug 12 01:18:17.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
60902026-08-12T01:18:18.475Z[ recovery-image] Aug 12 01:18:17.352 INFO O| Aug 12 01:18:17.352 INFO STEP 279 (remove_files) COMPLETE
60912026-08-12T01:18:18.479Z[ recovery-image] Aug 12 01:18:17.352 INFO O| Aug 12 01:18:17.352 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-08-12T01:18:18.485Z[ recovery-image] Aug 12 01:18:17.362 INFO O| Aug 12 01:18:17.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
60932026-08-12T01:18:18.485Z[ recovery-image] Aug 12 01:18:17.362 INFO O| Aug 12 01:18:17.362 INFO STEP 280 (remove_files) COMPLETE
60942026-08-12T01:18:18.485Z[ recovery-image] Aug 12 01:18:17.362 INFO O| Aug 12 01:18:17.362 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-08-12T01:18:18.495Z[ recovery-image] Aug 12 01:18:17.372 INFO O| Aug 12 01:18:17.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
60962026-08-12T01:18:18.495Z[ recovery-image] Aug 12 01:18:17.372 INFO O| Aug 12 01:18:17.372 INFO STEP 281 (remove_files) COMPLETE
60972026-08-12T01:18:18.495Z[ recovery-image] Aug 12 01:18:17.372 INFO O| Aug 12 01:18:17.372 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-08-12T01:18:18.504Z[ recovery-image] Aug 12 01:18:17.381 INFO O| Aug 12 01:18:17.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
60992026-08-12T01:18:18.504Z[ recovery-image] Aug 12 01:18:17.381 INFO O| Aug 12 01:18:17.381 INFO STEP 282 (remove_files) COMPLETE
61002026-08-12T01:18:18.507Z[ recovery-image] Aug 12 01:18:17.381 INFO O| Aug 12 01:18:17.381 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-08-12T01:18:18.514Z[ recovery-image] Aug 12 01:18:17.391 INFO O| Aug 12 01:18:17.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61022026-08-12T01:18:18.514Z[ recovery-image] Aug 12 01:18:17.391 INFO O| Aug 12 01:18:17.391 INFO STEP 283 (remove_files) COMPLETE
61032026-08-12T01:18:18.514Z[ recovery-image] Aug 12 01:18:17.391 INFO O| Aug 12 01:18:17.391 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-08-12T01:18:18.524Z[ recovery-image] Aug 12 01:18:17.401 INFO O| Aug 12 01:18:17.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61052026-08-12T01:18:18.524Z[ recovery-image] Aug 12 01:18:17.401 INFO O| Aug 12 01:18:17.401 INFO STEP 284 (remove_files) COMPLETE
61062026-08-12T01:18:18.524Z[ recovery-image] Aug 12 01:18:17.401 INFO O| Aug 12 01:18:17.401 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-08-12T01:18:18.534Z[ recovery-image] Aug 12 01:18:17.411 INFO O| Aug 12 01:18:17.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61082026-08-12T01:18:18.534Z[ recovery-image] Aug 12 01:18:17.411 INFO O| Aug 12 01:18:17.411 INFO STEP 285 (remove_files) COMPLETE
61092026-08-12T01:18:18.534Z[ recovery-image] Aug 12 01:18:17.411 INFO O| Aug 12 01:18:17.411 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-08-12T01:18:18.544Z[ recovery-image] Aug 12 01:18:17.421 INFO O| Aug 12 01:18:17.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61112026-08-12T01:18:18.544Z[ recovery-image] Aug 12 01:18:17.421 INFO O| Aug 12 01:18:17.421 INFO STEP 286 (remove_files) COMPLETE
61122026-08-12T01:18:18.547Z[ recovery-image] Aug 12 01:18:17.421 INFO O| Aug 12 01:18:17.421 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-08-12T01:18:18.547Z[verify-libraries] Compiling hex-literal v1.1.0
61142026-08-12T01:18:18.555Z[ recovery-image] Aug 12 01:18:17.432 INFO O| Aug 12 01:18:17.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61152026-08-12T01:18:18.555Z[ recovery-image] Aug 12 01:18:17.432 INFO O| Aug 12 01:18:17.432 INFO STEP 287 (remove_files) COMPLETE
61162026-08-12T01:18:18.558Z[ recovery-image] Aug 12 01:18:17.432 INFO O| Aug 12 01:18:17.432 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-08-12T01:18:18.565Z[ recovery-image] Aug 12 01:18:17.442 INFO O| Aug 12 01:18:17.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61182026-08-12T01:18:18.565Z[ recovery-image] Aug 12 01:18:17.442 INFO O| Aug 12 01:18:17.442 INFO STEP 288 (remove_files) COMPLETE
61192026-08-12T01:18:18.565Z[ recovery-image] Aug 12 01:18:17.442 INFO O| Aug 12 01:18:17.442 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-08-12T01:18:18.575Z[ recovery-image] Aug 12 01:18:17.452 INFO O| Aug 12 01:18:17.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61212026-08-12T01:18:18.575Z[ recovery-image] Aug 12 01:18:17.452 INFO O| Aug 12 01:18:17.452 INFO STEP 289 (remove_files) COMPLETE
61222026-08-12T01:18:18.575Z[ recovery-image] Aug 12 01:18:17.452 INFO O| Aug 12 01:18:17.452 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-08-12T01:18:18.584Z[ recovery-image] Aug 12 01:18:17.461 INFO O| Aug 12 01:18:17.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61242026-08-12T01:18:18.585Z[ recovery-image] Aug 12 01:18:17.461 INFO O| Aug 12 01:18:17.461 INFO STEP 290 (remove_files) COMPLETE
61252026-08-12T01:18:18.588Z[ recovery-image] Aug 12 01:18:17.461 INFO O| Aug 12 01:18:17.461 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-08-12T01:18:18.594Z[ recovery-image] Aug 12 01:18:17.471 INFO O| Aug 12 01:18:17.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61272026-08-12T01:18:18.594Z[ recovery-image] Aug 12 01:18:17.471 INFO O| Aug 12 01:18:17.471 INFO STEP 291 (remove_files) COMPLETE
61282026-08-12T01:18:18.597Z[ recovery-image] Aug 12 01:18:17.471 INFO O| Aug 12 01:18:17.471 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-08-12T01:18:18.604Z[ recovery-image] Aug 12 01:18:17.481 INFO O| Aug 12 01:18:17.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61302026-08-12T01:18:18.604Z[ recovery-image] Aug 12 01:18:17.481 INFO O| Aug 12 01:18:17.481 INFO STEP 292 (remove_files) COMPLETE
61312026-08-12T01:18:18.604Z[ recovery-image] Aug 12 01:18:17.481 INFO O| Aug 12 01:18:17.481 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-08-12T01:18:18.613Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
61332026-08-12T01:18:18.614Z[ recovery-image] Aug 12 01:18:17.491 INFO O| Aug 12 01:18:17.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61342026-08-12T01:18:18.614Z[ recovery-image] Aug 12 01:18:17.491 INFO O| Aug 12 01:18:17.491 INFO STEP 293 (remove_files) COMPLETE
61352026-08-12T01:18:18.614Z[ recovery-image] Aug 12 01:18:17.491 INFO O| Aug 12 01:18:17.491 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-08-12T01:18:18.623Z[ recovery-image] Aug 12 01:18:17.500 INFO O| Aug 12 01:18:17.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61372026-08-12T01:18:18.623Z[ recovery-image] Aug 12 01:18:17.500 INFO O| Aug 12 01:18:17.500 INFO STEP 294 (remove_files) COMPLETE
61382026-08-12T01:18:18.626Z[ recovery-image] Aug 12 01:18:17.500 INFO O| Aug 12 01:18:17.500 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-08-12T01:18:18.631Z[ recovery-image] Aug 12 01:18:17.508 INFO O| Aug 12 01:18:17.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61402026-08-12T01:18:18.634Z[ recovery-image] Aug 12 01:18:17.508 INFO O| Aug 12 01:18:17.508 INFO STEP 295 (remove_files) COMPLETE
61412026-08-12T01:18:18.634Z[ recovery-image] Aug 12 01:18:17.508 INFO O| Aug 12 01:18:17.508 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-08-12T01:18:18.641Z[ recovery-image] Aug 12 01:18:17.518 INFO O| Aug 12 01:18:17.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61432026-08-12T01:18:18.641Z[ recovery-image] Aug 12 01:18:17.518 INFO O| Aug 12 01:18:17.518 INFO STEP 296 (remove_files) COMPLETE
61442026-08-12T01:18:18.641Z[ recovery-image] Aug 12 01:18:17.518 INFO O| Aug 12 01:18:17.518 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-08-12T01:18:18.650Z[ recovery-image] Aug 12 01:18:17.527 INFO O| Aug 12 01:18:17.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61462026-08-12T01:18:18.650Z[ recovery-image] Aug 12 01:18:17.527 INFO O| Aug 12 01:18:17.527 INFO STEP 297 (remove_files) COMPLETE
61472026-08-12T01:18:18.653Z[ recovery-image] Aug 12 01:18:17.527 INFO O| Aug 12 01:18:17.527 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-08-12T01:18:18.659Z[ recovery-image] Aug 12 01:18:17.536 INFO O| Aug 12 01:18:17.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61492026-08-12T01:18:18.659Z[ recovery-image] Aug 12 01:18:17.536 INFO O| Aug 12 01:18:17.536 INFO STEP 298 (remove_files) COMPLETE
61502026-08-12T01:18:18.663Z[ recovery-image] Aug 12 01:18:17.536 INFO O| Aug 12 01:18:17.536 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-08-12T01:18:18.672Z[ recovery-image] Aug 12 01:18:17.545 INFO O| Aug 12 01:18:17.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61522026-08-12T01:18:18.672Z[ recovery-image] Aug 12 01:18:17.545 INFO O| Aug 12 01:18:17.545 INFO STEP 299 (remove_files) COMPLETE
61532026-08-12T01:18:18.681Z[ recovery-image] Aug 12 01:18:17.545 INFO O| Aug 12 01:18:17.545 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-08-12T01:18:18.689Z[ recovery-image] Aug 12 01:18:17.554 INFO O| Aug 12 01:18:17.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61552026-08-12T01:18:18.689Z[ recovery-image] Aug 12 01:18:17.554 INFO O| Aug 12 01:18:17.554 INFO STEP 300 (remove_files) COMPLETE
61562026-08-12T01:18:18.689Z[ recovery-image] Aug 12 01:18:17.554 INFO O| Aug 12 01:18:17.554 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-08-12T01:18:18.692Z[ recovery-image] Aug 12 01:18:17.563 INFO O| Aug 12 01:18:17.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61582026-08-12T01:18:18.692Z[ recovery-image] Aug 12 01:18:17.563 INFO O| Aug 12 01:18:17.563 INFO STEP 301 (remove_files) COMPLETE
61592026-08-12T01:18:18.693Z[ recovery-image] Aug 12 01:18:17.563 INFO O| Aug 12 01:18:17.563 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-08-12T01:18:18.696Z[ recovery-image] Aug 12 01:18:17.572 INFO O| Aug 12 01:18:17.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61612026-08-12T01:18:18.696Z[ recovery-image] Aug 12 01:18:17.572 INFO O| Aug 12 01:18:17.572 INFO STEP 302 (remove_files) COMPLETE
61622026-08-12T01:18:18.696Z[ recovery-image] Aug 12 01:18:17.572 INFO O| Aug 12 01:18:17.572 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-08-12T01:18:18.706Z[ recovery-image] Aug 12 01:18:17.583 INFO O| Aug 12 01:18:17.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61642026-08-12T01:18:18.706Z[ recovery-image] Aug 12 01:18:17.583 INFO O| Aug 12 01:18:17.583 INFO STEP 303 (remove_files) COMPLETE
61652026-08-12T01:18:18.706Z[ recovery-image] Aug 12 01:18:17.583 INFO O| Aug 12 01:18:17.583 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-08-12T01:18:18.716Z[ recovery-image] Aug 12 01:18:17.592 INFO O| Aug 12 01:18:17.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61672026-08-12T01:18:18.716Z[ recovery-image] Aug 12 01:18:17.592 INFO O| Aug 12 01:18:17.592 INFO STEP 304 (remove_files) COMPLETE
61682026-08-12T01:18:18.716Z[ recovery-image] Aug 12 01:18:17.592 INFO O| Aug 12 01:18:17.592 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-08-12T01:18:18.723Z[ recovery-image] Aug 12 01:18:17.600 INFO O| Aug 12 01:18:17.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61702026-08-12T01:18:18.723Z[ recovery-image] Aug 12 01:18:17.600 INFO O| Aug 12 01:18:17.600 INFO STEP 305 (remove_files) COMPLETE
61712026-08-12T01:18:18.726Z[ recovery-image] Aug 12 01:18:17.600 INFO O| Aug 12 01:18:17.600 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-08-12T01:18:18.731Z[ recovery-image] Aug 12 01:18:17.608 INFO O| Aug 12 01:18:17.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61732026-08-12T01:18:18.731Z[ recovery-image] Aug 12 01:18:17.608 INFO O| Aug 12 01:18:17.608 INFO STEP 306 (remove_files) COMPLETE
61742026-08-12T01:18:18.731Z[ recovery-image] Aug 12 01:18:17.608 INFO O| Aug 12 01:18:17.608 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-08-12T01:18:18.741Z[ recovery-image] Aug 12 01:18:17.618 INFO O| Aug 12 01:18:17.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61762026-08-12T01:18:18.741Z[ recovery-image] Aug 12 01:18:17.618 INFO O| Aug 12 01:18:17.618 INFO STEP 307 (remove_files) COMPLETE
61772026-08-12T01:18:18.741Z[ recovery-image] Aug 12 01:18:17.618 INFO O| Aug 12 01:18:17.618 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-08-12T01:18:18.744Z[verify-libraries] Compiling russh v0.62.4
61792026-08-12T01:18:18.750Z[ recovery-image] Aug 12 01:18:17.627 INFO O| Aug 12 01:18:17.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61802026-08-12T01:18:18.750Z[ recovery-image] Aug 12 01:18:17.627 INFO O| Aug 12 01:18:17.627 INFO STEP 308 (remove_files) COMPLETE
61812026-08-12T01:18:18.750Z[ recovery-image] Aug 12 01:18:17.627 INFO O| Aug 12 01:18:17.627 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-08-12T01:18:18.760Z[ recovery-image] Aug 12 01:18:17.636 INFO O| Aug 12 01:18:17.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61832026-08-12T01:18:18.760Z[ recovery-image] Aug 12 01:18:17.636 INFO O| Aug 12 01:18:17.636 INFO STEP 309 (remove_files) COMPLETE
61842026-08-12T01:18:18.760Z[ recovery-image] Aug 12 01:18:17.636 INFO O| Aug 12 01:18:17.636 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-08-12T01:18:18.767Z[ recovery-image] Aug 12 01:18:17.644 INFO O| Aug 12 01:18:17.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61862026-08-12T01:18:18.767Z[ recovery-image] Aug 12 01:18:17.644 INFO O| Aug 12 01:18:17.644 INFO STEP 310 (remove_files) COMPLETE
61872026-08-12T01:18:18.767Z[ recovery-image] Aug 12 01:18:17.644 INFO O| Aug 12 01:18:17.644 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-08-12T01:18:18.772Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
61892026-08-12T01:18:18.781Z[ recovery-image] Aug 12 01:18:17.654 INFO O| Aug 12 01:18:17.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
61902026-08-12T01:18:18.781Z[ recovery-image] Aug 12 01:18:17.654 INFO O| Aug 12 01:18:17.654 INFO STEP 311 (remove_files) COMPLETE
61912026-08-12T01:18:18.781Z[ recovery-image] Aug 12 01:18:17.654 INFO O| Aug 12 01:18:17.654 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-08-12T01:18:18.787Z[ recovery-image] Aug 12 01:18:17.664 INFO O| Aug 12 01:18:17.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
61932026-08-12T01:18:18.787Z[ recovery-image] Aug 12 01:18:17.664 INFO O| Aug 12 01:18:17.664 INFO STEP 312 (remove_files) COMPLETE
61942026-08-12T01:18:18.787Z[ recovery-image] Aug 12 01:18:17.664 INFO O| Aug 12 01:18:17.664 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-08-12T01:18:18.796Z[ recovery-image] Aug 12 01:18:17.673 INFO O| Aug 12 01:18:17.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
61962026-08-12T01:18:18.796Z[ recovery-image] Aug 12 01:18:17.673 INFO O| Aug 12 01:18:17.673 INFO STEP 313 (remove_files) COMPLETE
61972026-08-12T01:18:18.799Z[ recovery-image] Aug 12 01:18:17.673 INFO O| Aug 12 01:18:17.673 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61982026-08-12T01:18:18.806Z[ recovery-image] Aug 12 01:18:17.683 INFO O| Aug 12 01:18:17.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
61992026-08-12T01:18:18.806Z[ recovery-image] Aug 12 01:18:17.683 INFO O| Aug 12 01:18:17.683 INFO STEP 314 (remove_files) COMPLETE
62002026-08-12T01:18:18.806Z[ recovery-image] Aug 12 01:18:17.683 INFO O| Aug 12 01:18:17.683 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-08-12T01:18:18.818Z[ recovery-image] Aug 12 01:18:17.693 INFO O| Aug 12 01:18:17.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62022026-08-12T01:18:18.818Z[ recovery-image] Aug 12 01:18:17.693 INFO O| Aug 12 01:18:17.693 INFO STEP 315 (remove_files) COMPLETE
62032026-08-12T01:18:18.818Z[ recovery-image] Aug 12 01:18:17.693 INFO O| Aug 12 01:18:17.693 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62042026-08-12T01:18:18.825Z[ recovery-image] Aug 12 01:18:17.702 INFO O| Aug 12 01:18:17.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62052026-08-12T01:18:18.825Z[ recovery-image] Aug 12 01:18:17.702 INFO O| Aug 12 01:18:17.702 INFO STEP 316 (remove_files) COMPLETE
62062026-08-12T01:18:18.829Z[ recovery-image] Aug 12 01:18:17.702 INFO O| Aug 12 01:18:17.702 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62072026-08-12T01:18:18.835Z[ recovery-image] Aug 12 01:18:17.712 INFO O| Aug 12 01:18:17.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62082026-08-12T01:18:18.835Z[ recovery-image] Aug 12 01:18:17.712 INFO O| Aug 12 01:18:17.712 INFO STEP 317 (remove_files) COMPLETE
62092026-08-12T01:18:18.835Z[ recovery-image] Aug 12 01:18:17.712 INFO O| Aug 12 01:18:17.712 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62102026-08-12T01:18:18.845Z[ recovery-image] Aug 12 01:18:17.722 INFO O| Aug 12 01:18:17.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62112026-08-12T01:18:18.845Z[ recovery-image] Aug 12 01:18:17.722 INFO O| Aug 12 01:18:17.722 INFO STEP 318 (remove_files) COMPLETE
62122026-08-12T01:18:18.848Z[ recovery-image] Aug 12 01:18:17.722 INFO O| Aug 12 01:18:17.722 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62132026-08-12T01:18:18.855Z[ recovery-image] Aug 12 01:18:17.732 INFO O| Aug 12 01:18:17.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62142026-08-12T01:18:18.855Z[ recovery-image] Aug 12 01:18:17.732 INFO O| Aug 12 01:18:17.732 INFO STEP 319 (remove_files) COMPLETE
62152026-08-12T01:18:18.855Z[ recovery-image] Aug 12 01:18:17.732 INFO O| Aug 12 01:18:17.732 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62162026-08-12T01:18:18.867Z[ recovery-image] Aug 12 01:18:17.743 INFO O| Aug 12 01:18:17.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62172026-08-12T01:18:18.868Z[ recovery-image] Aug 12 01:18:17.743 INFO O| Aug 12 01:18:17.743 INFO STEP 320 (remove_files) COMPLETE
62182026-08-12T01:18:18.868Z[ recovery-image] Aug 12 01:18:17.743 INFO O| Aug 12 01:18:17.743 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-08-12T01:18:18.875Z[ recovery-image] Aug 12 01:18:17.752 INFO O| Aug 12 01:18:17.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62202026-08-12T01:18:18.875Z[ recovery-image] Aug 12 01:18:17.752 INFO O| Aug 12 01:18:17.752 INFO STEP 321 (remove_files) COMPLETE
62212026-08-12T01:18:18.879Z[ recovery-image] Aug 12 01:18:17.752 INFO O| Aug 12 01:18:17.752 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-08-12T01:18:18.896Z[ recovery-image] Aug 12 01:18:17.762 INFO O| Aug 12 01:18:17.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62232026-08-12T01:18:18.900Z[ recovery-image] Aug 12 01:18:17.762 INFO O| Aug 12 01:18:17.762 INFO STEP 322 (remove_files) COMPLETE
62242026-08-12T01:18:18.901Z[ recovery-image] Aug 12 01:18:17.762 INFO O| Aug 12 01:18:17.762 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-08-12T01:18:18.901Z[ recovery-image] Aug 12 01:18:17.774 INFO O| Aug 12 01:18:17.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62262026-08-12T01:18:18.901Z[ recovery-image] Aug 12 01:18:17.774 INFO O| Aug 12 01:18:17.774 INFO STEP 323 (remove_files) COMPLETE
62272026-08-12T01:18:18.901Z[ recovery-image] Aug 12 01:18:17.774 INFO O| Aug 12 01:18:17.774 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-08-12T01:18:18.906Z[ recovery-image] Aug 12 01:18:17.783 INFO O| Aug 12 01:18:17.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62292026-08-12T01:18:18.906Z[ recovery-image] Aug 12 01:18:17.784 INFO O| Aug 12 01:18:17.783 INFO STEP 324 (remove_files) COMPLETE
62302026-08-12T01:18:18.909Z[ recovery-image] Aug 12 01:18:17.784 INFO O| Aug 12 01:18:17.784 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-08-12T01:18:18.918Z[ recovery-image] Aug 12 01:18:17.793 INFO O| Aug 12 01:18:17.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62322026-08-12T01:18:18.918Z[ recovery-image] Aug 12 01:18:17.793 INFO O| Aug 12 01:18:17.793 INFO STEP 325 (remove_files) COMPLETE
62332026-08-12T01:18:18.922Z[ recovery-image] Aug 12 01:18:17.793 INFO O| Aug 12 01:18:17.793 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-08-12T01:18:18.926Z[ recovery-image] Aug 12 01:18:17.803 INFO O| Aug 12 01:18:17.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62352026-08-12T01:18:18.929Z[ recovery-image] Aug 12 01:18:17.805 INFO O| Aug 12 01:18:17.805 INFO STEP 326 (remove_files) COMPLETE
62362026-08-12T01:18:18.929Z[ recovery-image] Aug 12 01:18:17.805 INFO O| Aug 12 01:18:17.805 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-08-12T01:18:18.939Z[ recovery-image] Aug 12 01:18:17.816 INFO O| Aug 12 01:18:17.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62382026-08-12T01:18:18.939Z[ recovery-image] Aug 12 01:18:17.816 INFO O| Aug 12 01:18:17.816 INFO STEP 327 (remove_files) COMPLETE
62392026-08-12T01:18:18.944Z[ recovery-image] Aug 12 01:18:17.816 INFO O| Aug 12 01:18:17.816 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-08-12T01:18:18.949Z[ recovery-image] Aug 12 01:18:17.826 INFO O| Aug 12 01:18:17.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62412026-08-12T01:18:18.949Z[ recovery-image] Aug 12 01:18:17.826 INFO O| Aug 12 01:18:17.826 INFO STEP 328 (remove_files) COMPLETE
62422026-08-12T01:18:18.949Z[ recovery-image] Aug 12 01:18:17.826 INFO O| Aug 12 01:18:17.826 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-08-12T01:18:18.958Z[ recovery-image] Aug 12 01:18:17.835 INFO O| Aug 12 01:18:17.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62442026-08-12T01:18:18.961Z[ recovery-image] Aug 12 01:18:17.835 INFO O| Aug 12 01:18:17.835 INFO STEP 329 (remove_files) COMPLETE
62452026-08-12T01:18:18.961Z[ recovery-image] Aug 12 01:18:17.835 INFO O| Aug 12 01:18:17.835 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-08-12T01:18:18.966Z[ recovery-image] Aug 12 01:18:17.843 INFO O| Aug 12 01:18:17.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62472026-08-12T01:18:18.966Z[ recovery-image] Aug 12 01:18:17.843 INFO O| Aug 12 01:18:17.843 INFO STEP 330 (remove_files) COMPLETE
62482026-08-12T01:18:18.966Z[ recovery-image] Aug 12 01:18:17.843 INFO O| Aug 12 01:18:17.843 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-08-12T01:18:18.975Z[ recovery-image] Aug 12 01:18:17.852 INFO O| Aug 12 01:18:17.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62502026-08-12T01:18:18.975Z[ recovery-image] Aug 12 01:18:17.852 INFO O| Aug 12 01:18:17.852 INFO STEP 331 (remove_files) COMPLETE
62512026-08-12T01:18:18.979Z[ recovery-image] Aug 12 01:18:17.852 INFO O| Aug 12 01:18:17.852 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-08-12T01:18:18.985Z[ recovery-image] Aug 12 01:18:17.861 INFO O| Aug 12 01:18:17.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62532026-08-12T01:18:18.985Z[ recovery-image] Aug 12 01:18:17.861 INFO O| Aug 12 01:18:17.861 INFO STEP 332 (remove_files) COMPLETE
62542026-08-12T01:18:18.989Z[ recovery-image] Aug 12 01:18:17.861 INFO O| Aug 12 01:18:17.861 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-08-12T01:18:18.993Z[ recovery-image] Aug 12 01:18:17.870 INFO O| Aug 12 01:18:17.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62562026-08-12T01:18:18.993Z[ recovery-image] Aug 12 01:18:17.870 INFO O| Aug 12 01:18:17.870 INFO STEP 333 (remove_files) COMPLETE
62572026-08-12T01:18:18.993Z[ recovery-image] Aug 12 01:18:17.870 INFO O| Aug 12 01:18:17.870 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-08-12T01:18:19.008Z[ recovery-image] Aug 12 01:18:17.880 INFO O| Aug 12 01:18:17.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62592026-08-12T01:18:19.008Z[ recovery-image] Aug 12 01:18:17.880 INFO O| Aug 12 01:18:17.880 INFO STEP 334 (remove_files) COMPLETE
62602026-08-12T01:18:19.008Z[ recovery-image] Aug 12 01:18:17.880 INFO O| Aug 12 01:18:17.880 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-08-12T01:18:19.012Z[ recovery-image] Aug 12 01:18:17.889 INFO O| Aug 12 01:18:17.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62622026-08-12T01:18:19.012Z[ recovery-image] Aug 12 01:18:17.889 INFO O| Aug 12 01:18:17.889 INFO STEP 335 (remove_files) COMPLETE
62632026-08-12T01:18:19.015Z[ recovery-image] Aug 12 01:18:17.889 INFO O| Aug 12 01:18:17.889 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-08-12T01:18:19.024Z[ recovery-image] Aug 12 01:18:17.898 INFO O| Aug 12 01:18:17.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62652026-08-12T01:18:19.024Z[ recovery-image] Aug 12 01:18:17.898 INFO O| Aug 12 01:18:17.898 INFO STEP 336 (remove_files) COMPLETE
62662026-08-12T01:18:19.027Z[ recovery-image] Aug 12 01:18:17.898 INFO O| Aug 12 01:18:17.898 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-08-12T01:18:19.030Z[ recovery-image] Aug 12 01:18:17.907 INFO O| Aug 12 01:18:17.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62682026-08-12T01:18:19.030Z[ recovery-image] Aug 12 01:18:17.908 INFO O| Aug 12 01:18:17.907 INFO STEP 337 (remove_files) COMPLETE
62692026-08-12T01:18:19.033Z[ recovery-image] Aug 12 01:18:17.908 INFO O| Aug 12 01:18:17.907 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-08-12T01:18:19.041Z[ recovery-image] Aug 12 01:18:17.918 INFO O| Aug 12 01:18:17.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62712026-08-12T01:18:19.041Z[ recovery-image] Aug 12 01:18:17.918 INFO O| Aug 12 01:18:17.918 INFO STEP 338 (remove_files) COMPLETE
62722026-08-12T01:18:19.041Z[ recovery-image] Aug 12 01:18:17.918 INFO O| Aug 12 01:18:17.918 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-08-12T01:18:19.046Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
62742026-08-12T01:18:19.050Z[ recovery-image] Aug 12 01:18:17.927 INFO O| Aug 12 01:18:17.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62752026-08-12T01:18:19.050Z[ recovery-image] Aug 12 01:18:17.927 INFO O| Aug 12 01:18:17.927 INFO STEP 339 (remove_files) COMPLETE
62762026-08-12T01:18:19.053Z[ recovery-image] Aug 12 01:18:17.927 INFO O| Aug 12 01:18:17.927 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-08-12T01:18:19.058Z[ recovery-image] Aug 12 01:18:17.936 INFO O| Aug 12 01:18:17.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62782026-08-12T01:18:19.058Z[ recovery-image] Aug 12 01:18:17.936 INFO O| Aug 12 01:18:17.936 INFO STEP 340 (remove_files) COMPLETE
62792026-08-12T01:18:19.059Z[ recovery-image] Aug 12 01:18:17.936 INFO O| Aug 12 01:18:17.936 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-08-12T01:18:19.067Z[ recovery-image] Aug 12 01:18:17.944 INFO O| Aug 12 01:18:17.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62812026-08-12T01:18:19.067Z[ recovery-image] Aug 12 01:18:17.944 INFO O| Aug 12 01:18:17.944 INFO STEP 341 (remove_files) COMPLETE
62822026-08-12T01:18:19.067Z[ recovery-image] Aug 12 01:18:17.944 INFO O| Aug 12 01:18:17.944 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-08-12T01:18:19.078Z[ recovery-image] Aug 12 01:18:17.955 INFO O| Aug 12 01:18:17.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62842026-08-12T01:18:19.078Z[ recovery-image] Aug 12 01:18:17.955 INFO O| Aug 12 01:18:17.955 INFO STEP 342 (remove_files) COMPLETE
62852026-08-12T01:18:19.078Z[ recovery-image] Aug 12 01:18:17.955 INFO O| Aug 12 01:18:17.955 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-08-12T01:18:19.087Z[ recovery-image] Aug 12 01:18:17.964 INFO O| Aug 12 01:18:17.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
62872026-08-12T01:18:19.087Z[ recovery-image] Aug 12 01:18:17.964 INFO O| Aug 12 01:18:17.964 INFO STEP 343 (remove_files) COMPLETE
62882026-08-12T01:18:19.087Z[ recovery-image] Aug 12 01:18:17.964 INFO O| Aug 12 01:18:17.964 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-08-12T01:18:19.096Z[ recovery-image] Aug 12 01:18:17.973 INFO O| Aug 12 01:18:17.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
62902026-08-12T01:18:19.096Z[ recovery-image] Aug 12 01:18:17.973 INFO O| Aug 12 01:18:17.973 INFO STEP 344 (remove_files) COMPLETE
62912026-08-12T01:18:19.099Z[ recovery-image] Aug 12 01:18:17.973 INFO O| Aug 12 01:18:17.973 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-08-12T01:18:19.105Z[ recovery-image] Aug 12 01:18:17.982 INFO O| Aug 12 01:18:17.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
62932026-08-12T01:18:19.105Z[ recovery-image] Aug 12 01:18:17.982 INFO O| Aug 12 01:18:17.982 INFO STEP 345 (remove_files) COMPLETE
62942026-08-12T01:18:19.105Z[ recovery-image] Aug 12 01:18:17.982 INFO O| Aug 12 01:18:17.982 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-08-12T01:18:19.115Z[ recovery-image] Aug 12 01:18:17.992 INFO O| Aug 12 01:18:17.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
62962026-08-12T01:18:19.115Z[ recovery-image] Aug 12 01:18:17.992 INFO O| Aug 12 01:18:17.992 INFO STEP 346 (remove_files) COMPLETE
62972026-08-12T01:18:19.115Z[ recovery-image] Aug 12 01:18:17.992 INFO O| Aug 12 01:18:17.992 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-08-12T01:18:19.124Z[ recovery-image] Aug 12 01:18:18.000 INFO O| Aug 12 01:18:18.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
62992026-08-12T01:18:19.124Z[ recovery-image] Aug 12 01:18:18.000 INFO O| Aug 12 01:18:18.000 INFO STEP 347 (remove_files) COMPLETE
63002026-08-12T01:18:19.124Z[ recovery-image] Aug 12 01:18:18.000 INFO O| Aug 12 01:18:18.000 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-08-12T01:18:19.132Z[ recovery-image] Aug 12 01:18:18.009 INFO O| Aug 12 01:18:18.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63022026-08-12T01:18:19.133Z[ recovery-image] Aug 12 01:18:18.009 INFO O| Aug 12 01:18:18.009 INFO STEP 348 (remove_files) COMPLETE
63032026-08-12T01:18:19.133Z[ recovery-image] Aug 12 01:18:18.009 INFO O| Aug 12 01:18:18.009 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-08-12T01:18:19.141Z[ recovery-image] Aug 12 01:18:18.018 INFO O| Aug 12 01:18:18.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63052026-08-12T01:18:19.141Z[ recovery-image] Aug 12 01:18:18.018 INFO O| Aug 12 01:18:18.018 INFO STEP 349 (remove_files) COMPLETE
63062026-08-12T01:18:19.145Z[ recovery-image] Aug 12 01:18:18.018 INFO O| Aug 12 01:18:18.018 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-08-12T01:18:19.149Z[ recovery-image] Aug 12 01:18:18.026 INFO O| Aug 12 01:18:18.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63082026-08-12T01:18:19.153Z[ recovery-image] Aug 12 01:18:18.027 INFO O| Aug 12 01:18:18.027 INFO STEP 350 (remove_files) COMPLETE
63092026-08-12T01:18:19.153Z[ recovery-image] Aug 12 01:18:18.027 INFO O| Aug 12 01:18:18.027 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-08-12T01:18:19.158Z[ recovery-image] Aug 12 01:18:18.035 INFO O| Aug 12 01:18:18.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63112026-08-12T01:18:19.158Z[ recovery-image] Aug 12 01:18:18.036 INFO O| Aug 12 01:18:18.035 INFO STEP 351 (remove_files) COMPLETE
63122026-08-12T01:18:19.162Z[ recovery-image] Aug 12 01:18:18.036 INFO O| Aug 12 01:18:18.036 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-08-12T01:18:19.168Z[ recovery-image] Aug 12 01:18:18.045 INFO O| Aug 12 01:18:18.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63142026-08-12T01:18:19.168Z[ recovery-image] Aug 12 01:18:18.045 INFO O| Aug 12 01:18:18.045 INFO STEP 352 (remove_files) COMPLETE
63152026-08-12T01:18:19.168Z[ recovery-image] Aug 12 01:18:18.045 INFO O| Aug 12 01:18:18.045 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-08-12T01:18:19.179Z[ recovery-image] Aug 12 01:18:18.056 INFO O| Aug 12 01:18:18.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63172026-08-12T01:18:19.179Z[ recovery-image] Aug 12 01:18:18.056 INFO O| Aug 12 01:18:18.056 INFO STEP 353 (remove_files) COMPLETE
63182026-08-12T01:18:19.179Z[ recovery-image] Aug 12 01:18:18.056 INFO O| Aug 12 01:18:18.056 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-08-12T01:18:19.188Z[ recovery-image] Aug 12 01:18:18.065 INFO O| Aug 12 01:18:18.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63202026-08-12T01:18:19.188Z[ recovery-image] Aug 12 01:18:18.065 INFO O| Aug 12 01:18:18.065 INFO STEP 354 (remove_files) COMPLETE
63212026-08-12T01:18:19.188Z[ recovery-image] Aug 12 01:18:18.065 INFO O| Aug 12 01:18:18.065 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-08-12T01:18:19.196Z[ recovery-image] Aug 12 01:18:18.074 INFO O| Aug 12 01:18:18.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63232026-08-12T01:18:19.201Z[ recovery-image] Aug 12 01:18:18.074 INFO O| Aug 12 01:18:18.074 INFO STEP 355 (remove_files) COMPLETE
63242026-08-12T01:18:19.201Z[ recovery-image] Aug 12 01:18:18.074 INFO O| Aug 12 01:18:18.074 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-08-12T01:18:19.207Z[ recovery-image] Aug 12 01:18:18.084 INFO O| Aug 12 01:18:18.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63262026-08-12T01:18:19.207Z[ recovery-image] Aug 12 01:18:18.084 INFO O| Aug 12 01:18:18.084 INFO STEP 356 (remove_files) COMPLETE
63272026-08-12T01:18:19.210Z[ recovery-image] Aug 12 01:18:18.084 INFO O| Aug 12 01:18:18.084 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-08-12T01:18:19.219Z[ recovery-image] Aug 12 01:18:18.095 INFO O| Aug 12 01:18:18.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63292026-08-12T01:18:19.219Z[ recovery-image] Aug 12 01:18:18.095 INFO O| Aug 12 01:18:18.095 INFO STEP 357 (remove_files) COMPLETE
63302026-08-12T01:18:19.219Z[ recovery-image] Aug 12 01:18:18.095 INFO O| Aug 12 01:18:18.095 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-08-12T01:18:19.227Z[ recovery-image] Aug 12 01:18:18.104 INFO O| Aug 12 01:18:18.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63322026-08-12T01:18:19.227Z[ recovery-image] Aug 12 01:18:18.104 INFO O| Aug 12 01:18:18.104 INFO STEP 358 (remove_files) COMPLETE
63332026-08-12T01:18:19.227Z[ recovery-image] Aug 12 01:18:18.104 INFO O| Aug 12 01:18:18.104 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-08-12T01:18:19.238Z[ recovery-image] Aug 12 01:18:18.114 INFO O| Aug 12 01:18:18.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63352026-08-12T01:18:19.238Z[ recovery-image] Aug 12 01:18:18.114 INFO O| Aug 12 01:18:18.114 INFO STEP 359 (remove_files) COMPLETE
63362026-08-12T01:18:19.239Z[ recovery-image] Aug 12 01:18:18.114 INFO O| Aug 12 01:18:18.114 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-08-12T01:18:19.247Z[ recovery-image] Aug 12 01:18:18.123 INFO O| Aug 12 01:18:18.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63382026-08-12T01:18:19.250Z[ recovery-image] Aug 12 01:18:18.124 INFO O| Aug 12 01:18:18.124 INFO STEP 360 (remove_files) COMPLETE
63392026-08-12T01:18:19.250Z[ recovery-image] Aug 12 01:18:18.124 INFO O| Aug 12 01:18:18.124 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-08-12T01:18:19.256Z[ recovery-image] Aug 12 01:18:18.133 INFO O| Aug 12 01:18:18.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63412026-08-12T01:18:19.256Z[ recovery-image] Aug 12 01:18:18.133 INFO O| Aug 12 01:18:18.133 INFO STEP 361 (remove_files) COMPLETE
63422026-08-12T01:18:19.256Z[ recovery-image] Aug 12 01:18:18.133 INFO O| Aug 12 01:18:18.133 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-08-12T01:18:19.265Z[ recovery-image] Aug 12 01:18:18.142 INFO O| Aug 12 01:18:18.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63442026-08-12T01:18:19.265Z[ recovery-image] Aug 12 01:18:18.142 INFO O| Aug 12 01:18:18.142 INFO STEP 362 (remove_files) COMPLETE
63452026-08-12T01:18:19.269Z[ recovery-image] Aug 12 01:18:18.142 INFO O| Aug 12 01:18:18.142 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-08-12T01:18:19.276Z[ recovery-image] Aug 12 01:18:18.153 INFO O| Aug 12 01:18:18.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63472026-08-12T01:18:19.276Z[ recovery-image] Aug 12 01:18:18.153 INFO O| Aug 12 01:18:18.153 INFO STEP 363 (remove_files) COMPLETE
63482026-08-12T01:18:19.280Z[ recovery-image] Aug 12 01:18:18.153 INFO O| Aug 12 01:18:18.153 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-08-12T01:18:19.289Z[ recovery-image] Aug 12 01:18:18.165 INFO O| Aug 12 01:18:18.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63502026-08-12T01:18:19.289Z[ recovery-image] Aug 12 01:18:18.165 INFO O| Aug 12 01:18:18.165 INFO STEP 364 (remove_files) COMPLETE
63512026-08-12T01:18:19.289Z[ recovery-image] Aug 12 01:18:18.165 INFO O| Aug 12 01:18:18.165 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-12T01:18:19.299Z[ recovery-image] Aug 12 01:18:18.176 INFO O| Aug 12 01:18:18.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63532026-08-12T01:18:19.299Z[ recovery-image] Aug 12 01:18:18.176 INFO O| Aug 12 01:18:18.176 INFO STEP 365 (remove_files) COMPLETE
63542026-08-12T01:18:19.299Z[ recovery-image] Aug 12 01:18:18.176 INFO O| Aug 12 01:18:18.176 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-08-12T01:18:19.314Z[ recovery-image] Aug 12 01:18:18.189 INFO O| Aug 12 01:18:18.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63562026-08-12T01:18:19.314Z[ recovery-image] Aug 12 01:18:18.189 INFO O| Aug 12 01:18:18.189 INFO STEP 366 (remove_files) COMPLETE
63572026-08-12T01:18:19.314Z[ recovery-image] Aug 12 01:18:18.189 INFO O| Aug 12 01:18:18.189 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-08-12T01:18:19.322Z[ recovery-image] Aug 12 01:18:18.199 INFO O| Aug 12 01:18:18.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63592026-08-12T01:18:19.322Z[ recovery-image] Aug 12 01:18:18.199 INFO O| Aug 12 01:18:18.199 INFO STEP 367 (remove_files) COMPLETE
63602026-08-12T01:18:19.322Z[ recovery-image] Aug 12 01:18:18.199 INFO O| Aug 12 01:18:18.199 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-08-12T01:18:19.333Z[ recovery-image] Aug 12 01:18:18.210 INFO O| Aug 12 01:18:18.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63622026-08-12T01:18:19.333Z[ recovery-image] Aug 12 01:18:18.210 INFO O| Aug 12 01:18:18.210 INFO STEP 368 (remove_files) COMPLETE
63632026-08-12T01:18:19.333Z[ recovery-image] Aug 12 01:18:18.210 INFO O| Aug 12 01:18:18.210 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-08-12T01:18:19.343Z[ recovery-image] Aug 12 01:18:18.220 INFO O| Aug 12 01:18:18.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63652026-08-12T01:18:19.343Z[ recovery-image] Aug 12 01:18:18.220 INFO O| Aug 12 01:18:18.220 INFO STEP 369 (remove_files) COMPLETE
63662026-08-12T01:18:19.343Z[ recovery-image] Aug 12 01:18:18.220 INFO O| Aug 12 01:18:18.220 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-08-12T01:18:19.352Z[ recovery-image] Aug 12 01:18:18.229 INFO O| Aug 12 01:18:18.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63682026-08-12T01:18:19.352Z[ recovery-image] Aug 12 01:18:18.229 INFO O| Aug 12 01:18:18.229 INFO STEP 370 (remove_files) COMPLETE
63692026-08-12T01:18:19.352Z[ recovery-image] Aug 12 01:18:18.229 INFO O| Aug 12 01:18:18.229 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-08-12T01:18:19.364Z[ recovery-image] Aug 12 01:18:18.242 INFO O| Aug 12 01:18:18.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63712026-08-12T01:18:19.365Z[ recovery-image] Aug 12 01:18:18.242 INFO O| Aug 12 01:18:18.242 INFO STEP 371 (remove_files) COMPLETE
63722026-08-12T01:18:19.365Z[ recovery-image] Aug 12 01:18:18.242 INFO O| Aug 12 01:18:18.242 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-08-12T01:18:19.375Z[ recovery-image] Aug 12 01:18:18.251 INFO O| Aug 12 01:18:18.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63742026-08-12T01:18:19.375Z[ recovery-image] Aug 12 01:18:18.251 INFO O| Aug 12 01:18:18.251 INFO STEP 372 (remove_files) COMPLETE
63752026-08-12T01:18:19.378Z[ recovery-image] Aug 12 01:18:18.251 INFO O| Aug 12 01:18:18.251 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-08-12T01:18:19.384Z[ recovery-image] Aug 12 01:18:18.261 INFO O| Aug 12 01:18:18.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63772026-08-12T01:18:19.384Z[ recovery-image] Aug 12 01:18:18.261 INFO O| Aug 12 01:18:18.261 INFO STEP 373 (remove_files) COMPLETE
63782026-08-12T01:18:19.387Z[ recovery-image] Aug 12 01:18:18.261 INFO O| Aug 12 01:18:18.261 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-08-12T01:18:19.396Z[ recovery-image] Aug 12 01:18:18.271 INFO O| Aug 12 01:18:18.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63802026-08-12T01:18:19.396Z[ recovery-image] Aug 12 01:18:18.271 INFO O| Aug 12 01:18:18.271 INFO STEP 374 (remove_files) COMPLETE
63812026-08-12T01:18:19.396Z[ recovery-image] Aug 12 01:18:18.271 INFO O| Aug 12 01:18:18.271 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-08-12T01:18:19.406Z[ recovery-image] Aug 12 01:18:18.283 INFO O| Aug 12 01:18:18.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63832026-08-12T01:18:19.406Z[ recovery-image] Aug 12 01:18:18.283 INFO O| Aug 12 01:18:18.283 INFO STEP 375 (remove_files) COMPLETE
63842026-08-12T01:18:19.409Z[ recovery-image] Aug 12 01:18:18.283 INFO O| Aug 12 01:18:18.283 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-08-12T01:18:19.413Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
63862026-08-12T01:18:19.416Z[ recovery-image] Aug 12 01:18:18.293 INFO O| Aug 12 01:18:18.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63872026-08-12T01:18:19.416Z[ recovery-image] Aug 12 01:18:18.293 INFO O| Aug 12 01:18:18.293 INFO STEP 376 (remove_files) COMPLETE
63882026-08-12T01:18:19.416Z[ recovery-image] Aug 12 01:18:18.293 INFO O| Aug 12 01:18:18.293 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-08-12T01:18:19.425Z[ recovery-image] Aug 12 01:18:18.302 INFO O| Aug 12 01:18:18.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
63902026-08-12T01:18:19.425Z[ recovery-image] Aug 12 01:18:18.302 INFO O| Aug 12 01:18:18.302 INFO STEP 377 (remove_files) COMPLETE
63912026-08-12T01:18:19.425Z[ recovery-image] Aug 12 01:18:18.302 INFO O| Aug 12 01:18:18.302 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-08-12T01:18:19.442Z[ recovery-image] Aug 12 01:18:18.318 INFO O| Aug 12 01:18:18.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
63932026-08-12T01:18:19.442Z[ recovery-image] Aug 12 01:18:18.318 INFO O| Aug 12 01:18:18.318 INFO STEP 378 (remove_files) COMPLETE
63942026-08-12T01:18:19.442Z[ recovery-image] Aug 12 01:18:18.318 INFO O| Aug 12 01:18:18.318 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-08-12T01:18:19.452Z[ recovery-image] Aug 12 01:18:18.328 INFO O| Aug 12 01:18:18.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
63962026-08-12T01:18:19.452Z[ recovery-image] Aug 12 01:18:18.328 INFO O| Aug 12 01:18:18.328 INFO STEP 379 (remove_files) COMPLETE
63972026-08-12T01:18:19.452Z[ recovery-image] Aug 12 01:18:18.328 INFO O| Aug 12 01:18:18.328 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-08-12T01:18:19.460Z[ recovery-image] Aug 12 01:18:18.337 INFO O| Aug 12 01:18:18.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
63992026-08-12T01:18:19.460Z[ recovery-image] Aug 12 01:18:18.337 INFO O| Aug 12 01:18:18.337 INFO STEP 380 (remove_files) COMPLETE
64002026-08-12T01:18:19.463Z[ recovery-image] Aug 12 01:18:18.337 INFO O| Aug 12 01:18:18.337 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-08-12T01:18:19.469Z[ recovery-image] Aug 12 01:18:18.345 INFO O| Aug 12 01:18:18.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64022026-08-12T01:18:19.469Z[ recovery-image] Aug 12 01:18:18.346 INFO O| Aug 12 01:18:18.346 INFO STEP 381 (remove_files) COMPLETE
64032026-08-12T01:18:19.472Z[ recovery-image] Aug 12 01:18:18.346 INFO O| Aug 12 01:18:18.346 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-12T01:18:19.477Z[ recovery-image] Aug 12 01:18:18.354 INFO O| Aug 12 01:18:18.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64052026-08-12T01:18:19.477Z[ recovery-image] Aug 12 01:18:18.354 INFO O| Aug 12 01:18:18.354 INFO STEP 382 (remove_files) COMPLETE
64062026-08-12T01:18:19.477Z[ recovery-image] Aug 12 01:18:18.354 INFO O| Aug 12 01:18:18.354 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-12T01:18:19.482Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
64082026-08-12T01:18:19.486Z[ recovery-image] Aug 12 01:18:18.363 INFO O| Aug 12 01:18:18.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64092026-08-12T01:18:19.486Z[ recovery-image] Aug 12 01:18:18.363 INFO O| Aug 12 01:18:18.363 INFO STEP 383 (remove_files) COMPLETE
64102026-08-12T01:18:19.489Z[ recovery-image] Aug 12 01:18:18.363 INFO O| Aug 12 01:18:18.363 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64112026-08-12T01:18:19.495Z[ recovery-image] Aug 12 01:18:18.373 INFO O| Aug 12 01:18:18.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64122026-08-12T01:18:19.495Z[ recovery-image] Aug 12 01:18:18.373 INFO O| Aug 12 01:18:18.373 INFO STEP 384 (remove_files) COMPLETE
64132026-08-12T01:18:19.499Z[ recovery-image] Aug 12 01:18:18.373 INFO O| Aug 12 01:18:18.373 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-08-12T01:18:19.507Z[ recovery-image] Aug 12 01:18:18.382 INFO O| Aug 12 01:18:18.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64152026-08-12T01:18:19.507Z[ recovery-image] Aug 12 01:18:18.382 INFO O| Aug 12 01:18:18.382 INFO STEP 385 (remove_files) COMPLETE
64162026-08-12T01:18:19.507Z[ recovery-image] Aug 12 01:18:18.382 INFO O| Aug 12 01:18:18.382 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-08-12T01:18:19.516Z[ recovery-image] Aug 12 01:18:18.391 INFO O| Aug 12 01:18:18.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64182026-08-12T01:18:19.516Z[ recovery-image] Aug 12 01:18:18.391 INFO O| Aug 12 01:18:18.391 INFO STEP 386 (remove_files) COMPLETE
64192026-08-12T01:18:19.516Z[ recovery-image] Aug 12 01:18:18.391 INFO O| Aug 12 01:18:18.391 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64202026-08-12T01:18:19.524Z[ recovery-image] Aug 12 01:18:18.401 INFO O| Aug 12 01:18:18.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64212026-08-12T01:18:19.525Z[ recovery-image] Aug 12 01:18:18.401 INFO O| Aug 12 01:18:18.401 INFO STEP 387 (remove_files) COMPLETE
64222026-08-12T01:18:19.525Z[ recovery-image] Aug 12 01:18:18.401 INFO O| Aug 12 01:18:18.401 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-08-12T01:18:19.533Z[ recovery-image] Aug 12 01:18:18.410 INFO O| Aug 12 01:18:18.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64242026-08-12T01:18:19.533Z[ recovery-image] Aug 12 01:18:18.410 INFO O| Aug 12 01:18:18.410 INFO STEP 388 (remove_files) COMPLETE
64252026-08-12T01:18:19.536Z[ recovery-image] Aug 12 01:18:18.410 INFO O| Aug 12 01:18:18.410 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-08-12T01:18:19.543Z[ recovery-image] Aug 12 01:18:18.419 INFO O| Aug 12 01:18:18.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64272026-08-12T01:18:19.543Z[ recovery-image] Aug 12 01:18:18.419 INFO O| Aug 12 01:18:18.419 INFO STEP 389 (remove_files) COMPLETE
64282026-08-12T01:18:19.543Z[ recovery-image] Aug 12 01:18:18.419 INFO O| Aug 12 01:18:18.419 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-08-12T01:18:19.551Z[ recovery-image] Aug 12 01:18:18.428 INFO O| Aug 12 01:18:18.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64302026-08-12T01:18:19.551Z[ recovery-image] Aug 12 01:18:18.428 INFO O| Aug 12 01:18:18.428 INFO STEP 390 (remove_files) COMPLETE
64312026-08-12T01:18:19.551Z[ recovery-image] Aug 12 01:18:18.428 INFO O| Aug 12 01:18:18.428 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64322026-08-12T01:18:19.561Z[ recovery-image] Aug 12 01:18:18.438 INFO O| Aug 12 01:18:18.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64332026-08-12T01:18:19.561Z[ recovery-image] Aug 12 01:18:18.438 INFO O| Aug 12 01:18:18.438 INFO STEP 391 (remove_files) COMPLETE
64342026-08-12T01:18:19.564Z[ recovery-image] Aug 12 01:18:18.438 INFO O| Aug 12 01:18:18.438 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-08-12T01:18:19.574Z[ recovery-image] Aug 12 01:18:18.448 INFO O| Aug 12 01:18:18.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64362026-08-12T01:18:19.575Z[ recovery-image] Aug 12 01:18:18.448 INFO O| Aug 12 01:18:18.448 INFO STEP 392 (remove_files) COMPLETE
64372026-08-12T01:18:19.575Z[ recovery-image] Aug 12 01:18:18.448 INFO O| Aug 12 01:18:18.448 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-08-12T01:18:19.581Z[ recovery-image] Aug 12 01:18:18.458 INFO O| Aug 12 01:18:18.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64392026-08-12T01:18:19.581Z[ recovery-image] Aug 12 01:18:18.458 INFO O| Aug 12 01:18:18.458 INFO STEP 393 (remove_files) COMPLETE
64402026-08-12T01:18:19.585Z[ recovery-image] Aug 12 01:18:18.458 INFO O| Aug 12 01:18:18.458 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64412026-08-12T01:18:19.590Z[ recovery-image] Aug 12 01:18:18.467 INFO O| Aug 12 01:18:18.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64422026-08-12T01:18:19.590Z[ recovery-image] Aug 12 01:18:18.467 INFO O| Aug 12 01:18:18.467 INFO STEP 394 (remove_files) COMPLETE
64432026-08-12T01:18:19.594Z[ recovery-image] Aug 12 01:18:18.467 INFO O| Aug 12 01:18:18.467 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64442026-08-12T01:18:19.601Z[ recovery-image] Aug 12 01:18:18.478 INFO O| Aug 12 01:18:18.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64452026-08-12T01:18:19.601Z[ recovery-image] Aug 12 01:18:18.478 INFO O| Aug 12 01:18:18.478 INFO STEP 395 (remove_files) COMPLETE
64462026-08-12T01:18:19.605Z[ recovery-image] Aug 12 01:18:18.478 INFO O| Aug 12 01:18:18.478 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64472026-08-12T01:18:19.612Z[ recovery-image] Aug 12 01:18:18.488 INFO O| Aug 12 01:18:18.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64482026-08-12T01:18:19.612Z[ recovery-image] Aug 12 01:18:18.488 INFO O| Aug 12 01:18:18.488 INFO STEP 396 (remove_files) COMPLETE
64492026-08-12T01:18:19.612Z[ recovery-image] Aug 12 01:18:18.488 INFO O| Aug 12 01:18:18.488 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64502026-08-12T01:18:19.622Z[ recovery-image] Aug 12 01:18:18.499 INFO O| Aug 12 01:18:18.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64512026-08-12T01:18:19.622Z[ recovery-image] Aug 12 01:18:18.499 INFO O| Aug 12 01:18:18.499 INFO STEP 397 (remove_files) COMPLETE
64522026-08-12T01:18:19.622Z[ recovery-image] Aug 12 01:18:18.499 INFO O| Aug 12 01:18:18.499 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64532026-08-12T01:18:19.633Z[ recovery-image] Aug 12 01:18:18.508 INFO O| Aug 12 01:18:18.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64542026-08-12T01:18:19.633Z[ recovery-image] Aug 12 01:18:18.509 INFO O| Aug 12 01:18:18.509 INFO STEP 398 (remove_files) COMPLETE
64552026-08-12T01:18:19.633Z[ recovery-image] Aug 12 01:18:18.509 INFO O| Aug 12 01:18:18.509 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-08-12T01:18:19.640Z[ recovery-image] Aug 12 01:18:18.517 INFO O| Aug 12 01:18:18.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64572026-08-12T01:18:19.640Z[ recovery-image] Aug 12 01:18:18.517 INFO O| Aug 12 01:18:18.517 INFO STEP 399 (remove_files) COMPLETE
64582026-08-12T01:18:19.640Z[ recovery-image] Aug 12 01:18:18.517 INFO O| Aug 12 01:18:18.517 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-08-12T01:18:19.649Z[ recovery-image] Aug 12 01:18:18.526 INFO O| Aug 12 01:18:18.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64602026-08-12T01:18:19.649Z[ recovery-image] Aug 12 01:18:18.526 INFO O| Aug 12 01:18:18.526 INFO STEP 400 (remove_files) COMPLETE
64612026-08-12T01:18:19.652Z[ recovery-image] Aug 12 01:18:18.526 INFO O| Aug 12 01:18:18.526 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-08-12T01:18:19.658Z[ recovery-image] Aug 12 01:18:18.535 INFO O| Aug 12 01:18:18.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64632026-08-12T01:18:19.658Z[ recovery-image] Aug 12 01:18:18.535 INFO O| Aug 12 01:18:18.535 INFO STEP 401 (remove_files) COMPLETE
64642026-08-12T01:18:19.661Z[ recovery-image] Aug 12 01:18:18.535 INFO O| Aug 12 01:18:18.535 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-08-12T01:18:19.666Z[ recovery-image] Aug 12 01:18:18.543 INFO O| Aug 12 01:18:18.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64662026-08-12T01:18:19.666Z[ recovery-image] Aug 12 01:18:18.543 INFO O| Aug 12 01:18:18.543 INFO STEP 402 (remove_files) COMPLETE
64672026-08-12T01:18:19.666Z[ recovery-image] Aug 12 01:18:18.543 INFO O| Aug 12 01:18:18.543 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-08-12T01:18:19.675Z[ recovery-image] Aug 12 01:18:18.552 INFO O| Aug 12 01:18:18.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64692026-08-12T01:18:19.675Z[ recovery-image] Aug 12 01:18:18.552 INFO O| Aug 12 01:18:18.552 INFO STEP 403 (remove_files) COMPLETE
64702026-08-12T01:18:19.678Z[ recovery-image] Aug 12 01:18:18.552 INFO O| Aug 12 01:18:18.552 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-08-12T01:18:19.685Z[ recovery-image] Aug 12 01:18:18.561 INFO O| Aug 12 01:18:18.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64722026-08-12T01:18:19.685Z[ recovery-image] Aug 12 01:18:18.561 INFO O| Aug 12 01:18:18.561 INFO STEP 404 (remove_files) COMPLETE
64732026-08-12T01:18:19.689Z[ recovery-image] Aug 12 01:18:18.561 INFO O| Aug 12 01:18:18.561 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-08-12T01:18:19.692Z[ recovery-image] Aug 12 01:18:18.569 INFO O| Aug 12 01:18:18.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64752026-08-12T01:18:19.695Z[ recovery-image] Aug 12 01:18:18.569 INFO O| Aug 12 01:18:18.569 INFO STEP 405 (remove_files) COMPLETE
64762026-08-12T01:18:19.695Z[ recovery-image] Aug 12 01:18:18.569 INFO O| Aug 12 01:18:18.569 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-08-12T01:18:19.701Z[ recovery-image] Aug 12 01:18:18.578 INFO O| Aug 12 01:18:18.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64782026-08-12T01:18:19.701Z[ recovery-image] Aug 12 01:18:18.578 INFO O| Aug 12 01:18:18.578 INFO STEP 406 (remove_files) COMPLETE
64792026-08-12T01:18:19.704Z[ recovery-image] Aug 12 01:18:18.578 INFO O| Aug 12 01:18:18.578 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-08-12T01:18:19.710Z[ recovery-image] Aug 12 01:18:18.587 INFO O| Aug 12 01:18:18.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64812026-08-12T01:18:19.710Z[ recovery-image] Aug 12 01:18:18.587 INFO O| Aug 12 01:18:18.587 INFO STEP 407 (remove_files) COMPLETE
64822026-08-12T01:18:19.713Z[ recovery-image] Aug 12 01:18:18.587 INFO O| Aug 12 01:18:18.587 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-08-12T01:18:19.720Z[ recovery-image] Aug 12 01:18:18.596 INFO O| Aug 12 01:18:18.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64842026-08-12T01:18:19.720Z[ recovery-image] Aug 12 01:18:18.596 INFO O| Aug 12 01:18:18.596 INFO STEP 408 (remove_files) COMPLETE
64852026-08-12T01:18:19.720Z[ recovery-image] Aug 12 01:18:18.596 INFO O| Aug 12 01:18:18.596 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-08-12T01:18:19.727Z[ recovery-image] Aug 12 01:18:18.604 INFO O| Aug 12 01:18:18.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64872026-08-12T01:18:19.727Z[ recovery-image] Aug 12 01:18:18.604 INFO O| Aug 12 01:18:18.604 INFO STEP 409 (remove_files) COMPLETE
64882026-08-12T01:18:19.730Z[ recovery-image] Aug 12 01:18:18.604 INFO O| Aug 12 01:18:18.604 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-08-12T01:18:19.735Z[ recovery-image] Aug 12 01:18:18.612 INFO O| Aug 12 01:18:18.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
64902026-08-12T01:18:19.735Z[ recovery-image] Aug 12 01:18:18.612 INFO O| Aug 12 01:18:18.612 INFO STEP 410 (remove_files) COMPLETE
64912026-08-12T01:18:19.738Z[ recovery-image] Aug 12 01:18:18.612 INFO O| Aug 12 01:18:18.612 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-08-12T01:18:19.743Z[ recovery-image] Aug 12 01:18:18.621 INFO O| Aug 12 01:18:18.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
64932026-08-12T01:18:19.743Z[ recovery-image] Aug 12 01:18:18.621 INFO O| Aug 12 01:18:18.621 INFO STEP 411 (remove_files) COMPLETE
64942026-08-12T01:18:19.744Z[ recovery-image] Aug 12 01:18:18.621 INFO O| Aug 12 01:18:18.621 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-08-12T01:18:19.752Z[ recovery-image] Aug 12 01:18:18.629 INFO O| Aug 12 01:18:18.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
64962026-08-12T01:18:19.752Z[ recovery-image] Aug 12 01:18:18.629 INFO O| Aug 12 01:18:18.629 INFO STEP 412 (remove_files) COMPLETE
64972026-08-12T01:18:19.752Z[ recovery-image] Aug 12 01:18:18.629 INFO O| Aug 12 01:18:18.629 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-08-12T01:18:19.761Z[ recovery-image] Aug 12 01:18:18.638 INFO O| Aug 12 01:18:18.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
64992026-08-12T01:18:19.761Z[ recovery-image] Aug 12 01:18:18.638 INFO O| Aug 12 01:18:18.638 INFO STEP 413 (remove_files) COMPLETE
65002026-08-12T01:18:19.764Z[ recovery-image] Aug 12 01:18:18.638 INFO O| Aug 12 01:18:18.638 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-08-12T01:18:19.770Z[ recovery-image] Aug 12 01:18:18.646 INFO O| Aug 12 01:18:18.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65022026-08-12T01:18:19.770Z[ recovery-image] Aug 12 01:18:18.646 INFO O| Aug 12 01:18:18.646 INFO STEP 414 (remove_files) COMPLETE
65032026-08-12T01:18:19.770Z[ recovery-image] Aug 12 01:18:18.646 INFO O| Aug 12 01:18:18.646 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-08-12T01:18:19.778Z[ recovery-image] Aug 12 01:18:18.654 INFO O| Aug 12 01:18:18.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65052026-08-12T01:18:19.779Z[ recovery-image] Aug 12 01:18:18.654 INFO O| Aug 12 01:18:18.654 INFO STEP 415 (remove_files) COMPLETE
65062026-08-12T01:18:19.779Z[ recovery-image] Aug 12 01:18:18.654 INFO O| Aug 12 01:18:18.654 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-08-12T01:18:19.785Z[ recovery-image] Aug 12 01:18:18.662 INFO O| Aug 12 01:18:18.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65082026-08-12T01:18:19.786Z[ recovery-image] Aug 12 01:18:18.662 INFO O| Aug 12 01:18:18.662 INFO STEP 416 (remove_files) COMPLETE
65092026-08-12T01:18:19.786Z[ recovery-image] Aug 12 01:18:18.662 INFO O| Aug 12 01:18:18.662 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-08-12T01:18:19.795Z[ recovery-image] Aug 12 01:18:18.671 INFO O| Aug 12 01:18:18.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65112026-08-12T01:18:19.795Z[ recovery-image] Aug 12 01:18:18.671 INFO O| Aug 12 01:18:18.671 INFO STEP 417 (remove_files) COMPLETE
65122026-08-12T01:18:19.796Z[ recovery-image] Aug 12 01:18:18.671 INFO O| Aug 12 01:18:18.671 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-08-12T01:18:19.806Z[ recovery-image] Aug 12 01:18:18.682 INFO O| Aug 12 01:18:18.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65142026-08-12T01:18:19.806Z[ recovery-image] Aug 12 01:18:18.682 INFO O| Aug 12 01:18:18.682 INFO STEP 418 (remove_files) COMPLETE
65152026-08-12T01:18:19.806Z[ recovery-image] Aug 12 01:18:18.682 INFO O| Aug 12 01:18:18.682 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-08-12T01:18:19.815Z[ recovery-image] Aug 12 01:18:18.692 INFO O| Aug 12 01:18:18.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65172026-08-12T01:18:19.815Z[ recovery-image] Aug 12 01:18:18.692 INFO O| Aug 12 01:18:18.692 INFO STEP 419 (remove_files) COMPLETE
65182026-08-12T01:18:19.815Z[ recovery-image] Aug 12 01:18:18.692 INFO O| Aug 12 01:18:18.692 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-08-12T01:18:19.825Z[ recovery-image] Aug 12 01:18:18.702 INFO O| Aug 12 01:18:18.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65202026-08-12T01:18:19.825Z[ recovery-image] Aug 12 01:18:18.702 INFO O| Aug 12 01:18:18.702 INFO STEP 420 (remove_files) COMPLETE
65212026-08-12T01:18:19.828Z[ recovery-image] Aug 12 01:18:18.702 INFO O| Aug 12 01:18:18.702 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-08-12T01:18:19.834Z[ recovery-image] Aug 12 01:18:18.711 INFO O| Aug 12 01:18:18.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65232026-08-12T01:18:19.834Z[ recovery-image] Aug 12 01:18:18.711 INFO O| Aug 12 01:18:18.711 INFO STEP 421 (remove_files) COMPLETE
65242026-08-12T01:18:19.834Z[ recovery-image] Aug 12 01:18:18.711 INFO O| Aug 12 01:18:18.711 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-08-12T01:18:19.843Z[ recovery-image] Aug 12 01:18:18.719 INFO O| Aug 12 01:18:18.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65262026-08-12T01:18:19.844Z[ recovery-image] Aug 12 01:18:18.719 INFO O| Aug 12 01:18:18.719 INFO STEP 422 (remove_files) COMPLETE
65272026-08-12T01:18:19.844Z[ recovery-image] Aug 12 01:18:18.719 INFO O| Aug 12 01:18:18.719 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-08-12T01:18:19.851Z[ recovery-image] Aug 12 01:18:18.729 INFO O| Aug 12 01:18:18.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65292026-08-12T01:18:19.851Z[ recovery-image] Aug 12 01:18:18.729 INFO O| Aug 12 01:18:18.729 INFO STEP 423 (remove_files) COMPLETE
65302026-08-12T01:18:19.855Z[ recovery-image] Aug 12 01:18:18.729 INFO O| Aug 12 01:18:18.729 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-08-12T01:18:19.861Z[ recovery-image] Aug 12 01:18:18.738 INFO O| Aug 12 01:18:18.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65322026-08-12T01:18:19.861Z[ recovery-image] Aug 12 01:18:18.738 INFO O| Aug 12 01:18:18.738 INFO STEP 424 (remove_files) COMPLETE
65332026-08-12T01:18:19.864Z[ recovery-image] Aug 12 01:18:18.738 INFO O| Aug 12 01:18:18.738 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-08-12T01:18:19.870Z[ recovery-image] Aug 12 01:18:18.747 INFO O| Aug 12 01:18:18.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65352026-08-12T01:18:19.870Z[ recovery-image] Aug 12 01:18:18.747 INFO O| Aug 12 01:18:18.747 INFO STEP 425 (remove_files) COMPLETE
65362026-08-12T01:18:19.870Z[ recovery-image] Aug 12 01:18:18.747 INFO O| Aug 12 01:18:18.747 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-08-12T01:18:19.879Z[ recovery-image] Aug 12 01:18:18.756 INFO O| Aug 12 01:18:18.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65382026-08-12T01:18:19.879Z[ recovery-image] Aug 12 01:18:18.756 INFO O| Aug 12 01:18:18.756 INFO STEP 426 (remove_files) COMPLETE
65392026-08-12T01:18:19.879Z[ recovery-image] Aug 12 01:18:18.756 INFO O| Aug 12 01:18:18.756 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-08-12T01:18:19.889Z[ recovery-image] Aug 12 01:18:18.765 INFO O| Aug 12 01:18:18.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65412026-08-12T01:18:19.889Z[ recovery-image] Aug 12 01:18:18.765 INFO O| Aug 12 01:18:18.765 INFO STEP 427 (remove_files) COMPLETE
65422026-08-12T01:18:19.893Z[ recovery-image] Aug 12 01:18:18.765 INFO O| Aug 12 01:18:18.765 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-08-12T01:18:19.908Z[ recovery-image] Aug 12 01:18:18.785 INFO O| Aug 12 01:18:18.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65442026-08-12T01:18:19.926Z[ recovery-image] Aug 12 01:18:18.803 INFO O| Aug 12 01:18:18.803 INFO STEP 428 (remove_files) COMPLETE
65452026-08-12T01:18:19.926Z[ recovery-image] Aug 12 01:18:18.803 INFO O| Aug 12 01:18:18.803 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-08-12T01:18:19.938Z[ recovery-image] Aug 12 01:18:18.815 INFO O| Aug 12 01:18:18.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65472026-08-12T01:18:19.938Z[ recovery-image] Aug 12 01:18:18.815 INFO O| Aug 12 01:18:18.815 INFO STEP 429 (remove_files) COMPLETE
65482026-08-12T01:18:19.938Z[ recovery-image] Aug 12 01:18:18.815 INFO O| Aug 12 01:18:18.815 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-08-12T01:18:19.950Z[ recovery-image] Aug 12 01:18:18.826 INFO O| Aug 12 01:18:18.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65502026-08-12T01:18:19.951Z[ recovery-image] Aug 12 01:18:18.826 INFO O| Aug 12 01:18:18.826 INFO STEP 430 (remove_files) COMPLETE
65512026-08-12T01:18:19.951Z[ recovery-image] Aug 12 01:18:18.826 INFO O| Aug 12 01:18:18.826 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-08-12T01:18:19.960Z[ recovery-image] Aug 12 01:18:18.837 INFO O| Aug 12 01:18:18.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65532026-08-12T01:18:19.960Z[ recovery-image] Aug 12 01:18:18.837 INFO O| Aug 12 01:18:18.837 INFO STEP 431 (remove_files) COMPLETE
65542026-08-12T01:18:19.964Z[ recovery-image] Aug 12 01:18:18.837 INFO O| Aug 12 01:18:18.837 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-08-12T01:18:19.982Z[ recovery-image] Aug 12 01:18:18.859 INFO O| Aug 12 01:18:18.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65562026-08-12T01:18:19.982Z[ recovery-image] Aug 12 01:18:18.859 INFO O| Aug 12 01:18:18.859 INFO STEP 432 (remove_files) COMPLETE
65572026-08-12T01:18:19.982Z[ recovery-image] Aug 12 01:18:18.859 INFO O| Aug 12 01:18:18.859 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-08-12T01:18:19.994Z[ recovery-image] Aug 12 01:18:18.871 INFO O| Aug 12 01:18:18.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65592026-08-12T01:18:19.994Z[ recovery-image] Aug 12 01:18:18.871 INFO O| Aug 12 01:18:18.871 INFO STEP 433 (remove_files) COMPLETE
65602026-08-12T01:18:19.998Z[ recovery-image] Aug 12 01:18:18.871 INFO O| Aug 12 01:18:18.871 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-08-12T01:18:20.006Z[ recovery-image] Aug 12 01:18:18.883 INFO O| Aug 12 01:18:18.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65622026-08-12T01:18:20.006Z[ recovery-image] Aug 12 01:18:18.883 INFO O| Aug 12 01:18:18.883 INFO STEP 434 (remove_files) COMPLETE
65632026-08-12T01:18:20.006Z[ recovery-image] Aug 12 01:18:18.883 INFO O| Aug 12 01:18:18.883 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-08-12T01:18:20.020Z[ recovery-image] Aug 12 01:18:18.895 INFO O| Aug 12 01:18:18.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65652026-08-12T01:18:20.020Z[ recovery-image] Aug 12 01:18:18.895 INFO O| Aug 12 01:18:18.895 INFO STEP 435 (remove_files) COMPLETE
65662026-08-12T01:18:20.020Z[ recovery-image] Aug 12 01:18:18.895 INFO O| Aug 12 01:18:18.895 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-08-12T01:18:20.030Z[ recovery-image] Aug 12 01:18:18.906 INFO O| Aug 12 01:18:18.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65682026-08-12T01:18:20.030Z[ recovery-image] Aug 12 01:18:18.906 INFO O| Aug 12 01:18:18.906 INFO STEP 436 (remove_files) COMPLETE
65692026-08-12T01:18:20.030Z[ recovery-image] Aug 12 01:18:18.906 INFO O| Aug 12 01:18:18.906 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-08-12T01:18:20.043Z[ recovery-image] Aug 12 01:18:18.916 INFO O| Aug 12 01:18:18.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65712026-08-12T01:18:20.043Z[ recovery-image] Aug 12 01:18:18.916 INFO O| Aug 12 01:18:18.916 INFO STEP 437 (remove_files) COMPLETE
65722026-08-12T01:18:20.044Z[ recovery-image] Aug 12 01:18:18.916 INFO O| Aug 12 01:18:18.916 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-08-12T01:18:20.049Z[ recovery-image] Aug 12 01:18:18.926 INFO O| Aug 12 01:18:18.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65742026-08-12T01:18:20.049Z[ recovery-image] Aug 12 01:18:18.926 INFO O| Aug 12 01:18:18.926 INFO STEP 438 (remove_files) COMPLETE
65752026-08-12T01:18:20.049Z[ recovery-image] Aug 12 01:18:18.926 INFO O| Aug 12 01:18:18.926 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-08-12T01:18:20.061Z[ recovery-image] Aug 12 01:18:18.938 INFO O| Aug 12 01:18:18.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65772026-08-12T01:18:20.061Z[ recovery-image] Aug 12 01:18:18.938 INFO O| Aug 12 01:18:18.938 INFO STEP 439 (remove_files) COMPLETE
65782026-08-12T01:18:20.064Z[ recovery-image] Aug 12 01:18:18.938 INFO O| Aug 12 01:18:18.938 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-08-12T01:18:20.074Z[ recovery-image] Aug 12 01:18:18.947 INFO O| Aug 12 01:18:18.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65802026-08-12T01:18:20.074Z[ recovery-image] Aug 12 01:18:18.947 INFO O| Aug 12 01:18:18.947 INFO STEP 440 (remove_files) COMPLETE
65812026-08-12T01:18:20.074Z[ recovery-image] Aug 12 01:18:18.947 INFO O| Aug 12 01:18:18.947 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-08-12T01:18:20.079Z[ recovery-image] Aug 12 01:18:18.956 INFO O| Aug 12 01:18:18.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65832026-08-12T01:18:20.079Z[ recovery-image] Aug 12 01:18:18.956 INFO O| Aug 12 01:18:18.956 INFO STEP 441 (remove_files) COMPLETE
65842026-08-12T01:18:20.083Z[ recovery-image] Aug 12 01:18:18.956 INFO O| Aug 12 01:18:18.956 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-08-12T01:18:20.089Z[ recovery-image] Aug 12 01:18:18.965 INFO O| Aug 12 01:18:18.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65862026-08-12T01:18:20.089Z[ recovery-image] Aug 12 01:18:18.965 INFO O| Aug 12 01:18:18.965 INFO STEP 442 (remove_files) COMPLETE
65872026-08-12T01:18:20.093Z[ recovery-image] Aug 12 01:18:18.965 INFO O| Aug 12 01:18:18.965 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-08-12T01:18:20.102Z[ recovery-image] Aug 12 01:18:18.976 INFO O| Aug 12 01:18:18.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
65892026-08-12T01:18:20.102Z[ recovery-image] Aug 12 01:18:18.976 INFO O| Aug 12 01:18:18.976 INFO STEP 443 (remove_files) COMPLETE
65902026-08-12T01:18:20.102Z[ recovery-image] Aug 12 01:18:18.976 INFO O| Aug 12 01:18:18.976 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-08-12T01:18:20.109Z[ recovery-image] Aug 12 01:18:18.986 INFO O| Aug 12 01:18:18.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
65922026-08-12T01:18:20.109Z[ recovery-image] Aug 12 01:18:18.986 INFO O| Aug 12 01:18:18.986 INFO STEP 444 (remove_files) COMPLETE
65932026-08-12T01:18:20.112Z[ recovery-image] Aug 12 01:18:18.986 INFO O| Aug 12 01:18:18.986 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-08-12T01:18:20.119Z[ recovery-image] Aug 12 01:18:18.996 INFO O| Aug 12 01:18:18.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
65952026-08-12T01:18:20.119Z[ recovery-image] Aug 12 01:18:18.996 INFO O| Aug 12 01:18:18.996 INFO STEP 445 (remove_files) COMPLETE
65962026-08-12T01:18:20.138Z[ recovery-image] Aug 12 01:18:18.996 INFO O| Aug 12 01:18:18.996 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-08-12T01:18:20.138Z[ recovery-image] Aug 12 01:18:19.005 INFO O| Aug 12 01:18:19.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
65982026-08-12T01:18:20.138Z[ recovery-image] Aug 12 01:18:19.005 INFO O| Aug 12 01:18:19.005 INFO STEP 446 (remove_files) COMPLETE
65992026-08-12T01:18:20.138Z[ recovery-image] Aug 12 01:18:19.006 INFO O| Aug 12 01:18:19.005 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-08-12T01:18:20.141Z[ recovery-image] Aug 12 01:18:19.016 INFO O| Aug 12 01:18:19.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66012026-08-12T01:18:20.141Z[ recovery-image] Aug 12 01:18:19.016 INFO O| Aug 12 01:18:19.016 INFO STEP 447 (remove_files) COMPLETE
66022026-08-12T01:18:20.141Z[ recovery-image] Aug 12 01:18:19.016 INFO O| Aug 12 01:18:19.016 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-08-12T01:18:20.151Z[ recovery-image] Aug 12 01:18:19.027 INFO O| Aug 12 01:18:19.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66042026-08-12T01:18:20.151Z[ recovery-image] Aug 12 01:18:19.027 INFO O| Aug 12 01:18:19.027 INFO STEP 448 (remove_files) COMPLETE
66052026-08-12T01:18:20.154Z[ recovery-image] Aug 12 01:18:19.027 INFO O| Aug 12 01:18:19.027 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-08-12T01:18:20.163Z[ recovery-image] Aug 12 01:18:19.040 INFO O| Aug 12 01:18:19.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66072026-08-12T01:18:20.163Z[ recovery-image] Aug 12 01:18:19.040 INFO O| Aug 12 01:18:19.040 INFO STEP 449 (remove_files) COMPLETE
66082026-08-12T01:18:20.163Z[ recovery-image] Aug 12 01:18:19.040 INFO O| Aug 12 01:18:19.040 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-08-12T01:18:20.174Z[ recovery-image] Aug 12 01:18:19.051 INFO O| Aug 12 01:18:19.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66102026-08-12T01:18:20.174Z[ recovery-image] Aug 12 01:18:19.051 INFO O| Aug 12 01:18:19.051 INFO STEP 450 (remove_files) COMPLETE
66112026-08-12T01:18:20.177Z[ recovery-image] Aug 12 01:18:19.051 INFO O| Aug 12 01:18:19.051 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-08-12T01:18:20.186Z[ recovery-image] Aug 12 01:18:19.062 INFO O| Aug 12 01:18:19.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66132026-08-12T01:18:20.189Z[ recovery-image] Aug 12 01:18:19.062 INFO O| Aug 12 01:18:19.062 INFO STEP 451 (remove_files) COMPLETE
66142026-08-12T01:18:20.189Z[ recovery-image] Aug 12 01:18:19.062 INFO O| Aug 12 01:18:19.062 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-08-12T01:18:20.195Z[ recovery-image] Aug 12 01:18:19.072 INFO O| Aug 12 01:18:19.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66162026-08-12T01:18:20.195Z[ recovery-image] Aug 12 01:18:19.073 INFO O| Aug 12 01:18:19.073 INFO STEP 452 (remove_files) COMPLETE
66172026-08-12T01:18:20.195Z[ recovery-image] Aug 12 01:18:19.073 INFO O| Aug 12 01:18:19.073 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-08-12T01:18:20.208Z[ recovery-image] Aug 12 01:18:19.085 INFO O| Aug 12 01:18:19.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66192026-08-12T01:18:20.208Z[ recovery-image] Aug 12 01:18:19.085 INFO O| Aug 12 01:18:19.085 INFO STEP 453 (remove_files) COMPLETE
66202026-08-12T01:18:20.213Z[ recovery-image] Aug 12 01:18:19.085 INFO O| Aug 12 01:18:19.085 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-08-12T01:18:20.220Z[ recovery-image] Aug 12 01:18:19.097 INFO O| Aug 12 01:18:19.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66222026-08-12T01:18:20.220Z[ recovery-image] Aug 12 01:18:19.097 INFO O| Aug 12 01:18:19.097 INFO STEP 454 (remove_files) COMPLETE
66232026-08-12T01:18:20.220Z[ recovery-image] Aug 12 01:18:19.097 INFO O| Aug 12 01:18:19.097 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-08-12T01:18:20.231Z[ recovery-image] Aug 12 01:18:19.108 INFO O| Aug 12 01:18:19.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66252026-08-12T01:18:20.231Z[ recovery-image] Aug 12 01:18:19.108 INFO O| Aug 12 01:18:19.108 INFO STEP 455 (remove_files) COMPLETE
66262026-08-12T01:18:20.231Z[ recovery-image] Aug 12 01:18:19.108 INFO O| Aug 12 01:18:19.108 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-08-12T01:18:20.237Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
66282026-08-12T01:18:20.245Z[ recovery-image] Aug 12 01:18:19.119 INFO O| Aug 12 01:18:19.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66292026-08-12T01:18:20.245Z[ recovery-image] Aug 12 01:18:19.119 INFO O| Aug 12 01:18:19.119 INFO STEP 456 (remove_files) COMPLETE
66302026-08-12T01:18:20.245Z[ recovery-image] Aug 12 01:18:19.119 INFO O| Aug 12 01:18:19.119 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-08-12T01:18:20.255Z[ recovery-image] Aug 12 01:18:19.129 INFO O| Aug 12 01:18:19.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66322026-08-12T01:18:20.256Z[ recovery-image] Aug 12 01:18:19.129 INFO O| Aug 12 01:18:19.129 INFO STEP 457 (remove_files) COMPLETE
66332026-08-12T01:18:20.260Z[ recovery-image] Aug 12 01:18:19.129 INFO O| Aug 12 01:18:19.129 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-08-12T01:18:20.264Z[ recovery-image] Aug 12 01:18:19.140 INFO O| Aug 12 01:18:19.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66352026-08-12T01:18:20.264Z[ recovery-image] Aug 12 01:18:19.140 INFO O| Aug 12 01:18:19.140 INFO STEP 458 (remove_files) COMPLETE
66362026-08-12T01:18:20.264Z[ recovery-image] Aug 12 01:18:19.140 INFO O| Aug 12 01:18:19.140 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-08-12T01:18:20.274Z[ recovery-image] Aug 12 01:18:19.151 INFO O| Aug 12 01:18:19.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66382026-08-12T01:18:20.274Z[ recovery-image] Aug 12 01:18:19.152 INFO O| Aug 12 01:18:19.151 INFO STEP 459 (remove_files) COMPLETE
66392026-08-12T01:18:20.275Z[ recovery-image] Aug 12 01:18:19.152 INFO O| Aug 12 01:18:19.151 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-08-12T01:18:20.285Z[ recovery-image] Aug 12 01:18:19.162 INFO O| Aug 12 01:18:19.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66412026-08-12T01:18:20.285Z[ recovery-image] Aug 12 01:18:19.162 INFO O| Aug 12 01:18:19.162 INFO STEP 460 (remove_files) COMPLETE
66422026-08-12T01:18:20.285Z[ recovery-image] Aug 12 01:18:19.162 INFO O| Aug 12 01:18:19.162 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-08-12T01:18:20.296Z[ recovery-image] Aug 12 01:18:19.173 INFO O| Aug 12 01:18:19.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66442026-08-12T01:18:20.296Z[ recovery-image] Aug 12 01:18:19.173 INFO O| Aug 12 01:18:19.173 INFO STEP 461 (remove_files) COMPLETE
66452026-08-12T01:18:20.296Z[ recovery-image] Aug 12 01:18:19.173 INFO O| Aug 12 01:18:19.173 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-08-12T01:18:20.307Z[ recovery-image] Aug 12 01:18:19.183 INFO O| Aug 12 01:18:19.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66472026-08-12T01:18:20.307Z[ recovery-image] Aug 12 01:18:19.183 INFO O| Aug 12 01:18:19.183 INFO STEP 462 (remove_files) COMPLETE
66482026-08-12T01:18:20.307Z[ recovery-image] Aug 12 01:18:19.183 INFO O| Aug 12 01:18:19.183 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-08-12T01:18:20.312Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
66502026-08-12T01:18:20.315Z[ recovery-image] Aug 12 01:18:19.193 INFO O| Aug 12 01:18:19.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66512026-08-12T01:18:20.316Z[ recovery-image] Aug 12 01:18:19.193 INFO O| Aug 12 01:18:19.193 INFO STEP 463 (remove_files) COMPLETE
66522026-08-12T01:18:20.316Z[ recovery-image] Aug 12 01:18:19.193 INFO O| Aug 12 01:18:19.193 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-08-12T01:18:20.326Z[ recovery-image] Aug 12 01:18:19.203 INFO O| Aug 12 01:18:19.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66542026-08-12T01:18:20.326Z[ recovery-image] Aug 12 01:18:19.203 INFO O| Aug 12 01:18:19.203 INFO STEP 464 (remove_files) COMPLETE
66552026-08-12T01:18:20.329Z[ recovery-image] Aug 12 01:18:19.203 INFO O| Aug 12 01:18:19.203 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-08-12T01:18:20.336Z[ recovery-image] Aug 12 01:18:19.213 INFO O| Aug 12 01:18:19.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66572026-08-12T01:18:20.336Z[ recovery-image] Aug 12 01:18:19.213 INFO O| Aug 12 01:18:19.213 INFO STEP 465 (remove_files) COMPLETE
66582026-08-12T01:18:20.339Z[ recovery-image] Aug 12 01:18:19.213 INFO O| Aug 12 01:18:19.213 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-08-12T01:18:20.344Z[ recovery-image] Aug 12 01:18:19.221 INFO O| Aug 12 01:18:19.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66602026-08-12T01:18:20.344Z[ recovery-image] Aug 12 01:18:19.221 INFO O| Aug 12 01:18:19.221 INFO STEP 466 (remove_files) COMPLETE
66612026-08-12T01:18:20.347Z[ recovery-image] Aug 12 01:18:19.221 INFO O| Aug 12 01:18:19.221 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-08-12T01:18:20.353Z[ recovery-image] Aug 12 01:18:19.230 INFO O| Aug 12 01:18:19.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66632026-08-12T01:18:20.353Z[ recovery-image] Aug 12 01:18:19.230 INFO O| Aug 12 01:18:19.230 INFO STEP 467 (remove_files) COMPLETE
66642026-08-12T01:18:20.355Z[ recovery-image] Aug 12 01:18:19.230 INFO O| Aug 12 01:18:19.230 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-08-12T01:18:20.363Z[ recovery-image] Aug 12 01:18:19.241 INFO O| Aug 12 01:18:19.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66662026-08-12T01:18:20.363Z[ recovery-image] Aug 12 01:18:19.241 INFO O| Aug 12 01:18:19.241 INFO STEP 468 (remove_files) COMPLETE
66672026-08-12T01:18:20.363Z[ recovery-image] Aug 12 01:18:19.241 INFO O| Aug 12 01:18:19.241 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-08-12T01:18:20.375Z[ recovery-image] Aug 12 01:18:19.251 INFO O| Aug 12 01:18:19.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66692026-08-12T01:18:20.375Z[ recovery-image] Aug 12 01:18:19.251 INFO O| Aug 12 01:18:19.251 INFO STEP 469 (remove_files) COMPLETE
66702026-08-12T01:18:20.375Z[ recovery-image] Aug 12 01:18:19.251 INFO O| Aug 12 01:18:19.251 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-08-12T01:18:20.385Z[ recovery-image] Aug 12 01:18:19.262 INFO O| Aug 12 01:18:19.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66722026-08-12T01:18:20.385Z[ recovery-image] Aug 12 01:18:19.262 INFO O| Aug 12 01:18:19.262 INFO STEP 470 (remove_files) COMPLETE
66732026-08-12T01:18:20.385Z[ recovery-image] Aug 12 01:18:19.262 INFO O| Aug 12 01:18:19.262 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-08-12T01:18:20.395Z[ recovery-image] Aug 12 01:18:19.272 INFO O| Aug 12 01:18:19.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66752026-08-12T01:18:20.395Z[ recovery-image] Aug 12 01:18:19.272 INFO O| Aug 12 01:18:19.272 INFO STEP 471 (remove_files) COMPLETE
66762026-08-12T01:18:20.399Z[ recovery-image] Aug 12 01:18:19.272 INFO O| Aug 12 01:18:19.272 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-08-12T01:18:20.406Z[ recovery-image] Aug 12 01:18:19.283 INFO O| Aug 12 01:18:19.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66782026-08-12T01:18:20.406Z[ recovery-image] Aug 12 01:18:19.283 INFO O| Aug 12 01:18:19.283 INFO STEP 472 (remove_files) COMPLETE
66792026-08-12T01:18:20.406Z[ recovery-image] Aug 12 01:18:19.283 INFO O| Aug 12 01:18:19.283 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-08-12T01:18:20.416Z[ recovery-image] Aug 12 01:18:19.293 INFO O| Aug 12 01:18:19.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66812026-08-12T01:18:20.416Z[ recovery-image] Aug 12 01:18:19.293 INFO O| Aug 12 01:18:19.293 INFO STEP 473 (remove_files) COMPLETE
66822026-08-12T01:18:20.416Z[ recovery-image] Aug 12 01:18:19.293 INFO O| Aug 12 01:18:19.293 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-08-12T01:18:20.429Z[ recovery-image] Aug 12 01:18:19.306 INFO O| Aug 12 01:18:19.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66842026-08-12T01:18:20.430Z[ recovery-image] Aug 12 01:18:19.306 INFO O| Aug 12 01:18:19.302 INFO STEP 474 (remove_files) COMPLETE
66852026-08-12T01:18:20.430Z[ recovery-image] Aug 12 01:18:19.306 INFO O| Aug 12 01:18:19.302 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-08-12T01:18:20.435Z[ recovery-image] Aug 12 01:18:19.311 INFO O| Aug 12 01:18:19.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
66872026-08-12T01:18:20.435Z[ recovery-image] Aug 12 01:18:19.311 INFO O| Aug 12 01:18:19.311 INFO STEP 475 (remove_files) COMPLETE
66882026-08-12T01:18:20.435Z[ recovery-image] Aug 12 01:18:19.311 INFO O| Aug 12 01:18:19.311 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-08-12T01:18:20.444Z[ recovery-image] Aug 12 01:18:19.320 INFO O| Aug 12 01:18:19.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
66902026-08-12T01:18:20.444Z[ recovery-image] Aug 12 01:18:19.320 INFO O| Aug 12 01:18:19.320 INFO STEP 476 (remove_files) COMPLETE
66912026-08-12T01:18:20.444Z[ recovery-image] Aug 12 01:18:19.320 INFO O| Aug 12 01:18:19.320 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-08-12T01:18:20.452Z[ recovery-image] Aug 12 01:18:19.329 INFO O| Aug 12 01:18:19.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
66932026-08-12T01:18:20.452Z[ recovery-image] Aug 12 01:18:19.329 INFO O| Aug 12 01:18:19.329 INFO STEP 477 (remove_files) COMPLETE
66942026-08-12T01:18:20.452Z[ recovery-image] Aug 12 01:18:19.329 INFO O| Aug 12 01:18:19.329 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-08-12T01:18:20.461Z[ recovery-image] Aug 12 01:18:19.338 INFO O| Aug 12 01:18:19.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
66962026-08-12T01:18:20.461Z[ recovery-image] Aug 12 01:18:19.338 INFO O| Aug 12 01:18:19.338 INFO STEP 478 (remove_files) COMPLETE
66972026-08-12T01:18:20.461Z[ recovery-image] Aug 12 01:18:19.338 INFO O| Aug 12 01:18:19.338 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-08-12T01:18:20.470Z[ recovery-image] Aug 12 01:18:19.347 INFO O| Aug 12 01:18:19.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
66992026-08-12T01:18:20.470Z[ recovery-image] Aug 12 01:18:19.347 INFO O| Aug 12 01:18:19.347 INFO STEP 479 (remove_files) COMPLETE
67002026-08-12T01:18:20.470Z[ recovery-image] Aug 12 01:18:19.347 INFO O| Aug 12 01:18:19.347 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-08-12T01:18:20.480Z[ recovery-image] Aug 12 01:18:19.357 INFO O| Aug 12 01:18:19.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67022026-08-12T01:18:20.480Z[ recovery-image] Aug 12 01:18:19.357 INFO O| Aug 12 01:18:19.357 INFO STEP 480 (remove_files) COMPLETE
67032026-08-12T01:18:20.480Z[ recovery-image] Aug 12 01:18:19.357 INFO O| Aug 12 01:18:19.357 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-08-12T01:18:20.489Z[ recovery-image] Aug 12 01:18:19.366 INFO O| Aug 12 01:18:19.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67052026-08-12T01:18:20.490Z[ recovery-image] Aug 12 01:18:19.367 INFO O| Aug 12 01:18:19.367 INFO STEP 481 (remove_files) COMPLETE
67062026-08-12T01:18:20.493Z[ recovery-image] Aug 12 01:18:19.367 INFO O| Aug 12 01:18:19.367 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-08-12T01:18:20.499Z[ recovery-image] Aug 12 01:18:19.376 INFO O| Aug 12 01:18:19.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67082026-08-12T01:18:20.499Z[ recovery-image] Aug 12 01:18:19.376 INFO O| Aug 12 01:18:19.376 INFO STEP 482 (remove_files) COMPLETE
67092026-08-12T01:18:20.502Z[ recovery-image] Aug 12 01:18:19.376 INFO O| Aug 12 01:18:19.376 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-08-12T01:18:20.540Z[ recovery-image] Aug 12 01:18:19.417 INFO O| Aug 12 01:18:19.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67112026-08-12T01:18:20.540Z[ recovery-image] Aug 12 01:18:19.417 INFO O| Aug 12 01:18:19.417 INFO STEP 483 (remove_files) COMPLETE
67122026-08-12T01:18:20.543Z[ recovery-image] Aug 12 01:18:19.417 INFO O| Aug 12 01:18:19.417 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-08-12T01:18:20.567Z[ recovery-image] Aug 12 01:18:19.428 INFO O| Aug 12 01:18:19.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67142026-08-12T01:18:20.567Z[ recovery-image] Aug 12 01:18:19.428 INFO O| Aug 12 01:18:19.428 INFO STEP 484 (remove_files) COMPLETE
67152026-08-12T01:18:20.572Z[ recovery-image] Aug 12 01:18:19.428 INFO O| Aug 12 01:18:19.428 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-08-12T01:18:20.572Z[ recovery-image] Aug 12 01:18:19.438 INFO O| Aug 12 01:18:19.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67172026-08-12T01:18:20.572Z[ recovery-image] Aug 12 01:18:19.438 INFO O| Aug 12 01:18:19.438 INFO STEP 485 (remove_files) COMPLETE
67182026-08-12T01:18:20.572Z[ recovery-image] Aug 12 01:18:19.438 INFO O| Aug 12 01:18:19.438 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-08-12T01:18:20.572Z[ recovery-image] Aug 12 01:18:19.447 INFO O| Aug 12 01:18:19.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67202026-08-12T01:18:20.572Z[ recovery-image] Aug 12 01:18:19.447 INFO O| Aug 12 01:18:19.447 INFO STEP 486 (remove_files) COMPLETE
67212026-08-12T01:18:20.572Z[ recovery-image] Aug 12 01:18:19.447 INFO O| Aug 12 01:18:19.447 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-08-12T01:18:20.575Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
67232026-08-12T01:18:20.580Z[ recovery-image] Aug 12 01:18:19.457 INFO O| Aug 12 01:18:19.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67242026-08-12T01:18:20.580Z[ recovery-image] Aug 12 01:18:19.457 INFO O| Aug 12 01:18:19.457 INFO STEP 487 (remove_files) COMPLETE
67252026-08-12T01:18:20.580Z[ recovery-image] Aug 12 01:18:19.457 INFO O| Aug 12 01:18:19.457 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-08-12T01:18:20.592Z[ recovery-image] Aug 12 01:18:19.468 INFO O| Aug 12 01:18:19.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67272026-08-12T01:18:20.592Z[ recovery-image] Aug 12 01:18:19.468 INFO O| Aug 12 01:18:19.468 INFO STEP 488 (remove_files) COMPLETE
67282026-08-12T01:18:20.592Z[ recovery-image] Aug 12 01:18:19.468 INFO O| Aug 12 01:18:19.468 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-08-12T01:18:20.601Z[ recovery-image] Aug 12 01:18:19.477 INFO O| Aug 12 01:18:19.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67302026-08-12T01:18:20.602Z[ recovery-image] Aug 12 01:18:19.477 INFO O| Aug 12 01:18:19.477 INFO STEP 489 (remove_files) COMPLETE
67312026-08-12T01:18:20.602Z[ recovery-image] Aug 12 01:18:19.477 INFO O| Aug 12 01:18:19.477 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-08-12T01:18:20.610Z[ recovery-image] Aug 12 01:18:19.487 INFO O| Aug 12 01:18:19.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67332026-08-12T01:18:20.610Z[ recovery-image] Aug 12 01:18:19.487 INFO O| Aug 12 01:18:19.487 INFO STEP 490 (remove_files) COMPLETE
67342026-08-12T01:18:20.610Z[ recovery-image] Aug 12 01:18:19.487 INFO O| Aug 12 01:18:19.487 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-08-12T01:18:20.623Z[ recovery-image] Aug 12 01:18:19.499 INFO O| Aug 12 01:18:19.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67362026-08-12T01:18:20.623Z[ recovery-image] Aug 12 01:18:19.499 INFO O| Aug 12 01:18:19.499 INFO STEP 491 (remove_files) COMPLETE
67372026-08-12T01:18:20.626Z[ recovery-image] Aug 12 01:18:19.499 INFO O| Aug 12 01:18:19.499 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-08-12T01:18:20.634Z[ recovery-image] Aug 12 01:18:19.509 INFO O| Aug 12 01:18:19.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67392026-08-12T01:18:20.634Z[ recovery-image] Aug 12 01:18:19.510 INFO O| Aug 12 01:18:19.510 INFO STEP 492 (remove_files) COMPLETE
67402026-08-12T01:18:20.634Z[ recovery-image] Aug 12 01:18:19.510 INFO O| Aug 12 01:18:19.510 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-08-12T01:18:20.642Z[ recovery-image] Aug 12 01:18:19.519 INFO O| Aug 12 01:18:19.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67422026-08-12T01:18:20.642Z[ recovery-image] Aug 12 01:18:19.519 INFO O| Aug 12 01:18:19.519 INFO STEP 493 (remove_files) COMPLETE
67432026-08-12T01:18:20.645Z[ recovery-image] Aug 12 01:18:19.519 INFO O| Aug 12 01:18:19.519 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-08-12T01:18:20.653Z[ recovery-image] Aug 12 01:18:19.530 INFO O| Aug 12 01:18:19.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67452026-08-12T01:18:20.653Z[ recovery-image] Aug 12 01:18:19.530 INFO O| Aug 12 01:18:19.530 INFO STEP 494 (remove_files) COMPLETE
67462026-08-12T01:18:20.653Z[ recovery-image] Aug 12 01:18:19.530 INFO O| Aug 12 01:18:19.530 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-08-12T01:18:20.663Z[ recovery-image] Aug 12 01:18:19.540 INFO O| Aug 12 01:18:19.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67482026-08-12T01:18:20.663Z[ recovery-image] Aug 12 01:18:19.540 INFO O| Aug 12 01:18:19.540 INFO STEP 495 (remove_files) COMPLETE
67492026-08-12T01:18:20.663Z[ recovery-image] Aug 12 01:18:19.540 INFO O| Aug 12 01:18:19.540 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-08-12T01:18:20.672Z[ recovery-image] Aug 12 01:18:19.549 INFO O| Aug 12 01:18:19.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67512026-08-12T01:18:20.672Z[ recovery-image] Aug 12 01:18:19.549 INFO O| Aug 12 01:18:19.549 INFO STEP 496 (remove_files) COMPLETE
67522026-08-12T01:18:20.672Z[ recovery-image] Aug 12 01:18:19.549 INFO O| Aug 12 01:18:19.549 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-08-12T01:18:20.681Z[ recovery-image] Aug 12 01:18:19.558 INFO O| Aug 12 01:18:19.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67542026-08-12T01:18:20.684Z[ recovery-image] Aug 12 01:18:19.559 INFO O| Aug 12 01:18:19.559 INFO STEP 497 (remove_files) COMPLETE
67552026-08-12T01:18:20.684Z[ recovery-image] Aug 12 01:18:19.559 INFO O| Aug 12 01:18:19.559 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-08-12T01:18:20.692Z[ recovery-image] Aug 12 01:18:19.569 INFO O| Aug 12 01:18:19.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67572026-08-12T01:18:20.692Z[ recovery-image] Aug 12 01:18:19.569 INFO O| Aug 12 01:18:19.569 INFO STEP 498 (remove_files) COMPLETE
67582026-08-12T01:18:20.695Z[ recovery-image] Aug 12 01:18:19.569 INFO O| Aug 12 01:18:19.569 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-12T01:18:20.702Z[ recovery-image] Aug 12 01:18:19.579 INFO O| Aug 12 01:18:19.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67602026-08-12T01:18:20.702Z[ recovery-image] Aug 12 01:18:19.579 INFO O| Aug 12 01:18:19.579 INFO STEP 499 (remove_files) COMPLETE
67612026-08-12T01:18:20.705Z[ recovery-image] Aug 12 01:18:19.579 INFO O| Aug 12 01:18:19.579 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-08-12T01:18:20.712Z[ recovery-image] Aug 12 01:18:19.589 INFO O| Aug 12 01:18:19.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67632026-08-12T01:18:20.712Z[ recovery-image] Aug 12 01:18:19.589 INFO O| Aug 12 01:18:19.589 INFO STEP 500 (remove_files) COMPLETE
67642026-08-12T01:18:20.712Z[ recovery-image] Aug 12 01:18:19.589 INFO O| Aug 12 01:18:19.589 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-08-12T01:18:20.724Z[ recovery-image] Aug 12 01:18:19.600 INFO O| Aug 12 01:18:19.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67662026-08-12T01:18:20.724Z[ recovery-image] Aug 12 01:18:19.600 INFO O| Aug 12 01:18:19.600 INFO STEP 501 (remove_files) COMPLETE
67672026-08-12T01:18:20.727Z[ recovery-image] Aug 12 01:18:19.600 INFO O| Aug 12 01:18:19.600 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-08-12T01:18:20.734Z[ recovery-image] Aug 12 01:18:19.611 INFO O| Aug 12 01:18:19.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67692026-08-12T01:18:20.734Z[ recovery-image] Aug 12 01:18:19.611 INFO O| Aug 12 01:18:19.611 INFO STEP 502 (remove_files) COMPLETE
67702026-08-12T01:18:20.737Z[ recovery-image] Aug 12 01:18:19.611 INFO O| Aug 12 01:18:19.611 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-08-12T01:18:20.744Z[ recovery-image] Aug 12 01:18:19.621 INFO O| Aug 12 01:18:19.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67722026-08-12T01:18:20.744Z[ recovery-image] Aug 12 01:18:19.621 INFO O| Aug 12 01:18:19.621 INFO STEP 503 (remove_files) COMPLETE
67732026-08-12T01:18:20.744Z[ recovery-image] Aug 12 01:18:19.621 INFO O| Aug 12 01:18:19.621 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-08-12T01:18:20.755Z[ recovery-image] Aug 12 01:18:19.631 INFO O| Aug 12 01:18:19.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67752026-08-12T01:18:20.755Z[ recovery-image] Aug 12 01:18:19.631 INFO O| Aug 12 01:18:19.631 INFO STEP 504 (remove_files) COMPLETE
67762026-08-12T01:18:20.755Z[ recovery-image] Aug 12 01:18:19.631 INFO O| Aug 12 01:18:19.631 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-08-12T01:18:20.764Z[ recovery-image] Aug 12 01:18:19.641 INFO O| Aug 12 01:18:19.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67782026-08-12T01:18:20.764Z[ recovery-image] Aug 12 01:18:19.641 INFO O| Aug 12 01:18:19.641 INFO STEP 505 (remove_files) COMPLETE
67792026-08-12T01:18:20.764Z[ recovery-image] Aug 12 01:18:19.641 INFO O| Aug 12 01:18:19.641 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-08-12T01:18:20.773Z[ recovery-image] Aug 12 01:18:19.650 INFO O| Aug 12 01:18:19.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67812026-08-12T01:18:20.773Z[ recovery-image] Aug 12 01:18:19.650 INFO O| Aug 12 01:18:19.650 INFO STEP 506 (remove_files) COMPLETE
67822026-08-12T01:18:20.773Z[ recovery-image] Aug 12 01:18:19.650 INFO O| Aug 12 01:18:19.650 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-08-12T01:18:20.783Z[ recovery-image] Aug 12 01:18:19.659 INFO O| Aug 12 01:18:19.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67842026-08-12T01:18:20.783Z[ recovery-image] Aug 12 01:18:19.659 INFO O| Aug 12 01:18:19.659 INFO STEP 507 (remove_files) COMPLETE
67852026-08-12T01:18:20.786Z[ recovery-image] Aug 12 01:18:19.659 INFO O| Aug 12 01:18:19.659 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-08-12T01:18:20.792Z[ recovery-image] Aug 12 01:18:19.669 INFO O| Aug 12 01:18:19.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
67872026-08-12T01:18:20.792Z[ recovery-image] Aug 12 01:18:19.669 INFO O| Aug 12 01:18:19.669 INFO STEP 508 (remove_files) COMPLETE
67882026-08-12T01:18:20.795Z[ recovery-image] Aug 12 01:18:19.669 INFO O| Aug 12 01:18:19.669 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-08-12T01:18:20.801Z[ recovery-image] Aug 12 01:18:19.678 INFO O| Aug 12 01:18:19.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
67902026-08-12T01:18:20.801Z[ recovery-image] Aug 12 01:18:19.678 INFO O| Aug 12 01:18:19.678 INFO STEP 509 (remove_files) COMPLETE
67912026-08-12T01:18:20.801Z[ recovery-image] Aug 12 01:18:19.678 INFO O| Aug 12 01:18:19.678 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-08-12T01:18:20.810Z[ recovery-image] Aug 12 01:18:19.687 INFO O| Aug 12 01:18:19.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
67932026-08-12T01:18:20.810Z[ recovery-image] Aug 12 01:18:19.687 INFO O| Aug 12 01:18:19.687 INFO STEP 510 (remove_files) COMPLETE
67942026-08-12T01:18:20.810Z[ recovery-image] Aug 12 01:18:19.687 INFO O| Aug 12 01:18:19.687 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-08-12T01:18:20.820Z[ recovery-image] Aug 12 01:18:19.696 INFO O| Aug 12 01:18:19.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
67962026-08-12T01:18:20.821Z[ recovery-image] Aug 12 01:18:19.697 INFO O| Aug 12 01:18:19.696 INFO STEP 511 (remove_files) COMPLETE
67972026-08-12T01:18:20.825Z[ recovery-image] Aug 12 01:18:19.697 INFO O| Aug 12 01:18:19.697 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-12T01:18:20.825Z[verify-libraries] Compiling socket2 v0.5.10
67992026-08-12T01:18:20.829Z[ recovery-image] Aug 12 01:18:19.707 INFO O| Aug 12 01:18:19.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68002026-08-12T01:18:20.830Z[ recovery-image] Aug 12 01:18:19.707 INFO O| Aug 12 01:18:19.707 INFO STEP 512 (remove_files) COMPLETE
68012026-08-12T01:18:20.830Z[ recovery-image] Aug 12 01:18:19.707 INFO O| Aug 12 01:18:19.707 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-08-12T01:18:20.840Z[ recovery-image] Aug 12 01:18:19.717 INFO O| Aug 12 01:18:19.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68032026-08-12T01:18:20.843Z[ recovery-image] Aug 12 01:18:19.717 INFO O| Aug 12 01:18:19.717 INFO STEP 513 (remove_files) COMPLETE
68042026-08-12T01:18:20.843Z[ recovery-image] Aug 12 01:18:19.717 INFO O| Aug 12 01:18:19.717 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-08-12T01:18:20.851Z[ recovery-image] Aug 12 01:18:19.727 INFO O| Aug 12 01:18:19.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68062026-08-12T01:18:20.860Z[ recovery-image] Aug 12 01:18:19.735 INFO O| Aug 12 01:18:19.735 INFO STEP 514 (remove_files) COMPLETE
68072026-08-12T01:18:20.860Z[ recovery-image] Aug 12 01:18:19.736 INFO O| Aug 12 01:18:19.735 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-08-12T01:18:20.869Z[ recovery-image] Aug 12 01:18:19.746 INFO O| Aug 12 01:18:19.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68092026-08-12T01:18:20.869Z[ recovery-image] Aug 12 01:18:19.746 INFO O| Aug 12 01:18:19.746 INFO STEP 515 (remove_files) COMPLETE
68102026-08-12T01:18:20.869Z[ recovery-image] Aug 12 01:18:19.746 INFO O| Aug 12 01:18:19.746 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-08-12T01:18:20.880Z[ recovery-image] Aug 12 01:18:19.756 INFO O| Aug 12 01:18:19.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68122026-08-12T01:18:20.880Z[ recovery-image] Aug 12 01:18:19.757 INFO O| Aug 12 01:18:19.757 INFO STEP 516 (remove_files) COMPLETE
68132026-08-12T01:18:20.883Z[ recovery-image] Aug 12 01:18:19.757 INFO O| Aug 12 01:18:19.757 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-08-12T01:18:20.890Z[ recovery-image] Aug 12 01:18:19.767 INFO O| Aug 12 01:18:19.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68152026-08-12T01:18:20.893Z[ recovery-image] Aug 12 01:18:19.767 INFO O| Aug 12 01:18:19.767 INFO STEP 517 (remove_files) COMPLETE
68162026-08-12T01:18:20.893Z[ recovery-image] Aug 12 01:18:19.767 INFO O| Aug 12 01:18:19.767 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-08-12T01:18:20.901Z[ recovery-image] Aug 12 01:18:19.777 INFO O| Aug 12 01:18:19.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68182026-08-12T01:18:20.901Z[ recovery-image] Aug 12 01:18:19.778 INFO O| Aug 12 01:18:19.778 INFO STEP 518 (remove_files) COMPLETE
68192026-08-12T01:18:20.901Z[ recovery-image] Aug 12 01:18:19.778 INFO O| Aug 12 01:18:19.778 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-08-12T01:18:20.910Z[ recovery-image] Aug 12 01:18:19.787 INFO O| Aug 12 01:18:19.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68212026-08-12T01:18:20.915Z[ recovery-image] Aug 12 01:18:19.788 INFO O| Aug 12 01:18:19.788 INFO STEP 519 (remove_files) COMPLETE
68222026-08-12T01:18:20.915Z[ recovery-image] Aug 12 01:18:19.788 INFO O| Aug 12 01:18:19.788 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-08-12T01:18:20.921Z[ recovery-image] Aug 12 01:18:19.798 INFO O| Aug 12 01:18:19.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68242026-08-12T01:18:20.921Z[ recovery-image] Aug 12 01:18:19.799 INFO O| Aug 12 01:18:19.799 INFO STEP 520 (remove_files) COMPLETE
68252026-08-12T01:18:20.924Z[ recovery-image] Aug 12 01:18:19.799 INFO O| Aug 12 01:18:19.799 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-08-12T01:18:20.933Z[ recovery-image] Aug 12 01:18:19.809 INFO O| Aug 12 01:18:19.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68272026-08-12T01:18:20.933Z[ recovery-image] Aug 12 01:18:19.810 INFO O| Aug 12 01:18:19.810 INFO STEP 521 (remove_files) COMPLETE
68282026-08-12T01:18:20.936Z[ recovery-image] Aug 12 01:18:19.810 INFO O| Aug 12 01:18:19.810 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-08-12T01:18:20.939Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
68302026-08-12T01:18:20.943Z[ recovery-image] Aug 12 01:18:19.820 INFO O| Aug 12 01:18:19.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68312026-08-12T01:18:20.943Z[ recovery-image] Aug 12 01:18:19.820 INFO O| Aug 12 01:18:19.820 INFO STEP 522 (remove_files) COMPLETE
68322026-08-12T01:18:20.943Z[ recovery-image] Aug 12 01:18:19.820 INFO O| Aug 12 01:18:19.820 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-08-12T01:18:20.952Z[ recovery-image] Aug 12 01:18:19.829 INFO O| Aug 12 01:18:19.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68342026-08-12T01:18:20.952Z[ recovery-image] Aug 12 01:18:19.829 INFO O| Aug 12 01:18:19.829 INFO STEP 523 (remove_files) COMPLETE
68352026-08-12T01:18:20.952Z[ recovery-image] Aug 12 01:18:19.829 INFO O| Aug 12 01:18:19.829 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-08-12T01:18:20.962Z[ recovery-image] Aug 12 01:18:19.839 INFO O| Aug 12 01:18:19.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68372026-08-12T01:18:20.962Z[ recovery-image] Aug 12 01:18:19.839 INFO O| Aug 12 01:18:19.839 INFO STEP 524 (remove_files) COMPLETE
68382026-08-12T01:18:20.962Z[ recovery-image] Aug 12 01:18:19.839 INFO O| Aug 12 01:18:19.839 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-08-12T01:18:20.971Z[ recovery-image] Aug 12 01:18:19.848 INFO O| Aug 12 01:18:19.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68402026-08-12T01:18:20.971Z[ recovery-image] Aug 12 01:18:19.848 INFO O| Aug 12 01:18:19.848 INFO STEP 525 (remove_files) COMPLETE
68412026-08-12T01:18:20.971Z[ recovery-image] Aug 12 01:18:19.848 INFO O| Aug 12 01:18:19.848 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-08-12T01:18:20.981Z[ recovery-image] Aug 12 01:18:19.858 INFO O| Aug 12 01:18:19.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68432026-08-12T01:18:20.984Z[ recovery-image] Aug 12 01:18:19.858 INFO O| Aug 12 01:18:19.858 INFO STEP 526 (remove_files) COMPLETE
68442026-08-12T01:18:20.984Z[ recovery-image] Aug 12 01:18:19.858 INFO O| Aug 12 01:18:19.858 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-08-12T01:18:20.992Z[ recovery-image] Aug 12 01:18:19.869 INFO O| Aug 12 01:18:19.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68462026-08-12T01:18:20.992Z[ recovery-image] Aug 12 01:18:19.869 INFO O| Aug 12 01:18:19.869 INFO STEP 527 (remove_files) COMPLETE
68472026-08-12T01:18:20.992Z[ recovery-image] Aug 12 01:18:19.869 INFO O| Aug 12 01:18:19.869 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-08-12T01:18:21.002Z[ recovery-image] Aug 12 01:18:19.879 INFO O| Aug 12 01:18:19.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68492026-08-12T01:18:21.002Z[ recovery-image] Aug 12 01:18:19.879 INFO O| Aug 12 01:18:19.879 INFO STEP 528 (remove_files) COMPLETE
68502026-08-12T01:18:21.002Z[ recovery-image] Aug 12 01:18:19.879 INFO O| Aug 12 01:18:19.879 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-08-12T01:18:21.012Z[ recovery-image] Aug 12 01:18:19.889 INFO O| Aug 12 01:18:19.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68522026-08-12T01:18:21.012Z[ recovery-image] Aug 12 01:18:19.889 INFO O| Aug 12 01:18:19.889 INFO STEP 529 (remove_files) COMPLETE
68532026-08-12T01:18:21.012Z[ recovery-image] Aug 12 01:18:19.889 INFO O| Aug 12 01:18:19.889 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-08-12T01:18:21.021Z[ recovery-image] Aug 12 01:18:19.898 INFO O| Aug 12 01:18:19.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68552026-08-12T01:18:21.021Z[ recovery-image] Aug 12 01:18:19.898 INFO O| Aug 12 01:18:19.898 INFO STEP 530 (remove_files) COMPLETE
68562026-08-12T01:18:21.021Z[ recovery-image] Aug 12 01:18:19.898 INFO O| Aug 12 01:18:19.898 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-08-12T01:18:21.029Z[ recovery-image] Aug 12 01:18:19.906 INFO O| Aug 12 01:18:19.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68582026-08-12T01:18:21.029Z[ recovery-image] Aug 12 01:18:19.906 INFO O| Aug 12 01:18:19.906 INFO STEP 531 (remove_files) COMPLETE
68592026-08-12T01:18:21.032Z[ recovery-image] Aug 12 01:18:19.906 INFO O| Aug 12 01:18:19.906 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-08-12T01:18:21.040Z[ recovery-image] Aug 12 01:18:19.917 INFO O| Aug 12 01:18:19.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68612026-08-12T01:18:21.040Z[ recovery-image] Aug 12 01:18:19.917 INFO O| Aug 12 01:18:19.917 INFO STEP 532 (remove_files) COMPLETE
68622026-08-12T01:18:21.043Z[ recovery-image] Aug 12 01:18:19.917 INFO O| Aug 12 01:18:19.917 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-08-12T01:18:21.049Z[ recovery-image] Aug 12 01:18:19.926 INFO O| Aug 12 01:18:19.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68642026-08-12T01:18:21.049Z[ recovery-image] Aug 12 01:18:19.926 INFO O| Aug 12 01:18:19.926 INFO STEP 533 (remove_files) COMPLETE
68652026-08-12T01:18:21.049Z[ recovery-image] Aug 12 01:18:19.926 INFO O| Aug 12 01:18:19.926 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-08-12T01:18:21.057Z[ recovery-image] Aug 12 01:18:19.935 INFO O| Aug 12 01:18:19.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68672026-08-12T01:18:21.058Z[ recovery-image] Aug 12 01:18:19.935 INFO O| Aug 12 01:18:19.935 INFO STEP 534 (remove_files) COMPLETE
68682026-08-12T01:18:21.061Z[ recovery-image] Aug 12 01:18:19.935 INFO O| Aug 12 01:18:19.935 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-08-12T01:18:21.065Z[ recovery-image] Aug 12 01:18:19.942 INFO O| Aug 12 01:18:19.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68702026-08-12T01:18:21.068Z[ recovery-image] Aug 12 01:18:19.943 INFO O| Aug 12 01:18:19.943 INFO STEP 535 (remove_files) COMPLETE
68712026-08-12T01:18:21.069Z[ recovery-image] Aug 12 01:18:19.943 INFO O| Aug 12 01:18:19.943 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-08-12T01:18:21.075Z[ recovery-image] Aug 12 01:18:19.952 INFO O| Aug 12 01:18:19.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68732026-08-12T01:18:21.075Z[ recovery-image] Aug 12 01:18:19.952 INFO O| Aug 12 01:18:19.952 INFO STEP 536 (remove_files) COMPLETE
68742026-08-12T01:18:21.075Z[ recovery-image] Aug 12 01:18:19.952 INFO O| Aug 12 01:18:19.952 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-08-12T01:18:21.086Z[ recovery-image] Aug 12 01:18:19.963 INFO O| Aug 12 01:18:19.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68762026-08-12T01:18:21.089Z[ recovery-image] Aug 12 01:18:19.964 INFO O| Aug 12 01:18:19.964 INFO STEP 537 (remove_files) COMPLETE
68772026-08-12T01:18:21.089Z[ recovery-image] Aug 12 01:18:19.964 INFO O| Aug 12 01:18:19.964 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-08-12T01:18:21.096Z[ recovery-image] Aug 12 01:18:19.973 INFO O| Aug 12 01:18:19.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68792026-08-12T01:18:21.096Z[ recovery-image] Aug 12 01:18:19.973 INFO O| Aug 12 01:18:19.973 INFO STEP 538 (remove_files) COMPLETE
68802026-08-12T01:18:21.100Z[ recovery-image] Aug 12 01:18:19.973 INFO O| Aug 12 01:18:19.973 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-08-12T01:18:21.107Z[ recovery-image] Aug 12 01:18:19.984 INFO O| Aug 12 01:18:19.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68822026-08-12T01:18:21.107Z[ recovery-image] Aug 12 01:18:19.984 INFO O| Aug 12 01:18:19.984 INFO STEP 539 (remove_files) COMPLETE
68832026-08-12T01:18:21.110Z[ recovery-image] Aug 12 01:18:19.984 INFO O| Aug 12 01:18:19.984 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-08-12T01:18:21.116Z[ recovery-image] Aug 12 01:18:19.993 INFO O| Aug 12 01:18:19.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68852026-08-12T01:18:21.116Z[ recovery-image] Aug 12 01:18:19.993 INFO O| Aug 12 01:18:19.993 INFO STEP 540 (remove_files) COMPLETE
68862026-08-12T01:18:21.116Z[ recovery-image] Aug 12 01:18:19.993 INFO O| Aug 12 01:18:19.993 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-08-12T01:18:21.126Z[ recovery-image] Aug 12 01:18:20.003 INFO O| Aug 12 01:18:20.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
68882026-08-12T01:18:21.126Z[ recovery-image] Aug 12 01:18:20.003 INFO O| Aug 12 01:18:20.003 INFO STEP 541 (remove_files) COMPLETE
68892026-08-12T01:18:21.126Z[ recovery-image] Aug 12 01:18:20.003 INFO O| Aug 12 01:18:20.003 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-08-12T01:18:21.135Z[ recovery-image] Aug 12 01:18:20.011 INFO O| Aug 12 01:18:20.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
68912026-08-12T01:18:21.135Z[ recovery-image] Aug 12 01:18:20.011 INFO O| Aug 12 01:18:20.011 INFO STEP 542 (remove_files) COMPLETE
68922026-08-12T01:18:21.138Z[ recovery-image] Aug 12 01:18:20.011 INFO O| Aug 12 01:18:20.011 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-08-12T01:18:21.143Z[ recovery-image] Aug 12 01:18:20.020 INFO O| Aug 12 01:18:20.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
68942026-08-12T01:18:21.143Z[ recovery-image] Aug 12 01:18:20.021 INFO O| Aug 12 01:18:20.021 INFO STEP 543 (remove_files) COMPLETE
68952026-08-12T01:18:21.147Z[ recovery-image] Aug 12 01:18:20.021 INFO O| Aug 12 01:18:20.021 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-08-12T01:18:21.163Z[ recovery-image] Aug 12 01:18:20.029 INFO O| Aug 12 01:18:20.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
68972026-08-12T01:18:21.163Z[ recovery-image] Aug 12 01:18:20.029 INFO O| Aug 12 01:18:20.029 INFO STEP 544 (remove_files) COMPLETE
68982026-08-12T01:18:21.163Z[ recovery-image] Aug 12 01:18:20.029 INFO O| Aug 12 01:18:20.029 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-08-12T01:18:21.163Z[ recovery-image] Aug 12 01:18:20.038 INFO O| Aug 12 01:18:20.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69002026-08-12T01:18:21.163Z[ recovery-image] Aug 12 01:18:20.038 INFO O| Aug 12 01:18:20.038 INFO STEP 545 (remove_files) COMPLETE
69012026-08-12T01:18:21.163Z[ recovery-image] Aug 12 01:18:20.038 INFO O| Aug 12 01:18:20.038 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-08-12T01:18:21.169Z[ recovery-image] Aug 12 01:18:20.046 INFO O| Aug 12 01:18:20.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69032026-08-12T01:18:21.169Z[ recovery-image] Aug 12 01:18:20.046 INFO O| Aug 12 01:18:20.046 INFO STEP 546 (remove_files) COMPLETE
69042026-08-12T01:18:21.178Z[ recovery-image] Aug 12 01:18:20.046 INFO O| Aug 12 01:18:20.046 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-08-12T01:18:21.182Z[ recovery-image] Aug 12 01:18:20.054 INFO O| Aug 12 01:18:20.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69062026-08-12T01:18:21.182Z[ recovery-image] Aug 12 01:18:20.054 INFO O| Aug 12 01:18:20.054 INFO STEP 547 (remove_files) COMPLETE
69072026-08-12T01:18:21.182Z[ recovery-image] Aug 12 01:18:20.054 INFO O| Aug 12 01:18:20.054 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-08-12T01:18:21.188Z[ recovery-image] Aug 12 01:18:20.065 INFO O| Aug 12 01:18:20.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69092026-08-12T01:18:21.188Z[ recovery-image] Aug 12 01:18:20.065 INFO O| Aug 12 01:18:20.065 INFO STEP 548 (remove_files) COMPLETE
69102026-08-12T01:18:21.192Z[ recovery-image] Aug 12 01:18:20.065 INFO O| Aug 12 01:18:20.065 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-08-12T01:18:21.197Z[ recovery-image] Aug 12 01:18:20.074 INFO O| Aug 12 01:18:20.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69122026-08-12T01:18:21.197Z[ recovery-image] Aug 12 01:18:20.074 INFO O| Aug 12 01:18:20.074 INFO STEP 549 (remove_files) COMPLETE
69132026-08-12T01:18:21.200Z[ recovery-image] Aug 12 01:18:20.074 INFO O| Aug 12 01:18:20.074 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-08-12T01:18:21.216Z[ recovery-image] Aug 12 01:18:20.088 INFO O| Aug 12 01:18:20.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69152026-08-12T01:18:21.217Z[ recovery-image] Aug 12 01:18:20.089 INFO O| Aug 12 01:18:20.088 INFO STEP 550 (remove_files) COMPLETE
69162026-08-12T01:18:21.220Z[ recovery-image] Aug 12 01:18:20.089 INFO O| Aug 12 01:18:20.088 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-08-12T01:18:21.242Z[ recovery-image] Aug 12 01:18:20.119 INFO O| Aug 12 01:18:20.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69182026-08-12T01:18:21.242Z[ recovery-image] Aug 12 01:18:20.119 INFO O| Aug 12 01:18:20.098 INFO STEP 551 (remove_files) COMPLETE
69192026-08-12T01:18:21.242Z[ recovery-image] Aug 12 01:18:20.119 INFO O| Aug 12 01:18:20.098 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-08-12T01:18:21.246Z[ recovery-image] Aug 12 01:18:20.119 INFO O| Aug 12 01:18:20.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69212026-08-12T01:18:21.246Z[ recovery-image] Aug 12 01:18:20.119 INFO O| Aug 12 01:18:20.108 INFO STEP 552 (remove_files) COMPLETE
69222026-08-12T01:18:21.247Z[ recovery-image] Aug 12 01:18:20.119 INFO O| Aug 12 01:18:20.108 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-08-12T01:18:21.247Z[ recovery-image] Aug 12 01:18:20.119 INFO O| Aug 12 01:18:20.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69242026-08-12T01:18:21.247Z[ recovery-image] Aug 12 01:18:20.119 INFO O| Aug 12 01:18:20.117 INFO STEP 553 (remove_files) COMPLETE
69252026-08-12T01:18:21.247Z[ recovery-image] Aug 12 01:18:20.119 INFO O| Aug 12 01:18:20.117 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-08-12T01:18:21.252Z[ recovery-image] Aug 12 01:18:20.127 INFO O| Aug 12 01:18:20.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69272026-08-12T01:18:21.252Z[ recovery-image] Aug 12 01:18:20.127 INFO O| Aug 12 01:18:20.127 INFO STEP 554 (remove_files) COMPLETE
69282026-08-12T01:18:21.252Z[ recovery-image] Aug 12 01:18:20.127 INFO O| Aug 12 01:18:20.127 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-08-12T01:18:21.262Z[ recovery-image] Aug 12 01:18:20.138 INFO O| Aug 12 01:18:20.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69302026-08-12T01:18:21.262Z[ recovery-image] Aug 12 01:18:20.138 INFO O| Aug 12 01:18:20.138 INFO STEP 555 (remove_files) COMPLETE
69312026-08-12T01:18:21.266Z[ recovery-image] Aug 12 01:18:20.138 INFO O| Aug 12 01:18:20.138 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-08-12T01:18:21.271Z[ recovery-image] Aug 12 01:18:20.148 INFO O| Aug 12 01:18:20.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69332026-08-12T01:18:21.271Z[ recovery-image] Aug 12 01:18:20.148 INFO O| Aug 12 01:18:20.148 INFO STEP 556 (remove_files) COMPLETE
69342026-08-12T01:18:21.271Z[ recovery-image] Aug 12 01:18:20.148 INFO O| Aug 12 01:18:20.148 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-08-12T01:18:21.280Z[ recovery-image] Aug 12 01:18:20.157 INFO O| Aug 12 01:18:20.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69362026-08-12T01:18:21.280Z[ recovery-image] Aug 12 01:18:20.157 INFO O| Aug 12 01:18:20.157 INFO STEP 557 (remove_files) COMPLETE
69372026-08-12T01:18:21.284Z[ recovery-image] Aug 12 01:18:20.157 INFO O| Aug 12 01:18:20.157 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-08-12T01:18:21.289Z[ recovery-image] Aug 12 01:18:20.166 INFO O| Aug 12 01:18:20.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69392026-08-12T01:18:21.289Z[ recovery-image] Aug 12 01:18:20.166 INFO O| Aug 12 01:18:20.166 INFO STEP 558 (remove_files) COMPLETE
69402026-08-12T01:18:21.289Z[ recovery-image] Aug 12 01:18:20.166 INFO O| Aug 12 01:18:20.166 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-08-12T01:18:21.297Z[ recovery-image] Aug 12 01:18:20.174 INFO O| Aug 12 01:18:20.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69422026-08-12T01:18:21.297Z[ recovery-image] Aug 12 01:18:20.174 INFO O| Aug 12 01:18:20.174 INFO STEP 559 (remove_files) COMPLETE
69432026-08-12T01:18:21.297Z[ recovery-image] Aug 12 01:18:20.174 INFO O| Aug 12 01:18:20.174 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-08-12T01:18:21.305Z[ recovery-image] Aug 12 01:18:20.182 INFO O| Aug 12 01:18:20.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69452026-08-12T01:18:21.305Z[ recovery-image] Aug 12 01:18:20.182 INFO O| Aug 12 01:18:20.182 INFO STEP 560 (remove_files) COMPLETE
69462026-08-12T01:18:21.308Z[ recovery-image] Aug 12 01:18:20.182 INFO O| Aug 12 01:18:20.182 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-08-12T01:18:21.313Z[ recovery-image] Aug 12 01:18:20.190 INFO O| Aug 12 01:18:20.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69482026-08-12T01:18:21.313Z[ recovery-image] Aug 12 01:18:20.190 INFO O| Aug 12 01:18:20.190 INFO STEP 561 (remove_files) COMPLETE
69492026-08-12T01:18:21.313Z[ recovery-image] Aug 12 01:18:20.190 INFO O| Aug 12 01:18:20.190 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-08-12T01:18:21.324Z[ recovery-image] Aug 12 01:18:20.200 INFO O| Aug 12 01:18:20.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69512026-08-12T01:18:21.324Z[ recovery-image] Aug 12 01:18:20.200 INFO O| Aug 12 01:18:20.200 INFO STEP 562 (remove_files) COMPLETE
69522026-08-12T01:18:21.324Z[verify-libraries] Compiling fs-err v2.11.0
69532026-08-12T01:18:21.327Z[ recovery-image] Aug 12 01:18:20.200 INFO O| Aug 12 01:18:20.200 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-08-12T01:18:21.332Z[ recovery-image] Aug 12 01:18:20.209 INFO O| Aug 12 01:18:20.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69552026-08-12T01:18:21.332Z[ recovery-image] Aug 12 01:18:20.209 INFO O| Aug 12 01:18:20.209 INFO STEP 563 (remove_files) COMPLETE
69562026-08-12T01:18:21.332Z[ recovery-image] Aug 12 01:18:20.209 INFO O| Aug 12 01:18:20.209 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-08-12T01:18:21.342Z[ recovery-image] Aug 12 01:18:20.219 INFO O| Aug 12 01:18:20.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69582026-08-12T01:18:21.342Z[ recovery-image] Aug 12 01:18:20.219 INFO O| Aug 12 01:18:20.219 INFO STEP 564 (remove_files) COMPLETE
69592026-08-12T01:18:21.345Z[ recovery-image] Aug 12 01:18:20.219 INFO O| Aug 12 01:18:20.219 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-08-12T01:18:21.353Z[ recovery-image] Aug 12 01:18:20.230 INFO O| Aug 12 01:18:20.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69612026-08-12T01:18:21.353Z[ recovery-image] Aug 12 01:18:20.230 INFO O| Aug 12 01:18:20.230 INFO STEP 565 (remove_files) COMPLETE
69622026-08-12T01:18:21.353Z[ recovery-image] Aug 12 01:18:20.230 INFO O| Aug 12 01:18:20.230 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-08-12T01:18:21.364Z[ recovery-image] Aug 12 01:18:20.239 INFO O| Aug 12 01:18:20.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69642026-08-12T01:18:21.364Z[ recovery-image] Aug 12 01:18:20.239 INFO O| Aug 12 01:18:20.239 INFO STEP 566 (remove_files) COMPLETE
69652026-08-12T01:18:21.365Z[ recovery-image] Aug 12 01:18:20.239 INFO O| Aug 12 01:18:20.239 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-08-12T01:18:21.370Z[ recovery-image] Aug 12 01:18:20.247 INFO O| Aug 12 01:18:20.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69672026-08-12T01:18:21.370Z[ recovery-image] Aug 12 01:18:20.247 INFO O| Aug 12 01:18:20.247 INFO STEP 567 (remove_files) COMPLETE
69682026-08-12T01:18:21.370Z[ recovery-image] Aug 12 01:18:20.247 INFO O| Aug 12 01:18:20.247 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-08-12T01:18:21.380Z[ recovery-image] Aug 12 01:18:20.256 INFO O| Aug 12 01:18:20.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69702026-08-12T01:18:21.380Z[ recovery-image] Aug 12 01:18:20.256 INFO O| Aug 12 01:18:20.256 INFO STEP 568 (remove_files) COMPLETE
69712026-08-12T01:18:21.384Z[ recovery-image] Aug 12 01:18:20.256 INFO O| Aug 12 01:18:20.256 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-08-12T01:18:21.387Z[ recovery-image] Aug 12 01:18:20.264 INFO O| Aug 12 01:18:20.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69732026-08-12T01:18:21.387Z[ recovery-image] Aug 12 01:18:20.264 INFO O| Aug 12 01:18:20.264 INFO STEP 569 (remove_files) COMPLETE
69742026-08-12T01:18:21.387Z[ recovery-image] Aug 12 01:18:20.264 INFO O| Aug 12 01:18:20.264 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-08-12T01:18:21.397Z[ recovery-image] Aug 12 01:18:20.274 INFO O| Aug 12 01:18:20.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69762026-08-12T01:18:21.397Z[ recovery-image] Aug 12 01:18:20.274 INFO O| Aug 12 01:18:20.274 INFO STEP 570 (remove_files) COMPLETE
69772026-08-12T01:18:21.397Z[ recovery-image] Aug 12 01:18:20.274 INFO O| Aug 12 01:18:20.274 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-08-12T01:18:21.407Z[ recovery-image] Aug 12 01:18:20.284 INFO O| Aug 12 01:18:20.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69792026-08-12T01:18:21.407Z[ recovery-image] Aug 12 01:18:20.284 INFO O| Aug 12 01:18:20.284 INFO STEP 571 (remove_files) COMPLETE
69802026-08-12T01:18:21.410Z[ recovery-image] Aug 12 01:18:20.284 INFO O| Aug 12 01:18:20.284 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-08-12T01:18:21.417Z[ recovery-image] Aug 12 01:18:20.293 INFO O| Aug 12 01:18:20.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69822026-08-12T01:18:21.417Z[ recovery-image] Aug 12 01:18:20.293 INFO O| Aug 12 01:18:20.293 INFO STEP 572 (remove_files) COMPLETE
69832026-08-12T01:18:21.422Z[ recovery-image] Aug 12 01:18:20.293 INFO O| Aug 12 01:18:20.293 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-08-12T01:18:21.426Z[ recovery-image] Aug 12 01:18:20.303 INFO O| Aug 12 01:18:20.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69852026-08-12T01:18:21.426Z[ recovery-image] Aug 12 01:18:20.303 INFO O| Aug 12 01:18:20.303 INFO STEP 573 (remove_files) COMPLETE
69862026-08-12T01:18:21.427Z[ recovery-image] Aug 12 01:18:20.303 INFO O| Aug 12 01:18:20.303 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-12T01:18:21.436Z[ recovery-image] Aug 12 01:18:20.313 INFO O| Aug 12 01:18:20.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
69882026-08-12T01:18:21.436Z[ recovery-image] Aug 12 01:18:20.313 INFO O| Aug 12 01:18:20.313 INFO STEP 574 (remove_files) COMPLETE
69892026-08-12T01:18:21.436Z[ recovery-image] Aug 12 01:18:20.313 INFO O| Aug 12 01:18:20.313 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-12T01:18:21.448Z[ recovery-image] Aug 12 01:18:20.324 INFO O| Aug 12 01:18:20.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
69912026-08-12T01:18:21.448Z[ recovery-image] Aug 12 01:18:20.325 INFO O| Aug 12 01:18:20.325 INFO STEP 575 (remove_files) COMPLETE
69922026-08-12T01:18:21.448Z[ recovery-image] Aug 12 01:18:20.325 INFO O| Aug 12 01:18:20.325 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-12T01:18:21.457Z[ recovery-image] Aug 12 01:18:20.334 INFO O| Aug 12 01:18:20.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
69942026-08-12T01:18:21.458Z[ recovery-image] Aug 12 01:18:20.334 INFO O| Aug 12 01:18:20.334 INFO STEP 576 (remove_files) COMPLETE
69952026-08-12T01:18:21.461Z[ recovery-image] Aug 12 01:18:20.334 INFO O| Aug 12 01:18:20.334 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-12T01:18:21.466Z[verify-libraries] Compiling internet-checksum v0.2.1
69972026-08-12T01:18:21.469Z[ recovery-image] Aug 12 01:18:20.343 INFO O| Aug 12 01:18:20.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
69982026-08-12T01:18:21.469Z[ recovery-image] Aug 12 01:18:20.343 INFO O| Aug 12 01:18:20.343 INFO STEP 577 (remove_files) COMPLETE
69992026-08-12T01:18:21.469Z[ recovery-image] Aug 12 01:18:20.343 INFO O| Aug 12 01:18:20.343 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-08-12T01:18:21.475Z[ recovery-image] Aug 12 01:18:20.352 INFO O| Aug 12 01:18:20.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70012026-08-12T01:18:21.475Z[ recovery-image] Aug 12 01:18:20.352 INFO O| Aug 12 01:18:20.352 INFO STEP 578 (remove_files) COMPLETE
70022026-08-12T01:18:21.479Z[ recovery-image] Aug 12 01:18:20.352 INFO O| Aug 12 01:18:20.352 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-08-12T01:18:21.485Z[ recovery-image] Aug 12 01:18:20.362 INFO O| Aug 12 01:18:20.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70042026-08-12T01:18:21.489Z[ recovery-image] Aug 12 01:18:20.362 INFO O| Aug 12 01:18:20.362 INFO STEP 579 (remove_files) COMPLETE
70052026-08-12T01:18:21.489Z[ recovery-image] Aug 12 01:18:20.362 INFO O| Aug 12 01:18:20.362 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-08-12T01:18:21.495Z[ recovery-image] Aug 12 01:18:20.372 INFO O| Aug 12 01:18:20.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70072026-08-12T01:18:21.495Z[ recovery-image] Aug 12 01:18:20.372 INFO O| Aug 12 01:18:20.372 INFO STEP 580 (remove_files) COMPLETE
70082026-08-12T01:18:21.499Z[ recovery-image] Aug 12 01:18:20.372 INFO O| Aug 12 01:18:20.372 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-08-12T01:18:21.505Z[ recovery-image] Aug 12 01:18:20.381 INFO O| Aug 12 01:18:20.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70102026-08-12T01:18:21.505Z[ recovery-image] Aug 12 01:18:20.382 INFO O| Aug 12 01:18:20.382 INFO STEP 581 (remove_files) COMPLETE
70112026-08-12T01:18:21.505Z[ recovery-image] Aug 12 01:18:20.382 INFO O| Aug 12 01:18:20.382 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-08-12T01:18:21.514Z[ recovery-image] Aug 12 01:18:20.390 INFO O| Aug 12 01:18:20.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70132026-08-12T01:18:21.514Z[ recovery-image] Aug 12 01:18:20.390 INFO O| Aug 12 01:18:20.390 INFO STEP 582 (remove_files) COMPLETE
70142026-08-12T01:18:21.514Z[ recovery-image] Aug 12 01:18:20.390 INFO O| Aug 12 01:18:20.390 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-08-12T01:18:21.523Z[ recovery-image] Aug 12 01:18:20.399 INFO O| Aug 12 01:18:20.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70162026-08-12T01:18:21.523Z[ recovery-image] Aug 12 01:18:20.400 INFO O| Aug 12 01:18:20.400 INFO STEP 583 (remove_files) COMPLETE
70172026-08-12T01:18:21.523Z[ recovery-image] Aug 12 01:18:20.400 INFO O| Aug 12 01:18:20.400 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-08-12T01:18:21.531Z[ recovery-image] Aug 12 01:18:20.408 INFO O| Aug 12 01:18:20.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70192026-08-12T01:18:21.532Z[ recovery-image] Aug 12 01:18:20.408 INFO O| Aug 12 01:18:20.408 INFO STEP 584 (remove_files) COMPLETE
70202026-08-12T01:18:21.532Z[ recovery-image] Aug 12 01:18:20.408 INFO O| Aug 12 01:18:20.408 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-08-12T01:18:21.540Z[ recovery-image] Aug 12 01:18:20.417 INFO O| Aug 12 01:18:20.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70222026-08-12T01:18:21.540Z[ recovery-image] Aug 12 01:18:20.417 INFO O| Aug 12 01:18:20.417 INFO STEP 585 (remove_files) COMPLETE
70232026-08-12T01:18:21.544Z[ recovery-image] Aug 12 01:18:20.417 INFO O| Aug 12 01:18:20.417 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-08-12T01:18:21.549Z[ recovery-image] Aug 12 01:18:20.425 INFO O| Aug 12 01:18:20.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70252026-08-12T01:18:21.552Z[ recovery-image] Aug 12 01:18:20.426 INFO O| Aug 12 01:18:20.426 INFO STEP 586 (remove_files) COMPLETE
70262026-08-12T01:18:21.552Z[ recovery-image] Aug 12 01:18:20.426 INFO O| Aug 12 01:18:20.426 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-08-12T01:18:21.558Z[ recovery-image] Aug 12 01:18:20.435 INFO O| Aug 12 01:18:20.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70282026-08-12T01:18:21.558Z[ recovery-image] Aug 12 01:18:20.435 INFO O| Aug 12 01:18:20.435 INFO STEP 587 (remove_files) COMPLETE
70292026-08-12T01:18:21.558Z[ recovery-image] Aug 12 01:18:20.435 INFO O| Aug 12 01:18:20.435 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-08-12T01:18:21.573Z[ recovery-image] Aug 12 01:18:20.444 INFO O| Aug 12 01:18:20.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70312026-08-12T01:18:21.573Z[ recovery-image] Aug 12 01:18:20.444 INFO O| Aug 12 01:18:20.444 INFO STEP 588 (remove_files) COMPLETE
70322026-08-12T01:18:21.573Z[ recovery-image] Aug 12 01:18:20.444 INFO O| Aug 12 01:18:20.444 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-08-12T01:18:21.576Z[ recovery-image] Aug 12 01:18:20.453 INFO O| Aug 12 01:18:20.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70342026-08-12T01:18:21.576Z[ recovery-image] Aug 12 01:18:20.453 INFO O| Aug 12 01:18:20.453 INFO STEP 589 (remove_files) COMPLETE
70352026-08-12T01:18:21.577Z[ recovery-image] Aug 12 01:18:20.453 INFO O| Aug 12 01:18:20.453 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-08-12T01:18:21.585Z[ recovery-image] Aug 12 01:18:20.462 INFO O| Aug 12 01:18:20.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70372026-08-12T01:18:21.585Z[ recovery-image] Aug 12 01:18:20.462 INFO O| Aug 12 01:18:20.462 INFO STEP 590 (remove_files) COMPLETE
70382026-08-12T01:18:21.585Z[ recovery-image] Aug 12 01:18:20.462 INFO O| Aug 12 01:18:20.462 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-08-12T01:18:21.596Z[ recovery-image] Aug 12 01:18:20.473 INFO O| Aug 12 01:18:20.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70402026-08-12T01:18:21.596Z[ recovery-image] Aug 12 01:18:20.473 INFO O| Aug 12 01:18:20.473 INFO STEP 591 (remove_files) COMPLETE
70412026-08-12T01:18:21.600Z[ recovery-image] Aug 12 01:18:20.473 INFO O| Aug 12 01:18:20.473 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-08-12T01:18:21.605Z[ recovery-image] Aug 12 01:18:20.482 INFO O| Aug 12 01:18:20.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70432026-08-12T01:18:21.605Z[ recovery-image] Aug 12 01:18:20.482 INFO O| Aug 12 01:18:20.482 INFO STEP 592 (remove_files) COMPLETE
70442026-08-12T01:18:21.605Z[ recovery-image] Aug 12 01:18:20.482 INFO O| Aug 12 01:18:20.482 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-08-12T01:18:21.614Z[ recovery-image] Aug 12 01:18:20.491 INFO O| Aug 12 01:18:20.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70462026-08-12T01:18:21.614Z[ recovery-image] Aug 12 01:18:20.491 INFO O| Aug 12 01:18:20.491 INFO STEP 593 (remove_files) COMPLETE
70472026-08-12T01:18:21.614Z[ recovery-image] Aug 12 01:18:20.491 INFO O| Aug 12 01:18:20.491 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-08-12T01:18:21.627Z[ recovery-image] Aug 12 01:18:20.499 INFO O| Aug 12 01:18:20.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70492026-08-12T01:18:21.627Z[ recovery-image] Aug 12 01:18:20.500 INFO O| Aug 12 01:18:20.500 INFO STEP 594 (remove_files) COMPLETE
70502026-08-12T01:18:21.627Z[ recovery-image] Aug 12 01:18:20.500 INFO O| Aug 12 01:18:20.500 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-08-12T01:18:21.633Z[ recovery-image] Aug 12 01:18:20.509 INFO O| Aug 12 01:18:20.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70522026-08-12T01:18:21.633Z[ recovery-image] Aug 12 01:18:20.509 INFO O| Aug 12 01:18:20.509 INFO STEP 595 (remove_files) COMPLETE
70532026-08-12T01:18:21.633Z[ recovery-image] Aug 12 01:18:20.509 INFO O| Aug 12 01:18:20.509 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-08-12T01:18:21.647Z[ recovery-image] Aug 12 01:18:20.524 INFO O| Aug 12 01:18:20.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70552026-08-12T01:18:21.647Z[ recovery-image] Aug 12 01:18:20.524 INFO O| Aug 12 01:18:20.524 INFO STEP 596 (remove_files) COMPLETE
70562026-08-12T01:18:21.647Z[ recovery-image] Aug 12 01:18:20.524 INFO O| Aug 12 01:18:20.524 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-08-12T01:18:21.657Z[ recovery-image] Aug 12 01:18:20.533 INFO O| Aug 12 01:18:20.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70582026-08-12T01:18:21.657Z[ recovery-image] Aug 12 01:18:20.533 INFO O| Aug 12 01:18:20.533 INFO STEP 597 (remove_files) COMPLETE
70592026-08-12T01:18:21.657Z[ recovery-image] Aug 12 01:18:20.533 INFO O| Aug 12 01:18:20.533 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-08-12T01:18:21.666Z[ recovery-image] Aug 12 01:18:20.542 INFO O| Aug 12 01:18:20.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70612026-08-12T01:18:21.666Z[ recovery-image] Aug 12 01:18:20.542 INFO O| Aug 12 01:18:20.542 INFO STEP 598 (remove_files) COMPLETE
70622026-08-12T01:18:21.666Z[ recovery-image] Aug 12 01:18:20.542 INFO O| Aug 12 01:18:20.542 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-08-12T01:18:21.686Z[ recovery-image] Aug 12 01:18:20.552 INFO O| Aug 12 01:18:20.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70642026-08-12T01:18:21.686Z[ recovery-image] Aug 12 01:18:20.552 INFO O| Aug 12 01:18:20.552 INFO STEP 599 (remove_files) COMPLETE
70652026-08-12T01:18:21.686Z[ recovery-image] Aug 12 01:18:20.552 INFO O| Aug 12 01:18:20.552 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-08-12T01:18:21.689Z[ recovery-image] Aug 12 01:18:20.562 INFO O| Aug 12 01:18:20.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70672026-08-12T01:18:21.689Z[ recovery-image] Aug 12 01:18:20.562 INFO O| Aug 12 01:18:20.562 INFO STEP 600 (remove_files) COMPLETE
70682026-08-12T01:18:21.689Z[ recovery-image] Aug 12 01:18:20.562 INFO O| Aug 12 01:18:20.562 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-08-12T01:18:21.695Z[ recovery-image] Aug 12 01:18:20.572 INFO O| Aug 12 01:18:20.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70702026-08-12T01:18:21.695Z[ recovery-image] Aug 12 01:18:20.572 INFO O| Aug 12 01:18:20.572 INFO STEP 601 (remove_files) COMPLETE
70712026-08-12T01:18:21.695Z[ recovery-image] Aug 12 01:18:20.572 INFO O| Aug 12 01:18:20.572 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-08-12T01:18:21.703Z[ recovery-image] Aug 12 01:18:20.580 INFO O| Aug 12 01:18:20.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70732026-08-12T01:18:21.703Z[ recovery-image] Aug 12 01:18:20.580 INFO O| Aug 12 01:18:20.580 INFO STEP 602 (remove_files) COMPLETE
70742026-08-12T01:18:21.704Z[ recovery-image] Aug 12 01:18:20.580 INFO O| Aug 12 01:18:20.580 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-08-12T01:18:21.713Z[ recovery-image] Aug 12 01:18:20.590 INFO O| Aug 12 01:18:20.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70762026-08-12T01:18:21.713Z[ recovery-image] Aug 12 01:18:20.590 INFO O| Aug 12 01:18:20.590 INFO STEP 603 (remove_files) COMPLETE
70772026-08-12T01:18:21.713Z[ recovery-image] Aug 12 01:18:20.590 INFO O| Aug 12 01:18:20.590 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-08-12T01:18:21.721Z[ recovery-image] Aug 12 01:18:20.598 INFO O| Aug 12 01:18:20.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70792026-08-12T01:18:21.721Z[ recovery-image] Aug 12 01:18:20.598 INFO O| Aug 12 01:18:20.598 INFO STEP 604 (remove_files) COMPLETE
70802026-08-12T01:18:21.722Z[ recovery-image] Aug 12 01:18:20.598 INFO O| Aug 12 01:18:20.598 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-08-12T01:18:21.730Z[ recovery-image] Aug 12 01:18:20.607 INFO O| Aug 12 01:18:20.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70822026-08-12T01:18:21.730Z[ recovery-image] Aug 12 01:18:20.607 INFO O| Aug 12 01:18:20.607 INFO STEP 605 (remove_files) COMPLETE
70832026-08-12T01:18:21.730Z[ recovery-image] Aug 12 01:18:20.607 INFO O| Aug 12 01:18:20.607 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-08-12T01:18:21.740Z[ recovery-image] Aug 12 01:18:20.616 INFO O| Aug 12 01:18:20.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70852026-08-12T01:18:21.740Z[ recovery-image] Aug 12 01:18:20.616 INFO O| Aug 12 01:18:20.616 INFO STEP 606 (remove_files) COMPLETE
70862026-08-12T01:18:21.745Z[ recovery-image] Aug 12 01:18:20.616 INFO O| Aug 12 01:18:20.616 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-08-12T01:18:21.749Z[ recovery-image] Aug 12 01:18:20.625 INFO O| Aug 12 01:18:20.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
70882026-08-12T01:18:21.749Z[ recovery-image] Aug 12 01:18:20.625 INFO O| Aug 12 01:18:20.625 INFO STEP 607 (remove_files) COMPLETE
70892026-08-12T01:18:21.750Z[ recovery-image] Aug 12 01:18:20.625 INFO O| Aug 12 01:18:20.625 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-08-12T01:18:21.758Z[ recovery-image] Aug 12 01:18:20.635 INFO O| Aug 12 01:18:20.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
70912026-08-12T01:18:21.762Z[ recovery-image] Aug 12 01:18:20.635 INFO O| Aug 12 01:18:20.635 INFO STEP 608 (remove_files) COMPLETE
70922026-08-12T01:18:21.762Z[ recovery-image] Aug 12 01:18:20.635 INFO O| Aug 12 01:18:20.635 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-08-12T01:18:21.769Z[ recovery-image] Aug 12 01:18:20.646 INFO O| Aug 12 01:18:20.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
70942026-08-12T01:18:21.770Z[ recovery-image] Aug 12 01:18:20.646 INFO O| Aug 12 01:18:20.646 INFO STEP 609 (remove_files) COMPLETE
70952026-08-12T01:18:21.770Z[ recovery-image] Aug 12 01:18:20.646 INFO O| Aug 12 01:18:20.646 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-08-12T01:18:21.779Z[ recovery-image] Aug 12 01:18:20.656 INFO O| Aug 12 01:18:20.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
70972026-08-12T01:18:21.779Z[ recovery-image] Aug 12 01:18:20.656 INFO O| Aug 12 01:18:20.656 INFO STEP 610 (remove_files) COMPLETE
70982026-08-12T01:18:21.779Z[ recovery-image] Aug 12 01:18:20.656 INFO O| Aug 12 01:18:20.656 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-08-12T01:18:21.790Z[ recovery-image] Aug 12 01:18:20.667 INFO O| Aug 12 01:18:20.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71002026-08-12T01:18:21.790Z[ recovery-image] Aug 12 01:18:20.667 INFO O| Aug 12 01:18:20.667 INFO STEP 611 (remove_files) COMPLETE
71012026-08-12T01:18:21.790Z[ recovery-image] Aug 12 01:18:20.667 INFO O| Aug 12 01:18:20.667 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-08-12T01:18:21.799Z[ recovery-image] Aug 12 01:18:20.676 INFO O| Aug 12 01:18:20.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71032026-08-12T01:18:21.800Z[ recovery-image] Aug 12 01:18:20.676 INFO O| Aug 12 01:18:20.676 INFO STEP 612 (remove_files) COMPLETE
71042026-08-12T01:18:21.800Z[ recovery-image] Aug 12 01:18:20.676 INFO O| Aug 12 01:18:20.676 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-08-12T01:18:21.810Z[ recovery-image] Aug 12 01:18:20.686 INFO O| Aug 12 01:18:20.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71062026-08-12T01:18:21.810Z[ recovery-image] Aug 12 01:18:20.686 INFO O| Aug 12 01:18:20.686 INFO STEP 613 (remove_files) COMPLETE
71072026-08-12T01:18:21.813Z[ recovery-image] Aug 12 01:18:20.686 INFO O| Aug 12 01:18:20.686 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-08-12T01:18:21.819Z[ recovery-image] Aug 12 01:18:20.696 INFO O| Aug 12 01:18:20.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71092026-08-12T01:18:21.819Z[ recovery-image] Aug 12 01:18:20.696 INFO O| Aug 12 01:18:20.696 INFO STEP 614 (remove_files) COMPLETE
71102026-08-12T01:18:21.819Z[ recovery-image] Aug 12 01:18:20.696 INFO O| Aug 12 01:18:20.696 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-08-12T01:18:21.830Z[ recovery-image] Aug 12 01:18:20.707 INFO O| Aug 12 01:18:20.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71122026-08-12T01:18:21.830Z[ recovery-image] Aug 12 01:18:20.707 INFO O| Aug 12 01:18:20.707 INFO STEP 615 (remove_files) COMPLETE
71132026-08-12T01:18:21.830Z[ recovery-image] Aug 12 01:18:20.707 INFO O| Aug 12 01:18:20.707 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-08-12T01:18:21.839Z[ recovery-image] Aug 12 01:18:20.716 INFO O| Aug 12 01:18:20.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71152026-08-12T01:18:21.840Z[ recovery-image] Aug 12 01:18:20.716 INFO O| Aug 12 01:18:20.716 INFO STEP 616 (remove_files) COMPLETE
71162026-08-12T01:18:21.840Z[ recovery-image] Aug 12 01:18:20.716 INFO O| Aug 12 01:18:20.716 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-08-12T01:18:21.849Z[ recovery-image] Aug 12 01:18:20.725 INFO O| Aug 12 01:18:20.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71182026-08-12T01:18:21.849Z[ recovery-image] Aug 12 01:18:20.725 INFO O| Aug 12 01:18:20.725 INFO STEP 617 (remove_files) COMPLETE
71192026-08-12T01:18:21.849Z[ recovery-image] Aug 12 01:18:20.725 INFO O| Aug 12 01:18:20.725 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-08-12T01:18:21.854Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
71212026-08-12T01:18:21.859Z[ recovery-image] Aug 12 01:18:20.735 INFO O| Aug 12 01:18:20.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71222026-08-12T01:18:21.859Z[ recovery-image] Aug 12 01:18:20.735 INFO O| Aug 12 01:18:20.735 INFO STEP 618 (remove_files) COMPLETE
71232026-08-12T01:18:21.862Z[ recovery-image] Aug 12 01:18:20.735 INFO O| Aug 12 01:18:20.735 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-08-12T01:18:21.870Z[ recovery-image] Aug 12 01:18:20.745 INFO O| Aug 12 01:18:20.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71252026-08-12T01:18:21.870Z[ recovery-image] Aug 12 01:18:20.745 INFO O| Aug 12 01:18:20.745 INFO STEP 619 (remove_files) COMPLETE
71262026-08-12T01:18:21.879Z[ recovery-image] Aug 12 01:18:20.745 INFO O| Aug 12 01:18:20.745 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-08-12T01:18:21.888Z[ recovery-image] Aug 12 01:18:20.754 INFO O| Aug 12 01:18:20.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71282026-08-12T01:18:21.888Z[ recovery-image] Aug 12 01:18:20.754 INFO O| Aug 12 01:18:20.754 INFO STEP 620 (remove_files) COMPLETE
71292026-08-12T01:18:21.888Z[ recovery-image] Aug 12 01:18:20.754 INFO O| Aug 12 01:18:20.754 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-08-12T01:18:21.893Z[ recovery-image] Aug 12 01:18:20.765 INFO O| Aug 12 01:18:20.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71312026-08-12T01:18:21.893Z[ recovery-image] Aug 12 01:18:20.765 INFO O| Aug 12 01:18:20.765 INFO STEP 621 (remove_files) COMPLETE
71322026-08-12T01:18:21.893Z[ recovery-image] Aug 12 01:18:20.765 INFO O| Aug 12 01:18:20.765 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-08-12T01:18:21.898Z[ recovery-image] Aug 12 01:18:20.774 INFO O| Aug 12 01:18:20.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71342026-08-12T01:18:21.898Z[ recovery-image] Aug 12 01:18:20.775 INFO O| Aug 12 01:18:20.775 INFO STEP 622 (remove_files) COMPLETE
71352026-08-12T01:18:21.898Z[ recovery-image] Aug 12 01:18:20.775 INFO O| Aug 12 01:18:20.775 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-08-12T01:18:21.907Z[ recovery-image] Aug 12 01:18:20.783 INFO O| Aug 12 01:18:20.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71372026-08-12T01:18:21.907Z[ recovery-image] Aug 12 01:18:20.784 INFO O| Aug 12 01:18:20.784 INFO STEP 623 (remove_files) COMPLETE
71382026-08-12T01:18:21.907Z[ recovery-image] Aug 12 01:18:20.784 INFO O| Aug 12 01:18:20.784 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-08-12T01:18:21.915Z[ recovery-image] Aug 12 01:18:20.792 INFO O| Aug 12 01:18:20.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71402026-08-12T01:18:21.915Z[ recovery-image] Aug 12 01:18:20.792 INFO O| Aug 12 01:18:20.792 INFO STEP 624 (remove_files) COMPLETE
71412026-08-12T01:18:21.915Z[ recovery-image] Aug 12 01:18:20.792 INFO O| Aug 12 01:18:20.792 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-08-12T01:18:21.924Z[ recovery-image] Aug 12 01:18:20.801 INFO O| Aug 12 01:18:20.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71432026-08-12T01:18:21.924Z[ recovery-image] Aug 12 01:18:20.801 INFO O| Aug 12 01:18:20.801 INFO STEP 625 (remove_files) COMPLETE
71442026-08-12T01:18:21.924Z[ recovery-image] Aug 12 01:18:20.801 INFO O| Aug 12 01:18:20.801 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-08-12T01:18:21.934Z[ recovery-image] Aug 12 01:18:20.810 INFO O| Aug 12 01:18:20.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71462026-08-12T01:18:21.934Z[ recovery-image] Aug 12 01:18:20.810 INFO O| Aug 12 01:18:20.810 INFO STEP 626 (remove_files) COMPLETE
71472026-08-12T01:18:21.938Z[ recovery-image] Aug 12 01:18:20.810 INFO O| Aug 12 01:18:20.810 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-08-12T01:18:21.944Z[ recovery-image] Aug 12 01:18:20.820 INFO O| Aug 12 01:18:20.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71492026-08-12T01:18:21.944Z[ recovery-image] Aug 12 01:18:20.820 INFO O| Aug 12 01:18:20.820 INFO STEP 627 (remove_files) COMPLETE
71502026-08-12T01:18:21.944Z[ recovery-image] Aug 12 01:18:20.820 INFO O| Aug 12 01:18:20.820 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-08-12T01:18:21.954Z[ recovery-image] Aug 12 01:18:20.830 INFO O| Aug 12 01:18:20.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71522026-08-12T01:18:21.954Z[ recovery-image] Aug 12 01:18:20.830 INFO O| Aug 12 01:18:20.830 INFO STEP 628 (remove_files) COMPLETE
71532026-08-12T01:18:21.954Z[ recovery-image] Aug 12 01:18:20.830 INFO O| Aug 12 01:18:20.830 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-08-12T01:18:21.964Z[ recovery-image] Aug 12 01:18:20.839 INFO O| Aug 12 01:18:20.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71552026-08-12T01:18:21.964Z[ recovery-image] Aug 12 01:18:20.839 INFO O| Aug 12 01:18:20.839 INFO STEP 629 (remove_files) COMPLETE
71562026-08-12T01:18:21.968Z[ recovery-image] Aug 12 01:18:20.839 INFO O| Aug 12 01:18:20.839 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-08-12T01:18:21.974Z[ recovery-image] Aug 12 01:18:20.851 INFO O| Aug 12 01:18:20.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71582026-08-12T01:18:21.974Z[ recovery-image] Aug 12 01:18:20.851 INFO O| Aug 12 01:18:20.851 INFO STEP 630 (remove_files) COMPLETE
71592026-08-12T01:18:21.974Z[ recovery-image] Aug 12 01:18:20.851 INFO O| Aug 12 01:18:20.851 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-08-12T01:18:21.984Z[ recovery-image] Aug 12 01:18:20.861 INFO O| Aug 12 01:18:20.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71612026-08-12T01:18:21.984Z[ recovery-image] Aug 12 01:18:20.861 INFO O| Aug 12 01:18:20.861 INFO STEP 631 (remove_files) COMPLETE
71622026-08-12T01:18:21.984Z[ recovery-image] Aug 12 01:18:20.861 INFO O| Aug 12 01:18:20.861 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-08-12T01:18:21.993Z[ recovery-image] Aug 12 01:18:20.870 INFO O| Aug 12 01:18:20.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71642026-08-12T01:18:21.993Z[ recovery-image] Aug 12 01:18:20.870 INFO O| Aug 12 01:18:20.870 INFO STEP 632 (remove_files) COMPLETE
71652026-08-12T01:18:21.993Z[ recovery-image] Aug 12 01:18:20.870 INFO O| Aug 12 01:18:20.870 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-08-12T01:18:22.004Z[ recovery-image] Aug 12 01:18:20.880 INFO O| Aug 12 01:18:20.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71672026-08-12T01:18:22.004Z[ recovery-image] Aug 12 01:18:20.880 INFO O| Aug 12 01:18:20.880 INFO STEP 633 (remove_files) COMPLETE
71682026-08-12T01:18:22.009Z[ recovery-image] Aug 12 01:18:20.880 INFO O| Aug 12 01:18:20.880 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-08-12T01:18:22.016Z[ recovery-image] Aug 12 01:18:20.893 INFO O| Aug 12 01:18:20.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71702026-08-12T01:18:22.016Z[ recovery-image] Aug 12 01:18:20.893 INFO O| Aug 12 01:18:20.893 INFO STEP 634 (remove_files) COMPLETE
71712026-08-12T01:18:22.016Z[ recovery-image] Aug 12 01:18:20.893 INFO O| Aug 12 01:18:20.893 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-08-12T01:18:22.026Z[ recovery-image] Aug 12 01:18:20.903 INFO O| Aug 12 01:18:20.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71732026-08-12T01:18:22.026Z[ recovery-image] Aug 12 01:18:20.903 INFO O| Aug 12 01:18:20.903 INFO STEP 635 (remove_files) COMPLETE
71742026-08-12T01:18:22.026Z[ recovery-image] Aug 12 01:18:20.903 INFO O| Aug 12 01:18:20.903 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-08-12T01:18:22.035Z[ recovery-image] Aug 12 01:18:20.911 INFO O| Aug 12 01:18:20.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71762026-08-12T01:18:22.035Z[ recovery-image] Aug 12 01:18:20.911 INFO O| Aug 12 01:18:20.911 INFO STEP 636 (remove_files) COMPLETE
71772026-08-12T01:18:22.035Z[ recovery-image] Aug 12 01:18:20.911 INFO O| Aug 12 01:18:20.911 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-08-12T01:18:22.047Z[ recovery-image] Aug 12 01:18:20.922 INFO O| Aug 12 01:18:20.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71792026-08-12T01:18:22.047Z[ recovery-image] Aug 12 01:18:20.922 INFO O| Aug 12 01:18:20.922 INFO STEP 637 (remove_files) COMPLETE
71802026-08-12T01:18:22.047Z[ recovery-image] Aug 12 01:18:20.922 INFO O| Aug 12 01:18:20.922 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-08-12T01:18:22.057Z[ recovery-image] Aug 12 01:18:20.933 INFO O| Aug 12 01:18:20.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71822026-08-12T01:18:22.057Z[ recovery-image] Aug 12 01:18:20.934 INFO O| Aug 12 01:18:20.934 INFO STEP 638 (remove_files) COMPLETE
71832026-08-12T01:18:22.057Z[ recovery-image] Aug 12 01:18:20.934 INFO O| Aug 12 01:18:20.934 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-08-12T01:18:22.068Z[ recovery-image] Aug 12 01:18:20.945 INFO O| Aug 12 01:18:20.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71852026-08-12T01:18:22.068Z[ recovery-image] Aug 12 01:18:20.945 INFO O| Aug 12 01:18:20.945 INFO STEP 639 (remove_files) COMPLETE
71862026-08-12T01:18:22.072Z[ recovery-image] Aug 12 01:18:20.945 INFO O| Aug 12 01:18:20.945 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-08-12T01:18:22.078Z[ recovery-image] Aug 12 01:18:20.955 INFO O| Aug 12 01:18:20.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
71882026-08-12T01:18:22.078Z[ recovery-image] Aug 12 01:18:20.955 INFO O| Aug 12 01:18:20.955 INFO STEP 640 (remove_files) COMPLETE
71892026-08-12T01:18:22.078Z[ recovery-image] Aug 12 01:18:20.955 INFO O| Aug 12 01:18:20.955 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-08-12T01:18:22.087Z[ recovery-image] Aug 12 01:18:20.964 INFO O| Aug 12 01:18:20.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
71912026-08-12T01:18:22.087Z[ recovery-image] Aug 12 01:18:20.964 INFO O| Aug 12 01:18:20.964 INFO STEP 641 (remove_files) COMPLETE
71922026-08-12T01:18:22.087Z[ recovery-image] Aug 12 01:18:20.964 INFO O| Aug 12 01:18:20.964 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-08-12T01:18:22.096Z[ recovery-image] Aug 12 01:18:20.973 INFO O| Aug 12 01:18:20.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
71942026-08-12T01:18:22.096Z[ recovery-image] Aug 12 01:18:20.973 INFO O| Aug 12 01:18:20.973 INFO STEP 642 (remove_files) COMPLETE
71952026-08-12T01:18:22.096Z[ recovery-image] Aug 12 01:18:20.973 INFO O| Aug 12 01:18:20.973 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-08-12T01:18:22.106Z[ recovery-image] Aug 12 01:18:20.983 INFO O| Aug 12 01:18:20.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
71972026-08-12T01:18:22.106Z[ recovery-image] Aug 12 01:18:20.983 INFO O| Aug 12 01:18:20.983 INFO STEP 643 (remove_files) COMPLETE
71982026-08-12T01:18:22.110Z[ recovery-image] Aug 12 01:18:20.983 INFO O| Aug 12 01:18:20.983 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-08-12T01:18:22.117Z[ recovery-image] Aug 12 01:18:20.993 INFO O| Aug 12 01:18:20.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72002026-08-12T01:18:22.117Z[ recovery-image] Aug 12 01:18:20.993 INFO O| Aug 12 01:18:20.993 INFO STEP 644 (remove_files) COMPLETE
72012026-08-12T01:18:22.117Z[ recovery-image] Aug 12 01:18:20.993 INFO O| Aug 12 01:18:20.993 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-08-12T01:18:22.127Z[ recovery-image] Aug 12 01:18:21.004 INFO O| Aug 12 01:18:21.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72032026-08-12T01:18:22.127Z[ recovery-image] Aug 12 01:18:21.004 INFO O| Aug 12 01:18:21.004 INFO STEP 645 (remove_files) COMPLETE
72042026-08-12T01:18:22.127Z[ recovery-image] Aug 12 01:18:21.004 INFO O| Aug 12 01:18:21.004 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-08-12T01:18:22.139Z[ recovery-image] Aug 12 01:18:21.014 INFO O| Aug 12 01:18:21.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72062026-08-12T01:18:22.139Z[ recovery-image] Aug 12 01:18:21.014 INFO O| Aug 12 01:18:21.014 INFO STEP 646 (remove_files) COMPLETE
72072026-08-12T01:18:22.139Z[ recovery-image] Aug 12 01:18:21.014 INFO O| Aug 12 01:18:21.014 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-08-12T01:18:22.149Z[ recovery-image] Aug 12 01:18:21.024 INFO O| Aug 12 01:18:21.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72092026-08-12T01:18:22.149Z[ recovery-image] Aug 12 01:18:21.024 INFO O| Aug 12 01:18:21.024 INFO STEP 647 (remove_files) COMPLETE
72102026-08-12T01:18:22.149Z[ recovery-image] Aug 12 01:18:21.024 INFO O| Aug 12 01:18:21.024 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-08-12T01:18:22.158Z[ recovery-image] Aug 12 01:18:21.034 INFO O| Aug 12 01:18:21.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72122026-08-12T01:18:22.158Z[ recovery-image] Aug 12 01:18:21.034 INFO O| Aug 12 01:18:21.034 INFO STEP 648 (remove_files) COMPLETE
72132026-08-12T01:18:22.158Z[ recovery-image] Aug 12 01:18:21.034 INFO O| Aug 12 01:18:21.034 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-08-12T01:18:22.168Z[ recovery-image] Aug 12 01:18:21.044 INFO O| Aug 12 01:18:21.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72152026-08-12T01:18:22.168Z[ recovery-image] Aug 12 01:18:21.044 INFO O| Aug 12 01:18:21.044 INFO STEP 649 (remove_files) COMPLETE
72162026-08-12T01:18:22.171Z[ recovery-image] Aug 12 01:18:21.045 INFO O| Aug 12 01:18:21.044 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-08-12T01:18:22.176Z[ recovery-image] Aug 12 01:18:21.053 INFO O| Aug 12 01:18:21.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72182026-08-12T01:18:22.176Z[ recovery-image] Aug 12 01:18:21.054 INFO O| Aug 12 01:18:21.054 INFO STEP 650 (remove_files) COMPLETE
72192026-08-12T01:18:22.177Z[ recovery-image] Aug 12 01:18:21.054 INFO O| Aug 12 01:18:21.054 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-08-12T01:18:22.187Z[ recovery-image] Aug 12 01:18:21.064 INFO O| Aug 12 01:18:21.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72212026-08-12T01:18:22.188Z[ recovery-image] Aug 12 01:18:21.064 INFO O| Aug 12 01:18:21.064 INFO STEP 651 (remove_files) COMPLETE
72222026-08-12T01:18:22.191Z[ recovery-image] Aug 12 01:18:21.064 INFO O| Aug 12 01:18:21.064 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-08-12T01:18:22.198Z[ recovery-image] Aug 12 01:18:21.074 INFO O| Aug 12 01:18:21.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72242026-08-12T01:18:22.201Z[ recovery-image] Aug 12 01:18:21.075 INFO O| Aug 12 01:18:21.075 INFO STEP 652 (remove_files) COMPLETE
72252026-08-12T01:18:22.201Z[ recovery-image] Aug 12 01:18:21.075 INFO O| Aug 12 01:18:21.075 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-08-12T01:18:22.212Z[ recovery-image] Aug 12 01:18:21.085 INFO O| Aug 12 01:18:21.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72272026-08-12T01:18:22.212Z[ recovery-image] Aug 12 01:18:21.085 INFO O| Aug 12 01:18:21.085 INFO STEP 653 (remove_files) COMPLETE
72282026-08-12T01:18:22.212Z[ recovery-image] Aug 12 01:18:21.085 INFO O| Aug 12 01:18:21.085 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-08-12T01:18:22.219Z[ recovery-image] Aug 12 01:18:21.095 INFO O| Aug 12 01:18:21.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72302026-08-12T01:18:22.219Z[ recovery-image] Aug 12 01:18:21.095 INFO O| Aug 12 01:18:21.095 INFO STEP 654 (remove_files) COMPLETE
72312026-08-12T01:18:22.219Z[ recovery-image] Aug 12 01:18:21.095 INFO O| Aug 12 01:18:21.095 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-08-12T01:18:22.232Z[ recovery-image] Aug 12 01:18:21.106 INFO O| Aug 12 01:18:21.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72332026-08-12T01:18:22.232Z[ recovery-image] Aug 12 01:18:21.106 INFO O| Aug 12 01:18:21.106 INFO STEP 655 (remove_files) COMPLETE
72342026-08-12T01:18:22.232Z[ recovery-image] Aug 12 01:18:21.106 INFO O| Aug 12 01:18:21.106 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-08-12T01:18:22.240Z[ recovery-image] Aug 12 01:18:21.116 INFO O| Aug 12 01:18:21.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72362026-08-12T01:18:22.240Z[ recovery-image] Aug 12 01:18:21.116 INFO O| Aug 12 01:18:21.116 INFO STEP 656 (remove_files) COMPLETE
72372026-08-12T01:18:22.240Z[ recovery-image] Aug 12 01:18:21.116 INFO O| Aug 12 01:18:21.116 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-08-12T01:18:22.249Z[ recovery-image] Aug 12 01:18:21.125 INFO O| Aug 12 01:18:21.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72392026-08-12T01:18:22.249Z[ recovery-image] Aug 12 01:18:21.125 INFO O| Aug 12 01:18:21.125 INFO STEP 657 (remove_files) COMPLETE
72402026-08-12T01:18:22.252Z[ recovery-image] Aug 12 01:18:21.125 INFO O| Aug 12 01:18:21.125 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-08-12T01:18:22.259Z[ recovery-image] Aug 12 01:18:21.135 INFO O| Aug 12 01:18:21.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72422026-08-12T01:18:22.259Z[ recovery-image] Aug 12 01:18:21.135 INFO O| Aug 12 01:18:21.135 INFO STEP 658 (remove_files) COMPLETE
72432026-08-12T01:18:22.263Z[ recovery-image] Aug 12 01:18:21.135 INFO O| Aug 12 01:18:21.135 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-08-12T01:18:22.268Z[ recovery-image] Aug 12 01:18:21.144 INFO O| Aug 12 01:18:21.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72452026-08-12T01:18:22.268Z[ recovery-image] Aug 12 01:18:21.144 INFO O| Aug 12 01:18:21.144 INFO STEP 659 (remove_files) COMPLETE
72462026-08-12T01:18:22.271Z[ recovery-image] Aug 12 01:18:21.144 INFO O| Aug 12 01:18:21.144 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-08-12T01:18:22.280Z[ recovery-image] Aug 12 01:18:21.155 INFO O| Aug 12 01:18:21.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72482026-08-12T01:18:22.280Z[ recovery-image] Aug 12 01:18:21.155 INFO O| Aug 12 01:18:21.155 INFO STEP 660 (remove_files) COMPLETE
72492026-08-12T01:18:22.283Z[ recovery-image] Aug 12 01:18:21.156 INFO O| Aug 12 01:18:21.155 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-08-12T01:18:22.289Z[ recovery-image] Aug 12 01:18:21.166 INFO O| Aug 12 01:18:21.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72512026-08-12T01:18:22.290Z[ recovery-image] Aug 12 01:18:21.166 INFO O| Aug 12 01:18:21.166 INFO STEP 661 (remove_files) COMPLETE
72522026-08-12T01:18:22.290Z[ recovery-image] Aug 12 01:18:21.166 INFO O| Aug 12 01:18:21.166 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-08-12T01:18:22.300Z[ recovery-image] Aug 12 01:18:21.176 INFO O| Aug 12 01:18:21.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72542026-08-12T01:18:22.300Z[ recovery-image] Aug 12 01:18:21.177 INFO O| Aug 12 01:18:21.177 INFO STEP 662 (remove_files) COMPLETE
72552026-08-12T01:18:22.303Z[ recovery-image] Aug 12 01:18:21.177 INFO O| Aug 12 01:18:21.177 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-08-12T01:18:22.310Z[ recovery-image] Aug 12 01:18:21.186 INFO O| Aug 12 01:18:21.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72572026-08-12T01:18:22.310Z[ recovery-image] Aug 12 01:18:21.186 INFO O| Aug 12 01:18:21.186 INFO STEP 663 (remove_files) COMPLETE
72582026-08-12T01:18:22.313Z[ recovery-image] Aug 12 01:18:21.186 INFO O| Aug 12 01:18:21.186 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-08-12T01:18:22.321Z[ recovery-image] Aug 12 01:18:21.198 INFO O| Aug 12 01:18:21.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72602026-08-12T01:18:22.321Z[ recovery-image] Aug 12 01:18:21.198 INFO O| Aug 12 01:18:21.198 INFO STEP 664 (remove_files) COMPLETE
72612026-08-12T01:18:22.324Z[ recovery-image] Aug 12 01:18:21.198 INFO O| Aug 12 01:18:21.198 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-08-12T01:18:22.332Z[ recovery-image] Aug 12 01:18:21.209 INFO O| Aug 12 01:18:21.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72632026-08-12T01:18:22.332Z[ recovery-image] Aug 12 01:18:21.209 INFO O| Aug 12 01:18:21.209 INFO STEP 665 (remove_files) COMPLETE
72642026-08-12T01:18:22.332Z[ recovery-image] Aug 12 01:18:21.209 INFO O| Aug 12 01:18:21.209 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-08-12T01:18:22.346Z[ recovery-image] Aug 12 01:18:21.222 INFO O| Aug 12 01:18:21.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72662026-08-12T01:18:22.346Z[ recovery-image] Aug 12 01:18:21.222 INFO O| Aug 12 01:18:21.222 INFO STEP 666 (remove_files) COMPLETE
72672026-08-12T01:18:22.350Z[ recovery-image] Aug 12 01:18:21.222 INFO O| Aug 12 01:18:21.222 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-08-12T01:18:22.356Z[ recovery-image] Aug 12 01:18:21.233 INFO O| Aug 12 01:18:21.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72692026-08-12T01:18:22.356Z[ recovery-image] Aug 12 01:18:21.233 INFO O| Aug 12 01:18:21.233 INFO STEP 667 (remove_files) COMPLETE
72702026-08-12T01:18:22.356Z[ recovery-image] Aug 12 01:18:21.233 INFO O| Aug 12 01:18:21.233 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-08-12T01:18:22.367Z[ recovery-image] Aug 12 01:18:21.244 INFO O| Aug 12 01:18:21.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72722026-08-12T01:18:22.367Z[ recovery-image] Aug 12 01:18:21.244 INFO O| Aug 12 01:18:21.244 INFO STEP 668 (remove_files) COMPLETE
72732026-08-12T01:18:22.367Z[ recovery-image] Aug 12 01:18:21.244 INFO O| Aug 12 01:18:21.244 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-08-12T01:18:22.378Z[ recovery-image] Aug 12 01:18:21.254 INFO O| Aug 12 01:18:21.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72752026-08-12T01:18:22.378Z[ recovery-image] Aug 12 01:18:21.255 INFO O| Aug 12 01:18:21.255 INFO STEP 669 (remove_files) COMPLETE
72762026-08-12T01:18:22.378Z[ recovery-image] Aug 12 01:18:21.255 INFO O| Aug 12 01:18:21.255 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-12T01:18:22.388Z[ recovery-image] Aug 12 01:18:21.265 INFO O| Aug 12 01:18:21.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72782026-08-12T01:18:22.388Z[ recovery-image] Aug 12 01:18:21.265 INFO O| Aug 12 01:18:21.265 INFO STEP 670 (remove_files) COMPLETE
72792026-08-12T01:18:22.394Z[ recovery-image] Aug 12 01:18:21.265 INFO O| Aug 12 01:18:21.265 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-12T01:18:22.398Z[ recovery-image] Aug 12 01:18:21.275 INFO O| Aug 12 01:18:21.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72812026-08-12T01:18:22.398Z[ recovery-image] Aug 12 01:18:21.275 INFO O| Aug 12 01:18:21.275 INFO STEP 671 (remove_files) COMPLETE
72822026-08-12T01:18:22.398Z[ recovery-image] Aug 12 01:18:21.275 INFO O| Aug 12 01:18:21.275 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-12T01:18:22.409Z[ recovery-image] Aug 12 01:18:21.285 INFO O| Aug 12 01:18:21.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
72842026-08-12T01:18:22.409Z[ recovery-image] Aug 12 01:18:21.286 INFO O| Aug 12 01:18:21.286 INFO STEP 672 (remove_files) COMPLETE
72852026-08-12T01:18:22.414Z[ recovery-image] Aug 12 01:18:21.286 INFO O| Aug 12 01:18:21.286 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-08-12T01:18:22.419Z[ recovery-image] Aug 12 01:18:21.295 INFO O| Aug 12 01:18:21.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
72872026-08-12T01:18:22.419Z[ recovery-image] Aug 12 01:18:21.296 INFO O| Aug 12 01:18:21.296 INFO STEP 673 (remove_files) COMPLETE
72882026-08-12T01:18:22.419Z[ recovery-image] Aug 12 01:18:21.296 INFO O| Aug 12 01:18:21.296 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-08-12T01:18:22.428Z[ recovery-image] Aug 12 01:18:21.305 INFO O| Aug 12 01:18:21.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
72902026-08-12T01:18:22.428Z[ recovery-image] Aug 12 01:18:21.305 INFO O| Aug 12 01:18:21.305 INFO STEP 674 (remove_files) COMPLETE
72912026-08-12T01:18:22.428Z[ recovery-image] Aug 12 01:18:21.305 INFO O| Aug 12 01:18:21.305 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-08-12T01:18:22.438Z[ recovery-image] Aug 12 01:18:21.315 INFO O| Aug 12 01:18:21.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
72932026-08-12T01:18:22.438Z[ recovery-image] Aug 12 01:18:21.315 INFO O| Aug 12 01:18:21.315 INFO STEP 675 (remove_files) COMPLETE
72942026-08-12T01:18:22.438Z[ recovery-image] Aug 12 01:18:21.315 INFO O| Aug 12 01:18:21.315 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-08-12T01:18:22.456Z[ recovery-image] Aug 12 01:18:21.333 INFO O| Aug 12 01:18:21.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
72962026-08-12T01:18:22.456Z[ recovery-image] Aug 12 01:18:21.333 INFO O| Aug 12 01:18:21.333 INFO STEP 676 (remove_files) COMPLETE
72972026-08-12T01:18:22.456Z[ recovery-image] Aug 12 01:18:21.333 INFO O| Aug 12 01:18:21.333 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-08-12T01:18:22.465Z[ recovery-image] Aug 12 01:18:21.342 INFO O| Aug 12 01:18:21.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
72992026-08-12T01:18:22.465Z[ recovery-image] Aug 12 01:18:21.342 INFO O| Aug 12 01:18:21.342 INFO STEP 677 (remove_files) COMPLETE
73002026-08-12T01:18:22.465Z[ recovery-image] Aug 12 01:18:21.342 INFO O| Aug 12 01:18:21.342 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-08-12T01:18:22.476Z[ recovery-image] Aug 12 01:18:21.353 INFO O| Aug 12 01:18:21.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73022026-08-12T01:18:22.476Z[ recovery-image] Aug 12 01:18:21.353 INFO O| Aug 12 01:18:21.353 INFO STEP 678 (remove_files) COMPLETE
73032026-08-12T01:18:22.476Z[ recovery-image] Aug 12 01:18:21.353 INFO O| Aug 12 01:18:21.353 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-08-12T01:18:22.490Z[ recovery-image] Aug 12 01:18:21.362 INFO O| Aug 12 01:18:21.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73052026-08-12T01:18:22.490Z[ recovery-image] Aug 12 01:18:21.362 INFO O| Aug 12 01:18:21.362 INFO STEP 679 (remove_files) COMPLETE
73062026-08-12T01:18:22.490Z[ recovery-image] Aug 12 01:18:21.362 INFO O| Aug 12 01:18:21.362 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-08-12T01:18:22.495Z[ recovery-image] Aug 12 01:18:21.371 INFO O| Aug 12 01:18:21.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73082026-08-12T01:18:22.495Z[ recovery-image] Aug 12 01:18:21.371 INFO O| Aug 12 01:18:21.371 INFO STEP 680 (remove_files) COMPLETE
73092026-08-12T01:18:22.499Z[ recovery-image] Aug 12 01:18:21.371 INFO O| Aug 12 01:18:21.371 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-08-12T01:18:22.517Z[ recovery-image] Aug 12 01:18:21.393 INFO O| Aug 12 01:18:21.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73112026-08-12T01:18:22.517Z[ recovery-image] Aug 12 01:18:21.393 INFO O| Aug 12 01:18:21.393 INFO STEP 681 (remove_files) COMPLETE
73122026-08-12T01:18:22.517Z[ recovery-image] Aug 12 01:18:21.393 INFO O| Aug 12 01:18:21.393 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-08-12T01:18:22.528Z[ recovery-image] Aug 12 01:18:21.403 INFO O| Aug 12 01:18:21.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73142026-08-12T01:18:22.528Z[ recovery-image] Aug 12 01:18:21.403 INFO O| Aug 12 01:18:21.403 INFO STEP 682 (remove_files) COMPLETE
73152026-08-12T01:18:22.532Z[ recovery-image] Aug 12 01:18:21.403 INFO O| Aug 12 01:18:21.403 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-08-12T01:18:22.537Z[ recovery-image] Aug 12 01:18:21.414 INFO O| Aug 12 01:18:21.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73172026-08-12T01:18:22.537Z[ recovery-image] Aug 12 01:18:21.414 INFO O| Aug 12 01:18:21.414 INFO STEP 683 (remove_files) COMPLETE
73182026-08-12T01:18:22.537Z[ recovery-image] Aug 12 01:18:21.414 INFO O| Aug 12 01:18:21.414 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-08-12T01:18:22.547Z[ recovery-image] Aug 12 01:18:21.424 INFO O| Aug 12 01:18:21.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73202026-08-12T01:18:22.548Z[ recovery-image] Aug 12 01:18:21.424 INFO O| Aug 12 01:18:21.424 INFO STEP 684 (remove_files) COMPLETE
73212026-08-12T01:18:22.548Z[ recovery-image] Aug 12 01:18:21.424 INFO O| Aug 12 01:18:21.424 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-08-12T01:18:22.557Z[ recovery-image] Aug 12 01:18:21.434 INFO O| Aug 12 01:18:21.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73232026-08-12T01:18:22.557Z[ recovery-image] Aug 12 01:18:21.434 INFO O| Aug 12 01:18:21.434 INFO STEP 685 (remove_files) COMPLETE
73242026-08-12T01:18:22.557Z[ recovery-image] Aug 12 01:18:21.434 INFO O| Aug 12 01:18:21.434 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-08-12T01:18:22.568Z[ recovery-image] Aug 12 01:18:21.445 INFO O| Aug 12 01:18:21.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73262026-08-12T01:18:22.568Z[ recovery-image] Aug 12 01:18:21.445 INFO O| Aug 12 01:18:21.445 INFO STEP 686 (remove_files) COMPLETE
73272026-08-12T01:18:22.572Z[ recovery-image] Aug 12 01:18:21.445 INFO O| Aug 12 01:18:21.445 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-08-12T01:18:22.578Z[ recovery-image] Aug 12 01:18:21.455 INFO O| Aug 12 01:18:21.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73292026-08-12T01:18:22.578Z[ recovery-image] Aug 12 01:18:21.455 INFO O| Aug 12 01:18:21.455 INFO STEP 687 (remove_files) COMPLETE
73302026-08-12T01:18:22.578Z[ recovery-image] Aug 12 01:18:21.455 INFO O| Aug 12 01:18:21.455 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-08-12T01:18:22.589Z[ recovery-image] Aug 12 01:18:21.465 INFO O| Aug 12 01:18:21.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73322026-08-12T01:18:22.589Z[ recovery-image] Aug 12 01:18:21.465 INFO O| Aug 12 01:18:21.465 INFO STEP 688 (remove_files) COMPLETE
73332026-08-12T01:18:22.593Z[ recovery-image] Aug 12 01:18:21.465 INFO O| Aug 12 01:18:21.465 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-08-12T01:18:22.598Z[ recovery-image] Aug 12 01:18:21.475 INFO O| Aug 12 01:18:21.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73352026-08-12T01:18:22.598Z[ recovery-image] Aug 12 01:18:21.475 INFO O| Aug 12 01:18:21.475 INFO STEP 689 (remove_files) COMPLETE
73362026-08-12T01:18:22.601Z[ recovery-image] Aug 12 01:18:21.475 INFO O| Aug 12 01:18:21.475 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-08-12T01:18:22.608Z[ recovery-image] Aug 12 01:18:21.485 INFO O| Aug 12 01:18:21.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73382026-08-12T01:18:22.608Z[ recovery-image] Aug 12 01:18:21.485 INFO O| Aug 12 01:18:21.485 INFO STEP 690 (remove_files) COMPLETE
73392026-08-12T01:18:22.608Z[ recovery-image] Aug 12 01:18:21.485 INFO O| Aug 12 01:18:21.485 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-08-12T01:18:22.618Z[ recovery-image] Aug 12 01:18:21.495 INFO O| Aug 12 01:18:21.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73412026-08-12T01:18:22.618Z[ recovery-image] Aug 12 01:18:21.495 INFO O| Aug 12 01:18:21.495 INFO STEP 691 (remove_files) COMPLETE
73422026-08-12T01:18:22.618Z[ recovery-image] Aug 12 01:18:21.495 INFO O| Aug 12 01:18:21.495 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-08-12T01:18:22.629Z[ recovery-image] Aug 12 01:18:21.506 INFO O| Aug 12 01:18:21.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73442026-08-12T01:18:22.629Z[ recovery-image] Aug 12 01:18:21.506 INFO O| Aug 12 01:18:21.506 INFO STEP 692 (remove_files) COMPLETE
73452026-08-12T01:18:22.633Z[ recovery-image] Aug 12 01:18:21.506 INFO O| Aug 12 01:18:21.506 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-08-12T01:18:22.640Z[ recovery-image] Aug 12 01:18:21.516 INFO O| Aug 12 01:18:21.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73472026-08-12T01:18:22.640Z[ recovery-image] Aug 12 01:18:21.516 INFO O| Aug 12 01:18:21.516 INFO STEP 693 (remove_files) COMPLETE
73482026-08-12T01:18:22.640Z[ recovery-image] Aug 12 01:18:21.516 INFO O| Aug 12 01:18:21.516 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-08-12T01:18:22.649Z[ recovery-image] Aug 12 01:18:21.526 INFO O| Aug 12 01:18:21.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73502026-08-12T01:18:22.649Z[ recovery-image] Aug 12 01:18:21.526 INFO O| Aug 12 01:18:21.526 INFO STEP 694 (remove_files) COMPLETE
73512026-08-12T01:18:22.650Z[ recovery-image] Aug 12 01:18:21.526 INFO O| Aug 12 01:18:21.526 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-08-12T01:18:22.676Z[ recovery-image] Aug 12 01:18:21.550 INFO O| Aug 12 01:18:21.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73532026-08-12T01:18:22.676Z[ recovery-image] Aug 12 01:18:21.551 INFO O| Aug 12 01:18:21.551 INFO STEP 695 (remove_files) COMPLETE
73542026-08-12T01:18:22.676Z[ recovery-image] Aug 12 01:18:21.551 INFO O| Aug 12 01:18:21.551 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-08-12T01:18:22.689Z[ recovery-image] Aug 12 01:18:21.560 INFO O| Aug 12 01:18:21.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73562026-08-12T01:18:22.689Z[ recovery-image] Aug 12 01:18:21.560 INFO O| Aug 12 01:18:21.560 INFO STEP 696 (remove_files) COMPLETE
73572026-08-12T01:18:22.692Z[ recovery-image] Aug 12 01:18:21.560 INFO O| Aug 12 01:18:21.560 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-08-12T01:18:22.692Z[ recovery-image] Aug 12 01:18:21.568 INFO O| Aug 12 01:18:21.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73592026-08-12T01:18:22.692Z[ recovery-image] Aug 12 01:18:21.568 INFO O| Aug 12 01:18:21.568 INFO STEP 697 (remove_files) COMPLETE
73602026-08-12T01:18:22.692Z[ recovery-image] Aug 12 01:18:21.568 INFO O| Aug 12 01:18:21.568 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-08-12T01:18:22.700Z[ recovery-image] Aug 12 01:18:21.577 INFO O| Aug 12 01:18:21.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73622026-08-12T01:18:22.700Z[ recovery-image] Aug 12 01:18:21.577 INFO O| Aug 12 01:18:21.577 INFO STEP 698 (remove_files) COMPLETE
73632026-08-12T01:18:22.700Z[ recovery-image] Aug 12 01:18:21.577 INFO O| Aug 12 01:18:21.577 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-08-12T01:18:22.708Z[ recovery-image] Aug 12 01:18:21.585 INFO O| Aug 12 01:18:21.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73652026-08-12T01:18:22.708Z[ recovery-image] Aug 12 01:18:21.585 INFO O| Aug 12 01:18:21.585 INFO STEP 699 (remove_files) COMPLETE
73662026-08-12T01:18:22.708Z[ recovery-image] Aug 12 01:18:21.585 INFO O| Aug 12 01:18:21.585 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-08-12T01:18:22.719Z[ recovery-image] Aug 12 01:18:21.594 INFO O| Aug 12 01:18:21.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73682026-08-12T01:18:22.719Z[ recovery-image] Aug 12 01:18:21.594 INFO O| Aug 12 01:18:21.594 INFO STEP 700 (remove_files) COMPLETE
73692026-08-12T01:18:22.719Z[ recovery-image] Aug 12 01:18:21.594 INFO O| Aug 12 01:18:21.594 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-12T01:18:22.731Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
73712026-08-12T01:18:22.731Z[ recovery-image] Aug 12 01:18:21.603 INFO O| Aug 12 01:18:21.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73722026-08-12T01:18:22.731Z[ recovery-image] Aug 12 01:18:21.603 INFO O| Aug 12 01:18:21.603 INFO STEP 701 (remove_files) COMPLETE
73732026-08-12T01:18:22.735Z[ recovery-image] Aug 12 01:18:21.603 INFO O| Aug 12 01:18:21.603 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-08-12T01:18:22.738Z[ recovery-image] Aug 12 01:18:21.612 INFO O| Aug 12 01:18:21.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73752026-08-12T01:18:22.739Z[ recovery-image] Aug 12 01:18:21.612 INFO O| Aug 12 01:18:21.612 INFO STEP 702 (remove_files) COMPLETE
73762026-08-12T01:18:22.739Z[ recovery-image] Aug 12 01:18:21.612 INFO O| Aug 12 01:18:21.612 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-08-12T01:18:22.746Z[ recovery-image] Aug 12 01:18:21.622 INFO O| Aug 12 01:18:21.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73782026-08-12T01:18:22.746Z[ recovery-image] Aug 12 01:18:21.622 INFO O| Aug 12 01:18:21.622 INFO STEP 703 (remove_files) COMPLETE
73792026-08-12T01:18:22.746Z[ recovery-image] Aug 12 01:18:21.622 INFO O| Aug 12 01:18:21.622 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-08-12T01:18:22.755Z[ recovery-image] Aug 12 01:18:21.631 INFO O| Aug 12 01:18:21.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73812026-08-12T01:18:22.755Z[ recovery-image] Aug 12 01:18:21.631 INFO O| Aug 12 01:18:21.631 INFO STEP 704 (remove_files) COMPLETE
73822026-08-12T01:18:22.755Z[ recovery-image] Aug 12 01:18:21.631 INFO O| Aug 12 01:18:21.631 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-08-12T01:18:22.764Z[ recovery-image] Aug 12 01:18:21.641 INFO O| Aug 12 01:18:21.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
73842026-08-12T01:18:22.764Z[ recovery-image] Aug 12 01:18:21.641 INFO O| Aug 12 01:18:21.641 INFO STEP 705 (remove_files) COMPLETE
73852026-08-12T01:18:22.764Z[ recovery-image] Aug 12 01:18:21.641 INFO O| Aug 12 01:18:21.641 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-08-12T01:18:22.773Z[ recovery-image] Aug 12 01:18:21.650 INFO O| Aug 12 01:18:21.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
73872026-08-12T01:18:22.773Z[ recovery-image] Aug 12 01:18:21.650 INFO O| Aug 12 01:18:21.650 INFO STEP 706 (remove_files) COMPLETE
73882026-08-12T01:18:22.776Z[ recovery-image] Aug 12 01:18:21.650 INFO O| Aug 12 01:18:21.650 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-08-12T01:18:22.783Z[ recovery-image] Aug 12 01:18:21.658 INFO O| Aug 12 01:18:21.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
73902026-08-12T01:18:22.783Z[ recovery-image] Aug 12 01:18:21.658 INFO O| Aug 12 01:18:21.658 INFO STEP 707 (remove_files) COMPLETE
73912026-08-12T01:18:22.783Z[ recovery-image] Aug 12 01:18:21.658 INFO O| Aug 12 01:18:21.658 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-08-12T01:18:22.790Z[ recovery-image] Aug 12 01:18:21.667 INFO O| Aug 12 01:18:21.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
73932026-08-12T01:18:22.790Z[ recovery-image] Aug 12 01:18:21.667 INFO O| Aug 12 01:18:21.667 INFO STEP 708 (remove_files) COMPLETE
73942026-08-12T01:18:22.790Z[ recovery-image] Aug 12 01:18:21.667 INFO O| Aug 12 01:18:21.667 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-08-12T01:18:22.798Z[ recovery-image] Aug 12 01:18:21.675 INFO O| Aug 12 01:18:21.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
73962026-08-12T01:18:22.798Z[ recovery-image] Aug 12 01:18:21.675 INFO O| Aug 12 01:18:21.675 INFO STEP 709 (remove_files) COMPLETE
73972026-08-12T01:18:22.798Z[ recovery-image] Aug 12 01:18:21.675 INFO O| Aug 12 01:18:21.675 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-08-12T01:18:22.806Z[ recovery-image] Aug 12 01:18:21.683 INFO O| Aug 12 01:18:21.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
73992026-08-12T01:18:22.806Z[ recovery-image] Aug 12 01:18:21.683 INFO O| Aug 12 01:18:21.683 INFO STEP 710 (remove_files) COMPLETE
74002026-08-12T01:18:22.806Z[ recovery-image] Aug 12 01:18:21.683 INFO O| Aug 12 01:18:21.683 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-08-12T01:18:22.815Z[ recovery-image] Aug 12 01:18:21.691 INFO O| Aug 12 01:18:21.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74022026-08-12T01:18:22.815Z[ recovery-image] Aug 12 01:18:21.691 INFO O| Aug 12 01:18:21.691 INFO STEP 711 (remove_files) COMPLETE
74032026-08-12T01:18:22.815Z[ recovery-image] Aug 12 01:18:21.691 INFO O| Aug 12 01:18:21.691 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-08-12T01:18:22.825Z[ recovery-image] Aug 12 01:18:21.699 INFO O| Aug 12 01:18:21.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74052026-08-12T01:18:22.825Z[ recovery-image] Aug 12 01:18:21.699 INFO O| Aug 12 01:18:21.699 INFO STEP 712 (remove_files) COMPLETE
74062026-08-12T01:18:22.825Z[ recovery-image] Aug 12 01:18:21.699 INFO O| Aug 12 01:18:21.699 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-08-12T01:18:22.832Z[ recovery-image] Aug 12 01:18:21.708 INFO O| Aug 12 01:18:21.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74082026-08-12T01:18:22.832Z[ recovery-image] Aug 12 01:18:21.708 INFO O| Aug 12 01:18:21.708 INFO STEP 713 (remove_files) COMPLETE
74092026-08-12T01:18:22.836Z[ recovery-image] Aug 12 01:18:21.708 INFO O| Aug 12 01:18:21.708 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-08-12T01:18:22.842Z[ recovery-image] Aug 12 01:18:21.718 INFO O| Aug 12 01:18:21.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74112026-08-12T01:18:22.842Z[ recovery-image] Aug 12 01:18:21.718 INFO O| Aug 12 01:18:21.718 INFO STEP 714 (remove_files) COMPLETE
74122026-08-12T01:18:22.842Z[ recovery-image] Aug 12 01:18:21.718 INFO O| Aug 12 01:18:21.718 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-08-12T01:18:22.862Z[ recovery-image] Aug 12 01:18:21.730 INFO O| Aug 12 01:18:21.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74142026-08-12T01:18:22.862Z[ recovery-image] Aug 12 01:18:21.730 INFO O| Aug 12 01:18:21.730 INFO STEP 715 (remove_files) COMPLETE
74152026-08-12T01:18:22.862Z[ recovery-image] Aug 12 01:18:21.730 INFO O| Aug 12 01:18:21.730 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-08-12T01:18:22.866Z[ recovery-image] Aug 12 01:18:21.739 INFO O| Aug 12 01:18:21.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74172026-08-12T01:18:22.919Z[ recovery-image] Aug 12 01:18:21.794 INFO O| Aug 12 01:18:21.793 INFO STEP 716 (remove_files) COMPLETE
74182026-08-12T01:18:22.919Z[ recovery-image] Aug 12 01:18:21.794 INFO O| Aug 12 01:18:21.794 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-08-12T01:18:22.931Z[ recovery-image] Aug 12 01:18:21.808 INFO O| Aug 12 01:18:21.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74202026-08-12T01:18:22.931Z[ recovery-image] Aug 12 01:18:21.808 INFO O| Aug 12 01:18:21.808 INFO STEP 717 (remove_files) COMPLETE
74212026-08-12T01:18:22.931Z[ recovery-image] Aug 12 01:18:21.808 INFO O| Aug 12 01:18:21.808 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-08-12T01:18:22.941Z[ recovery-image] Aug 12 01:18:21.818 INFO O| Aug 12 01:18:21.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74232026-08-12T01:18:22.942Z[ recovery-image] Aug 12 01:18:21.818 INFO O| Aug 12 01:18:21.818 INFO STEP 718 (remove_files) COMPLETE
74242026-08-12T01:18:22.942Z[ recovery-image] Aug 12 01:18:21.818 INFO O| Aug 12 01:18:21.818 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-08-12T01:18:22.953Z[ recovery-image] Aug 12 01:18:21.830 INFO O| Aug 12 01:18:21.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74262026-08-12T01:18:22.953Z[ recovery-image] Aug 12 01:18:21.830 INFO O| Aug 12 01:18:21.830 INFO STEP 719 (remove_files) COMPLETE
74272026-08-12T01:18:22.953Z[ recovery-image] Aug 12 01:18:21.830 INFO O| Aug 12 01:18:21.830 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-08-12T01:18:22.966Z[ recovery-image] Aug 12 01:18:21.840 INFO O| Aug 12 01:18:21.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74292026-08-12T01:18:22.985Z[ recovery-image] Aug 12 01:18:21.860 INFO O| Aug 12 01:18:21.860 INFO STEP 720 (remove_files) COMPLETE
74302026-08-12T01:18:22.985Z[ recovery-image] Aug 12 01:18:21.860 INFO O| Aug 12 01:18:21.860 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-08-12T01:18:22.994Z[ recovery-image] Aug 12 01:18:21.871 INFO O| Aug 12 01:18:21.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74322026-08-12T01:18:22.994Z[ recovery-image] Aug 12 01:18:21.871 INFO O| Aug 12 01:18:21.871 INFO STEP 721 (remove_files) COMPLETE
74332026-08-12T01:18:22.998Z[ recovery-image] Aug 12 01:18:21.871 INFO O| Aug 12 01:18:21.871 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-08-12T01:18:23.004Z[ recovery-image] Aug 12 01:18:21.881 INFO O| Aug 12 01:18:21.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74352026-08-12T01:18:23.004Z[ recovery-image] Aug 12 01:18:21.881 INFO O| Aug 12 01:18:21.881 INFO STEP 722 (remove_files) COMPLETE
74362026-08-12T01:18:23.007Z[ recovery-image] Aug 12 01:18:21.881 INFO O| Aug 12 01:18:21.881 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-08-12T01:18:23.014Z[ recovery-image] Aug 12 01:18:21.891 INFO O| Aug 12 01:18:21.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74382026-08-12T01:18:23.014Z[ recovery-image] Aug 12 01:18:21.891 INFO O| Aug 12 01:18:21.891 INFO STEP 723 (remove_files) COMPLETE
74392026-08-12T01:18:23.014Z[ recovery-image] Aug 12 01:18:21.891 INFO O| Aug 12 01:18:21.891 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-08-12T01:18:23.023Z[ recovery-image] Aug 12 01:18:21.900 INFO O| Aug 12 01:18:21.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74412026-08-12T01:18:23.024Z[ recovery-image] Aug 12 01:18:21.900 INFO O| Aug 12 01:18:21.900 INFO STEP 724 (remove_files) COMPLETE
74422026-08-12T01:18:23.027Z[ recovery-image] Aug 12 01:18:21.900 INFO O| Aug 12 01:18:21.900 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-08-12T01:18:23.034Z[ recovery-image] Aug 12 01:18:21.911 INFO O| Aug 12 01:18:21.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74442026-08-12T01:18:23.034Z[ recovery-image] Aug 12 01:18:21.911 INFO O| Aug 12 01:18:21.911 INFO STEP 725 (remove_files) COMPLETE
74452026-08-12T01:18:23.037Z[ recovery-image] Aug 12 01:18:21.911 INFO O| Aug 12 01:18:21.911 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-08-12T01:18:23.065Z[ recovery-image] Aug 12 01:18:21.942 INFO O| Aug 12 01:18:21.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74472026-08-12T01:18:23.066Z[ recovery-image] Aug 12 01:18:21.942 INFO O| Aug 12 01:18:21.942 INFO STEP 726 (remove_files) COMPLETE
74482026-08-12T01:18:23.066Z[ recovery-image] Aug 12 01:18:21.942 INFO O| Aug 12 01:18:21.942 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-08-12T01:18:23.075Z[ recovery-image] Aug 12 01:18:21.952 INFO O| Aug 12 01:18:21.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74502026-08-12T01:18:23.075Z[ recovery-image] Aug 12 01:18:21.952 INFO O| Aug 12 01:18:21.952 INFO STEP 727 (remove_files) COMPLETE
74512026-08-12T01:18:23.079Z[ recovery-image] Aug 12 01:18:21.952 INFO O| Aug 12 01:18:21.952 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-08-12T01:18:23.084Z[ recovery-image] Aug 12 01:18:21.961 INFO O| Aug 12 01:18:21.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74532026-08-12T01:18:23.084Z[ recovery-image] Aug 12 01:18:21.961 INFO O| Aug 12 01:18:21.961 INFO STEP 728 (remove_files) COMPLETE
74542026-08-12T01:18:23.084Z[ recovery-image] Aug 12 01:18:21.961 INFO O| Aug 12 01:18:21.961 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-08-12T01:18:23.093Z[ recovery-image] Aug 12 01:18:21.970 INFO O| Aug 12 01:18:21.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74562026-08-12T01:18:23.093Z[ recovery-image] Aug 12 01:18:21.970 INFO O| Aug 12 01:18:21.970 INFO STEP 729 (remove_files) COMPLETE
74572026-08-12T01:18:23.093Z[ recovery-image] Aug 12 01:18:21.970 INFO O| Aug 12 01:18:21.970 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-08-12T01:18:23.102Z[ recovery-image] Aug 12 01:18:21.978 INFO O| Aug 12 01:18:21.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74592026-08-12T01:18:23.102Z[ recovery-image] Aug 12 01:18:21.979 INFO O| Aug 12 01:18:21.979 INFO STEP 730 (remove_files) COMPLETE
74602026-08-12T01:18:23.102Z[ recovery-image] Aug 12 01:18:21.979 INFO O| Aug 12 01:18:21.979 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-08-12T01:18:23.111Z[ recovery-image] Aug 12 01:18:21.988 INFO O| Aug 12 01:18:21.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74622026-08-12T01:18:23.111Z[ recovery-image] Aug 12 01:18:21.988 INFO O| Aug 12 01:18:21.988 INFO STEP 731 (remove_files) COMPLETE
74632026-08-12T01:18:23.115Z[ recovery-image] Aug 12 01:18:21.988 INFO O| Aug 12 01:18:21.988 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-08-12T01:18:23.121Z[ recovery-image] Aug 12 01:18:21.997 INFO O| Aug 12 01:18:21.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74652026-08-12T01:18:23.121Z[ recovery-image] Aug 12 01:18:21.997 INFO O| Aug 12 01:18:21.997 INFO STEP 732 (remove_files) COMPLETE
74662026-08-12T01:18:23.125Z[ recovery-image] Aug 12 01:18:21.997 INFO O| Aug 12 01:18:21.997 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-08-12T01:18:23.159Z[ recovery-image] Aug 12 01:18:22.034 INFO O| Aug 12 01:18:22.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74682026-08-12T01:18:23.159Z[ recovery-image] Aug 12 01:18:22.034 INFO O| Aug 12 01:18:22.034 INFO STEP 733 (remove_files) COMPLETE
74692026-08-12T01:18:23.159Z[ recovery-image] Aug 12 01:18:22.034 INFO O| Aug 12 01:18:22.034 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-08-12T01:18:23.168Z[ recovery-image] Aug 12 01:18:22.044 INFO O| Aug 12 01:18:22.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74712026-08-12T01:18:23.168Z[ recovery-image] Aug 12 01:18:22.044 INFO O| Aug 12 01:18:22.044 INFO STEP 734 (remove_files) COMPLETE
74722026-08-12T01:18:23.171Z[ recovery-image] Aug 12 01:18:22.044 INFO O| Aug 12 01:18:22.044 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-08-12T01:18:23.177Z[ recovery-image] Aug 12 01:18:22.054 INFO O| Aug 12 01:18:22.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74742026-08-12T01:18:23.177Z[ recovery-image] Aug 12 01:18:22.054 INFO O| Aug 12 01:18:22.054 INFO STEP 735 (remove_files) COMPLETE
74752026-08-12T01:18:23.177Z[ recovery-image] Aug 12 01:18:22.054 INFO O| Aug 12 01:18:22.054 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-08-12T01:18:23.186Z[ recovery-image] Aug 12 01:18:22.063 INFO O| Aug 12 01:18:22.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74772026-08-12T01:18:23.186Z[ recovery-image] Aug 12 01:18:22.063 INFO O| Aug 12 01:18:22.063 INFO STEP 736 (remove_files) COMPLETE
74782026-08-12T01:18:23.186Z[ recovery-image] Aug 12 01:18:22.063 INFO O| Aug 12 01:18:22.063 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-08-12T01:18:23.196Z[ recovery-image] Aug 12 01:18:22.073 INFO O| Aug 12 01:18:22.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74802026-08-12T01:18:23.196Z[ recovery-image] Aug 12 01:18:22.073 INFO O| Aug 12 01:18:22.073 INFO STEP 737 (remove_files) COMPLETE
74812026-08-12T01:18:23.200Z[ recovery-image] Aug 12 01:18:22.073 INFO O| Aug 12 01:18:22.073 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-08-12T01:18:23.205Z[ recovery-image] Aug 12 01:18:22.082 INFO O| Aug 12 01:18:22.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
74832026-08-12T01:18:23.205Z[ recovery-image] Aug 12 01:18:22.082 INFO O| Aug 12 01:18:22.082 INFO STEP 738 (remove_files) COMPLETE
74842026-08-12T01:18:23.208Z[ recovery-image] Aug 12 01:18:22.082 INFO O| Aug 12 01:18:22.082 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-08-12T01:18:23.213Z[ recovery-image] Aug 12 01:18:22.090 INFO O| Aug 12 01:18:22.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
74862026-08-12T01:18:23.217Z[ recovery-image] Aug 12 01:18:22.090 INFO O| Aug 12 01:18:22.090 INFO STEP 739 (remove_files) COMPLETE
74872026-08-12T01:18:23.217Z[ recovery-image] Aug 12 01:18:22.090 INFO O| Aug 12 01:18:22.090 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-08-12T01:18:23.222Z[ recovery-image] Aug 12 01:18:22.099 INFO O| Aug 12 01:18:22.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
74892026-08-12T01:18:23.222Z[ recovery-image] Aug 12 01:18:22.099 INFO O| Aug 12 01:18:22.099 INFO STEP 740 (remove_files) COMPLETE
74902026-08-12T01:18:23.222Z[ recovery-image] Aug 12 01:18:22.099 INFO O| Aug 12 01:18:22.099 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-08-12T01:18:23.236Z[ recovery-image] Aug 12 01:18:22.110 INFO O| Aug 12 01:18:22.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
74922026-08-12T01:18:23.236Z[ recovery-image] Aug 12 01:18:22.110 INFO O| Aug 12 01:18:22.110 INFO STEP 741 (remove_files) COMPLETE
74932026-08-12T01:18:23.241Z[ recovery-image] Aug 12 01:18:22.110 INFO O| Aug 12 01:18:22.110 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-08-12T01:18:23.245Z[ recovery-image] Aug 12 01:18:22.119 INFO O| Aug 12 01:18:22.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
74952026-08-12T01:18:23.245Z[ recovery-image] Aug 12 01:18:22.119 INFO O| Aug 12 01:18:22.119 INFO STEP 742 (remove_files) COMPLETE
74962026-08-12T01:18:23.245Z[ recovery-image] Aug 12 01:18:22.119 INFO O| Aug 12 01:18:22.119 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-08-12T01:18:23.251Z[verify-libraries] Compiling samael v0.0.19
74982026-08-12T01:18:23.254Z[ recovery-image] Aug 12 01:18:22.129 INFO O| Aug 12 01:18:22.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
74992026-08-12T01:18:23.254Z[ recovery-image] Aug 12 01:18:22.129 INFO O| Aug 12 01:18:22.129 INFO STEP 743 (remove_files) COMPLETE
75002026-08-12T01:18:23.254Z[ recovery-image] Aug 12 01:18:22.129 INFO O| Aug 12 01:18:22.129 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-08-12T01:18:23.263Z[ recovery-image] Aug 12 01:18:22.140 INFO O| Aug 12 01:18:22.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75022026-08-12T01:18:23.263Z[ recovery-image] Aug 12 01:18:22.140 INFO O| Aug 12 01:18:22.140 INFO STEP 744 (remove_files) COMPLETE
75032026-08-12T01:18:23.263Z[ recovery-image] Aug 12 01:18:22.140 INFO O| Aug 12 01:18:22.140 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-08-12T01:18:23.273Z[ recovery-image] Aug 12 01:18:22.150 INFO O| Aug 12 01:18:22.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75052026-08-12T01:18:23.273Z[ recovery-image] Aug 12 01:18:22.150 INFO O| Aug 12 01:18:22.150 INFO STEP 745 (remove_files) COMPLETE
75062026-08-12T01:18:23.273Z[ recovery-image] Aug 12 01:18:22.150 INFO O| Aug 12 01:18:22.150 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-08-12T01:18:23.283Z[ recovery-image] Aug 12 01:18:22.160 INFO O| Aug 12 01:18:22.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75082026-08-12T01:18:23.283Z[ recovery-image] Aug 12 01:18:22.160 INFO O| Aug 12 01:18:22.160 INFO STEP 746 (remove_files) COMPLETE
75092026-08-12T01:18:23.286Z[ recovery-image] Aug 12 01:18:22.160 INFO O| Aug 12 01:18:22.160 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-08-12T01:18:23.294Z[ recovery-image] Aug 12 01:18:22.171 INFO O| Aug 12 01:18:22.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75112026-08-12T01:18:23.294Z[ recovery-image] Aug 12 01:18:22.171 INFO O| Aug 12 01:18:22.171 INFO STEP 747 (remove_files) COMPLETE
75122026-08-12T01:18:23.294Z[ recovery-image] Aug 12 01:18:22.171 INFO O| Aug 12 01:18:22.171 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-08-12T01:18:23.304Z[ recovery-image] Aug 12 01:18:22.180 INFO O| Aug 12 01:18:22.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75142026-08-12T01:18:23.304Z[ recovery-image] Aug 12 01:18:22.180 INFO O| Aug 12 01:18:22.180 INFO STEP 748 (remove_files) COMPLETE
75152026-08-12T01:18:23.304Z[ recovery-image] Aug 12 01:18:22.180 INFO O| Aug 12 01:18:22.180 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-08-12T01:18:23.313Z[ recovery-image] Aug 12 01:18:22.190 INFO O| Aug 12 01:18:22.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75172026-08-12T01:18:23.313Z[ recovery-image] Aug 12 01:18:22.190 INFO O| Aug 12 01:18:22.190 INFO STEP 749 (remove_files) COMPLETE
75182026-08-12T01:18:23.313Z[ recovery-image] Aug 12 01:18:22.190 INFO O| Aug 12 01:18:22.190 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-08-12T01:18:23.323Z[ recovery-image] Aug 12 01:18:22.200 INFO O| Aug 12 01:18:22.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75202026-08-12T01:18:23.323Z[ recovery-image] Aug 12 01:18:22.200 INFO O| Aug 12 01:18:22.199 INFO STEP 750 (remove_files) COMPLETE
75212026-08-12T01:18:23.323Z[ recovery-image] Aug 12 01:18:22.200 INFO O| Aug 12 01:18:22.199 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-08-12T01:18:23.332Z[ recovery-image] Aug 12 01:18:22.208 INFO O| Aug 12 01:18:22.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75232026-08-12T01:18:23.332Z[ recovery-image] Aug 12 01:18:22.209 INFO O| Aug 12 01:18:22.209 INFO STEP 751 (remove_files) COMPLETE
75242026-08-12T01:18:23.332Z[ recovery-image] Aug 12 01:18:22.209 INFO O| Aug 12 01:18:22.209 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-08-12T01:18:23.340Z[ recovery-image] Aug 12 01:18:22.217 INFO O| Aug 12 01:18:22.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75262026-08-12T01:18:23.340Z[ recovery-image] Aug 12 01:18:22.217 INFO O| Aug 12 01:18:22.217 INFO STEP 752 (remove_files) COMPLETE
75272026-08-12T01:18:23.340Z[ recovery-image] Aug 12 01:18:22.217 INFO O| Aug 12 01:18:22.217 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-08-12T01:18:23.350Z[ recovery-image] Aug 12 01:18:22.227 INFO O| Aug 12 01:18:22.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75292026-08-12T01:18:23.350Z[ recovery-image] Aug 12 01:18:22.227 INFO O| Aug 12 01:18:22.227 INFO STEP 753 (remove_files) COMPLETE
75302026-08-12T01:18:23.350Z[ recovery-image] Aug 12 01:18:22.227 INFO O| Aug 12 01:18:22.227 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-08-12T01:18:23.361Z[ recovery-image] Aug 12 01:18:22.237 INFO O| Aug 12 01:18:22.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75322026-08-12T01:18:23.361Z[ recovery-image] Aug 12 01:18:22.237 INFO O| Aug 12 01:18:22.237 INFO STEP 754 (remove_files) COMPLETE
75332026-08-12T01:18:23.370Z[ recovery-image] Aug 12 01:18:22.237 INFO O| Aug 12 01:18:22.237 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-08-12T01:18:23.398Z[ recovery-image] Aug 12 01:18:22.246 INFO O| Aug 12 01:18:22.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75352026-08-12T01:18:23.398Z[ recovery-image] Aug 12 01:18:22.246 INFO O| Aug 12 01:18:22.246 INFO STEP 755 (remove_files) COMPLETE
75362026-08-12T01:18:23.398Z[ recovery-image] Aug 12 01:18:22.246 INFO O| Aug 12 01:18:22.246 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-08-12T01:18:23.405Z[ recovery-image] Aug 12 01:18:22.257 INFO O| Aug 12 01:18:22.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75382026-08-12T01:18:23.405Z[ recovery-image] Aug 12 01:18:22.257 INFO O| Aug 12 01:18:22.257 INFO STEP 756 (remove_files) COMPLETE
75392026-08-12T01:18:23.405Z[ recovery-image] Aug 12 01:18:22.257 INFO O| Aug 12 01:18:22.257 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-08-12T01:18:23.405Z[ recovery-image] Aug 12 01:18:22.267 INFO O| Aug 12 01:18:22.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75412026-08-12T01:18:23.405Z[ recovery-image] Aug 12 01:18:22.267 INFO O| Aug 12 01:18:22.267 INFO STEP 757 (remove_files) COMPLETE
75422026-08-12T01:18:23.405Z[ recovery-image] Aug 12 01:18:22.267 INFO O| Aug 12 01:18:22.267 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-08-12T01:18:23.405Z[ recovery-image] Aug 12 01:18:22.275 INFO O| Aug 12 01:18:22.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75442026-08-12T01:18:23.405Z[ recovery-image] Aug 12 01:18:22.276 INFO O| Aug 12 01:18:22.276 INFO STEP 758 (remove_files) COMPLETE
75452026-08-12T01:18:23.405Z[ recovery-image] Aug 12 01:18:22.276 INFO O| Aug 12 01:18:22.276 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-08-12T01:18:23.414Z[ recovery-image] Aug 12 01:18:22.285 INFO O| Aug 12 01:18:22.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75472026-08-12T01:18:23.414Z[ recovery-image] Aug 12 01:18:22.285 INFO O| Aug 12 01:18:22.285 INFO STEP 759 (remove_files) COMPLETE
75482026-08-12T01:18:23.414Z[ recovery-image] Aug 12 01:18:22.285 INFO O| Aug 12 01:18:22.285 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-08-12T01:18:23.424Z[ recovery-image] Aug 12 01:18:22.293 INFO O| Aug 12 01:18:22.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75502026-08-12T01:18:23.424Z[ recovery-image] Aug 12 01:18:22.294 INFO O| Aug 12 01:18:22.294 INFO STEP 760 (remove_files) COMPLETE
75512026-08-12T01:18:23.424Z[ recovery-image] Aug 12 01:18:22.294 INFO O| Aug 12 01:18:22.294 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-08-12T01:18:23.431Z[ recovery-image] Aug 12 01:18:22.305 INFO O| Aug 12 01:18:22.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75532026-08-12T01:18:23.431Z[ recovery-image] Aug 12 01:18:22.305 INFO O| Aug 12 01:18:22.305 INFO STEP 761 (remove_files) COMPLETE
75542026-08-12T01:18:23.431Z[ recovery-image] Aug 12 01:18:22.305 INFO O| Aug 12 01:18:22.305 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-08-12T01:18:23.439Z[ recovery-image] Aug 12 01:18:22.315 INFO O| Aug 12 01:18:22.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75562026-08-12T01:18:23.439Z[ recovery-image] Aug 12 01:18:22.315 INFO O| Aug 12 01:18:22.315 INFO STEP 762 (remove_files) COMPLETE
75572026-08-12T01:18:23.439Z[ recovery-image] Aug 12 01:18:22.315 INFO O| Aug 12 01:18:22.315 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-08-12T01:18:23.449Z[ recovery-image] Aug 12 01:18:22.326 INFO O| Aug 12 01:18:22.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75592026-08-12T01:18:23.449Z[ recovery-image] Aug 12 01:18:22.326 INFO O| Aug 12 01:18:22.326 INFO STEP 763 (remove_files) COMPLETE
75602026-08-12T01:18:23.453Z[ recovery-image] Aug 12 01:18:22.326 INFO O| Aug 12 01:18:22.326 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-08-12T01:18:23.460Z[ recovery-image] Aug 12 01:18:22.336 INFO O| Aug 12 01:18:22.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75622026-08-12T01:18:23.461Z[ recovery-image] Aug 12 01:18:22.336 INFO O| Aug 12 01:18:22.336 INFO STEP 764 (remove_files) COMPLETE
75632026-08-12T01:18:23.461Z[ recovery-image] Aug 12 01:18:22.336 INFO O| Aug 12 01:18:22.336 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-08-12T01:18:23.469Z[ recovery-image] Aug 12 01:18:22.346 INFO O| Aug 12 01:18:22.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75652026-08-12T01:18:23.469Z[ recovery-image] Aug 12 01:18:22.346 INFO O| Aug 12 01:18:22.346 INFO STEP 765 (remove_files) COMPLETE
75662026-08-12T01:18:23.469Z[ recovery-image] Aug 12 01:18:22.346 INFO O| Aug 12 01:18:22.346 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-08-12T01:18:23.480Z[ recovery-image] Aug 12 01:18:22.357 INFO O| Aug 12 01:18:22.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75682026-08-12T01:18:23.480Z[ recovery-image] Aug 12 01:18:22.357 INFO O| Aug 12 01:18:22.357 INFO STEP 766 (remove_files) COMPLETE
75692026-08-12T01:18:23.480Z[ recovery-image] Aug 12 01:18:22.357 INFO O| Aug 12 01:18:22.357 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-08-12T01:18:23.490Z[ recovery-image] Aug 12 01:18:22.367 INFO O| Aug 12 01:18:22.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75712026-08-12T01:18:23.490Z[ recovery-image] Aug 12 01:18:22.367 INFO O| Aug 12 01:18:22.367 INFO STEP 767 (remove_files) COMPLETE
75722026-08-12T01:18:23.490Z[ recovery-image] Aug 12 01:18:22.367 INFO O| Aug 12 01:18:22.367 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-08-12T01:18:23.506Z[ recovery-image] Aug 12 01:18:22.380 INFO O| Aug 12 01:18:22.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75742026-08-12T01:18:23.506Z[ recovery-image] Aug 12 01:18:22.380 INFO O| Aug 12 01:18:22.376 INFO STEP 768 (remove_files) COMPLETE
75752026-08-12T01:18:23.506Z[ recovery-image] Aug 12 01:18:22.380 INFO O| Aug 12 01:18:22.376 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-08-12T01:18:23.512Z[ recovery-image] Aug 12 01:18:22.385 INFO O| Aug 12 01:18:22.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75772026-08-12T01:18:23.512Z[ recovery-image] Aug 12 01:18:22.385 INFO O| Aug 12 01:18:22.385 INFO STEP 769 (remove_files) COMPLETE
75782026-08-12T01:18:23.512Z[ recovery-image] Aug 12 01:18:22.385 INFO O| Aug 12 01:18:22.385 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-08-12T01:18:23.518Z[ recovery-image] Aug 12 01:18:22.394 INFO O| Aug 12 01:18:22.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75802026-08-12T01:18:23.518Z[ recovery-image] Aug 12 01:18:22.394 INFO O| Aug 12 01:18:22.394 INFO STEP 770 (remove_files) COMPLETE
75812026-08-12T01:18:23.518Z[ recovery-image] Aug 12 01:18:22.394 INFO O| Aug 12 01:18:22.394 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-08-12T01:18:23.526Z[ recovery-image] Aug 12 01:18:22.403 INFO O| Aug 12 01:18:22.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
75832026-08-12T01:18:23.526Z[ recovery-image] Aug 12 01:18:22.403 INFO O| Aug 12 01:18:22.403 INFO STEP 771 (remove_files) COMPLETE
75842026-08-12T01:18:23.531Z[ recovery-image] Aug 12 01:18:22.403 INFO O| Aug 12 01:18:22.403 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-08-12T01:18:23.535Z[ recovery-image] Aug 12 01:18:22.412 INFO O| Aug 12 01:18:22.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
75862026-08-12T01:18:23.535Z[ recovery-image] Aug 12 01:18:22.412 INFO O| Aug 12 01:18:22.412 INFO STEP 772 (remove_files) COMPLETE
75872026-08-12T01:18:23.538Z[ recovery-image] Aug 12 01:18:22.412 INFO O| Aug 12 01:18:22.412 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-08-12T01:18:23.547Z[ recovery-image] Aug 12 01:18:22.423 INFO O| Aug 12 01:18:22.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
75892026-08-12T01:18:23.547Z[ recovery-image] Aug 12 01:18:22.423 INFO O| Aug 12 01:18:22.423 INFO STEP 773 (remove_files) COMPLETE
75902026-08-12T01:18:23.551Z[ recovery-image] Aug 12 01:18:22.423 INFO O| Aug 12 01:18:22.423 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-08-12T01:18:23.556Z[ recovery-image] Aug 12 01:18:22.433 INFO O| Aug 12 01:18:22.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
75922026-08-12T01:18:23.556Z[ recovery-image] Aug 12 01:18:22.433 INFO O| Aug 12 01:18:22.433 INFO STEP 774 (remove_files) COMPLETE
75932026-08-12T01:18:23.560Z[ recovery-image] Aug 12 01:18:22.433 INFO O| Aug 12 01:18:22.433 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-08-12T01:18:23.567Z[ recovery-image] Aug 12 01:18:22.443 INFO O| Aug 12 01:18:22.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
75952026-08-12T01:18:23.567Z[ recovery-image] Aug 12 01:18:22.443 INFO O| Aug 12 01:18:22.443 INFO STEP 775 (remove_files) COMPLETE
75962026-08-12T01:18:23.567Z[ recovery-image] Aug 12 01:18:22.443 INFO O| Aug 12 01:18:22.443 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-08-12T01:18:23.576Z[ recovery-image] Aug 12 01:18:22.453 INFO O| Aug 12 01:18:22.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
75982026-08-12T01:18:23.576Z[ recovery-image] Aug 12 01:18:22.453 INFO O| Aug 12 01:18:22.453 INFO STEP 776 (remove_files) COMPLETE
75992026-08-12T01:18:23.580Z[ recovery-image] Aug 12 01:18:22.453 INFO O| Aug 12 01:18:22.453 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-08-12T01:18:23.586Z[ recovery-image] Aug 12 01:18:22.463 INFO O| Aug 12 01:18:22.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76012026-08-12T01:18:23.586Z[ recovery-image] Aug 12 01:18:22.463 INFO O| Aug 12 01:18:22.463 INFO STEP 777 (remove_files) COMPLETE
76022026-08-12T01:18:23.586Z[ recovery-image] Aug 12 01:18:22.463 INFO O| Aug 12 01:18:22.463 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-08-12T01:18:23.595Z[ recovery-image] Aug 12 01:18:22.472 INFO O| Aug 12 01:18:22.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76042026-08-12T01:18:23.595Z[ recovery-image] Aug 12 01:18:22.472 INFO O| Aug 12 01:18:22.472 INFO STEP 778 (remove_files) COMPLETE
76052026-08-12T01:18:23.601Z[ recovery-image] Aug 12 01:18:22.472 INFO O| Aug 12 01:18:22.472 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-08-12T01:18:23.604Z[ recovery-image] Aug 12 01:18:22.481 INFO O| Aug 12 01:18:22.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76072026-08-12T01:18:23.604Z[ recovery-image] Aug 12 01:18:22.481 INFO O| Aug 12 01:18:22.481 INFO STEP 779 (remove_files) COMPLETE
76082026-08-12T01:18:23.604Z[ recovery-image] Aug 12 01:18:22.481 INFO O| Aug 12 01:18:22.481 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-08-12T01:18:23.613Z[ recovery-image] Aug 12 01:18:22.490 INFO O| Aug 12 01:18:22.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76102026-08-12T01:18:23.613Z[ recovery-image] Aug 12 01:18:22.490 INFO O| Aug 12 01:18:22.490 INFO STEP 780 (remove_files) COMPLETE
76112026-08-12T01:18:23.614Z[ recovery-image] Aug 12 01:18:22.490 INFO O| Aug 12 01:18:22.490 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-08-12T01:18:23.636Z[ recovery-image] Aug 12 01:18:22.513 INFO O| Aug 12 01:18:22.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76132026-08-12T01:18:23.636Z[ recovery-image] Aug 12 01:18:22.513 INFO O| Aug 12 01:18:22.513 INFO STEP 781 (remove_files) COMPLETE
76142026-08-12T01:18:23.636Z[ recovery-image] Aug 12 01:18:22.513 INFO O| Aug 12 01:18:22.513 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-08-12T01:18:23.646Z[ recovery-image] Aug 12 01:18:22.523 INFO O| Aug 12 01:18:22.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76162026-08-12T01:18:23.646Z[ recovery-image] Aug 12 01:18:22.523 INFO O| Aug 12 01:18:22.523 INFO STEP 782 (remove_files) COMPLETE
76172026-08-12T01:18:23.649Z[ recovery-image] Aug 12 01:18:22.523 INFO O| Aug 12 01:18:22.523 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-08-12T01:18:23.658Z[ recovery-image] Aug 12 01:18:22.532 INFO O| Aug 12 01:18:22.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76192026-08-12T01:18:23.658Z[ recovery-image] Aug 12 01:18:22.532 INFO O| Aug 12 01:18:22.532 INFO STEP 783 (remove_files) COMPLETE
76202026-08-12T01:18:23.659Z[ recovery-image] Aug 12 01:18:22.532 INFO O| Aug 12 01:18:22.532 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-08-12T01:18:23.667Z[ recovery-image] Aug 12 01:18:22.540 INFO O| Aug 12 01:18:22.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76222026-08-12T01:18:23.667Z[ recovery-image] Aug 12 01:18:22.540 INFO O| Aug 12 01:18:22.540 INFO STEP 784 (remove_files) COMPLETE
76232026-08-12T01:18:23.667Z[ recovery-image] Aug 12 01:18:22.540 INFO O| Aug 12 01:18:22.540 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-08-12T01:18:23.672Z[ recovery-image] Aug 12 01:18:22.549 INFO O| Aug 12 01:18:22.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76252026-08-12T01:18:23.672Z[ recovery-image] Aug 12 01:18:22.549 INFO O| Aug 12 01:18:22.549 INFO STEP 785 (remove_files) COMPLETE
76262026-08-12T01:18:23.672Z[ recovery-image] Aug 12 01:18:22.549 INFO O| Aug 12 01:18:22.549 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-08-12T01:18:23.681Z[ recovery-image] Aug 12 01:18:22.558 INFO O| Aug 12 01:18:22.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76282026-08-12T01:18:23.681Z[ recovery-image] Aug 12 01:18:22.558 INFO O| Aug 12 01:18:22.558 INFO STEP 786 (remove_files) COMPLETE
76292026-08-12T01:18:23.681Z[ recovery-image] Aug 12 01:18:22.558 INFO O| Aug 12 01:18:22.558 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-08-12T01:18:23.690Z[ recovery-image] Aug 12 01:18:22.566 INFO O| Aug 12 01:18:22.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76312026-08-12T01:18:23.690Z[ recovery-image] Aug 12 01:18:22.566 INFO O| Aug 12 01:18:22.566 INFO STEP 787 (remove_files) COMPLETE
76322026-08-12T01:18:23.690Z[ recovery-image] Aug 12 01:18:22.566 INFO O| Aug 12 01:18:22.566 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-08-12T01:18:23.700Z[ recovery-image] Aug 12 01:18:22.575 INFO O| Aug 12 01:18:22.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76342026-08-12T01:18:23.700Z[ recovery-image] Aug 12 01:18:22.575 INFO O| Aug 12 01:18:22.575 INFO STEP 788 (remove_files) COMPLETE
76352026-08-12T01:18:23.700Z[ recovery-image] Aug 12 01:18:22.575 INFO O| Aug 12 01:18:22.575 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-08-12T01:18:23.707Z[ recovery-image] Aug 12 01:18:22.583 INFO O| Aug 12 01:18:22.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76372026-08-12T01:18:23.707Z[ recovery-image] Aug 12 01:18:22.583 INFO O| Aug 12 01:18:22.583 INFO STEP 789 (remove_files) COMPLETE
76382026-08-12T01:18:23.710Z[ recovery-image] Aug 12 01:18:22.583 INFO O| Aug 12 01:18:22.583 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-08-12T01:18:23.717Z[ recovery-image] Aug 12 01:18:22.592 INFO O| Aug 12 01:18:22.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76402026-08-12T01:18:23.717Z[ recovery-image] Aug 12 01:18:22.592 INFO O| Aug 12 01:18:22.592 INFO STEP 790 (remove_files) COMPLETE
76412026-08-12T01:18:23.717Z[ recovery-image] Aug 12 01:18:22.592 INFO O| Aug 12 01:18:22.592 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-08-12T01:18:23.725Z[ recovery-image] Aug 12 01:18:22.601 INFO O| Aug 12 01:18:22.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76432026-08-12T01:18:23.725Z[ recovery-image] Aug 12 01:18:22.602 INFO O| Aug 12 01:18:22.601 INFO STEP 791 (remove_files) COMPLETE
76442026-08-12T01:18:23.728Z[ recovery-image] Aug 12 01:18:22.602 INFO O| Aug 12 01:18:22.601 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-08-12T01:18:23.733Z[ recovery-image] Aug 12 01:18:22.610 INFO O| Aug 12 01:18:22.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76462026-08-12T01:18:23.733Z[ recovery-image] Aug 12 01:18:22.610 INFO O| Aug 12 01:18:22.610 INFO STEP 792 (remove_files) COMPLETE
76472026-08-12T01:18:23.737Z[ recovery-image] Aug 12 01:18:22.610 INFO O| Aug 12 01:18:22.610 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-08-12T01:18:23.745Z[ recovery-image] Aug 12 01:18:22.622 INFO O| Aug 12 01:18:22.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76492026-08-12T01:18:23.745Z[ recovery-image] Aug 12 01:18:22.622 INFO O| Aug 12 01:18:22.622 INFO STEP 793 (remove_files) COMPLETE
76502026-08-12T01:18:23.745Z[ recovery-image] Aug 12 01:18:22.622 INFO O| Aug 12 01:18:22.622 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-08-12T01:18:23.755Z[ recovery-image] Aug 12 01:18:22.632 INFO O| Aug 12 01:18:22.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76522026-08-12T01:18:23.755Z[ recovery-image] Aug 12 01:18:22.632 INFO O| Aug 12 01:18:22.632 INFO STEP 794 (remove_files) COMPLETE
76532026-08-12T01:18:23.756Z[ recovery-image] Aug 12 01:18:22.632 INFO O| Aug 12 01:18:22.632 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-08-12T01:18:23.766Z[ recovery-image] Aug 12 01:18:22.643 INFO O| Aug 12 01:18:22.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76552026-08-12T01:18:23.766Z[ recovery-image] Aug 12 01:18:22.643 INFO O| Aug 12 01:18:22.643 INFO STEP 795 (remove_files) COMPLETE
76562026-08-12T01:18:23.770Z[ recovery-image] Aug 12 01:18:22.643 INFO O| Aug 12 01:18:22.643 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-08-12T01:18:23.777Z[ recovery-image] Aug 12 01:18:22.654 INFO O| Aug 12 01:18:22.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76582026-08-12T01:18:23.777Z[ recovery-image] Aug 12 01:18:22.654 INFO O| Aug 12 01:18:22.654 INFO STEP 796 (remove_files) COMPLETE
76592026-08-12T01:18:23.777Z[ recovery-image] Aug 12 01:18:22.654 INFO O| Aug 12 01:18:22.654 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-08-12T01:18:23.788Z[ recovery-image] Aug 12 01:18:22.665 INFO O| Aug 12 01:18:22.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76612026-08-12T01:18:23.788Z[ recovery-image] Aug 12 01:18:22.665 INFO O| Aug 12 01:18:22.665 INFO STEP 797 (remove_files) COMPLETE
76622026-08-12T01:18:23.789Z[ recovery-image] Aug 12 01:18:22.665 INFO O| Aug 12 01:18:22.665 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-08-12T01:18:23.797Z[ recovery-image] Aug 12 01:18:22.674 INFO O| Aug 12 01:18:22.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76642026-08-12T01:18:23.797Z[ recovery-image] Aug 12 01:18:22.674 INFO O| Aug 12 01:18:22.674 INFO STEP 798 (remove_files) COMPLETE
76652026-08-12T01:18:23.797Z[ recovery-image] Aug 12 01:18:22.674 INFO O| Aug 12 01:18:22.674 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-08-12T01:18:23.807Z[ recovery-image] Aug 12 01:18:22.683 INFO O| Aug 12 01:18:22.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76672026-08-12T01:18:23.807Z[ recovery-image] Aug 12 01:18:22.683 INFO O| Aug 12 01:18:22.683 INFO STEP 799 (remove_files) COMPLETE
76682026-08-12T01:18:23.810Z[ recovery-image] Aug 12 01:18:22.683 INFO O| Aug 12 01:18:22.683 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-08-12T01:18:23.816Z[ recovery-image] Aug 12 01:18:22.693 INFO O| Aug 12 01:18:22.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76702026-08-12T01:18:23.816Z[ recovery-image] Aug 12 01:18:22.693 INFO O| Aug 12 01:18:22.693 INFO STEP 800 (remove_files) COMPLETE
76712026-08-12T01:18:23.816Z[ recovery-image] Aug 12 01:18:22.693 INFO O| Aug 12 01:18:22.693 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-08-12T01:18:23.826Z[ recovery-image] Aug 12 01:18:22.703 INFO O| Aug 12 01:18:22.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76732026-08-12T01:18:23.827Z[ recovery-image] Aug 12 01:18:22.703 INFO O| Aug 12 01:18:22.703 INFO STEP 801 (remove_files) COMPLETE
76742026-08-12T01:18:23.827Z[ recovery-image] Aug 12 01:18:22.703 INFO O| Aug 12 01:18:22.703 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-08-12T01:18:23.835Z[ recovery-image] Aug 12 01:18:22.712 INFO O| Aug 12 01:18:22.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76762026-08-12T01:18:23.835Z[ recovery-image] Aug 12 01:18:22.712 INFO O| Aug 12 01:18:22.712 INFO STEP 802 (remove_files) COMPLETE
76772026-08-12T01:18:23.835Z[ recovery-image] Aug 12 01:18:22.712 INFO O| Aug 12 01:18:22.712 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-08-12T01:18:23.843Z[ recovery-image] Aug 12 01:18:22.719 INFO O| Aug 12 01:18:22.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
76792026-08-12T01:18:23.843Z[ recovery-image] Aug 12 01:18:22.720 INFO O| Aug 12 01:18:22.720 INFO STEP 803 (remove_files) COMPLETE
76802026-08-12T01:18:23.843Z[ recovery-image] Aug 12 01:18:22.720 INFO O| Aug 12 01:18:22.720 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-08-12T01:18:23.850Z[ recovery-image] Aug 12 01:18:22.727 INFO O| Aug 12 01:18:22.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
76822026-08-12T01:18:23.850Z[ recovery-image] Aug 12 01:18:22.727 INFO O| Aug 12 01:18:22.727 INFO STEP 804 (remove_files) COMPLETE
76832026-08-12T01:18:23.850Z[ recovery-image] Aug 12 01:18:22.727 INFO O| Aug 12 01:18:22.727 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-08-12T01:18:23.862Z[ recovery-image] Aug 12 01:18:22.739 INFO O| Aug 12 01:18:22.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
76852026-08-12T01:18:23.862Z[ recovery-image] Aug 12 01:18:22.739 INFO O| Aug 12 01:18:22.739 INFO STEP 805 (remove_files) COMPLETE
76862026-08-12T01:18:23.862Z[ recovery-image] Aug 12 01:18:22.739 INFO O| Aug 12 01:18:22.739 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-08-12T01:18:23.873Z[ recovery-image] Aug 12 01:18:22.748 INFO O| Aug 12 01:18:22.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
76882026-08-12T01:18:23.873Z[ recovery-image] Aug 12 01:18:22.748 INFO O| Aug 12 01:18:22.748 INFO STEP 806 (remove_files) COMPLETE
76892026-08-12T01:18:23.877Z[ recovery-image] Aug 12 01:18:22.748 INFO O| Aug 12 01:18:22.748 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-08-12T01:18:23.881Z[ recovery-image] Aug 12 01:18:22.757 INFO O| Aug 12 01:18:22.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
76912026-08-12T01:18:23.881Z[ recovery-image] Aug 12 01:18:22.757 INFO O| Aug 12 01:18:22.757 INFO STEP 807 (remove_files) COMPLETE
76922026-08-12T01:18:23.884Z[ recovery-image] Aug 12 01:18:22.757 INFO O| Aug 12 01:18:22.757 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-08-12T01:18:23.890Z[ recovery-image] Aug 12 01:18:22.767 INFO O| Aug 12 01:18:22.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
76942026-08-12T01:18:23.890Z[ recovery-image] Aug 12 01:18:22.767 INFO O| Aug 12 01:18:22.767 INFO STEP 808 (remove_files) COMPLETE
76952026-08-12T01:18:23.890Z[ recovery-image] Aug 12 01:18:22.767 INFO O| Aug 12 01:18:22.767 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-08-12T01:18:23.899Z[ recovery-image] Aug 12 01:18:22.775 INFO O| Aug 12 01:18:22.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
76972026-08-12T01:18:23.899Z[ recovery-image] Aug 12 01:18:22.776 INFO O| Aug 12 01:18:22.775 INFO STEP 809 (remove_files) COMPLETE
76982026-08-12T01:18:23.902Z[ recovery-image] Aug 12 01:18:22.776 INFO O| Aug 12 01:18:22.775 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-08-12T01:18:23.908Z[ recovery-image] Aug 12 01:18:22.785 INFO O| Aug 12 01:18:22.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77002026-08-12T01:18:23.908Z[ recovery-image] Aug 12 01:18:22.785 INFO O| Aug 12 01:18:22.785 INFO STEP 810 (remove_files) COMPLETE
77012026-08-12T01:18:23.908Z[ recovery-image] Aug 12 01:18:22.785 INFO O| Aug 12 01:18:22.785 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-08-12T01:18:23.917Z[ recovery-image] Aug 12 01:18:22.794 INFO O| Aug 12 01:18:22.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77032026-08-12T01:18:23.917Z[ recovery-image] Aug 12 01:18:22.794 INFO O| Aug 12 01:18:22.794 INFO STEP 811 (remove_files) COMPLETE
77042026-08-12T01:18:23.917Z[ recovery-image] Aug 12 01:18:22.794 INFO O| Aug 12 01:18:22.794 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-08-12T01:18:23.926Z[ recovery-image] Aug 12 01:18:22.803 INFO O| Aug 12 01:18:22.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77062026-08-12T01:18:23.926Z[ recovery-image] Aug 12 01:18:22.803 INFO O| Aug 12 01:18:22.803 INFO STEP 812 (remove_files) COMPLETE
77072026-08-12T01:18:23.926Z[ recovery-image] Aug 12 01:18:22.803 INFO O| Aug 12 01:18:22.803 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-08-12T01:18:23.935Z[ recovery-image] Aug 12 01:18:22.812 INFO O| Aug 12 01:18:22.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77092026-08-12T01:18:23.935Z[ recovery-image] Aug 12 01:18:22.812 INFO O| Aug 12 01:18:22.812 INFO STEP 813 (remove_files) COMPLETE
77102026-08-12T01:18:23.935Z[ recovery-image] Aug 12 01:18:22.812 INFO O| Aug 12 01:18:22.812 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-08-12T01:18:23.946Z[ recovery-image] Aug 12 01:18:22.821 INFO O| Aug 12 01:18:22.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77122026-08-12T01:18:23.946Z[ recovery-image] Aug 12 01:18:22.821 INFO O| Aug 12 01:18:22.821 INFO STEP 814 (remove_files) COMPLETE
77132026-08-12T01:18:23.946Z[ recovery-image] Aug 12 01:18:22.821 INFO O| Aug 12 01:18:22.821 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-08-12T01:18:23.955Z[ recovery-image] Aug 12 01:18:22.830 INFO O| Aug 12 01:18:22.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77152026-08-12T01:18:23.955Z[ recovery-image] Aug 12 01:18:22.830 INFO O| Aug 12 01:18:22.830 INFO STEP 815 (remove_files) COMPLETE
77162026-08-12T01:18:23.958Z[ recovery-image] Aug 12 01:18:22.830 INFO O| Aug 12 01:18:22.830 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-08-12T01:18:23.963Z[ recovery-image] Aug 12 01:18:22.840 INFO O| Aug 12 01:18:22.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77182026-08-12T01:18:23.963Z[ recovery-image] Aug 12 01:18:22.840 INFO O| Aug 12 01:18:22.840 INFO STEP 816 (remove_files) COMPLETE
77192026-08-12T01:18:23.963Z[ recovery-image] Aug 12 01:18:22.840 INFO O| Aug 12 01:18:22.840 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-08-12T01:18:23.973Z[ recovery-image] Aug 12 01:18:22.849 INFO O| Aug 12 01:18:22.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77212026-08-12T01:18:23.973Z[ recovery-image] Aug 12 01:18:22.849 INFO O| Aug 12 01:18:22.849 INFO STEP 817 (remove_files) COMPLETE
77222026-08-12T01:18:23.973Z[ recovery-image] Aug 12 01:18:22.849 INFO O| Aug 12 01:18:22.849 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-08-12T01:18:23.982Z[ recovery-image] Aug 12 01:18:22.859 INFO O| Aug 12 01:18:22.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77242026-08-12T01:18:23.982Z[ recovery-image] Aug 12 01:18:22.859 INFO O| Aug 12 01:18:22.859 INFO STEP 818 (remove_files) COMPLETE
77252026-08-12T01:18:23.982Z[ recovery-image] Aug 12 01:18:22.859 INFO O| Aug 12 01:18:22.859 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-08-12T01:18:23.991Z[ recovery-image] Aug 12 01:18:22.868 INFO O| Aug 12 01:18:22.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77272026-08-12T01:18:23.991Z[ recovery-image] Aug 12 01:18:22.868 INFO O| Aug 12 01:18:22.868 INFO STEP 819 (remove_files) COMPLETE
77282026-08-12T01:18:23.991Z[ recovery-image] Aug 12 01:18:22.868 INFO O| Aug 12 01:18:22.868 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-08-12T01:18:24.002Z[ recovery-image] Aug 12 01:18:22.878 INFO O| Aug 12 01:18:22.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77302026-08-12T01:18:24.002Z[ recovery-image] Aug 12 01:18:22.878 INFO O| Aug 12 01:18:22.878 INFO STEP 820 (remove_files) COMPLETE
77312026-08-12T01:18:24.002Z[ recovery-image] Aug 12 01:18:22.878 INFO O| Aug 12 01:18:22.878 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-08-12T01:18:24.011Z[ recovery-image] Aug 12 01:18:22.888 INFO O| Aug 12 01:18:22.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77332026-08-12T01:18:24.011Z[ recovery-image] Aug 12 01:18:22.888 INFO O| Aug 12 01:18:22.888 INFO STEP 821 (remove_files) COMPLETE
77342026-08-12T01:18:24.015Z[ recovery-image] Aug 12 01:18:22.888 INFO O| Aug 12 01:18:22.888 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-08-12T01:18:24.022Z[ recovery-image] Aug 12 01:18:22.898 INFO O| Aug 12 01:18:22.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77362026-08-12T01:18:24.022Z[ recovery-image] Aug 12 01:18:22.898 INFO O| Aug 12 01:18:22.898 INFO STEP 822 (remove_files) COMPLETE
77372026-08-12T01:18:24.022Z[ recovery-image] Aug 12 01:18:22.898 INFO O| Aug 12 01:18:22.898 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-08-12T01:18:24.032Z[ recovery-image] Aug 12 01:18:22.908 INFO O| Aug 12 01:18:22.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77392026-08-12T01:18:24.032Z[ recovery-image] Aug 12 01:18:22.908 INFO O| Aug 12 01:18:22.908 INFO STEP 823 (remove_files) COMPLETE
77402026-08-12T01:18:24.032Z[ recovery-image] Aug 12 01:18:22.908 INFO O| Aug 12 01:18:22.908 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-08-12T01:18:24.040Z[ recovery-image] Aug 12 01:18:22.917 INFO O| Aug 12 01:18:22.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77422026-08-12T01:18:24.040Z[ recovery-image] Aug 12 01:18:22.917 INFO O| Aug 12 01:18:22.917 INFO STEP 824 (remove_files) COMPLETE
77432026-08-12T01:18:24.046Z[ recovery-image] Aug 12 01:18:22.917 INFO O| Aug 12 01:18:22.917 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-08-12T01:18:24.051Z[ recovery-image] Aug 12 01:18:22.926 INFO O| Aug 12 01:18:22.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77452026-08-12T01:18:24.051Z[ recovery-image] Aug 12 01:18:22.926 INFO O| Aug 12 01:18:22.926 INFO STEP 825 (remove_files) COMPLETE
77462026-08-12T01:18:24.051Z[ recovery-image] Aug 12 01:18:22.926 INFO O| Aug 12 01:18:22.926 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-08-12T01:18:24.071Z[ recovery-image] Aug 12 01:18:22.934 INFO O| Aug 12 01:18:22.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77482026-08-12T01:18:24.071Z[ recovery-image] Aug 12 01:18:22.934 INFO O| Aug 12 01:18:22.934 INFO STEP 826 (remove_files) COMPLETE
77492026-08-12T01:18:24.071Z[ recovery-image] Aug 12 01:18:22.934 INFO O| Aug 12 01:18:22.934 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-08-12T01:18:24.071Z[ recovery-image] Aug 12 01:18:22.944 INFO O| Aug 12 01:18:22.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77512026-08-12T01:18:24.072Z[ recovery-image] Aug 12 01:18:22.944 INFO O| Aug 12 01:18:22.944 INFO STEP 827 (remove_files) COMPLETE
77522026-08-12T01:18:24.072Z[ recovery-image] Aug 12 01:18:22.944 INFO O| Aug 12 01:18:22.944 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-08-12T01:18:24.077Z[ recovery-image] Aug 12 01:18:22.954 INFO O| Aug 12 01:18:22.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77542026-08-12T01:18:24.077Z[ recovery-image] Aug 12 01:18:22.954 INFO O| Aug 12 01:18:22.954 INFO STEP 828 (remove_files) COMPLETE
77552026-08-12T01:18:24.077Z[ recovery-image] Aug 12 01:18:22.954 INFO O| Aug 12 01:18:22.954 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-08-12T01:18:24.087Z[ recovery-image] Aug 12 01:18:22.963 INFO O| Aug 12 01:18:22.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77572026-08-12T01:18:24.087Z[ recovery-image] Aug 12 01:18:22.963 INFO O| Aug 12 01:18:22.963 INFO STEP 829 (remove_files) COMPLETE
77582026-08-12T01:18:24.087Z[ recovery-image] Aug 12 01:18:22.963 INFO O| Aug 12 01:18:22.963 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-08-12T01:18:24.096Z[ recovery-image] Aug 12 01:18:22.972 INFO O| Aug 12 01:18:22.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77602026-08-12T01:18:24.096Z[ recovery-image] Aug 12 01:18:22.972 INFO O| Aug 12 01:18:22.972 INFO STEP 830 (remove_files) COMPLETE
77612026-08-12T01:18:24.096Z[ recovery-image] Aug 12 01:18:22.972 INFO O| Aug 12 01:18:22.972 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-08-12T01:18:24.107Z[ recovery-image] Aug 12 01:18:22.982 INFO O| Aug 12 01:18:22.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77632026-08-12T01:18:24.107Z[ recovery-image] Aug 12 01:18:22.982 INFO O| Aug 12 01:18:22.982 INFO STEP 831 (remove_files) COMPLETE
77642026-08-12T01:18:24.107Z[ recovery-image] Aug 12 01:18:22.982 INFO O| Aug 12 01:18:22.982 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-08-12T01:18:24.117Z[ recovery-image] Aug 12 01:18:22.993 INFO O| Aug 12 01:18:22.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77662026-08-12T01:18:24.117Z[ recovery-image] Aug 12 01:18:22.993 INFO O| Aug 12 01:18:22.993 INFO STEP 832 (remove_files) COMPLETE
77672026-08-12T01:18:24.117Z[ recovery-image] Aug 12 01:18:22.993 INFO O| Aug 12 01:18:22.993 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-08-12T01:18:24.126Z[ recovery-image] Aug 12 01:18:23.003 INFO O| Aug 12 01:18:23.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77692026-08-12T01:18:24.126Z[ recovery-image] Aug 12 01:18:23.003 INFO O| Aug 12 01:18:23.003 INFO STEP 833 (remove_files) COMPLETE
77702026-08-12T01:18:24.130Z[ recovery-image] Aug 12 01:18:23.003 INFO O| Aug 12 01:18:23.003 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-08-12T01:18:24.136Z[ recovery-image] Aug 12 01:18:23.013 INFO O| Aug 12 01:18:23.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77722026-08-12T01:18:24.136Z[ recovery-image] Aug 12 01:18:23.013 INFO O| Aug 12 01:18:23.013 INFO STEP 834 (remove_files) COMPLETE
77732026-08-12T01:18:24.136Z[ recovery-image] Aug 12 01:18:23.013 INFO O| Aug 12 01:18:23.013 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-08-12T01:18:24.152Z[ recovery-image] Aug 12 01:18:23.028 INFO O| Aug 12 01:18:23.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77752026-08-12T01:18:24.152Z[ recovery-image] Aug 12 01:18:23.028 INFO O| Aug 12 01:18:23.028 INFO STEP 835 (remove_files) COMPLETE
77762026-08-12T01:18:24.152Z[ recovery-image] Aug 12 01:18:23.028 INFO O| Aug 12 01:18:23.028 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-08-12T01:18:24.161Z[ recovery-image] Aug 12 01:18:23.038 INFO O| Aug 12 01:18:23.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
77782026-08-12T01:18:24.164Z[ recovery-image] Aug 12 01:18:23.038 INFO O| Aug 12 01:18:23.038 INFO STEP 836 (remove_files) COMPLETE
77792026-08-12T01:18:24.164Z[ recovery-image] Aug 12 01:18:23.038 INFO O| Aug 12 01:18:23.038 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-08-12T01:18:24.173Z[ recovery-image] Aug 12 01:18:23.049 INFO O| Aug 12 01:18:23.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
77812026-08-12T01:18:24.173Z[ recovery-image] Aug 12 01:18:23.049 INFO O| Aug 12 01:18:23.049 INFO STEP 837 (remove_files) COMPLETE
77822026-08-12T01:18:24.176Z[ recovery-image] Aug 12 01:18:23.049 INFO O| Aug 12 01:18:23.049 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-08-12T01:18:24.184Z[ recovery-image] Aug 12 01:18:23.060 INFO O| Aug 12 01:18:23.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
77842026-08-12T01:18:24.184Z[ recovery-image] Aug 12 01:18:23.060 INFO O| Aug 12 01:18:23.060 INFO STEP 838 (remove_files) COMPLETE
77852026-08-12T01:18:24.184Z[ recovery-image] Aug 12 01:18:23.060 INFO O| Aug 12 01:18:23.060 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-08-12T01:18:24.203Z[ recovery-image] Aug 12 01:18:23.071 INFO O| Aug 12 01:18:23.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
77872026-08-12T01:18:24.204Z[ recovery-image] Aug 12 01:18:23.071 INFO O| Aug 12 01:18:23.071 INFO STEP 839 (remove_files) COMPLETE
77882026-08-12T01:18:24.204Z[ recovery-image] Aug 12 01:18:23.071 INFO O| Aug 12 01:18:23.071 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-08-12T01:18:24.211Z[ recovery-image] Aug 12 01:18:23.080 INFO O| Aug 12 01:18:23.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
77902026-08-12T01:18:24.211Z[ recovery-image] Aug 12 01:18:23.080 INFO O| Aug 12 01:18:23.080 INFO STEP 840 (remove_files) COMPLETE
77912026-08-12T01:18:24.211Z[ recovery-image] Aug 12 01:18:23.080 INFO O| Aug 12 01:18:23.080 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-08-12T01:18:24.215Z[ recovery-image] Aug 12 01:18:23.090 INFO O| Aug 12 01:18:23.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
77932026-08-12T01:18:24.215Z[ recovery-image] Aug 12 01:18:23.090 INFO O| Aug 12 01:18:23.090 INFO STEP 841 (remove_files) COMPLETE
77942026-08-12T01:18:24.215Z[ recovery-image] Aug 12 01:18:23.090 INFO O| Aug 12 01:18:23.090 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-08-12T01:18:24.225Z[ recovery-image] Aug 12 01:18:23.101 INFO O| Aug 12 01:18:23.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
77962026-08-12T01:18:24.225Z[ recovery-image] Aug 12 01:18:23.101 INFO O| Aug 12 01:18:23.101 INFO STEP 842 (remove_files) COMPLETE
77972026-08-12T01:18:24.225Z[ recovery-image] Aug 12 01:18:23.101 INFO O| Aug 12 01:18:23.101 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-08-12T01:18:24.235Z[ recovery-image] Aug 12 01:18:23.111 INFO O| Aug 12 01:18:23.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
77992026-08-12T01:18:24.235Z[ recovery-image] Aug 12 01:18:23.111 INFO O| Aug 12 01:18:23.111 INFO STEP 843 (remove_files) COMPLETE
78002026-08-12T01:18:24.235Z[ recovery-image] Aug 12 01:18:23.111 INFO O| Aug 12 01:18:23.111 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-08-12T01:18:24.245Z[ recovery-image] Aug 12 01:18:23.122 INFO O| Aug 12 01:18:23.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78022026-08-12T01:18:24.245Z[ recovery-image] Aug 12 01:18:23.122 INFO O| Aug 12 01:18:23.122 INFO STEP 844 (remove_files) COMPLETE
78032026-08-12T01:18:24.249Z[ recovery-image] Aug 12 01:18:23.122 INFO O| Aug 12 01:18:23.122 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-12T01:18:24.259Z[ recovery-image] Aug 12 01:18:23.132 INFO O| Aug 12 01:18:23.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78052026-08-12T01:18:24.259Z[ recovery-image] Aug 12 01:18:23.132 INFO O| Aug 12 01:18:23.132 INFO STEP 845 (remove_files) COMPLETE
78062026-08-12T01:18:24.259Z[ recovery-image] Aug 12 01:18:23.132 INFO O| Aug 12 01:18:23.132 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-12T01:18:24.268Z[ recovery-image] Aug 12 01:18:23.143 INFO O| Aug 12 01:18:23.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78082026-08-12T01:18:24.268Z[ recovery-image] Aug 12 01:18:23.143 INFO O| Aug 12 01:18:23.143 INFO STEP 846 (remove_files) COMPLETE
78092026-08-12T01:18:24.268Z[ recovery-image] Aug 12 01:18:23.143 INFO O| Aug 12 01:18:23.143 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-12T01:18:24.277Z[ recovery-image] Aug 12 01:18:23.154 INFO O| Aug 12 01:18:23.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78112026-08-12T01:18:24.277Z[ recovery-image] Aug 12 01:18:23.154 INFO O| Aug 12 01:18:23.154 INFO STEP 847 (remove_files) COMPLETE
78122026-08-12T01:18:24.277Z[ recovery-image] Aug 12 01:18:23.154 INFO O| Aug 12 01:18:23.154 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-12T01:18:24.287Z[ recovery-image] Aug 12 01:18:23.164 INFO O| Aug 12 01:18:23.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78142026-08-12T01:18:24.287Z[ recovery-image] Aug 12 01:18:23.164 INFO O| Aug 12 01:18:23.164 INFO STEP 848 (remove_files) COMPLETE
78152026-08-12T01:18:24.287Z[ recovery-image] Aug 12 01:18:23.164 INFO O| Aug 12 01:18:23.164 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-12T01:18:24.297Z[ recovery-image] Aug 12 01:18:23.174 INFO O| Aug 12 01:18:23.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78172026-08-12T01:18:24.297Z[ recovery-image] Aug 12 01:18:23.174 INFO O| Aug 12 01:18:23.174 INFO STEP 849 (remove_files) COMPLETE
78182026-08-12T01:18:24.297Z[ recovery-image] Aug 12 01:18:23.174 INFO O| Aug 12 01:18:23.174 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-12T01:18:24.309Z[ recovery-image] Aug 12 01:18:23.186 INFO O| Aug 12 01:18:23.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78202026-08-12T01:18:24.309Z[ recovery-image] Aug 12 01:18:23.186 INFO O| Aug 12 01:18:23.185 INFO STEP 850 (remove_files) COMPLETE
78212026-08-12T01:18:24.309Z[ recovery-image] Aug 12 01:18:23.186 INFO O| Aug 12 01:18:23.185 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-12T01:18:24.320Z[ recovery-image] Aug 12 01:18:23.197 INFO O| Aug 12 01:18:23.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78232026-08-12T01:18:24.320Z[ recovery-image] Aug 12 01:18:23.197 INFO O| Aug 12 01:18:23.197 INFO STEP 851 (remove_files) COMPLETE
78242026-08-12T01:18:24.320Z[ recovery-image] Aug 12 01:18:23.197 INFO O| Aug 12 01:18:23.197 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-12T01:18:24.330Z[ recovery-image] Aug 12 01:18:23.206 INFO O| Aug 12 01:18:23.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78262026-08-12T01:18:24.330Z[ recovery-image] Aug 12 01:18:23.207 INFO O| Aug 12 01:18:23.207 INFO STEP 852 (remove_files) COMPLETE
78272026-08-12T01:18:24.330Z[ recovery-image] Aug 12 01:18:23.207 INFO O| Aug 12 01:18:23.207 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-08-12T01:18:24.341Z[ recovery-image] Aug 12 01:18:23.217 INFO O| Aug 12 01:18:23.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78292026-08-12T01:18:24.341Z[ recovery-image] Aug 12 01:18:23.217 INFO O| Aug 12 01:18:23.217 INFO STEP 853 (remove_files) COMPLETE
78302026-08-12T01:18:24.341Z[ recovery-image] Aug 12 01:18:23.217 INFO O| Aug 12 01:18:23.217 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-12T01:18:24.350Z[ recovery-image] Aug 12 01:18:23.227 INFO O| Aug 12 01:18:23.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78322026-08-12T01:18:24.351Z[ recovery-image] Aug 12 01:18:23.227 INFO O| Aug 12 01:18:23.227 INFO STEP 854 (remove_files) COMPLETE
78332026-08-12T01:18:24.351Z[ recovery-image] Aug 12 01:18:23.227 INFO O| Aug 12 01:18:23.227 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-12T01:18:24.361Z[ recovery-image] Aug 12 01:18:23.238 INFO O| Aug 12 01:18:23.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78352026-08-12T01:18:24.364Z[ recovery-image] Aug 12 01:18:23.238 INFO O| Aug 12 01:18:23.238 INFO STEP 855 (remove_files) COMPLETE
78362026-08-12T01:18:24.364Z[ recovery-image] Aug 12 01:18:23.238 INFO O| Aug 12 01:18:23.238 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-12T01:18:24.370Z[ recovery-image] Aug 12 01:18:23.247 INFO O| Aug 12 01:18:23.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78382026-08-12T01:18:24.370Z[ recovery-image] Aug 12 01:18:23.247 INFO O| Aug 12 01:18:23.247 INFO STEP 856 (remove_files) COMPLETE
78392026-08-12T01:18:24.370Z[ recovery-image] Aug 12 01:18:23.247 INFO O| Aug 12 01:18:23.247 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-12T01:18:24.381Z[ recovery-image] Aug 12 01:18:23.257 INFO O| Aug 12 01:18:23.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78412026-08-12T01:18:24.381Z[ recovery-image] Aug 12 01:18:23.257 INFO O| Aug 12 01:18:23.257 INFO STEP 857 (remove_files) COMPLETE
78422026-08-12T01:18:24.381Z[ recovery-image] Aug 12 01:18:23.258 INFO O| Aug 12 01:18:23.257 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-12T01:18:24.391Z[ recovery-image] Aug 12 01:18:23.268 INFO O| Aug 12 01:18:23.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78442026-08-12T01:18:24.391Z[ recovery-image] Aug 12 01:18:23.268 INFO O| Aug 12 01:18:23.268 INFO STEP 858 (remove_files) COMPLETE
78452026-08-12T01:18:24.396Z[ recovery-image] Aug 12 01:18:23.268 INFO O| Aug 12 01:18:23.268 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-12T01:18:24.402Z[ recovery-image] Aug 12 01:18:23.278 INFO O| Aug 12 01:18:23.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78472026-08-12T01:18:24.402Z[ recovery-image] Aug 12 01:18:23.279 INFO O| Aug 12 01:18:23.278 INFO STEP 859 (remove_files) COMPLETE
78482026-08-12T01:18:24.402Z[ recovery-image] Aug 12 01:18:23.279 INFO O| Aug 12 01:18:23.278 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-12T01:18:24.411Z[ recovery-image] Aug 12 01:18:23.288 INFO O| Aug 12 01:18:23.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78502026-08-12T01:18:24.411Z[ recovery-image] Aug 12 01:18:23.288 INFO O| Aug 12 01:18:23.288 INFO STEP 860 (remove_files) COMPLETE
78512026-08-12T01:18:24.411Z[ recovery-image] Aug 12 01:18:23.288 INFO O| Aug 12 01:18:23.288 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-12T01:18:24.422Z[ recovery-image] Aug 12 01:18:23.298 INFO O| Aug 12 01:18:23.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78532026-08-12T01:18:24.422Z[ recovery-image] Aug 12 01:18:23.298 INFO O| Aug 12 01:18:23.298 INFO STEP 861 (remove_files) COMPLETE
78542026-08-12T01:18:24.422Z[ recovery-image] Aug 12 01:18:23.298 INFO O| Aug 12 01:18:23.298 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-12T01:18:24.432Z[ recovery-image] Aug 12 01:18:23.309 INFO O| Aug 12 01:18:23.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78562026-08-12T01:18:24.432Z[ recovery-image] Aug 12 01:18:23.309 INFO O| Aug 12 01:18:23.309 INFO STEP 862 (remove_files) COMPLETE
78572026-08-12T01:18:24.432Z[ recovery-image] Aug 12 01:18:23.309 INFO O| Aug 12 01:18:23.309 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-12T01:18:24.443Z[ recovery-image] Aug 12 01:18:23.319 INFO O| Aug 12 01:18:23.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78592026-08-12T01:18:24.443Z[ recovery-image] Aug 12 01:18:23.319 INFO O| Aug 12 01:18:23.319 INFO STEP 863 (remove_files) COMPLETE
78602026-08-12T01:18:24.443Z[ recovery-image] Aug 12 01:18:23.319 INFO O| Aug 12 01:18:23.319 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-12T01:18:24.453Z[ recovery-image] Aug 12 01:18:23.330 INFO O| Aug 12 01:18:23.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78622026-08-12T01:18:24.453Z[ recovery-image] Aug 12 01:18:23.330 INFO O| Aug 12 01:18:23.330 INFO STEP 864 (remove_files) COMPLETE
78632026-08-12T01:18:24.453Z[ recovery-image] Aug 12 01:18:23.330 INFO O| Aug 12 01:18:23.330 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-12T01:18:24.463Z[ recovery-image] Aug 12 01:18:23.340 INFO O| Aug 12 01:18:23.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78652026-08-12T01:18:24.463Z[ recovery-image] Aug 12 01:18:23.340 INFO O| Aug 12 01:18:23.340 INFO STEP 865 (remove_files) COMPLETE
78662026-08-12T01:18:24.463Z[ recovery-image] Aug 12 01:18:23.340 INFO O| Aug 12 01:18:23.340 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-12T01:18:24.473Z[ recovery-image] Aug 12 01:18:23.349 INFO O| Aug 12 01:18:23.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78682026-08-12T01:18:24.473Z[ recovery-image] Aug 12 01:18:23.349 INFO O| Aug 12 01:18:23.349 INFO STEP 866 (remove_files) COMPLETE
78692026-08-12T01:18:24.473Z[ recovery-image] Aug 12 01:18:23.349 INFO O| Aug 12 01:18:23.349 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-12T01:18:24.483Z[ recovery-image] Aug 12 01:18:23.360 INFO O| Aug 12 01:18:23.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78712026-08-12T01:18:24.483Z[ recovery-image] Aug 12 01:18:23.360 INFO O| Aug 12 01:18:23.360 INFO STEP 867 (remove_files) COMPLETE
78722026-08-12T01:18:24.483Z[ recovery-image] Aug 12 01:18:23.360 INFO O| Aug 12 01:18:23.360 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-12T01:18:24.494Z[ recovery-image] Aug 12 01:18:23.371 INFO O| Aug 12 01:18:23.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78742026-08-12T01:18:24.494Z[ recovery-image] Aug 12 01:18:23.371 INFO O| Aug 12 01:18:23.371 INFO STEP 868 (remove_files) COMPLETE
78752026-08-12T01:18:24.494Z[ recovery-image] Aug 12 01:18:23.371 INFO O| Aug 12 01:18:23.371 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-12T01:18:24.505Z[ recovery-image] Aug 12 01:18:23.382 INFO O| Aug 12 01:18:23.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
78772026-08-12T01:18:24.505Z[ recovery-image] Aug 12 01:18:23.382 INFO O| Aug 12 01:18:23.382 INFO STEP 869 (remove_files) COMPLETE
78782026-08-12T01:18:24.505Z[ recovery-image] Aug 12 01:18:23.382 INFO O| Aug 12 01:18:23.382 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-12T01:18:24.515Z[ recovery-image] Aug 12 01:18:23.392 INFO O| Aug 12 01:18:23.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
78802026-08-12T01:18:24.516Z[ recovery-image] Aug 12 01:18:23.392 INFO O| Aug 12 01:18:23.392 INFO STEP 870 (remove_files) COMPLETE
78812026-08-12T01:18:24.516Z[ recovery-image] Aug 12 01:18:23.392 INFO O| Aug 12 01:18:23.392 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-12T01:18:24.526Z[ recovery-image] Aug 12 01:18:23.403 INFO O| Aug 12 01:18:23.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
78832026-08-12T01:18:24.526Z[ recovery-image] Aug 12 01:18:23.403 INFO O| Aug 12 01:18:23.403 INFO STEP 871 (remove_files) COMPLETE
78842026-08-12T01:18:24.526Z[ recovery-image] Aug 12 01:18:23.403 INFO O| Aug 12 01:18:23.403 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-12T01:18:24.536Z[ recovery-image] Aug 12 01:18:23.412 INFO O| Aug 12 01:18:23.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
78862026-08-12T01:18:24.537Z[ recovery-image] Aug 12 01:18:23.412 INFO O| Aug 12 01:18:23.412 INFO STEP 872 (remove_files) COMPLETE
78872026-08-12T01:18:24.537Z[ recovery-image] Aug 12 01:18:23.412 INFO O| Aug 12 01:18:23.412 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-12T01:18:24.549Z[ recovery-image] Aug 12 01:18:23.421 INFO O| Aug 12 01:18:23.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
78892026-08-12T01:18:24.549Z[ recovery-image] Aug 12 01:18:23.421 INFO O| Aug 12 01:18:23.421 INFO STEP 873 (remove_files) COMPLETE
78902026-08-12T01:18:24.553Z[ recovery-image] Aug 12 01:18:23.421 INFO O| Aug 12 01:18:23.421 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-12T01:18:24.556Z[ recovery-image] Aug 12 01:18:23.429 INFO O| Aug 12 01:18:23.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
78922026-08-12T01:18:24.556Z[ recovery-image] Aug 12 01:18:23.429 INFO O| Aug 12 01:18:23.429 INFO STEP 874 (remove_files) COMPLETE
78932026-08-12T01:18:24.556Z[ recovery-image] Aug 12 01:18:23.429 INFO O| Aug 12 01:18:23.429 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-12T01:18:24.562Z[ recovery-image] Aug 12 01:18:23.439 INFO O| Aug 12 01:18:23.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
78952026-08-12T01:18:24.562Z[ recovery-image] Aug 12 01:18:23.439 INFO O| Aug 12 01:18:23.439 INFO STEP 875 (remove_files) COMPLETE
78962026-08-12T01:18:24.566Z[ recovery-image] Aug 12 01:18:23.439 INFO O| Aug 12 01:18:23.439 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-12T01:18:24.570Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
78982026-08-12T01:18:24.573Z[ recovery-image] Aug 12 01:18:23.450 INFO O| Aug 12 01:18:23.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
78992026-08-12T01:18:24.573Z[ recovery-image] Aug 12 01:18:23.451 INFO O| Aug 12 01:18:23.451 INFO STEP 876 (remove_files) COMPLETE
79002026-08-12T01:18:24.577Z[ recovery-image] Aug 12 01:18:23.451 INFO O| Aug 12 01:18:23.451 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-08-12T01:18:24.583Z[ recovery-image] Aug 12 01:18:23.460 INFO O| Aug 12 01:18:23.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79022026-08-12T01:18:24.583Z[ recovery-image] Aug 12 01:18:23.460 INFO O| Aug 12 01:18:23.460 INFO STEP 877 (remove_files) COMPLETE
79032026-08-12T01:18:24.583Z[ recovery-image] Aug 12 01:18:23.460 INFO O| Aug 12 01:18:23.460 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-08-12T01:18:24.593Z[ recovery-image] Aug 12 01:18:23.470 INFO O| Aug 12 01:18:23.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79052026-08-12T01:18:24.593Z[ recovery-image] Aug 12 01:18:23.470 INFO O| Aug 12 01:18:23.470 INFO STEP 878 (remove_files) COMPLETE
79062026-08-12T01:18:24.597Z[ recovery-image] Aug 12 01:18:23.470 INFO O| Aug 12 01:18:23.470 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-08-12T01:18:24.607Z[ recovery-image] Aug 12 01:18:23.481 INFO O| Aug 12 01:18:23.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79082026-08-12T01:18:24.607Z[ recovery-image] Aug 12 01:18:23.482 INFO O| Aug 12 01:18:23.482 INFO STEP 879 (remove_files) COMPLETE
79092026-08-12T01:18:24.610Z[ recovery-image] Aug 12 01:18:23.482 INFO O| Aug 12 01:18:23.482 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-08-12T01:18:24.615Z[ recovery-image] Aug 12 01:18:23.491 INFO O| Aug 12 01:18:23.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79112026-08-12T01:18:24.615Z[ recovery-image] Aug 12 01:18:23.491 INFO O| Aug 12 01:18:23.491 INFO STEP 880 (remove_files) COMPLETE
79122026-08-12T01:18:24.619Z[ recovery-image] Aug 12 01:18:23.491 INFO O| Aug 12 01:18:23.491 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-08-12T01:18:24.624Z[ recovery-image] Aug 12 01:18:23.501 INFO O| Aug 12 01:18:23.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79142026-08-12T01:18:24.624Z[ recovery-image] Aug 12 01:18:23.501 INFO O| Aug 12 01:18:23.501 INFO STEP 881 (remove_files) COMPLETE
79152026-08-12T01:18:24.627Z[ recovery-image] Aug 12 01:18:23.501 INFO O| Aug 12 01:18:23.501 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-08-12T01:18:24.634Z[ recovery-image] Aug 12 01:18:23.510 INFO O| Aug 12 01:18:23.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79172026-08-12T01:18:24.634Z[ recovery-image] Aug 12 01:18:23.510 INFO O| Aug 12 01:18:23.510 INFO STEP 882 (remove_files) COMPLETE
79182026-08-12T01:18:24.634Z[ recovery-image] Aug 12 01:18:23.510 INFO O| Aug 12 01:18:23.510 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-08-12T01:18:24.643Z[ recovery-image] Aug 12 01:18:23.518 INFO O| Aug 12 01:18:23.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79202026-08-12T01:18:24.643Z[ recovery-image] Aug 12 01:18:23.519 INFO O| Aug 12 01:18:23.518 INFO STEP 883 (remove_files) COMPLETE
79212026-08-12T01:18:24.643Z[ recovery-image] Aug 12 01:18:23.519 INFO O| Aug 12 01:18:23.519 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-08-12T01:18:24.653Z[ recovery-image] Aug 12 01:18:23.529 INFO O| Aug 12 01:18:23.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79232026-08-12T01:18:24.653Z[ recovery-image] Aug 12 01:18:23.529 INFO O| Aug 12 01:18:23.529 INFO STEP 884 (remove_files) COMPLETE
79242026-08-12T01:18:24.653Z[ recovery-image] Aug 12 01:18:23.529 INFO O| Aug 12 01:18:23.529 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-08-12T01:18:24.663Z[ recovery-image] Aug 12 01:18:23.540 INFO O| Aug 12 01:18:23.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79262026-08-12T01:18:24.663Z[ recovery-image] Aug 12 01:18:23.540 INFO O| Aug 12 01:18:23.540 INFO STEP 885 (remove_files) COMPLETE
79272026-08-12T01:18:24.666Z[ recovery-image] Aug 12 01:18:23.540 INFO O| Aug 12 01:18:23.540 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-08-12T01:18:24.672Z[ recovery-image] Aug 12 01:18:23.549 INFO O| Aug 12 01:18:23.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79292026-08-12T01:18:24.672Z[ recovery-image] Aug 12 01:18:23.549 INFO O| Aug 12 01:18:23.549 INFO STEP 886 (remove_files) COMPLETE
79302026-08-12T01:18:24.675Z[ recovery-image] Aug 12 01:18:23.549 INFO O| Aug 12 01:18:23.549 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-08-12T01:18:24.682Z[ recovery-image] Aug 12 01:18:23.559 INFO O| Aug 12 01:18:23.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79322026-08-12T01:18:24.686Z[ recovery-image] Aug 12 01:18:23.560 INFO O| Aug 12 01:18:23.560 INFO STEP 887 (remove_files) COMPLETE
79332026-08-12T01:18:24.686Z[ recovery-image] Aug 12 01:18:23.560 INFO O| Aug 12 01:18:23.560 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-08-12T01:18:24.694Z[ recovery-image] Aug 12 01:18:23.571 INFO O| Aug 12 01:18:23.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79352026-08-12T01:18:24.694Z[ recovery-image] Aug 12 01:18:23.571 INFO O| Aug 12 01:18:23.571 INFO STEP 888 (remove_files) COMPLETE
79362026-08-12T01:18:24.697Z[ recovery-image] Aug 12 01:18:23.571 INFO O| Aug 12 01:18:23.571 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-08-12T01:18:24.704Z[ recovery-image] Aug 12 01:18:23.580 INFO O| Aug 12 01:18:23.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79382026-08-12T01:18:24.707Z[ recovery-image] Aug 12 01:18:23.580 INFO O| Aug 12 01:18:23.580 INFO STEP 889 (remove_files) COMPLETE
79392026-08-12T01:18:24.707Z[ recovery-image] Aug 12 01:18:23.580 INFO O| Aug 12 01:18:23.580 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-08-12T01:18:24.713Z[ recovery-image] Aug 12 01:18:23.590 INFO O| Aug 12 01:18:23.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79412026-08-12T01:18:24.713Z[ recovery-image] Aug 12 01:18:23.590 INFO O| Aug 12 01:18:23.590 INFO STEP 890 (remove_files) COMPLETE
79422026-08-12T01:18:24.713Z[ recovery-image] Aug 12 01:18:23.590 INFO O| Aug 12 01:18:23.590 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-08-12T01:18:24.723Z[ recovery-image] Aug 12 01:18:23.600 INFO O| Aug 12 01:18:23.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79442026-08-12T01:18:24.723Z[ recovery-image] Aug 12 01:18:23.600 INFO O| Aug 12 01:18:23.600 INFO STEP 891 (remove_files) COMPLETE
79452026-08-12T01:18:24.728Z[ recovery-image] Aug 12 01:18:23.600 INFO O| Aug 12 01:18:23.600 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-08-12T01:18:24.732Z[ recovery-image] Aug 12 01:18:23.609 INFO O| Aug 12 01:18:23.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79472026-08-12T01:18:24.732Z[ recovery-image] Aug 12 01:18:23.609 INFO O| Aug 12 01:18:23.609 INFO STEP 892 (remove_files) COMPLETE
79482026-08-12T01:18:24.732Z[ recovery-image] Aug 12 01:18:23.609 INFO O| Aug 12 01:18:23.609 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-08-12T01:18:24.744Z[ recovery-image] Aug 12 01:18:23.618 INFO O| Aug 12 01:18:23.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79502026-08-12T01:18:24.744Z[ recovery-image] Aug 12 01:18:23.618 INFO O| Aug 12 01:18:23.618 INFO STEP 893 (remove_files) COMPLETE
79512026-08-12T01:18:24.748Z[ recovery-image] Aug 12 01:18:23.618 INFO O| Aug 12 01:18:23.618 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-08-12T01:18:24.752Z[ recovery-image] Aug 12 01:18:23.629 INFO O| Aug 12 01:18:23.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79532026-08-12T01:18:24.752Z[ recovery-image] Aug 12 01:18:23.629 INFO O| Aug 12 01:18:23.629 INFO STEP 894 (remove_files) COMPLETE
79542026-08-12T01:18:24.752Z[ recovery-image] Aug 12 01:18:23.629 INFO O| Aug 12 01:18:23.629 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-08-12T01:18:24.763Z[ recovery-image] Aug 12 01:18:23.640 INFO O| Aug 12 01:18:23.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79562026-08-12T01:18:24.763Z[ recovery-image] Aug 12 01:18:23.640 INFO O| Aug 12 01:18:23.640 INFO STEP 895 (remove_files) COMPLETE
79572026-08-12T01:18:24.767Z[ recovery-image] Aug 12 01:18:23.640 INFO O| Aug 12 01:18:23.640 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-08-12T01:18:24.774Z[ recovery-image] Aug 12 01:18:23.650 INFO O| Aug 12 01:18:23.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79592026-08-12T01:18:24.774Z[ recovery-image] Aug 12 01:18:23.650 INFO O| Aug 12 01:18:23.650 INFO STEP 896 (remove_files) COMPLETE
79602026-08-12T01:18:24.774Z[ recovery-image] Aug 12 01:18:23.650 INFO O| Aug 12 01:18:23.650 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-08-12T01:18:24.782Z[ recovery-image] Aug 12 01:18:23.659 INFO O| Aug 12 01:18:23.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79622026-08-12T01:18:24.787Z[ recovery-image] Aug 12 01:18:23.659 INFO O| Aug 12 01:18:23.659 INFO STEP 897 (remove_files) COMPLETE
79632026-08-12T01:18:24.787Z[ recovery-image] Aug 12 01:18:23.659 INFO O| Aug 12 01:18:23.659 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-08-12T01:18:24.817Z[ recovery-image] Aug 12 01:18:23.692 INFO O| Aug 12 01:18:23.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79652026-08-12T01:18:24.817Z[ recovery-image] Aug 12 01:18:23.692 INFO O| Aug 12 01:18:23.692 INFO STEP 898 (remove_files) COMPLETE
79662026-08-12T01:18:24.817Z[ recovery-image] Aug 12 01:18:23.692 INFO O| Aug 12 01:18:23.692 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-08-12T01:18:24.828Z[ recovery-image] Aug 12 01:18:23.703 INFO O| Aug 12 01:18:23.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79682026-08-12T01:18:24.828Z[ recovery-image] Aug 12 01:18:23.703 INFO O| Aug 12 01:18:23.703 INFO STEP 899 (remove_files) COMPLETE
79692026-08-12T01:18:24.828Z[ recovery-image] Aug 12 01:18:23.703 INFO O| Aug 12 01:18:23.703 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-08-12T01:18:24.836Z[ recovery-image] Aug 12 01:18:23.713 INFO O| Aug 12 01:18:23.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79712026-08-12T01:18:24.836Z[ recovery-image] Aug 12 01:18:23.713 INFO O| Aug 12 01:18:23.713 INFO STEP 900 (remove_files) COMPLETE
79722026-08-12T01:18:24.836Z[ recovery-image] Aug 12 01:18:23.713 INFO O| Aug 12 01:18:23.713 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-08-12T01:18:24.848Z[ recovery-image] Aug 12 01:18:23.724 INFO O| Aug 12 01:18:23.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
79742026-08-12T01:18:24.848Z[ recovery-image] Aug 12 01:18:23.724 INFO O| Aug 12 01:18:23.724 INFO STEP 901 (remove_files) COMPLETE
79752026-08-12T01:18:24.848Z[ recovery-image] Aug 12 01:18:23.724 INFO O| Aug 12 01:18:23.724 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-08-12T01:18:24.858Z[ recovery-image] Aug 12 01:18:23.733 INFO O| Aug 12 01:18:23.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
79772026-08-12T01:18:24.858Z[ recovery-image] Aug 12 01:18:23.733 INFO O| Aug 12 01:18:23.733 INFO STEP 902 (remove_files) COMPLETE
79782026-08-12T01:18:24.858Z[ recovery-image] Aug 12 01:18:23.733 INFO O| Aug 12 01:18:23.733 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-08-12T01:18:24.864Z[ recovery-image] Aug 12 01:18:23.742 INFO O| Aug 12 01:18:23.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
79802026-08-12T01:18:24.865Z[ recovery-image] Aug 12 01:18:23.742 INFO O| Aug 12 01:18:23.741 INFO STEP 903 (remove_files) COMPLETE
79812026-08-12T01:18:24.868Z[ recovery-image] Aug 12 01:18:23.742 INFO O| Aug 12 01:18:23.741 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-08-12T01:18:24.873Z[ recovery-image] Aug 12 01:18:23.750 INFO O| Aug 12 01:18:23.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
79832026-08-12T01:18:24.873Z[ recovery-image] Aug 12 01:18:23.750 INFO O| Aug 12 01:18:23.750 INFO STEP 904 (remove_files) COMPLETE
79842026-08-12T01:18:24.876Z[ recovery-image] Aug 12 01:18:23.750 INFO O| Aug 12 01:18:23.750 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-08-12T01:18:24.884Z[ recovery-image] Aug 12 01:18:23.761 INFO O| Aug 12 01:18:23.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
79862026-08-12T01:18:24.884Z[ recovery-image] Aug 12 01:18:23.761 INFO O| Aug 12 01:18:23.761 INFO STEP 905 (remove_files) COMPLETE
79872026-08-12T01:18:24.887Z[ recovery-image] Aug 12 01:18:23.761 INFO O| Aug 12 01:18:23.761 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-08-12T01:18:24.969Z[ recovery-image] Aug 12 01:18:23.845 INFO O| Aug 12 01:18:23.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
79892026-08-12T01:18:24.969Z[ recovery-image] Aug 12 01:18:23.845 INFO O| Aug 12 01:18:23.845 INFO STEP 906 (remove_files) COMPLETE
79902026-08-12T01:18:24.973Z[ recovery-image] Aug 12 01:18:23.845 INFO O| Aug 12 01:18:23.845 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-08-12T01:18:24.980Z[ recovery-image] Aug 12 01:18:23.857 INFO O| Aug 12 01:18:23.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
79922026-08-12T01:18:24.980Z[ recovery-image] Aug 12 01:18:23.857 INFO O| Aug 12 01:18:23.857 INFO STEP 907 (remove_files) COMPLETE
79932026-08-12T01:18:24.983Z[ recovery-image] Aug 12 01:18:23.857 INFO O| Aug 12 01:18:23.857 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-08-12T01:18:25.023Z[ recovery-image] Aug 12 01:18:23.899 INFO O| Aug 12 01:18:23.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
79952026-08-12T01:18:25.023Z[ recovery-image] Aug 12 01:18:23.899 INFO O| Aug 12 01:18:23.899 INFO STEP 908 (remove_files) COMPLETE
79962026-08-12T01:18:25.023Z[ recovery-image] Aug 12 01:18:23.899 INFO O| Aug 12 01:18:23.899 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-08-12T01:18:25.033Z[ recovery-image] Aug 12 01:18:23.909 INFO O| Aug 12 01:18:23.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
79982026-08-12T01:18:25.033Z[ recovery-image] Aug 12 01:18:23.909 INFO O| Aug 12 01:18:23.909 INFO STEP 909 (remove_files) COMPLETE
79992026-08-12T01:18:25.036Z[ recovery-image] Aug 12 01:18:23.909 INFO O| Aug 12 01:18:23.909 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-08-12T01:18:25.042Z[ recovery-image] Aug 12 01:18:23.919 INFO O| Aug 12 01:18:23.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80012026-08-12T01:18:25.042Z[ recovery-image] Aug 12 01:18:23.919 INFO O| Aug 12 01:18:23.919 INFO STEP 910 (remove_files) COMPLETE
80022026-08-12T01:18:25.042Z[ recovery-image] Aug 12 01:18:23.919 INFO O| Aug 12 01:18:23.919 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-08-12T01:18:25.052Z[ recovery-image] Aug 12 01:18:23.929 INFO O| Aug 12 01:18:23.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80042026-08-12T01:18:25.052Z[ recovery-image] Aug 12 01:18:23.929 INFO O| Aug 12 01:18:23.929 INFO STEP 911 (remove_files) COMPLETE
80052026-08-12T01:18:25.052Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
80062026-08-12T01:18:25.055Z[ recovery-image] Aug 12 01:18:23.929 INFO O| Aug 12 01:18:23.929 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-08-12T01:18:25.061Z[ recovery-image] Aug 12 01:18:23.938 INFO O| Aug 12 01:18:23.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80082026-08-12T01:18:25.061Z[ recovery-image] Aug 12 01:18:23.938 INFO O| Aug 12 01:18:23.938 INFO STEP 912 (remove_files) COMPLETE
80092026-08-12T01:18:25.061Z[ recovery-image] Aug 12 01:18:23.938 INFO O| Aug 12 01:18:23.938 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-08-12T01:18:25.071Z[ recovery-image] Aug 12 01:18:23.948 INFO O| Aug 12 01:18:23.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80112026-08-12T01:18:25.071Z[ recovery-image] Aug 12 01:18:23.948 INFO O| Aug 12 01:18:23.948 INFO STEP 913 (remove_files) COMPLETE
80122026-08-12T01:18:25.071Z[ recovery-image] Aug 12 01:18:23.948 INFO O| Aug 12 01:18:23.948 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-08-12T01:18:25.080Z[ recovery-image] Aug 12 01:18:23.957 INFO O| Aug 12 01:18:23.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80142026-08-12T01:18:25.080Z[ recovery-image] Aug 12 01:18:23.957 INFO O| Aug 12 01:18:23.957 INFO STEP 914 (remove_files) COMPLETE
80152026-08-12T01:18:25.080Z[ recovery-image] Aug 12 01:18:23.957 INFO O| Aug 12 01:18:23.957 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-08-12T01:18:25.090Z[ recovery-image] Aug 12 01:18:23.967 INFO O| Aug 12 01:18:23.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80172026-08-12T01:18:25.091Z[ recovery-image] Aug 12 01:18:23.968 INFO O| Aug 12 01:18:23.968 INFO STEP 915 (remove_files) COMPLETE
80182026-08-12T01:18:25.091Z[ recovery-image] Aug 12 01:18:23.968 INFO O| Aug 12 01:18:23.968 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-08-12T01:18:25.101Z[ recovery-image] Aug 12 01:18:23.978 INFO O| Aug 12 01:18:23.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80202026-08-12T01:18:25.101Z[ recovery-image] Aug 12 01:18:23.978 INFO O| Aug 12 01:18:23.978 INFO STEP 916 (remove_files) COMPLETE
80212026-08-12T01:18:25.101Z[ recovery-image] Aug 12 01:18:23.978 INFO O| Aug 12 01:18:23.978 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-08-12T01:18:25.112Z[ recovery-image] Aug 12 01:18:23.988 INFO O| Aug 12 01:18:23.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80232026-08-12T01:18:25.112Z[ recovery-image] Aug 12 01:18:23.989 INFO O| Aug 12 01:18:23.988 INFO STEP 917 (remove_files) COMPLETE
80242026-08-12T01:18:25.112Z[ recovery-image] Aug 12 01:18:23.989 INFO O| Aug 12 01:18:23.989 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-08-12T01:18:25.131Z[ recovery-image] Aug 12 01:18:24.007 INFO O| Aug 12 01:18:24.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80262026-08-12T01:18:25.131Z[ recovery-image] Aug 12 01:18:24.007 INFO O| Aug 12 01:18:24.007 INFO STEP 918 (remove_files) COMPLETE
80272026-08-12T01:18:25.131Z[ recovery-image] Aug 12 01:18:24.007 INFO O| Aug 12 01:18:24.007 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-08-12T01:18:25.146Z[ recovery-image] Aug 12 01:18:24.023 INFO O| Aug 12 01:18:24.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80292026-08-12T01:18:25.146Z[ recovery-image] Aug 12 01:18:24.023 INFO O| Aug 12 01:18:24.023 INFO STEP 919 (remove_files) COMPLETE
80302026-08-12T01:18:25.146Z[ recovery-image] Aug 12 01:18:24.023 INFO O| Aug 12 01:18:24.023 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-08-12T01:18:25.156Z[ recovery-image] Aug 12 01:18:24.032 INFO O| Aug 12 01:18:24.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80322026-08-12T01:18:25.156Z[ recovery-image] Aug 12 01:18:24.033 INFO O| Aug 12 01:18:24.032 INFO STEP 920 (remove_files) COMPLETE
80332026-08-12T01:18:25.156Z[ recovery-image] Aug 12 01:18:24.033 INFO O| Aug 12 01:18:24.033 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-08-12T01:18:25.164Z[ recovery-image] Aug 12 01:18:24.041 INFO O| Aug 12 01:18:24.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80352026-08-12T01:18:25.164Z[ recovery-image] Aug 12 01:18:24.041 INFO O| Aug 12 01:18:24.041 INFO STEP 921 (remove_files) COMPLETE
80362026-08-12T01:18:25.164Z[ recovery-image] Aug 12 01:18:24.041 INFO O| Aug 12 01:18:24.041 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-08-12T01:18:25.173Z[ recovery-image] Aug 12 01:18:24.050 INFO O| Aug 12 01:18:24.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80382026-08-12T01:18:25.173Z[ recovery-image] Aug 12 01:18:24.050 INFO O| Aug 12 01:18:24.050 INFO STEP 922 (remove_files) COMPLETE
80392026-08-12T01:18:25.177Z[ recovery-image] Aug 12 01:18:24.050 INFO O| Aug 12 01:18:24.050 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-08-12T01:18:25.181Z[ recovery-image] Aug 12 01:18:24.058 INFO O| Aug 12 01:18:24.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80412026-08-12T01:18:25.181Z[ recovery-image] Aug 12 01:18:24.058 INFO O| Aug 12 01:18:24.058 INFO STEP 923 (remove_files) COMPLETE
80422026-08-12T01:18:25.181Z[ recovery-image] Aug 12 01:18:24.058 INFO O| Aug 12 01:18:24.058 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-08-12T01:18:25.191Z[ recovery-image] Aug 12 01:18:24.068 INFO O| Aug 12 01:18:24.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80442026-08-12T01:18:25.191Z[ recovery-image] Aug 12 01:18:24.068 INFO O| Aug 12 01:18:24.068 INFO STEP 924 (remove_files) COMPLETE
80452026-08-12T01:18:25.196Z[ recovery-image] Aug 12 01:18:24.068 INFO O| Aug 12 01:18:24.068 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-08-12T01:18:25.202Z[ recovery-image] Aug 12 01:18:24.079 INFO O| Aug 12 01:18:24.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80472026-08-12T01:18:25.202Z[ recovery-image] Aug 12 01:18:24.079 INFO O| Aug 12 01:18:24.079 INFO STEP 925 (remove_files) COMPLETE
80482026-08-12T01:18:25.202Z[ recovery-image] Aug 12 01:18:24.079 INFO O| Aug 12 01:18:24.079 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-08-12T01:18:25.206Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
80502026-08-12T01:18:25.213Z[ recovery-image] Aug 12 01:18:24.090 INFO O| Aug 12 01:18:24.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80512026-08-12T01:18:25.213Z[ recovery-image] Aug 12 01:18:24.090 INFO O| Aug 12 01:18:24.090 INFO STEP 926 (remove_files) COMPLETE
80522026-08-12T01:18:25.216Z[ recovery-image] Aug 12 01:18:24.090 INFO O| Aug 12 01:18:24.090 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-08-12T01:18:25.225Z[ recovery-image] Aug 12 01:18:24.101 INFO O| Aug 12 01:18:24.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80542026-08-12T01:18:25.225Z[ recovery-image] Aug 12 01:18:24.101 INFO O| Aug 12 01:18:24.101 INFO STEP 927 (remove_files) COMPLETE
80552026-08-12T01:18:25.225Z[ recovery-image] Aug 12 01:18:24.101 INFO O| Aug 12 01:18:24.101 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-08-12T01:18:25.235Z[ recovery-image] Aug 12 01:18:24.111 INFO O| Aug 12 01:18:24.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80572026-08-12T01:18:25.235Z[ recovery-image] Aug 12 01:18:24.111 INFO O| Aug 12 01:18:24.111 INFO STEP 928 (remove_files) COMPLETE
80582026-08-12T01:18:25.239Z[ recovery-image] Aug 12 01:18:24.111 INFO O| Aug 12 01:18:24.111 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-08-12T01:18:25.245Z[ recovery-image] Aug 12 01:18:24.121 INFO O| Aug 12 01:18:24.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80602026-08-12T01:18:25.245Z[ recovery-image] Aug 12 01:18:24.121 INFO O| Aug 12 01:18:24.121 INFO STEP 929 (remove_files) COMPLETE
80612026-08-12T01:18:25.245Z[ recovery-image] Aug 12 01:18:24.121 INFO O| Aug 12 01:18:24.121 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-08-12T01:18:25.255Z[ recovery-image] Aug 12 01:18:24.131 INFO O| Aug 12 01:18:24.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80632026-08-12T01:18:25.255Z[ recovery-image] Aug 12 01:18:24.132 INFO O| Aug 12 01:18:24.132 INFO STEP 930 (remove_files) COMPLETE
80642026-08-12T01:18:25.259Z[ recovery-image] Aug 12 01:18:24.132 INFO O| Aug 12 01:18:24.132 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-08-12T01:18:25.264Z[ recovery-image] Aug 12 01:18:24.141 INFO O| Aug 12 01:18:24.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80662026-08-12T01:18:25.264Z[ recovery-image] Aug 12 01:18:24.141 INFO O| Aug 12 01:18:24.141 INFO STEP 931 (remove_files) COMPLETE
80672026-08-12T01:18:25.267Z[ recovery-image] Aug 12 01:18:24.141 INFO O| Aug 12 01:18:24.141 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-08-12T01:18:25.275Z[ recovery-image] Aug 12 01:18:24.151 INFO O| Aug 12 01:18:24.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80692026-08-12T01:18:25.275Z[ recovery-image] Aug 12 01:18:24.151 INFO O| Aug 12 01:18:24.151 INFO STEP 932 (remove_files) COMPLETE
80702026-08-12T01:18:25.278Z[ recovery-image] Aug 12 01:18:24.151 INFO O| Aug 12 01:18:24.151 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-08-12T01:18:25.284Z[ recovery-image] Aug 12 01:18:24.161 INFO O| Aug 12 01:18:24.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80722026-08-12T01:18:25.284Z[ recovery-image] Aug 12 01:18:24.161 INFO O| Aug 12 01:18:24.161 INFO STEP 933 (remove_files) COMPLETE
80732026-08-12T01:18:25.284Z[ recovery-image] Aug 12 01:18:24.161 INFO O| Aug 12 01:18:24.161 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-08-12T01:18:25.294Z[ recovery-image] Aug 12 01:18:24.171 INFO O| Aug 12 01:18:24.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
80752026-08-12T01:18:25.294Z[ recovery-image] Aug 12 01:18:24.171 INFO O| Aug 12 01:18:24.171 INFO STEP 934 (remove_files) COMPLETE
80762026-08-12T01:18:25.294Z[ recovery-image] Aug 12 01:18:24.171 INFO O| Aug 12 01:18:24.171 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-08-12T01:18:25.311Z[ recovery-image] Aug 12 01:18:24.180 INFO O| Aug 12 01:18:24.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
80782026-08-12T01:18:25.315Z[ recovery-image] Aug 12 01:18:24.180 INFO O| Aug 12 01:18:24.180 INFO STEP 935 (remove_files) COMPLETE
80792026-08-12T01:18:25.315Z[ recovery-image] Aug 12 01:18:24.180 INFO O| Aug 12 01:18:24.180 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-08-12T01:18:25.315Z[ recovery-image] Aug 12 01:18:24.190 INFO O| Aug 12 01:18:24.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
80812026-08-12T01:18:25.315Z[ recovery-image] Aug 12 01:18:24.190 INFO O| Aug 12 01:18:24.190 INFO STEP 936 (remove_files) COMPLETE
80822026-08-12T01:18:25.315Z[ recovery-image] Aug 12 01:18:24.190 INFO O| Aug 12 01:18:24.190 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-08-12T01:18:25.323Z[ recovery-image] Aug 12 01:18:24.200 INFO O| Aug 12 01:18:24.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
80842026-08-12T01:18:25.323Z[ recovery-image] Aug 12 01:18:24.200 INFO O| Aug 12 01:18:24.200 INFO STEP 937 (remove_files) COMPLETE
80852026-08-12T01:18:25.323Z[ recovery-image] Aug 12 01:18:24.200 INFO O| Aug 12 01:18:24.200 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-08-12T01:18:25.334Z[ recovery-image] Aug 12 01:18:24.211 INFO O| Aug 12 01:18:24.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
80872026-08-12T01:18:25.334Z[ recovery-image] Aug 12 01:18:24.211 INFO O| Aug 12 01:18:24.211 INFO STEP 938 (remove_files) COMPLETE
80882026-08-12T01:18:25.334Z[ recovery-image] Aug 12 01:18:24.211 INFO O| Aug 12 01:18:24.211 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-08-12T01:18:25.343Z[ recovery-image] Aug 12 01:18:24.220 INFO O| Aug 12 01:18:24.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
80902026-08-12T01:18:25.343Z[ recovery-image] Aug 12 01:18:24.220 INFO O| Aug 12 01:18:24.220 INFO STEP 939 (remove_files) COMPLETE
80912026-08-12T01:18:25.346Z[ recovery-image] Aug 12 01:18:24.220 INFO O| Aug 12 01:18:24.220 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-08-12T01:18:25.355Z[ recovery-image] Aug 12 01:18:24.232 INFO O| Aug 12 01:18:24.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
80932026-08-12T01:18:25.356Z[ recovery-image] Aug 12 01:18:24.232 INFO O| Aug 12 01:18:24.232 INFO STEP 940 (remove_files) COMPLETE
80942026-08-12T01:18:25.359Z[ recovery-image] Aug 12 01:18:24.232 INFO O| Aug 12 01:18:24.232 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-08-12T01:18:25.364Z[ recovery-image] Aug 12 01:18:24.241 INFO O| Aug 12 01:18:24.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
80962026-08-12T01:18:25.365Z[ recovery-image] Aug 12 01:18:24.241 INFO O| Aug 12 01:18:24.241 INFO STEP 941 (remove_files) COMPLETE
80972026-08-12T01:18:25.365Z[ recovery-image] Aug 12 01:18:24.241 INFO O| Aug 12 01:18:24.241 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-08-12T01:18:25.374Z[ recovery-image] Aug 12 01:18:24.251 INFO O| Aug 12 01:18:24.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
80992026-08-12T01:18:25.374Z[ recovery-image] Aug 12 01:18:24.251 INFO O| Aug 12 01:18:24.251 INFO STEP 942 (remove_files) COMPLETE
81002026-08-12T01:18:25.377Z[ recovery-image] Aug 12 01:18:24.251 INFO O| Aug 12 01:18:24.251 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-08-12T01:18:25.384Z[ recovery-image] Aug 12 01:18:24.262 INFO O| Aug 12 01:18:24.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81022026-08-12T01:18:25.385Z[ recovery-image] Aug 12 01:18:24.262 INFO O| Aug 12 01:18:24.262 INFO STEP 943 (remove_files) COMPLETE
81032026-08-12T01:18:25.385Z[ recovery-image] Aug 12 01:18:24.262 INFO O| Aug 12 01:18:24.262 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-08-12T01:18:25.396Z[ recovery-image] Aug 12 01:18:24.272 INFO O| Aug 12 01:18:24.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81052026-08-12T01:18:25.396Z[ recovery-image] Aug 12 01:18:24.272 INFO O| Aug 12 01:18:24.272 INFO STEP 944 (remove_files) COMPLETE
81062026-08-12T01:18:25.399Z[ recovery-image] Aug 12 01:18:24.272 INFO O| Aug 12 01:18:24.272 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-08-12T01:18:25.404Z[ recovery-image] Aug 12 01:18:24.282 INFO O| Aug 12 01:18:24.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81082026-08-12T01:18:25.404Z[ recovery-image] Aug 12 01:18:24.282 INFO O| Aug 12 01:18:24.282 INFO STEP 945 (remove_files) COMPLETE
81092026-08-12T01:18:25.408Z[ recovery-image] Aug 12 01:18:24.282 INFO O| Aug 12 01:18:24.282 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-08-12T01:18:25.414Z[ recovery-image] Aug 12 01:18:24.291 INFO O| Aug 12 01:18:24.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81112026-08-12T01:18:25.414Z[ recovery-image] Aug 12 01:18:24.291 INFO O| Aug 12 01:18:24.291 INFO STEP 946 (remove_files) COMPLETE
81122026-08-12T01:18:25.414Z[ recovery-image] Aug 12 01:18:24.292 INFO O| Aug 12 01:18:24.291 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-08-12T01:18:25.425Z[ recovery-image] Aug 12 01:18:24.301 INFO O| Aug 12 01:18:24.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81142026-08-12T01:18:25.425Z[ recovery-image] Aug 12 01:18:24.302 INFO O| Aug 12 01:18:24.302 INFO STEP 947 (remove_files) COMPLETE
81152026-08-12T01:18:25.428Z[ recovery-image] Aug 12 01:18:24.302 INFO O| Aug 12 01:18:24.302 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-08-12T01:18:25.434Z[ recovery-image] Aug 12 01:18:24.311 INFO O| Aug 12 01:18:24.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81172026-08-12T01:18:25.434Z[ recovery-image] Aug 12 01:18:24.311 INFO O| Aug 12 01:18:24.311 INFO STEP 948 (remove_files) COMPLETE
81182026-08-12T01:18:25.437Z[ recovery-image] Aug 12 01:18:24.311 INFO O| Aug 12 01:18:24.311 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-08-12T01:18:25.444Z[ recovery-image] Aug 12 01:18:24.321 INFO O| Aug 12 01:18:24.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81202026-08-12T01:18:25.444Z[ recovery-image] Aug 12 01:18:24.321 INFO O| Aug 12 01:18:24.321 INFO STEP 949 (remove_files) COMPLETE
81212026-08-12T01:18:25.445Z[ recovery-image] Aug 12 01:18:24.321 INFO O| Aug 12 01:18:24.321 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-08-12T01:18:25.456Z[ recovery-image] Aug 12 01:18:24.332 INFO O| Aug 12 01:18:24.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81232026-08-12T01:18:25.456Z[ recovery-image] Aug 12 01:18:24.332 INFO O| Aug 12 01:18:24.332 INFO STEP 950 (remove_files) COMPLETE
81242026-08-12T01:18:25.456Z[ recovery-image] Aug 12 01:18:24.332 INFO O| Aug 12 01:18:24.332 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-08-12T01:18:25.466Z[ recovery-image] Aug 12 01:18:24.343 INFO O| Aug 12 01:18:24.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81262026-08-12T01:18:25.466Z[ recovery-image] Aug 12 01:18:24.343 INFO O| Aug 12 01:18:24.343 INFO STEP 951 (remove_files) COMPLETE
81272026-08-12T01:18:25.466Z[ recovery-image] Aug 12 01:18:24.343 INFO O| Aug 12 01:18:24.343 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-08-12T01:18:25.477Z[ recovery-image] Aug 12 01:18:24.354 INFO O| Aug 12 01:18:24.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81292026-08-12T01:18:25.477Z[ recovery-image] Aug 12 01:18:24.354 INFO O| Aug 12 01:18:24.354 INFO STEP 952 (remove_files) COMPLETE
81302026-08-12T01:18:25.477Z[ recovery-image] Aug 12 01:18:24.354 INFO O| Aug 12 01:18:24.354 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-08-12T01:18:25.488Z[ recovery-image] Aug 12 01:18:24.364 INFO O| Aug 12 01:18:24.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81322026-08-12T01:18:25.488Z[ recovery-image] Aug 12 01:18:24.364 INFO O| Aug 12 01:18:24.364 INFO STEP 953 (remove_files) COMPLETE
81332026-08-12T01:18:25.488Z[ recovery-image] Aug 12 01:18:24.364 INFO O| Aug 12 01:18:24.364 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-08-12T01:18:25.496Z[ recovery-image] Aug 12 01:18:24.373 INFO O| Aug 12 01:18:24.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81352026-08-12T01:18:25.496Z[ recovery-image] Aug 12 01:18:24.373 INFO O| Aug 12 01:18:24.373 INFO STEP 954 (remove_files) COMPLETE
81362026-08-12T01:18:25.499Z[ recovery-image] Aug 12 01:18:24.373 INFO O| Aug 12 01:18:24.373 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-08-12T01:18:25.505Z[ recovery-image] Aug 12 01:18:24.382 INFO O| Aug 12 01:18:24.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81382026-08-12T01:18:25.505Z[ recovery-image] Aug 12 01:18:24.382 INFO O| Aug 12 01:18:24.382 INFO STEP 955 (remove_files) COMPLETE
81392026-08-12T01:18:25.505Z[ recovery-image] Aug 12 01:18:24.382 INFO O| Aug 12 01:18:24.382 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-08-12T01:18:25.515Z[ recovery-image] Aug 12 01:18:24.392 INFO O| Aug 12 01:18:24.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81412026-08-12T01:18:25.515Z[ recovery-image] Aug 12 01:18:24.392 INFO O| Aug 12 01:18:24.392 INFO STEP 956 (remove_files) COMPLETE
81422026-08-12T01:18:25.515Z[ recovery-image] Aug 12 01:18:24.392 INFO O| Aug 12 01:18:24.392 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-08-12T01:18:25.524Z[ recovery-image] Aug 12 01:18:24.401 INFO O| Aug 12 01:18:24.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81442026-08-12T01:18:25.524Z[ recovery-image] Aug 12 01:18:24.401 INFO O| Aug 12 01:18:24.401 INFO STEP 957 (remove_files) COMPLETE
81452026-08-12T01:18:25.528Z[ recovery-image] Aug 12 01:18:24.401 INFO O| Aug 12 01:18:24.401 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-08-12T01:18:25.537Z[ recovery-image] Aug 12 01:18:24.413 INFO O| Aug 12 01:18:24.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81472026-08-12T01:18:25.537Z[ recovery-image] Aug 12 01:18:24.413 INFO O| Aug 12 01:18:24.413 INFO STEP 958 (remove_files) COMPLETE
81482026-08-12T01:18:25.537Z[ recovery-image] Aug 12 01:18:24.413 INFO O| Aug 12 01:18:24.413 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-08-12T01:18:25.547Z[ recovery-image] Aug 12 01:18:24.424 INFO O| Aug 12 01:18:24.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81502026-08-12T01:18:25.547Z[ recovery-image] Aug 12 01:18:24.424 INFO O| Aug 12 01:18:24.424 INFO STEP 959 (remove_files) COMPLETE
81512026-08-12T01:18:25.547Z[ recovery-image] Aug 12 01:18:24.424 INFO O| Aug 12 01:18:24.424 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-08-12T01:18:25.557Z[ recovery-image] Aug 12 01:18:24.434 INFO O| Aug 12 01:18:24.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81532026-08-12T01:18:25.557Z[ recovery-image] Aug 12 01:18:24.434 INFO O| Aug 12 01:18:24.434 INFO STEP 960 (remove_files) COMPLETE
81542026-08-12T01:18:25.557Z[ recovery-image] Aug 12 01:18:24.434 INFO O| Aug 12 01:18:24.434 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-08-12T01:18:25.566Z[ recovery-image] Aug 12 01:18:24.443 INFO O| Aug 12 01:18:24.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81562026-08-12T01:18:25.566Z[ recovery-image] Aug 12 01:18:24.443 INFO O| Aug 12 01:18:24.443 INFO STEP 961 (remove_files) COMPLETE
81572026-08-12T01:18:25.569Z[ recovery-image] Aug 12 01:18:24.443 INFO O| Aug 12 01:18:24.443 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-08-12T01:18:25.577Z[ recovery-image] Aug 12 01:18:24.454 INFO O| Aug 12 01:18:24.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81592026-08-12T01:18:25.577Z[ recovery-image] Aug 12 01:18:24.454 INFO O| Aug 12 01:18:24.454 INFO STEP 962 (remove_files) COMPLETE
81602026-08-12T01:18:25.577Z[ recovery-image] Aug 12 01:18:24.454 INFO O| Aug 12 01:18:24.454 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-08-12T01:18:25.589Z[ recovery-image] Aug 12 01:18:24.465 INFO O| Aug 12 01:18:24.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81622026-08-12T01:18:25.589Z[ recovery-image] Aug 12 01:18:24.465 INFO O| Aug 12 01:18:24.465 INFO STEP 963 (remove_files) COMPLETE
81632026-08-12T01:18:25.589Z[ recovery-image] Aug 12 01:18:24.465 INFO O| Aug 12 01:18:24.465 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-08-12T01:18:25.592Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
81652026-08-12T01:18:25.600Z[ recovery-image] Aug 12 01:18:24.477 INFO O| Aug 12 01:18:24.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81662026-08-12T01:18:25.600Z[ recovery-image] Aug 12 01:18:24.477 INFO O| Aug 12 01:18:24.477 INFO STEP 964 (remove_files) COMPLETE
81672026-08-12T01:18:25.600Z[ recovery-image] Aug 12 01:18:24.477 INFO O| Aug 12 01:18:24.477 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-08-12T01:18:25.611Z[ recovery-image] Aug 12 01:18:24.488 INFO O| Aug 12 01:18:24.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81692026-08-12T01:18:25.614Z[ recovery-image] Aug 12 01:18:24.488 INFO O| Aug 12 01:18:24.488 INFO STEP 965 (remove_files) COMPLETE
81702026-08-12T01:18:25.614Z[ recovery-image] Aug 12 01:18:24.488 INFO O| Aug 12 01:18:24.488 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-08-12T01:18:25.621Z[ recovery-image] Aug 12 01:18:24.497 INFO O| Aug 12 01:18:24.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81722026-08-12T01:18:25.621Z[ recovery-image] Aug 12 01:18:24.497 INFO O| Aug 12 01:18:24.497 INFO STEP 966 (remove_files) COMPLETE
81732026-08-12T01:18:25.621Z[ recovery-image] Aug 12 01:18:24.497 INFO O| Aug 12 01:18:24.497 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-08-12T01:18:25.631Z[ recovery-image] Aug 12 01:18:24.508 INFO O| Aug 12 01:18:24.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
81752026-08-12T01:18:25.631Z[ recovery-image] Aug 12 01:18:24.508 INFO O| Aug 12 01:18:24.508 INFO STEP 967 (remove_files) COMPLETE
81762026-08-12T01:18:25.631Z[ recovery-image] Aug 12 01:18:24.508 INFO O| Aug 12 01:18:24.508 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-08-12T01:18:25.640Z[ recovery-image] Aug 12 01:18:24.517 INFO O| Aug 12 01:18:24.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
81782026-08-12T01:18:25.641Z[ recovery-image] Aug 12 01:18:24.517 INFO O| Aug 12 01:18:24.517 INFO STEP 968 (remove_files) COMPLETE
81792026-08-12T01:18:25.641Z[ recovery-image] Aug 12 01:18:24.517 INFO O| Aug 12 01:18:24.517 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-08-12T01:18:25.649Z[ recovery-image] Aug 12 01:18:24.526 INFO O| Aug 12 01:18:24.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
81812026-08-12T01:18:25.649Z[ recovery-image] Aug 12 01:18:24.526 INFO O| Aug 12 01:18:24.526 INFO STEP 969 (remove_files) COMPLETE
81822026-08-12T01:18:25.649Z[ recovery-image] Aug 12 01:18:24.526 INFO O| Aug 12 01:18:24.526 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-08-12T01:18:25.658Z[ recovery-image] Aug 12 01:18:24.535 INFO O| Aug 12 01:18:24.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
81842026-08-12T01:18:25.658Z[ recovery-image] Aug 12 01:18:24.535 INFO O| Aug 12 01:18:24.535 INFO STEP 970 (remove_files) COMPLETE
81852026-08-12T01:18:25.658Z[ recovery-image] Aug 12 01:18:24.535 INFO O| Aug 12 01:18:24.535 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-12T01:18:25.667Z[ recovery-image] Aug 12 01:18:24.543 INFO O| Aug 12 01:18:24.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
81872026-08-12T01:18:25.667Z[ recovery-image] Aug 12 01:18:24.543 INFO O| Aug 12 01:18:24.543 INFO STEP 971 (remove_files) COMPLETE
81882026-08-12T01:18:25.671Z[ recovery-image] Aug 12 01:18:24.543 INFO O| Aug 12 01:18:24.543 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-12T01:18:25.675Z[ recovery-image] Aug 12 01:18:24.552 INFO O| Aug 12 01:18:24.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
81902026-08-12T01:18:25.675Z[ recovery-image] Aug 12 01:18:24.552 INFO O| Aug 12 01:18:24.552 INFO STEP 972 (remove_files) COMPLETE
81912026-08-12T01:18:25.675Z[ recovery-image] Aug 12 01:18:24.552 INFO O| Aug 12 01:18:24.552 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-12T01:18:25.684Z[ recovery-image] Aug 12 01:18:24.561 INFO O| Aug 12 01:18:24.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
81932026-08-12T01:18:25.684Z[ recovery-image] Aug 12 01:18:24.561 INFO O| Aug 12 01:18:24.561 INFO STEP 973 (remove_files) COMPLETE
81942026-08-12T01:18:25.684Z[ recovery-image] Aug 12 01:18:24.561 INFO O| Aug 12 01:18:24.561 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-12T01:18:25.693Z[ recovery-image] Aug 12 01:18:24.570 INFO O| Aug 12 01:18:24.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
81962026-08-12T01:18:25.693Z[ recovery-image] Aug 12 01:18:24.571 INFO O| Aug 12 01:18:24.571 INFO STEP 974 (remove_files) COMPLETE
81972026-08-12T01:18:25.694Z[ recovery-image] Aug 12 01:18:24.571 INFO O| Aug 12 01:18:24.571 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-12T01:18:25.704Z[ recovery-image] Aug 12 01:18:24.580 INFO O| Aug 12 01:18:24.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
81992026-08-12T01:18:25.704Z[ recovery-image] Aug 12 01:18:24.580 INFO O| Aug 12 01:18:24.580 INFO STEP 975 (remove_files) COMPLETE
82002026-08-12T01:18:25.704Z[ recovery-image] Aug 12 01:18:24.580 INFO O| Aug 12 01:18:24.580 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-08-12T01:18:25.712Z[ recovery-image] Aug 12 01:18:24.589 INFO O| Aug 12 01:18:24.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82022026-08-12T01:18:25.715Z[ recovery-image] Aug 12 01:18:24.590 INFO O| Aug 12 01:18:24.590 INFO STEP 976 (remove_files) COMPLETE
82032026-08-12T01:18:25.715Z[ recovery-image] Aug 12 01:18:24.590 INFO O| Aug 12 01:18:24.590 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-08-12T01:18:25.726Z[ recovery-image] Aug 12 01:18:24.603 INFO O| Aug 12 01:18:24.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82052026-08-12T01:18:25.726Z[ recovery-image] Aug 12 01:18:24.603 INFO O| Aug 12 01:18:24.603 INFO STEP 977 (remove_files) COMPLETE
82062026-08-12T01:18:25.730Z[ recovery-image] Aug 12 01:18:24.603 INFO O| Aug 12 01:18:24.603 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-08-12T01:18:25.735Z[ recovery-image] Aug 12 01:18:24.612 INFO O| Aug 12 01:18:24.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82082026-08-12T01:18:25.735Z[ recovery-image] Aug 12 01:18:24.612 INFO O| Aug 12 01:18:24.612 INFO STEP 978 (remove_files) COMPLETE
82092026-08-12T01:18:25.735Z[ recovery-image] Aug 12 01:18:24.612 INFO O| Aug 12 01:18:24.612 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-08-12T01:18:25.744Z[ recovery-image] Aug 12 01:18:24.621 INFO O| Aug 12 01:18:24.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82112026-08-12T01:18:25.744Z[ recovery-image] Aug 12 01:18:24.621 INFO O| Aug 12 01:18:24.621 INFO STEP 979 (remove_files) COMPLETE
82122026-08-12T01:18:25.748Z[ recovery-image] Aug 12 01:18:24.621 INFO O| Aug 12 01:18:24.621 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-08-12T01:18:25.751Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
82142026-08-12T01:18:25.755Z[ recovery-image] Aug 12 01:18:24.632 INFO O| Aug 12 01:18:24.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82152026-08-12T01:18:25.755Z[ recovery-image] Aug 12 01:18:24.632 INFO O| Aug 12 01:18:24.632 INFO STEP 980 (remove_files) COMPLETE
82162026-08-12T01:18:25.755Z[ recovery-image] Aug 12 01:18:24.632 INFO O| Aug 12 01:18:24.632 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-08-12T01:18:25.764Z[ recovery-image] Aug 12 01:18:24.641 INFO O| Aug 12 01:18:24.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82182026-08-12T01:18:25.764Z[ recovery-image] Aug 12 01:18:24.641 INFO O| Aug 12 01:18:24.641 INFO STEP 981 (remove_files) COMPLETE
82192026-08-12T01:18:25.764Z[ recovery-image] Aug 12 01:18:24.641 INFO O| Aug 12 01:18:24.641 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-08-12T01:18:25.777Z[ recovery-image] Aug 12 01:18:24.652 INFO O| Aug 12 01:18:24.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82212026-08-12T01:18:25.777Z[ recovery-image] Aug 12 01:18:24.653 INFO O| Aug 12 01:18:24.653 INFO STEP 982 (remove_files) COMPLETE
82222026-08-12T01:18:25.777Z[ recovery-image] Aug 12 01:18:24.653 INFO O| Aug 12 01:18:24.653 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-08-12T01:18:25.787Z[ recovery-image] Aug 12 01:18:24.663 INFO O| Aug 12 01:18:24.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82242026-08-12T01:18:25.787Z[ recovery-image] Aug 12 01:18:24.663 INFO O| Aug 12 01:18:24.663 INFO STEP 983 (remove_files) COMPLETE
82252026-08-12T01:18:25.787Z[ recovery-image] Aug 12 01:18:24.663 INFO O| Aug 12 01:18:24.663 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-08-12T01:18:25.796Z[ recovery-image] Aug 12 01:18:24.673 INFO O| Aug 12 01:18:24.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82272026-08-12T01:18:25.796Z[ recovery-image] Aug 12 01:18:24.673 INFO O| Aug 12 01:18:24.673 INFO STEP 984 (remove_files) COMPLETE
82282026-08-12T01:18:25.796Z[ recovery-image] Aug 12 01:18:24.673 INFO O| Aug 12 01:18:24.673 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-08-12T01:18:25.805Z[ recovery-image] Aug 12 01:18:24.682 INFO O| Aug 12 01:18:24.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82302026-08-12T01:18:25.805Z[ recovery-image] Aug 12 01:18:24.683 INFO O| Aug 12 01:18:24.682 INFO STEP 985 (remove_files) COMPLETE
82312026-08-12T01:18:25.805Z[ recovery-image] Aug 12 01:18:24.683 INFO O| Aug 12 01:18:24.683 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-08-12T01:18:25.816Z[ recovery-image] Aug 12 01:18:24.692 INFO O| Aug 12 01:18:24.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82332026-08-12T01:18:25.816Z[ recovery-image] Aug 12 01:18:24.692 INFO O| Aug 12 01:18:24.692 INFO STEP 986 (remove_files) COMPLETE
82342026-08-12T01:18:25.816Z[ recovery-image] Aug 12 01:18:24.692 INFO O| Aug 12 01:18:24.692 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-08-12T01:18:25.828Z[ recovery-image] Aug 12 01:18:24.703 INFO O| Aug 12 01:18:24.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82362026-08-12T01:18:25.828Z[ recovery-image] Aug 12 01:18:24.703 INFO O| Aug 12 01:18:24.703 INFO STEP 987 (remove_files) COMPLETE
82372026-08-12T01:18:25.828Z[ recovery-image] Aug 12 01:18:24.703 INFO O| Aug 12 01:18:24.703 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-08-12T01:18:25.836Z[ recovery-image] Aug 12 01:18:24.713 INFO O| Aug 12 01:18:24.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82392026-08-12T01:18:25.836Z[ recovery-image] Aug 12 01:18:24.713 INFO O| Aug 12 01:18:24.713 INFO STEP 988 (remove_files) COMPLETE
82402026-08-12T01:18:25.839Z[ recovery-image] Aug 12 01:18:24.713 INFO O| Aug 12 01:18:24.713 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-12T01:18:25.846Z[ recovery-image] Aug 12 01:18:24.723 INFO O| Aug 12 01:18:24.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82422026-08-12T01:18:25.850Z[ recovery-image] Aug 12 01:18:24.723 INFO O| Aug 12 01:18:24.723 INFO STEP 989 (remove_files) COMPLETE
82432026-08-12T01:18:25.850Z[ recovery-image] Aug 12 01:18:24.723 INFO O| Aug 12 01:18:24.723 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-12T01:18:25.857Z[ recovery-image] Aug 12 01:18:24.733 INFO O| Aug 12 01:18:24.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82452026-08-12T01:18:25.857Z[ recovery-image] Aug 12 01:18:24.733 INFO O| Aug 12 01:18:24.733 INFO STEP 990 (remove_files) COMPLETE
82462026-08-12T01:18:25.857Z[ recovery-image] Aug 12 01:18:24.733 INFO O| Aug 12 01:18:24.733 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-12T01:18:25.865Z[ recovery-image] Aug 12 01:18:24.742 INFO O| Aug 12 01:18:24.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82482026-08-12T01:18:25.865Z[ recovery-image] Aug 12 01:18:24.742 INFO O| Aug 12 01:18:24.742 INFO STEP 991 (remove_files) COMPLETE
82492026-08-12T01:18:25.865Z[ recovery-image] Aug 12 01:18:24.742 INFO O| Aug 12 01:18:24.742 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-12T01:18:25.874Z[ recovery-image] Aug 12 01:18:24.751 INFO O| Aug 12 01:18:24.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82512026-08-12T01:18:25.874Z[ recovery-image] Aug 12 01:18:24.751 INFO O| Aug 12 01:18:24.751 INFO STEP 992 (remove_files) COMPLETE
82522026-08-12T01:18:25.874Z[ recovery-image] Aug 12 01:18:24.751 INFO O| Aug 12 01:18:24.751 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-12T01:18:25.882Z[ recovery-image] Aug 12 01:18:24.759 INFO O| Aug 12 01:18:24.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82542026-08-12T01:18:25.882Z[ recovery-image] Aug 12 01:18:24.759 INFO O| Aug 12 01:18:24.759 INFO STEP 993 (remove_files) COMPLETE
82552026-08-12T01:18:25.882Z[ recovery-image] Aug 12 01:18:24.759 INFO O| Aug 12 01:18:24.759 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-12T01:18:25.891Z[ recovery-image] Aug 12 01:18:24.768 INFO O| Aug 12 01:18:24.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82572026-08-12T01:18:25.891Z[ recovery-image] Aug 12 01:18:24.768 INFO O| Aug 12 01:18:24.768 INFO STEP 994 (remove_files) COMPLETE
82582026-08-12T01:18:25.891Z[ recovery-image] Aug 12 01:18:24.768 INFO O| Aug 12 01:18:24.768 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-12T01:18:25.901Z[ recovery-image] Aug 12 01:18:24.778 INFO O| Aug 12 01:18:24.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82602026-08-12T01:18:25.901Z[ recovery-image] Aug 12 01:18:24.778 INFO O| Aug 12 01:18:24.778 INFO STEP 995 (remove_files) COMPLETE
82612026-08-12T01:18:25.901Z[ recovery-image] Aug 12 01:18:24.778 INFO O| Aug 12 01:18:24.778 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-12T01:18:25.911Z[ recovery-image] Aug 12 01:18:24.788 INFO O| Aug 12 01:18:24.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82632026-08-12T01:18:25.911Z[ recovery-image] Aug 12 01:18:24.788 INFO O| Aug 12 01:18:24.788 INFO STEP 996 (remove_files) COMPLETE
82642026-08-12T01:18:25.911Z[ recovery-image] Aug 12 01:18:24.788 INFO O| Aug 12 01:18:24.788 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-12T01:18:25.922Z[ recovery-image] Aug 12 01:18:24.798 INFO O| Aug 12 01:18:24.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82662026-08-12T01:18:25.922Z[ recovery-image] Aug 12 01:18:24.798 INFO O| Aug 12 01:18:24.798 INFO STEP 997 (remove_files) COMPLETE
82672026-08-12T01:18:25.922Z[ recovery-image] Aug 12 01:18:24.798 INFO O| Aug 12 01:18:24.798 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-12T01:18:25.932Z[ recovery-image] Aug 12 01:18:24.808 INFO O| Aug 12 01:18:24.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82692026-08-12T01:18:25.932Z[ recovery-image] Aug 12 01:18:24.809 INFO O| Aug 12 01:18:24.808 INFO STEP 998 (remove_files) COMPLETE
82702026-08-12T01:18:25.932Z[ recovery-image] Aug 12 01:18:24.809 INFO O| Aug 12 01:18:24.808 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-12T01:18:25.948Z[ recovery-image] Aug 12 01:18:24.820 INFO O| Aug 12 01:18:24.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82722026-08-12T01:18:25.952Z[ recovery-image] Aug 12 01:18:24.820 INFO O| Aug 12 01:18:24.820 INFO STEP 999 (remove_files) COMPLETE
82732026-08-12T01:18:25.952Z[ recovery-image] Aug 12 01:18:24.820 INFO O| Aug 12 01:18:24.820 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-12T01:18:25.956Z[ recovery-image] Aug 12 01:18:24.831 INFO O| Aug 12 01:18:24.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
82752026-08-12T01:18:25.956Z[ recovery-image] Aug 12 01:18:24.831 INFO O| Aug 12 01:18:24.831 INFO STEP 1000 (remove_files) COMPLETE
82762026-08-12T01:18:25.956Z[ recovery-image] Aug 12 01:18:24.831 INFO O| Aug 12 01:18:24.831 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-12T01:18:25.964Z[ recovery-image] Aug 12 01:18:24.841 INFO O| Aug 12 01:18:24.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
82782026-08-12T01:18:25.964Z[ recovery-image] Aug 12 01:18:24.841 INFO O| Aug 12 01:18:24.841 INFO STEP 1001 (remove_files) COMPLETE
82792026-08-12T01:18:25.964Z[ recovery-image] Aug 12 01:18:24.841 INFO O| Aug 12 01:18:24.841 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-12T01:18:25.974Z[ recovery-image] Aug 12 01:18:24.851 INFO O| Aug 12 01:18:24.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
82812026-08-12T01:18:25.974Z[ recovery-image] Aug 12 01:18:24.851 INFO O| Aug 12 01:18:24.851 INFO STEP 1002 (remove_files) COMPLETE
82822026-08-12T01:18:25.978Z[ recovery-image] Aug 12 01:18:24.851 INFO O| Aug 12 01:18:24.851 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-12T01:18:25.983Z[ recovery-image] Aug 12 01:18:24.860 INFO O| Aug 12 01:18:24.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
82842026-08-12T01:18:25.983Z[ recovery-image] Aug 12 01:18:24.860 INFO O| Aug 12 01:18:24.860 INFO STEP 1003 (remove_files) COMPLETE
82852026-08-12T01:18:25.983Z[ recovery-image] Aug 12 01:18:24.860 INFO O| Aug 12 01:18:24.860 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-12T01:18:25.992Z[ recovery-image] Aug 12 01:18:24.869 INFO O| Aug 12 01:18:24.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
82872026-08-12T01:18:25.992Z[ recovery-image] Aug 12 01:18:24.869 INFO O| Aug 12 01:18:24.869 INFO STEP 1004 (remove_files) COMPLETE
82882026-08-12T01:18:25.992Z[ recovery-image] Aug 12 01:18:24.869 INFO O| Aug 12 01:18:24.869 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-12T01:18:26.001Z[ recovery-image] Aug 12 01:18:24.877 INFO O| Aug 12 01:18:24.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
82902026-08-12T01:18:26.001Z[ recovery-image] Aug 12 01:18:24.877 INFO O| Aug 12 01:18:24.877 INFO STEP 1005 (remove_files) COMPLETE
82912026-08-12T01:18:26.001Z[ recovery-image] Aug 12 01:18:24.877 INFO O| Aug 12 01:18:24.877 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-12T01:18:26.011Z[ recovery-image] Aug 12 01:18:24.888 INFO O| Aug 12 01:18:24.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
82932026-08-12T01:18:26.011Z[ recovery-image] Aug 12 01:18:24.888 INFO O| Aug 12 01:18:24.888 INFO STEP 1006 (remove_files) COMPLETE
82942026-08-12T01:18:26.011Z[ recovery-image] Aug 12 01:18:24.888 INFO O| Aug 12 01:18:24.888 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-12T01:18:26.022Z[ recovery-image] Aug 12 01:18:24.899 INFO O| Aug 12 01:18:24.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
82962026-08-12T01:18:26.022Z[ recovery-image] Aug 12 01:18:24.899 INFO O| Aug 12 01:18:24.899 INFO STEP 1007 (remove_files) COMPLETE
82972026-08-12T01:18:26.026Z[ recovery-image] Aug 12 01:18:24.899 INFO O| Aug 12 01:18:24.899 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-12T01:18:26.037Z[ recovery-image] Aug 12 01:18:24.913 INFO O| Aug 12 01:18:24.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
82992026-08-12T01:18:26.037Z[ recovery-image] Aug 12 01:18:24.914 INFO O| Aug 12 01:18:24.914 INFO STEP 1008 (remove_files) COMPLETE
83002026-08-12T01:18:26.040Z[ recovery-image] Aug 12 01:18:24.914 INFO O| Aug 12 01:18:24.914 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-12T01:18:26.046Z[ recovery-image] Aug 12 01:18:24.923 INFO O| Aug 12 01:18:24.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83022026-08-12T01:18:26.046Z[ recovery-image] Aug 12 01:18:24.923 INFO O| Aug 12 01:18:24.923 INFO STEP 1009 (remove_files) COMPLETE
83032026-08-12T01:18:26.046Z[ recovery-image] Aug 12 01:18:24.923 INFO O| Aug 12 01:18:24.923 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-08-12T01:18:26.057Z[ recovery-image] Aug 12 01:18:24.933 INFO O| Aug 12 01:18:24.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83052026-08-12T01:18:26.057Z[ recovery-image] Aug 12 01:18:24.933 INFO O| Aug 12 01:18:24.933 INFO STEP 1010 (remove_files) COMPLETE
83062026-08-12T01:18:26.057Z[ recovery-image] Aug 12 01:18:24.933 INFO O| Aug 12 01:18:24.933 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-08-12T01:18:26.065Z[ recovery-image] Aug 12 01:18:24.941 INFO O| Aug 12 01:18:24.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83082026-08-12T01:18:26.065Z[ recovery-image] Aug 12 01:18:24.941 INFO O| Aug 12 01:18:24.941 INFO STEP 1011 (remove_files) COMPLETE
83092026-08-12T01:18:26.065Z[ recovery-image] Aug 12 01:18:24.941 INFO O| Aug 12 01:18:24.941 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-08-12T01:18:26.073Z[ recovery-image] Aug 12 01:18:24.950 INFO O| Aug 12 01:18:24.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83112026-08-12T01:18:26.073Z[ recovery-image] Aug 12 01:18:24.950 INFO O| Aug 12 01:18:24.950 INFO STEP 1012 (remove_files) COMPLETE
83122026-08-12T01:18:26.076Z[ recovery-image] Aug 12 01:18:24.950 INFO O| Aug 12 01:18:24.950 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-08-12T01:18:26.081Z[ recovery-image] Aug 12 01:18:24.958 INFO O| Aug 12 01:18:24.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83142026-08-12T01:18:26.081Z[ recovery-image] Aug 12 01:18:24.958 INFO O| Aug 12 01:18:24.958 INFO STEP 1013 (remove_files) COMPLETE
83152026-08-12T01:18:26.081Z[ recovery-image] Aug 12 01:18:24.958 INFO O| Aug 12 01:18:24.958 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-08-12T01:18:26.090Z[ recovery-image] Aug 12 01:18:24.967 INFO O| Aug 12 01:18:24.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83172026-08-12T01:18:26.090Z[ recovery-image] Aug 12 01:18:24.967 INFO O| Aug 12 01:18:24.967 INFO STEP 1014 (remove_files) COMPLETE
83182026-08-12T01:18:26.090Z[ recovery-image] Aug 12 01:18:24.967 INFO O| Aug 12 01:18:24.967 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-08-12T01:18:26.100Z[ recovery-image] Aug 12 01:18:24.977 INFO O| Aug 12 01:18:24.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83202026-08-12T01:18:26.100Z[ recovery-image] Aug 12 01:18:24.977 INFO O| Aug 12 01:18:24.977 INFO STEP 1015 (remove_files) COMPLETE
83212026-08-12T01:18:26.100Z[ recovery-image] Aug 12 01:18:24.977 INFO O| Aug 12 01:18:24.977 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-08-12T01:18:26.110Z[ recovery-image] Aug 12 01:18:24.987 INFO O| Aug 12 01:18:24.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83232026-08-12T01:18:26.110Z[ recovery-image] Aug 12 01:18:24.987 INFO O| Aug 12 01:18:24.987 INFO STEP 1016 (remove_files) COMPLETE
83242026-08-12T01:18:26.110Z[ recovery-image] Aug 12 01:18:24.987 INFO O| Aug 12 01:18:24.987 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-08-12T01:18:26.120Z[ recovery-image] Aug 12 01:18:24.997 INFO O| Aug 12 01:18:24.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83262026-08-12T01:18:26.120Z[ recovery-image] Aug 12 01:18:24.997 INFO O| Aug 12 01:18:24.997 INFO STEP 1017 (remove_files) COMPLETE
83272026-08-12T01:18:26.120Z[ recovery-image] Aug 12 01:18:24.997 INFO O| Aug 12 01:18:24.997 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-08-12T01:18:26.125Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
83292026-08-12T01:18:26.130Z[ recovery-image] Aug 12 01:18:25.007 INFO O| Aug 12 01:18:25.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83302026-08-12T01:18:26.130Z[ recovery-image] Aug 12 01:18:25.007 INFO O| Aug 12 01:18:25.007 INFO STEP 1018 (remove_files) COMPLETE
83312026-08-12T01:18:26.130Z[ recovery-image] Aug 12 01:18:25.007 INFO O| Aug 12 01:18:25.007 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-08-12T01:18:26.141Z[ recovery-image] Aug 12 01:18:25.017 INFO O| Aug 12 01:18:25.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83332026-08-12T01:18:26.141Z[ recovery-image] Aug 12 01:18:25.017 INFO O| Aug 12 01:18:25.017 INFO STEP 1019 (remove_files) COMPLETE
83342026-08-12T01:18:26.141Z[ recovery-image] Aug 12 01:18:25.017 INFO O| Aug 12 01:18:25.017 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-08-12T01:18:26.152Z[ recovery-image] Aug 12 01:18:25.027 INFO O| Aug 12 01:18:25.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83362026-08-12T01:18:26.153Z[ recovery-image] Aug 12 01:18:25.027 INFO O| Aug 12 01:18:25.027 INFO STEP 1020 (remove_files) COMPLETE
83372026-08-12T01:18:26.153Z[ recovery-image] Aug 12 01:18:25.027 INFO O| Aug 12 01:18:25.027 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-08-12T01:18:26.161Z[ recovery-image] Aug 12 01:18:25.038 INFO O| Aug 12 01:18:25.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83392026-08-12T01:18:26.161Z[ recovery-image] Aug 12 01:18:25.038 INFO O| Aug 12 01:18:25.038 INFO STEP 1021 (remove_files) COMPLETE
83402026-08-12T01:18:26.164Z[ recovery-image] Aug 12 01:18:25.038 INFO O| Aug 12 01:18:25.038 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-08-12T01:18:26.170Z[ recovery-image] Aug 12 01:18:25.047 INFO O| Aug 12 01:18:25.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83422026-08-12T01:18:26.170Z[ recovery-image] Aug 12 01:18:25.047 INFO O| Aug 12 01:18:25.047 INFO STEP 1022 (remove_files) COMPLETE
83432026-08-12T01:18:26.170Z[ recovery-image] Aug 12 01:18:25.047 INFO O| Aug 12 01:18:25.047 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-08-12T01:18:26.179Z[ recovery-image] Aug 12 01:18:25.056 INFO O| Aug 12 01:18:25.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83452026-08-12T01:18:26.179Z[ recovery-image] Aug 12 01:18:25.056 INFO O| Aug 12 01:18:25.056 INFO STEP 1023 (remove_files) COMPLETE
83462026-08-12T01:18:26.179Z[ recovery-image] Aug 12 01:18:25.056 INFO O| Aug 12 01:18:25.056 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-12T01:18:26.188Z[ recovery-image] Aug 12 01:18:25.065 INFO O| Aug 12 01:18:25.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83482026-08-12T01:18:26.188Z[ recovery-image] Aug 12 01:18:25.065 INFO O| Aug 12 01:18:25.065 INFO STEP 1024 (remove_files) COMPLETE
83492026-08-12T01:18:26.193Z[ recovery-image] Aug 12 01:18:25.065 INFO O| Aug 12 01:18:25.065 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-08-12T01:18:26.197Z[ recovery-image] Aug 12 01:18:25.073 INFO O| Aug 12 01:18:25.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83512026-08-12T01:18:26.197Z[ recovery-image] Aug 12 01:18:25.073 INFO O| Aug 12 01:18:25.073 INFO STEP 1025 (remove_files) COMPLETE
83522026-08-12T01:18:26.197Z[ recovery-image] Aug 12 01:18:25.073 INFO O| Aug 12 01:18:25.073 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-08-12T01:18:26.210Z[ recovery-image] Aug 12 01:18:25.084 INFO O| Aug 12 01:18:25.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83542026-08-12T01:18:26.210Z[ recovery-image] Aug 12 01:18:25.084 INFO O| Aug 12 01:18:25.084 INFO STEP 1026 (remove_files) COMPLETE
83552026-08-12T01:18:26.210Z[ recovery-image] Aug 12 01:18:25.084 INFO O| Aug 12 01:18:25.084 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-08-12T01:18:26.220Z[ recovery-image] Aug 12 01:18:25.097 INFO O| Aug 12 01:18:25.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83572026-08-12T01:18:26.220Z[ recovery-image] Aug 12 01:18:25.097 INFO O| Aug 12 01:18:25.097 INFO STEP 1027 (remove_files) COMPLETE
83582026-08-12T01:18:26.220Z[ recovery-image] Aug 12 01:18:25.097 INFO O| Aug 12 01:18:25.097 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-08-12T01:18:26.230Z[ recovery-image] Aug 12 01:18:25.107 INFO O| Aug 12 01:18:25.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83602026-08-12T01:18:26.230Z[ recovery-image] Aug 12 01:18:25.107 INFO O| Aug 12 01:18:25.107 INFO STEP 1028 (remove_files) COMPLETE
83612026-08-12T01:18:26.230Z[ recovery-image] Aug 12 01:18:25.107 INFO O| Aug 12 01:18:25.107 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-08-12T01:18:26.234Z[verify-libraries] Compiling git2 v0.20.4
83632026-08-12T01:18:26.239Z[ recovery-image] Aug 12 01:18:25.116 INFO O| Aug 12 01:18:25.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83642026-08-12T01:18:26.239Z[ recovery-image] Aug 12 01:18:25.116 INFO O| Aug 12 01:18:25.116 INFO STEP 1029 (remove_files) COMPLETE
83652026-08-12T01:18:26.239Z[ recovery-image] Aug 12 01:18:25.116 INFO O| Aug 12 01:18:25.116 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-08-12T01:18:26.249Z[ recovery-image] Aug 12 01:18:25.126 INFO O| Aug 12 01:18:25.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83672026-08-12T01:18:26.249Z[ recovery-image] Aug 12 01:18:25.126 INFO O| Aug 12 01:18:25.126 INFO STEP 1030 (remove_files) COMPLETE
83682026-08-12T01:18:26.249Z[ recovery-image] Aug 12 01:18:25.126 INFO O| Aug 12 01:18:25.126 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-08-12T01:18:26.261Z[ recovery-image] Aug 12 01:18:25.137 INFO O| Aug 12 01:18:25.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83702026-08-12T01:18:26.261Z[ recovery-image] Aug 12 01:18:25.137 INFO O| Aug 12 01:18:25.137 INFO STEP 1031 (remove_files) COMPLETE
83712026-08-12T01:18:26.261Z[ recovery-image] Aug 12 01:18:25.137 INFO O| Aug 12 01:18:25.137 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-08-12T01:18:26.270Z[ recovery-image] Aug 12 01:18:25.147 INFO O| Aug 12 01:18:25.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83732026-08-12T01:18:26.270Z[ recovery-image] Aug 12 01:18:25.148 INFO O| Aug 12 01:18:25.147 INFO STEP 1032 (remove_files) COMPLETE
83742026-08-12T01:18:26.270Z[ recovery-image] Aug 12 01:18:25.148 INFO O| Aug 12 01:18:25.147 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-12T01:18:26.280Z[ recovery-image] Aug 12 01:18:25.157 INFO O| Aug 12 01:18:25.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
83762026-08-12T01:18:26.280Z[ recovery-image] Aug 12 01:18:25.157 INFO O| Aug 12 01:18:25.157 INFO STEP 1033 (remove_files) COMPLETE
83772026-08-12T01:18:26.280Z[ recovery-image] Aug 12 01:18:25.157 INFO O| Aug 12 01:18:25.157 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-08-12T01:18:26.290Z[ recovery-image] Aug 12 01:18:25.167 INFO O| Aug 12 01:18:25.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
83792026-08-12T01:18:26.290Z[ recovery-image] Aug 12 01:18:25.167 INFO O| Aug 12 01:18:25.167 INFO STEP 1034 (remove_files) COMPLETE
83802026-08-12T01:18:26.290Z[ recovery-image] Aug 12 01:18:25.167 INFO O| Aug 12 01:18:25.167 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-08-12T01:18:26.306Z[ recovery-image] Aug 12 01:18:25.177 INFO O| Aug 12 01:18:25.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
83822026-08-12T01:18:26.306Z[ recovery-image] Aug 12 01:18:25.177 INFO O| Aug 12 01:18:25.177 INFO STEP 1035 (remove_files) COMPLETE
83832026-08-12T01:18:26.306Z[ recovery-image] Aug 12 01:18:25.177 INFO O| Aug 12 01:18:25.177 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-08-12T01:18:26.310Z[ recovery-image] Aug 12 01:18:25.187 INFO O| Aug 12 01:18:25.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
83852026-08-12T01:18:26.310Z[ recovery-image] Aug 12 01:18:25.187 INFO O| Aug 12 01:18:25.187 INFO STEP 1036 (remove_files) COMPLETE
83862026-08-12T01:18:26.310Z[ recovery-image] Aug 12 01:18:25.187 INFO O| Aug 12 01:18:25.187 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-08-12T01:18:26.320Z[ recovery-image] Aug 12 01:18:25.197 INFO O| Aug 12 01:18:25.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
83882026-08-12T01:18:26.320Z[ recovery-image] Aug 12 01:18:25.197 INFO O| Aug 12 01:18:25.197 INFO STEP 1037 (remove_files) COMPLETE
83892026-08-12T01:18:26.320Z[ recovery-image] Aug 12 01:18:25.197 INFO O| Aug 12 01:18:25.197 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-08-12T01:18:26.329Z[ recovery-image] Aug 12 01:18:25.206 INFO O| Aug 12 01:18:25.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
83912026-08-12T01:18:26.329Z[ recovery-image] Aug 12 01:18:25.206 INFO O| Aug 12 01:18:25.206 INFO STEP 1038 (remove_files) COMPLETE
83922026-08-12T01:18:26.329Z[ recovery-image] Aug 12 01:18:25.206 INFO O| Aug 12 01:18:25.206 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-08-12T01:18:26.338Z[ recovery-image] Aug 12 01:18:25.215 INFO O| Aug 12 01:18:25.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
83942026-08-12T01:18:26.338Z[ recovery-image] Aug 12 01:18:25.215 INFO O| Aug 12 01:18:25.215 INFO STEP 1039 (remove_files) COMPLETE
83952026-08-12T01:18:26.338Z[ recovery-image] Aug 12 01:18:25.215 INFO O| Aug 12 01:18:25.215 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-08-12T01:18:26.353Z[ recovery-image] Aug 12 01:18:25.229 INFO O| Aug 12 01:18:25.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
83972026-08-12T01:18:26.353Z[ recovery-image] Aug 12 01:18:25.229 INFO O| Aug 12 01:18:25.229 INFO STEP 1040 (remove_files) COMPLETE
83982026-08-12T01:18:26.353Z[ recovery-image] Aug 12 01:18:25.229 INFO O| Aug 12 01:18:25.229 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-08-12T01:18:26.362Z[ recovery-image] Aug 12 01:18:25.239 INFO O| Aug 12 01:18:25.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84002026-08-12T01:18:26.362Z[ recovery-image] Aug 12 01:18:25.239 INFO O| Aug 12 01:18:25.239 INFO STEP 1041 (remove_files) COMPLETE
84012026-08-12T01:18:26.362Z[ recovery-image] Aug 12 01:18:25.239 INFO O| Aug 12 01:18:25.239 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-08-12T01:18:26.372Z[ recovery-image] Aug 12 01:18:25.249 INFO O| Aug 12 01:18:25.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84032026-08-12T01:18:26.372Z[ recovery-image] Aug 12 01:18:25.249 INFO O| Aug 12 01:18:25.249 INFO STEP 1042 (remove_files) COMPLETE
84042026-08-12T01:18:26.372Z[ recovery-image] Aug 12 01:18:25.249 INFO O| Aug 12 01:18:25.249 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-08-12T01:18:26.381Z[ recovery-image] Aug 12 01:18:25.258 INFO O| Aug 12 01:18:25.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84062026-08-12T01:18:26.381Z[ recovery-image] Aug 12 01:18:25.258 INFO O| Aug 12 01:18:25.258 INFO STEP 1043 (remove_files) COMPLETE
84072026-08-12T01:18:26.381Z[ recovery-image] Aug 12 01:18:25.258 INFO O| Aug 12 01:18:25.258 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-08-12T01:18:26.390Z[ recovery-image] Aug 12 01:18:25.267 INFO O| Aug 12 01:18:25.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84092026-08-12T01:18:26.390Z[ recovery-image] Aug 12 01:18:25.267 INFO O| Aug 12 01:18:25.267 INFO STEP 1044 (remove_files) COMPLETE
84102026-08-12T01:18:26.390Z[ recovery-image] Aug 12 01:18:25.267 INFO O| Aug 12 01:18:25.267 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-08-12T01:18:26.398Z[ recovery-image] Aug 12 01:18:25.275 INFO O| Aug 12 01:18:25.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84122026-08-12T01:18:26.398Z[ recovery-image] Aug 12 01:18:25.275 INFO O| Aug 12 01:18:25.275 INFO STEP 1045 (remove_files) COMPLETE
84132026-08-12T01:18:26.398Z[ recovery-image] Aug 12 01:18:25.275 INFO O| Aug 12 01:18:25.275 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-08-12T01:18:26.407Z[ recovery-image] Aug 12 01:18:25.284 INFO O| Aug 12 01:18:25.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84152026-08-12T01:18:26.407Z[ recovery-image] Aug 12 01:18:25.284 INFO O| Aug 12 01:18:25.284 INFO STEP 1046 (remove_files) COMPLETE
84162026-08-12T01:18:26.407Z[ recovery-image] Aug 12 01:18:25.284 INFO O| Aug 12 01:18:25.284 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-08-12T01:18:26.415Z[ recovery-image] Aug 12 01:18:25.292 INFO O| Aug 12 01:18:25.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84182026-08-12T01:18:26.415Z[ recovery-image] Aug 12 01:18:25.292 INFO O| Aug 12 01:18:25.292 INFO STEP 1047 (remove_files) COMPLETE
84192026-08-12T01:18:26.415Z[ recovery-image] Aug 12 01:18:25.292 INFO O| Aug 12 01:18:25.292 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-08-12T01:18:26.423Z[ recovery-image] Aug 12 01:18:25.300 INFO O| Aug 12 01:18:25.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84212026-08-12T01:18:26.423Z[ recovery-image] Aug 12 01:18:25.300 INFO O| Aug 12 01:18:25.300 INFO STEP 1048 (remove_files) COMPLETE
84222026-08-12T01:18:26.423Z[ recovery-image] Aug 12 01:18:25.300 INFO O| Aug 12 01:18:25.300 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-08-12T01:18:26.434Z[ recovery-image] Aug 12 01:18:25.311 INFO O| Aug 12 01:18:25.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84242026-08-12T01:18:26.434Z[ recovery-image] Aug 12 01:18:25.311 INFO O| Aug 12 01:18:25.311 INFO STEP 1049 (remove_files) COMPLETE
84252026-08-12T01:18:26.434Z[ recovery-image] Aug 12 01:18:25.311 INFO O| Aug 12 01:18:25.311 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-08-12T01:18:26.444Z[ recovery-image] Aug 12 01:18:25.321 INFO O| Aug 12 01:18:25.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84272026-08-12T01:18:26.444Z[ recovery-image] Aug 12 01:18:25.321 INFO O| Aug 12 01:18:25.321 INFO STEP 1050 (remove_files) COMPLETE
84282026-08-12T01:18:26.445Z[ recovery-image] Aug 12 01:18:25.321 INFO O| Aug 12 01:18:25.321 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-08-12T01:18:26.456Z[ recovery-image] Aug 12 01:18:25.332 INFO O| Aug 12 01:18:25.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84302026-08-12T01:18:26.456Z[ recovery-image] Aug 12 01:18:25.332 INFO O| Aug 12 01:18:25.332 INFO STEP 1051 (remove_files) COMPLETE
84312026-08-12T01:18:26.456Z[ recovery-image] Aug 12 01:18:25.332 INFO O| Aug 12 01:18:25.332 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-08-12T01:18:26.466Z[ recovery-image] Aug 12 01:18:25.343 INFO O| Aug 12 01:18:25.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84332026-08-12T01:18:26.467Z[ recovery-image] Aug 12 01:18:25.343 INFO O| Aug 12 01:18:25.343 INFO STEP 1052 (remove_files) COMPLETE
84342026-08-12T01:18:26.467Z[ recovery-image] Aug 12 01:18:25.343 INFO O| Aug 12 01:18:25.343 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-08-12T01:18:26.477Z[ recovery-image] Aug 12 01:18:25.354 INFO O| Aug 12 01:18:25.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84362026-08-12T01:18:26.477Z[ recovery-image] Aug 12 01:18:25.354 INFO O| Aug 12 01:18:25.354 INFO STEP 1053 (remove_files) COMPLETE
84372026-08-12T01:18:26.477Z[ recovery-image] Aug 12 01:18:25.354 INFO O| Aug 12 01:18:25.354 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-08-12T01:18:26.492Z[ recovery-image] Aug 12 01:18:25.364 INFO O| Aug 12 01:18:25.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84392026-08-12T01:18:26.493Z[ recovery-image] Aug 12 01:18:25.364 INFO O| Aug 12 01:18:25.364 INFO STEP 1054 (remove_files) COMPLETE
84402026-08-12T01:18:26.493Z[ recovery-image] Aug 12 01:18:25.364 INFO O| Aug 12 01:18:25.364 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-08-12T01:18:26.497Z[ recovery-image] Aug 12 01:18:25.373 INFO O| Aug 12 01:18:25.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84422026-08-12T01:18:26.497Z[ recovery-image] Aug 12 01:18:25.373 INFO O| Aug 12 01:18:25.373 INFO STEP 1055 (remove_files) COMPLETE
84432026-08-12T01:18:26.497Z[ recovery-image] Aug 12 01:18:25.373 INFO O| Aug 12 01:18:25.373 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-08-12T01:18:26.505Z[ recovery-image] Aug 12 01:18:25.382 INFO O| Aug 12 01:18:25.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84452026-08-12T01:18:26.505Z[ recovery-image] Aug 12 01:18:25.382 INFO O| Aug 12 01:18:25.382 INFO STEP 1056 (remove_files) COMPLETE
84462026-08-12T01:18:26.505Z[ recovery-image] Aug 12 01:18:25.382 INFO O| Aug 12 01:18:25.382 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-08-12T01:18:26.515Z[ recovery-image] Aug 12 01:18:25.392 INFO O| Aug 12 01:18:25.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84482026-08-12T01:18:26.515Z[ recovery-image] Aug 12 01:18:25.392 INFO O| Aug 12 01:18:25.392 INFO STEP 1057 (remove_files) COMPLETE
84492026-08-12T01:18:26.515Z[ recovery-image] Aug 12 01:18:25.392 INFO O| Aug 12 01:18:25.392 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-08-12T01:18:26.526Z[ recovery-image] Aug 12 01:18:25.402 INFO O| Aug 12 01:18:25.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84512026-08-12T01:18:26.526Z[ recovery-image] Aug 12 01:18:25.403 INFO O| Aug 12 01:18:25.403 INFO STEP 1058 (remove_files) COMPLETE
84522026-08-12T01:18:26.526Z[ recovery-image] Aug 12 01:18:25.403 INFO O| Aug 12 01:18:25.403 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-08-12T01:18:26.538Z[ recovery-image] Aug 12 01:18:25.413 INFO O| Aug 12 01:18:25.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84542026-08-12T01:18:26.538Z[ recovery-image] Aug 12 01:18:25.413 INFO O| Aug 12 01:18:25.413 INFO STEP 1059 (remove_files) COMPLETE
84552026-08-12T01:18:26.538Z[ recovery-image] Aug 12 01:18:25.413 INFO O| Aug 12 01:18:25.413 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-08-12T01:18:26.545Z[ recovery-image] Aug 12 01:18:25.423 INFO O| Aug 12 01:18:25.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84572026-08-12T01:18:26.545Z[ recovery-image] Aug 12 01:18:25.423 INFO O| Aug 12 01:18:25.423 INFO STEP 1060 (remove_files) COMPLETE
84582026-08-12T01:18:26.546Z[ recovery-image] Aug 12 01:18:25.423 INFO O| Aug 12 01:18:25.423 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-08-12T01:18:26.555Z[ recovery-image] Aug 12 01:18:25.432 INFO O| Aug 12 01:18:25.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84602026-08-12T01:18:26.555Z[ recovery-image] Aug 12 01:18:25.432 INFO O| Aug 12 01:18:25.432 INFO STEP 1061 (remove_files) COMPLETE
84612026-08-12T01:18:26.555Z[ recovery-image] Aug 12 01:18:25.432 INFO O| Aug 12 01:18:25.432 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-08-12T01:18:26.570Z[ recovery-image] Aug 12 01:18:25.442 INFO O| Aug 12 01:18:25.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84632026-08-12T01:18:26.573Z[ recovery-image] Aug 12 01:18:25.443 INFO O| Aug 12 01:18:25.443 INFO STEP 1062 (remove_files) COMPLETE
84642026-08-12T01:18:26.573Z[ recovery-image] Aug 12 01:18:25.443 INFO O| Aug 12 01:18:25.443 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-08-12T01:18:26.576Z[ recovery-image] Aug 12 01:18:25.453 INFO O| Aug 12 01:18:25.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84662026-08-12T01:18:26.576Z[ recovery-image] Aug 12 01:18:25.453 INFO O| Aug 12 01:18:25.453 INFO STEP 1063 (remove_files) COMPLETE
84672026-08-12T01:18:26.576Z[ recovery-image] Aug 12 01:18:25.453 INFO O| Aug 12 01:18:25.453 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-08-12T01:18:26.587Z[ recovery-image] Aug 12 01:18:25.464 INFO O| Aug 12 01:18:25.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84692026-08-12T01:18:26.591Z[ recovery-image] Aug 12 01:18:25.465 INFO O| Aug 12 01:18:25.465 INFO STEP 1064 (remove_files) COMPLETE
84702026-08-12T01:18:26.591Z[ recovery-image] Aug 12 01:18:25.465 INFO O| Aug 12 01:18:25.465 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-08-12T01:18:26.599Z[ recovery-image] Aug 12 01:18:25.476 INFO O| Aug 12 01:18:25.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84722026-08-12T01:18:26.599Z[ recovery-image] Aug 12 01:18:25.476 INFO O| Aug 12 01:18:25.476 INFO STEP 1065 (remove_files) COMPLETE
84732026-08-12T01:18:26.599Z[ recovery-image] Aug 12 01:18:25.476 INFO O| Aug 12 01:18:25.476 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-08-12T01:18:26.611Z[ recovery-image] Aug 12 01:18:25.487 INFO O| Aug 12 01:18:25.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
84752026-08-12T01:18:26.612Z[ recovery-image] Aug 12 01:18:25.487 INFO O| Aug 12 01:18:25.487 INFO STEP 1066 (remove_files) COMPLETE
84762026-08-12T01:18:26.615Z[ recovery-image] Aug 12 01:18:25.487 INFO O| Aug 12 01:18:25.487 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-08-12T01:18:26.621Z[ recovery-image] Aug 12 01:18:25.498 INFO O| Aug 12 01:18:25.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
84782026-08-12T01:18:26.621Z[ recovery-image] Aug 12 01:18:25.498 INFO O| Aug 12 01:18:25.498 INFO STEP 1067 (remove_files) COMPLETE
84792026-08-12T01:18:26.621Z[ recovery-image] Aug 12 01:18:25.498 INFO O| Aug 12 01:18:25.498 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84802026-08-12T01:18:26.631Z[ recovery-image] Aug 12 01:18:25.508 INFO O| Aug 12 01:18:25.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
84812026-08-12T01:18:26.631Z[ recovery-image] Aug 12 01:18:25.508 INFO O| Aug 12 01:18:25.508 INFO STEP 1068 (remove_files) COMPLETE
84822026-08-12T01:18:26.631Z[ recovery-image] Aug 12 01:18:25.508 INFO O| Aug 12 01:18:25.508 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-08-12T01:18:26.642Z[ recovery-image] Aug 12 01:18:25.518 INFO O| Aug 12 01:18:25.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
84842026-08-12T01:18:26.642Z[ recovery-image] Aug 12 01:18:25.518 INFO O| Aug 12 01:18:25.518 INFO STEP 1069 (remove_files) COMPLETE
84852026-08-12T01:18:26.642Z[ recovery-image] Aug 12 01:18:25.518 INFO O| Aug 12 01:18:25.518 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-08-12T01:18:26.652Z[ recovery-image] Aug 12 01:18:25.529 INFO O| Aug 12 01:18:25.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
84872026-08-12T01:18:26.652Z[ recovery-image] Aug 12 01:18:25.529 INFO O| Aug 12 01:18:25.529 INFO STEP 1070 (remove_files) COMPLETE
84882026-08-12T01:18:26.652Z[ recovery-image] Aug 12 01:18:25.529 INFO O| Aug 12 01:18:25.529 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-08-12T01:18:26.663Z[ recovery-image] Aug 12 01:18:25.540 INFO O| Aug 12 01:18:25.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
84902026-08-12T01:18:26.663Z[ recovery-image] Aug 12 01:18:25.540 INFO O| Aug 12 01:18:25.540 INFO STEP 1071 (remove_files) COMPLETE
84912026-08-12T01:18:26.668Z[ recovery-image] Aug 12 01:18:25.540 INFO O| Aug 12 01:18:25.540 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-08-12T01:18:26.674Z[ recovery-image] Aug 12 01:18:25.551 INFO O| Aug 12 01:18:25.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
84932026-08-12T01:18:26.679Z[ recovery-image] Aug 12 01:18:25.551 INFO O| Aug 12 01:18:25.551 INFO STEP 1072 (remove_files) COMPLETE
84942026-08-12T01:18:26.679Z[ recovery-image] Aug 12 01:18:25.551 INFO O| Aug 12 01:18:25.551 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84952026-08-12T01:18:26.687Z[ recovery-image] Aug 12 01:18:25.562 INFO O| Aug 12 01:18:25.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
84962026-08-12T01:18:26.687Z[ recovery-image] Aug 12 01:18:25.562 INFO O| Aug 12 01:18:25.562 INFO STEP 1073 (remove_files) COMPLETE
84972026-08-12T01:18:26.687Z[ recovery-image] Aug 12 01:18:25.562 INFO O| Aug 12 01:18:25.562 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84982026-08-12T01:18:26.698Z[ recovery-image] Aug 12 01:18:25.573 INFO O| Aug 12 01:18:25.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
84992026-08-12T01:18:26.698Z[ recovery-image] Aug 12 01:18:25.573 INFO O| Aug 12 01:18:25.573 INFO STEP 1074 (remove_files) COMPLETE
85002026-08-12T01:18:26.698Z[ recovery-image] Aug 12 01:18:25.573 INFO O| Aug 12 01:18:25.573 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85012026-08-12T01:18:26.706Z[ recovery-image] Aug 12 01:18:25.583 INFO O| Aug 12 01:18:25.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85022026-08-12T01:18:26.706Z[ recovery-image] Aug 12 01:18:25.583 INFO O| Aug 12 01:18:25.583 INFO STEP 1075 (remove_files) COMPLETE
85032026-08-12T01:18:26.706Z[ recovery-image] Aug 12 01:18:25.583 INFO O| Aug 12 01:18:25.583 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85042026-08-12T01:18:26.717Z[ recovery-image] Aug 12 01:18:25.594 INFO O| Aug 12 01:18:25.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85052026-08-12T01:18:26.717Z[ recovery-image] Aug 12 01:18:25.594 INFO O| Aug 12 01:18:25.594 INFO STEP 1076 (remove_files) COMPLETE
85062026-08-12T01:18:26.720Z[ recovery-image] Aug 12 01:18:25.594 INFO O| Aug 12 01:18:25.594 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85072026-08-12T01:18:26.728Z[ recovery-image] Aug 12 01:18:25.604 INFO O| Aug 12 01:18:25.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85082026-08-12T01:18:26.728Z[ recovery-image] Aug 12 01:18:25.604 INFO O| Aug 12 01:18:25.604 INFO STEP 1077 (remove_files) COMPLETE
85092026-08-12T01:18:26.731Z[ recovery-image] Aug 12 01:18:25.604 INFO O| Aug 12 01:18:25.604 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85102026-08-12T01:18:26.736Z[ recovery-image] Aug 12 01:18:25.613 INFO O| Aug 12 01:18:25.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85112026-08-12T01:18:26.736Z[ recovery-image] Aug 12 01:18:25.613 INFO O| Aug 12 01:18:25.613 INFO STEP 1078 (remove_files) COMPLETE
85122026-08-12T01:18:26.736Z[ recovery-image] Aug 12 01:18:25.613 INFO O| Aug 12 01:18:25.613 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85132026-08-12T01:18:26.746Z[ recovery-image] Aug 12 01:18:25.623 INFO O| Aug 12 01:18:25.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85142026-08-12T01:18:26.746Z[ recovery-image] Aug 12 01:18:25.623 INFO O| Aug 12 01:18:25.623 INFO STEP 1079 (remove_files) COMPLETE
85152026-08-12T01:18:26.746Z[ recovery-image] Aug 12 01:18:25.623 INFO O| Aug 12 01:18:25.623 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85162026-08-12T01:18:26.756Z[ recovery-image] Aug 12 01:18:25.633 INFO O| Aug 12 01:18:25.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85172026-08-12T01:18:26.756Z[ recovery-image] Aug 12 01:18:25.633 INFO O| Aug 12 01:18:25.633 INFO STEP 1080 (remove_files) COMPLETE
85182026-08-12T01:18:26.759Z[ recovery-image] Aug 12 01:18:25.633 INFO O| Aug 12 01:18:25.633 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85192026-08-12T01:18:26.766Z[ recovery-image] Aug 12 01:18:25.643 INFO O| Aug 12 01:18:25.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85202026-08-12T01:18:26.766Z[ recovery-image] Aug 12 01:18:25.644 INFO O| Aug 12 01:18:25.643 INFO STEP 1081 (remove_files) COMPLETE
85212026-08-12T01:18:26.769Z[ recovery-image] Aug 12 01:18:25.644 INFO O| Aug 12 01:18:25.643 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-08-12T01:18:26.776Z[ recovery-image] Aug 12 01:18:25.653 INFO O| Aug 12 01:18:25.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85232026-08-12T01:18:26.776Z[ recovery-image] Aug 12 01:18:25.653 INFO O| Aug 12 01:18:25.653 INFO STEP 1082 (remove_files) COMPLETE
85242026-08-12T01:18:26.779Z[ recovery-image] Aug 12 01:18:25.653 INFO O| Aug 12 01:18:25.653 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-08-12T01:18:26.786Z[ recovery-image] Aug 12 01:18:25.663 INFO O| Aug 12 01:18:25.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85262026-08-12T01:18:26.786Z[ recovery-image] Aug 12 01:18:25.663 INFO O| Aug 12 01:18:25.663 INFO STEP 1083 (remove_files) COMPLETE
85272026-08-12T01:18:26.786Z[ recovery-image] Aug 12 01:18:25.663 INFO O| Aug 12 01:18:25.663 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-08-12T01:18:26.794Z[ recovery-image] Aug 12 01:18:25.671 INFO O| Aug 12 01:18:25.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85292026-08-12T01:18:26.794Z[ recovery-image] Aug 12 01:18:25.671 INFO O| Aug 12 01:18:25.671 INFO STEP 1084 (remove_files) COMPLETE
85302026-08-12T01:18:26.794Z[ recovery-image] Aug 12 01:18:25.671 INFO O| Aug 12 01:18:25.671 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-08-12T01:18:26.804Z[ recovery-image] Aug 12 01:18:25.681 INFO O| Aug 12 01:18:25.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85322026-08-12T01:18:26.804Z[ recovery-image] Aug 12 01:18:25.681 INFO O| Aug 12 01:18:25.681 INFO STEP 1085 (remove_files) COMPLETE
85332026-08-12T01:18:26.804Z[ recovery-image] Aug 12 01:18:25.681 INFO O| Aug 12 01:18:25.681 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-08-12T01:18:26.814Z[ recovery-image] Aug 12 01:18:25.691 INFO O| Aug 12 01:18:25.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85352026-08-12T01:18:26.814Z[ recovery-image] Aug 12 01:18:25.691 INFO O| Aug 12 01:18:25.691 INFO STEP 1086 (remove_files) COMPLETE
85362026-08-12T01:18:26.814Z[ recovery-image] Aug 12 01:18:25.691 INFO O| Aug 12 01:18:25.691 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-08-12T01:18:26.823Z[ recovery-image] Aug 12 01:18:25.700 INFO O| Aug 12 01:18:25.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85382026-08-12T01:18:26.823Z[ recovery-image] Aug 12 01:18:25.700 INFO O| Aug 12 01:18:25.700 INFO STEP 1087 (remove_files) COMPLETE
85392026-08-12T01:18:26.823Z[ recovery-image] Aug 12 01:18:25.700 INFO O| Aug 12 01:18:25.700 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-08-12T01:18:26.832Z[ recovery-image] Aug 12 01:18:25.709 INFO O| Aug 12 01:18:25.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85412026-08-12T01:18:26.832Z[ recovery-image] Aug 12 01:18:25.709 INFO O| Aug 12 01:18:25.709 INFO STEP 1088 (remove_files) COMPLETE
85422026-08-12T01:18:26.832Z[ recovery-image] Aug 12 01:18:25.709 INFO O| Aug 12 01:18:25.709 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-08-12T01:18:26.841Z[ recovery-image] Aug 12 01:18:25.718 INFO O| Aug 12 01:18:25.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85442026-08-12T01:18:26.841Z[ recovery-image] Aug 12 01:18:25.718 INFO O| Aug 12 01:18:25.718 INFO STEP 1089 (remove_files) COMPLETE
85452026-08-12T01:18:26.844Z[ recovery-image] Aug 12 01:18:25.718 INFO O| Aug 12 01:18:25.718 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-08-12T01:18:26.850Z[ recovery-image] Aug 12 01:18:25.726 INFO O| Aug 12 01:18:25.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85472026-08-12T01:18:26.850Z[ recovery-image] Aug 12 01:18:25.726 INFO O| Aug 12 01:18:25.726 INFO STEP 1090 (remove_files) COMPLETE
85482026-08-12T01:18:26.850Z[ recovery-image] Aug 12 01:18:25.726 INFO O| Aug 12 01:18:25.726 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-08-12T01:18:26.858Z[ recovery-image] Aug 12 01:18:25.735 INFO O| Aug 12 01:18:25.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85502026-08-12T01:18:26.858Z[ recovery-image] Aug 12 01:18:25.735 INFO O| Aug 12 01:18:25.735 INFO STEP 1091 (remove_files) COMPLETE
85512026-08-12T01:18:26.858Z[ recovery-image] Aug 12 01:18:25.735 INFO O| Aug 12 01:18:25.735 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-08-12T01:18:26.867Z[ recovery-image] Aug 12 01:18:25.744 INFO O| Aug 12 01:18:25.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85532026-08-12T01:18:26.867Z[ recovery-image] Aug 12 01:18:25.745 INFO O| Aug 12 01:18:25.744 INFO STEP 1092 (remove_files) COMPLETE
85542026-08-12T01:18:26.868Z[ recovery-image] Aug 12 01:18:25.745 INFO O| Aug 12 01:18:25.745 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-08-12T01:18:26.877Z[ recovery-image] Aug 12 01:18:25.754 INFO O| Aug 12 01:18:25.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85562026-08-12T01:18:26.877Z[ recovery-image] Aug 12 01:18:25.754 INFO O| Aug 12 01:18:25.754 INFO STEP 1093 (remove_files) COMPLETE
85572026-08-12T01:18:26.877Z[ recovery-image] Aug 12 01:18:25.754 INFO O| Aug 12 01:18:25.754 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-08-12T01:18:26.886Z[ recovery-image] Aug 12 01:18:25.763 INFO O| Aug 12 01:18:25.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85592026-08-12T01:18:26.887Z[ recovery-image] Aug 12 01:18:25.764 INFO O| Aug 12 01:18:25.763 INFO STEP 1094 (remove_files) COMPLETE
85602026-08-12T01:18:26.887Z[ recovery-image] Aug 12 01:18:25.764 INFO O| Aug 12 01:18:25.763 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-08-12T01:18:26.897Z[ recovery-image] Aug 12 01:18:25.773 INFO O| Aug 12 01:18:25.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85622026-08-12T01:18:26.897Z[ recovery-image] Aug 12 01:18:25.773 INFO O| Aug 12 01:18:25.773 INFO STEP 1095 (remove_files) COMPLETE
85632026-08-12T01:18:26.897Z[ recovery-image] Aug 12 01:18:25.773 INFO O| Aug 12 01:18:25.773 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-08-12T01:18:26.905Z[ recovery-image] Aug 12 01:18:25.782 INFO O| Aug 12 01:18:25.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85652026-08-12T01:18:26.905Z[ recovery-image] Aug 12 01:18:25.782 INFO O| Aug 12 01:18:25.782 INFO STEP 1096 (remove_files) COMPLETE
85662026-08-12T01:18:26.908Z[ recovery-image] Aug 12 01:18:25.782 INFO O| Aug 12 01:18:25.782 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-08-12T01:18:26.915Z[ recovery-image] Aug 12 01:18:25.792 INFO O| Aug 12 01:18:25.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85682026-08-12T01:18:26.915Z[ recovery-image] Aug 12 01:18:25.792 INFO O| Aug 12 01:18:25.792 INFO STEP 1097 (remove_files) COMPLETE
85692026-08-12T01:18:26.918Z[ recovery-image] Aug 12 01:18:25.792 INFO O| Aug 12 01:18:25.792 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-08-12T01:18:26.925Z[ recovery-image] Aug 12 01:18:25.802 INFO O| Aug 12 01:18:25.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85712026-08-12T01:18:26.925Z[ recovery-image] Aug 12 01:18:25.802 INFO O| Aug 12 01:18:25.802 INFO STEP 1098 (remove_files) COMPLETE
85722026-08-12T01:18:26.928Z[ recovery-image] Aug 12 01:18:25.802 INFO O| Aug 12 01:18:25.802 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-08-12T01:18:26.937Z[ recovery-image] Aug 12 01:18:25.813 INFO O| Aug 12 01:18:25.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
85742026-08-12T01:18:26.937Z[ recovery-image] Aug 12 01:18:25.813 INFO O| Aug 12 01:18:25.813 INFO STEP 1099 (remove_files) COMPLETE
85752026-08-12T01:18:26.937Z[ recovery-image] Aug 12 01:18:25.813 INFO O| Aug 12 01:18:25.813 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85762026-08-12T01:18:26.946Z[ recovery-image] Aug 12 01:18:25.823 INFO O| Aug 12 01:18:25.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
85772026-08-12T01:18:26.946Z[ recovery-image] Aug 12 01:18:25.823 INFO O| Aug 12 01:18:25.823 INFO STEP 1100 (remove_files) COMPLETE
85782026-08-12T01:18:26.946Z[ recovery-image] Aug 12 01:18:25.823 INFO O| Aug 12 01:18:25.823 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-08-12T01:18:26.955Z[ recovery-image] Aug 12 01:18:25.832 INFO O| Aug 12 01:18:25.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
85802026-08-12T01:18:26.956Z[ recovery-image] Aug 12 01:18:25.832 INFO O| Aug 12 01:18:25.832 INFO STEP 1101 (remove_files) COMPLETE
85812026-08-12T01:18:26.956Z[ recovery-image] Aug 12 01:18:25.832 INFO O| Aug 12 01:18:25.832 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-08-12T01:18:26.964Z[ recovery-image] Aug 12 01:18:25.841 INFO O| Aug 12 01:18:25.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
85832026-08-12T01:18:26.964Z[ recovery-image] Aug 12 01:18:25.841 INFO O| Aug 12 01:18:25.841 INFO STEP 1102 (remove_files) COMPLETE
85842026-08-12T01:18:26.964Z[ recovery-image] Aug 12 01:18:25.841 INFO O| Aug 12 01:18:25.841 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-08-12T01:18:26.975Z[ recovery-image] Aug 12 01:18:25.850 INFO O| Aug 12 01:18:25.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
85862026-08-12T01:18:26.975Z[ recovery-image] Aug 12 01:18:25.850 INFO O| Aug 12 01:18:25.850 INFO STEP 1103 (remove_files) COMPLETE
85872026-08-12T01:18:26.975Z[ recovery-image] Aug 12 01:18:25.851 INFO O| Aug 12 01:18:25.850 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-08-12T01:18:26.983Z[ recovery-image] Aug 12 01:18:25.859 INFO O| Aug 12 01:18:25.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
85892026-08-12T01:18:26.983Z[ recovery-image] Aug 12 01:18:25.860 INFO O| Aug 12 01:18:25.860 INFO STEP 1104 (remove_files) COMPLETE
85902026-08-12T01:18:26.986Z[ recovery-image] Aug 12 01:18:25.860 INFO O| Aug 12 01:18:25.860 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-08-12T01:18:26.992Z[ recovery-image] Aug 12 01:18:25.868 INFO O| Aug 12 01:18:25.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
85922026-08-12T01:18:26.992Z[ recovery-image] Aug 12 01:18:25.868 INFO O| Aug 12 01:18:25.868 INFO STEP 1105 (remove_files) COMPLETE
85932026-08-12T01:18:26.992Z[ recovery-image] Aug 12 01:18:25.868 INFO O| Aug 12 01:18:25.868 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-08-12T01:18:27.002Z[ recovery-image] Aug 12 01:18:25.878 INFO O| Aug 12 01:18:25.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
85952026-08-12T01:18:27.002Z[ recovery-image] Aug 12 01:18:25.878 INFO O| Aug 12 01:18:25.878 INFO STEP 1106 (remove_files) COMPLETE
85962026-08-12T01:18:27.005Z[ recovery-image] Aug 12 01:18:25.878 INFO O| Aug 12 01:18:25.878 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-08-12T01:18:27.011Z[ recovery-image] Aug 12 01:18:25.888 INFO O| Aug 12 01:18:25.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
85982026-08-12T01:18:27.014Z[ recovery-image] Aug 12 01:18:25.888 INFO O| Aug 12 01:18:25.888 INFO STEP 1107 (remove_files) COMPLETE
85992026-08-12T01:18:27.014Z[ recovery-image] Aug 12 01:18:25.888 INFO O| Aug 12 01:18:25.888 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-08-12T01:18:27.020Z[ recovery-image] Aug 12 01:18:25.897 INFO O| Aug 12 01:18:25.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86012026-08-12T01:18:27.020Z[ recovery-image] Aug 12 01:18:25.897 INFO O| Aug 12 01:18:25.897 INFO STEP 1108 (remove_files) COMPLETE
86022026-08-12T01:18:27.023Z[ recovery-image] Aug 12 01:18:25.897 INFO O| Aug 12 01:18:25.897 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-08-12T01:18:27.029Z[ recovery-image] Aug 12 01:18:25.906 INFO O| Aug 12 01:18:25.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86042026-08-12T01:18:27.029Z[ recovery-image] Aug 12 01:18:25.906 INFO O| Aug 12 01:18:25.906 INFO STEP 1109 (remove_files) COMPLETE
86052026-08-12T01:18:27.029Z[ recovery-image] Aug 12 01:18:25.906 INFO O| Aug 12 01:18:25.906 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-08-12T01:18:27.038Z[ recovery-image] Aug 12 01:18:25.915 INFO O| Aug 12 01:18:25.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86072026-08-12T01:18:27.038Z[ recovery-image] Aug 12 01:18:25.915 INFO O| Aug 12 01:18:25.915 INFO STEP 1110 (remove_files) COMPLETE
86082026-08-12T01:18:27.038Z[ recovery-image] Aug 12 01:18:25.915 INFO O| Aug 12 01:18:25.915 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-08-12T01:18:27.047Z[ recovery-image] Aug 12 01:18:25.924 INFO O| Aug 12 01:18:25.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86102026-08-12T01:18:27.047Z[ recovery-image] Aug 12 01:18:25.924 INFO O| Aug 12 01:18:25.924 INFO STEP 1111 (remove_files) COMPLETE
86112026-08-12T01:18:27.047Z[ recovery-image] Aug 12 01:18:25.924 INFO O| Aug 12 01:18:25.924 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-08-12T01:18:27.056Z[ recovery-image] Aug 12 01:18:25.933 INFO O| Aug 12 01:18:25.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86132026-08-12T01:18:27.056Z[ recovery-image] Aug 12 01:18:25.933 INFO O| Aug 12 01:18:25.933 INFO STEP 1112 (remove_files) COMPLETE
86142026-08-12T01:18:27.056Z[ recovery-image] Aug 12 01:18:25.933 INFO O| Aug 12 01:18:25.933 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-08-12T01:18:27.065Z[ recovery-image] Aug 12 01:18:25.942 INFO O| Aug 12 01:18:25.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86162026-08-12T01:18:27.065Z[ recovery-image] Aug 12 01:18:25.942 INFO O| Aug 12 01:18:25.942 INFO STEP 1113 (remove_files) COMPLETE
86172026-08-12T01:18:27.068Z[ recovery-image] Aug 12 01:18:25.942 INFO O| Aug 12 01:18:25.942 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-08-12T01:18:27.074Z[ recovery-image] Aug 12 01:18:25.951 INFO O| Aug 12 01:18:25.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86192026-08-12T01:18:27.074Z[ recovery-image] Aug 12 01:18:25.951 INFO O| Aug 12 01:18:25.951 INFO STEP 1114 (remove_files) COMPLETE
86202026-08-12T01:18:27.074Z[ recovery-image] Aug 12 01:18:25.951 INFO O| Aug 12 01:18:25.951 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-08-12T01:18:27.083Z[ recovery-image] Aug 12 01:18:25.960 INFO O| Aug 12 01:18:25.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86222026-08-12T01:18:27.087Z[ recovery-image] Aug 12 01:18:25.961 INFO O| Aug 12 01:18:25.961 INFO STEP 1115 (remove_files) COMPLETE
86232026-08-12T01:18:27.087Z[ recovery-image] Aug 12 01:18:25.961 INFO O| Aug 12 01:18:25.961 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-08-12T01:18:27.093Z[ recovery-image] Aug 12 01:18:25.970 INFO O| Aug 12 01:18:25.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86252026-08-12T01:18:27.093Z[ recovery-image] Aug 12 01:18:25.970 INFO O| Aug 12 01:18:25.970 INFO STEP 1116 (remove_files) COMPLETE
86262026-08-12T01:18:27.097Z[ recovery-image] Aug 12 01:18:25.970 INFO O| Aug 12 01:18:25.970 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-08-12T01:18:27.103Z[ recovery-image] Aug 12 01:18:25.980 INFO O| Aug 12 01:18:25.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86282026-08-12T01:18:27.103Z[ recovery-image] Aug 12 01:18:25.980 INFO O| Aug 12 01:18:25.980 INFO STEP 1117 (remove_files) COMPLETE
86292026-08-12T01:18:27.103Z[ recovery-image] Aug 12 01:18:25.980 INFO O| Aug 12 01:18:25.980 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86302026-08-12T01:18:27.116Z[ recovery-image] Aug 12 01:18:25.993 INFO O| Aug 12 01:18:25.993 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86312026-08-12T01:18:27.116Z[ recovery-image] Aug 12 01:18:25.993 INFO O| Aug 12 01:18:25.993 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86322026-08-12T01:18:27.384Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86332026-08-12T01:18:27.577Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
86342026-08-12T01:18:27.607Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86352026-08-12T01:18:27.723Z[verify-libraries] Compiling yansi v1.0.1
86362026-08-12T01:18:27.864Z[ recovery-image] Aug 12 01:18:26.740 INFO O| Aug 12 01:18:26.740 INFO STEP 1118 (pack_tar) COMPLETE
86372026-08-12T01:18:27.864Z[ recovery-image] Aug 12 01:18:26.740 INFO O| Aug 12 01:18:26.740 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86382026-08-12T01:18:27.864Z[ recovery-image] Aug 12 01:18:26.740 INFO O| Aug 12 01:18:26.740 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86392026-08-12T01:18:27.973Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86402026-08-12T01:18:28.196Z[verify-libraries] Compiling pretty_assertions v1.4.1
86412026-08-12T01:18:28.218Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86422026-08-12T01:18:28.610Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
86432026-08-12T01:18:28.704Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86442026-08-12T01:18:28.712Z[ recovery-image] Aug 12 01:18:27.589 INFO O| Aug 12 01:18:27.588 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86452026-08-12T01:18:28.760Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
86462026-08-12T01:18:28.846Z[ recovery-image] Aug 12 01:18:27.723 INFO O| Aug 12 01:18:27.723 INFO completed processing sled/ramdisk-03-recovery-trim
86472026-08-12T01:18:28.849Z[ recovery-image] Aug 12 01:18:27.726 INFO image builder template: zfs-recovery...
86482026-08-12T01:18:28.849Z[ recovery-image] Aug 12 01:18:27.727 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/.tmpKgS5xv/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.504", "-n", "zfs-recovery"], pwd: None
86492026-08-12T01:18:28.879Z[ recovery-image] Aug 12 01:18:27.756 INFO O| Aug 12 01:18:27.756 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86502026-08-12T01:18:28.883Z[ recovery-image] Aug 12 01:18:27.760 INFO O| Aug 12 01:18:27.760 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86512026-08-12T01:18:28.988Z[ recovery-image] Aug 12 01:18:27.865 INFO O| Aug 12 01:18:27.864 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86522026-08-12T01:18:29.078Z[ recovery-image] Aug 12 01:18:27.955 INFO O| Aug 12 01:18:27.955 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86532026-08-12T01:18:29.078Z[ recovery-image] Aug 12 01:18:27.955 INFO O| Aug 12 01:18:27.955 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86542026-08-12T01:18:29.082Z[ recovery-image] Aug 12 01:18:27.959 INFO O| Aug 12 01:18:27.959 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86552026-08-12T01:18:29.257Z[ recovery-image] Aug 12 01:18:28.133 INFO O| Aug 12 01:18:28.133 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86562026-08-12T01:18:29.313Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
86572026-08-12T01:18:29.354Z[ recovery-image] Aug 12 01:18:28.231 INFO O| Aug 12 01:18:28.231 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86582026-08-12T01:18:29.363Z[ recovery-image] Aug 12 01:18:28.240 INFO O| Aug 12 01:18:28.240 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86592026-08-12T01:18:29.367Z[ recovery-image] Aug 12 01:18:28.244 INFO O| Aug 12 01:18:28.244 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86602026-08-12T01:18:29.370Z[ recovery-image] Aug 12 01:18:28.245 INFO O| Aug 12 01:18:28.245 INFO no lofi found
86612026-08-12T01:18:29.370Z[ recovery-image] Aug 12 01:18:28.245 INFO O| Aug 12 01:18:28.245 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86622026-08-12T01:18:29.370Z[ recovery-image] Aug 12 01:18:28.245 INFO O| Aug 12 01:18:28.245 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86632026-08-12T01:18:29.685Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
86642026-08-12T01:18:29.902Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
86652026-08-12T01:18:29.965Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
86662026-08-12T01:18:30.036Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
86672026-08-12T01:18:30.205Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
86682026-08-12T01:18:30.248Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
86692026-08-12T01:18:30.272Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
86702026-08-12T01:18:30.308Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
86712026-08-12T01:18:30.519Z[verify-libraries] Compiling drift v0.2.0
86722026-08-12T01:18:30.584Z[verify-libraries] Compiling uzers v0.12.2
86732026-08-12T01:18:31.124Z[ recovery-image] Aug 12 01:18:30.001 INFO O| Aug 12 01:18:30.001 INFO lofi device = /dev/dsk/c2t1d0p0
86742026-08-12T01:18:31.124Z[ recovery-image] Aug 12 01:18:30.001 INFO O| Aug 12 01:18:30.001 INFO pool device = /dev/dsk/c2t1d0p0
86752026-08-12T01:18:31.127Z[ recovery-image] Aug 12 01:18:30.001 INFO O| Aug 12 01:18:30.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"]
86762026-08-12T01:18:31.217Z[verify-libraries] Compiling parse-size v1.1.0
86772026-08-12T01:18:31.277Z[ recovery-image] Aug 12 01:18:30.154 INFO O| Aug 12 01:18:30.154 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86782026-08-12T01:18:31.277Z[ recovery-image] Aug 12 01:18:30.154 INFO O| Aug 12 01:18:30.154 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86792026-08-12T01:18:31.281Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86802026-08-12T01:18:31.305Z[ recovery-image] Aug 12 01:18:30.182 INFO O| Aug 12 01:18:30.182 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86812026-08-12T01:18:31.410Z[ recovery-image] Aug 12 01:18:30.287 INFO O| Aug 12 01:18:30.287 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
86822026-08-12T01:18:31.442Z[ recovery-image] Aug 12 01:18:30.319 INFO O| Aug 12 01:18:30.319 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
86832026-08-12T01:18:31.469Z[ recovery-image] Aug 12 01:18:30.345 INFO O| Aug 12 01:18:30.345 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
86842026-08-12T01:18:31.483Z[ recovery-image] Aug 12 01:18:30.360 INFO O| Aug 12 01:18:30.360 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
86852026-08-12T01:18:31.527Z[ recovery-image] Aug 12 01:18:30.403 INFO O| Aug 12 01:18:30.403 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86862026-08-12T01:18:31.527Z[ recovery-image] Aug 12 01:18:30.403 INFO O| Aug 12 01:18:30.403 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86872026-08-12T01:18:31.530Z[ recovery-image] Aug 12 01:18:30.403 INFO O| Aug 12 01:18:30.403 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86882026-08-12T01:18:31.530Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86892026-08-12T01:18:31.534Z[ recovery-image] Aug 12 01:18:30.411 INFO O| Aug 12 01:18:30.411 INFO boot environment UUID: 4d0a130a-c2cb-4803-933e-753869db2d84
86902026-08-12T01:18:31.534Z[ recovery-image] Aug 12 01:18:30.411 INFO O| Aug 12 01:18:30.411 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 4d0a130a-c2cb-4803-933e-753869db2d84
86912026-08-12T01:18:31.556Z[ recovery-image] Aug 12 01:18:30.433 INFO O| Aug 12 01:18:30.433 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86922026-08-12T01:18:31.571Z[ recovery-image] Aug 12 01:18:30.448 INFO O| Aug 12 01:18:30.448 INFO STEP 0 (create_be) COMPLETE
86932026-08-12T01:18:31.571Z[ recovery-image] Aug 12 01:18:30.448 INFO O| Aug 12 01:18:30.448 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86942026-08-12T01:18:31.585Z[ recovery-image] Aug 12 01:18:30.462 INFO O| Aug 12 01:18:30.462 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"]
86952026-08-12T01:18:32.330Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
86962026-08-12T01:18:32.749Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
86972026-08-12T01:18:32.826Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
86982026-08-12T01:18:34.264Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
86992026-08-12T01:18:34.616Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87002026-08-12T01:18:34.823Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87012026-08-12T01:18:35.830Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87022026-08-12T01:18:37.496Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87032026-08-12T01:18:37.525Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87042026-08-12T01:18:37.887Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87052026-08-12T01:18:37.978Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87062026-08-12T01:18:38.151Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87072026-08-12T01:18:38.475Z[verify-libraries] Compiling multimap v0.10.1
87082026-08-12T01:18:38.608Z[verify-libraries] Compiling termios v0.3.3
87092026-08-12T01:18:38.737Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
87102026-08-12T01:18:38.843Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87112026-08-12T01:18:38.887Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87122026-08-12T01:18:40.570Z[ recovery-image] Aug 12 01:18:39.446 INFO O| Aug 12 01:18:39.446 INFO STEP 1 (unpack_tar) COMPLETE
87132026-08-12T01:18:40.570Z[ recovery-image] Aug 12 01:18:39.446 INFO O| Aug 12 01:18:39.446 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87142026-08-12T01:18:40.581Z[ recovery-image] Aug 12 01:18:39.458 INFO O| Aug 12 01:18:39.458 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87152026-08-12T01:18:41.976Z[ recovery-image] Aug 12 01:18:40.852 INFO O| Aug 12 01:18:40.852 INFO STEP 2 (devfsadm) COMPLETE
87162026-08-12T01:18:41.976Z[ recovery-image] Aug 12 01:18:40.852 INFO O| Aug 12 01:18:40.852 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87172026-08-12T01:18:41.985Z[ recovery-image] Aug 12 01:18:40.862 INFO O| Aug 12 01:18:40.862 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87182026-08-12T01:18:41.985Z[ recovery-image] Aug 12 01:18:40.862 INFO O| Aug 12 01:18:40.862 INFO STEP 3 (ensure_dir) COMPLETE
87192026-08-12T01:18:41.985Z[ recovery-image] Aug 12 01:18:40.862 INFO O| Aug 12 01:18:40.862 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87202026-08-12T01:18:41.993Z[ recovery-image] Aug 12 01:18:40.870 INFO O| Aug 12 01:18:40.870 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87212026-08-12T01:18:41.993Z[ recovery-image] Aug 12 01:18:40.870 INFO O| Aug 12 01:18:40.870 INFO STEP 4 (ensure_dir) COMPLETE
87222026-08-12T01:18:41.996Z[ recovery-image] Aug 12 01:18:40.870 INFO O| Aug 12 01:18:40.870 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87232026-08-12T01:18:42.000Z[ recovery-image] Aug 12 01:18:40.877 INFO O| Aug 12 01:18:40.877 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87242026-08-12T01:18:42.001Z[ recovery-image] Aug 12 01:18:40.877 INFO O| Aug 12 01:18:40.877 INFO STEP 5 (ensure_dir) COMPLETE
87252026-08-12T01:18:42.004Z[ recovery-image] Aug 12 01:18:40.877 INFO O| Aug 12 01:18:40.877 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87262026-08-12T01:18:42.008Z[ recovery-image] Aug 12 01:18:40.885 INFO O| Aug 12 01:18:40.885 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87272026-08-12T01:18:42.008Z[ recovery-image] Aug 12 01:18:40.885 INFO O| Aug 12 01:18:40.885 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87282026-08-12T01:18:42.008Z[ recovery-image] Aug 12 01:18:40.885 INFO O| Aug 12 01:18:40.885 INFO STEP 6 (ensure_dir) COMPLETE
87292026-08-12T01:18:42.011Z[ recovery-image] Aug 12 01:18:40.885 INFO O| Aug 12 01:18:40.885 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87302026-08-12T01:18:42.016Z[ recovery-image] Aug 12 01:18:40.893 INFO O| Aug 12 01:18:40.893 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87312026-08-12T01:18:42.016Z[ recovery-image] Aug 12 01:18:40.893 INFO O| Aug 12 01:18:40.893 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87322026-08-12T01:18:42.016Z[ recovery-image] Aug 12 01:18:40.893 INFO O| Aug 12 01:18:40.893 INFO STEP 7 (ensure_dir) COMPLETE
87332026-08-12T01:18:42.016Z[ recovery-image] Aug 12 01:18:40.893 INFO O| Aug 12 01:18:40.893 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87342026-08-12T01:18:42.024Z[ recovery-image] Aug 12 01:18:40.900 INFO O| Aug 12 01:18:40.900 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87352026-08-12T01:18:42.027Z[ recovery-image] Aug 12 01:18:40.901 INFO O| Aug 12 01:18:40.901 INFO STEP 8 (remove_files) COMPLETE
87362026-08-12T01:18:42.027Z[ recovery-image] Aug 12 01:18:40.901 INFO O| Aug 12 01:18:40.901 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87372026-08-12T01:18:42.032Z[ recovery-image] Aug 12 01:18:40.909 INFO O| Aug 12 01:18:40.909 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87382026-08-12T01:18:42.035Z[ recovery-image] Aug 12 01:18:40.910 INFO O| Aug 12 01:18:40.910 INFO STEP 9 (remove_files) COMPLETE
87392026-08-12T01:18:42.035Z[ recovery-image] Aug 12 01:18:40.910 INFO O| Aug 12 01:18:40.910 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87402026-08-12T01:18:42.042Z[ recovery-image] Aug 12 01:18:40.919 INFO O| Aug 12 01:18:40.919 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87412026-08-12T01:18:42.045Z[ recovery-image] Aug 12 01:18:40.919 INFO O| Aug 12 01:18:40.919 INFO STEP 10 (remove_files) COMPLETE
87422026-08-12T01:18:42.045Z[ recovery-image] Aug 12 01:18:40.919 INFO O| Aug 12 01:18:40.919 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87432026-08-12T01:18:42.054Z[ recovery-image] Aug 12 01:18:40.931 INFO O| Aug 12 01:18:40.931 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87442026-08-12T01:18:42.054Z[ recovery-image] Aug 12 01:18:40.931 INFO O| Aug 12 01:18:40.931 INFO STEP 11 (remove_files) COMPLETE
87452026-08-12T01:18:42.054Z[ recovery-image] Aug 12 01:18:40.931 INFO O| Aug 12 01:18:40.931 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87462026-08-12T01:18:42.064Z[ recovery-image] Aug 12 01:18:40.941 INFO O| Aug 12 01:18:40.941 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87472026-08-12T01:18:42.064Z[ recovery-image] Aug 12 01:18:40.941 INFO O| Aug 12 01:18:40.941 INFO STEP 12 (remove_files) COMPLETE
87482026-08-12T01:18:42.064Z[ recovery-image] Aug 12 01:18:40.941 INFO O| Aug 12 01:18:40.941 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87492026-08-12T01:18:42.073Z[ recovery-image] Aug 12 01:18:40.950 INFO O| Aug 12 01:18:40.950 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87502026-08-12T01:18:42.073Z[ recovery-image] Aug 12 01:18:40.950 INFO O| Aug 12 01:18:40.950 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87512026-08-12T01:18:42.074Z[ recovery-image] Aug 12 01:18:40.950 INFO O| Aug 12 01:18:40.950 INFO STEP 13 (ensure_dir) COMPLETE
87522026-08-12T01:18:42.077Z[ recovery-image] Aug 12 01:18:40.950 INFO O| Aug 12 01:18:40.950 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87532026-08-12T01:18:42.083Z[ recovery-image] Aug 12 01:18:40.960 INFO O| Aug 12 01:18:40.960 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87542026-08-12T01:18:42.086Z[ recovery-image] Aug 12 01:18:40.960 INFO O| Aug 12 01:18:40.960 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87552026-08-12T01:18:42.086Z[ recovery-image] Aug 12 01:18:40.960 INFO O| Aug 12 01:18:40.960 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87562026-08-12T01:18:42.086Z[ recovery-image] Aug 12 01:18:40.960 INFO O| Aug 12 01:18:40.960 INFO STEP 14 (ensure_dir) COMPLETE
87572026-08-12T01:18:42.086Z[ recovery-image] Aug 12 01:18:40.960 INFO O| Aug 12 01:18:40.960 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87582026-08-12T01:18:42.092Z[ recovery-image] Aug 12 01:18:40.969 INFO O| Aug 12 01:18:40.968 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87592026-08-12T01:18:42.092Z[ recovery-image] Aug 12 01:18:40.969 INFO O| Aug 12 01:18:40.969 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87602026-08-12T01:18:42.092Z[ recovery-image] Aug 12 01:18:40.969 INFO O| Aug 12 01:18:40.969 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87612026-08-12T01:18:42.095Z[ recovery-image] Aug 12 01:18:40.969 INFO O| Aug 12 01:18:40.969 INFO STEP 15 (ensure_dir) COMPLETE
87622026-08-12T01:18:42.095Z[ recovery-image] Aug 12 01:18:40.969 INFO O| Aug 12 01:18:40.969 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87632026-08-12T01:18:42.101Z[ recovery-image] Aug 12 01:18:40.978 INFO O| Aug 12 01:18:40.978 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87642026-08-12T01:18:42.101Z[ recovery-image] Aug 12 01:18:40.978 INFO O| Aug 12 01:18:40.978 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87652026-08-12T01:18:42.104Z[ recovery-image] Aug 12 01:18:40.978 INFO O| Aug 12 01:18:40.978 INFO STEP 16 (ensure_dir) COMPLETE
87662026-08-12T01:18:42.104Z[ recovery-image] Aug 12 01:18:40.978 INFO O| Aug 12 01:18:40.978 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87672026-08-12T01:18:42.110Z[ recovery-image] Aug 12 01:18:40.987 INFO O| Aug 12 01:18:40.987 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87682026-08-12T01:18:42.110Z[ recovery-image] Aug 12 01:18:40.987 INFO O| Aug 12 01:18:40.987 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87692026-08-12T01:18:42.110Z[ recovery-image] Aug 12 01:18:40.987 INFO O| Aug 12 01:18:40.987 INFO STEP 17 (ensure_dir) COMPLETE
87702026-08-12T01:18:42.110Z[ recovery-image] Aug 12 01:18:40.987 INFO O| Aug 12 01:18:40.987 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87712026-08-12T01:18:42.119Z[ recovery-image] Aug 12 01:18:40.996 INFO O| Aug 12 01:18:40.996 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87722026-08-12T01:18:42.119Z[ recovery-image] Aug 12 01:18:40.996 INFO O| Aug 12 01:18:40.996 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
87732026-08-12T01:18:42.122Z[ recovery-image] Aug 12 01:18:40.996 INFO O| Aug 12 01:18:40.996 INFO ok!
87742026-08-12T01:18:42.122Z[ recovery-image] Aug 12 01:18:40.996 INFO O| Aug 12 01:18:40.996 INFO STEP 18 (ensure_symlink) COMPLETE
87752026-08-12T01:18:42.122Z[ recovery-image] Aug 12 01:18:40.997 INFO O| Aug 12 01:18:40.996 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87762026-08-12T01:18:42.129Z[ recovery-image] Aug 12 01:18:41.006 INFO O| Aug 12 01:18:41.006 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
87772026-08-12T01:18:42.129Z[ recovery-image] Aug 12 01:18:41.006 INFO O| Aug 12 01:18:41.006 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
87782026-08-12T01:18:42.132Z[ recovery-image] Aug 12 01:18:41.006 INFO O| Aug 12 01:18:41.006 INFO ok!
87792026-08-12T01:18:42.132Z[ recovery-image] Aug 12 01:18:41.006 INFO O| Aug 12 01:18:41.006 INFO STEP 19 (ensure_file) COMPLETE
87802026-08-12T01:18:42.132Z[ recovery-image] Aug 12 01:18:41.006 INFO O| Aug 12 01:18:41.006 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87812026-08-12T01:18:42.138Z[ recovery-image] Aug 12 01:18:41.015 INFO O| Aug 12 01:18:41.015 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
87822026-08-12T01:18:42.138Z[ recovery-image] Aug 12 01:18:41.015 INFO O| Aug 12 01:18:41.015 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87832026-08-12T01:18:42.138Z[ recovery-image] Aug 12 01:18:41.015 INFO O| Aug 12 01:18:41.015 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
87842026-08-12T01:18:42.141Z[ recovery-image] Aug 12 01:18:41.015 INFO O| Aug 12 01:18:41.015 INFO ok!
87852026-08-12T01:18:42.141Z[ recovery-image] Aug 12 01:18:41.015 INFO O| Aug 12 01:18:41.015 INFO STEP 20 (ensure_symlink) COMPLETE
87862026-08-12T01:18:42.141Z[ recovery-image] Aug 12 01:18:41.015 INFO O| Aug 12 01:18:41.015 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87872026-08-12T01:18:42.147Z[ recovery-image] Aug 12 01:18:41.024 INFO O| Aug 12 01:18:41.024 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
87882026-08-12T01:18:42.147Z[ recovery-image] Aug 12 01:18:41.024 INFO O| Aug 12 01:18:41.024 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87892026-08-12T01:18:42.147Z[ recovery-image] Aug 12 01:18:41.024 INFO O| Aug 12 01:18:41.024 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
87902026-08-12T01:18:42.147Z[ recovery-image] Aug 12 01:18:41.024 INFO O| Aug 12 01:18:41.024 INFO ok!
87912026-08-12T01:18:42.152Z[ recovery-image] Aug 12 01:18:41.024 INFO O| Aug 12 01:18:41.024 INFO STEP 21 (ensure_symlink) COMPLETE
87922026-08-12T01:18:42.152Z[ recovery-image] Aug 12 01:18:41.024 INFO O| Aug 12 01:18:41.024 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87932026-08-12T01:18:42.156Z[ recovery-image] Aug 12 01:18:41.033 INFO O| Aug 12 01:18:41.033 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
87942026-08-12T01:18:42.156Z[ recovery-image] Aug 12 01:18:41.033 INFO O| Aug 12 01:18:41.033 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87952026-08-12T01:18:42.157Z[ recovery-image] Aug 12 01:18:41.033 INFO O| Aug 12 01:18:41.033 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
87962026-08-12T01:18:42.157Z[ recovery-image] Aug 12 01:18:41.033 INFO O| Aug 12 01:18:41.033 INFO ok!
87972026-08-12T01:18:42.157Z[ recovery-image] Aug 12 01:18:41.033 INFO O| Aug 12 01:18:41.033 INFO STEP 22 (ensure_symlink) COMPLETE
87982026-08-12T01:18:42.160Z[ recovery-image] Aug 12 01:18:41.033 INFO O| Aug 12 01:18:41.033 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87992026-08-12T01:18:42.166Z[ recovery-image] Aug 12 01:18:41.042 INFO O| Aug 12 01:18:41.042 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88002026-08-12T01:18:42.166Z[ recovery-image] Aug 12 01:18:41.042 INFO O| Aug 12 01:18:41.042 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88012026-08-12T01:18:42.166Z[ recovery-image] Aug 12 01:18:41.042 INFO O| Aug 12 01:18:41.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88022026-08-12T01:18:42.166Z[ recovery-image] Aug 12 01:18:41.042 INFO O| Aug 12 01:18:41.042 INFO ok!
88032026-08-12T01:18:42.169Z[ recovery-image] Aug 12 01:18:41.042 INFO O| Aug 12 01:18:41.042 INFO STEP 23 (ensure_symlink) COMPLETE
88042026-08-12T01:18:42.169Z[ recovery-image] Aug 12 01:18:41.042 INFO O| Aug 12 01:18:41.042 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88052026-08-12T01:18:42.176Z[ recovery-image] Aug 12 01:18:41.053 INFO O| Aug 12 01:18:41.053 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88062026-08-12T01:18:42.180Z[ recovery-image] Aug 12 01:18:41.054 INFO O| Aug 12 01:18:41.053 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 ...
88072026-08-12T01:18:42.180Z[ recovery-image] Aug 12 01:18:41.054 INFO O| Aug 12 01:18:41.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88082026-08-12T01:18:42.180Z[ recovery-image] Aug 12 01:18:41.054 INFO O| Aug 12 01:18:41.054 INFO ok!
88092026-08-12T01:18:42.180Z[ recovery-image] Aug 12 01:18:41.054 INFO O| Aug 12 01:18:41.054 INFO STEP 24 (ensure_file) COMPLETE
88102026-08-12T01:18:42.180Z[ recovery-image] Aug 12 01:18:41.054 INFO O| Aug 12 01:18:41.054 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88112026-08-12T01:18:42.189Z[ recovery-image] Aug 12 01:18:41.066 INFO O| Aug 12 01:18:41.066 INFO updating shadow file
88122026-08-12T01:18:42.189Z[ recovery-image] Aug 12 01:18:41.066 INFO O| Aug 12 01:18:41.066 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88132026-08-12T01:18:42.192Z[ recovery-image] Aug 12 01:18:41.066 INFO O| Aug 12 01:18:41.066 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88142026-08-12T01:18:42.192Z[ recovery-image] Aug 12 01:18:41.066 INFO O| Aug 12 01:18:41.066 INFO STEP 25 (shadow) COMPLETE
88152026-08-12T01:18:42.192Z[ recovery-image] Aug 12 01:18:41.066 INFO O| Aug 12 01:18:41.066 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88162026-08-12T01:18:42.199Z[ recovery-image] Aug 12 01:18:41.076 INFO O| Aug 12 01:18:41.076 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88172026-08-12T01:18:42.199Z[ recovery-image] Aug 12 01:18:41.076 INFO O| Aug 12 01:18:41.076 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88182026-08-12T01:18:42.199Z[ recovery-image] Aug 12 01:18:41.076 INFO O| Aug 12 01:18:41.076 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88192026-08-12T01:18:42.202Z[ recovery-image] Aug 12 01:18:41.076 INFO O| Aug 12 01:18:41.076 INFO ok!
88202026-08-12T01:18:42.202Z[ recovery-image] Aug 12 01:18:41.076 INFO O| Aug 12 01:18:41.076 INFO STEP 26 (ensure_file) COMPLETE
88212026-08-12T01:18:42.202Z[ recovery-image] Aug 12 01:18:41.076 INFO O| Aug 12 01:18:41.076 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88222026-08-12T01:18:42.209Z[ recovery-image] Aug 12 01:18:41.086 INFO O| Aug 12 01:18:41.086 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88232026-08-12T01:18:42.209Z[ recovery-image] Aug 12 01:18:41.086 INFO O| Aug 12 01:18:41.086 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88242026-08-12T01:18:42.209Z[ recovery-image] Aug 12 01:18:41.086 INFO O| Aug 12 01:18:41.086 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88252026-08-12T01:18:42.212Z[ recovery-image] Aug 12 01:18:41.086 INFO O| Aug 12 01:18:41.086 INFO ok!
88262026-08-12T01:18:42.212Z[ recovery-image] Aug 12 01:18:41.086 INFO O| Aug 12 01:18:41.086 INFO STEP 27 (ensure_file) COMPLETE
88272026-08-12T01:18:42.212Z[ recovery-image] Aug 12 01:18:41.086 INFO O| Aug 12 01:18:41.086 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88282026-08-12T01:18:42.218Z[ recovery-image] Aug 12 01:18:41.095 INFO O| Aug 12 01:18:41.095 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88292026-08-12T01:18:42.218Z[ recovery-image] Aug 12 01:18:41.095 INFO O| Aug 12 01:18:41.095 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88302026-08-12T01:18:42.222Z[ recovery-image] Aug 12 01:18:41.095 INFO O| Aug 12 01:18:41.095 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88312026-08-12T01:18:42.222Z[ recovery-image] Aug 12 01:18:41.096 INFO O| Aug 12 01:18:41.095 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88322026-08-12T01:18:42.222Z[ recovery-image] Aug 12 01:18:41.096 INFO O| Aug 12 01:18:41.096 INFO ok!
88332026-08-12T01:18:42.222Z[ recovery-image] Aug 12 01:18:41.096 INFO O| Aug 12 01:18:41.096 INFO STEP 28 (ensure_file) COMPLETE
88342026-08-12T01:18:42.222Z[ recovery-image] Aug 12 01:18:41.096 INFO O| Aug 12 01:18:41.096 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88352026-08-12T01:18:42.229Z[ recovery-image] Aug 12 01:18:41.106 INFO O| Aug 12 01:18:41.106 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88362026-08-12T01:18:42.229Z[ recovery-image] Aug 12 01:18:41.106 INFO O| Aug 12 01:18:41.106 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88372026-08-12T01:18:42.232Z[ recovery-image] Aug 12 01:18:41.106 INFO O| Aug 12 01:18:41.106 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88382026-08-12T01:18:42.232Z[ recovery-image] Aug 12 01:18:41.106 INFO O| Aug 12 01:18:41.106 INFO ok!
88392026-08-12T01:18:42.232Z[ recovery-image] Aug 12 01:18:41.106 INFO O| Aug 12 01:18:41.106 INFO STEP 29 (ensure_file) COMPLETE
88402026-08-12T01:18:42.233Z[ recovery-image] Aug 12 01:18:41.106 INFO O| Aug 12 01:18:41.106 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88412026-08-12T01:18:42.239Z[ recovery-image] Aug 12 01:18:41.115 INFO O| Aug 12 01:18:41.115 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88422026-08-12T01:18:42.239Z[ recovery-image] Aug 12 01:18:41.115 INFO O| Aug 12 01:18:41.115 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88432026-08-12T01:18:42.239Z[ recovery-image] Aug 12 01:18:41.115 INFO O| Aug 12 01:18:41.115 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88442026-08-12T01:18:42.239Z[ recovery-image] Aug 12 01:18:41.115 INFO O| Aug 12 01:18:41.115 INFO STEP 30 (ensure_dir) COMPLETE
88452026-08-12T01:18:42.239Z[ recovery-image] Aug 12 01:18:41.115 INFO O| Aug 12 01:18:41.115 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88462026-08-12T01:18:42.250Z[ recovery-image] Aug 12 01:18:41.127 INFO O| Aug 12 01:18:41.127 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88472026-08-12T01:18:42.250Z[ recovery-image] Aug 12 01:18:41.127 INFO O| Aug 12 01:18:41.127 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 ...
88482026-08-12T01:18:42.250Z[ recovery-image] Aug 12 01:18:41.127 INFO O| Aug 12 01:18:41.127 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
88492026-08-12T01:18:42.254Z[ recovery-image] Aug 12 01:18:41.127 INFO O| Aug 12 01:18:41.127 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88502026-08-12T01:18:42.254Z[ recovery-image] Aug 12 01:18:41.127 INFO O| Aug 12 01:18:41.127 INFO ok!
88512026-08-12T01:18:42.254Z[ recovery-image] Aug 12 01:18:41.127 INFO O| Aug 12 01:18:41.127 INFO STEP 31 (ensure_file) COMPLETE
88522026-08-12T01:18:42.254Z[ recovery-image] Aug 12 01:18:41.127 INFO O| Aug 12 01:18:41.127 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88532026-08-12T01:18:42.261Z[ recovery-image] Aug 12 01:18:41.137 INFO O| Aug 12 01:18:41.137 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88542026-08-12T01:18:42.261Z[ recovery-image] Aug 12 01:18:41.137 INFO O| Aug 12 01:18:41.137 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88552026-08-12T01:18:42.261Z[ recovery-image] Aug 12 01:18:41.137 INFO O| Aug 12 01:18:41.137 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88562026-08-12T01:18:42.261Z[ recovery-image] Aug 12 01:18:41.137 INFO O| Aug 12 01:18:41.137 INFO STEP 32 (ensure_dir) COMPLETE
88572026-08-12T01:18:42.264Z[ recovery-image] Aug 12 01:18:41.137 INFO O| Aug 12 01:18:41.137 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88582026-08-12T01:18:42.271Z[ recovery-image] Aug 12 01:18:41.147 INFO O| Aug 12 01:18:41.147 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88592026-08-12T01:18:42.271Z[ recovery-image] Aug 12 01:18:41.147 INFO O| Aug 12 01:18:41.147 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 ...
88602026-08-12T01:18:42.274Z[ recovery-image] Aug 12 01:18:41.147 INFO O| Aug 12 01:18:41.147 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
88612026-08-12T01:18:42.274Z[ recovery-image] Aug 12 01:18:41.147 INFO O| Aug 12 01:18:41.147 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88622026-08-12T01:18:42.274Z[ recovery-image] Aug 12 01:18:41.147 INFO O| Aug 12 01:18:41.147 INFO ok!
88632026-08-12T01:18:42.274Z[ recovery-image] Aug 12 01:18:41.147 INFO O| Aug 12 01:18:41.147 INFO STEP 33 (ensure_file) COMPLETE
88642026-08-12T01:18:42.274Z[ recovery-image] Aug 12 01:18:41.147 INFO O| Aug 12 01:18:41.147 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88652026-08-12T01:18:42.279Z[ recovery-image] Aug 12 01:18:41.156 INFO O| Aug 12 01:18:41.156 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88662026-08-12T01:18:42.279Z[ recovery-image] Aug 12 01:18:41.156 INFO O| Aug 12 01:18:41.156 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
88672026-08-12T01:18:42.279Z[ recovery-image] Aug 12 01:18:41.156 INFO O| Aug 12 01:18:41.156 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
88682026-08-12T01:18:42.283Z[ recovery-image] Aug 12 01:18:41.156 INFO O| Aug 12 01:18:41.156 INFO ok!
88692026-08-12T01:18:42.283Z[ recovery-image] Aug 12 01:18:41.156 INFO O| Aug 12 01:18:41.156 INFO STEP 34 (ensure_file) COMPLETE
88702026-08-12T01:18:42.283Z[ recovery-image] Aug 12 01:18:41.156 INFO O| Aug 12 01:18:41.156 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88712026-08-12T01:18:42.290Z[ recovery-image] Aug 12 01:18:41.167 INFO O| Aug 12 01:18:41.167 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
88722026-08-12T01:18:42.290Z[ recovery-image] Aug 12 01:18:41.167 INFO O| Aug 12 01:18:41.167 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
88732026-08-12T01:18:42.294Z[ recovery-image] Aug 12 01:18:41.167 INFO O| Aug 12 01:18:41.167 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88742026-08-12T01:18:42.294Z[ recovery-image] Aug 12 01:18:41.167 INFO O| Aug 12 01:18:41.167 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88752026-08-12T01:18:42.294Z[ recovery-image] Aug 12 01:18:41.167 INFO O| Aug 12 01:18:41.167 INFO ok!
88762026-08-12T01:18:42.294Z[ recovery-image] Aug 12 01:18:41.167 INFO O| Aug 12 01:18:41.167 INFO STEP 35 (ensure_file) COMPLETE
88772026-08-12T01:18:42.294Z[ recovery-image] Aug 12 01:18:41.167 INFO O| Aug 12 01:18:41.167 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88782026-08-12T01:18:42.299Z[ recovery-image] Aug 12 01:18:41.176 INFO O| Aug 12 01:18:41.176 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
88792026-08-12T01:18:42.299Z[ recovery-image] Aug 12 01:18:41.176 INFO O| Aug 12 01:18:41.176 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
88802026-08-12T01:18:42.306Z[ recovery-image] Aug 12 01:18:41.176 INFO O| Aug 12 01:18:41.176 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
88812026-08-12T01:18:42.306Z[ recovery-image] Aug 12 01:18:41.176 INFO O| Aug 12 01:18:41.176 INFO ok!
88822026-08-12T01:18:42.306Z[ recovery-image] Aug 12 01:18:41.176 INFO O| Aug 12 01:18:41.176 INFO STEP 36 (ensure_file) COMPLETE
88832026-08-12T01:18:42.306Z[ recovery-image] Aug 12 01:18:41.176 INFO O| Aug 12 01:18:41.176 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88842026-08-12T01:18:42.310Z[ recovery-image] Aug 12 01:18:41.187 INFO O| Aug 12 01:18:41.187 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88852026-08-12T01:18:42.310Z[ recovery-image] Aug 12 01:18:41.187 INFO O| Aug 12 01:18:41.187 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
88862026-08-12T01:18:42.313Z[ recovery-image] Aug 12 01:18:41.187 INFO O| Aug 12 01:18:41.187 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
88872026-08-12T01:18:42.313Z[ recovery-image] Aug 12 01:18:41.187 INFO O| Aug 12 01:18:41.187 INFO ok!
88882026-08-12T01:18:42.314Z[ recovery-image] Aug 12 01:18:41.187 INFO O| Aug 12 01:18:41.187 INFO STEP 37 (ensure_file) COMPLETE
88892026-08-12T01:18:42.314Z[ recovery-image] Aug 12 01:18:41.187 INFO O| Aug 12 01:18:41.187 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88902026-08-12T01:18:42.322Z[ recovery-image] Aug 12 01:18:41.199 INFO O| Aug 12 01:18:41.199 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
88912026-08-12T01:18:42.322Z[ recovery-image] Aug 12 01:18:41.199 INFO O| Aug 12 01:18:41.199 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
88922026-08-12T01:18:42.322Z[ recovery-image] Aug 12 01:18:41.199 INFO O| Aug 12 01:18:41.199 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88932026-08-12T01:18:42.325Z[ recovery-image] Aug 12 01:18:41.199 INFO O| Aug 12 01:18:41.199 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88942026-08-12T01:18:42.325Z[ recovery-image] Aug 12 01:18:41.199 INFO O| Aug 12 01:18:41.199 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88952026-08-12T01:18:42.325Z[ recovery-image] Aug 12 01:18:41.199 INFO O| Aug 12 01:18:41.199 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88962026-08-12T01:18:42.325Z[ recovery-image] Aug 12 01:18:41.199 INFO O| Aug 12 01:18:41.199 INFO ok!
88972026-08-12T01:18:42.325Z[ recovery-image] Aug 12 01:18:41.199 INFO O| Aug 12 01:18:41.199 INFO STEP 38 (ensure_file) COMPLETE
88982026-08-12T01:18:42.326Z[ recovery-image] Aug 12 01:18:41.199 INFO O| Aug 12 01:18:41.199 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88992026-08-12T01:18:42.336Z[ recovery-image] Aug 12 01:18:41.210 INFO O| Aug 12 01:18:41.209 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89002026-08-12T01:18:42.336Z[ recovery-image] Aug 12 01:18:41.210 INFO O| Aug 12 01:18:41.210 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89012026-08-12T01:18:42.336Z[ recovery-image] Aug 12 01:18:41.210 INFO O| Aug 12 01:18:41.210 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89022026-08-12T01:18:42.339Z[ recovery-image] Aug 12 01:18:41.210 INFO O| Aug 12 01:18:41.210 INFO STEP 39 (ensure_dir) COMPLETE
89032026-08-12T01:18:42.339Z[ recovery-image] Aug 12 01:18:41.210 INFO O| Aug 12 01:18:41.210 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89042026-08-12T01:18:42.343Z[ recovery-image] Aug 12 01:18:41.220 INFO O| Aug 12 01:18:41.220 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
89052026-08-12T01:18:42.343Z[ recovery-image] Aug 12 01:18:41.220 INFO O| Aug 12 01:18:41.220 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 ...
89062026-08-12T01:18:42.347Z[ recovery-image] Aug 12 01:18:41.220 INFO O| Aug 12 01:18:41.220 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
89072026-08-12T01:18:42.347Z[ recovery-image] Aug 12 01:18:41.220 INFO O| Aug 12 01:18:41.220 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
89082026-08-12T01:18:42.347Z[ recovery-image] Aug 12 01:18:41.220 INFO O| Aug 12 01:18:41.220 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
89092026-08-12T01:18:42.347Z[ recovery-image] Aug 12 01:18:41.220 INFO O| Aug 12 01:18:41.220 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
89102026-08-12T01:18:42.347Z[ recovery-image] Aug 12 01:18:41.220 INFO O| Aug 12 01:18:41.220 INFO ok!
89112026-08-12T01:18:42.347Z[ recovery-image] Aug 12 01:18:41.220 INFO O| Aug 12 01:18:41.220 INFO STEP 40 (ensure_file) COMPLETE
89122026-08-12T01:18:42.347Z[ recovery-image] Aug 12 01:18:41.220 INFO O| Aug 12 01:18:41.220 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89132026-08-12T01:18:42.355Z[ recovery-image] Aug 12 01:18:41.232 INFO O| Aug 12 01:18:41.231 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89142026-08-12T01:18:42.355Z[ recovery-image] Aug 12 01:18:41.232 INFO O| Aug 12 01:18:41.232 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 ...
89152026-08-12T01:18:42.360Z[ recovery-image] Aug 12 01:18:41.232 INFO O| Aug 12 01:18:41.232 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89162026-08-12T01:18:42.360Z[ recovery-image] Aug 12 01:18:41.232 INFO O| Aug 12 01:18:41.232 INFO ok!
89172026-08-12T01:18:42.360Z[ recovery-image] Aug 12 01:18:41.232 INFO O| Aug 12 01:18:41.232 INFO STEP 41 (ensure_symlink) COMPLETE
89182026-08-12T01:18:42.360Z[ recovery-image] Aug 12 01:18:41.232 INFO O| Aug 12 01:18:41.232 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89192026-08-12T01:18:42.365Z[ recovery-image] Aug 12 01:18:41.242 INFO O| Aug 12 01:18:41.242 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89202026-08-12T01:18:42.365Z[ recovery-image] Aug 12 01:18:41.242 INFO O| Aug 12 01:18:41.242 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89212026-08-12T01:18:42.365Z[ recovery-image] Aug 12 01:18:41.242 INFO O| Aug 12 01:18:41.242 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89222026-08-12T01:18:42.365Z[ recovery-image] Aug 12 01:18:41.242 INFO O| Aug 12 01:18:41.242 INFO ok!
89232026-08-12T01:18:42.365Z[ recovery-image] Aug 12 01:18:41.242 INFO O| Aug 12 01:18:41.242 INFO STEP 42 (ensure_symlink) COMPLETE
89242026-08-12T01:18:42.368Z[ recovery-image] Aug 12 01:18:41.242 INFO O| Aug 12 01:18:41.242 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89252026-08-12T01:18:42.375Z[ recovery-image] Aug 12 01:18:41.252 INFO O| Aug 12 01:18:41.252 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89262026-08-12T01:18:42.375Z[ recovery-image] Aug 12 01:18:41.252 INFO O| Aug 12 01:18:41.252 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89272026-08-12T01:18:42.375Z[ recovery-image] Aug 12 01:18:41.252 INFO O| Aug 12 01:18:41.252 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89282026-08-12T01:18:42.375Z[ recovery-image] Aug 12 01:18:41.252 INFO O| Aug 12 01:18:41.252 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89292026-08-12T01:18:42.378Z[ recovery-image] Aug 12 01:18:41.252 INFO O| Aug 12 01:18:41.252 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89302026-08-12T01:18:42.378Z[ recovery-image] Aug 12 01:18:41.252 INFO O| Aug 12 01:18:41.252 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89312026-08-12T01:18:42.378Z[ recovery-image] Aug 12 01:18:41.252 INFO O| Aug 12 01:18:41.252 INFO ok!
89322026-08-12T01:18:42.378Z[ recovery-image] Aug 12 01:18:41.252 INFO O| Aug 12 01:18:41.252 INFO STEP 43 (ensure_file) COMPLETE
89332026-08-12T01:18:42.378Z[ recovery-image] Aug 12 01:18:41.252 INFO O| Aug 12 01:18:41.252 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89342026-08-12T01:18:42.384Z[ recovery-image] Aug 12 01:18:41.261 INFO O| Aug 12 01:18:41.261 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89352026-08-12T01:18:42.384Z[ recovery-image] Aug 12 01:18:41.261 INFO O| Aug 12 01:18:41.261 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 ...
89362026-08-12T01:18:42.387Z[ recovery-image] Aug 12 01:18:41.261 INFO O| Aug 12 01:18:41.261 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
89372026-08-12T01:18:42.387Z[ recovery-image] Aug 12 01:18:41.261 INFO O| Aug 12 01:18:41.261 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89382026-08-12T01:18:42.387Z[ recovery-image] Aug 12 01:18:41.261 INFO O| Aug 12 01:18:41.261 INFO ok!
89392026-08-12T01:18:42.387Z[ recovery-image] Aug 12 01:18:41.261 INFO O| Aug 12 01:18:41.261 INFO STEP 44 (ensure_file) COMPLETE
89402026-08-12T01:18:42.387Z[ recovery-image] Aug 12 01:18:41.261 INFO O| Aug 12 01:18:41.261 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89412026-08-12T01:18:42.393Z[ recovery-image] Aug 12 01:18:41.269 INFO O| Aug 12 01:18:41.269 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89422026-08-12T01:18:42.393Z[ recovery-image] Aug 12 01:18:41.270 INFO O| Aug 12 01:18:41.269 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89432026-08-12T01:18:42.393Z[ recovery-image] Aug 12 01:18:41.270 INFO O| Aug 12 01:18:41.270 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89442026-08-12T01:18:42.393Z[ recovery-image] Aug 12 01:18:41.270 INFO O| Aug 12 01:18:41.270 INFO ok!
89452026-08-12T01:18:42.393Z[ recovery-image] Aug 12 01:18:41.270 INFO O| Aug 12 01:18:41.270 INFO STEP 45 (ensure_file) COMPLETE
89462026-08-12T01:18:42.396Z[ recovery-image] Aug 12 01:18:41.270 INFO O| Aug 12 01:18:41.270 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89472026-08-12T01:18:42.402Z[ recovery-image] Aug 12 01:18:41.279 INFO O| Aug 12 01:18:41.279 INFO updating shadow file
89482026-08-12T01:18:42.402Z[ recovery-image] Aug 12 01:18:41.279 INFO O| Aug 12 01:18:41.279 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89492026-08-12T01:18:42.402Z[ recovery-image] Aug 12 01:18:41.279 INFO O| Aug 12 01:18:41.279 INFO STEP 46 (shadow) COMPLETE
89502026-08-12T01:18:42.405Z[ recovery-image] Aug 12 01:18:41.279 INFO O| Aug 12 01:18:41.279 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89512026-08-12T01:18:42.413Z[ recovery-image] Aug 12 01:18:41.289 INFO O| Aug 12 01:18:41.288 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89522026-08-12T01:18:42.413Z[ recovery-image] Aug 12 01:18:41.289 INFO O| Aug 12 01:18:41.289 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89532026-08-12T01:18:42.413Z[ recovery-image] Aug 12 01:18:41.289 INFO O| Aug 12 01:18:41.289 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89542026-08-12T01:18:42.416Z[ recovery-image] Aug 12 01:18:41.289 INFO O| Aug 12 01:18:41.289 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89552026-08-12T01:18:42.416Z[ recovery-image] Aug 12 01:18:41.289 INFO O| Aug 12 01:18:41.289 INFO ok!
89562026-08-12T01:18:42.416Z[ recovery-image] Aug 12 01:18:41.289 INFO O| Aug 12 01:18:41.289 INFO STEP 47 (ensure_file) COMPLETE
89572026-08-12T01:18:42.416Z[ recovery-image] Aug 12 01:18:41.289 INFO O| Aug 12 01:18:41.289 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89582026-08-12T01:18:42.422Z[ recovery-image] Aug 12 01:18:41.298 INFO O| Aug 12 01:18:41.298 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89592026-08-12T01:18:42.422Z[ recovery-image] Aug 12 01:18:41.298 INFO O| Aug 12 01:18:41.298 INFO STEP 48 (ensure_dir) COMPLETE
89602026-08-12T01:18:42.422Z[ recovery-image] Aug 12 01:18:41.298 INFO O| Aug 12 01:18:41.298 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89612026-08-12T01:18:42.430Z[ recovery-image] Aug 12 01:18:41.307 INFO O| Aug 12 01:18:41.307 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89622026-08-12T01:18:42.430Z[ recovery-image] Aug 12 01:18:41.307 INFO O| Aug 12 01:18:41.307 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89632026-08-12T01:18:42.430Z[ recovery-image] Aug 12 01:18:41.307 INFO O| Aug 12 01:18:41.307 INFO STEP 49 (ensure_dir) COMPLETE
89642026-08-12T01:18:42.433Z[ recovery-image] Aug 12 01:18:41.307 INFO O| Aug 12 01:18:41.307 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89652026-08-12T01:18:42.440Z[ recovery-image] Aug 12 01:18:41.316 INFO O| Aug 12 01:18:41.316 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89662026-08-12T01:18:42.440Z[ recovery-image] Aug 12 01:18:41.316 INFO O| Aug 12 01:18:41.316 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89672026-08-12T01:18:42.440Z[ recovery-image] Aug 12 01:18:41.316 INFO O| Aug 12 01:18:41.316 INFO STEP 50 (ensure_dir) COMPLETE
89682026-08-12T01:18:42.445Z[ recovery-image] Aug 12 01:18:41.316 INFO O| Aug 12 01:18:41.316 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89692026-08-12T01:18:42.449Z[ recovery-image] Aug 12 01:18:41.326 INFO O| Aug 12 01:18:41.326 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
89702026-08-12T01:18:42.449Z[ recovery-image] Aug 12 01:18:41.326 INFO O| Aug 12 01:18:41.326 INFO copying /tmp/.tmpKgS5xv/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
89712026-08-12T01:18:42.479Z[ recovery-image] Aug 12 01:18:41.356 INFO O| Aug 12 01:18:41.356 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
89722026-08-12T01:18:42.479Z[ recovery-image] Aug 12 01:18:41.356 INFO O| Aug 12 01:18:41.356 INFO ok!
89732026-08-12T01:18:42.483Z[ recovery-image] Aug 12 01:18:41.356 INFO O| Aug 12 01:18:41.356 INFO STEP 51 (ensure_file) COMPLETE
89742026-08-12T01:18:42.483Z[ recovery-image] Aug 12 01:18:41.356 INFO O| Aug 12 01:18:41.356 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89752026-08-12T01:18:42.490Z[ recovery-image] Aug 12 01:18:41.367 INFO O| Aug 12 01:18:41.367 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89762026-08-12T01:18:42.490Z[ recovery-image] Aug 12 01:18:41.367 INFO O| Aug 12 01:18:41.367 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89772026-08-12T01:18:42.490Z[ recovery-image] Aug 12 01:18:41.367 INFO O| Aug 12 01:18:41.367 INFO STEP 52 (ensure_dir) COMPLETE
89782026-08-12T01:18:42.490Z[ recovery-image] Aug 12 01:18:41.367 INFO O| Aug 12 01:18:41.367 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89792026-08-12T01:18:42.500Z[ recovery-image] Aug 12 01:18:41.377 INFO O| Aug 12 01:18:41.377 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
89802026-08-12T01:18:42.500Z[ recovery-image] Aug 12 01:18:41.377 INFO O| Aug 12 01:18:41.377 INFO copying /tmp/.tmpKgS5xv/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
89812026-08-12T01:18:42.500Z[ recovery-image] Aug 12 01:18:41.377 INFO O| Aug 12 01:18:41.377 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
89822026-08-12T01:18:42.503Z[ recovery-image] Aug 12 01:18:41.377 INFO O| Aug 12 01:18:41.377 INFO ok!
89832026-08-12T01:18:42.504Z[ recovery-image] Aug 12 01:18:41.377 INFO O| Aug 12 01:18:41.377 INFO STEP 53 (ensure_file) COMPLETE
89842026-08-12T01:18:42.504Z[ recovery-image] Aug 12 01:18:41.377 INFO O| Aug 12 01:18:41.377 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89852026-08-12T01:18:42.510Z[ recovery-image] Aug 12 01:18:41.387 INFO O| Aug 12 01:18:41.387 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89862026-08-12T01:18:42.510Z[ recovery-image] Aug 12 01:18:41.387 INFO O| Aug 12 01:18:41.387 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89872026-08-12T01:18:42.514Z[ recovery-image] Aug 12 01:18:41.387 INFO O| Aug 12 01:18:41.387 INFO STEP 54 (ensure_dir) COMPLETE
89882026-08-12T01:18:42.514Z[ recovery-image] Aug 12 01:18:41.387 INFO O| Aug 12 01:18:41.387 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89892026-08-12T01:18:42.521Z[ recovery-image] Aug 12 01:18:41.397 INFO O| Aug 12 01:18:41.397 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
89902026-08-12T01:18:42.521Z[ recovery-image] Aug 12 01:18:41.397 INFO O| Aug 12 01:18:41.397 INFO copying /tmp/.tmpKgS5xv/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
89912026-08-12T01:18:43.699Z[verify-libraries] Compiling polar-core v0.27.3
89922026-08-12T01:18:44.570Z[ recovery-image] Aug 12 01:18:43.446 INFO O| Aug 12 01:18:43.446 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
89932026-08-12T01:18:44.570Z[ recovery-image] Aug 12 01:18:43.446 INFO O| Aug 12 01:18:43.446 INFO ok!
89942026-08-12T01:18:44.570Z[ recovery-image] Aug 12 01:18:43.446 INFO O| Aug 12 01:18:43.446 INFO STEP 55 (ensure_file) COMPLETE
89952026-08-12T01:18:44.574Z[ recovery-image] Aug 12 01:18:43.446 INFO O| Aug 12 01:18:43.446 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89962026-08-12T01:18:44.582Z[ recovery-image] Aug 12 01:18:43.459 INFO O| Aug 12 01:18:43.459 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
89972026-08-12T01:18:44.582Z[ recovery-image] Aug 12 01:18:43.459 INFO O| Aug 12 01:18:43.459 INFO copying /tmp/.tmpKgS5xv/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
89982026-08-12T01:18:46.649Z[ recovery-image] Aug 12 01:18:45.525 INFO O| Aug 12 01:18:45.525 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
89992026-08-12T01:18:46.649Z[ recovery-image] Aug 12 01:18:45.526 INFO O| Aug 12 01:18:45.525 INFO ok!
90002026-08-12T01:18:46.649Z[ recovery-image] Aug 12 01:18:45.526 INFO O| Aug 12 01:18:45.525 INFO STEP 56 (ensure_file) COMPLETE
90012026-08-12T01:18:46.653Z[ recovery-image] Aug 12 01:18:45.526 INFO O| Aug 12 01:18:45.525 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90022026-08-12T01:18:46.659Z[ recovery-image] Aug 12 01:18:45.536 INFO O| Aug 12 01:18:45.536 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90032026-08-12T01:18:46.659Z[ recovery-image] Aug 12 01:18:45.536 INFO O| Aug 12 01:18:45.536 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90042026-08-12T01:18:46.659Z[ recovery-image] Aug 12 01:18:45.536 INFO O| Aug 12 01:18:45.536 INFO STEP 57 (ensure_dir) COMPLETE
90052026-08-12T01:18:46.662Z[ recovery-image] Aug 12 01:18:45.536 INFO O| Aug 12 01:18:45.536 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90062026-08-12T01:18:46.669Z[ recovery-image] Aug 12 01:18:45.546 INFO O| Aug 12 01:18:45.546 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90072026-08-12T01:18:46.669Z[ recovery-image] Aug 12 01:18:45.546 INFO O| Aug 12 01:18:45.546 INFO copying /tmp/.tmpKgS5xv/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 ...
90082026-08-12T01:18:46.672Z[ recovery-image] Aug 12 01:18:45.546 INFO O| Aug 12 01:18:45.546 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
90092026-08-12T01:18:46.672Z[ recovery-image] Aug 12 01:18:45.546 INFO O| Aug 12 01:18:45.546 INFO ok!
90102026-08-12T01:18:46.672Z[ recovery-image] Aug 12 01:18:45.546 INFO O| Aug 12 01:18:45.546 INFO STEP 58 (ensure_file) COMPLETE
90112026-08-12T01:18:46.672Z[ recovery-image] Aug 12 01:18:45.546 INFO O| Aug 12 01:18:45.546 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90122026-08-12T01:18:46.691Z[ recovery-image] Aug 12 01:18:45.555 INFO O| Aug 12 01:18:45.555 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90132026-08-12T01:18:46.691Z[ recovery-image] Aug 12 01:18:45.556 INFO O| Aug 12 01:18:45.555 INFO copying /tmp/.tmpKgS5xv/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 ...
90142026-08-12T01:18:46.691Z[ recovery-image] Aug 12 01:18:45.556 INFO O| Aug 12 01:18:45.556 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
90152026-08-12T01:18:46.691Z[ recovery-image] Aug 12 01:18:45.556 INFO O| Aug 12 01:18:45.556 INFO ok!
90162026-08-12T01:18:46.691Z[ recovery-image] Aug 12 01:18:45.556 INFO O| Aug 12 01:18:45.556 INFO STEP 59 (ensure_file) COMPLETE
90172026-08-12T01:18:46.691Z[ recovery-image] Aug 12 01:18:45.556 INFO O| Aug 12 01:18:45.556 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90182026-08-12T01:18:46.691Z[ recovery-image] Aug 12 01:18:45.565 INFO O| Aug 12 01:18:45.565 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90192026-08-12T01:18:46.691Z[ recovery-image] Aug 12 01:18:45.565 INFO O| Aug 12 01:18:45.565 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90202026-08-12T01:18:46.692Z[ recovery-image] Aug 12 01:18:45.565 INFO O| Aug 12 01:18:45.565 INFO STEP 60 (ensure_dir) COMPLETE
90212026-08-12T01:18:46.692Z[ recovery-image] Aug 12 01:18:45.565 INFO O| Aug 12 01:18:45.565 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90222026-08-12T01:18:46.698Z[ recovery-image] Aug 12 01:18:45.575 INFO O| Aug 12 01:18:45.575 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90232026-08-12T01:18:46.698Z[ recovery-image] Aug 12 01:18:45.575 INFO O| Aug 12 01:18:45.575 INFO copying /tmp/.tmpKgS5xv/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 ...
90242026-08-12T01:18:46.698Z[ recovery-image] Aug 12 01:18:45.575 INFO O| Aug 12 01:18:45.575 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90252026-08-12T01:18:46.701Z[ recovery-image] Aug 12 01:18:45.575 INFO O| Aug 12 01:18:45.575 INFO ok!
90262026-08-12T01:18:46.701Z[ recovery-image] Aug 12 01:18:45.575 INFO O| Aug 12 01:18:45.575 INFO STEP 61 (ensure_file) COMPLETE
90272026-08-12T01:18:46.701Z[ recovery-image] Aug 12 01:18:45.575 INFO O| Aug 12 01:18:45.575 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90282026-08-12T01:18:46.708Z[ recovery-image] Aug 12 01:18:45.585 INFO O| Aug 12 01:18:45.585 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90292026-08-12T01:18:46.708Z[ recovery-image] Aug 12 01:18:45.585 INFO O| Aug 12 01:18:45.585 INFO copying /tmp/.tmpKgS5xv/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 ...
90302026-08-12T01:18:46.711Z[ recovery-image] Aug 12 01:18:45.585 INFO O| Aug 12 01:18:45.585 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
90312026-08-12T01:18:46.711Z[ recovery-image] Aug 12 01:18:45.585 INFO O| Aug 12 01:18:45.585 INFO ok!
90322026-08-12T01:18:46.712Z[ recovery-image] Aug 12 01:18:45.585 INFO O| Aug 12 01:18:45.585 INFO STEP 62 (ensure_file) COMPLETE
90332026-08-12T01:18:46.712Z[ recovery-image] Aug 12 01:18:45.585 INFO O| Aug 12 01:18:45.585 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90342026-08-12T01:18:46.720Z[ recovery-image] Aug 12 01:18:45.597 INFO O| Aug 12 01:18:45.597 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90352026-08-12T01:18:46.720Z[ recovery-image] Aug 12 01:18:45.597 INFO O| Aug 12 01:18:45.597 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90362026-08-12T01:18:46.720Z[ recovery-image] Aug 12 01:18:45.597 INFO O| Aug 12 01:18:45.597 INFO STEP 63 (ensure_dir) COMPLETE
90372026-08-12T01:18:46.725Z[ recovery-image] Aug 12 01:18:45.597 INFO O| Aug 12 01:18:45.597 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90382026-08-12T01:18:46.730Z[ recovery-image] Aug 12 01:18:45.607 INFO O| Aug 12 01:18:45.607 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90392026-08-12T01:18:46.731Z[ recovery-image] Aug 12 01:18:45.607 INFO O| Aug 12 01:18:45.607 INFO copying /tmp/.tmpKgS5xv/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 ...
90402026-08-12T01:18:46.737Z[ recovery-image] Aug 12 01:18:45.607 INFO O| Aug 12 01:18:45.607 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90412026-08-12T01:18:46.737Z[ recovery-image] Aug 12 01:18:45.607 INFO O| Aug 12 01:18:45.607 INFO ok!
90422026-08-12T01:18:46.737Z[ recovery-image] Aug 12 01:18:45.607 INFO O| Aug 12 01:18:45.607 INFO STEP 64 (ensure_file) COMPLETE
90432026-08-12T01:18:46.737Z[ recovery-image] Aug 12 01:18:45.607 INFO O| Aug 12 01:18:45.607 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90442026-08-12T01:18:46.742Z[ recovery-image] Aug 12 01:18:45.617 INFO O| Aug 12 01:18:45.617 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90452026-08-12T01:18:46.742Z[ recovery-image] Aug 12 01:18:45.617 INFO O| Aug 12 01:18:45.617 INFO copying /tmp/.tmpKgS5xv/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90462026-08-12T01:18:46.742Z[ recovery-image] Aug 12 01:18:45.617 INFO O| Aug 12 01:18:45.617 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90472026-08-12T01:18:46.742Z[ recovery-image] Aug 12 01:18:45.617 INFO O| Aug 12 01:18:45.617 INFO ok!
90482026-08-12T01:18:46.742Z[ recovery-image] Aug 12 01:18:45.617 INFO O| Aug 12 01:18:45.617 INFO STEP 65 (ensure_file) COMPLETE
90492026-08-12T01:18:46.742Z[ recovery-image] Aug 12 01:18:45.617 INFO O| Aug 12 01:18:45.617 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90502026-08-12T01:18:46.750Z[ recovery-image] Aug 12 01:18:45.627 INFO O| Aug 12 01:18:45.627 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90512026-08-12T01:18:46.750Z[ recovery-image] Aug 12 01:18:45.627 INFO O| Aug 12 01:18:45.627 INFO STEP 66 (ensure_dir) COMPLETE
90522026-08-12T01:18:46.750Z[ recovery-image] Aug 12 01:18:45.627 INFO O| Aug 12 01:18:45.627 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90532026-08-12T01:18:46.761Z[ recovery-image] Aug 12 01:18:45.638 INFO O| Aug 12 01:18:45.638 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90542026-08-12T01:18:46.761Z[ recovery-image] Aug 12 01:18:45.638 INFO O| Aug 12 01:18:45.638 INFO STEP 67 (ensure_dir) COMPLETE
90552026-08-12T01:18:46.761Z[ recovery-image] Aug 12 01:18:45.638 INFO O| Aug 12 01:18:45.638 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90562026-08-12T01:18:46.772Z[ recovery-image] Aug 12 01:18:45.649 INFO O| Aug 12 01:18:45.649 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90572026-08-12T01:18:46.772Z[ recovery-image] Aug 12 01:18:45.649 INFO O| Aug 12 01:18:45.649 INFO STEP 68 (ensure_dir) COMPLETE
90582026-08-12T01:18:46.772Z[ recovery-image] Aug 12 01:18:45.649 INFO O| Aug 12 01:18:45.649 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90592026-08-12T01:18:46.788Z[ recovery-image] Aug 12 01:18:45.665 INFO O| Aug 12 01:18:45.665 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
90602026-08-12T01:18:46.788Z[ recovery-image] Aug 12 01:18:45.665 INFO O| Aug 12 01:18:45.665 INFO STEP 69 (ensure_dir) COMPLETE
90612026-08-12T01:18:46.791Z[ recovery-image] Aug 12 01:18:45.665 INFO O| Aug 12 01:18:45.665 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90622026-08-12T01:18:46.799Z[ recovery-image] Aug 12 01:18:45.676 INFO O| Aug 12 01:18:45.676 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
90632026-08-12T01:18:46.799Z[ recovery-image] Aug 12 01:18:45.676 INFO O| Aug 12 01:18:45.676 INFO copying /tmp/.tmpKgS5xv/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
90642026-08-12T01:18:46.799Z[ recovery-image] Aug 12 01:18:45.676 INFO O| Aug 12 01:18:45.676 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
90652026-08-12T01:18:46.802Z[ recovery-image] Aug 12 01:18:45.676 INFO O| Aug 12 01:18:45.676 INFO ok!
90662026-08-12T01:18:46.802Z[ recovery-image] Aug 12 01:18:45.676 INFO O| Aug 12 01:18:45.676 INFO STEP 70 (ensure_file) COMPLETE
90672026-08-12T01:18:46.802Z[ recovery-image] Aug 12 01:18:45.676 INFO O| Aug 12 01:18:45.676 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90682026-08-12T01:18:46.810Z[ recovery-image] Aug 12 01:18:45.686 INFO O| Aug 12 01:18:45.686 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
90692026-08-12T01:18:46.815Z[ recovery-image] Aug 12 01:18:45.686 INFO O| Aug 12 01:18:45.686 INFO STEP 71 (remove_files) COMPLETE
90702026-08-12T01:18:46.815Z[ recovery-image] Aug 12 01:18:45.686 INFO O| Aug 12 01:18:45.686 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90712026-08-12T01:18:46.819Z[ recovery-image] Aug 12 01:18:45.696 INFO O| Aug 12 01:18:45.696 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
90722026-08-12T01:18:46.819Z[ recovery-image] Aug 12 01:18:45.696 INFO O| Aug 12 01:18:45.696 INFO STEP 72 (remove_files) COMPLETE
90732026-08-12T01:18:46.819Z[ recovery-image] Aug 12 01:18:45.696 INFO O| Aug 12 01:18:45.696 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90742026-08-12T01:18:46.831Z[ recovery-image] Aug 12 01:18:45.706 INFO O| Aug 12 01:18:45.706 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
90752026-08-12T01:18:46.831Z[ recovery-image] Aug 12 01:18:45.706 INFO O| Aug 12 01:18:45.706 INFO STEP 73 (remove_files) COMPLETE
90762026-08-12T01:18:46.834Z[ recovery-image] Aug 12 01:18:45.706 INFO O| Aug 12 01:18:45.706 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90772026-08-12T01:18:46.839Z[ recovery-image] Aug 12 01:18:45.716 INFO O| Aug 12 01:18:45.716 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
90782026-08-12T01:18:46.839Z[ recovery-image] Aug 12 01:18:45.716 INFO O| Aug 12 01:18:45.716 INFO STEP 74 (remove_files) COMPLETE
90792026-08-12T01:18:46.842Z[ recovery-image] Aug 12 01:18:45.716 INFO O| Aug 12 01:18:45.716 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90802026-08-12T01:18:46.873Z[ recovery-image] Aug 12 01:18:45.750 INFO O| Aug 12 01:18:45.750 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
90812026-08-12T01:18:46.873Z[ recovery-image] Aug 12 01:18:45.750 INFO O| Aug 12 01:18:45.750 INFO STEP 75 (remove_files) COMPLETE
90822026-08-12T01:18:46.877Z[ recovery-image] Aug 12 01:18:45.750 INFO O| Aug 12 01:18:45.750 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90832026-08-12T01:18:46.887Z[ recovery-image] Aug 12 01:18:45.764 INFO O| Aug 12 01:18:45.764 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
90842026-08-12T01:18:46.887Z[ recovery-image] Aug 12 01:18:45.764 INFO O| Aug 12 01:18:45.764 INFO STEP 76 (remove_files) COMPLETE
90852026-08-12T01:18:46.890Z[ recovery-image] Aug 12 01:18:45.764 INFO O| Aug 12 01:18:45.764 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90862026-08-12T01:18:46.900Z[ recovery-image] Aug 12 01:18:45.777 INFO O| Aug 12 01:18:45.777 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
90872026-08-12T01:18:46.900Z[ recovery-image] Aug 12 01:18:45.777 INFO O| Aug 12 01:18:45.777 INFO STEP 77 (remove_files) COMPLETE
90882026-08-12T01:18:46.900Z[ recovery-image] Aug 12 01:18:45.777 INFO O| Aug 12 01:18:45.777 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90892026-08-12T01:18:46.912Z[ recovery-image] Aug 12 01:18:45.789 INFO O| Aug 12 01:18:45.789 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
90902026-08-12T01:18:46.912Z[ recovery-image] Aug 12 01:18:45.789 INFO O| Aug 12 01:18:45.789 INFO STEP 78 (remove_files) COMPLETE
90912026-08-12T01:18:46.916Z[ recovery-image] Aug 12 01:18:45.789 INFO O| Aug 12 01:18:45.789 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90922026-08-12T01:18:46.921Z[ recovery-image] Aug 12 01:18:45.798 INFO O| Aug 12 01:18:45.798 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
90932026-08-12T01:18:46.921Z[ recovery-image] Aug 12 01:18:45.798 INFO O| Aug 12 01:18:45.798 INFO STEP 79 (remove_files) COMPLETE
90942026-08-12T01:18:46.921Z[ recovery-image] Aug 12 01:18:45.798 INFO O| Aug 12 01:18:45.798 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90952026-08-12T01:18:46.931Z[ recovery-image] Aug 12 01:18:45.808 INFO O| Aug 12 01:18:45.808 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
90962026-08-12T01:18:46.931Z[ recovery-image] Aug 12 01:18:45.808 INFO O| Aug 12 01:18:45.808 INFO STEP 80 (remove_files) COMPLETE
90972026-08-12T01:18:46.934Z[ recovery-image] Aug 12 01:18:45.808 INFO O| Aug 12 01:18:45.808 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90982026-08-12T01:18:46.940Z[ recovery-image] Aug 12 01:18:45.817 INFO O| Aug 12 01:18:45.817 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
90992026-08-12T01:18:46.940Z[ recovery-image] Aug 12 01:18:45.817 INFO O| Aug 12 01:18:45.817 INFO STEP 81 (remove_files) COMPLETE
91002026-08-12T01:18:46.945Z[ recovery-image] Aug 12 01:18:45.817 INFO O| Aug 12 01:18:45.817 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91012026-08-12T01:18:46.949Z[ recovery-image] Aug 12 01:18:45.826 INFO O| Aug 12 01:18:45.826 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91022026-08-12T01:18:46.949Z[ recovery-image] Aug 12 01:18:45.827 INFO O| Aug 12 01:18:45.826 INFO STEP 82 (remove_files) COMPLETE
91032026-08-12T01:18:46.952Z[ recovery-image] Aug 12 01:18:45.827 INFO O| Aug 12 01:18:45.826 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91042026-08-12T01:18:46.959Z[ recovery-image] Aug 12 01:18:45.836 INFO O| Aug 12 01:18:45.835 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91052026-08-12T01:18:46.959Z[ recovery-image] Aug 12 01:18:45.836 INFO O| Aug 12 01:18:45.836 INFO STEP 83 (remove_files) COMPLETE
91062026-08-12T01:18:46.959Z[ recovery-image] Aug 12 01:18:45.836 INFO O| Aug 12 01:18:45.836 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91072026-08-12T01:18:46.967Z[ recovery-image] Aug 12 01:18:45.844 INFO O| Aug 12 01:18:45.844 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91082026-08-12T01:18:46.967Z[ recovery-image] Aug 12 01:18:45.844 INFO O| Aug 12 01:18:45.844 INFO STEP 84 (remove_files) COMPLETE
91092026-08-12T01:18:46.967Z[ recovery-image] Aug 12 01:18:45.844 INFO O| Aug 12 01:18:45.844 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91102026-08-12T01:18:46.978Z[ recovery-image] Aug 12 01:18:45.855 INFO O| Aug 12 01:18:45.855 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91112026-08-12T01:18:46.978Z[ recovery-image] Aug 12 01:18:45.855 INFO O| Aug 12 01:18:45.855 INFO STEP 85 (remove_files) COMPLETE
91122026-08-12T01:18:46.978Z[ recovery-image] Aug 12 01:18:45.855 INFO O| Aug 12 01:18:45.855 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91132026-08-12T01:18:46.990Z[ recovery-image] Aug 12 01:18:45.867 INFO O| Aug 12 01:18:45.867 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91142026-08-12T01:18:46.990Z[ recovery-image] Aug 12 01:18:45.867 INFO O| Aug 12 01:18:45.867 INFO STEP 86 (remove_files) COMPLETE
91152026-08-12T01:18:46.990Z[ recovery-image] Aug 12 01:18:45.867 INFO O| Aug 12 01:18:45.867 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91162026-08-12T01:18:47.001Z[ recovery-image] Aug 12 01:18:45.878 INFO O| Aug 12 01:18:45.878 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91172026-08-12T01:18:47.002Z[ recovery-image] Aug 12 01:18:45.878 INFO O| Aug 12 01:18:45.878 INFO STEP 87 (remove_files) COMPLETE
91182026-08-12T01:18:47.002Z[ recovery-image] Aug 12 01:18:45.878 INFO O| Aug 12 01:18:45.878 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91192026-08-12T01:18:47.012Z[ recovery-image] Aug 12 01:18:45.889 INFO O| Aug 12 01:18:45.889 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91202026-08-12T01:18:47.012Z[ recovery-image] Aug 12 01:18:45.889 INFO O| Aug 12 01:18:45.889 INFO STEP 88 (remove_files) COMPLETE
91212026-08-12T01:18:47.015Z[ recovery-image] Aug 12 01:18:45.889 INFO O| Aug 12 01:18:45.889 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91222026-08-12T01:18:47.040Z[ recovery-image] Aug 12 01:18:45.917 INFO O| Aug 12 01:18:45.917 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91232026-08-12T01:18:47.040Z[ recovery-image] Aug 12 01:18:45.917 INFO O| Aug 12 01:18:45.917 INFO STEP 89 (remove_files) COMPLETE
91242026-08-12T01:18:47.040Z[ recovery-image] Aug 12 01:18:45.917 INFO O| Aug 12 01:18:45.917 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91252026-08-12T01:18:47.052Z[ recovery-image] Aug 12 01:18:45.929 INFO O| Aug 12 01:18:45.929 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91262026-08-12T01:18:47.052Z[ recovery-image] Aug 12 01:18:45.929 INFO O| Aug 12 01:18:45.929 INFO STEP 90 (remove_files) COMPLETE
91272026-08-12T01:18:47.052Z[ recovery-image] Aug 12 01:18:45.929 INFO O| Aug 12 01:18:45.929 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91282026-08-12T01:18:47.063Z[ recovery-image] Aug 12 01:18:45.940 INFO O| Aug 12 01:18:45.940 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91292026-08-12T01:18:47.063Z[ recovery-image] Aug 12 01:18:45.940 INFO O| Aug 12 01:18:45.940 INFO STEP 91 (remove_files) COMPLETE
91302026-08-12T01:18:47.067Z[ recovery-image] Aug 12 01:18:45.940 INFO O| Aug 12 01:18:45.940 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91312026-08-12T01:18:47.074Z[ recovery-image] Aug 12 01:18:45.951 INFO O| Aug 12 01:18:45.951 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91322026-08-12T01:18:47.074Z[ recovery-image] Aug 12 01:18:45.951 INFO O| Aug 12 01:18:45.951 INFO STEP 92 (remove_files) COMPLETE
91332026-08-12T01:18:47.077Z[ recovery-image] Aug 12 01:18:45.951 INFO O| Aug 12 01:18:45.951 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91342026-08-12T01:18:47.085Z[ recovery-image] Aug 12 01:18:45.961 INFO O| Aug 12 01:18:45.961 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91352026-08-12T01:18:47.085Z[ recovery-image] Aug 12 01:18:45.961 INFO O| Aug 12 01:18:45.961 INFO STEP 93 (remove_files) COMPLETE
91362026-08-12T01:18:47.085Z[ recovery-image] Aug 12 01:18:45.961 INFO O| Aug 12 01:18:45.961 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91372026-08-12T01:18:47.094Z[ recovery-image] Aug 12 01:18:45.970 INFO O| Aug 12 01:18:45.970 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91382026-08-12T01:18:47.094Z[ recovery-image] Aug 12 01:18:45.970 INFO O| Aug 12 01:18:45.970 INFO STEP 94 (remove_files) COMPLETE
91392026-08-12T01:18:47.094Z[ recovery-image] Aug 12 01:18:45.970 INFO O| Aug 12 01:18:45.970 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91402026-08-12T01:18:47.102Z[ recovery-image] Aug 12 01:18:45.979 INFO O| Aug 12 01:18:45.979 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91412026-08-12T01:18:47.102Z[ recovery-image] Aug 12 01:18:45.979 INFO O| Aug 12 01:18:45.979 INFO STEP 95 (remove_files) COMPLETE
91422026-08-12T01:18:47.102Z[ recovery-image] Aug 12 01:18:45.979 INFO O| Aug 12 01:18:45.979 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91432026-08-12T01:18:47.111Z[ recovery-image] Aug 12 01:18:45.988 INFO O| Aug 12 01:18:45.988 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91442026-08-12T01:18:47.111Z[ recovery-image] Aug 12 01:18:45.988 INFO O| Aug 12 01:18:45.988 INFO STEP 96 (remove_files) COMPLETE
91452026-08-12T01:18:47.114Z[ recovery-image] Aug 12 01:18:45.988 INFO O| Aug 12 01:18:45.988 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91462026-08-12T01:18:47.120Z[ recovery-image] Aug 12 01:18:45.997 INFO O| Aug 12 01:18:45.997 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91472026-08-12T01:18:47.123Z[ recovery-image] Aug 12 01:18:45.997 INFO O| Aug 12 01:18:45.997 INFO STEP 97 (remove_files) COMPLETE
91482026-08-12T01:18:47.123Z[ recovery-image] Aug 12 01:18:45.997 INFO O| Aug 12 01:18:45.997 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91492026-08-12T01:18:47.129Z[ recovery-image] Aug 12 01:18:46.006 INFO O| Aug 12 01:18:46.006 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91502026-08-12T01:18:47.129Z[ recovery-image] Aug 12 01:18:46.006 INFO O| Aug 12 01:18:46.006 INFO STEP 98 (remove_files) COMPLETE
91512026-08-12T01:18:47.133Z[ recovery-image] Aug 12 01:18:46.006 INFO O| Aug 12 01:18:46.006 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91522026-08-12T01:18:47.138Z[ recovery-image] Aug 12 01:18:46.015 INFO O| Aug 12 01:18:46.015 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91532026-08-12T01:18:47.138Z[ recovery-image] Aug 12 01:18:46.015 INFO O| Aug 12 01:18:46.015 INFO STEP 99 (remove_files) COMPLETE
91542026-08-12T01:18:47.138Z[ recovery-image] Aug 12 01:18:46.015 INFO O| Aug 12 01:18:46.015 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91552026-08-12T01:18:47.153Z[ recovery-image] Aug 12 01:18:46.030 INFO O| Aug 12 01:18:46.030 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91562026-08-12T01:18:47.153Z[ recovery-image] Aug 12 01:18:46.030 INFO O| Aug 12 01:18:46.030 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
91572026-08-12T01:18:52.113Z[verify-libraries] Compiling oso v0.27.3
91582026-08-12T01:18:54.088Z[ host-image] Aug 12 01:18:52.964 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24189:20260811T192955Z
91592026-08-12T01:18:54.088Z[ host-image] Aug 12 01:18:52.964 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24189:20260811T192955Z
91602026-08-12T01:18:54.088Z[ host-image] Aug 12 01:18:52.964 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
91612026-08-12T01:18:54.088Z[ host-image] Aug 12 01:18:52.964 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
91622026-08-12T01:18:54.088Z[ host-image] Aug 12 01:18:52.964 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
91632026-08-12T01:18:54.088Z[ host-image] Aug 12 01:18:52.964 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
91642026-08-12T01:18:54.093Z[ host-image] Aug 12 01:18:52.964 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
91652026-08-12T01:18:54.093Z[ host-image] Aug 12 01:18:52.964 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
91662026-08-12T01:18:54.093Z[ host-image] Aug 12 01:18:52.965 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260812T010525Z
91672026-08-12T01:18:54.093Z[ host-image] Aug 12 01:18:52.965 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
91682026-08-12T01:18:54.093Z[ host-image] Aug 12 01:18:52.965 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
91692026-08-12T01:18:54.093Z[ host-image] Aug 12 01:18:52.965 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24189:20260811T192956Z
91702026-08-12T01:18:54.093Z[ host-image] Aug 12 01:18:52.966 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24189:20260811T192956Z
91712026-08-12T01:18:54.093Z[ host-image] Aug 12 01:18:52.966 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24189:20260811T192956Z
91722026-08-12T01:18:54.093Z[ host-image] Aug 12 01:18:52.966 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24189:20260811T192956Z
91732026-08-12T01:18:54.093Z[ host-image] Aug 12 01:18:52.966 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
91742026-08-12T01:18:54.093Z[ host-image] Aug 12 01:18:52.966 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24189:20260811T192956Z
91752026-08-12T01:18:54.094Z[ host-image] Aug 12 01:18:52.966 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24189:20260811T192956Z
91762026-08-12T01:18:54.094Z[ host-image] Aug 12 01:18:52.966 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24189:20260811T192956Z
91772026-08-12T01:18:54.094Z[ host-image] Aug 12 01:18:52.966 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24189:20260811T192956Z
91782026-08-12T01:18:54.094Z[ host-image] Aug 12 01:18:52.967 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24189:20260811T192957Z
91792026-08-12T01:18:54.094Z[ host-image] Aug 12 01:18:52.967 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24189:20260811T192957Z
91802026-08-12T01:18:54.094Z[ host-image] Aug 12 01:18:52.967 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24189:20260811T192957Z
91812026-08-12T01:18:54.094Z[ host-image] Aug 12 01:18:52.967 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24189:20260811T192957Z
91822026-08-12T01:18:54.094Z[ host-image] Aug 12 01:18:52.967 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24189:20260811T192957Z
91832026-08-12T01:18:54.094Z[ host-image] Aug 12 01:18:52.967 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24189:20260811T192957Z
91842026-08-12T01:18:54.094Z[ host-image] Aug 12 01:18:52.967 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24189:20260811T192957Z
91852026-08-12T01:18:54.094Z[ host-image] Aug 12 01:18:52.967 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24189:20260811T192958Z
91862026-08-12T01:18:54.094Z[ host-image] Aug 12 01:18:52.967 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24189:20260811T192958Z
91872026-08-12T01:18:54.094Z[ host-image] Aug 12 01:18:52.967 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24189:20260811T192959Z
91882026-08-12T01:18:54.094Z[ host-image] Aug 12 01:18:52.967 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24189:20260811T192959Z
91892026-08-12T01:18:54.094Z[ host-image] Aug 12 01:18:52.967 INFO O| install = pkg://helios/driver/network/opte@0.41.504-3.0:20260725T001627Z
91902026-08-12T01:18:54.094Z[ host-image] Aug 12 01:18:52.967 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24189:20260811T193000Z
91912026-08-12T01:18:54.094Z[ host-image] Aug 12 01:18:52.967 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24189:20260811T193000Z
91922026-08-12T01:18:54.094Z[ host-image] Aug 12 01:18:52.967 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24189:20260811T193001Z
91932026-08-12T01:18:54.094Z[ host-image] Aug 12 01:18:52.967 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24189:20260811T193001Z
91942026-08-12T01:18:54.094Z[ host-image] Aug 12 01:18:52.967 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24189:20260811T193001Z
91952026-08-12T01:18:54.094Z[ host-image] Aug 12 01:18:52.968 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24189:20260811T193002Z
91962026-08-12T01:18:54.094Z[ host-image] Aug 12 01:18:52.968 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24189:20260811T193002Z
91972026-08-12T01:18:54.098Z[ host-image] Aug 12 01:18:52.971 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
91982026-08-12T01:18:54.098Z[ host-image] Aug 12 01:18:52.971 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24189:20260811T193002Z
91992026-08-12T01:18:54.098Z[ host-image] Aug 12 01:18:52.971 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92002026-08-12T01:18:54.098Z[ host-image] Aug 12 01:18:52.971 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92012026-08-12T01:18:54.098Z[ host-image] Aug 12 01:18:52.971 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92022026-08-12T01:18:54.098Z[ host-image] Aug 12 01:18:52.971 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92032026-08-12T01:18:54.098Z[ host-image] Aug 12 01:18:52.971 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24189:20260811T193002Z
92042026-08-12T01:18:54.098Z[ host-image] Aug 12 01:18:52.971 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92052026-08-12T01:18:54.098Z[ host-image] Aug 12 01:18:52.971 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92062026-08-12T01:18:54.099Z[ host-image] Aug 12 01:18:52.971 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92072026-08-12T01:18:54.099Z[ host-image] Aug 12 01:18:52.971 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92082026-08-12T01:18:54.102Z[ host-image] Aug 12 01:18:52.975 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92092026-08-12T01:18:54.102Z[ host-image] Aug 12 01:18:52.975 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92102026-08-12T01:18:54.102Z[ host-image] Aug 12 01:18:52.975 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92112026-08-12T01:18:54.108Z[ recovery-image] Aug 12 01:18:52.984 INFO O| Aug 12 01:18:52.984 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
92122026-08-12T01:18:54.108Z[ recovery-image] Aug 12 01:18:52.984 INFO O| Aug 12 01:18:52.984 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92132026-08-12T01:18:54.108Z[ host-image] Aug 12 01:18:52.975 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92142026-08-12T01:18:54.108Z[ host-image] Aug 12 01:18:52.976 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92152026-08-12T01:18:54.108Z[ host-image] Aug 12 01:18:52.976 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92162026-08-12T01:18:54.112Z[ host-image] Aug 12 01:18:52.988 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92172026-08-12T01:18:54.112Z[ host-image] Aug 12 01:18:52.988 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92182026-08-12T01:18:54.112Z[ host-image] Aug 12 01:18:52.988 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92192026-08-12T01:18:54.112Z[ host-image] Aug 12 01:18:52.989 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24189:20260811T193003Z
92202026-08-12T01:18:54.115Z[ host-image] Aug 12 01:18:52.989 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24189:20260811T193005Z
92212026-08-12T01:18:54.115Z[ host-image] Aug 12 01:18:52.989 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92222026-08-12T01:18:54.115Z[ host-image] Aug 12 01:18:52.989 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24189:20260811T193006Z
92232026-08-12T01:18:54.115Z[ host-image] Aug 12 01:18:52.989 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92242026-08-12T01:18:54.115Z[ host-image] Aug 12 01:18:52.989 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92252026-08-12T01:18:54.115Z[ host-image] Aug 12 01:18:52.989 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92262026-08-12T01:18:54.115Z[ host-image] Aug 12 01:18:52.989 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92272026-08-12T01:18:54.119Z[ host-image] Aug 12 01:18:52.989 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24189:20260811T193006Z
92282026-08-12T01:18:54.119Z[ host-image] Aug 12 01:18:52.989 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92292026-08-12T01:18:54.119Z[ host-image] Aug 12 01:18:52.990 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92302026-08-12T01:18:54.119Z[ host-image] Aug 12 01:18:52.990 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92312026-08-12T01:18:54.119Z[ host-image] Aug 12 01:18:52.990 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92322026-08-12T01:18:54.119Z[ host-image] Aug 12 01:18:52.990 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24189:20260811T193006Z
92332026-08-12T01:18:54.119Z[ host-image] Aug 12 01:18:52.990 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92342026-08-12T01:18:54.123Z[ host-image] Aug 12 01:18:52.994 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92352026-08-12T01:18:54.123Z[ host-image] Aug 12 01:18:52.994 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24189:20260811T193006Z
92362026-08-12T01:18:54.123Z[ host-image] Aug 12 01:18:52.995 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24189:20260811T193006Z
92372026-08-12T01:18:54.123Z[ host-image] Aug 12 01:18:52.995 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24189:20260811T193006Z
92382026-08-12T01:18:54.123Z[ host-image] Aug 12 01:18:52.995 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92392026-08-12T01:18:54.123Z[ host-image] Aug 12 01:18:52.995 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24189:20260811T193007Z
92402026-08-12T01:18:54.123Z[ host-image] Aug 12 01:18:52.995 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24189:20260811T193007Z
92412026-08-12T01:18:54.123Z[ host-image] Aug 12 01:18:52.995 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24189:20260811T193007Z
92422026-08-12T01:18:54.123Z[ host-image] Aug 12 01:18:52.995 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24189:20260811T193007Z
92432026-08-12T01:18:54.123Z[ host-image] Aug 12 01:18:52.996 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
92442026-08-12T01:18:54.123Z[ host-image] Aug 12 01:18:52.996 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24189:20260811T193007Z
92452026-08-12T01:18:54.127Z[ host-image] Aug 12 01:18:52.996 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24189:20260811T193008Z
92462026-08-12T01:18:54.127Z[ recovery-image] Aug 12 01:18:53.000 INFO O| Aug 12 01:18:53.000 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], 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"}
92472026-08-12T01:18:54.127Z[ host-image] Aug 12 01:18:52.996 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
92482026-08-12T01:18:54.127Z[ host-image] Aug 12 01:18:52.997 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24189:20260811T193008Z
92492026-08-12T01:18:54.127Z[ host-image] Aug 12 01:18:52.997 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24189:20260811T193008Z
92502026-08-12T01:18:54.127Z[ host-image] Aug 12 01:18:52.997 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24189:20260811T193008Z
92512026-08-12T01:18:54.127Z[ host-image] Aug 12 01:18:52.997 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24189:20260811T193008Z
92522026-08-12T01:18:54.127Z[ host-image] Aug 12 01:18:52.999 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24189:20260811T193008Z
92532026-08-12T01:18:54.128Z[ host-image] Aug 12 01:18:52.999 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
92542026-08-12T01:18:54.128Z[ host-image] Aug 12 01:18:52.999 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24189:20260811T193008Z
92552026-08-12T01:18:54.128Z[ host-image] Aug 12 01:18:52.999 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24189:20260811T193008Z
92562026-08-12T01:18:54.128Z[ host-image] Aug 12 01:18:53.000 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24189:20260811T193008Z
92572026-08-12T01:18:54.128Z[ host-image] Aug 12 01:18:53.000 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24189:20260811T193008Z
92582026-08-12T01:18:54.128Z[ host-image] Aug 12 01:18:53.000 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24189:20260811T193008Z
92592026-08-12T01:18:54.128Z[ host-image] Aug 12 01:18:53.000 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24189:20260811T193008Z
92602026-08-12T01:18:54.128Z[ host-image] Aug 12 01:18:53.000 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24189:20260811T193008Z
92612026-08-12T01:18:54.128Z[ host-image] Aug 12 01:18:53.001 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24189:20260811T193009Z
92622026-08-12T01:18:54.128Z[ host-image] Aug 12 01:18:53.004 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24189:20260811T193009Z
92632026-08-12T01:18:54.128Z[ host-image] Aug 12 01:18:53.004 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24189:20260811T193009Z
92642026-08-12T01:18:54.132Z[ host-image] Aug 12 01:18:53.004 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24189:20260811T193009Z
92652026-08-12T01:18:54.132Z[ host-image] Aug 12 01:18:53.004 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24189:20260811T193009Z
92662026-08-12T01:18:54.132Z[ host-image] Aug 12 01:18:53.005 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24189:20260811T193009Z
92672026-08-12T01:18:54.136Z[ host-image] Aug 12 01:18:53.011 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24189:20260811T193011Z
92682026-08-12T01:18:54.139Z[ host-image] Aug 12 01:18:53.011 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24189:20260811T193009Z
92692026-08-12T01:18:54.139Z[ host-image] Aug 12 01:18:53.011 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24189:20260811T193009Z
92702026-08-12T01:18:54.139Z[ host-image] Aug 12 01:18:53.011 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
92712026-08-12T01:18:54.139Z[ host-image] Aug 12 01:18:53.011 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
92722026-08-12T01:18:54.144Z[ host-image] Aug 12 01:18:53.020 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24189:20260811T193009Z
92732026-08-12T01:18:54.144Z[ host-image] Aug 12 01:18:53.020 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
92742026-08-12T01:18:54.148Z[ host-image] Aug 12 01:18:53.020 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24189:20260811T193010Z
92752026-08-12T01:18:54.148Z[ host-image] Aug 12 01:18:53.020 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24189:20260811T193010Z
92762026-08-12T01:18:54.148Z[ host-image] Aug 12 01:18:53.021 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24189:20260811T193010Z
92772026-08-12T01:18:54.148Z[ host-image] Aug 12 01:18:53.021 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
92782026-08-12T01:18:54.148Z[ host-image] Aug 12 01:18:53.021 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
92792026-08-12T01:18:54.148Z[ host-image] Aug 12 01:18:53.021 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24189:20260811T193010Z
92802026-08-12T01:18:54.148Z[ host-image] Aug 12 01:18:53.021 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24189:20260811T193010Z
92812026-08-12T01:18:54.148Z[ host-image] Aug 12 01:18:53.021 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24189:20260811T193010Z
92822026-08-12T01:18:54.148Z[ host-image] Aug 12 01:18:53.021 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24189:20260811T193010Z
92832026-08-12T01:18:54.148Z[ host-image] Aug 12 01:18:53.021 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24189:20260811T193011Z
92842026-08-12T01:18:54.148Z[ host-image] Aug 12 01:18:53.021 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24189:20260811T193011Z
92852026-08-12T01:18:54.148Z[ host-image] Aug 12 01:18:53.022 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
92862026-08-12T01:18:54.148Z[ host-image] Aug 12 01:18:53.022 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24189:20260811T193011Z
92872026-08-12T01:18:54.148Z[ host-image] Aug 12 01:18:53.022 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24189:20260811T193011Z
92882026-08-12T01:18:54.148Z[ host-image] Aug 12 01:18:53.022 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24189:20260811T193011Z
92892026-08-12T01:18:54.149Z[ host-image] Aug 12 01:18:53.023 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24189:20260811T193012Z
92902026-08-12T01:18:54.149Z[ host-image] Aug 12 01:18:53.023 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24189:20260811T193011Z
92912026-08-12T01:18:54.149Z[ host-image] Aug 12 01:18:53.023 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24189:20260811T193011Z
92922026-08-12T01:18:54.149Z[ host-image] Aug 12 01:18:53.023 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
92932026-08-12T01:18:54.149Z[ host-image] Aug 12 01:18:53.023 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
92942026-08-12T01:18:54.149Z[ host-image] Aug 12 01:18:53.023 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24189:20260811T193013Z
92952026-08-12T01:18:54.149Z[ host-image] Aug 12 01:18:53.023 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24189:20260811T193013Z
92962026-08-12T01:18:54.149Z[ host-image] Aug 12 01:18:53.023 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
92972026-08-12T01:18:54.149Z[ host-image] Aug 12 01:18:53.023 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
92982026-08-12T01:18:54.149Z[ host-image] Aug 12 01:18:53.023 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
92992026-08-12T01:18:54.149Z[ host-image] Aug 12 01:18:53.023 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93002026-08-12T01:18:54.149Z[ host-image] Aug 12 01:18:53.023 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93012026-08-12T01:18:54.149Z[ host-image] Aug 12 01:18:53.023 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93022026-08-12T01:18:54.149Z[ host-image] Aug 12 01:18:53.024 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93032026-08-12T01:18:54.149Z[ host-image] Aug 12 01:18:53.024 INFO O| tempdir @ "/tmp/.tmpXiLk9y/tmp"
93042026-08-12T01:18:54.149Z[ host-image] Aug 12 01:18:53.024 INFO O| image root @ "/tmp/.tmpXiLk9y/tmp/root"
93052026-08-12T01:18:54.153Z[ host-image] Aug 12 01:18:53.025 INFO O| creating image...
93062026-08-12T01:18:54.250Z[ recovery-image] Aug 12 01:18:53.126 INFO O| Aug 12 01:18:53.126 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
93072026-08-12T01:18:54.313Z[ recovery-image] Aug 12 01:18:53.189 INFO O| Aug 12 01:18:53.188 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], 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", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
93082026-08-12T01:18:54.383Z[ recovery-image] Aug 12 01:18:53.260 INFO O| Aug 12 01:18:53.258 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
93092026-08-12T01:18:54.384Z[ recovery-image] Aug 12 01:18:53.260 INFO O| Aug 12 01:18:53.258 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 ...
93102026-08-12T01:18:54.388Z[ recovery-image] Aug 12 01:18:53.260 INFO O| Aug 12 01:18:53.260 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
93112026-08-12T01:18:54.388Z[ recovery-image] Aug 12 01:18:53.260 INFO O| Aug 12 01:18:53.260 INFO ok!
93122026-08-12T01:18:54.388Z[ recovery-image] Aug 12 01:18:53.260 INFO O| Aug 12 01:18:53.260 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
93132026-08-12T01:18:54.388Z[ recovery-image] Aug 12 01:18:53.260 INFO O| Aug 12 01:18:53.260 INFO STEP 100 (seed_smf) COMPLETE
93142026-08-12T01:18:54.388Z[ recovery-image] Aug 12 01:18:53.260 INFO O| Aug 12 01:18:53.260 INFO steps complete; finalising image!
93152026-08-12T01:18:54.388Z[ recovery-image] Aug 12 01:18:53.261 INFO O| Aug 12 01:18:53.260 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
93162026-08-12T01:18:54.454Z[ recovery-image] Aug 12 01:18:53.330 INFO O| Aug 12 01:18:53.330 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Wed Aug 12 01:18:53 2026)
93172026-08-12T01:18:54.661Z[ recovery-image] Aug 12 01:18:53.537 INFO O| Aug 12 01:18:53.537 INFO trim TEMPORARY-sled-zfs-recovery: (39% trimmed, started at Wed Aug 12 01:18:53 2026)
93182026-08-12T01:18:54.868Z[ recovery-image] Aug 12 01:18:53.744 INFO O| Aug 12 01:18:53.744 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 01:18:53 2026)
93192026-08-12T01:18:55.074Z[ recovery-image] Aug 12 01:18:53.950 INFO O| Aug 12 01:18:53.950 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 01:18:53 2026)
93202026-08-12T01:18:55.284Z[ recovery-image] Aug 12 01:18:54.159 INFO O| Aug 12 01:18:54.159 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 01:18:53 2026)
93212026-08-12T01:18:55.489Z[ recovery-image] Aug 12 01:18:54.366 INFO O| Aug 12 01:18:54.365 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 01:18:53 2026)
93222026-08-12T01:18:55.695Z[ recovery-image] Aug 12 01:18:54.572 INFO O| Aug 12 01:18:54.572 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 01:18:53 2026)
93232026-08-12T01:18:55.902Z[ recovery-image] Aug 12 01:18:54.778 INFO O| Aug 12 01:18:54.778 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 01:18:53 2026)
93242026-08-12T01:18:56.108Z[ recovery-image] Aug 12 01:18:54.985 INFO O| Aug 12 01:18:54.985 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 01:18:53 2026)
93252026-08-12T01:18:56.314Z[ recovery-image] Aug 12 01:18:55.191 INFO O| Aug 12 01:18:55.191 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 01:18:53 2026)
93262026-08-12T01:18:56.521Z[ recovery-image] Aug 12 01:18:55.397 INFO O| Aug 12 01:18:55.397 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 01:18:53 2026)
93272026-08-12T01:18:56.727Z[ recovery-image] Aug 12 01:18:55.604 INFO O| Aug 12 01:18:55.604 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 01:18:53 2026)
93282026-08-12T01:18:56.933Z[ recovery-image] Aug 12 01:18:55.810 INFO O| Aug 12 01:18:55.810 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 01:18:53 2026)
93292026-08-12T01:18:57.140Z[ recovery-image] Aug 12 01:18:56.017 INFO O| Aug 12 01:18:56.017 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 01:18:53 2026)
93302026-08-12T01:18:57.346Z[ recovery-image] Aug 12 01:18:56.223 INFO O| Aug 12 01:18:56.223 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 01:18:53 2026)
93312026-08-12T01:18:57.552Z[ recovery-image] Aug 12 01:18:56.428 INFO O| Aug 12 01:18:56.428 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 01:18:53 2026)
93322026-08-12T01:18:57.758Z[ recovery-image] Aug 12 01:18:56.635 INFO O| Aug 12 01:18:56.635 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 01:18:53 2026)
93332026-08-12T01:18:57.963Z[ recovery-image] Aug 12 01:18:56.840 INFO O| Aug 12 01:18:56.840 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 01:18:53 2026)
93342026-08-12T01:18:58.171Z[ recovery-image] Aug 12 01:18:57.047 INFO O| Aug 12 01:18:57.047 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 01:18:53 2026)
93352026-08-12T01:18:58.376Z[ recovery-image] Aug 12 01:18:57.253 INFO O| Aug 12 01:18:57.253 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 01:18:53 2026)
93362026-08-12T01:18:58.583Z[ recovery-image] Aug 12 01:18:57.459 INFO O| Aug 12 01:18:57.459 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 01:18:53 2026)
93372026-08-12T01:18:58.789Z[ recovery-image] Aug 12 01:18:57.666 INFO O| Aug 12 01:18:57.666 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 01:18:53 2026)
93382026-08-12T01:18:58.995Z[ recovery-image] Aug 12 01:18:57.872 INFO O| Aug 12 01:18:57.872 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 01:18:53 2026)
93392026-08-12T01:18:59.200Z[ recovery-image] Aug 12 01:18:58.077 INFO O| Aug 12 01:18:58.077 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 12 01:18:53 2026)
93402026-08-12T01:18:59.392Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93412026-08-12T01:18:59.509Z[ recovery-image] Aug 12 01:18:58.385 INFO O| Aug 12 01:18:58.385 INFO temporary pool has 494M used, 1.27G avail, 1.00x compressratio
93422026-08-12T01:18:59.510Z[ recovery-image] Aug 12 01:18:58.385 INFO O| Aug 12 01:18:58.385 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93432026-08-12T01:18:59.556Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93442026-08-12T01:19:00.228Z[ recovery-image] Aug 12 01:18:59.105 INFO O| Aug 12 01:18:59.105 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
93452026-08-12T01:19:00.228Z[ recovery-image] Aug 12 01:18:59.105 INFO O| Aug 12 01:18:59.105 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93462026-08-12T01:19:00.343Z[ host-image] Aug 12 01:18:59.220 INFO O| copying publishers...
93472026-08-12T01:19:03.300Z[ recovery-image] Aug 12 01:19:01.515 INFO O| Aug 12 01:19:01.514 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93482026-08-12T01:19:03.300Z[ recovery-image] Aug 12 01:19:01.515 INFO O| Aug 12 01:19:01.515 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93492026-08-12T01:19:03.308Z[ recovery-image] Aug 12 01:19:01.515 INFO O| Aug 12 01:19:01.515 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93502026-08-12T01:19:03.309Z[ recovery-image] Aug 12 01:19:01.515 INFO O| Aug 12 01:19:01.515 INFO completed processing sled/zfs-recovery
93512026-08-12T01:19:03.309Z[ recovery-image] Aug 12 01:19:01.515 INFO O| Aug 12 01:19:01.515 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93522026-08-12T01:19:04.757Z[ host-image] Aug 12 01:19:03.486 INFO O| adding properties...
93532026-08-12T01:19:04.766Z[ recovery-image] Aug 12 01:19:03.518 INFO O| Aug 12 01:19:03.518 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93542026-08-12T01:19:04.796Z[ recovery-image] Aug 12 01:19:03.667 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
93552026-08-12T01:19:04.796Z[ recovery-image] Aug 12 01:19:03.667 INFO expanded image name: "recovery a6edaf0/${os_short_commit} 2026-08-12 01:05" -> "recovery a6edaf0/aaf8e74 2026-08-12 01:05"
93562026-08-12T01:19:04.796Z[ recovery-image] Aug 12 01:19:03.667 INFO output artefacts stored in: "/work/os-recovery"
93572026-08-12T01:19:04.801Z[ recovery-image] Aug 12 01:19:03.667 INFO collecting git info from project "chelsio-t6-roms"...
93582026-08-12T01:19:04.810Z[ recovery-image] Aug 12 01:19:03.687 INFO collecting git info from project "phbl"...
93592026-08-12T01:19:04.818Z[ recovery-image] Aug 12 01:19:03.694 INFO collecting git info from project "dmar-report"...
93602026-08-12T01:19:04.830Z[ recovery-image] Aug 12 01:19:03.705 INFO collecting git info from project "bootserver"...
93612026-08-12T01:19:04.835Z[ recovery-image] Aug 12 01:19:03.712 INFO collecting git info from project "pinprick"...
93622026-08-12T01:19:04.874Z[ recovery-image] Aug 12 01:19:03.727 INFO collecting git info from project "image-builder"...
93632026-08-12T01:19:05.947Z[ recovery-image] Aug 12 01:19:03.744 INFO collecting git info from project "amd-firmware"...
93642026-08-12T01:19:05.964Z[ recovery-image] Aug 12 01:19:04.170 INFO collecting git info from project "pilot"...
93652026-08-12T01:19:05.964Z[ recovery-image] Aug 12 01:19:04.181 INFO collecting git info from project "amd-host-image-builder"...
93662026-08-12T01:19:05.964Z[ recovery-image] Aug 12 01:19:04.225 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93672026-08-12T01:19:05.964Z[ host-image] Aug 12 01:19:04.518 INFO O| installing packages...
93682026-08-12T01:19:05.964Z[ recovery-image] Aug 12 01:19:04.792 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93692026-08-12T01:19:06.556Z[ recovery-image] Aug 12 01:19:05.251 INFO creating Oxide boot image...
93702026-08-12T01:19:06.556Z[ recovery-image] Aug 12 01:19:05.251 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery a6edaf0/aaf8e74 2026-08-12 01:05", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93712026-08-12T01:19:08.627Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93722026-08-12T01:19:09.768Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
93732026-08-12T01:19:10.258Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
93742026-08-12T01:19:13.542Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
93752026-08-12T01:19:13.646Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
93762026-08-12T01:19:14.593Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
93772026-08-12T01:19:18.235Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
93782026-08-12T01:19:18.940Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
93792026-08-12T01:19:19.346Z[ host-image] Aug 12 01:19:18.215 INFO O| seeding SMF database...
93802026-08-12T01:19:20.550Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
93812026-08-12T01:19:24.261Z[ host-image] Aug 12 01:19:23.137 INFO O| configuring SMF profile...
93822026-08-12T01:19:24.265Z[ host-image] Aug 12 01:19:23.138 INFO O| modifying shadow(5)...
93832026-08-12T01:19:24.265Z[ host-image] Aug 12 01:19:23.138 INFO O| loading user and group database...
93842026-08-12T01:19:24.265Z[ host-image] Aug 12 01:19:23.138 INFO O| loading facet selections...
93852026-08-12T01:19:24.718Z[ host-image] Aug 12 01:19:23.584 INFO O| devel -> true
93862026-08-12T01:19:24.718Z[ host-image] Aug 12 01:19:23.584 INFO O| doc.man -> true
93872026-08-12T01:19:24.718Z[ host-image] Aug 12 01:19:23.584 INFO O| version-lock.shell/ksh93 -> true
93882026-08-12T01:19:24.753Z[ host-image] Aug 12 01:19:23.584 INFO O| version-lock.system/data/hardware-registry -> true
93892026-08-12T01:19:24.753Z[ host-image] Aug 12 01:19:23.584 INFO O| version-lock.system/data/zoneinfo -> true
93902026-08-12T01:19:24.754Z[ host-image] Aug 12 01:19:23.584 INFO O| version-lock.system/microcode/amd -> true
93912026-08-12T01:19:24.754Z[ host-image] Aug 12 01:19:23.584 INFO O| version-lock.system/microcode/intel -> true
93922026-08-12T01:19:24.754Z[ host-image] Aug 12 01:19:23.584 INFO O| version-lock.system/microcode/oxide -> true
93932026-08-12T01:19:24.754Z[ host-image] Aug 12 01:19:23.584 INFO O| assessing packaged files...
93942026-08-12T01:19:26.916Z[ host-image] Aug 12 01:19:25.791 INFO O| creating archive...
93952026-08-12T01:19:26.950Z[ host-image] Aug 12 01:19:25.814 INFO O| missing from packaging:
93962026-08-12T01:19:26.970Z[ host-image] Aug 12 01:19:25.814 INFO O| "etc/.pwd.lock"
93972026-08-12T01:19:26.970Z[ host-image] Aug 12 01:19:25.814 INFO O| "etc/bash"
93982026-08-12T01:19:26.970Z[ host-image] Aug 12 01:19:25.818 INFO O| "etc/svc/profile/generic.xml"
93992026-08-12T01:19:26.970Z[ host-image] Aug 12 01:19:25.818 INFO O| "etc/svc/profile/inetd_services.xml"
94002026-08-12T01:19:26.970Z[ host-image] Aug 12 01:19:25.818 INFO O| "etc/svc/profile/name_service.xml"
94012026-08-12T01:19:26.970Z[ host-image] Aug 12 01:19:25.818 INFO O| "etc/svc/profile/platform.xml"
94022026-08-12T01:19:26.970Z[ host-image] Aug 12 01:19:25.818 INFO O| "etc/svc/profile/platform_omicron1.xml"
94032026-08-12T01:19:26.970Z[ host-image] Aug 12 01:19:25.818 INFO O| "etc/svc/repository.db"
94042026-08-12T01:19:26.970Z[ host-image] Aug 12 01:19:25.825 INFO O| "opt/ooce/share"
94052026-08-12T01:19:26.970Z[ host-image] Aug 12 01:19:25.825 INFO O| "opt/ooce/share/man"
94062026-08-12T01:19:26.970Z[ host-image] Aug 12 01:19:25.825 INFO O| "opt/ooce/share/man/man1"
94072026-08-12T01:19:26.970Z[ host-image] Aug 12 01:19:25.834 INFO O| finishing archive...
94082026-08-12T01:19:28.652Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94092026-08-12T01:19:29.366Z[ host-image] Aug 12 01:19:28.235 INFO O| creating gzonly manifest...
94102026-08-12T01:19:29.374Z[ host-image] Aug 12 01:19:28.241 INFO O| ok
94112026-08-12T01:19:29.462Z[ host-image] Aug 12 01:19:28.337 INFO image builder template: ramdisk-02-trim...
94122026-08-12T01:19:29.463Z[ host-image] Aug 12 01:19:28.337 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/.tmpKgS5xv/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94132026-08-12T01:19:29.479Z[ host-image] Aug 12 01:19:28.356 INFO O| Aug 12 01:19:28.355 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94142026-08-12T01:19:29.490Z[ host-image] Aug 12 01:19:28.360 INFO O| Aug 12 01:19:28.360 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94152026-08-12T01:19:30.739Z[ host-image] Aug 12 01:19:29.613 INFO O| Aug 12 01:19:29.613 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94162026-08-12T01:19:30.953Z[ host-image] Aug 12 01:19:29.823 INFO O| Aug 12 01:19:29.823 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94172026-08-12T01:19:30.953Z[ host-image] Aug 12 01:19:29.823 INFO O| Aug 12 01:19:29.823 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94182026-08-12T01:19:30.969Z[ host-image] Aug 12 01:19:29.828 INFO O| Aug 12 01:19:29.828 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94192026-08-12T01:19:30.969Z[ host-image] Aug 12 01:19:29.831 INFO O| Aug 12 01:19:29.831 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94202026-08-12T01:19:30.969Z[ host-image] Aug 12 01:19:29.835 INFO O| Aug 12 01:19:29.835 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94212026-08-12T01:19:31.056Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
94222026-08-12T01:19:31.707Z[ host-image] Aug 12 01:19:30.579 INFO O| Aug 12 01:19:30.579 INFO rolled back to input snapshot; work may begin
94232026-08-12T01:19:31.707Z[ host-image] Aug 12 01:19:30.579 INFO O| Aug 12 01:19:30.579 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94242026-08-12T01:19:31.727Z[ host-image] Aug 12 01:19:30.585 INFO O| Aug 12 01:19:30.585 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94252026-08-12T01:19:31.747Z[ host-image] Aug 12 01:19:30.593 INFO O| Aug 12 01:19:30.593 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94262026-08-12T01:19:31.760Z[ host-image] Aug 12 01:19:30.636 INFO O| Aug 12 01:19:30.635 INFO STEP 0 (remove_files) COMPLETE
94272026-08-12T01:19:31.760Z[ host-image] Aug 12 01:19:30.636 INFO O| Aug 12 01:19:30.635 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94282026-08-12T01:19:31.785Z[ host-image] Aug 12 01:19:30.646 INFO O| Aug 12 01:19:30.646 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94292026-08-12T01:19:31.791Z[ host-image] Aug 12 01:19:30.647 INFO O| Aug 12 01:19:30.647 INFO STEP 1 (remove_files) COMPLETE
94302026-08-12T01:19:31.792Z[ host-image] Aug 12 01:19:30.647 INFO O| Aug 12 01:19:30.647 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94312026-08-12T01:19:31.792Z[ host-image] Aug 12 01:19:30.656 INFO O| Aug 12 01:19:30.656 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94322026-08-12T01:19:31.805Z[ host-image] Aug 12 01:19:30.671 INFO O| Aug 12 01:19:30.671 INFO STEP 2 (remove_files) COMPLETE
94332026-08-12T01:19:31.805Z[ host-image] Aug 12 01:19:30.671 INFO O| Aug 12 01:19:30.671 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94342026-08-12T01:19:31.814Z[ host-image] Aug 12 01:19:30.679 INFO O| Aug 12 01:19:30.679 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94352026-08-12T01:19:31.814Z[ host-image] Aug 12 01:19:30.680 INFO O| Aug 12 01:19:30.680 INFO STEP 3 (remove_files) COMPLETE
94362026-08-12T01:19:31.815Z[ host-image] Aug 12 01:19:30.680 INFO O| Aug 12 01:19:30.680 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94372026-08-12T01:19:31.824Z[ host-image] Aug 12 01:19:30.687 INFO O| Aug 12 01:19:30.687 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94382026-08-12T01:19:31.824Z[ host-image] Aug 12 01:19:30.690 INFO O| Aug 12 01:19:30.690 INFO STEP 4 (remove_files) COMPLETE
94392026-08-12T01:19:31.824Z[ host-image] Aug 12 01:19:30.690 INFO O| Aug 12 01:19:30.690 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94402026-08-12T01:19:31.830Z[ host-image] Aug 12 01:19:30.699 INFO O| Aug 12 01:19:30.699 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94412026-08-12T01:19:31.830Z[ host-image] Aug 12 01:19:30.701 INFO O| Aug 12 01:19:30.701 INFO STEP 5 (remove_files) COMPLETE
94422026-08-12T01:19:31.830Z[ host-image] Aug 12 01:19:30.701 INFO O| Aug 12 01:19:30.701 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94432026-08-12T01:19:31.834Z[ host-image] Aug 12 01:19:30.709 INFO O| Aug 12 01:19:30.709 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94442026-08-12T01:19:31.845Z[ host-image] Aug 12 01:19:30.719 INFO O| Aug 12 01:19:30.719 INFO STEP 6 (remove_files) COMPLETE
94452026-08-12T01:19:31.845Z[ host-image] Aug 12 01:19:30.719 INFO O| Aug 12 01:19:30.719 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94462026-08-12T01:19:31.849Z[ host-image] Aug 12 01:19:30.719 INFO O| Aug 12 01:19:30.719 INFO skip step because feature "heliosv2" is not enabled
94472026-08-12T01:19:31.849Z[ host-image] Aug 12 01:19:30.719 INFO O| Aug 12 01:19:30.719 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94482026-08-12T01:19:31.856Z[ host-image] Aug 12 01:19:30.728 INFO O| Aug 12 01:19:30.728 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94492026-08-12T01:19:31.864Z[ host-image] Aug 12 01:19:30.739 INFO O| Aug 12 01:19:30.739 INFO STEP 8 (remove_files) COMPLETE
94502026-08-12T01:19:31.873Z[ host-image] Aug 12 01:19:30.739 INFO O| Aug 12 01:19:30.739 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94512026-08-12T01:19:31.893Z[ host-image] Aug 12 01:19:30.748 INFO O| Aug 12 01:19:30.748 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94522026-08-12T01:19:31.941Z[ host-image] Aug 12 01:19:30.814 INFO O| Aug 12 01:19:30.814 INFO STEP 9 (remove_files) COMPLETE
94532026-08-12T01:19:31.941Z[ host-image] Aug 12 01:19:30.814 INFO O| Aug 12 01:19:30.814 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94542026-08-12T01:19:31.947Z[ host-image] Aug 12 01:19:30.823 INFO O| Aug 12 01:19:30.823 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94552026-08-12T01:19:32.037Z[ host-image] Aug 12 01:19:30.902 INFO O| Aug 12 01:19:30.902 INFO STEP 10 (remove_files) COMPLETE
94562026-08-12T01:19:32.037Z[ host-image] Aug 12 01:19:30.902 INFO O| Aug 12 01:19:30.902 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94572026-08-12T01:19:32.079Z[ host-image] Aug 12 01:19:30.911 INFO O| Aug 12 01:19:30.910 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94582026-08-12T01:19:32.079Z[ host-image] Aug 12 01:19:30.913 INFO O| Aug 12 01:19:30.913 INFO STEP 11 (remove_files) COMPLETE
94592026-08-12T01:19:32.079Z[ host-image] Aug 12 01:19:30.913 INFO O| Aug 12 01:19:30.913 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94602026-08-12T01:19:32.079Z[ host-image] Aug 12 01:19:30.922 INFO O| Aug 12 01:19:30.921 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94612026-08-12T01:19:32.079Z[ host-image] Aug 12 01:19:30.922 INFO O| Aug 12 01:19:30.922 INFO STEP 12 (remove_files) COMPLETE
94622026-08-12T01:19:32.079Z[ host-image] Aug 12 01:19:30.922 INFO O| Aug 12 01:19:30.922 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94632026-08-12T01:19:32.079Z[ host-image] Aug 12 01:19:30.931 INFO O| Aug 12 01:19:30.931 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94642026-08-12T01:19:32.079Z[ host-image] Aug 12 01:19:30.932 INFO O| Aug 12 01:19:30.932 INFO STEP 13 (remove_files) COMPLETE
94652026-08-12T01:19:32.079Z[ host-image] Aug 12 01:19:30.932 INFO O| Aug 12 01:19:30.932 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94662026-08-12T01:19:32.110Z[ host-image] Aug 12 01:19:30.964 INFO O| Aug 12 01:19:30.964 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94672026-08-12T01:19:32.139Z[ host-image] Aug 12 01:19:30.994 INFO O| Aug 12 01:19:30.994 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94682026-08-12T01:19:32.298Z[ host-image] Aug 12 01:19:31.170 INFO O| Aug 12 01:19:31.170 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94692026-08-12T01:19:32.298Z[ host-image] Aug 12 01:19:31.170 INFO O| Aug 12 01:19:31.170 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94702026-08-12T01:19:32.312Z[ host-image] Aug 12 01:19:31.171 INFO O| Aug 12 01:19:31.171 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94712026-08-12T01:19:32.312Z[ host-image] Aug 12 01:19:31.171 INFO O| Aug 12 01:19:31.171 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94722026-08-12T01:19:32.312Z[ host-image] Aug 12 01:19:31.171 INFO O| Aug 12 01:19:31.171 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94732026-08-12T01:19:32.312Z[ host-image] Aug 12 01:19:31.171 INFO O| Aug 12 01:19:31.171 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94742026-08-12T01:19:32.312Z[ host-image] Aug 12 01:19:31.171 INFO O| Aug 12 01:19:31.171 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94752026-08-12T01:19:32.312Z[ host-image] Aug 12 01:19:31.171 INFO O| Aug 12 01:19:31.171 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94762026-08-12T01:19:32.312Z[ host-image] Aug 12 01:19:31.171 INFO O| Aug 12 01:19:31.171 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94772026-08-12T01:19:32.312Z[ host-image] Aug 12 01:19:31.171 INFO O| Aug 12 01:19:31.171 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94782026-08-12T01:19:32.312Z[ host-image] Aug 12 01:19:31.171 INFO O| Aug 12 01:19:31.171 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94792026-08-12T01:19:32.312Z[ host-image] Aug 12 01:19:31.171 INFO O| Aug 12 01:19:31.171 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94802026-08-12T01:19:32.312Z[ host-image] Aug 12 01:19:31.171 INFO O| Aug 12 01:19:31.171 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94812026-08-12T01:19:32.312Z[ host-image] Aug 12 01:19:31.171 INFO O| Aug 12 01:19:31.171 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94822026-08-12T01:19:32.312Z[ host-image] Aug 12 01:19:31.171 INFO O| Aug 12 01:19:31.171 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94832026-08-12T01:19:32.312Z[ host-image] Aug 12 01:19:31.172 INFO O| Aug 12 01:19:31.172 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94842026-08-12T01:19:32.312Z[ host-image] Aug 12 01:19:31.172 INFO O| Aug 12 01:19:31.172 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94852026-08-12T01:19:32.312Z[ host-image] Aug 12 01:19:31.172 INFO O| Aug 12 01:19:31.172 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94862026-08-12T01:19:32.312Z[ host-image] Aug 12 01:19:31.179 INFO O| Aug 12 01:19:31.179 INFO STEP 14 (remove_files) COMPLETE
94872026-08-12T01:19:32.312Z[ host-image] Aug 12 01:19:31.179 INFO O| Aug 12 01:19:31.179 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94882026-08-12T01:19:32.322Z[ host-image] Aug 12 01:19:31.188 INFO O| Aug 12 01:19:31.188 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94892026-08-12T01:19:32.322Z[ host-image] Aug 12 01:19:31.189 INFO O| Aug 12 01:19:31.189 INFO STEP 15 (remove_files) COMPLETE
94902026-08-12T01:19:32.322Z[ host-image] Aug 12 01:19:31.189 INFO O| Aug 12 01:19:31.189 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94912026-08-12T01:19:32.331Z[ host-image] Aug 12 01:19:31.197 INFO O| Aug 12 01:19:31.197 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94922026-08-12T01:19:32.332Z[ host-image] Aug 12 01:19:31.202 INFO O| Aug 12 01:19:31.202 INFO STEP 16 (remove_files) COMPLETE
94932026-08-12T01:19:32.332Z[ host-image] Aug 12 01:19:31.202 INFO O| Aug 12 01:19:31.202 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94942026-08-12T01:19:32.354Z[ host-image] Aug 12 01:19:31.211 INFO O| Aug 12 01:19:31.211 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94952026-08-12T01:19:32.354Z[ host-image] Aug 12 01:19:31.211 INFO O| Aug 12 01:19:31.211 INFO STEP 17 (remove_files) COMPLETE
94962026-08-12T01:19:32.354Z[ host-image] Aug 12 01:19:31.211 INFO O| Aug 12 01:19:31.211 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94972026-08-12T01:19:32.366Z[ host-image] Aug 12 01:19:31.218 INFO O| Aug 12 01:19:31.218 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94982026-08-12T01:19:32.366Z[ host-image] Aug 12 01:19:31.220 INFO O| Aug 12 01:19:31.220 INFO STEP 18 (remove_files) COMPLETE
94992026-08-12T01:19:32.366Z[ host-image] Aug 12 01:19:31.220 INFO O| Aug 12 01:19:31.220 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95002026-08-12T01:19:32.366Z[ host-image] Aug 12 01:19:31.227 INFO O| Aug 12 01:19:31.227 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95012026-08-12T01:19:32.366Z[ host-image] Aug 12 01:19:31.228 INFO O| Aug 12 01:19:31.228 INFO STEP 19 (remove_files) COMPLETE
95022026-08-12T01:19:32.366Z[ host-image] Aug 12 01:19:31.228 INFO O| Aug 12 01:19:31.228 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95032026-08-12T01:19:32.385Z[ host-image] Aug 12 01:19:31.237 INFO O| Aug 12 01:19:31.237 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95042026-08-12T01:19:32.385Z[ host-image] Aug 12 01:19:31.237 INFO O| Aug 12 01:19:31.237 INFO STEP 20 (remove_files) COMPLETE
95052026-08-12T01:19:32.385Z[ host-image] Aug 12 01:19:31.237 INFO O| Aug 12 01:19:31.237 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95062026-08-12T01:19:32.385Z[ host-image] Aug 12 01:19:31.245 INFO O| Aug 12 01:19:31.245 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95072026-08-12T01:19:32.385Z[ host-image] Aug 12 01:19:31.245 INFO O| Aug 12 01:19:31.245 INFO STEP 21 (remove_files) COMPLETE
95082026-08-12T01:19:32.385Z[ host-image] Aug 12 01:19:31.245 INFO O| Aug 12 01:19:31.245 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95092026-08-12T01:19:32.396Z[ host-image] Aug 12 01:19:31.254 INFO O| Aug 12 01:19:31.254 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95102026-08-12T01:19:32.396Z[ host-image] Aug 12 01:19:31.254 INFO O| Aug 12 01:19:31.254 INFO STEP 22 (remove_files) COMPLETE
95112026-08-12T01:19:32.396Z[ host-image] Aug 12 01:19:31.254 INFO O| Aug 12 01:19:31.254 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-08-12T01:19:32.396Z[ host-image] Aug 12 01:19:31.262 INFO O| Aug 12 01:19:31.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95132026-08-12T01:19:32.396Z[ host-image] Aug 12 01:19:31.262 INFO O| Aug 12 01:19:31.262 INFO STEP 23 (remove_files) COMPLETE
95142026-08-12T01:19:32.396Z[ host-image] Aug 12 01:19:31.262 INFO O| Aug 12 01:19:31.262 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-08-12T01:19:32.408Z[ host-image] Aug 12 01:19:31.270 INFO O| Aug 12 01:19:31.270 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95162026-08-12T01:19:32.408Z[ host-image] Aug 12 01:19:31.270 INFO O| Aug 12 01:19:31.270 INFO STEP 24 (remove_files) COMPLETE
95172026-08-12T01:19:32.409Z[ host-image] Aug 12 01:19:31.270 INFO O| Aug 12 01:19:31.270 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95182026-08-12T01:19:32.409Z[ host-image] Aug 12 01:19:31.278 INFO O| Aug 12 01:19:31.278 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95192026-08-12T01:19:32.433Z[ host-image] Aug 12 01:19:31.278 INFO O| Aug 12 01:19:31.278 INFO STEP 25 (remove_files) COMPLETE
95202026-08-12T01:19:32.433Z[ host-image] Aug 12 01:19:31.278 INFO O| Aug 12 01:19:31.278 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95212026-08-12T01:19:32.433Z[ host-image] Aug 12 01:19:31.286 INFO O| Aug 12 01:19:31.286 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95222026-08-12T01:19:32.434Z[ host-image] Aug 12 01:19:31.286 INFO O| Aug 12 01:19:31.286 INFO STEP 26 (remove_files) COMPLETE
95232026-08-12T01:19:32.434Z[ host-image] Aug 12 01:19:31.286 INFO O| Aug 12 01:19:31.286 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95242026-08-12T01:19:32.446Z[ host-image] Aug 12 01:19:31.293 INFO O| Aug 12 01:19:31.293 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95252026-08-12T01:19:32.446Z[ host-image] Aug 12 01:19:31.293 INFO O| Aug 12 01:19:31.293 INFO STEP 27 (remove_files) COMPLETE
95262026-08-12T01:19:32.446Z[ host-image] Aug 12 01:19:31.293 INFO O| Aug 12 01:19:31.293 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95272026-08-12T01:19:32.446Z[ host-image] Aug 12 01:19:31.301 INFO O| Aug 12 01:19:31.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95282026-08-12T01:19:32.446Z[ host-image] Aug 12 01:19:31.301 INFO O| Aug 12 01:19:31.301 INFO STEP 28 (remove_files) COMPLETE
95292026-08-12T01:19:32.447Z[ host-image] Aug 12 01:19:31.301 INFO O| Aug 12 01:19:31.301 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95302026-08-12T01:19:32.447Z[ host-image] Aug 12 01:19:31.309 INFO O| Aug 12 01:19:31.309 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95312026-08-12T01:19:32.447Z[ host-image] Aug 12 01:19:31.309 INFO O| Aug 12 01:19:31.309 INFO STEP 29 (remove_files) COMPLETE
95322026-08-12T01:19:32.447Z[ host-image] Aug 12 01:19:31.309 INFO O| Aug 12 01:19:31.309 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95332026-08-12T01:19:32.454Z[ host-image] Aug 12 01:19:31.319 INFO O| Aug 12 01:19:31.319 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95342026-08-12T01:19:32.454Z[ host-image] Aug 12 01:19:31.319 INFO O| Aug 12 01:19:31.319 INFO STEP 30 (remove_files) COMPLETE
95352026-08-12T01:19:32.454Z[ host-image] Aug 12 01:19:31.319 INFO O| Aug 12 01:19:31.319 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95362026-08-12T01:19:32.465Z[ host-image] Aug 12 01:19:31.328 INFO O| Aug 12 01:19:31.328 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95372026-08-12T01:19:32.465Z[ host-image] Aug 12 01:19:31.328 INFO O| Aug 12 01:19:31.328 INFO STEP 31 (remove_files) COMPLETE
95382026-08-12T01:19:32.465Z[ host-image] Aug 12 01:19:31.328 INFO O| Aug 12 01:19:31.328 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95392026-08-12T01:19:32.477Z[ host-image] Aug 12 01:19:31.338 INFO O| Aug 12 01:19:31.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95402026-08-12T01:19:32.477Z[ host-image] Aug 12 01:19:31.338 INFO O| Aug 12 01:19:31.338 INFO STEP 32 (remove_files) COMPLETE
95412026-08-12T01:19:32.477Z[ host-image] Aug 12 01:19:31.338 INFO O| Aug 12 01:19:31.338 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95422026-08-12T01:19:32.477Z[ host-image] Aug 12 01:19:31.346 INFO O| Aug 12 01:19:31.346 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95432026-08-12T01:19:32.477Z[ host-image] Aug 12 01:19:31.346 INFO O| Aug 12 01:19:31.346 INFO STEP 33 (remove_files) COMPLETE
95442026-08-12T01:19:32.477Z[ host-image] Aug 12 01:19:31.346 INFO O| Aug 12 01:19:31.346 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95452026-08-12T01:19:32.491Z[ host-image] Aug 12 01:19:31.355 INFO O| Aug 12 01:19:31.355 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95462026-08-12T01:19:32.491Z[ host-image] Aug 12 01:19:31.355 INFO O| Aug 12 01:19:31.355 INFO STEP 34 (remove_files) COMPLETE
95472026-08-12T01:19:32.491Z[ host-image] Aug 12 01:19:31.355 INFO O| Aug 12 01:19:31.355 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95482026-08-12T01:19:32.497Z[ host-image] Aug 12 01:19:31.363 INFO O| Aug 12 01:19:31.363 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95492026-08-12T01:19:32.497Z[ host-image] Aug 12 01:19:31.363 INFO O| Aug 12 01:19:31.363 INFO STEP 35 (remove_files) COMPLETE
95502026-08-12T01:19:32.497Z[ host-image] Aug 12 01:19:31.363 INFO O| Aug 12 01:19:31.363 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95512026-08-12T01:19:32.497Z[ host-image] Aug 12 01:19:31.372 INFO O| Aug 12 01:19:31.372 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95522026-08-12T01:19:32.497Z[ host-image] Aug 12 01:19:31.372 INFO O| Aug 12 01:19:31.372 INFO STEP 36 (remove_files) COMPLETE
95532026-08-12T01:19:32.497Z[ host-image] Aug 12 01:19:31.372 INFO O| Aug 12 01:19:31.372 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95542026-08-12T01:19:32.511Z[ host-image] Aug 12 01:19:31.381 INFO O| Aug 12 01:19:31.381 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95552026-08-12T01:19:32.511Z[ host-image] Aug 12 01:19:31.381 INFO O| Aug 12 01:19:31.381 INFO STEP 37 (remove_files) COMPLETE
95562026-08-12T01:19:32.511Z[ host-image] Aug 12 01:19:31.381 INFO O| Aug 12 01:19:31.381 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-08-12T01:19:32.523Z[ host-image] Aug 12 01:19:31.391 INFO O| Aug 12 01:19:31.390 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95582026-08-12T01:19:32.523Z[ host-image] Aug 12 01:19:31.391 INFO O| Aug 12 01:19:31.391 INFO STEP 38 (remove_files) COMPLETE
95592026-08-12T01:19:32.523Z[ host-image] Aug 12 01:19:31.391 INFO O| Aug 12 01:19:31.391 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-08-12T01:19:32.535Z[ host-image] Aug 12 01:19:31.399 INFO O| Aug 12 01:19:31.399 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95612026-08-12T01:19:32.535Z[ host-image] Aug 12 01:19:31.399 INFO O| Aug 12 01:19:31.399 INFO STEP 39 (remove_files) COMPLETE
95622026-08-12T01:19:32.535Z[ host-image] Aug 12 01:19:31.399 INFO O| Aug 12 01:19:31.399 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-08-12T01:19:32.545Z[ host-image] Aug 12 01:19:31.407 INFO O| Aug 12 01:19:31.407 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95642026-08-12T01:19:32.545Z[ host-image] Aug 12 01:19:31.407 INFO O| Aug 12 01:19:31.407 INFO STEP 40 (remove_files) COMPLETE
95652026-08-12T01:19:32.545Z[ host-image] Aug 12 01:19:31.407 INFO O| Aug 12 01:19:31.407 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-08-12T01:19:32.545Z[ host-image] Aug 12 01:19:31.415 INFO O| Aug 12 01:19:31.415 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95672026-08-12T01:19:32.545Z[ host-image] Aug 12 01:19:31.415 INFO O| Aug 12 01:19:31.415 INFO STEP 41 (remove_files) COMPLETE
95682026-08-12T01:19:32.545Z[ host-image] Aug 12 01:19:31.415 INFO O| Aug 12 01:19:31.415 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95692026-08-12T01:19:32.560Z[ host-image] Aug 12 01:19:31.425 INFO O| Aug 12 01:19:31.425 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95702026-08-12T01:19:32.561Z[ host-image] Aug 12 01:19:31.425 INFO O| Aug 12 01:19:31.425 INFO STEP 42 (remove_files) COMPLETE
95712026-08-12T01:19:32.561Z[ host-image] Aug 12 01:19:31.425 INFO O| Aug 12 01:19:31.425 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-08-12T01:19:32.568Z[ host-image] Aug 12 01:19:31.433 INFO O| Aug 12 01:19:31.433 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95732026-08-12T01:19:32.568Z[ host-image] Aug 12 01:19:31.433 INFO O| Aug 12 01:19:31.433 INFO STEP 43 (remove_files) COMPLETE
95742026-08-12T01:19:32.569Z[ host-image] Aug 12 01:19:31.433 INFO O| Aug 12 01:19:31.433 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95752026-08-12T01:19:32.569Z[ host-image] Aug 12 01:19:31.441 INFO O| Aug 12 01:19:31.441 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95762026-08-12T01:19:32.569Z[ host-image] Aug 12 01:19:31.441 INFO O| Aug 12 01:19:31.441 INFO STEP 44 (remove_files) COMPLETE
95772026-08-12T01:19:32.569Z[ host-image] Aug 12 01:19:31.441 INFO O| Aug 12 01:19:31.441 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-08-12T01:19:32.578Z[ host-image] Aug 12 01:19:31.452 INFO O| Aug 12 01:19:31.452 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95792026-08-12T01:19:32.585Z[ host-image] Aug 12 01:19:31.452 INFO O| Aug 12 01:19:31.452 INFO STEP 45 (remove_files) COMPLETE
95802026-08-12T01:19:32.585Z[ host-image] Aug 12 01:19:31.452 INFO O| Aug 12 01:19:31.452 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95812026-08-12T01:19:32.604Z[ host-image] Aug 12 01:19:31.461 INFO O| Aug 12 01:19:31.461 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95822026-08-12T01:19:32.604Z[ host-image] Aug 12 01:19:31.462 INFO O| Aug 12 01:19:31.461 INFO STEP 46 (remove_files) COMPLETE
95832026-08-12T01:19:32.604Z[ host-image] Aug 12 01:19:31.462 INFO O| Aug 12 01:19:31.461 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95842026-08-12T01:19:32.612Z[ host-image] Aug 12 01:19:31.470 INFO O| Aug 12 01:19:31.470 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95852026-08-12T01:19:32.612Z[ host-image] Aug 12 01:19:31.470 INFO O| Aug 12 01:19:31.470 INFO STEP 47 (remove_files) COMPLETE
95862026-08-12T01:19:32.612Z[ host-image] Aug 12 01:19:31.470 INFO O| Aug 12 01:19:31.470 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95872026-08-12T01:19:32.612Z[ host-image] Aug 12 01:19:31.480 INFO O| Aug 12 01:19:31.480 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95882026-08-12T01:19:32.612Z[ host-image] Aug 12 01:19:31.480 INFO O| Aug 12 01:19:31.480 INFO STEP 48 (remove_files) COMPLETE
95892026-08-12T01:19:32.612Z[ host-image] Aug 12 01:19:31.480 INFO O| Aug 12 01:19:31.480 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95902026-08-12T01:19:32.625Z[ host-image] Aug 12 01:19:31.489 INFO O| Aug 12 01:19:31.489 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95912026-08-12T01:19:32.626Z[ host-image] Aug 12 01:19:31.489 INFO O| Aug 12 01:19:31.489 INFO STEP 49 (remove_files) COMPLETE
95922026-08-12T01:19:32.626Z[ host-image] Aug 12 01:19:31.489 INFO O| Aug 12 01:19:31.489 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-08-12T01:19:32.648Z[ host-image] Aug 12 01:19:31.497 INFO O| Aug 12 01:19:31.497 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95942026-08-12T01:19:32.648Z[ host-image] Aug 12 01:19:31.497 INFO O| Aug 12 01:19:31.497 INFO STEP 50 (remove_files) COMPLETE
95952026-08-12T01:19:32.648Z[ host-image] Aug 12 01:19:31.497 INFO O| Aug 12 01:19:31.497 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95962026-08-12T01:19:32.648Z[ host-image] Aug 12 01:19:31.505 INFO O| Aug 12 01:19:31.505 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95972026-08-12T01:19:32.648Z[ host-image] Aug 12 01:19:31.505 INFO O| Aug 12 01:19:31.505 INFO STEP 51 (remove_files) COMPLETE
95982026-08-12T01:19:32.648Z[ host-image] Aug 12 01:19:31.505 INFO O| Aug 12 01:19:31.505 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95992026-08-12T01:19:32.659Z[ host-image] Aug 12 01:19:31.514 INFO O| Aug 12 01:19:31.514 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96002026-08-12T01:19:32.659Z[ host-image] Aug 12 01:19:31.514 INFO O| Aug 12 01:19:31.514 INFO STEP 52 (remove_files) COMPLETE
96012026-08-12T01:19:32.659Z[ host-image] Aug 12 01:19:31.514 INFO O| Aug 12 01:19:31.514 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96022026-08-12T01:19:32.659Z[ host-image] Aug 12 01:19:31.523 INFO O| Aug 12 01:19:31.523 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96032026-08-12T01:19:32.659Z[ host-image] Aug 12 01:19:31.523 INFO O| Aug 12 01:19:31.523 INFO STEP 53 (remove_files) COMPLETE
96042026-08-12T01:19:32.659Z[ host-image] Aug 12 01:19:31.523 INFO O| Aug 12 01:19:31.523 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-08-12T01:19:32.671Z[ host-image] Aug 12 01:19:31.533 INFO O| Aug 12 01:19:31.533 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96062026-08-12T01:19:32.671Z[ host-image] Aug 12 01:19:31.533 INFO O| Aug 12 01:19:31.533 INFO STEP 54 (remove_files) COMPLETE
96072026-08-12T01:19:32.671Z[ host-image] Aug 12 01:19:31.533 INFO O| Aug 12 01:19:31.533 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96082026-08-12T01:19:32.671Z[ host-image] Aug 12 01:19:31.541 INFO O| Aug 12 01:19:31.541 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96092026-08-12T01:19:32.671Z[ host-image] Aug 12 01:19:31.541 INFO O| Aug 12 01:19:31.541 INFO STEP 55 (remove_files) COMPLETE
96102026-08-12T01:19:32.671Z[ host-image] Aug 12 01:19:31.541 INFO O| Aug 12 01:19:31.541 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96112026-08-12T01:19:32.685Z[ host-image] Aug 12 01:19:31.551 INFO O| Aug 12 01:19:31.551 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96122026-08-12T01:19:32.685Z[ host-image] Aug 12 01:19:31.551 INFO O| Aug 12 01:19:31.551 INFO STEP 56 (remove_files) COMPLETE
96132026-08-12T01:19:32.685Z[ host-image] Aug 12 01:19:31.551 INFO O| Aug 12 01:19:31.551 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96142026-08-12T01:19:32.702Z[ host-image] Aug 12 01:19:31.561 INFO O| Aug 12 01:19:31.561 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96152026-08-12T01:19:32.703Z[ host-image] Aug 12 01:19:31.561 INFO O| Aug 12 01:19:31.561 INFO STEP 57 (remove_files) COMPLETE
96162026-08-12T01:19:32.703Z[ host-image] Aug 12 01:19:31.561 INFO O| Aug 12 01:19:31.561 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96172026-08-12T01:19:32.727Z[ host-image] Aug 12 01:19:31.570 INFO O| Aug 12 01:19:31.570 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96182026-08-12T01:19:32.727Z[ host-image] Aug 12 01:19:31.570 INFO O| Aug 12 01:19:31.570 INFO STEP 58 (remove_files) COMPLETE
96192026-08-12T01:19:32.727Z[ host-image] Aug 12 01:19:31.570 INFO O| Aug 12 01:19:31.570 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96202026-08-12T01:19:32.727Z[ host-image] Aug 12 01:19:31.579 INFO O| Aug 12 01:19:31.579 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96212026-08-12T01:19:32.727Z[ host-image] Aug 12 01:19:31.580 INFO O| Aug 12 01:19:31.580 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96222026-08-12T01:19:32.727Z[ host-image] Aug 12 01:19:31.580 INFO O| Aug 12 01:19:31.580 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96232026-08-12T01:19:32.727Z[ host-image] Aug 12 01:19:31.580 INFO O| Aug 12 01:19:31.580 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96242026-08-12T01:19:32.727Z[ host-image] Aug 12 01:19:31.580 INFO O| Aug 12 01:19:31.580 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96252026-08-12T01:19:32.727Z[ host-image] Aug 12 01:19:31.580 INFO O| Aug 12 01:19:31.580 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96262026-08-12T01:19:32.727Z[ host-image] Aug 12 01:19:31.580 INFO O| Aug 12 01:19:31.580 INFO ok!
96272026-08-12T01:19:32.727Z[ host-image] Aug 12 01:19:31.580 INFO O| Aug 12 01:19:31.580 INFO STEP 59 (ensure_file) COMPLETE
96282026-08-12T01:19:32.727Z[ host-image] Aug 12 01:19:31.580 INFO O| Aug 12 01:19:31.580 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96292026-08-12T01:19:32.727Z[ host-image] Aug 12 01:19:31.591 INFO O| Aug 12 01:19:31.591 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96302026-08-12T01:19:32.727Z[ host-image] Aug 12 01:19:31.591 INFO O| Aug 12 01:19:31.591 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96312026-08-12T01:19:32.728Z[ host-image] Aug 12 01:19:31.591 INFO O| Aug 12 01:19:31.591 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96322026-08-12T01:19:32.728Z[ host-image] Aug 12 01:19:31.591 INFO O| Aug 12 01:19:31.591 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96332026-08-12T01:19:32.728Z[ host-image] Aug 12 01:19:31.591 INFO O| Aug 12 01:19:31.591 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96342026-08-12T01:19:32.728Z[ host-image] Aug 12 01:19:31.591 INFO O| Aug 12 01:19:31.591 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96352026-08-12T01:19:32.728Z[ host-image] Aug 12 01:19:31.591 INFO O| Aug 12 01:19:31.591 INFO ok!
96362026-08-12T01:19:32.728Z[ host-image] Aug 12 01:19:31.591 INFO O| Aug 12 01:19:31.591 INFO STEP 60 (ensure_file) COMPLETE
96372026-08-12T01:19:32.728Z[ host-image] Aug 12 01:19:31.591 INFO O| Aug 12 01:19:31.591 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96382026-08-12T01:19:32.736Z[ host-image] Aug 12 01:19:31.600 INFO O| Aug 12 01:19:31.600 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96392026-08-12T01:19:32.736Z[ host-image] Aug 12 01:19:31.600 INFO O| Aug 12 01:19:31.600 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96402026-08-12T01:19:32.736Z[ host-image] Aug 12 01:19:31.601 INFO O| Aug 12 01:19:31.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96412026-08-12T01:19:32.736Z[ host-image] Aug 12 01:19:31.601 INFO O| Aug 12 01:19:31.601 INFO ok!
96422026-08-12T01:19:32.736Z[ host-image] Aug 12 01:19:31.601 INFO O| Aug 12 01:19:31.601 INFO STEP 61 (ensure_file) COMPLETE
96432026-08-12T01:19:32.736Z[ host-image] Aug 12 01:19:31.601 INFO O| Aug 12 01:19:31.601 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96442026-08-12T01:19:32.747Z[ host-image] Aug 12 01:19:31.611 INFO O| Aug 12 01:19:31.611 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96452026-08-12T01:19:32.747Z[ host-image] Aug 12 01:19:31.611 INFO O| Aug 12 01:19:31.611 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96462026-08-12T01:19:32.747Z[ host-image] Aug 12 01:19:31.611 INFO O| Aug 12 01:19:31.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96472026-08-12T01:19:32.747Z[ host-image] Aug 12 01:19:31.611 INFO O| Aug 12 01:19:31.611 INFO ok!
96482026-08-12T01:19:32.748Z[ host-image] Aug 12 01:19:31.611 INFO O| Aug 12 01:19:31.611 INFO STEP 62 (ensure_file) COMPLETE
96492026-08-12T01:19:32.748Z[ host-image] Aug 12 01:19:31.611 INFO O| Aug 12 01:19:31.611 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96502026-08-12T01:19:32.760Z[ host-image] Aug 12 01:19:31.621 INFO O| Aug 12 01:19:31.621 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96512026-08-12T01:19:32.760Z[ host-image] Aug 12 01:19:31.621 INFO O| Aug 12 01:19:31.621 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96522026-08-12T01:19:32.761Z[ host-image] Aug 12 01:19:31.621 INFO O| Aug 12 01:19:31.621 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96532026-08-12T01:19:32.761Z[ host-image] Aug 12 01:19:31.621 INFO O| Aug 12 01:19:31.621 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96542026-08-12T01:19:32.761Z[ host-image] Aug 12 01:19:31.621 INFO O| Aug 12 01:19:31.621 INFO ok!
96552026-08-12T01:19:32.761Z[ host-image] Aug 12 01:19:31.621 INFO O| Aug 12 01:19:31.621 INFO STEP 63 (ensure_file) COMPLETE
96562026-08-12T01:19:32.761Z[ host-image] Aug 12 01:19:31.621 INFO O| Aug 12 01:19:31.621 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96572026-08-12T01:19:32.761Z[ host-image] Aug 12 01:19:31.630 INFO O| Aug 12 01:19:31.630 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96582026-08-12T01:19:32.761Z[ host-image] Aug 12 01:19:31.630 INFO O| Aug 12 01:19:31.630 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96592026-08-12T01:19:32.761Z[ host-image] Aug 12 01:19:31.630 INFO O| Aug 12 01:19:31.630 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96602026-08-12T01:19:32.761Z[ host-image] Aug 12 01:19:31.630 INFO O| Aug 12 01:19:31.630 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96612026-08-12T01:19:32.761Z[ host-image] Aug 12 01:19:31.630 INFO O| Aug 12 01:19:31.630 INFO ok!
96622026-08-12T01:19:32.761Z[ host-image] Aug 12 01:19:31.630 INFO O| Aug 12 01:19:31.630 INFO STEP 64 (ensure_file) COMPLETE
96632026-08-12T01:19:32.761Z[ host-image] Aug 12 01:19:31.630 INFO O| Aug 12 01:19:31.630 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96642026-08-12T01:19:32.774Z[ host-image] Aug 12 01:19:31.639 INFO O| Aug 12 01:19:31.639 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96652026-08-12T01:19:32.775Z[ host-image] Aug 12 01:19:31.639 INFO O| Aug 12 01:19:31.639 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96662026-08-12T01:19:32.775Z[ host-image] Aug 12 01:19:31.639 INFO O| Aug 12 01:19:31.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96672026-08-12T01:19:32.775Z[ host-image] Aug 12 01:19:31.639 INFO O| Aug 12 01:19:31.639 INFO ok!
96682026-08-12T01:19:32.775Z[ host-image] Aug 12 01:19:31.639 INFO O| Aug 12 01:19:31.639 INFO STEP 65 (assemble_files) COMPLETE
96692026-08-12T01:19:32.775Z[ host-image] Aug 12 01:19:31.639 INFO O| Aug 12 01:19:31.639 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96702026-08-12T01:19:32.790Z[ host-image] Aug 12 01:19:31.648 INFO O| Aug 12 01:19:31.648 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96712026-08-12T01:19:32.790Z[ host-image] Aug 12 01:19:31.648 INFO O| Aug 12 01:19:31.648 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96722026-08-12T01:19:32.790Z[ host-image] Aug 12 01:19:31.648 INFO O| Aug 12 01:19:31.648 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96732026-08-12T01:19:32.790Z[ host-image] Aug 12 01:19:31.648 INFO O| Aug 12 01:19:31.648 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96742026-08-12T01:19:32.790Z[ host-image] Aug 12 01:19:31.648 INFO O| Aug 12 01:19:31.648 INFO ok!
96752026-08-12T01:19:32.790Z[ host-image] Aug 12 01:19:31.648 INFO O| Aug 12 01:19:31.648 INFO STEP 66 (ensure_file) COMPLETE
96762026-08-12T01:19:32.790Z[ host-image] Aug 12 01:19:31.648 INFO O| Aug 12 01:19:31.648 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96772026-08-12T01:19:32.790Z[ host-image] Aug 12 01:19:31.657 INFO O| Aug 12 01:19:31.657 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96782026-08-12T01:19:32.790Z[ host-image] Aug 12 01:19:31.658 INFO O| Aug 12 01:19:31.658 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96792026-08-12T01:19:32.790Z[ host-image] Aug 12 01:19:31.658 INFO O| Aug 12 01:19:31.658 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96802026-08-12T01:19:32.791Z[ host-image] Aug 12 01:19:31.658 INFO O| Aug 12 01:19:31.658 INFO STEP 67 (ensure_dir) COMPLETE
96812026-08-12T01:19:32.791Z[ host-image] Aug 12 01:19:31.658 INFO O| Aug 12 01:19:31.658 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96822026-08-12T01:19:32.800Z[ host-image] Aug 12 01:19:31.666 INFO O| Aug 12 01:19:31.666 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96832026-08-12T01:19:32.800Z[ host-image] Aug 12 01:19:31.666 INFO O| Aug 12 01:19:31.666 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 ...
96842026-08-12T01:19:32.808Z[ host-image] Aug 12 01:19:31.672 INFO O| Aug 12 01:19:31.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
96852026-08-12T01:19:32.808Z[ host-image] Aug 12 01:19:31.672 INFO O| Aug 12 01:19:31.672 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96862026-08-12T01:19:32.808Z[ host-image] Aug 12 01:19:31.672 INFO O| Aug 12 01:19:31.672 INFO ok!
96872026-08-12T01:19:32.808Z[ host-image] Aug 12 01:19:31.672 INFO O| Aug 12 01:19:31.672 INFO STEP 68 (ensure_file) COMPLETE
96882026-08-12T01:19:32.808Z[ host-image] Aug 12 01:19:31.672 INFO O| Aug 12 01:19:31.672 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96892026-08-12T01:19:32.832Z[ host-image] Aug 12 01:19:31.682 INFO O| Aug 12 01:19:31.682 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96902026-08-12T01:19:32.832Z[ host-image] Aug 12 01:19:31.682 INFO O| Aug 12 01:19:31.682 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 ...
96912026-08-12T01:19:32.832Z[ host-image] Aug 12 01:19:31.682 INFO O| Aug 12 01:19:31.682 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
96922026-08-12T01:19:32.833Z[ host-image] Aug 12 01:19:31.682 INFO O| Aug 12 01:19:31.682 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96932026-08-12T01:19:32.833Z[ host-image] Aug 12 01:19:31.682 INFO O| Aug 12 01:19:31.682 INFO ok!
96942026-08-12T01:19:32.833Z[ host-image] Aug 12 01:19:31.682 INFO O| Aug 12 01:19:31.682 INFO STEP 69 (ensure_file) COMPLETE
96952026-08-12T01:19:32.833Z[ host-image] Aug 12 01:19:31.682 INFO O| Aug 12 01:19:31.682 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96962026-08-12T01:19:32.852Z[ host-image] Aug 12 01:19:31.695 INFO O| Aug 12 01:19:31.695 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96972026-08-12T01:19:32.852Z[ host-image] Aug 12 01:19:31.695 INFO O| Aug 12 01:19:31.695 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96982026-08-12T01:19:34.327Z[ host-image] Aug 12 01:19:33.203 INFO O| Aug 12 01:19:33.203 INFO STEP 70 (pack_tar) COMPLETE
96992026-08-12T01:19:34.327Z[ host-image] Aug 12 01:19:33.203 INFO O| Aug 12 01:19:33.203 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97002026-08-12T01:19:34.335Z[ host-image] Aug 12 01:19:33.203 INFO O| Aug 12 01:19:33.203 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97012026-08-12T01:19:34.842Z[ host-image] Aug 12 01:19:33.718 INFO O| Aug 12 01:19:33.718 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97022026-08-12T01:19:34.962Z[ host-image] Aug 12 01:19:33.829 INFO O| Aug 12 01:19:33.828 INFO completed processing sled/ramdisk-02-trim
97032026-08-12T01:19:34.971Z[ host-image] Aug 12 01:19:33.831 INFO image builder template: zfs...
97042026-08-12T01:19:34.971Z[ host-image] Aug 12 01:19:33.831 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/.tmpKgS5xv/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
97052026-08-12T01:19:34.979Z[ host-image] Aug 12 01:19:33.844 INFO O| Aug 12 01:19:33.844 INFO skip include "stress" because feature "stress" is not enabled
97062026-08-12T01:19:34.979Z[ host-image] Aug 12 01:19:33.844 INFO O| Aug 12 01:19:33.844 INFO skip include "stress" because feature "compliance" is not enabled
97072026-08-12T01:19:35.000Z[ host-image] Aug 12 01:19:33.874 INFO O| Aug 12 01:19:33.874 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97082026-08-12T01:19:35.010Z[ host-image] Aug 12 01:19:33.879 INFO O| Aug 12 01:19:33.879 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97092026-08-12T01:19:35.099Z[ host-image] Aug 12 01:19:33.971 INFO O| Aug 12 01:19:33.971 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97102026-08-12T01:19:35.174Z[ host-image] Aug 12 01:19:34.047 INFO O| Aug 12 01:19:34.047 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97112026-08-12T01:19:35.174Z[ host-image] Aug 12 01:19:34.047 INFO O| Aug 12 01:19:34.047 INFO work dataset: rpool/images/build/host/work/sled/zfs
97122026-08-12T01:19:35.179Z[ host-image] Aug 12 01:19:34.051 INFO O| Aug 12 01:19:34.051 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97132026-08-12T01:19:35.340Z[ host-image] Aug 12 01:19:34.211 INFO O| Aug 12 01:19:34.211 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97142026-08-12T01:19:35.503Z[ host-image] Aug 12 01:19:34.308 INFO O| Aug 12 01:19:34.308 INFO DESTROY POOL: TEMPORARY-sled-zfs
97152026-08-12T01:19:35.509Z[ host-image] Aug 12 01:19:34.317 INFO O| Aug 12 01:19:34.317 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97162026-08-12T01:19:35.509Z[ host-image] Aug 12 01:19:34.322 INFO O| Aug 12 01:19:34.322 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97172026-08-12T01:19:35.510Z[ host-image] Aug 12 01:19:34.322 INFO O| Aug 12 01:19:34.322 INFO no lofi found
97182026-08-12T01:19:35.510Z[ host-image] Aug 12 01:19:34.322 INFO O| Aug 12 01:19:34.322 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97192026-08-12T01:19:35.510Z[ host-image] Aug 12 01:19:34.322 INFO O| Aug 12 01:19:34.322 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97202026-08-12T01:19:37.131Z[ host-image] Aug 12 01:19:36.001 INFO O| Aug 12 01:19:36.001 INFO lofi device = /dev/dsk/c2t1d0p0
97212026-08-12T01:19:37.131Z[ host-image] Aug 12 01:19:36.001 INFO O| Aug 12 01:19:36.001 INFO pool device = /dev/dsk/c2t1d0p0
97222026-08-12T01:19:37.146Z[ host-image] Aug 12 01:19:36.001 INFO O| Aug 12 01:19:36.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
97232026-08-12T01:19:37.223Z[ host-image] Aug 12 01:19:36.089 INFO O| Aug 12 01:19:36.089 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97242026-08-12T01:19:37.223Z[ host-image] Aug 12 01:19:36.089 INFO O| Aug 12 01:19:36.089 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97252026-08-12T01:19:37.235Z[ host-image] Aug 12 01:19:36.110 INFO O| Aug 12 01:19:36.110 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97262026-08-12T01:19:37.286Z[ host-image] Aug 12 01:19:36.161 INFO O| Aug 12 01:19:36.161 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97272026-08-12T01:19:37.322Z[ host-image] Aug 12 01:19:36.190 INFO O| Aug 12 01:19:36.190 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97282026-08-12T01:19:37.330Z[ host-image] Aug 12 01:19:36.204 INFO O| Aug 12 01:19:36.204 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97292026-08-12T01:19:37.351Z[ host-image] Aug 12 01:19:36.217 INFO O| Aug 12 01:19:36.217 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97302026-08-12T01:19:37.379Z[ host-image] Aug 12 01:19:36.254 INFO O| Aug 12 01:19:36.254 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97312026-08-12T01:19:37.379Z[ host-image] Aug 12 01:19:36.254 INFO O| Aug 12 01:19:36.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97322026-08-12T01:19:37.401Z[ host-image] Aug 12 01:19:36.254 INFO O| Aug 12 01:19:36.254 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97332026-08-12T01:19:37.401Z[ host-image] Aug 12 01:19:36.263 INFO O| Aug 12 01:19:36.263 INFO boot environment UUID: 136abecb-18f5-4696-823e-56e4be4150f3
97342026-08-12T01:19:37.401Z[ host-image] Aug 12 01:19:36.263 INFO O| Aug 12 01:19:36.263 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 136abecb-18f5-4696-823e-56e4be4150f3
97352026-08-12T01:19:37.407Z[ host-image] Aug 12 01:19:36.273 INFO O| Aug 12 01:19:36.273 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97362026-08-12T01:19:37.415Z[ host-image] Aug 12 01:19:36.284 INFO O| Aug 12 01:19:36.284 INFO STEP 0 (create_be) COMPLETE
97372026-08-12T01:19:37.415Z[ host-image] Aug 12 01:19:36.284 INFO O| Aug 12 01:19:36.284 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97382026-08-12T01:19:37.431Z[ host-image] Aug 12 01:19:36.300 INFO O| Aug 12 01:19:36.300 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97392026-08-12T01:19:46.894Z[ host-image] Aug 12 01:19:45.763 INFO O| Aug 12 01:19:45.761 INFO STEP 1 (unpack_tar) COMPLETE
97402026-08-12T01:19:46.907Z[ host-image] Aug 12 01:19:45.763 INFO O| Aug 12 01:19:45.761 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97412026-08-12T01:19:46.907Z[ host-image] Aug 12 01:19:45.775 INFO O| Aug 12 01:19:45.774 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97422026-08-12T01:19:47.214Z[ host-image] Aug 12 01:19:46.080 INFO O| Aug 12 01:19:46.080 INFO STEP 2 (devfsadm) COMPLETE
97432026-08-12T01:19:47.214Z[ host-image] Aug 12 01:19:46.080 INFO O| Aug 12 01:19:46.080 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97442026-08-12T01:19:47.239Z[ host-image] Aug 12 01:19:46.089 INFO O| Aug 12 01:19:46.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97452026-08-12T01:19:47.239Z[ host-image] Aug 12 01:19:46.089 INFO O| Aug 12 01:19:46.089 INFO STEP 3 (ensure_dir) COMPLETE
97462026-08-12T01:19:47.239Z[ host-image] Aug 12 01:19:46.089 INFO O| Aug 12 01:19:46.089 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97472026-08-12T01:19:47.239Z[ host-image] Aug 12 01:19:46.096 INFO O| Aug 12 01:19:46.096 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97482026-08-12T01:19:47.239Z[ host-image] Aug 12 01:19:46.096 INFO O| Aug 12 01:19:46.096 INFO STEP 4 (ensure_dir) COMPLETE
97492026-08-12T01:19:47.239Z[ host-image] Aug 12 01:19:46.096 INFO O| Aug 12 01:19:46.096 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97502026-08-12T01:19:47.239Z[ host-image] Aug 12 01:19:46.104 INFO O| Aug 12 01:19:46.104 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97512026-08-12T01:19:47.239Z[ host-image] Aug 12 01:19:46.104 INFO O| Aug 12 01:19:46.104 INFO STEP 5 (ensure_dir) COMPLETE
97522026-08-12T01:19:47.239Z[ host-image] Aug 12 01:19:46.104 INFO O| Aug 12 01:19:46.104 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97532026-08-12T01:19:47.251Z[ host-image] Aug 12 01:19:46.111 INFO O| Aug 12 01:19:46.111 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97542026-08-12T01:19:47.251Z[ host-image] Aug 12 01:19:46.111 INFO O| Aug 12 01:19:46.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97552026-08-12T01:19:47.251Z[ host-image] Aug 12 01:19:46.111 INFO O| Aug 12 01:19:46.111 INFO STEP 6 (ensure_dir) COMPLETE
97562026-08-12T01:19:47.251Z[ host-image] Aug 12 01:19:46.111 INFO O| Aug 12 01:19:46.111 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97572026-08-12T01:19:47.251Z[ host-image] Aug 12 01:19:46.122 INFO O| Aug 12 01:19:46.121 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97582026-08-12T01:19:47.251Z[ host-image] Aug 12 01:19:46.122 INFO O| Aug 12 01:19:46.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97592026-08-12T01:19:47.252Z[ host-image] Aug 12 01:19:46.122 INFO O| Aug 12 01:19:46.122 INFO STEP 7 (ensure_dir) COMPLETE
97602026-08-12T01:19:47.252Z[ host-image] Aug 12 01:19:46.122 INFO O| Aug 12 01:19:46.122 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97612026-08-12T01:19:47.263Z[ host-image] Aug 12 01:19:46.129 INFO O| Aug 12 01:19:46.129 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97622026-08-12T01:19:47.263Z[ host-image] Aug 12 01:19:46.130 INFO O| Aug 12 01:19:46.130 INFO STEP 8 (remove_files) COMPLETE
97632026-08-12T01:19:47.263Z[ host-image] Aug 12 01:19:46.130 INFO O| Aug 12 01:19:46.130 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97642026-08-12T01:19:47.263Z[ host-image] Aug 12 01:19:46.137 INFO O| Aug 12 01:19:46.137 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97652026-08-12T01:19:47.263Z[ host-image] Aug 12 01:19:46.138 INFO O| Aug 12 01:19:46.138 INFO STEP 9 (remove_files) COMPLETE
97662026-08-12T01:19:47.263Z[ host-image] Aug 12 01:19:46.138 INFO O| Aug 12 01:19:46.138 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97672026-08-12T01:19:47.284Z[ host-image] Aug 12 01:19:46.149 INFO O| Aug 12 01:19:46.148 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97682026-08-12T01:19:47.284Z[ host-image] Aug 12 01:19:46.149 INFO O| Aug 12 01:19:46.149 INFO STEP 10 (remove_files) COMPLETE
97692026-08-12T01:19:47.284Z[ host-image] Aug 12 01:19:46.149 INFO O| Aug 12 01:19:46.149 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97702026-08-12T01:19:47.284Z[ host-image] Aug 12 01:19:46.158 INFO O| Aug 12 01:19:46.158 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97712026-08-12T01:19:47.284Z[ host-image] Aug 12 01:19:46.158 INFO O| Aug 12 01:19:46.158 INFO STEP 11 (remove_files) COMPLETE
97722026-08-12T01:19:47.284Z[ host-image] Aug 12 01:19:46.158 INFO O| Aug 12 01:19:46.158 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97732026-08-12T01:19:47.294Z[ host-image] Aug 12 01:19:46.165 INFO O| Aug 12 01:19:46.165 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97742026-08-12T01:19:47.295Z[ host-image] Aug 12 01:19:46.165 INFO O| Aug 12 01:19:46.165 INFO STEP 12 (remove_files) COMPLETE
97752026-08-12T01:19:47.295Z[ host-image] Aug 12 01:19:46.166 INFO O| Aug 12 01:19:46.165 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97762026-08-12T01:19:47.306Z[ host-image] Aug 12 01:19:46.172 INFO O| Aug 12 01:19:46.172 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97772026-08-12T01:19:47.306Z[ host-image] Aug 12 01:19:46.172 INFO O| Aug 12 01:19:46.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97782026-08-12T01:19:47.306Z[ host-image] Aug 12 01:19:46.172 INFO O| Aug 12 01:19:46.172 INFO STEP 13 (ensure_dir) COMPLETE
97792026-08-12T01:19:47.306Z[ host-image] Aug 12 01:19:46.173 INFO O| Aug 12 01:19:46.172 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97802026-08-12T01:19:47.307Z[ host-image] Aug 12 01:19:46.182 INFO O| Aug 12 01:19:46.182 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97812026-08-12T01:19:47.307Z[ host-image] Aug 12 01:19:46.182 INFO O| Aug 12 01:19:46.182 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97822026-08-12T01:19:47.307Z[ host-image] Aug 12 01:19:46.182 INFO O| Aug 12 01:19:46.182 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97832026-08-12T01:19:47.307Z[ host-image] Aug 12 01:19:46.182 INFO O| Aug 12 01:19:46.182 INFO STEP 14 (ensure_dir) COMPLETE
97842026-08-12T01:19:47.307Z[ host-image] Aug 12 01:19:46.182 INFO O| Aug 12 01:19:46.182 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97852026-08-12T01:19:47.321Z[ host-image] Aug 12 01:19:46.189 INFO O| Aug 12 01:19:46.189 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97862026-08-12T01:19:47.321Z[ host-image] Aug 12 01:19:46.189 INFO O| Aug 12 01:19:46.189 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97872026-08-12T01:19:47.321Z[ host-image] Aug 12 01:19:46.189 INFO O| Aug 12 01:19:46.189 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97882026-08-12T01:19:47.321Z[ host-image] Aug 12 01:19:46.189 INFO O| Aug 12 01:19:46.189 INFO STEP 15 (ensure_dir) COMPLETE
97892026-08-12T01:19:47.321Z[ host-image] Aug 12 01:19:46.190 INFO O| Aug 12 01:19:46.189 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97902026-08-12T01:19:47.322Z[ host-image] Aug 12 01:19:46.196 INFO O| Aug 12 01:19:46.196 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97912026-08-12T01:19:47.322Z[ host-image] Aug 12 01:19:46.196 INFO O| Aug 12 01:19:46.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97922026-08-12T01:19:47.322Z[ host-image] Aug 12 01:19:46.196 INFO O| Aug 12 01:19:46.196 INFO STEP 16 (ensure_dir) COMPLETE
97932026-08-12T01:19:47.322Z[ host-image] Aug 12 01:19:46.196 INFO O| Aug 12 01:19:46.196 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97942026-08-12T01:19:47.342Z[ host-image] Aug 12 01:19:46.205 INFO O| Aug 12 01:19:46.205 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97952026-08-12T01:19:47.342Z[ host-image] Aug 12 01:19:46.205 INFO O| Aug 12 01:19:46.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97962026-08-12T01:19:47.342Z[ host-image] Aug 12 01:19:46.205 INFO O| Aug 12 01:19:46.205 INFO STEP 17 (ensure_dir) COMPLETE
97972026-08-12T01:19:47.342Z[ host-image] Aug 12 01:19:46.205 INFO O| Aug 12 01:19:46.205 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97982026-08-12T01:19:47.366Z[ host-image] Aug 12 01:19:46.213 INFO O| Aug 12 01:19:46.213 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97992026-08-12T01:19:47.366Z[ host-image] Aug 12 01:19:46.213 INFO O| Aug 12 01:19:46.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98002026-08-12T01:19:47.366Z[ host-image] Aug 12 01:19:46.213 INFO O| Aug 12 01:19:46.213 INFO ok!
98012026-08-12T01:19:47.366Z[ host-image] Aug 12 01:19:46.213 INFO O| Aug 12 01:19:46.213 INFO STEP 18 (ensure_symlink) COMPLETE
98022026-08-12T01:19:47.366Z[ host-image] Aug 12 01:19:46.213 INFO O| Aug 12 01:19:46.213 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98032026-08-12T01:19:47.366Z[ host-image] Aug 12 01:19:46.220 INFO O| Aug 12 01:19:46.220 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98042026-08-12T01:19:47.366Z[ host-image] Aug 12 01:19:46.220 INFO O| Aug 12 01:19:46.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98052026-08-12T01:19:47.366Z[ host-image] Aug 12 01:19:46.220 INFO O| Aug 12 01:19:46.220 INFO ok!
98062026-08-12T01:19:47.366Z[ host-image] Aug 12 01:19:46.220 INFO O| Aug 12 01:19:46.220 INFO STEP 19 (ensure_file) COMPLETE
98072026-08-12T01:19:47.366Z[ host-image] Aug 12 01:19:46.220 INFO O| Aug 12 01:19:46.220 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98082026-08-12T01:19:47.366Z[ host-image] Aug 12 01:19:46.227 INFO O| Aug 12 01:19:46.227 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98092026-08-12T01:19:47.367Z[ host-image] Aug 12 01:19:46.227 INFO O| Aug 12 01:19:46.227 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98102026-08-12T01:19:47.367Z[ host-image] Aug 12 01:19:46.227 INFO O| Aug 12 01:19:46.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98112026-08-12T01:19:47.367Z[ host-image] Aug 12 01:19:46.227 INFO O| Aug 12 01:19:46.227 INFO ok!
98122026-08-12T01:19:47.367Z[ host-image] Aug 12 01:19:46.227 INFO O| Aug 12 01:19:46.227 INFO STEP 20 (ensure_symlink) COMPLETE
98132026-08-12T01:19:47.367Z[ host-image] Aug 12 01:19:46.227 INFO O| Aug 12 01:19:46.227 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98142026-08-12T01:19:47.388Z[ host-image] Aug 12 01:19:46.235 INFO O| Aug 12 01:19:46.235 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98152026-08-12T01:19:47.388Z[ host-image] Aug 12 01:19:46.235 INFO O| Aug 12 01:19:46.235 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98162026-08-12T01:19:47.389Z[ host-image] Aug 12 01:19:46.235 INFO O| Aug 12 01:19:46.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98172026-08-12T01:19:47.389Z[ host-image] Aug 12 01:19:46.235 INFO O| Aug 12 01:19:46.235 INFO ok!
98182026-08-12T01:19:47.389Z[ host-image] Aug 12 01:19:46.235 INFO O| Aug 12 01:19:46.235 INFO STEP 21 (ensure_symlink) COMPLETE
98192026-08-12T01:19:47.389Z[ host-image] Aug 12 01:19:46.235 INFO O| Aug 12 01:19:46.235 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98202026-08-12T01:19:47.389Z[ host-image] Aug 12 01:19:46.243 INFO O| Aug 12 01:19:46.243 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98212026-08-12T01:19:47.389Z[ host-image] Aug 12 01:19:46.243 INFO O| Aug 12 01:19:46.243 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98222026-08-12T01:19:47.389Z[ host-image] Aug 12 01:19:46.243 INFO O| Aug 12 01:19:46.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98232026-08-12T01:19:47.389Z[ host-image] Aug 12 01:19:46.243 INFO O| Aug 12 01:19:46.243 INFO ok!
98242026-08-12T01:19:47.389Z[ host-image] Aug 12 01:19:46.243 INFO O| Aug 12 01:19:46.243 INFO STEP 22 (ensure_symlink) COMPLETE
98252026-08-12T01:19:47.389Z[ host-image] Aug 12 01:19:46.243 INFO O| Aug 12 01:19:46.243 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98262026-08-12T01:19:47.389Z[ host-image] Aug 12 01:19:46.251 INFO O| Aug 12 01:19:46.251 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98272026-08-12T01:19:47.389Z[ host-image] Aug 12 01:19:46.251 INFO O| Aug 12 01:19:46.251 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98282026-08-12T01:19:47.389Z[ host-image] Aug 12 01:19:46.251 INFO O| Aug 12 01:19:46.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98292026-08-12T01:19:47.389Z[ host-image] Aug 12 01:19:46.251 INFO O| Aug 12 01:19:46.251 INFO ok!
98302026-08-12T01:19:47.389Z[ host-image] Aug 12 01:19:46.251 INFO O| Aug 12 01:19:46.251 INFO STEP 23 (ensure_symlink) COMPLETE
98312026-08-12T01:19:47.389Z[ host-image] Aug 12 01:19:46.251 INFO O| Aug 12 01:19:46.251 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98322026-08-12T01:19:47.407Z[ host-image] Aug 12 01:19:46.258 INFO O| Aug 12 01:19:46.257 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98332026-08-12T01:19:47.407Z[ host-image] Aug 12 01:19:46.258 INFO O| Aug 12 01:19:46.258 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98342026-08-12T01:19:47.407Z[ host-image] Aug 12 01:19:46.258 INFO O| Aug 12 01:19:46.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98352026-08-12T01:19:47.407Z[ host-image] Aug 12 01:19:46.258 INFO O| Aug 12 01:19:46.258 INFO ok!
98362026-08-12T01:19:47.407Z[ host-image] Aug 12 01:19:46.258 INFO O| Aug 12 01:19:46.258 INFO STEP 24 (ensure_file) COMPLETE
98372026-08-12T01:19:47.407Z[ host-image] Aug 12 01:19:46.258 INFO O| Aug 12 01:19:46.258 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98382026-08-12T01:19:47.407Z[ host-image] Aug 12 01:19:46.265 INFO O| Aug 12 01:19:46.265 INFO updating shadow file
98392026-08-12T01:19:47.407Z[ host-image] Aug 12 01:19:46.265 INFO O| Aug 12 01:19:46.265 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98402026-08-12T01:19:47.407Z[ host-image] Aug 12 01:19:46.265 INFO O| Aug 12 01:19:46.265 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98412026-08-12T01:19:47.407Z[ host-image] Aug 12 01:19:46.265 INFO O| Aug 12 01:19:46.265 INFO STEP 25 (shadow) COMPLETE
98422026-08-12T01:19:47.407Z[ host-image] Aug 12 01:19:46.265 INFO O| Aug 12 01:19:46.265 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98432026-08-12T01:19:47.407Z[ host-image] Aug 12 01:19:46.272 INFO O| Aug 12 01:19:46.272 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98442026-08-12T01:19:47.407Z[ host-image] Aug 12 01:19:46.272 INFO O| Aug 12 01:19:46.272 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98452026-08-12T01:19:47.408Z[ host-image] Aug 12 01:19:46.272 INFO O| Aug 12 01:19:46.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98462026-08-12T01:19:47.408Z[ host-image] Aug 12 01:19:46.272 INFO O| Aug 12 01:19:46.272 INFO ok!
98472026-08-12T01:19:47.408Z[ host-image] Aug 12 01:19:46.272 INFO O| Aug 12 01:19:46.272 INFO STEP 26 (ensure_file) COMPLETE
98482026-08-12T01:19:47.408Z[ host-image] Aug 12 01:19:46.272 INFO O| Aug 12 01:19:46.272 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98492026-08-12T01:19:47.424Z[ host-image] Aug 12 01:19:46.279 INFO O| Aug 12 01:19:46.279 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98502026-08-12T01:19:47.425Z[ host-image] Aug 12 01:19:46.279 INFO O| Aug 12 01:19:46.279 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98512026-08-12T01:19:47.425Z[ host-image] Aug 12 01:19:46.279 INFO O| Aug 12 01:19:46.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98522026-08-12T01:19:47.425Z[ host-image] Aug 12 01:19:46.279 INFO O| Aug 12 01:19:46.279 INFO ok!
98532026-08-12T01:19:47.425Z[ host-image] Aug 12 01:19:46.279 INFO O| Aug 12 01:19:46.279 INFO STEP 27 (ensure_file) COMPLETE
98542026-08-12T01:19:47.425Z[ host-image] Aug 12 01:19:46.279 INFO O| Aug 12 01:19:46.279 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98552026-08-12T01:19:47.425Z[ host-image] Aug 12 01:19:46.286 INFO O| Aug 12 01:19:46.286 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98562026-08-12T01:19:47.425Z[ host-image] Aug 12 01:19:46.286 INFO O| Aug 12 01:19:46.286 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98572026-08-12T01:19:47.425Z[ host-image] Aug 12 01:19:46.286 INFO O| Aug 12 01:19:46.286 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98582026-08-12T01:19:47.425Z[ host-image] Aug 12 01:19:46.286 INFO O| Aug 12 01:19:46.286 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98592026-08-12T01:19:47.425Z[ host-image] Aug 12 01:19:46.286 INFO O| Aug 12 01:19:46.286 INFO ok!
98602026-08-12T01:19:47.425Z[ host-image] Aug 12 01:19:46.287 INFO O| Aug 12 01:19:46.286 INFO STEP 28 (ensure_file) COMPLETE
98612026-08-12T01:19:47.425Z[ host-image] Aug 12 01:19:46.287 INFO O| Aug 12 01:19:46.287 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98622026-08-12T01:19:47.439Z[ host-image] Aug 12 01:19:46.295 INFO O| Aug 12 01:19:46.295 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98632026-08-12T01:19:47.439Z[ host-image] Aug 12 01:19:46.295 INFO O| Aug 12 01:19:46.295 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98642026-08-12T01:19:47.439Z[ host-image] Aug 12 01:19:46.295 INFO O| Aug 12 01:19:46.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98652026-08-12T01:19:47.439Z[ host-image] Aug 12 01:19:46.295 INFO O| Aug 12 01:19:46.295 INFO ok!
98662026-08-12T01:19:47.439Z[ host-image] Aug 12 01:19:46.295 INFO O| Aug 12 01:19:46.295 INFO STEP 29 (ensure_file) COMPLETE
98672026-08-12T01:19:47.439Z[ host-image] Aug 12 01:19:46.295 INFO O| Aug 12 01:19:46.295 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98682026-08-12T01:19:47.439Z[ host-image] Aug 12 01:19:46.303 INFO O| Aug 12 01:19:46.303 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98692026-08-12T01:19:47.439Z[ host-image] Aug 12 01:19:46.303 INFO O| Aug 12 01:19:46.303 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98702026-08-12T01:19:47.439Z[ host-image] Aug 12 01:19:46.303 INFO O| Aug 12 01:19:46.303 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98712026-08-12T01:19:47.440Z[ host-image] Aug 12 01:19:46.303 INFO O| Aug 12 01:19:46.303 INFO STEP 30 (ensure_dir) COMPLETE
98722026-08-12T01:19:47.440Z[ host-image] Aug 12 01:19:46.303 INFO O| Aug 12 01:19:46.303 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98732026-08-12T01:19:47.440Z[ host-image] Aug 12 01:19:46.309 INFO O| Aug 12 01:19:46.309 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98742026-08-12T01:19:47.440Z[ host-image] Aug 12 01:19:46.309 INFO O| Aug 12 01:19:46.309 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98752026-08-12T01:19:47.440Z[ host-image] Aug 12 01:19:46.310 INFO O| Aug 12 01:19:46.310 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98762026-08-12T01:19:47.440Z[ host-image] Aug 12 01:19:46.310 INFO O| Aug 12 01:19:46.310 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98772026-08-12T01:19:47.440Z[ host-image] Aug 12 01:19:46.310 INFO O| Aug 12 01:19:46.310 INFO ok!
98782026-08-12T01:19:47.440Z[ host-image] Aug 12 01:19:46.310 INFO O| Aug 12 01:19:46.310 INFO STEP 31 (ensure_file) COMPLETE
98792026-08-12T01:19:47.440Z[ host-image] Aug 12 01:19:46.310 INFO O| Aug 12 01:19:46.310 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98802026-08-12T01:19:47.467Z[ host-image] Aug 12 01:19:46.315 INFO O| Aug 12 01:19:46.315 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98812026-08-12T01:19:47.467Z[ host-image] Aug 12 01:19:46.315 INFO O| Aug 12 01:19:46.315 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98822026-08-12T01:19:47.467Z[ host-image] Aug 12 01:19:46.315 INFO O| Aug 12 01:19:46.315 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98832026-08-12T01:19:47.467Z[ host-image] Aug 12 01:19:46.315 INFO O| Aug 12 01:19:46.315 INFO STEP 32 (ensure_dir) COMPLETE
98842026-08-12T01:19:47.467Z[ host-image] Aug 12 01:19:46.315 INFO O| Aug 12 01:19:46.315 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98852026-08-12T01:19:47.467Z[ host-image] Aug 12 01:19:46.321 INFO O| Aug 12 01:19:46.321 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98862026-08-12T01:19:47.467Z[ host-image] Aug 12 01:19:46.321 INFO O| Aug 12 01:19:46.321 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 ...
98872026-08-12T01:19:47.467Z[ host-image] Aug 12 01:19:46.321 INFO O| Aug 12 01:19:46.321 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
98882026-08-12T01:19:47.467Z[ host-image] Aug 12 01:19:46.321 INFO O| Aug 12 01:19:46.321 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98892026-08-12T01:19:47.467Z[ host-image] Aug 12 01:19:46.321 INFO O| Aug 12 01:19:46.321 INFO ok!
98902026-08-12T01:19:47.467Z[ host-image] Aug 12 01:19:46.321 INFO O| Aug 12 01:19:46.321 INFO STEP 33 (ensure_file) COMPLETE
98912026-08-12T01:19:47.467Z[ host-image] Aug 12 01:19:46.321 INFO O| Aug 12 01:19:46.321 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98922026-08-12T01:19:47.467Z[ host-image] Aug 12 01:19:46.327 INFO O| Aug 12 01:19:46.327 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98932026-08-12T01:19:47.467Z[ host-image] Aug 12 01:19:46.327 INFO O| Aug 12 01:19:46.327 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98942026-08-12T01:19:47.468Z[ host-image] Aug 12 01:19:46.327 INFO O| Aug 12 01:19:46.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98952026-08-12T01:19:47.468Z[ host-image] Aug 12 01:19:46.327 INFO O| Aug 12 01:19:46.327 INFO ok!
98962026-08-12T01:19:47.468Z[ host-image] Aug 12 01:19:46.327 INFO O| Aug 12 01:19:46.327 INFO STEP 34 (ensure_file) COMPLETE
98972026-08-12T01:19:47.468Z[ host-image] Aug 12 01:19:46.327 INFO O| Aug 12 01:19:46.327 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98982026-08-12T01:19:47.486Z[ host-image] Aug 12 01:19:46.333 INFO O| Aug 12 01:19:46.333 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98992026-08-12T01:19:47.487Z[ host-image] Aug 12 01:19:46.333 INFO O| Aug 12 01:19:46.333 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99002026-08-12T01:19:47.487Z[ host-image] Aug 12 01:19:46.333 INFO O| Aug 12 01:19:46.333 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99012026-08-12T01:19:47.487Z[ host-image] Aug 12 01:19:46.333 INFO O| Aug 12 01:19:46.333 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99022026-08-12T01:19:47.487Z[ host-image] Aug 12 01:19:46.333 INFO O| Aug 12 01:19:46.333 INFO ok!
99032026-08-12T01:19:47.487Z[ host-image] Aug 12 01:19:46.333 INFO O| Aug 12 01:19:46.333 INFO STEP 35 (ensure_file) COMPLETE
99042026-08-12T01:19:47.487Z[ host-image] Aug 12 01:19:46.333 INFO O| Aug 12 01:19:46.333 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99052026-08-12T01:19:47.487Z[ host-image] Aug 12 01:19:46.343 INFO O| Aug 12 01:19:46.343 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99062026-08-12T01:19:47.487Z[ host-image] Aug 12 01:19:46.343 INFO O| Aug 12 01:19:46.343 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99072026-08-12T01:19:47.487Z[ host-image] Aug 12 01:19:46.343 INFO O| Aug 12 01:19:46.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99082026-08-12T01:19:47.487Z[ host-image] Aug 12 01:19:46.343 INFO O| Aug 12 01:19:46.343 INFO ok!
99092026-08-12T01:19:47.487Z[ host-image] Aug 12 01:19:46.343 INFO O| Aug 12 01:19:46.343 INFO STEP 36 (ensure_file) COMPLETE
99102026-08-12T01:19:47.487Z[ host-image] Aug 12 01:19:46.343 INFO O| Aug 12 01:19:46.343 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99112026-08-12T01:19:47.487Z[ host-image] Aug 12 01:19:46.350 INFO O| Aug 12 01:19:46.350 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99122026-08-12T01:19:47.487Z[ host-image] Aug 12 01:19:46.350 INFO O| Aug 12 01:19:46.350 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99132026-08-12T01:19:47.487Z[ host-image] Aug 12 01:19:46.350 INFO O| Aug 12 01:19:46.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99142026-08-12T01:19:47.487Z[ host-image] Aug 12 01:19:46.350 INFO O| Aug 12 01:19:46.350 INFO ok!
99152026-08-12T01:19:47.487Z[ host-image] Aug 12 01:19:46.350 INFO O| Aug 12 01:19:46.350 INFO STEP 37 (ensure_file) COMPLETE
99162026-08-12T01:19:47.487Z[ host-image] Aug 12 01:19:46.350 INFO O| Aug 12 01:19:46.350 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99172026-08-12T01:19:47.517Z[ host-image] Aug 12 01:19:46.358 INFO O| Aug 12 01:19:46.358 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99182026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.358 INFO O| Aug 12 01:19:46.358 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99192026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.358 INFO O| Aug 12 01:19:46.358 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99202026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.358 INFO O| Aug 12 01:19:46.358 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99212026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.358 INFO O| Aug 12 01:19:46.358 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99222026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.358 INFO O| Aug 12 01:19:46.358 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99232026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.358 INFO O| Aug 12 01:19:46.358 INFO ok!
99242026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.359 INFO O| Aug 12 01:19:46.358 INFO STEP 38 (ensure_file) COMPLETE
99252026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.359 INFO O| Aug 12 01:19:46.359 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99262026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.366 INFO O| Aug 12 01:19:46.366 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99272026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.366 INFO O| Aug 12 01:19:46.366 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99282026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.366 INFO O| Aug 12 01:19:46.366 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99292026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.366 INFO O| Aug 12 01:19:46.366 INFO STEP 39 (ensure_dir) COMPLETE
99302026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.366 INFO O| Aug 12 01:19:46.366 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99312026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.373 INFO O| Aug 12 01:19:46.373 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
99322026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.373 INFO O| Aug 12 01:19:46.373 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 ...
99332026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.373 INFO O| Aug 12 01:19:46.373 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
99342026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.373 INFO O| Aug 12 01:19:46.373 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
99352026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.373 INFO O| Aug 12 01:19:46.373 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
99362026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.373 INFO O| Aug 12 01:19:46.373 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
99372026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.373 INFO O| Aug 12 01:19:46.373 INFO ok!
99382026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.373 INFO O| Aug 12 01:19:46.373 INFO STEP 40 (ensure_file) COMPLETE
99392026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.373 INFO O| Aug 12 01:19:46.373 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99402026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.379 INFO O| Aug 12 01:19:46.379 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99412026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.379 INFO O| Aug 12 01:19:46.379 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 ...
99422026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.379 INFO O| Aug 12 01:19:46.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99432026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.379 INFO O| Aug 12 01:19:46.379 INFO ok!
99442026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.379 INFO O| Aug 12 01:19:46.379 INFO STEP 41 (ensure_symlink) COMPLETE
99452026-08-12T01:19:47.518Z[ host-image] Aug 12 01:19:46.379 INFO O| Aug 12 01:19:46.379 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99462026-08-12T01:19:47.534Z[ host-image] Aug 12 01:19:46.385 INFO O| Aug 12 01:19:46.385 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99472026-08-12T01:19:47.534Z[ host-image] Aug 12 01:19:46.385 INFO O| Aug 12 01:19:46.385 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99482026-08-12T01:19:47.534Z[ host-image] Aug 12 01:19:46.385 INFO O| Aug 12 01:19:46.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99492026-08-12T01:19:47.534Z[ host-image] Aug 12 01:19:46.385 INFO O| Aug 12 01:19:46.385 INFO ok!
99502026-08-12T01:19:47.534Z[ host-image] Aug 12 01:19:46.385 INFO O| Aug 12 01:19:46.385 INFO STEP 42 (ensure_symlink) COMPLETE
99512026-08-12T01:19:47.534Z[ host-image] Aug 12 01:19:46.385 INFO O| Aug 12 01:19:46.385 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99522026-08-12T01:19:47.534Z[ host-image] Aug 12 01:19:46.392 INFO O| Aug 12 01:19:46.392 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99532026-08-12T01:19:47.534Z[ host-image] Aug 12 01:19:46.392 INFO O| Aug 12 01:19:46.392 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99542026-08-12T01:19:47.534Z[ host-image] Aug 12 01:19:46.392 INFO O| Aug 12 01:19:46.392 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99552026-08-12T01:19:47.534Z[ host-image] Aug 12 01:19:46.392 INFO O| Aug 12 01:19:46.392 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99562026-08-12T01:19:47.534Z[ host-image] Aug 12 01:19:46.392 INFO O| Aug 12 01:19:46.392 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99572026-08-12T01:19:47.534Z[ host-image] Aug 12 01:19:46.392 INFO O| Aug 12 01:19:46.392 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99582026-08-12T01:19:47.534Z[ host-image] Aug 12 01:19:46.392 INFO O| Aug 12 01:19:46.392 INFO ok!
99592026-08-12T01:19:47.534Z[ host-image] Aug 12 01:19:46.392 INFO O| Aug 12 01:19:46.392 INFO STEP 43 (ensure_file) COMPLETE
99602026-08-12T01:19:47.534Z[ host-image] Aug 12 01:19:46.392 INFO O| Aug 12 01:19:46.392 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99612026-08-12T01:19:47.535Z[ host-image] Aug 12 01:19:46.399 INFO O| Aug 12 01:19:46.399 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99622026-08-12T01:19:47.535Z[ host-image] Aug 12 01:19:46.399 INFO O| Aug 12 01:19:46.399 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 ...
99632026-08-12T01:19:47.535Z[ host-image] Aug 12 01:19:46.399 INFO O| Aug 12 01:19:46.399 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
99642026-08-12T01:19:47.535Z[ host-image] Aug 12 01:19:46.399 INFO O| Aug 12 01:19:46.399 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99652026-08-12T01:19:47.535Z[ host-image] Aug 12 01:19:46.399 INFO O| Aug 12 01:19:46.399 INFO ok!
99662026-08-12T01:19:47.535Z[ host-image] Aug 12 01:19:46.399 INFO O| Aug 12 01:19:46.399 INFO STEP 44 (ensure_file) COMPLETE
99672026-08-12T01:19:47.535Z[ host-image] Aug 12 01:19:46.399 INFO O| Aug 12 01:19:46.399 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99682026-08-12T01:19:47.848Z[ host-image] Aug 12 01:19:46.406 INFO O| Aug 12 01:19:46.406 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99692026-08-12T01:19:47.849Z[ host-image] Aug 12 01:19:46.406 INFO O| Aug 12 01:19:46.406 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99702026-08-12T01:19:47.849Z[ host-image] Aug 12 01:19:46.406 INFO O| Aug 12 01:19:46.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99712026-08-12T01:19:47.849Z[ host-image] Aug 12 01:19:46.406 INFO O| Aug 12 01:19:46.406 INFO ok!
99722026-08-12T01:19:47.849Z[ host-image] Aug 12 01:19:46.406 INFO O| Aug 12 01:19:46.406 INFO STEP 45 (ensure_file) COMPLETE
99732026-08-12T01:19:47.849Z[ host-image] Aug 12 01:19:46.406 INFO O| Aug 12 01:19:46.406 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99742026-08-12T01:19:47.849Z[ host-image] Aug 12 01:19:46.413 INFO O| Aug 12 01:19:46.413 INFO updating shadow file
99752026-08-12T01:19:47.849Z[ host-image] Aug 12 01:19:46.413 INFO O| Aug 12 01:19:46.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99762026-08-12T01:19:47.849Z[ host-image] Aug 12 01:19:46.413 INFO O| Aug 12 01:19:46.413 INFO STEP 46 (shadow) COMPLETE
99772026-08-12T01:19:47.849Z[ host-image] Aug 12 01:19:46.413 INFO O| Aug 12 01:19:46.413 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99782026-08-12T01:19:47.896Z[ host-image] Aug 12 01:19:46.422 INFO O| Aug 12 01:19:46.422 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99792026-08-12T01:19:47.896Z[ host-image] Aug 12 01:19:46.422 INFO O| Aug 12 01:19:46.422 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99802026-08-12T01:19:47.896Z[ host-image] Aug 12 01:19:46.422 INFO O| Aug 12 01:19:46.422 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99812026-08-12T01:19:47.896Z[ host-image] Aug 12 01:19:46.422 INFO O| Aug 12 01:19:46.422 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99822026-08-12T01:19:47.896Z[ host-image] Aug 12 01:19:46.422 INFO O| Aug 12 01:19:46.422 INFO ok!
99832026-08-12T01:19:47.896Z[ host-image] Aug 12 01:19:46.422 INFO O| Aug 12 01:19:46.422 INFO STEP 47 (ensure_file) COMPLETE
99842026-08-12T01:19:47.896Z[ host-image] Aug 12 01:19:46.422 INFO O| Aug 12 01:19:46.422 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99852026-08-12T01:19:47.896Z[ host-image] Aug 12 01:19:46.422 INFO O| Aug 12 01:19:46.422 INFO skip step because feature "mfg" is not enabled
99862026-08-12T01:19:47.896Z[ host-image] Aug 12 01:19:46.422 INFO O| Aug 12 01:19:46.422 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99872026-08-12T01:19:47.896Z[ host-image] Aug 12 01:19:46.422 INFO O| Aug 12 01:19:46.422 INFO skip step because feature "mfg" is not enabled
99882026-08-12T01:19:47.896Z[ host-image] Aug 12 01:19:46.422 INFO O| Aug 12 01:19:46.422 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99892026-08-12T01:19:47.896Z[ host-image] Aug 12 01:19:46.430 INFO O| Aug 12 01:19:46.430 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99902026-08-12T01:19:47.896Z[ host-image] Aug 12 01:19:46.430 INFO O| Aug 12 01:19:46.430 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99912026-08-12T01:19:47.896Z[ host-image] Aug 12 01:19:46.453 INFO O| Aug 12 01:19:46.453 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99922026-08-12T01:19:47.896Z[ host-image] Aug 12 01:19:46.453 INFO O| Aug 12 01:19:46.453 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99932026-08-12T01:19:47.896Z[ host-image] Aug 12 01:19:46.453 INFO O| Aug 12 01:19:46.453 INFO ok!
99942026-08-12T01:19:47.896Z[ host-image] Aug 12 01:19:46.453 INFO O| Aug 12 01:19:46.453 INFO STEP 50 (ensure_file) COMPLETE
99952026-08-12T01:19:47.896Z[ host-image] Aug 12 01:19:46.453 INFO O| Aug 12 01:19:46.453 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99962026-08-12T01:19:47.896Z[ host-image] Aug 12 01:19:46.453 INFO O| Aug 12 01:19:46.453 INFO skip step because feature "compliance" is not enabled
99972026-08-12T01:19:47.896Z[ host-image] Aug 12 01:19:46.453 INFO O| Aug 12 01:19:46.453 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99982026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.460 INFO O| Aug 12 01:19:46.460 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
99992026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.460 INFO O| Aug 12 01:19:46.460 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100002026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.460 INFO O| Aug 12 01:19:46.460 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100012026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.460 INFO O| Aug 12 01:19:46.460 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100022026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.460 INFO O| Aug 12 01:19:46.460 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100032026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.460 INFO O| Aug 12 01:19:46.460 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100042026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.460 INFO O| Aug 12 01:19:46.460 INFO ok!
100052026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.460 INFO O| Aug 12 01:19:46.460 INFO STEP 52 (ensure_file) COMPLETE
100062026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.460 INFO O| Aug 12 01:19:46.460 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100072026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.467 INFO O| Aug 12 01:19:46.467 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100082026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.467 INFO O| Aug 12 01:19:46.467 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 ...
100092026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.467 INFO O| Aug 12 01:19:46.467 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
100102026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.467 INFO O| Aug 12 01:19:46.467 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100112026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.467 INFO O| Aug 12 01:19:46.467 INFO ok!
100122026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.467 INFO O| Aug 12 01:19:46.467 INFO STEP 53 (ensure_file) COMPLETE
100132026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.467 INFO O| Aug 12 01:19:46.467 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100142026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.474 INFO O| Aug 12 01:19:46.474 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100152026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.474 INFO O| Aug 12 01:19:46.474 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 ...
100162026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.474 INFO O| Aug 12 01:19:46.474 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100172026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.474 INFO O| Aug 12 01:19:46.474 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100182026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.474 INFO O| Aug 12 01:19:46.474 INFO ok!
100192026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.474 INFO O| Aug 12 01:19:46.474 INFO STEP 54 (ensure_file) COMPLETE
100202026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.474 INFO O| Aug 12 01:19:46.474 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100212026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.482 INFO O| Aug 12 01:19:46.482 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100222026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.482 INFO O| Aug 12 01:19:46.482 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 ...
100232026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.482 INFO O| Aug 12 01:19:46.482 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
100242026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.482 INFO O| Aug 12 01:19:46.482 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100252026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.482 INFO O| Aug 12 01:19:46.482 INFO ok!
100262026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.482 INFO O| Aug 12 01:19:46.482 INFO STEP 55 (ensure_file) COMPLETE
100272026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.482 INFO O| Aug 12 01:19:46.482 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100282026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.489 INFO O| Aug 12 01:19:46.488 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100292026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.489 INFO O| Aug 12 01:19:46.489 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 ...
100302026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.489 INFO O| Aug 12 01:19:46.489 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100312026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.489 INFO O| Aug 12 01:19:46.489 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100322026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.489 INFO O| Aug 12 01:19:46.489 INFO ok!
100332026-08-12T01:19:47.897Z[ host-image] Aug 12 01:19:46.489 INFO O| Aug 12 01:19:46.489 INFO STEP 56 (ensure_file) COMPLETE
100342026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.489 INFO O| Aug 12 01:19:46.489 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100352026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.495 INFO O| Aug 12 01:19:46.495 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100362026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.495 INFO O| Aug 12 01:19:46.495 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 ...
100372026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.495 INFO O| Aug 12 01:19:46.495 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
100382026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.495 INFO O| Aug 12 01:19:46.495 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100392026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.495 INFO O| Aug 12 01:19:46.495 INFO ok!
100402026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.495 INFO O| Aug 12 01:19:46.495 INFO STEP 57 (ensure_file) COMPLETE
100412026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.495 INFO O| Aug 12 01:19:46.495 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100422026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.502 INFO O| Aug 12 01:19:46.502 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100432026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.502 INFO O| Aug 12 01:19:46.502 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 ...
100442026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.502 INFO O| Aug 12 01:19:46.502 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100452026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.502 INFO O| Aug 12 01:19:46.502 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100462026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.502 INFO O| Aug 12 01:19:46.502 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100472026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.502 INFO O| Aug 12 01:19:46.502 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100482026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.502 INFO O| Aug 12 01:19:46.502 INFO ok!
100492026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.502 INFO O| Aug 12 01:19:46.502 INFO STEP 58 (ensure_file) COMPLETE
100502026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.502 INFO O| Aug 12 01:19:46.502 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100512026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.512 INFO O| Aug 12 01:19:46.512 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100522026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.512 INFO O| Aug 12 01:19:46.512 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 ...
100532026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.512 INFO O| Aug 12 01:19:46.512 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
100542026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.512 INFO O| Aug 12 01:19:46.512 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100552026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.512 INFO O| Aug 12 01:19:46.512 INFO ok!
100562026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.512 INFO O| Aug 12 01:19:46.512 INFO STEP 59 (ensure_file) COMPLETE
100572026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.512 INFO O| Aug 12 01:19:46.512 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100582026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.519 INFO O| Aug 12 01:19:46.519 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100592026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.519 INFO O| Aug 12 01:19:46.519 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100602026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.519 INFO O| Aug 12 01:19:46.519 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100612026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.519 INFO O| Aug 12 01:19:46.519 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100622026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.519 INFO O| Aug 12 01:19:46.519 INFO ok!
100632026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.519 INFO O| Aug 12 01:19:46.519 INFO STEP 60 (ensure_file) COMPLETE
100642026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.519 INFO O| Aug 12 01:19:46.519 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100652026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.528 INFO O| Aug 12 01:19:46.528 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100662026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.528 INFO O| Aug 12 01:19:46.528 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 ...
100672026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.528 INFO O| Aug 12 01:19:46.528 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
100682026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.528 INFO O| Aug 12 01:19:46.528 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100692026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.528 INFO O| Aug 12 01:19:46.528 INFO ok!
100702026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.528 INFO O| Aug 12 01:19:46.528 INFO STEP 61 (ensure_file) COMPLETE
100712026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.528 INFO O| Aug 12 01:19:46.528 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100722026-08-12T01:19:47.898Z[ host-image] Aug 12 01:19:46.536 INFO O| Aug 12 01:19:46.536 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100732026-08-12T01:19:47.899Z[ host-image] Aug 12 01:19:46.536 INFO O| Aug 12 01:19:46.536 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100742026-08-12T01:19:47.899Z[ host-image] Aug 12 01:19:46.536 INFO O| Aug 12 01:19:46.536 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100752026-08-12T01:19:47.899Z[ host-image] Aug 12 01:19:46.536 INFO O| Aug 12 01:19:46.536 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100762026-08-12T01:19:47.899Z[ host-image] Aug 12 01:19:46.536 INFO O| Aug 12 01:19:46.536 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100772026-08-12T01:19:47.899Z[ host-image] Aug 12 01:19:46.536 INFO O| Aug 12 01:19:46.536 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100782026-08-12T01:19:47.929Z[ host-image] Aug 12 01:19:46.536 INFO O| Aug 12 01:19:46.536 INFO ok!
100792026-08-12T01:19:47.929Z[ host-image] Aug 12 01:19:46.536 INFO O| Aug 12 01:19:46.536 INFO STEP 62 (ensure_file) COMPLETE
100802026-08-12T01:19:47.929Z[ host-image] Aug 12 01:19:46.536 INFO O| Aug 12 01:19:46.536 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100812026-08-12T01:19:47.929Z[ host-image] Aug 12 01:19:46.544 INFO O| Aug 12 01:19:46.544 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100822026-08-12T01:19:47.929Z[ host-image] Aug 12 01:19:46.544 INFO O| Aug 12 01:19:46.544 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 ...
100832026-08-12T01:19:47.929Z[ host-image] Aug 12 01:19:46.544 INFO O| Aug 12 01:19:46.544 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
100842026-08-12T01:19:47.929Z[ host-image] Aug 12 01:19:46.544 INFO O| Aug 12 01:19:46.544 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100852026-08-12T01:19:47.929Z[ host-image] Aug 12 01:19:46.544 INFO O| Aug 12 01:19:46.544 INFO ok!
100862026-08-12T01:19:47.929Z[ host-image] Aug 12 01:19:46.544 INFO O| Aug 12 01:19:46.544 INFO STEP 63 (ensure_file) COMPLETE
100872026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.544 INFO O| Aug 12 01:19:46.544 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100882026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.551 INFO O| Aug 12 01:19:46.551 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100892026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.551 INFO O| Aug 12 01:19:46.551 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 ...
100902026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.551 INFO O| Aug 12 01:19:46.551 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
100912026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.551 INFO O| Aug 12 01:19:46.551 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100922026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.551 INFO O| Aug 12 01:19:46.551 INFO ok!
100932026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.551 INFO O| Aug 12 01:19:46.551 INFO STEP 64 (ensure_file) COMPLETE
100942026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.551 INFO O| Aug 12 01:19:46.551 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100952026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.560 INFO O| Aug 12 01:19:46.560 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100962026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.560 INFO O| Aug 12 01:19:46.560 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 ...
100972026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.560 INFO O| Aug 12 01:19:46.560 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
100982026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.560 INFO O| Aug 12 01:19:46.560 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100992026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.560 INFO O| Aug 12 01:19:46.560 INFO ok!
101002026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.560 INFO O| Aug 12 01:19:46.560 INFO STEP 65 (ensure_file) COMPLETE
101012026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.560 INFO O| Aug 12 01:19:46.560 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101022026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.560 INFO O| Aug 12 01:19:46.560 INFO skip step because feature "mbist" is not enabled
101032026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.560 INFO O| Aug 12 01:19:46.560 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101042026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.569 INFO O| Aug 12 01:19:46.569 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101052026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.569 INFO O| Aug 12 01:19:46.569 INFO STEP 67 (ensure_dir) COMPLETE
101062026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.569 INFO O| Aug 12 01:19:46.569 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101072026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.576 INFO O| Aug 12 01:19:46.576 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101082026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.576 INFO O| Aug 12 01:19:46.576 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101092026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.576 INFO O| Aug 12 01:19:46.576 INFO STEP 68 (ensure_dir) COMPLETE
101102026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.576 INFO O| Aug 12 01:19:46.576 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101112026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.584 INFO O| Aug 12 01:19:46.584 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101122026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.584 INFO O| Aug 12 01:19:46.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101132026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.584 INFO O| Aug 12 01:19:46.584 INFO STEP 69 (ensure_dir) COMPLETE
101142026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.584 INFO O| Aug 12 01:19:46.584 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101152026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.592 INFO O| Aug 12 01:19:46.592 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101162026-08-12T01:19:47.930Z[ host-image] Aug 12 01:19:46.592 INFO O| Aug 12 01:19:46.592 INFO copying /tmp/.tmpKgS5xv/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101172026-08-12T01:19:48.051Z[ host-image] Aug 12 01:19:46.927 INFO O| Aug 12 01:19:46.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101182026-08-12T01:19:48.051Z[ host-image] Aug 12 01:19:46.927 INFO O| Aug 12 01:19:46.927 INFO ok!
101192026-08-12T01:19:48.061Z[ host-image] Aug 12 01:19:46.927 INFO O| Aug 12 01:19:46.927 INFO STEP 70 (ensure_file) COMPLETE
101202026-08-12T01:19:48.061Z[ host-image] Aug 12 01:19:46.927 INFO O| Aug 12 01:19:46.927 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101212026-08-12T01:19:48.061Z[ host-image] Aug 12 01:19:46.936 INFO O| Aug 12 01:19:46.936 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101222026-08-12T01:19:48.061Z[ host-image] Aug 12 01:19:46.936 INFO O| Aug 12 01:19:46.936 INFO copying /tmp/.tmpKgS5xv/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101232026-08-12T01:19:48.672Z[ host-image] Aug 12 01:19:47.548 INFO O| Aug 12 01:19:47.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101242026-08-12T01:19:48.672Z[ host-image] Aug 12 01:19:47.548 INFO O| Aug 12 01:19:47.548 INFO ok!
101252026-08-12T01:19:48.679Z[ host-image] Aug 12 01:19:47.548 INFO O| Aug 12 01:19:47.548 INFO STEP 71 (ensure_file) COMPLETE
101262026-08-12T01:19:48.680Z[ host-image] Aug 12 01:19:47.548 INFO O| Aug 12 01:19:47.548 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101272026-08-12T01:19:48.688Z[ host-image] Aug 12 01:19:47.558 INFO O| Aug 12 01:19:47.558 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101282026-08-12T01:19:48.688Z[ host-image] Aug 12 01:19:47.558 INFO O| Aug 12 01:19:47.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101292026-08-12T01:19:48.688Z[ host-image] Aug 12 01:19:47.558 INFO O| Aug 12 01:19:47.558 INFO STEP 72 (ensure_dir) COMPLETE
101302026-08-12T01:19:48.688Z[ host-image] Aug 12 01:19:47.558 INFO O| Aug 12 01:19:47.558 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101312026-08-12T01:19:48.696Z[ host-image] Aug 12 01:19:47.567 INFO O| Aug 12 01:19:47.567 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101322026-08-12T01:19:48.696Z[ host-image] Aug 12 01:19:47.567 INFO O| Aug 12 01:19:47.567 INFO copying /tmp/.tmpKgS5xv/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 ...
101332026-08-12T01:19:48.696Z[ host-image] Aug 12 01:19:47.567 INFO O| Aug 12 01:19:47.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101342026-08-12T01:19:48.696Z[ host-image] Aug 12 01:19:47.567 INFO O| Aug 12 01:19:47.567 INFO ok!
101352026-08-12T01:19:48.696Z[ host-image] Aug 12 01:19:47.567 INFO O| Aug 12 01:19:47.567 INFO STEP 73 (ensure_file) COMPLETE
101362026-08-12T01:19:48.696Z[ host-image] Aug 12 01:19:47.567 INFO O| Aug 12 01:19:47.567 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101372026-08-12T01:19:48.706Z[ host-image] Aug 12 01:19:47.575 INFO O| Aug 12 01:19:47.575 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101382026-08-12T01:19:48.706Z[ host-image] Aug 12 01:19:47.575 INFO O| Aug 12 01:19:47.575 INFO copying /tmp/.tmpKgS5xv/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 ...
101392026-08-12T01:19:48.706Z[ host-image] Aug 12 01:19:47.575 INFO O| Aug 12 01:19:47.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101402026-08-12T01:19:48.706Z[ host-image] Aug 12 01:19:47.575 INFO O| Aug 12 01:19:47.575 INFO ok!
101412026-08-12T01:19:48.706Z[ host-image] Aug 12 01:19:47.575 INFO O| Aug 12 01:19:47.575 INFO STEP 74 (ensure_file) COMPLETE
101422026-08-12T01:19:48.706Z[ host-image] Aug 12 01:19:47.575 INFO O| Aug 12 01:19:47.575 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101432026-08-12T01:19:48.714Z[ host-image] Aug 12 01:19:47.582 INFO O| Aug 12 01:19:47.582 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101442026-08-12T01:19:48.714Z[ host-image] Aug 12 01:19:47.583 INFO O| Aug 12 01:19:47.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101452026-08-12T01:19:48.714Z[ host-image] Aug 12 01:19:47.583 INFO O| Aug 12 01:19:47.583 INFO STEP 75 (ensure_dir) COMPLETE
101462026-08-12T01:19:48.715Z[ host-image] Aug 12 01:19:47.583 INFO O| Aug 12 01:19:47.583 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101472026-08-12T01:19:48.715Z[ host-image] Aug 12 01:19:47.590 INFO O| Aug 12 01:19:47.590 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101482026-08-12T01:19:48.715Z[ host-image] Aug 12 01:19:47.590 INFO O| Aug 12 01:19:47.590 INFO copying /tmp/.tmpKgS5xv/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 ...
101492026-08-12T01:19:48.715Z[ host-image] Aug 12 01:19:47.590 INFO O| Aug 12 01:19:47.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101502026-08-12T01:19:48.715Z[ host-image] Aug 12 01:19:47.590 INFO O| Aug 12 01:19:47.590 INFO ok!
101512026-08-12T01:19:48.715Z[ host-image] Aug 12 01:19:47.590 INFO O| Aug 12 01:19:47.590 INFO STEP 76 (ensure_file) COMPLETE
101522026-08-12T01:19:48.715Z[ host-image] Aug 12 01:19:47.590 INFO O| Aug 12 01:19:47.590 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101532026-08-12T01:19:48.722Z[ host-image] Aug 12 01:19:47.598 INFO O| Aug 12 01:19:47.598 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101542026-08-12T01:19:48.722Z[ host-image] Aug 12 01:19:47.598 INFO O| Aug 12 01:19:47.598 INFO copying /tmp/.tmpKgS5xv/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 ...
101552026-08-12T01:19:48.722Z[ host-image] Aug 12 01:19:47.598 INFO O| Aug 12 01:19:47.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101562026-08-12T01:19:48.722Z[ host-image] Aug 12 01:19:47.598 INFO O| Aug 12 01:19:47.598 INFO ok!
101572026-08-12T01:19:48.722Z[ host-image] Aug 12 01:19:47.598 INFO O| Aug 12 01:19:47.598 INFO STEP 77 (ensure_file) COMPLETE
101582026-08-12T01:19:48.722Z[ host-image] Aug 12 01:19:47.598 INFO O| Aug 12 01:19:47.598 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101592026-08-12T01:19:48.730Z[ host-image] Aug 12 01:19:47.607 INFO O| Aug 12 01:19:47.607 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101602026-08-12T01:19:48.730Z[ host-image] Aug 12 01:19:47.607 INFO O| Aug 12 01:19:47.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101612026-08-12T01:19:48.730Z[ host-image] Aug 12 01:19:47.607 INFO O| Aug 12 01:19:47.607 INFO STEP 78 (ensure_dir) COMPLETE
101622026-08-12T01:19:48.730Z[ host-image] Aug 12 01:19:47.607 INFO O| Aug 12 01:19:47.607 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101632026-08-12T01:19:48.737Z[ host-image] Aug 12 01:19:47.614 INFO O| Aug 12 01:19:47.614 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101642026-08-12T01:19:48.737Z[ host-image] Aug 12 01:19:47.614 INFO O| Aug 12 01:19:47.614 INFO copying /tmp/.tmpKgS5xv/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 ...
101652026-08-12T01:19:48.738Z[ host-image] Aug 12 01:19:47.614 INFO O| Aug 12 01:19:47.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101662026-08-12T01:19:48.738Z[ host-image] Aug 12 01:19:47.614 INFO O| Aug 12 01:19:47.614 INFO ok!
101672026-08-12T01:19:48.738Z[ host-image] Aug 12 01:19:47.614 INFO O| Aug 12 01:19:47.614 INFO STEP 79 (ensure_file) COMPLETE
101682026-08-12T01:19:48.738Z[ host-image] Aug 12 01:19:47.614 INFO O| Aug 12 01:19:47.614 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101692026-08-12T01:19:48.745Z[ host-image] Aug 12 01:19:47.621 INFO O| Aug 12 01:19:47.621 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101702026-08-12T01:19:48.745Z[ host-image] Aug 12 01:19:47.621 INFO O| Aug 12 01:19:47.621 INFO copying /tmp/.tmpKgS5xv/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101712026-08-12T01:19:48.746Z[ host-image] Aug 12 01:19:47.621 INFO O| Aug 12 01:19:47.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101722026-08-12T01:19:48.746Z[ host-image] Aug 12 01:19:47.621 INFO O| Aug 12 01:19:47.621 INFO ok!
101732026-08-12T01:19:48.746Z[ host-image] Aug 12 01:19:47.621 INFO O| Aug 12 01:19:47.621 INFO STEP 80 (ensure_file) COMPLETE
101742026-08-12T01:19:48.746Z[ host-image] Aug 12 01:19:47.621 INFO O| Aug 12 01:19:47.621 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101752026-08-12T01:19:48.754Z[ host-image] Aug 12 01:19:47.629 INFO O| Aug 12 01:19:47.629 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101762026-08-12T01:19:48.754Z[ host-image] Aug 12 01:19:47.629 INFO O| Aug 12 01:19:47.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101772026-08-12T01:19:48.754Z[ host-image] Aug 12 01:19:47.629 INFO O| Aug 12 01:19:47.629 INFO STEP 81 (ensure_dir) COMPLETE
101782026-08-12T01:19:48.754Z[ host-image] Aug 12 01:19:47.629 INFO O| Aug 12 01:19:47.629 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101792026-08-12T01:19:48.760Z[ host-image] Aug 12 01:19:47.636 INFO O| Aug 12 01:19:47.636 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101802026-08-12T01:19:48.760Z[ host-image] Aug 12 01:19:47.637 INFO O| Aug 12 01:19:47.636 INFO copying /tmp/.tmpKgS5xv/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101812026-08-12T01:19:49.324Z[ host-image] Aug 12 01:19:48.200 INFO O| Aug 12 01:19:48.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101822026-08-12T01:19:49.324Z[ host-image] Aug 12 01:19:48.200 INFO O| Aug 12 01:19:48.200 INFO ok!
101832026-08-12T01:19:49.324Z[ host-image] Aug 12 01:19:48.200 INFO O| Aug 12 01:19:48.200 INFO STEP 82 (ensure_file) COMPLETE
101842026-08-12T01:19:49.329Z[ host-image] Aug 12 01:19:48.200 INFO O| Aug 12 01:19:48.200 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852026-08-12T01:19:49.336Z[ host-image] Aug 12 01:19:48.211 INFO O| Aug 12 01:19:48.211 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101862026-08-12T01:19:49.336Z[ host-image] Aug 12 01:19:48.211 INFO O| Aug 12 01:19:48.211 INFO copying /tmp/.tmpKgS5xv/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101872026-08-12T01:19:49.614Z[ host-image] Aug 12 01:19:48.489 INFO O| Aug 12 01:19:48.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101882026-08-12T01:19:49.614Z[ host-image] Aug 12 01:19:48.490 INFO O| Aug 12 01:19:48.489 INFO ok!
101892026-08-12T01:19:49.614Z[ host-image] Aug 12 01:19:48.490 INFO O| Aug 12 01:19:48.489 INFO STEP 83 (ensure_file) COMPLETE
101902026-08-12T01:19:49.621Z[ host-image] Aug 12 01:19:48.490 INFO O| Aug 12 01:19:48.489 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101912026-08-12T01:19:49.626Z[ host-image] Aug 12 01:19:48.499 INFO O| Aug 12 01:19:48.499 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101922026-08-12T01:19:49.626Z[ host-image] Aug 12 01:19:48.499 INFO O| Aug 12 01:19:48.499 INFO copying /tmp/.tmpKgS5xv/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
101932026-08-12T01:19:49.838Z[ recovery-image] Aug 12 01:19:48.709 INFO O| ok, image written!
101942026-08-12T01:19:49.838Z[ recovery-image] Aug 12 01:19:48.709 INFO O| ok, boot_image_csum file written!
101952026-08-12T01:19:49.838Z[ recovery-image] Aug 12 01:19:48.711 INFO creating boot archive (CPIO)...
101962026-08-12T01:19:49.838Z[ recovery-image] Aug 12 01:19:48.711 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
101972026-08-12T01:19:49.847Z[ recovery-image] Aug 12 01:19:48.722 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
101982026-08-12T01:19:49.847Z[ recovery-image] Aug 12 01:19:48.722 INFO E| + outfile=/work/os-recovery/cpio
101992026-08-12T01:19:49.847Z[ recovery-image] Aug 12 01:19:48.722 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
102002026-08-12T01:19:49.863Z[ recovery-image] Aug 12 01:19:48.724 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
102012026-08-12T01:19:49.863Z[ recovery-image] Aug 12 01:19:48.724 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
102022026-08-12T01:19:49.881Z[ recovery-image] Aug 12 01:19:48.752 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
102032026-08-12T01:19:49.892Z[ recovery-image] Aug 12 01:19:48.752 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
102042026-08-12T01:19:49.892Z[ recovery-image] Aug 12 01:19:48.757 INFO creating compressed cpio/unix for dev loaders...
102052026-08-12T01:19:49.892Z[ recovery-image] Aug 12 01:19:48.757 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
102062026-08-12T01:19:50.130Z[ recovery-image] Aug 12 01:19:49.006 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
102072026-08-12T01:19:51.057Z[ host-image] Aug 12 01:19:49.933 INFO O| Aug 12 01:19:49.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102082026-08-12T01:19:51.057Z[ host-image] Aug 12 01:19:49.933 INFO O| Aug 12 01:19:49.933 INFO ok!
102092026-08-12T01:19:51.057Z[ host-image] Aug 12 01:19:49.933 INFO O| Aug 12 01:19:49.933 INFO STEP 84 (ensure_file) COMPLETE
102102026-08-12T01:19:51.064Z[ host-image] Aug 12 01:19:49.933 INFO O| Aug 12 01:19:49.933 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102112026-08-12T01:19:51.074Z[ host-image] Aug 12 01:19:49.943 INFO O| Aug 12 01:19:49.943 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102122026-08-12T01:19:51.074Z[ host-image] Aug 12 01:19:49.943 INFO O| Aug 12 01:19:49.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102132026-08-12T01:19:51.074Z[ host-image] Aug 12 01:19:49.943 INFO O| Aug 12 01:19:49.943 INFO STEP 85 (ensure_dir) COMPLETE
102142026-08-12T01:19:51.074Z[ host-image] Aug 12 01:19:49.943 INFO O| Aug 12 01:19:49.943 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-08-12T01:19:51.075Z[ host-image] Aug 12 01:19:49.950 INFO O| Aug 12 01:19:49.950 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102162026-08-12T01:19:51.075Z[ host-image] Aug 12 01:19:49.950 INFO O| Aug 12 01:19:49.950 INFO copying /tmp/.tmpKgS5xv/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 ...
102172026-08-12T01:19:51.075Z[ host-image] Aug 12 01:19:49.950 INFO O| Aug 12 01:19:49.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102182026-08-12T01:19:51.075Z[ host-image] Aug 12 01:19:49.950 INFO O| Aug 12 01:19:49.950 INFO ok!
102192026-08-12T01:19:51.075Z[ host-image] Aug 12 01:19:49.950 INFO O| Aug 12 01:19:49.950 INFO STEP 86 (ensure_file) COMPLETE
102202026-08-12T01:19:51.075Z[ host-image] Aug 12 01:19:49.950 INFO O| Aug 12 01:19:49.950 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-08-12T01:19:51.084Z[ host-image] Aug 12 01:19:49.957 INFO O| Aug 12 01:19:49.957 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102222026-08-12T01:19:51.084Z[ host-image] Aug 12 01:19:49.957 INFO O| Aug 12 01:19:49.957 INFO copying /tmp/.tmpKgS5xv/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 ...
102232026-08-12T01:19:51.084Z[ host-image] Aug 12 01:19:49.957 INFO O| Aug 12 01:19:49.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102242026-08-12T01:19:51.084Z[ host-image] Aug 12 01:19:49.957 INFO O| Aug 12 01:19:49.957 INFO ok!
102252026-08-12T01:19:51.084Z[ host-image] Aug 12 01:19:49.957 INFO O| Aug 12 01:19:49.957 INFO STEP 87 (ensure_file) COMPLETE
102262026-08-12T01:19:51.084Z[ host-image] Aug 12 01:19:49.957 INFO O| Aug 12 01:19:49.957 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102272026-08-12T01:19:51.094Z[ host-image] Aug 12 01:19:49.964 INFO O| Aug 12 01:19:49.964 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102282026-08-12T01:19:51.094Z[ host-image] Aug 12 01:19:49.964 INFO O| Aug 12 01:19:49.964 INFO copying /tmp/.tmpKgS5xv/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102292026-08-12T01:19:51.094Z[ host-image] Aug 12 01:19:49.964 INFO O| Aug 12 01:19:49.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102302026-08-12T01:19:51.094Z[ host-image] Aug 12 01:19:49.964 INFO O| Aug 12 01:19:49.964 INFO ok!
102312026-08-12T01:19:51.094Z[ host-image] Aug 12 01:19:49.964 INFO O| Aug 12 01:19:49.964 INFO STEP 88 (ensure_file) COMPLETE
102322026-08-12T01:19:51.094Z[ host-image] Aug 12 01:19:49.964 INFO O| Aug 12 01:19:49.964 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102332026-08-12T01:19:51.094Z[ host-image] Aug 12 01:19:49.970 INFO O| Aug 12 01:19:49.970 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102342026-08-12T01:19:51.094Z[ host-image] Aug 12 01:19:49.970 INFO O| Aug 12 01:19:49.970 INFO copying /tmp/.tmpKgS5xv/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102352026-08-12T01:19:51.094Z[ host-image] Aug 12 01:19:49.970 INFO O| Aug 12 01:19:49.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102362026-08-12T01:19:51.094Z[ host-image] Aug 12 01:19:49.970 INFO O| Aug 12 01:19:49.970 INFO ok!
102372026-08-12T01:19:51.094Z[ host-image] Aug 12 01:19:49.970 INFO O| Aug 12 01:19:49.970 INFO STEP 89 (ensure_file) COMPLETE
102382026-08-12T01:19:51.095Z[ host-image] Aug 12 01:19:49.970 INFO O| Aug 12 01:19:49.970 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102392026-08-12T01:19:51.108Z[ host-image] Aug 12 01:19:49.979 INFO O| Aug 12 01:19:49.979 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102402026-08-12T01:19:51.108Z[ host-image] Aug 12 01:19:49.979 INFO O| Aug 12 01:19:49.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102412026-08-12T01:19:51.108Z[ host-image] Aug 12 01:19:49.979 INFO O| Aug 12 01:19:49.979 INFO STEP 90 (ensure_dir) COMPLETE
102422026-08-12T01:19:51.108Z[ host-image] Aug 12 01:19:49.979 INFO O| Aug 12 01:19:49.979 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-08-12T01:19:51.115Z[ host-image] Aug 12 01:19:49.985 INFO O| Aug 12 01:19:49.985 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102442026-08-12T01:19:51.115Z[ host-image] Aug 12 01:19:49.985 INFO O| Aug 12 01:19:49.985 INFO copying /tmp/.tmpKgS5xv/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102452026-08-12T01:19:51.115Z[ host-image] Aug 12 01:19:49.989 INFO O| Aug 12 01:19:49.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102462026-08-12T01:19:51.115Z[ host-image] Aug 12 01:19:49.989 INFO O| Aug 12 01:19:49.989 INFO ok!
102472026-08-12T01:19:51.115Z[ host-image] Aug 12 01:19:49.989 INFO O| Aug 12 01:19:49.989 INFO STEP 91 (ensure_file) COMPLETE
102482026-08-12T01:19:51.115Z[ host-image] Aug 12 01:19:49.989 INFO O| Aug 12 01:19:49.989 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102492026-08-12T01:19:51.123Z[ host-image] Aug 12 01:19:49.995 INFO O| Aug 12 01:19:49.995 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102502026-08-12T01:19:51.123Z[ host-image] Aug 12 01:19:49.995 INFO O| Aug 12 01:19:49.995 INFO copying /tmp/.tmpKgS5xv/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102512026-08-12T01:19:51.123Z[ host-image] Aug 12 01:19:49.996 INFO O| Aug 12 01:19:49.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102522026-08-12T01:19:51.123Z[ host-image] Aug 12 01:19:49.996 INFO O| Aug 12 01:19:49.996 INFO ok!
102532026-08-12T01:19:51.123Z[ host-image] Aug 12 01:19:49.996 INFO O| Aug 12 01:19:49.996 INFO STEP 92 (ensure_file) COMPLETE
102542026-08-12T01:19:51.123Z[ host-image] Aug 12 01:19:49.996 INFO O| Aug 12 01:19:49.996 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102552026-08-12T01:19:51.131Z[ host-image] Aug 12 01:19:50.004 INFO O| Aug 12 01:19:50.004 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102562026-08-12T01:19:51.131Z[ host-image] Aug 12 01:19:50.004 INFO O| Aug 12 01:19:50.004 INFO copying /tmp/.tmpKgS5xv/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102572026-08-12T01:19:51.827Z[ host-image] Aug 12 01:19:50.703 INFO O| Aug 12 01:19:50.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102582026-08-12T01:19:51.827Z[ host-image] Aug 12 01:19:50.703 INFO O| Aug 12 01:19:50.703 INFO ok!
102592026-08-12T01:19:51.834Z[ host-image] Aug 12 01:19:50.703 INFO O| Aug 12 01:19:50.703 INFO STEP 93 (ensure_file) COMPLETE
102602026-08-12T01:19:51.834Z[ host-image] Aug 12 01:19:50.703 INFO O| Aug 12 01:19:50.703 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102612026-08-12T01:19:51.841Z[ host-image] Aug 12 01:19:50.713 INFO O| Aug 12 01:19:50.713 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102622026-08-12T01:19:51.841Z[ host-image] Aug 12 01:19:50.713 INFO O| Aug 12 01:19:50.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102632026-08-12T01:19:51.841Z[ host-image] Aug 12 01:19:50.713 INFO O| Aug 12 01:19:50.713 INFO STEP 94 (ensure_dir) COMPLETE
102642026-08-12T01:19:51.841Z[ host-image] Aug 12 01:19:50.713 INFO O| Aug 12 01:19:50.713 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102652026-08-12T01:19:51.849Z[ host-image] Aug 12 01:19:50.721 INFO O| Aug 12 01:19:50.721 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102662026-08-12T01:19:51.849Z[ host-image] Aug 12 01:19:50.721 INFO O| Aug 12 01:19:50.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102672026-08-12T01:19:51.849Z[ host-image] Aug 12 01:19:50.721 INFO O| Aug 12 01:19:50.721 INFO STEP 95 (ensure_dir) COMPLETE
102682026-08-12T01:19:51.849Z[ host-image] Aug 12 01:19:50.721 INFO O| Aug 12 01:19:50.721 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102692026-08-12T01:19:51.855Z[ host-image] Aug 12 01:19:50.729 INFO O| Aug 12 01:19:50.729 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102702026-08-12T01:19:51.855Z[ host-image] Aug 12 01:19:50.729 INFO O| Aug 12 01:19:50.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102712026-08-12T01:19:51.855Z[ host-image] Aug 12 01:19:50.729 INFO O| Aug 12 01:19:50.729 INFO STEP 96 (ensure_dir) COMPLETE
102722026-08-12T01:19:51.855Z[ host-image] Aug 12 01:19:50.729 INFO O| Aug 12 01:19:50.729 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102732026-08-12T01:19:51.864Z[ host-image] Aug 12 01:19:50.736 INFO O| Aug 12 01:19:50.736 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102742026-08-12T01:19:51.864Z[ host-image] Aug 12 01:19:50.736 INFO O| Aug 12 01:19:50.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102752026-08-12T01:19:51.864Z[ host-image] Aug 12 01:19:50.736 INFO O| Aug 12 01:19:50.736 INFO STEP 97 (ensure_dir) COMPLETE
102762026-08-12T01:19:51.864Z[ host-image] Aug 12 01:19:50.736 INFO O| Aug 12 01:19:50.736 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-08-12T01:19:51.877Z[ host-image] Aug 12 01:19:50.743 INFO O| Aug 12 01:19:50.743 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102782026-08-12T01:19:51.877Z[ host-image] Aug 12 01:19:50.743 INFO O| Aug 12 01:19:50.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102792026-08-12T01:19:51.877Z[ host-image] Aug 12 01:19:50.743 INFO O| Aug 12 01:19:50.743 INFO STEP 98 (ensure_dir) COMPLETE
102802026-08-12T01:19:51.878Z[ host-image] Aug 12 01:19:50.743 INFO O| Aug 12 01:19:50.743 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102812026-08-12T01:19:51.878Z[ host-image] Aug 12 01:19:50.750 INFO O| Aug 12 01:19:50.750 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102822026-08-12T01:19:51.878Z[ host-image] Aug 12 01:19:50.750 INFO O| Aug 12 01:19:50.750 INFO copying /tmp/.tmpKgS5xv/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 ...
102832026-08-12T01:19:51.878Z[ host-image] Aug 12 01:19:50.750 INFO O| Aug 12 01:19:50.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102842026-08-12T01:19:51.878Z[ host-image] Aug 12 01:19:50.750 INFO O| Aug 12 01:19:50.750 INFO ok!
102852026-08-12T01:19:51.878Z[ host-image] Aug 12 01:19:50.750 INFO O| Aug 12 01:19:50.750 INFO STEP 99 (ensure_file) COMPLETE
102862026-08-12T01:19:51.878Z[ host-image] Aug 12 01:19:50.750 INFO O| Aug 12 01:19:50.750 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102872026-08-12T01:19:51.888Z[ host-image] Aug 12 01:19:50.756 INFO O| Aug 12 01:19:50.756 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102882026-08-12T01:19:51.888Z[ host-image] Aug 12 01:19:50.756 INFO O| Aug 12 01:19:50.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102892026-08-12T01:19:51.888Z[ host-image] Aug 12 01:19:50.756 INFO O| Aug 12 01:19:50.756 INFO STEP 100 (ensure_dir) COMPLETE
102902026-08-12T01:19:51.888Z[ host-image] Aug 12 01:19:50.756 INFO O| Aug 12 01:19:50.756 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102912026-08-12T01:19:51.888Z[ host-image] Aug 12 01:19:50.764 INFO O| Aug 12 01:19:50.764 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102922026-08-12T01:19:51.888Z[ host-image] Aug 12 01:19:50.764 INFO O| Aug 12 01:19:50.764 INFO copying /tmp/.tmpKgS5xv/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102932026-08-12T01:19:51.896Z[ host-image] Aug 12 01:19:50.773 INFO O| Aug 12 01:19:50.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102942026-08-12T01:19:51.897Z[ host-image] Aug 12 01:19:50.773 INFO O| Aug 12 01:19:50.773 INFO ok!
102952026-08-12T01:19:51.897Z[ host-image] Aug 12 01:19:50.773 INFO O| Aug 12 01:19:50.773 INFO STEP 101 (ensure_file) COMPLETE
102962026-08-12T01:19:51.897Z[ host-image] Aug 12 01:19:50.773 INFO O| Aug 12 01:19:50.773 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102972026-08-12T01:19:51.905Z[ host-image] Aug 12 01:19:50.779 INFO O| Aug 12 01:19:50.779 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102982026-08-12T01:19:51.905Z[ host-image] Aug 12 01:19:50.779 INFO O| Aug 12 01:19:50.779 INFO copying /tmp/.tmpKgS5xv/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102992026-08-12T01:19:51.905Z[ host-image] Aug 12 01:19:50.779 INFO O| Aug 12 01:19:50.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103002026-08-12T01:19:51.905Z[ host-image] Aug 12 01:19:50.779 INFO O| Aug 12 01:19:50.779 INFO ok!
103012026-08-12T01:19:51.905Z[ host-image] Aug 12 01:19:50.779 INFO O| Aug 12 01:19:50.779 INFO STEP 102 (ensure_file) COMPLETE
103022026-08-12T01:19:51.905Z[ host-image] Aug 12 01:19:50.779 INFO O| Aug 12 01:19:50.779 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103032026-08-12T01:19:51.917Z[ host-image] Aug 12 01:19:50.785 INFO O| Aug 12 01:19:50.785 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103042026-08-12T01:19:51.917Z[ host-image] Aug 12 01:19:50.785 INFO O| Aug 12 01:19:50.785 INFO copying /tmp/.tmpKgS5xv/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103052026-08-12T01:19:52.214Z[ host-image] Aug 12 01:19:51.090 INFO O| Aug 12 01:19:51.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103062026-08-12T01:19:52.214Z[ host-image] Aug 12 01:19:51.090 INFO O| Aug 12 01:19:51.090 INFO ok!
103072026-08-12T01:19:52.222Z[ host-image] Aug 12 01:19:51.090 INFO O| Aug 12 01:19:51.090 INFO STEP 103 (ensure_file) COMPLETE
103082026-08-12T01:19:52.222Z[ host-image] Aug 12 01:19:51.090 INFO O| Aug 12 01:19:51.090 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103092026-08-12T01:19:52.230Z[ host-image] Aug 12 01:19:51.099 INFO O| Aug 12 01:19:51.099 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103102026-08-12T01:19:52.230Z[ host-image] Aug 12 01:19:51.099 INFO O| Aug 12 01:19:51.099 INFO copying /tmp/.tmpKgS5xv/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103112026-08-12T01:19:52.230Z[ host-image] Aug 12 01:19:51.099 INFO O| Aug 12 01:19:51.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103122026-08-12T01:19:52.230Z[ host-image] Aug 12 01:19:51.099 INFO O| Aug 12 01:19:51.099 INFO ok!
103132026-08-12T01:19:52.230Z[ host-image] Aug 12 01:19:51.099 INFO O| Aug 12 01:19:51.099 INFO STEP 104 (ensure_file) COMPLETE
103142026-08-12T01:19:52.230Z[ host-image] Aug 12 01:19:51.099 INFO O| Aug 12 01:19:51.099 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103152026-08-12T01:19:52.230Z[ host-image] Aug 12 01:19:51.106 INFO O| Aug 12 01:19:51.106 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103162026-08-12T01:19:52.230Z[ host-image] Aug 12 01:19:51.106 INFO O| Aug 12 01:19:51.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103172026-08-12T01:19:52.230Z[ host-image] Aug 12 01:19:51.106 INFO O| Aug 12 01:19:51.106 INFO STEP 105 (ensure_dir) COMPLETE
103182026-08-12T01:19:52.230Z[ host-image] Aug 12 01:19:51.106 INFO O| Aug 12 01:19:51.106 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103192026-08-12T01:19:52.238Z[ host-image] Aug 12 01:19:51.112 INFO O| Aug 12 01:19:51.112 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103202026-08-12T01:19:52.238Z[ host-image] Aug 12 01:19:51.112 INFO O| Aug 12 01:19:51.112 INFO copying /tmp/.tmpKgS5xv/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 ...
103212026-08-12T01:19:52.247Z[ host-image] Aug 12 01:19:51.123 INFO O| Aug 12 01:19:51.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103222026-08-12T01:19:52.256Z[ host-image] Aug 12 01:19:51.123 INFO O| Aug 12 01:19:51.123 INFO ok!
103232026-08-12T01:19:52.256Z[ host-image] Aug 12 01:19:51.123 INFO O| Aug 12 01:19:51.123 INFO STEP 106 (ensure_file) COMPLETE
103242026-08-12T01:19:52.256Z[ host-image] Aug 12 01:19:51.123 INFO O| Aug 12 01:19:51.123 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103252026-08-12T01:19:52.263Z[ host-image] Aug 12 01:19:51.133 INFO O| Aug 12 01:19:51.133 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103262026-08-12T01:19:52.263Z[ host-image] Aug 12 01:19:51.133 INFO O| Aug 12 01:19:51.133 INFO copying /tmp/.tmpKgS5xv/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 ...
103272026-08-12T01:19:52.263Z[ host-image] Aug 12 01:19:51.133 INFO O| Aug 12 01:19:51.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103282026-08-12T01:19:52.263Z[ host-image] Aug 12 01:19:51.133 INFO O| Aug 12 01:19:51.133 INFO ok!
103292026-08-12T01:19:52.263Z[ host-image] Aug 12 01:19:51.133 INFO O| Aug 12 01:19:51.133 INFO STEP 107 (ensure_file) COMPLETE
103302026-08-12T01:19:52.263Z[ host-image] Aug 12 01:19:51.133 INFO O| Aug 12 01:19:51.133 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103312026-08-12T01:19:52.274Z[ host-image] Aug 12 01:19:51.140 INFO O| Aug 12 01:19:51.140 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103322026-08-12T01:19:52.274Z[ host-image] Aug 12 01:19:51.140 INFO O| Aug 12 01:19:51.140 INFO copying /tmp/.tmpKgS5xv/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 ...
103332026-08-12T01:19:52.274Z[ host-image] Aug 12 01:19:51.140 INFO O| Aug 12 01:19:51.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103342026-08-12T01:19:52.274Z[ host-image] Aug 12 01:19:51.140 INFO O| Aug 12 01:19:51.140 INFO ok!
103352026-08-12T01:19:52.275Z[ host-image] Aug 12 01:19:51.140 INFO O| Aug 12 01:19:51.140 INFO STEP 108 (ensure_file) COMPLETE
103362026-08-12T01:19:52.275Z[ host-image] Aug 12 01:19:51.140 INFO O| Aug 12 01:19:51.140 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103372026-08-12T01:19:52.275Z[ host-image] Aug 12 01:19:51.149 INFO O| Aug 12 01:19:51.149 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103382026-08-12T01:19:52.275Z[ host-image] Aug 12 01:19:51.149 INFO O| Aug 12 01:19:51.149 INFO copying /tmp/.tmpKgS5xv/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 ...
103392026-08-12T01:19:52.275Z[ host-image] Aug 12 01:19:51.149 INFO O| Aug 12 01:19:51.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103402026-08-12T01:19:52.275Z[ host-image] Aug 12 01:19:51.149 INFO O| Aug 12 01:19:51.149 INFO ok!
103412026-08-12T01:19:52.275Z[ host-image] Aug 12 01:19:51.149 INFO O| Aug 12 01:19:51.149 INFO STEP 109 (ensure_file) COMPLETE
103422026-08-12T01:19:52.275Z[ host-image] Aug 12 01:19:51.149 INFO O| Aug 12 01:19:51.149 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103432026-08-12T01:19:52.283Z[ host-image] Aug 12 01:19:51.157 INFO O| Aug 12 01:19:51.157 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103442026-08-12T01:19:52.283Z[ host-image] Aug 12 01:19:51.157 INFO O| Aug 12 01:19:51.157 INFO copying /tmp/.tmpKgS5xv/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 ...
103452026-08-12T01:19:52.283Z[ host-image] Aug 12 01:19:51.157 INFO O| Aug 12 01:19:51.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103462026-08-12T01:19:52.283Z[ host-image] Aug 12 01:19:51.157 INFO O| Aug 12 01:19:51.157 INFO ok!
103472026-08-12T01:19:52.283Z[ host-image] Aug 12 01:19:51.157 INFO O| Aug 12 01:19:51.157 INFO STEP 110 (ensure_file) COMPLETE
103482026-08-12T01:19:52.283Z[ host-image] Aug 12 01:19:51.157 INFO O| Aug 12 01:19:51.157 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103492026-08-12T01:19:52.293Z[ host-image] Aug 12 01:19:51.164 INFO O| Aug 12 01:19:51.164 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103502026-08-12T01:19:52.293Z[ host-image] Aug 12 01:19:51.164 INFO O| Aug 12 01:19:51.164 INFO copying /tmp/.tmpKgS5xv/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 ...
103512026-08-12T01:19:52.293Z[ host-image] Aug 12 01:19:51.164 INFO O| Aug 12 01:19:51.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103522026-08-12T01:19:52.293Z[ host-image] Aug 12 01:19:51.164 INFO O| Aug 12 01:19:51.164 INFO ok!
103532026-08-12T01:19:52.293Z[ host-image] Aug 12 01:19:51.164 INFO O| Aug 12 01:19:51.164 INFO STEP 111 (ensure_file) COMPLETE
103542026-08-12T01:19:52.293Z[ host-image] Aug 12 01:19:51.164 INFO O| Aug 12 01:19:51.164 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103552026-08-12T01:19:52.301Z[ host-image] Aug 12 01:19:51.169 INFO O| Aug 12 01:19:51.169 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103562026-08-12T01:19:52.301Z[ host-image] Aug 12 01:19:51.169 INFO O| Aug 12 01:19:51.169 INFO copying /tmp/.tmpKgS5xv/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 ...
103572026-08-12T01:19:52.301Z[ host-image] Aug 12 01:19:51.170 INFO O| Aug 12 01:19:51.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103582026-08-12T01:19:52.301Z[ host-image] Aug 12 01:19:51.170 INFO O| Aug 12 01:19:51.170 INFO ok!
103592026-08-12T01:19:52.301Z[ host-image] Aug 12 01:19:51.170 INFO O| Aug 12 01:19:51.170 INFO STEP 112 (ensure_file) COMPLETE
103602026-08-12T01:19:52.301Z[ host-image] Aug 12 01:19:51.170 INFO O| Aug 12 01:19:51.170 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103612026-08-12T01:19:52.301Z[ host-image] Aug 12 01:19:51.175 INFO O| Aug 12 01:19:51.175 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103622026-08-12T01:19:52.301Z[ host-image] Aug 12 01:19:51.175 INFO O| Aug 12 01:19:51.175 INFO copying /tmp/.tmpKgS5xv/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103632026-08-12T01:19:52.301Z[ host-image] Aug 12 01:19:51.175 INFO O| Aug 12 01:19:51.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103642026-08-12T01:19:52.301Z[ host-image] Aug 12 01:19:51.175 INFO O| Aug 12 01:19:51.175 INFO ok!
103652026-08-12T01:19:52.301Z[ host-image] Aug 12 01:19:51.175 INFO O| Aug 12 01:19:51.175 INFO STEP 113 (ensure_file) COMPLETE
103662026-08-12T01:19:52.301Z[ host-image] Aug 12 01:19:51.175 INFO O| Aug 12 01:19:51.175 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103672026-08-12T01:19:52.319Z[ host-image] Aug 12 01:19:51.181 INFO O| Aug 12 01:19:51.181 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103682026-08-12T01:19:52.319Z[ host-image] Aug 12 01:19:51.181 INFO O| Aug 12 01:19:51.181 INFO copying /tmp/.tmpKgS5xv/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 ...
103692026-08-12T01:19:52.319Z[ host-image] Aug 12 01:19:51.181 INFO O| Aug 12 01:19:51.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103702026-08-12T01:19:52.319Z[ host-image] Aug 12 01:19:51.181 INFO O| Aug 12 01:19:51.181 INFO ok!
103712026-08-12T01:19:52.319Z[ host-image] Aug 12 01:19:51.181 INFO O| Aug 12 01:19:51.181 INFO STEP 114 (ensure_file) COMPLETE
103722026-08-12T01:19:52.319Z[ host-image] Aug 12 01:19:51.181 INFO O| Aug 12 01:19:51.181 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103732026-08-12T01:19:52.319Z[ host-image] Aug 12 01:19:51.189 INFO O| Aug 12 01:19:51.189 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103742026-08-12T01:19:52.319Z[ host-image] Aug 12 01:19:51.189 INFO O| Aug 12 01:19:51.189 INFO copying /tmp/.tmpKgS5xv/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 ...
103752026-08-12T01:19:52.319Z[ host-image] Aug 12 01:19:51.189 INFO O| Aug 12 01:19:51.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103762026-08-12T01:19:52.319Z[ host-image] Aug 12 01:19:51.189 INFO O| Aug 12 01:19:51.189 INFO ok!
103772026-08-12T01:19:52.319Z[ host-image] Aug 12 01:19:51.189 INFO O| Aug 12 01:19:51.189 INFO STEP 115 (ensure_file) COMPLETE
103782026-08-12T01:19:52.319Z[ host-image] Aug 12 01:19:51.189 INFO O| Aug 12 01:19:51.189 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103792026-08-12T01:19:52.334Z[ host-image] Aug 12 01:19:51.197 INFO O| Aug 12 01:19:51.197 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103802026-08-12T01:19:52.334Z[ host-image] Aug 12 01:19:51.197 INFO O| Aug 12 01:19:51.197 INFO copying /tmp/.tmpKgS5xv/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 ...
103812026-08-12T01:19:52.334Z[ host-image] Aug 12 01:19:51.198 INFO O| Aug 12 01:19:51.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103822026-08-12T01:19:52.334Z[ host-image] Aug 12 01:19:51.198 INFO O| Aug 12 01:19:51.197 INFO ok!
103832026-08-12T01:19:52.334Z[ host-image] Aug 12 01:19:51.198 INFO O| Aug 12 01:19:51.198 INFO STEP 116 (ensure_file) COMPLETE
103842026-08-12T01:19:52.334Z[ host-image] Aug 12 01:19:51.198 INFO O| Aug 12 01:19:51.198 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103852026-08-12T01:19:52.344Z[ host-image] Aug 12 01:19:51.205 INFO O| Aug 12 01:19:51.205 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103862026-08-12T01:19:52.344Z[ host-image] Aug 12 01:19:51.205 INFO O| Aug 12 01:19:51.205 INFO copying /tmp/.tmpKgS5xv/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103872026-08-12T01:19:52.344Z[ host-image] Aug 12 01:19:51.205 INFO O| Aug 12 01:19:51.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103882026-08-12T01:19:52.344Z[ host-image] Aug 12 01:19:51.205 INFO O| Aug 12 01:19:51.205 INFO ok!
103892026-08-12T01:19:52.344Z[ host-image] Aug 12 01:19:51.205 INFO O| Aug 12 01:19:51.205 INFO STEP 117 (ensure_file) COMPLETE
103902026-08-12T01:19:52.344Z[ host-image] Aug 12 01:19:51.205 INFO O| Aug 12 01:19:51.205 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103912026-08-12T01:19:52.344Z[ host-image] Aug 12 01:19:51.213 INFO O| Aug 12 01:19:51.213 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103922026-08-12T01:19:52.344Z[ host-image] Aug 12 01:19:51.213 INFO O| Aug 12 01:19:51.213 INFO copying /tmp/.tmpKgS5xv/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 ...
103932026-08-12T01:19:52.344Z[ host-image] Aug 12 01:19:51.213 INFO O| Aug 12 01:19:51.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103942026-08-12T01:19:52.344Z[ host-image] Aug 12 01:19:51.213 INFO O| Aug 12 01:19:51.213 INFO ok!
103952026-08-12T01:19:52.344Z[ host-image] Aug 12 01:19:51.213 INFO O| Aug 12 01:19:51.213 INFO STEP 118 (ensure_file) COMPLETE
103962026-08-12T01:19:52.344Z[ host-image] Aug 12 01:19:51.213 INFO O| Aug 12 01:19:51.213 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103972026-08-12T01:19:52.360Z[ host-image] Aug 12 01:19:51.220 INFO O| Aug 12 01:19:51.220 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103982026-08-12T01:19:52.360Z[ host-image] Aug 12 01:19:51.220 INFO O| Aug 12 01:19:51.220 INFO copying /tmp/.tmpKgS5xv/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 ...
103992026-08-12T01:19:52.360Z[ host-image] Aug 12 01:19:51.220 INFO O| Aug 12 01:19:51.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104002026-08-12T01:19:52.360Z[ host-image] Aug 12 01:19:51.220 INFO O| Aug 12 01:19:51.220 INFO ok!
104012026-08-12T01:19:52.360Z[ host-image] Aug 12 01:19:51.220 INFO O| Aug 12 01:19:51.220 INFO STEP 119 (ensure_file) COMPLETE
104022026-08-12T01:19:52.360Z[ host-image] Aug 12 01:19:51.220 INFO O| Aug 12 01:19:51.220 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104032026-08-12T01:19:52.360Z[ host-image] Aug 12 01:19:51.227 INFO O| Aug 12 01:19:51.227 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104042026-08-12T01:19:52.360Z[ host-image] Aug 12 01:19:51.227 INFO O| Aug 12 01:19:51.227 INFO copying /tmp/.tmpKgS5xv/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 ...
104052026-08-12T01:19:52.360Z[ host-image] Aug 12 01:19:51.227 INFO O| Aug 12 01:19:51.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104062026-08-12T01:19:52.360Z[ host-image] Aug 12 01:19:51.227 INFO O| Aug 12 01:19:51.227 INFO ok!
104072026-08-12T01:19:52.360Z[ host-image] Aug 12 01:19:51.227 INFO O| Aug 12 01:19:51.227 INFO STEP 120 (ensure_file) COMPLETE
104082026-08-12T01:19:52.360Z[ host-image] Aug 12 01:19:51.227 INFO O| Aug 12 01:19:51.227 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104092026-08-12T01:19:52.372Z[ host-image] Aug 12 01:19:51.234 INFO O| Aug 12 01:19:51.234 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104102026-08-12T01:19:52.372Z[ host-image] Aug 12 01:19:51.234 INFO O| Aug 12 01:19:51.234 INFO copying /tmp/.tmpKgS5xv/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 ...
104112026-08-12T01:19:52.372Z[ host-image] Aug 12 01:19:51.234 INFO O| Aug 12 01:19:51.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104122026-08-12T01:19:52.372Z[ host-image] Aug 12 01:19:51.234 INFO O| Aug 12 01:19:51.234 INFO ok!
104132026-08-12T01:19:52.372Z[ host-image] Aug 12 01:19:51.234 INFO O| Aug 12 01:19:51.234 INFO STEP 121 (ensure_file) COMPLETE
104142026-08-12T01:19:52.372Z[ host-image] Aug 12 01:19:51.234 INFO O| Aug 12 01:19:51.234 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104152026-08-12T01:19:52.372Z[ host-image] Aug 12 01:19:51.241 INFO O| Aug 12 01:19:51.241 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104162026-08-12T01:19:52.372Z[ host-image] Aug 12 01:19:51.241 INFO O| Aug 12 01:19:51.241 INFO copying /tmp/.tmpKgS5xv/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 ...
104172026-08-12T01:19:52.372Z[ host-image] Aug 12 01:19:51.241 INFO O| Aug 12 01:19:51.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104182026-08-12T01:19:52.372Z[ host-image] Aug 12 01:19:51.241 INFO O| Aug 12 01:19:51.241 INFO ok!
104192026-08-12T01:19:52.372Z[ host-image] Aug 12 01:19:51.241 INFO O| Aug 12 01:19:51.241 INFO STEP 122 (ensure_file) COMPLETE
104202026-08-12T01:19:52.372Z[ host-image] Aug 12 01:19:51.241 INFO O| Aug 12 01:19:51.241 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104212026-08-12T01:19:52.386Z[ host-image] Aug 12 01:19:51.249 INFO O| Aug 12 01:19:51.249 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104222026-08-12T01:19:52.386Z[ host-image] Aug 12 01:19:51.249 INFO O| Aug 12 01:19:51.249 INFO copying /tmp/.tmpKgS5xv/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 ...
104232026-08-12T01:19:52.387Z[ host-image] Aug 12 01:19:51.249 INFO O| Aug 12 01:19:51.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104242026-08-12T01:19:52.387Z[ host-image] Aug 12 01:19:51.249 INFO O| Aug 12 01:19:51.249 INFO ok!
104252026-08-12T01:19:52.387Z[ host-image] Aug 12 01:19:51.249 INFO O| Aug 12 01:19:51.249 INFO STEP 123 (ensure_file) COMPLETE
104262026-08-12T01:19:52.387Z[ host-image] Aug 12 01:19:51.249 INFO O| Aug 12 01:19:51.249 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104272026-08-12T01:19:52.405Z[ host-image] Aug 12 01:19:51.257 INFO O| Aug 12 01:19:51.257 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104282026-08-12T01:19:52.405Z[ host-image] Aug 12 01:19:51.257 INFO O| Aug 12 01:19:51.257 INFO copying /tmp/.tmpKgS5xv/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 ...
104292026-08-12T01:19:52.405Z[ host-image] Aug 12 01:19:51.257 INFO O| Aug 12 01:19:51.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104302026-08-12T01:19:52.405Z[ host-image] Aug 12 01:19:51.257 INFO O| Aug 12 01:19:51.257 INFO ok!
104312026-08-12T01:19:52.405Z[ host-image] Aug 12 01:19:51.257 INFO O| Aug 12 01:19:51.257 INFO STEP 124 (ensure_file) COMPLETE
104322026-08-12T01:19:52.405Z[ host-image] Aug 12 01:19:51.257 INFO O| Aug 12 01:19:51.257 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104332026-08-12T01:19:52.405Z[ host-image] Aug 12 01:19:51.265 INFO O| Aug 12 01:19:51.265 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104342026-08-12T01:19:52.405Z[ host-image] Aug 12 01:19:51.265 INFO O| Aug 12 01:19:51.265 INFO copying /tmp/.tmpKgS5xv/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 ...
104352026-08-12T01:19:52.405Z[ host-image] Aug 12 01:19:51.265 INFO O| Aug 12 01:19:51.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104362026-08-12T01:19:52.405Z[ host-image] Aug 12 01:19:51.265 INFO O| Aug 12 01:19:51.265 INFO ok!
104372026-08-12T01:19:52.405Z[ host-image] Aug 12 01:19:51.265 INFO O| Aug 12 01:19:51.265 INFO STEP 125 (ensure_file) COMPLETE
104382026-08-12T01:19:52.405Z[ host-image] Aug 12 01:19:51.265 INFO O| Aug 12 01:19:51.265 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104392026-08-12T01:19:52.405Z[ host-image] Aug 12 01:19:51.272 INFO O| Aug 12 01:19:51.272 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104402026-08-12T01:19:52.405Z[ host-image] Aug 12 01:19:51.272 INFO O| Aug 12 01:19:51.272 INFO copying /tmp/.tmpKgS5xv/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 ...
104412026-08-12T01:19:52.405Z[ host-image] Aug 12 01:19:51.273 INFO O| Aug 12 01:19:51.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104422026-08-12T01:19:52.405Z[ host-image] Aug 12 01:19:51.273 INFO O| Aug 12 01:19:51.273 INFO ok!
104432026-08-12T01:19:52.405Z[ host-image] Aug 12 01:19:51.273 INFO O| Aug 12 01:19:51.273 INFO STEP 126 (ensure_file) COMPLETE
104442026-08-12T01:19:52.405Z[ host-image] Aug 12 01:19:51.273 INFO O| Aug 12 01:19:51.273 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104452026-08-12T01:19:52.415Z[ host-image] Aug 12 01:19:51.280 INFO O| Aug 12 01:19:51.280 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104462026-08-12T01:19:52.415Z[ host-image] Aug 12 01:19:51.280 INFO O| Aug 12 01:19:51.280 INFO copying /tmp/.tmpKgS5xv/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 ...
104472026-08-12T01:19:52.415Z[ host-image] Aug 12 01:19:51.280 INFO O| Aug 12 01:19:51.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104482026-08-12T01:19:52.415Z[ host-image] Aug 12 01:19:51.280 INFO O| Aug 12 01:19:51.280 INFO ok!
104492026-08-12T01:19:52.415Z[ host-image] Aug 12 01:19:51.280 INFO O| Aug 12 01:19:51.280 INFO STEP 127 (ensure_file) COMPLETE
104502026-08-12T01:19:52.415Z[ host-image] Aug 12 01:19:51.280 INFO O| Aug 12 01:19:51.280 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104512026-08-12T01:19:52.428Z[ host-image] Aug 12 01:19:51.289 INFO O| Aug 12 01:19:51.288 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104522026-08-12T01:19:52.428Z[ host-image] Aug 12 01:19:51.289 INFO O| Aug 12 01:19:51.289 INFO copying /tmp/.tmpKgS5xv/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 ...
104532026-08-12T01:19:52.428Z[ host-image] Aug 12 01:19:51.289 INFO O| Aug 12 01:19:51.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104542026-08-12T01:19:52.428Z[ host-image] Aug 12 01:19:51.289 INFO O| Aug 12 01:19:51.289 INFO ok!
104552026-08-12T01:19:52.428Z[ host-image] Aug 12 01:19:51.289 INFO O| Aug 12 01:19:51.289 INFO STEP 128 (ensure_file) COMPLETE
104562026-08-12T01:19:52.428Z[ host-image] Aug 12 01:19:51.289 INFO O| Aug 12 01:19:51.289 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104572026-08-12T01:19:52.428Z[ host-image] Aug 12 01:19:51.296 INFO O| Aug 12 01:19:51.296 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104582026-08-12T01:19:52.428Z[ host-image] Aug 12 01:19:51.296 INFO O| Aug 12 01:19:51.296 INFO copying /tmp/.tmpKgS5xv/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 ...
104592026-08-12T01:19:52.429Z[ host-image] Aug 12 01:19:51.296 INFO O| Aug 12 01:19:51.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104602026-08-12T01:19:52.429Z[ host-image] Aug 12 01:19:51.296 INFO O| Aug 12 01:19:51.296 INFO ok!
104612026-08-12T01:19:52.429Z[ host-image] Aug 12 01:19:51.296 INFO O| Aug 12 01:19:51.296 INFO STEP 129 (ensure_file) COMPLETE
104622026-08-12T01:19:52.429Z[ host-image] Aug 12 01:19:51.296 INFO O| Aug 12 01:19:51.296 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104632026-08-12T01:19:52.446Z[ host-image] Aug 12 01:19:51.304 INFO O| Aug 12 01:19:51.304 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104642026-08-12T01:19:52.446Z[ host-image] Aug 12 01:19:51.304 INFO O| Aug 12 01:19:51.304 INFO copying /tmp/.tmpKgS5xv/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 ...
104652026-08-12T01:19:52.446Z[ host-image] Aug 12 01:19:51.304 INFO O| Aug 12 01:19:51.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104662026-08-12T01:19:52.446Z[ host-image] Aug 12 01:19:51.304 INFO O| Aug 12 01:19:51.304 INFO ok!
104672026-08-12T01:19:52.446Z[ host-image] Aug 12 01:19:51.304 INFO O| Aug 12 01:19:51.304 INFO STEP 130 (ensure_file) COMPLETE
104682026-08-12T01:19:52.447Z[ host-image] Aug 12 01:19:51.304 INFO O| Aug 12 01:19:51.304 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104692026-08-12T01:19:52.447Z[ host-image] Aug 12 01:19:51.312 INFO O| Aug 12 01:19:51.312 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104702026-08-12T01:19:52.447Z[ host-image] Aug 12 01:19:51.312 INFO O| Aug 12 01:19:51.312 INFO copying /tmp/.tmpKgS5xv/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 ...
104712026-08-12T01:19:52.447Z[ host-image] Aug 12 01:19:51.312 INFO O| Aug 12 01:19:51.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104722026-08-12T01:19:52.447Z[ host-image] Aug 12 01:19:51.312 INFO O| Aug 12 01:19:51.312 INFO ok!
104732026-08-12T01:19:52.447Z[ host-image] Aug 12 01:19:51.312 INFO O| Aug 12 01:19:51.312 INFO STEP 131 (ensure_file) COMPLETE
104742026-08-12T01:19:52.447Z[ host-image] Aug 12 01:19:51.312 INFO O| Aug 12 01:19:51.312 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104752026-08-12T01:19:52.459Z[ host-image] Aug 12 01:19:51.319 INFO O| Aug 12 01:19:51.319 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104762026-08-12T01:19:52.460Z[ host-image] Aug 12 01:19:51.319 INFO O| Aug 12 01:19:51.319 INFO copying /tmp/.tmpKgS5xv/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 ...
104772026-08-12T01:19:52.460Z[ host-image] Aug 12 01:19:51.319 INFO O| Aug 12 01:19:51.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104782026-08-12T01:19:52.460Z[ host-image] Aug 12 01:19:51.319 INFO O| Aug 12 01:19:51.319 INFO ok!
104792026-08-12T01:19:52.460Z[ host-image] Aug 12 01:19:51.319 INFO O| Aug 12 01:19:51.319 INFO STEP 132 (ensure_file) COMPLETE
104802026-08-12T01:19:52.460Z[ host-image] Aug 12 01:19:51.319 INFO O| Aug 12 01:19:51.319 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104812026-08-12T01:19:52.460Z[ host-image] Aug 12 01:19:51.326 INFO O| Aug 12 01:19:51.326 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104822026-08-12T01:19:52.460Z[ host-image] Aug 12 01:19:51.326 INFO O| Aug 12 01:19:51.326 INFO copying /tmp/.tmpKgS5xv/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 ...
104832026-08-12T01:19:52.460Z[ host-image] Aug 12 01:19:51.326 INFO O| Aug 12 01:19:51.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104842026-08-12T01:19:52.460Z[ host-image] Aug 12 01:19:51.326 INFO O| Aug 12 01:19:51.326 INFO ok!
104852026-08-12T01:19:52.460Z[ host-image] Aug 12 01:19:51.326 INFO O| Aug 12 01:19:51.326 INFO STEP 133 (ensure_file) COMPLETE
104862026-08-12T01:19:52.460Z[ host-image] Aug 12 01:19:51.326 INFO O| Aug 12 01:19:51.326 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104872026-08-12T01:19:52.473Z[ host-image] Aug 12 01:19:51.333 INFO O| Aug 12 01:19:51.333 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104882026-08-12T01:19:52.473Z[ host-image] Aug 12 01:19:51.333 INFO O| Aug 12 01:19:51.333 INFO copying /tmp/.tmpKgS5xv/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 ...
104892026-08-12T01:19:52.473Z[ host-image] Aug 12 01:19:51.333 INFO O| Aug 12 01:19:51.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104902026-08-12T01:19:52.473Z[ host-image] Aug 12 01:19:51.333 INFO O| Aug 12 01:19:51.333 INFO ok!
104912026-08-12T01:19:52.473Z[ host-image] Aug 12 01:19:51.333 INFO O| Aug 12 01:19:51.333 INFO STEP 134 (ensure_file) COMPLETE
104922026-08-12T01:19:52.473Z[ host-image] Aug 12 01:19:51.333 INFO O| Aug 12 01:19:51.333 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104932026-08-12T01:19:52.473Z[ host-image] Aug 12 01:19:51.340 INFO O| Aug 12 01:19:51.340 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104942026-08-12T01:19:52.473Z[ host-image] Aug 12 01:19:51.340 INFO O| Aug 12 01:19:51.340 INFO copying /tmp/.tmpKgS5xv/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 ...
104952026-08-12T01:19:52.473Z[ host-image] Aug 12 01:19:51.340 INFO O| Aug 12 01:19:51.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104962026-08-12T01:19:52.473Z[ host-image] Aug 12 01:19:51.340 INFO O| Aug 12 01:19:51.340 INFO ok!
104972026-08-12T01:19:52.474Z[ host-image] Aug 12 01:19:51.340 INFO O| Aug 12 01:19:51.340 INFO STEP 135 (ensure_file) COMPLETE
104982026-08-12T01:19:52.474Z[ host-image] Aug 12 01:19:51.340 INFO O| Aug 12 01:19:51.340 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104992026-08-12T01:19:52.474Z[ host-image] Aug 12 01:19:51.348 INFO O| Aug 12 01:19:51.348 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105002026-08-12T01:19:52.474Z[ host-image] Aug 12 01:19:51.348 INFO O| Aug 12 01:19:51.348 INFO copying /tmp/.tmpKgS5xv/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105012026-08-12T01:19:52.474Z[ host-image] Aug 12 01:19:51.348 INFO O| Aug 12 01:19:51.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105022026-08-12T01:19:52.474Z[ host-image] Aug 12 01:19:51.348 INFO O| Aug 12 01:19:51.348 INFO ok!
105032026-08-12T01:19:52.474Z[ host-image] Aug 12 01:19:51.348 INFO O| Aug 12 01:19:51.348 INFO STEP 136 (ensure_file) COMPLETE
105042026-08-12T01:19:52.474Z[ host-image] Aug 12 01:19:51.348 INFO O| Aug 12 01:19:51.348 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105052026-08-12T01:19:52.482Z[ host-image] Aug 12 01:19:51.356 INFO O| Aug 12 01:19:51.356 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105062026-08-12T01:19:52.482Z[ host-image] Aug 12 01:19:51.356 INFO O| Aug 12 01:19:51.356 INFO copying /tmp/.tmpKgS5xv/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 ...
105072026-08-12T01:19:52.482Z[ host-image] Aug 12 01:19:51.356 INFO O| Aug 12 01:19:51.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105082026-08-12T01:19:52.482Z[ host-image] Aug 12 01:19:51.356 INFO O| Aug 12 01:19:51.356 INFO ok!
105092026-08-12T01:19:52.482Z[ host-image] Aug 12 01:19:51.356 INFO O| Aug 12 01:19:51.356 INFO STEP 137 (ensure_file) COMPLETE
105102026-08-12T01:19:52.483Z[ host-image] Aug 12 01:19:51.356 INFO O| Aug 12 01:19:51.356 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105112026-08-12T01:19:52.490Z[ host-image] Aug 12 01:19:51.363 INFO O| Aug 12 01:19:51.363 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105122026-08-12T01:19:52.490Z[ host-image] Aug 12 01:19:51.363 INFO O| Aug 12 01:19:51.363 INFO copying /tmp/.tmpKgS5xv/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105132026-08-12T01:19:52.490Z[ host-image] Aug 12 01:19:51.363 INFO O| Aug 12 01:19:51.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105142026-08-12T01:19:52.490Z[ host-image] Aug 12 01:19:51.363 INFO O| Aug 12 01:19:51.363 INFO ok!
105152026-08-12T01:19:52.490Z[ host-image] Aug 12 01:19:51.363 INFO O| Aug 12 01:19:51.363 INFO STEP 138 (ensure_file) COMPLETE
105162026-08-12T01:19:52.490Z[ host-image] Aug 12 01:19:51.363 INFO O| Aug 12 01:19:51.363 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105172026-08-12T01:19:52.504Z[ host-image] Aug 12 01:19:51.370 INFO O| Aug 12 01:19:51.370 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105182026-08-12T01:19:52.504Z[ host-image] Aug 12 01:19:51.370 INFO O| Aug 12 01:19:51.370 INFO copying /tmp/.tmpKgS5xv/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105192026-08-12T01:19:53.990Z[ recovery-image] Aug 12 01:19:52.866 INFO creating reset image...
105202026-08-12T01:19:53.990Z[ recovery-image] Aug 12 01:19:52.866 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")
105212026-08-12T01:19:54.258Z[ recovery-image] Aug 12 01:19:53.134 INFO E| Updating crates.io index
105222026-08-12T01:19:54.586Z[ recovery-image] Aug 12 01:19:53.462 INFO E| Downloading crates ...
105232026-08-12T01:19:54.635Z[ recovery-image] Aug 12 01:19:53.511 INFO E| Downloaded duct v1.1.1
105242026-08-12T01:19:54.643Z[ recovery-image] Aug 12 01:19:53.514 INFO E| Downloaded shared_thread v0.2.0
105252026-08-12T01:19:54.643Z[ recovery-image] Aug 12 01:19:53.515 INFO E| Downloaded clap_lex v1.1.0
105262026-08-12T01:19:54.643Z[ recovery-image] Aug 12 01:19:53.516 INFO E| Downloaded sigchld v0.2.4
105272026-08-12T01:19:54.643Z[ recovery-image] Aug 12 01:19:53.517 INFO E| Downloaded colorchoice v1.0.5
105282026-08-12T01:19:54.643Z[ recovery-image] Aug 12 01:19:53.518 INFO E| Downloaded shared_child v1.1.1
105292026-08-12T01:19:54.643Z[ recovery-image] Aug 12 01:19:53.519 INFO E| Downloaded os_pipe v1.2.3
105302026-08-12T01:19:54.677Z[ recovery-image] Aug 12 01:19:53.553 INFO E| Compiling libc v0.2.186
105312026-08-12T01:19:54.689Z[ recovery-image] Aug 12 01:19:53.554 INFO E| Compiling proc-macro2 v1.0.106
105322026-08-12T01:19:54.689Z[ recovery-image] Aug 12 01:19:53.554 INFO E| Compiling signal-hook v0.3.18
105332026-08-12T01:19:54.689Z[ recovery-image] Aug 12 01:19:53.554 INFO E| Compiling quote v1.0.45
105342026-08-12T01:19:54.689Z[ recovery-image] Aug 12 01:19:53.554 INFO E| Compiling unicode-ident v1.0.24
105352026-08-12T01:19:54.690Z[ recovery-image] Aug 12 01:19:53.554 INFO E| Compiling utf8parse v0.2.2
105362026-08-12T01:19:54.690Z[ recovery-image] Aug 12 01:19:53.554 INFO E| Compiling is_terminal_polyfill v1.70.2
105372026-08-12T01:19:54.690Z[ recovery-image] Aug 12 01:19:53.554 INFO E| Compiling colorchoice v1.0.5
105382026-08-12T01:19:54.690Z[ recovery-image] Aug 12 01:19:53.554 INFO E| Compiling anstyle-query v1.1.5
105392026-08-12T01:19:54.690Z[ recovery-image] Aug 12 01:19:53.554 INFO E| Compiling anstyle v1.0.14
105402026-08-12T01:19:54.690Z[ recovery-image] Aug 12 01:19:53.554 INFO E| Compiling strsim v0.11.1
105412026-08-12T01:19:54.690Z[ recovery-image] Aug 12 01:19:53.554 INFO E| Compiling clap_lex v1.1.0
105422026-08-12T01:19:54.690Z[ recovery-image] Aug 12 01:19:53.554 INFO E| Compiling heck v0.5.0
105432026-08-12T01:19:54.690Z[ recovery-image] Aug 12 01:19:53.554 INFO E| Compiling shared_thread v0.2.0
105442026-08-12T01:19:54.809Z[ recovery-image] Aug 12 01:19:53.685 INFO E| Compiling anstyle-parse v1.0.0
105452026-08-12T01:19:54.977Z[ recovery-image] Aug 12 01:19:53.854 INFO E| Compiling anstream v1.0.0
105462026-08-12T01:19:55.197Z[ recovery-image] Aug 12 01:19:54.073 INFO E| Compiling clap_builder v4.6.0
105472026-08-12T01:19:55.517Z[ recovery-image] Aug 12 01:19:54.393 INFO E| Compiling errno v0.3.14
105482026-08-12T01:19:55.517Z[ recovery-image] Aug 12 01:19:54.393 INFO E| Compiling os_pipe v1.2.3
105492026-08-12T01:19:55.631Z[ recovery-image] Aug 12 01:19:54.503 INFO E| Compiling signal-hook-registry v1.4.8
105502026-08-12T01:19:55.814Z[ recovery-image] Aug 12 01:19:54.689 INFO E| Compiling syn v2.0.117
105512026-08-12T01:19:55.926Z[ recovery-image] Aug 12 01:19:54.802 INFO E| Compiling sigchld v0.2.4
105522026-08-12T01:19:56.028Z[ recovery-image] Aug 12 01:19:54.905 INFO E| Compiling shared_child v1.1.1
105532026-08-12T01:19:56.157Z[ recovery-image] Aug 12 01:19:55.034 INFO E| Compiling duct v1.1.1
105542026-08-12T01:19:58.243Z[ recovery-image] Aug 12 01:19:57.119 INFO E| Compiling clap_derive v4.6.1
105552026-08-12T01:19:59.669Z[ host-image] Aug 12 01:19:58.545 INFO O| Aug 12 01:19:58.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105562026-08-12T01:19:59.669Z[ host-image] Aug 12 01:19:58.545 INFO O| Aug 12 01:19:58.545 INFO ok!
105572026-08-12T01:19:59.669Z[ host-image] Aug 12 01:19:58.545 INFO O| Aug 12 01:19:58.545 INFO STEP 139 (ensure_file) COMPLETE
105582026-08-12T01:19:59.676Z[ host-image] Aug 12 01:19:58.545 INFO O| Aug 12 01:19:58.545 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105592026-08-12T01:19:59.681Z[ host-image] Aug 12 01:19:58.553 INFO O| Aug 12 01:19:58.553 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105602026-08-12T01:19:59.681Z[ host-image] Aug 12 01:19:58.553 INFO O| Aug 12 01:19:58.553 INFO STEP 140 (ensure_dir) COMPLETE
105612026-08-12T01:19:59.681Z[ host-image] Aug 12 01:19:58.553 INFO O| Aug 12 01:19:58.553 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105622026-08-12T01:19:59.687Z[ host-image] Aug 12 01:19:58.561 INFO O| Aug 12 01:19:58.561 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105632026-08-12T01:19:59.687Z[ host-image] Aug 12 01:19:58.561 INFO O| Aug 12 01:19:58.561 INFO STEP 141 (ensure_dir) COMPLETE
105642026-08-12T01:19:59.687Z[ host-image] Aug 12 01:19:58.561 INFO O| Aug 12 01:19:58.561 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105652026-08-12T01:19:59.695Z[ host-image] Aug 12 01:19:58.568 INFO O| Aug 12 01:19:58.568 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105662026-08-12T01:19:59.695Z[ host-image] Aug 12 01:19:58.568 INFO O| Aug 12 01:19:58.568 INFO STEP 142 (ensure_dir) COMPLETE
105672026-08-12T01:19:59.695Z[ host-image] Aug 12 01:19:58.568 INFO O| Aug 12 01:19:58.568 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105682026-08-12T01:19:59.702Z[ host-image] Aug 12 01:19:58.574 INFO O| Aug 12 01:19:58.574 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105692026-08-12T01:19:59.702Z[ host-image] Aug 12 01:19:58.574 INFO O| Aug 12 01:19:58.574 INFO STEP 143 (ensure_dir) COMPLETE
105702026-08-12T01:19:59.702Z[ host-image] Aug 12 01:19:58.574 INFO O| Aug 12 01:19:58.574 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105712026-08-12T01:19:59.713Z[ host-image] Aug 12 01:19:58.580 INFO O| Aug 12 01:19:58.580 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105722026-08-12T01:19:59.713Z[ host-image] Aug 12 01:19:58.580 INFO O| Aug 12 01:19:58.580 INFO copying /tmp/.tmpKgS5xv/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 ...
105732026-08-12T01:19:59.713Z[ host-image] Aug 12 01:19:58.580 INFO O| Aug 12 01:19:58.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105742026-08-12T01:19:59.713Z[ host-image] Aug 12 01:19:58.580 INFO O| Aug 12 01:19:58.580 INFO ok!
105752026-08-12T01:19:59.713Z[ host-image] Aug 12 01:19:58.580 INFO O| Aug 12 01:19:58.580 INFO STEP 144 (ensure_file) COMPLETE
105762026-08-12T01:19:59.713Z[ host-image] Aug 12 01:19:58.580 INFO O| Aug 12 01:19:58.580 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105772026-08-12T01:19:59.713Z[ host-image] Aug 12 01:19:58.588 INFO O| Aug 12 01:19:58.587 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105782026-08-12T01:19:59.713Z[ host-image] Aug 12 01:19:58.588 INFO O| Aug 12 01:19:58.588 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105792026-08-12T01:19:59.713Z[ host-image] Aug 12 01:19:58.588 INFO O| Aug 12 01:19:58.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105802026-08-12T01:19:59.713Z[ host-image] Aug 12 01:19:58.588 INFO O| Aug 12 01:19:58.588 INFO STEP 145 (ensure_dir) COMPLETE
105812026-08-12T01:19:59.713Z[ host-image] Aug 12 01:19:58.588 INFO O| Aug 12 01:19:58.588 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105822026-08-12T01:19:59.719Z[ host-image] Aug 12 01:19:58.594 INFO O| Aug 12 01:19:58.594 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105832026-08-12T01:19:59.719Z[ host-image] Aug 12 01:19:58.594 INFO O| Aug 12 01:19:58.594 INFO copying /tmp/.tmpKgS5xv/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105842026-08-12T01:19:59.719Z[ host-image] Aug 12 01:19:58.594 INFO O| Aug 12 01:19:58.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105852026-08-12T01:19:59.720Z[ host-image] Aug 12 01:19:58.594 INFO O| Aug 12 01:19:58.594 INFO ok!
105862026-08-12T01:19:59.720Z[ host-image] Aug 12 01:19:58.594 INFO O| Aug 12 01:19:58.594 INFO STEP 146 (ensure_file) COMPLETE
105872026-08-12T01:19:59.720Z[ host-image] Aug 12 01:19:58.594 INFO O| Aug 12 01:19:58.594 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105882026-08-12T01:19:59.726Z[ host-image] Aug 12 01:19:58.600 INFO O| Aug 12 01:19:58.600 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105892026-08-12T01:19:59.726Z[ host-image] Aug 12 01:19:58.600 INFO O| Aug 12 01:19:58.600 INFO STEP 147 (remove_files) COMPLETE
105902026-08-12T01:19:59.726Z[ host-image] Aug 12 01:19:58.600 INFO O| Aug 12 01:19:58.600 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105912026-08-12T01:19:59.733Z[ host-image] Aug 12 01:19:58.608 INFO O| Aug 12 01:19:58.608 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105922026-08-12T01:19:59.733Z[ host-image] Aug 12 01:19:58.608 INFO O| Aug 12 01:19:58.608 INFO STEP 148 (remove_files) COMPLETE
105932026-08-12T01:19:59.733Z[ host-image] Aug 12 01:19:58.608 INFO O| Aug 12 01:19:58.608 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105942026-08-12T01:19:59.741Z[ host-image] Aug 12 01:19:58.616 INFO O| Aug 12 01:19:58.616 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105952026-08-12T01:19:59.742Z[ host-image] Aug 12 01:19:58.616 INFO O| Aug 12 01:19:58.616 INFO STEP 149 (remove_files) COMPLETE
105962026-08-12T01:19:59.742Z[ host-image] Aug 12 01:19:58.616 INFO O| Aug 12 01:19:58.616 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105972026-08-12T01:19:59.748Z[ host-image] Aug 12 01:19:58.622 INFO O| Aug 12 01:19:58.622 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105982026-08-12T01:19:59.748Z[ host-image] Aug 12 01:19:58.622 INFO O| Aug 12 01:19:58.622 INFO STEP 150 (remove_files) COMPLETE
105992026-08-12T01:19:59.748Z[ host-image] Aug 12 01:19:58.622 INFO O| Aug 12 01:19:58.622 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106002026-08-12T01:19:59.755Z[ host-image] Aug 12 01:19:58.628 INFO O| Aug 12 01:19:58.628 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106012026-08-12T01:19:59.755Z[ host-image] Aug 12 01:19:58.628 INFO O| Aug 12 01:19:58.628 INFO STEP 151 (remove_files) COMPLETE
106022026-08-12T01:19:59.755Z[ host-image] Aug 12 01:19:58.628 INFO O| Aug 12 01:19:58.628 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106032026-08-12T01:19:59.763Z[ host-image] Aug 12 01:19:58.633 INFO O| Aug 12 01:19:58.633 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106042026-08-12T01:19:59.763Z[ host-image] Aug 12 01:19:58.633 INFO O| Aug 12 01:19:58.633 INFO STEP 152 (remove_files) COMPLETE
106052026-08-12T01:19:59.763Z[ host-image] Aug 12 01:19:58.633 INFO O| Aug 12 01:19:58.633 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106062026-08-12T01:19:59.763Z[ host-image] Aug 12 01:19:58.639 INFO O| Aug 12 01:19:58.639 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106072026-08-12T01:19:59.763Z[ host-image] Aug 12 01:19:58.639 INFO O| Aug 12 01:19:58.639 INFO STEP 153 (remove_files) COMPLETE
106082026-08-12T01:19:59.763Z[ host-image] Aug 12 01:19:58.639 INFO O| Aug 12 01:19:58.639 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106092026-08-12T01:19:59.774Z[ host-image] Aug 12 01:19:58.644 INFO O| Aug 12 01:19:58.644 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106102026-08-12T01:19:59.774Z[ host-image] Aug 12 01:19:58.644 INFO O| Aug 12 01:19:58.644 INFO STEP 154 (remove_files) COMPLETE
106112026-08-12T01:19:59.774Z[ host-image] Aug 12 01:19:58.644 INFO O| Aug 12 01:19:58.644 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106122026-08-12T01:19:59.774Z[ host-image] Aug 12 01:19:58.649 INFO O| Aug 12 01:19:58.649 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106132026-08-12T01:19:59.774Z[ host-image] Aug 12 01:19:58.649 INFO O| Aug 12 01:19:58.649 INFO STEP 155 (remove_files) COMPLETE
106142026-08-12T01:19:59.774Z[ host-image] Aug 12 01:19:58.649 INFO O| Aug 12 01:19:58.649 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106152026-08-12T01:19:59.783Z[ host-image] Aug 12 01:19:58.655 INFO O| Aug 12 01:19:58.655 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106162026-08-12T01:19:59.783Z[ host-image] Aug 12 01:19:58.655 INFO O| Aug 12 01:19:58.655 INFO STEP 156 (remove_files) COMPLETE
106172026-08-12T01:19:59.783Z[ host-image] Aug 12 01:19:58.655 INFO O| Aug 12 01:19:58.655 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106182026-08-12T01:19:59.793Z[ host-image] Aug 12 01:19:58.661 INFO O| Aug 12 01:19:58.661 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106192026-08-12T01:19:59.793Z[ host-image] Aug 12 01:19:58.661 INFO O| Aug 12 01:19:58.661 INFO STEP 157 (remove_files) COMPLETE
106202026-08-12T01:19:59.793Z[ host-image] Aug 12 01:19:58.661 INFO O| Aug 12 01:19:58.661 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106212026-08-12T01:19:59.793Z[ recovery-image] Aug 12 01:19:58.666 INFO E| Compiling clap v4.6.1
106222026-08-12T01:19:59.799Z[ host-image] Aug 12 01:19:58.667 INFO O| Aug 12 01:19:58.667 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106232026-08-12T01:19:59.799Z[ host-image] Aug 12 01:19:58.667 INFO O| Aug 12 01:19:58.667 INFO STEP 158 (remove_files) COMPLETE
106242026-08-12T01:19:59.799Z[ host-image] Aug 12 01:19:58.667 INFO O| Aug 12 01:19:58.667 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106252026-08-12T01:19:59.807Z[ host-image] Aug 12 01:19:58.676 INFO O| Aug 12 01:19:58.676 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106262026-08-12T01:19:59.807Z[ host-image] Aug 12 01:19:58.676 INFO O| Aug 12 01:19:58.676 INFO STEP 159 (remove_files) COMPLETE
106272026-08-12T01:19:59.807Z[ host-image] Aug 12 01:19:58.676 INFO O| Aug 12 01:19:58.676 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106282026-08-12T01:19:59.807Z[ host-image] Aug 12 01:19:58.682 INFO O| Aug 12 01:19:58.682 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106292026-08-12T01:19:59.807Z[ host-image] Aug 12 01:19:58.682 INFO O| Aug 12 01:19:58.682 INFO STEP 160 (remove_files) COMPLETE
106302026-08-12T01:19:59.807Z[ host-image] Aug 12 01:19:58.682 INFO O| Aug 12 01:19:58.682 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106312026-08-12T01:19:59.816Z[ host-image] Aug 12 01:19:58.690 INFO O| Aug 12 01:19:58.690 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106322026-08-12T01:19:59.816Z[ host-image] Aug 12 01:19:58.690 INFO O| Aug 12 01:19:58.690 INFO STEP 161 (remove_files) COMPLETE
106332026-08-12T01:19:59.816Z[ host-image] Aug 12 01:19:58.690 INFO O| Aug 12 01:19:58.690 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106342026-08-12T01:19:59.821Z[ host-image] Aug 12 01:19:58.696 INFO O| Aug 12 01:19:58.696 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106352026-08-12T01:19:59.821Z[ host-image] Aug 12 01:19:58.696 INFO O| Aug 12 01:19:58.696 INFO STEP 162 (remove_files) COMPLETE
106362026-08-12T01:19:59.821Z[ host-image] Aug 12 01:19:58.696 INFO O| Aug 12 01:19:58.696 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106372026-08-12T01:19:59.829Z[ host-image] Aug 12 01:19:58.703 INFO O| Aug 12 01:19:58.703 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106382026-08-12T01:19:59.829Z[ host-image] Aug 12 01:19:58.703 INFO O| Aug 12 01:19:58.703 INFO STEP 163 (remove_files) COMPLETE
106392026-08-12T01:19:59.829Z[ host-image] Aug 12 01:19:58.703 INFO O| Aug 12 01:19:58.703 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106402026-08-12T01:19:59.835Z[ host-image] Aug 12 01:19:58.709 INFO O| Aug 12 01:19:58.709 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106412026-08-12T01:19:59.835Z[ host-image] Aug 12 01:19:58.709 INFO O| Aug 12 01:19:58.709 INFO STEP 164 (remove_files) COMPLETE
106422026-08-12T01:19:59.835Z[ host-image] Aug 12 01:19:58.709 INFO O| Aug 12 01:19:58.709 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106432026-08-12T01:19:59.842Z[ host-image] Aug 12 01:19:58.716 INFO O| Aug 12 01:19:58.716 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106442026-08-12T01:19:59.843Z[ host-image] Aug 12 01:19:58.716 INFO O| Aug 12 01:19:58.716 INFO STEP 165 (remove_files) COMPLETE
106452026-08-12T01:19:59.843Z[ host-image] Aug 12 01:19:58.716 INFO O| Aug 12 01:19:58.716 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106462026-08-12T01:19:59.848Z[ recovery-image] Aug 12 01:19:58.722 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106472026-08-12T01:19:59.848Z[ host-image] Aug 12 01:19:58.722 INFO O| Aug 12 01:19:58.722 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106482026-08-12T01:19:59.848Z[ host-image] Aug 12 01:19:58.722 INFO O| Aug 12 01:19:58.722 INFO STEP 166 (remove_files) COMPLETE
106492026-08-12T01:19:59.848Z[ host-image] Aug 12 01:19:58.722 INFO O| Aug 12 01:19:58.722 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106502026-08-12T01:19:59.853Z[ host-image] Aug 12 01:19:58.729 INFO O| Aug 12 01:19:58.729 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106512026-08-12T01:19:59.853Z[ host-image] Aug 12 01:19:58.729 INFO O| Aug 12 01:19:58.729 INFO STEP 167 (remove_files) COMPLETE
106522026-08-12T01:19:59.853Z[ host-image] Aug 12 01:19:58.729 INFO O| Aug 12 01:19:58.729 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106532026-08-12T01:19:59.863Z[ host-image] Aug 12 01:19:58.735 INFO O| Aug 12 01:19:58.735 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106542026-08-12T01:19:59.863Z[ host-image] Aug 12 01:19:58.735 INFO O| Aug 12 01:19:58.735 INFO STEP 168 (remove_files) COMPLETE
106552026-08-12T01:19:59.863Z[ host-image] Aug 12 01:19:58.735 INFO O| Aug 12 01:19:58.735 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106562026-08-12T01:19:59.869Z[ host-image] Aug 12 01:19:58.743 INFO O| Aug 12 01:19:58.742 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106572026-08-12T01:19:59.869Z[ host-image] Aug 12 01:19:58.743 INFO O| Aug 12 01:19:58.743 INFO STEP 169 (remove_files) COMPLETE
106582026-08-12T01:19:59.869Z[ host-image] Aug 12 01:19:58.743 INFO O| Aug 12 01:19:58.743 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106592026-08-12T01:19:59.874Z[ host-image] Aug 12 01:19:58.749 INFO O| Aug 12 01:19:58.749 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106602026-08-12T01:19:59.874Z[ host-image] Aug 12 01:19:58.749 INFO O| Aug 12 01:19:58.749 INFO STEP 170 (remove_files) COMPLETE
106612026-08-12T01:19:59.874Z[ host-image] Aug 12 01:19:58.749 INFO O| Aug 12 01:19:58.749 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106622026-08-12T01:19:59.880Z[ host-image] Aug 12 01:19:58.756 INFO O| Aug 12 01:19:58.755 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106632026-08-12T01:19:59.880Z[ host-image] Aug 12 01:19:58.756 INFO O| Aug 12 01:19:58.756 INFO STEP 171 (remove_files) COMPLETE
106642026-08-12T01:19:59.880Z[ host-image] Aug 12 01:19:58.756 INFO O| Aug 12 01:19:58.756 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106652026-08-12T01:19:59.886Z[ host-image] Aug 12 01:19:58.762 INFO O| Aug 12 01:19:58.762 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106662026-08-12T01:19:59.886Z[ host-image] Aug 12 01:19:58.762 INFO O| Aug 12 01:19:58.762 INFO STEP 172 (remove_files) COMPLETE
106672026-08-12T01:19:59.892Z[ host-image] Aug 12 01:19:58.762 INFO O| Aug 12 01:19:58.762 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106682026-08-12T01:19:59.896Z[ host-image] Aug 12 01:19:58.769 INFO O| Aug 12 01:19:58.769 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106692026-08-12T01:19:59.896Z[ host-image] Aug 12 01:19:58.769 INFO O| Aug 12 01:19:58.769 INFO STEP 173 (remove_files) COMPLETE
106702026-08-12T01:19:59.896Z[ host-image] Aug 12 01:19:58.769 INFO O| Aug 12 01:19:58.769 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106712026-08-12T01:19:59.902Z[ host-image] Aug 12 01:19:58.776 INFO O| Aug 12 01:19:58.776 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106722026-08-12T01:19:59.902Z[ host-image] Aug 12 01:19:58.776 INFO O| Aug 12 01:19:58.776 INFO STEP 174 (remove_files) COMPLETE
106732026-08-12T01:19:59.902Z[ host-image] Aug 12 01:19:58.776 INFO O| Aug 12 01:19:58.776 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106742026-08-12T01:19:59.906Z[ host-image] Aug 12 01:19:58.782 INFO O| Aug 12 01:19:58.782 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106752026-08-12T01:19:59.906Z[ host-image] Aug 12 01:19:58.782 INFO O| Aug 12 01:19:58.782 INFO STEP 175 (remove_files) COMPLETE
106762026-08-12T01:19:59.906Z[ host-image] Aug 12 01:19:58.782 INFO O| Aug 12 01:19:58.782 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106772026-08-12T01:19:59.914Z[ host-image] Aug 12 01:19:58.791 INFO O| Aug 12 01:19:58.791 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106782026-08-12T01:19:59.914Z[ host-image] Aug 12 01:19:58.791 INFO O| Aug 12 01:19:58.791 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
106792026-08-12T01:20:00.615Z[ recovery-image] Aug 12 01:19:59.485 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.57s
106802026-08-12T01:20:00.628Z[ recovery-image] Aug 12 01:19:59.490 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106812026-08-12T01:20:00.827Z[ recovery-image] Aug 12 01:19:59.696 INFO E| Downloading crates ...
106822026-08-12T01:20:00.875Z[ recovery-image] Aug 12 01:19:59.751 INFO E| Downloaded bitstruct v0.1.1
106832026-08-12T01:20:00.882Z[ recovery-image] Aug 12 01:19:59.753 INFO E| Downloaded cpio_reader v0.1.2
106842026-08-12T01:20:00.890Z[ recovery-image] Aug 12 01:19:59.767 INFO E| Downloaded bit_field v0.10.3
106852026-08-12T01:20:00.898Z[ recovery-image] Aug 12 01:19:59.768 INFO E| Downloaded bitstruct_derive v0.1.0
106862026-08-12T01:20:00.898Z[ recovery-image] Aug 12 01:19:59.769 INFO E| Downloaded miniz_oxide v0.9.1
106872026-08-12T01:20:00.898Z[ recovery-image] Aug 12 01:19:59.770 INFO E| Downloaded raw-cpuid v10.7.0
106882026-08-12T01:20:00.914Z[ recovery-image] Aug 12 01:19:59.781 INFO E| Downloaded bitflags v2.13.0
106892026-08-12T01:20:00.914Z[ recovery-image] Aug 12 01:19:59.783 INFO E| Downloaded log v0.4.32
106902026-08-12T01:20:00.933Z[ recovery-image] Aug 12 01:19:59.810 INFO E| Downloaded goblin v0.10.7
106912026-08-12T01:20:01.044Z[ recovery-image] Aug 12 01:19:59.920 INFO E| Downloaded x86 v0.52.0
106922026-08-12T01:20:01.077Z[ recovery-image] Aug 12 01:19:59.951 INFO E| Updating crates.io index
106932026-08-12T01:20:01.120Z[ recovery-image] Aug 12 01:19:59.996 INFO E| Downloading crates ...
106942026-08-12T01:20:01.142Z[ recovery-image] Aug 12 01:20:00.019 INFO E| Downloaded hashbrown v0.17.1
106952026-08-12T01:20:01.152Z[ recovery-image] Aug 12 01:20:00.022 INFO E| Downloaded rustc-literal-escaper v0.0.7
106962026-08-12T01:20:01.186Z[ recovery-image] Aug 12 01:20:00.063 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)
106972026-08-12T01:20:01.186Z[ recovery-image] Aug 12 01:20:00.063 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)
106982026-08-12T01:20:01.187Z[ recovery-image] Aug 12 01:20:00.063 INFO E| Compiling proc-macro2 v1.0.106
106992026-08-12T01:20:01.194Z[ recovery-image] Aug 12 01:20:00.063 INFO E| Compiling quote v1.0.45
107002026-08-12T01:20:01.194Z[ recovery-image] Aug 12 01:20:00.063 INFO E| Compiling unicode-ident v1.0.24
107012026-08-12T01:20:01.194Z[ recovery-image] Aug 12 01:20:00.063 INFO E| Compiling syn v1.0.109
107022026-08-12T01:20:01.194Z[ recovery-image] Aug 12 01:20:00.063 INFO E| Compiling x86 v0.52.0
107032026-08-12T01:20:01.194Z[ recovery-image] Aug 12 01:20:00.063 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107042026-08-12T01:20:01.194Z[ recovery-image] Aug 12 01:20:00.063 INFO E| Compiling seq-macro v0.3.6
107052026-08-12T01:20:02.088Z[ recovery-image] Aug 12 01:20:00.960 INFO E| Compiling syn v2.0.117
107062026-08-12T01:20:03.331Z[ recovery-image] Aug 12 01:20:02.207 INFO E| Compiling scroll_derive v0.13.1
107072026-08-12T01:20:04.311Z[ recovery-image] Aug 12 01:20:03.187 INFO E| Compiling bitstruct_derive v0.1.0
107082026-08-12T01:20:06.787Z[ host-image] Aug 12 01:20:05.664 INFO O| Aug 12 01:20:05.663 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
107092026-08-12T01:20:06.788Z[ host-image] Aug 12 01:20:05.664 INFO O| Aug 12 01:20:05.663 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107102026-08-12T01:20:06.800Z[ host-image] Aug 12 01:20:05.677 INFO O| Aug 12 01:20:05.676 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_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_CHECKHASH": "1"}
107112026-08-12T01:20:06.893Z[ host-image] Aug 12 01:20:05.769 INFO O| Aug 12 01:20:05.769 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
107122026-08-12T01:20:06.945Z[ host-image] Aug 12 01:20:05.821 INFO O| Aug 12 01:20:05.821 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
107132026-08-12T01:20:07.003Z[ host-image] Aug 12 01:20:05.879 INFO O| Aug 12 01:20:05.879 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107142026-08-12T01:20:07.003Z[ host-image] Aug 12 01:20:05.879 INFO O| Aug 12 01:20:05.879 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107152026-08-12T01:20:07.011Z[ host-image] Aug 12 01:20:05.881 INFO O| Aug 12 01:20:05.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107162026-08-12T01:20:07.011Z[ host-image] Aug 12 01:20:05.881 INFO O| Aug 12 01:20:05.881 INFO ok!
107172026-08-12T01:20:07.011Z[ host-image] Aug 12 01:20:05.881 INFO O| Aug 12 01:20:05.881 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107182026-08-12T01:20:07.011Z[ host-image] Aug 12 01:20:05.881 INFO O| Aug 12 01:20:05.881 INFO STEP 176 (seed_smf) COMPLETE
107192026-08-12T01:20:07.011Z[ host-image] Aug 12 01:20:05.881 INFO O| Aug 12 01:20:05.881 INFO steps complete; finalising image!
107202026-08-12T01:20:07.011Z[ host-image] Aug 12 01:20:05.881 INFO O| Aug 12 01:20:05.881 INFO TRIM POOL: TEMPORARY-sled-zfs
107212026-08-12T01:20:07.078Z[ host-image] Aug 12 01:20:05.955 INFO O| Aug 12 01:20:05.955 INFO trim TEMPORARY-sled-zfs: (4% trimmed, started at Wed Aug 12 01:20:05 2026)
107222026-08-12T01:20:07.294Z[ host-image] Aug 12 01:20:06.170 INFO O| Aug 12 01:20:06.170 INFO temporary pool has 906M used, 118M avail, 1.81x compressratio
107232026-08-12T01:20:07.294Z[ host-image] Aug 12 01:20:06.170 INFO O| Aug 12 01:20:06.170 INFO EXPORT POOL: TEMPORARY-sled-zfs
107242026-08-12T01:20:07.614Z[ host-image] Aug 12 01:20:06.490 INFO O| Aug 12 01:20:06.490 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107252026-08-12T01:20:07.614Z[ host-image] Aug 12 01:20:06.490 INFO O| Aug 12 01:20:06.490 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107262026-08-12T01:20:08.404Z[ host-image] Aug 12 01:20:07.280 INFO O| Aug 12 01:20:07.280 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107272026-08-12T01:20:08.404Z[ host-image] Aug 12 01:20:07.280 INFO O| Aug 12 01:20:07.280 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107282026-08-12T01:20:08.404Z[ host-image] Aug 12 01:20:07.280 INFO O| Aug 12 01:20:07.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107292026-08-12T01:20:08.410Z[ host-image] Aug 12 01:20:07.280 INFO O| Aug 12 01:20:07.280 INFO completed processing sled/zfs
107302026-08-12T01:20:08.410Z[ host-image] Aug 12 01:20:07.280 INFO O| Aug 12 01:20:07.280 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107312026-08-12T01:20:13.439Z[ recovery-image] Aug 12 01:20:12.314 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)
107322026-08-12T01:20:15.471Z[ recovery-image] Aug 12 01:20:14.346 INFO E| Compiling bitflags v1.3.2
107332026-08-12T01:20:15.471Z[ recovery-image] Aug 12 01:20:14.346 INFO E| Compiling bit_field v0.10.3
107342026-08-12T01:20:15.471Z[ recovery-image] Aug 12 01:20:14.347 INFO E| Compiling adler2 v2.0.1
107352026-08-12T01:20:15.476Z[ recovery-image] Aug 12 01:20:14.347 INFO E| Compiling scroll v0.13.0
107362026-08-12T01:20:15.476Z[ recovery-image] Aug 12 01:20:14.347 INFO E| Compiling plain v0.2.3
107372026-08-12T01:20:15.477Z[ recovery-image] Aug 12 01:20:14.347 INFO E| Compiling log v0.4.32
107382026-08-12T01:20:15.477Z[ recovery-image] Aug 12 01:20:14.347 INFO E| Compiling bitflags v2.13.0
107392026-08-12T01:20:15.477Z[ recovery-image] Aug 12 01:20:14.347 INFO E| Compiling bitstruct v0.1.1
107402026-08-12T01:20:15.477Z[ recovery-image] Aug 12 01:20:14.347 INFO E| Compiling static_assertions v1.1.0
107412026-08-12T01:20:15.522Z[ recovery-image] Aug 12 01:20:14.398 INFO E| Compiling raw-cpuid v10.7.0
107422026-08-12T01:20:15.581Z[ recovery-image] Aug 12 01:20:14.453 INFO E| Compiling miniz_oxide v0.9.1
107432026-08-12T01:20:15.634Z[ recovery-image] Aug 12 01:20:14.497 INFO E| Compiling cpio_reader v0.1.2
107442026-08-12T01:20:15.688Z[ recovery-image] Aug 12 01:20:14.552 INFO E| Compiling goblin v0.10.7
107452026-08-12T01:20:20.314Z[ recovery-image] Aug 12 01:20:17.396 INFO E| Finished `release` profile [optimized] target(s) in 17.89s
107462026-08-12T01:20:20.320Z[ recovery-image] Aug 12 01:20:17.418 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107472026-08-12T01:20:20.321Z[ recovery-image] Aug 12 01:20:17.418 INFO building ROM for gimlet
107482026-08-12T01:20:20.321Z[ recovery-image] Aug 12 01:20:17.418 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")
107492026-08-12T01:20:20.321Z[ recovery-image] Aug 12 01:20:17.509 INFO E| Downloading crates ...
107502026-08-12T01:20:20.321Z[ recovery-image] Aug 12 01:20:17.569 INFO E| Downloaded serde_spanned v0.6.8
107512026-08-12T01:20:20.321Z[ recovery-image] Aug 12 01:20:17.574 INFO E| Downloaded anstyle-parse v0.2.6
107522026-08-12T01:20:20.321Z[ recovery-image] Aug 12 01:20:17.577 INFO E| Downloaded anstyle v1.0.10
107532026-08-12T01:20:20.321Z[ recovery-image] Aug 12 01:20:17.580 INFO E| Downloaded is_terminal_polyfill v1.70.1
107542026-08-12T01:20:20.321Z[ recovery-image] Aug 12 01:20:17.582 INFO E| Downloaded colorchoice v1.0.3
107552026-08-12T01:20:20.321Z[ recovery-image] Aug 12 01:20:17.583 INFO E| Downloaded clap_lex v0.7.4
107562026-08-12T01:20:20.321Z[ recovery-image] Aug 12 01:20:17.584 INFO E| Downloaded os_pipe v1.2.1
107572026-08-12T01:20:20.321Z[ recovery-image] Aug 12 01:20:17.585 INFO E| Downloaded duct v0.13.7
107582026-08-12T01:20:20.321Z[ recovery-image] Aug 12 01:20:17.592 INFO E| Downloaded clap_derive v4.5.32
107592026-08-12T01:20:20.322Z[ recovery-image] Aug 12 01:20:17.593 INFO E| Downloaded shared_child v1.0.1
107602026-08-12T01:20:20.322Z[ recovery-image] Aug 12 01:20:17.594 INFO E| Downloaded anstyle-query v1.1.2
107612026-08-12T01:20:20.322Z[ recovery-image] Aug 12 01:20:17.599 INFO E| Downloaded toml_write v0.1.1
107622026-08-12T01:20:20.322Z[ recovery-image] Aug 12 01:20:17.600 INFO E| Downloaded anstream v0.6.18
107632026-08-12T01:20:20.322Z[ recovery-image] Aug 12 01:20:17.613 INFO E| Downloaded winnow v0.7.7
107642026-08-12T01:20:20.322Z[ recovery-image] Aug 12 01:20:17.619 INFO E| Downloaded clap v4.5.37
107652026-08-12T01:20:20.322Z[ recovery-image] Aug 12 01:20:17.625 INFO E| Downloaded toml v0.8.22
107662026-08-12T01:20:20.323Z[ recovery-image] Aug 12 01:20:17.645 INFO E| Downloaded cc v1.2.20
107672026-08-12T01:20:20.323Z[ recovery-image] Aug 12 01:20:17.647 INFO E| Downloaded toml_edit v0.22.26
107682026-08-12T01:20:20.323Z[ recovery-image] Aug 12 01:20:17.669 INFO E| Downloaded clap_builder v4.5.37
107692026-08-12T01:20:20.323Z[ recovery-image] Aug 12 01:20:17.717 INFO E| Downloaded toml_datetime v0.6.9
107702026-08-12T01:20:20.323Z[ recovery-image] Aug 12 01:20:17.731 INFO E| Compiling libc v0.2.172
107712026-08-12T01:20:20.323Z[ recovery-image] Aug 12 01:20:17.731 INFO E| Compiling utf8parse v0.2.2
107722026-08-12T01:20:20.323Z[ recovery-image] Aug 12 01:20:17.731 INFO E| Compiling once_cell v1.21.3
107732026-08-12T01:20:20.323Z[ recovery-image] Aug 12 01:20:17.731 INFO E| Compiling is_terminal_polyfill v1.70.1
107742026-08-12T01:20:20.323Z[ recovery-image] Aug 12 01:20:17.731 INFO E| Compiling equivalent v1.0.2
107752026-08-12T01:20:20.323Z[ recovery-image] Aug 12 01:20:17.731 INFO E| Compiling anstyle v1.0.10
107762026-08-12T01:20:20.323Z[ recovery-image] Aug 12 01:20:17.731 INFO E| Compiling colorchoice v1.0.3
107772026-08-12T01:20:20.323Z[ recovery-image] Aug 12 01:20:17.731 INFO E| Compiling hashbrown v0.15.2
107782026-08-12T01:20:20.323Z[ recovery-image] Aug 12 01:20:17.731 INFO E| Compiling shlex v1.3.0
107792026-08-12T01:20:20.323Z[ recovery-image] Aug 12 01:20:17.731 INFO E| Compiling anstyle-query v1.1.2
107802026-08-12T01:20:20.323Z[ recovery-image] Aug 12 01:20:17.757 INFO E| Compiling anyhow v1.0.98
107812026-08-12T01:20:20.323Z[ recovery-image] Aug 12 01:20:17.778 INFO E| Compiling toml_write v0.1.1
107822026-08-12T01:20:20.323Z[ recovery-image] Aug 12 01:20:17.804 INFO E| Compiling clap_lex v0.7.4
107832026-08-12T01:20:20.323Z[ recovery-image] Aug 12 01:20:17.804 INFO E| Compiling strsim v0.11.1
107842026-08-12T01:20:20.323Z[ recovery-image] Aug 12 01:20:17.805 INFO E| Compiling winnow v0.7.7
107852026-08-12T01:20:20.323Z[ recovery-image] Aug 12 01:20:17.870 INFO E| Compiling syn v2.0.101
107862026-08-12T01:20:20.324Z[ recovery-image] Aug 12 01:20:18.070 INFO E| Compiling anstyle-parse v0.2.6
107872026-08-12T01:20:20.324Z[ recovery-image] Aug 12 01:20:18.079 INFO E| Compiling cc v1.2.20
107882026-08-12T01:20:20.324Z[ recovery-image] Aug 12 01:20:18.336 INFO E| Compiling anstream v0.6.18
107892026-08-12T01:20:20.324Z[ recovery-image] Aug 12 01:20:18.610 INFO E| Compiling clap_builder v4.5.37
107902026-08-12T01:20:20.324Z[ recovery-image] Aug 12 01:20:18.667 INFO E| Compiling indexmap v2.9.0
107912026-08-12T01:20:20.324Z[ recovery-image] Aug 12 01:20:18.711 INFO E| Compiling os_pipe v1.2.1
107922026-08-12T01:20:20.324Z[ recovery-image] Aug 12 01:20:18.711 INFO E| Compiling shared_child v1.0.1
107932026-08-12T01:20:20.324Z[ recovery-image] Aug 12 01:20:18.850 INFO E| Compiling duct v0.13.7
107942026-08-12T01:20:20.941Z[ recovery-image] Aug 12 01:20:19.817 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
107952026-08-12T01:20:21.747Z[ recovery-image] Aug 12 01:20:20.624 INFO E| Compiling serde_derive v1.0.219
107962026-08-12T01:20:21.747Z[ recovery-image] Aug 12 01:20:20.624 INFO E| Compiling clap_derive v4.5.32
107972026-08-12T01:20:23.097Z[ recovery-image] Aug 12 01:20:21.973 INFO E| Compiling clap v4.5.37
107982026-08-12T01:20:23.744Z[ recovery-image] Aug 12 01:20:22.620 INFO E| Compiling serde v1.0.219
107992026-08-12T01:20:25.942Z[ recovery-image] Aug 12 01:20:24.518 INFO E| Compiling serde_spanned v0.6.8
108002026-08-12T01:20:25.942Z[ recovery-image] Aug 12 01:20:24.518 INFO E| Compiling toml_datetime v0.6.9
108012026-08-12T01:20:25.948Z[ recovery-image] Aug 12 01:20:24.670 INFO E| Compiling toml_edit v0.22.26
108022026-08-12T01:20:28.364Z[ recovery-image] Aug 12 01:20:26.032 INFO E| Compiling toml v0.8.22
108032026-08-12T01:20:28.370Z[ host-image] Aug 12 01:20:26.693 INFO O| Aug 12 01:20:26.693 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108042026-08-12T01:20:28.370Z[ host-image] Aug 12 01:20:26.804 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
108052026-08-12T01:20:28.370Z[ host-image] Aug 12 01:20:26.804 INFO expanded image name: "ci a6edaf0/${os_short_commit} 2026-08-12 01:05" -> "ci a6edaf0/aaf8e74 2026-08-12 01:05"
108062026-08-12T01:20:28.370Z[ host-image] Aug 12 01:20:26.804 INFO output artefacts stored in: "/work/os-host"
108072026-08-12T01:20:28.370Z[ host-image] Aug 12 01:20:26.804 INFO collecting git info from project "chelsio-t6-roms"...
108082026-08-12T01:20:28.370Z[ host-image] Aug 12 01:20:26.810 INFO collecting git info from project "phbl"...
108092026-08-12T01:20:28.370Z[ host-image] Aug 12 01:20:26.814 INFO collecting git info from project "dmar-report"...
108102026-08-12T01:20:28.370Z[ host-image] Aug 12 01:20:26.818 INFO collecting git info from project "bootserver"...
108112026-08-12T01:20:28.370Z[ host-image] Aug 12 01:20:26.821 INFO collecting git info from project "pinprick"...
108122026-08-12T01:20:28.371Z[ host-image] Aug 12 01:20:26.825 INFO collecting git info from project "image-builder"...
108132026-08-12T01:20:28.371Z[ host-image] Aug 12 01:20:26.828 INFO collecting git info from project "amd-firmware"...
108142026-08-12T01:20:28.371Z[ host-image] Aug 12 01:20:26.838 INFO collecting git info from project "pilot"...
108152026-08-12T01:20:28.371Z[ host-image] Aug 12 01:20:26.842 INFO collecting git info from project "amd-host-image-builder"...
108162026-08-12T01:20:28.371Z[ host-image] Aug 12 01:20:26.846 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108172026-08-12T01:20:28.371Z[ host-image] Aug 12 01:20:27.164 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108182026-08-12T01:20:28.586Z[ host-image] Aug 12 01:20:27.462 INFO creating Oxide boot image...
108192026-08-12T01:20:28.586Z[ host-image] Aug 12 01:20:27.462 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci a6edaf0/aaf8e74 2026-08-12 01:05", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108202026-08-12T01:20:29.382Z[ host-image] Aug 12 01:20:28.237 INFO O| ok, image written!
108212026-08-12T01:20:29.382Z[ host-image] Aug 12 01:20:28.237 INFO O| ok, boot_image_csum file written!
108222026-08-12T01:20:29.386Z[ host-image] Aug 12 01:20:28.239 INFO creating boot archive (CPIO)...
108232026-08-12T01:20:29.386Z[ host-image] Aug 12 01:20:28.239 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
108242026-08-12T01:20:29.386Z[ host-image] Aug 12 01:20:28.243 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108252026-08-12T01:20:29.387Z[ host-image] Aug 12 01:20:28.243 INFO E| + outfile=/work/os-host/cpio
108262026-08-12T01:20:29.387Z[ host-image] Aug 12 01:20:28.243 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108272026-08-12T01:20:29.387Z[ host-image] Aug 12 01:20:28.245 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108282026-08-12T01:20:29.387Z[ host-image] Aug 12 01:20:28.245 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108292026-08-12T01:20:29.395Z[ host-image] Aug 12 01:20:28.271 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108302026-08-12T01:20:29.398Z[ host-image] Aug 12 01:20:28.271 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108312026-08-12T01:20:29.398Z[ recovery-image] Aug 12 01:20:28.273 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.81s
108322026-08-12T01:20:29.402Z[ host-image] Aug 12 01:20:28.276 INFO creating compressed cpio/unix for dev loaders...
108332026-08-12T01:20:29.402Z[ host-image] Aug 12 01:20:28.276 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
108342026-08-12T01:20:29.407Z[ recovery-image] Aug 12 01:20:28.283 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`
108352026-08-12T01:20:29.422Z[ recovery-image] Aug 12 01:20:28.298 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108362026-08-12T01:20:29.501Z[ recovery-image] Aug 12 01:20:28.376 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108372026-08-12T01:20:29.505Z[ recovery-image] Aug 12 01:20:28.381 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`
108382026-08-12T01:20:29.622Z[ host-image] Aug 12 01:20:28.498 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108392026-08-12T01:20:29.626Z[ recovery-image] Aug 12 01:20:28.499 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108402026-08-12T01:20:29.627Z[ recovery-image] Aug 12 01:20:28.499 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108412026-08-12T01:20:29.627Z[ recovery-image] Aug 12 01:20:28.499 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108422026-08-12T01:20:29.627Z[ recovery-image] Aug 12 01:20:28.499 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108432026-08-12T01:20:29.627Z[ recovery-image] Aug 12 01:20:28.499 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108442026-08-12T01:20:29.627Z[ recovery-image] Aug 12 01:20:28.499 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108452026-08-12T01:20:29.627Z[ recovery-image] Aug 12 01:20:28.499 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108462026-08-12T01:20:29.627Z[ recovery-image] Aug 12 01:20:28.499 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108472026-08-12T01:20:29.627Z[ recovery-image] Aug 12 01:20:28.499 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108482026-08-12T01:20:29.627Z[ recovery-image] Aug 12 01:20:28.499 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108492026-08-12T01:20:29.627Z[ recovery-image] Aug 12 01:20:28.499 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108502026-08-12T01:20:29.627Z[ recovery-image] Aug 12 01:20:28.499 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108512026-08-12T01:20:29.627Z[ recovery-image] Aug 12 01:20:28.499 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108522026-08-12T01:20:29.627Z[ recovery-image] Aug 12 01:20:28.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108532026-08-12T01:20:29.627Z[ recovery-image] Aug 12 01:20:28.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108542026-08-12T01:20:29.627Z[ recovery-image] Aug 12 01:20:28.500 INFO O| Info: ABL version: 0x100f5010
108552026-08-12T01:20:29.627Z[ recovery-image] Aug 12 01:20:28.500 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108562026-08-12T01:20:29.627Z[ recovery-image] Aug 12 01:20:28.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108572026-08-12T01:20:29.628Z[ recovery-image] Aug 12 01:20:28.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108582026-08-12T01:20:29.628Z[ recovery-image] Aug 12 01:20:28.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108592026-08-12T01:20:29.628Z[ recovery-image] Aug 12 01:20:28.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108602026-08-12T01:20:29.628Z[ recovery-image] Aug 12 01:20:28.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108612026-08-12T01:20:29.628Z[ recovery-image] Aug 12 01:20:28.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108622026-08-12T01:20:29.628Z[ recovery-image] Aug 12 01:20:28.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108632026-08-12T01:20:29.628Z[ recovery-image] Aug 12 01:20:28.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108642026-08-12T01:20:29.628Z[ recovery-image] Aug 12 01:20:28.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108652026-08-12T01:20:29.628Z[ recovery-image] Aug 12 01:20:28.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108662026-08-12T01:20:29.628Z[ recovery-image] Aug 12 01:20:28.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108672026-08-12T01:20:29.628Z[ recovery-image] Aug 12 01:20:28.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108682026-08-12T01:20:29.628Z[ recovery-image] Aug 12 01:20:28.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108692026-08-12T01:20:29.628Z[ recovery-image] Aug 12 01:20:28.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108702026-08-12T01:20:29.628Z[ recovery-image] Aug 12 01:20:28.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108712026-08-12T01:20:29.628Z[ recovery-image] Aug 12 01:20:28.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108722026-08-12T01:20:29.629Z[ recovery-image] Aug 12 01:20:28.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108732026-08-12T01:20:29.629Z[ recovery-image] Aug 12 01:20:28.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108742026-08-12T01:20:29.665Z[ recovery-image] Aug 12 01:20:28.541 INFO building ROM for cosmo
108752026-08-12T01:20:29.666Z[ recovery-image] Aug 12 01:20:28.541 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")
108762026-08-12T01:20:29.759Z[ recovery-image] Aug 12 01:20:28.635 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
108772026-08-12T01:20:29.763Z[ recovery-image] Aug 12 01:20:28.637 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`
108782026-08-12T01:20:29.774Z[ recovery-image] Aug 12 01:20:28.650 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108792026-08-12T01:20:29.844Z[ recovery-image] Aug 12 01:20:28.720 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108802026-08-12T01:20:29.848Z[ recovery-image] Aug 12 01:20:28.723 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`
108812026-08-12T01:20:30.058Z[ recovery-image] Aug 12 01:20:28.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108822026-08-12T01:20:30.058Z[ recovery-image] Aug 12 01:20:28.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108832026-08-12T01:20:30.067Z[ recovery-image] Aug 12 01:20:28.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108842026-08-12T01:20:30.067Z[ recovery-image] Aug 12 01:20:28.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108852026-08-12T01:20:30.067Z[ recovery-image] Aug 12 01:20:28.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108862026-08-12T01:20:30.067Z[ recovery-image] Aug 12 01:20:28.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108872026-08-12T01:20:30.067Z[ recovery-image] Aug 12 01:20:28.933 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108882026-08-12T01:20:30.068Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108892026-08-12T01:20:30.068Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108902026-08-12T01:20:30.068Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108912026-08-12T01:20:30.068Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108922026-08-12T01:20:30.068Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108932026-08-12T01:20:30.068Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108942026-08-12T01:20:30.068Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108952026-08-12T01:20:30.068Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108962026-08-12T01:20:30.068Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108972026-08-12T01:20:30.068Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108982026-08-12T01:20:30.068Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108992026-08-12T01:20:30.068Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109002026-08-12T01:20:30.068Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109012026-08-12T01:20:30.068Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109022026-08-12T01:20:30.068Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109032026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109042026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109052026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109062026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109072026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109082026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109092026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109102026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109112026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109122026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109132026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109142026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109152026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109162026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109172026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109182026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109192026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109202026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109212026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109222026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109232026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109242026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109252026-08-12T01:20:30.069Z[ recovery-image] Aug 12 01:20:28.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109262026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109272026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109282026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109292026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109302026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109312026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109322026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109332026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109342026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.935 INFO O| Info: ABL version: 0x100af010
109352026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.935 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109362026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.935 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109372026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109382026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109392026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109402026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109412026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109422026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109432026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109442026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109452026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109462026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109472026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109482026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109492026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109502026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109512026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109522026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109532026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109542026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109552026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109562026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109572026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109582026-08-12T01:20:30.070Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109592026-08-12T01:20:30.071Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109602026-08-12T01:20:30.071Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109612026-08-12T01:20:30.071Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109622026-08-12T01:20:30.071Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109632026-08-12T01:20:30.071Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109642026-08-12T01:20:30.071Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109652026-08-12T01:20:30.071Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109662026-08-12T01:20:30.071Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109672026-08-12T01:20:30.071Z[ recovery-image] Aug 12 01:20:28.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109682026-08-12T01:20:30.095Z[ recovery-image] Aug 12 01:20:28.971 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109692026-08-12T01:20:30.095Z[ recovery-image] Aug 12 01:20:28.971 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109702026-08-12T01:20:31.280Z[ recovery-image] Aug 12 01:20:30.155 INFO image complete! materials are in "/work/os-recovery"
109712026-08-12T01:20:31.283Z[ recovery-image]
109722026-08-12T01:20:31.284Z[ recovery-image] real 3:21.341382518
109732026-08-12T01:20:31.284Z[ recovery-image] user 2:36.498377099
109742026-08-12T01:20:31.284Z[ recovery-image] sys 39.666323015
109752026-08-12T01:20:31.284Z[ recovery-image] trap 0.131016966
109762026-08-12T01:20:31.284Z[ recovery-image] tflt 0.585256944
109772026-08-12T01:20:31.284Z[ recovery-image] dflt 0.919608300
109782026-08-12T01:20:31.284Z[ recovery-image] kflt 0.000249556
109792026-08-12T01:20:31.284Z[ recovery-image] lock 10:29.290832663
109802026-08-12T01:20:31.284Z[ recovery-image] slp 17:57.704238784
109812026-08-12T01:20:31.284Z[ recovery-image] lat 33.613980634
109822026-08-12T01:20:31.284Z[ recovery-image] stop 8.539862331
109832026-08-12T01:20:31.284ZAug 12 01:20:30.159 INFO [recovery-image] process exited with exit status: 0 (201.346604248s)
109842026-08-12T01:20:31.284ZAug 12 01:20:30.159 INFO [tuf-v2-recovery] running task
109852026-08-12T01:20:31.288ZAug 12 01:20:30.160 INFO [tuf-v2-recovery] task succeeded (872.11µs)
109862026-08-12T01:20:32.867Z[ host-image] Aug 12 01:20:31.743 INFO creating reset image...
109872026-08-12T01:20:32.867Z[ host-image] Aug 12 01:20:31.743 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")
109882026-08-12T01:20:32.936Z[ host-image] Aug 12 01:20:31.812 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
109892026-08-12T01:20:32.941Z[ host-image] Aug 12 01:20:31.814 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
109902026-08-12T01:20:33.186Z[ host-image] Aug 12 01:20:32.061 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)
109912026-08-12T01:20:33.186Z[ host-image] Aug 12 01:20:32.061 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)
109922026-08-12T01:20:33.186Z[ host-image] Aug 12 01:20:32.062 INFO E| Compiling proc-macro2 v1.0.106
109932026-08-12T01:20:33.190Z[ host-image] Aug 12 01:20:32.062 INFO E| Compiling quote v1.0.45
109942026-08-12T01:20:33.190Z[ host-image] Aug 12 01:20:32.062 INFO E| Compiling unicode-ident v1.0.24
109952026-08-12T01:20:33.190Z[ host-image] Aug 12 01:20:32.062 INFO E| Compiling syn v1.0.109
109962026-08-12T01:20:33.190Z[ host-image] Aug 12 01:20:32.062 INFO E| Compiling x86 v0.52.0
109972026-08-12T01:20:33.190Z[ host-image] Aug 12 01:20:32.062 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
109982026-08-12T01:20:33.190Z[ host-image] Aug 12 01:20:32.062 INFO E| Compiling seq-macro v0.3.6
109992026-08-12T01:20:34.111Z[ host-image] Aug 12 01:20:32.987 INFO E| Compiling syn v2.0.117
110002026-08-12T01:20:35.397Z[ host-image] Aug 12 01:20:34.273 INFO E| Compiling scroll_derive v0.13.1
110012026-08-12T01:20:36.467Z[ host-image] Aug 12 01:20:35.343 INFO E| Compiling bitstruct_derive v0.1.0
110022026-08-12T01:20:45.503Z[ host-image] Aug 12 01:20:44.379 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)
110032026-08-12T01:20:47.566Z[ host-image] Aug 12 01:20:46.442 INFO E| Compiling bitflags v1.3.2
110042026-08-12T01:20:47.567Z[ host-image] Aug 12 01:20:46.442 INFO E| Compiling log v0.4.32
110052026-08-12T01:20:47.570Z[ host-image] Aug 12 01:20:46.442 INFO E| Compiling bit_field v0.10.3
110062026-08-12T01:20:47.570Z[ host-image] Aug 12 01:20:46.442 INFO E| Compiling plain v0.2.3
110072026-08-12T01:20:47.571Z[ host-image] Aug 12 01:20:46.442 INFO E| Compiling adler2 v2.0.1
110082026-08-12T01:20:47.571Z[ host-image] Aug 12 01:20:46.442 INFO E| Compiling scroll v0.13.0
110092026-08-12T01:20:47.571Z[ host-image] Aug 12 01:20:46.442 INFO E| Compiling bitflags v2.13.0
110102026-08-12T01:20:47.571Z[ host-image] Aug 12 01:20:46.442 INFO E| Compiling bitstruct v0.1.1
110112026-08-12T01:20:47.571Z[ host-image] Aug 12 01:20:46.442 INFO E| Compiling static_assertions v1.1.0
110122026-08-12T01:20:47.615Z[ host-image] Aug 12 01:20:46.491 INFO E| Compiling raw-cpuid v10.7.0
110132026-08-12T01:20:47.666Z[ host-image] Aug 12 01:20:46.538 INFO E| Compiling miniz_oxide v0.9.1
110142026-08-12T01:20:47.720Z[ host-image] Aug 12 01:20:46.595 INFO E| Compiling cpio_reader v0.1.2
110152026-08-12T01:20:47.807Z[ host-image] Aug 12 01:20:46.683 INFO E| Compiling goblin v0.10.7
110162026-08-12T01:20:50.576Z[ host-image] Aug 12 01:20:49.452 INFO E| Finished `release` profile [optimized] target(s) in 17.62s
110172026-08-12T01:20:50.588Z[ host-image] Aug 12 01:20:49.464 INFO building ROM for gimlet
110182026-08-12T01:20:50.588Z[ host-image] Aug 12 01:20:49.464 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")
110192026-08-12T01:20:50.673Z[ host-image] Aug 12 01:20:49.548 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110202026-08-12T01:20:50.676Z[ host-image] Aug 12 01:20:49.550 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`
110212026-08-12T01:20:50.687Z[ host-image] Aug 12 01:20:49.563 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110222026-08-12T01:20:50.754Z[ host-image] Aug 12 01:20:49.630 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110232026-08-12T01:20:50.757Z[ host-image] Aug 12 01:20:49.632 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`
110242026-08-12T01:20:50.866Z[ host-image] Aug 12 01:20:49.741 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110252026-08-12T01:20:50.866Z[ host-image] Aug 12 01:20:49.741 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110262026-08-12T01:20:50.869Z[ host-image] Aug 12 01:20:49.741 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110272026-08-12T01:20:50.870Z[ host-image] Aug 12 01:20:49.741 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110282026-08-12T01:20:50.870Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110292026-08-12T01:20:50.870Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110302026-08-12T01:20:50.870Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110312026-08-12T01:20:50.870Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110322026-08-12T01:20:50.870Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110332026-08-12T01:20:50.870Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110342026-08-12T01:20:50.870Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110352026-08-12T01:20:50.870Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110362026-08-12T01:20:50.870Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110372026-08-12T01:20:50.870Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110382026-08-12T01:20:50.870Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110392026-08-12T01:20:50.870Z[ host-image] Aug 12 01:20:49.742 INFO O| Info: ABL version: 0x100f5010
110402026-08-12T01:20:50.870Z[ host-image] Aug 12 01:20:49.742 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110412026-08-12T01:20:50.870Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110422026-08-12T01:20:50.870Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110432026-08-12T01:20:50.870Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110442026-08-12T01:20:50.871Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110452026-08-12T01:20:50.871Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110462026-08-12T01:20:50.871Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110472026-08-12T01:20:50.871Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110482026-08-12T01:20:50.871Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110492026-08-12T01:20:50.871Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110502026-08-12T01:20:50.871Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110512026-08-12T01:20:50.871Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110522026-08-12T01:20:50.871Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110532026-08-12T01:20:50.871Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110542026-08-12T01:20:50.871Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110552026-08-12T01:20:50.871Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110562026-08-12T01:20:50.871Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110572026-08-12T01:20:50.871Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110582026-08-12T01:20:50.872Z[ host-image] Aug 12 01:20:49.742 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110592026-08-12T01:20:50.897Z[ host-image] Aug 12 01:20:49.773 INFO building ROM for cosmo
110602026-08-12T01:20:50.901Z[ host-image] Aug 12 01:20:49.773 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")
110612026-08-12T01:20:50.987Z[ host-image] Aug 12 01:20:49.863 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110622026-08-12T01:20:50.991Z[ host-image] Aug 12 01:20:49.866 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`
110632026-08-12T01:20:51.002Z[ host-image] Aug 12 01:20:49.878 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110642026-08-12T01:20:51.068Z[ host-image] Aug 12 01:20:49.945 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110652026-08-12T01:20:51.072Z[ host-image] Aug 12 01:20:49.947 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`
110662026-08-12T01:20:51.273Z[ host-image] Aug 12 01:20:50.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110672026-08-12T01:20:51.273Z[ host-image] Aug 12 01:20:50.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110682026-08-12T01:20:51.273Z[ host-image] Aug 12 01:20:50.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110692026-08-12T01:20:51.277Z[ host-image] Aug 12 01:20:50.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110702026-08-12T01:20:51.277Z[ host-image] Aug 12 01:20:50.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110712026-08-12T01:20:51.277Z[ host-image] Aug 12 01:20:50.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110722026-08-12T01:20:51.277Z[ host-image] Aug 12 01:20:50.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110732026-08-12T01:20:51.277Z[ host-image] Aug 12 01:20:50.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110742026-08-12T01:20:51.278Z[ host-image] Aug 12 01:20:50.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110752026-08-12T01:20:51.278Z[ host-image] Aug 12 01:20:50.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110762026-08-12T01:20:51.278Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110772026-08-12T01:20:51.278Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110782026-08-12T01:20:51.278Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110792026-08-12T01:20:51.278Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110802026-08-12T01:20:51.278Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110812026-08-12T01:20:51.278Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110822026-08-12T01:20:51.278Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110832026-08-12T01:20:51.278Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110842026-08-12T01:20:51.278Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110852026-08-12T01:20:51.278Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110862026-08-12T01:20:51.278Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110872026-08-12T01:20:51.278Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110882026-08-12T01:20:51.278Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110892026-08-12T01:20:51.278Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110902026-08-12T01:20:51.278Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110912026-08-12T01:20:51.278Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110922026-08-12T01:20:51.279Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110932026-08-12T01:20:51.279Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110942026-08-12T01:20:51.279Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110952026-08-12T01:20:51.279Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110962026-08-12T01:20:51.279Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110972026-08-12T01:20:51.279Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110982026-08-12T01:20:51.279Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110992026-08-12T01:20:51.279Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111002026-08-12T01:20:51.279Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111012026-08-12T01:20:51.279Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111022026-08-12T01:20:51.279Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111032026-08-12T01:20:51.279Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111042026-08-12T01:20:51.279Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111052026-08-12T01:20:51.279Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111062026-08-12T01:20:51.279Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111072026-08-12T01:20:51.280Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111082026-08-12T01:20:51.280Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111092026-08-12T01:20:51.280Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111102026-08-12T01:20:51.280Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111112026-08-12T01:20:51.280Z[ host-image] Aug 12 01:20:50.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111122026-08-12T01:20:51.280Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111132026-08-12T01:20:51.280Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111142026-08-12T01:20:51.280Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111152026-08-12T01:20:51.280Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111162026-08-12T01:20:51.280Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111172026-08-12T01:20:51.280Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111182026-08-12T01:20:51.280Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111192026-08-12T01:20:51.280Z[ host-image] Aug 12 01:20:50.150 INFO O| Info: ABL version: 0x100af010
111202026-08-12T01:20:51.280Z[ host-image] Aug 12 01:20:50.150 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111212026-08-12T01:20:51.280Z[ host-image] Aug 12 01:20:50.150 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111222026-08-12T01:20:51.280Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111232026-08-12T01:20:51.280Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111242026-08-12T01:20:51.280Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111252026-08-12T01:20:51.280Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111262026-08-12T01:20:51.281Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111272026-08-12T01:20:51.281Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111282026-08-12T01:20:51.281Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111292026-08-12T01:20:51.281Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111302026-08-12T01:20:51.281Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111312026-08-12T01:20:51.281Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111322026-08-12T01:20:51.281Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111332026-08-12T01:20:51.281Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111342026-08-12T01:20:51.281Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111352026-08-12T01:20:51.281Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111362026-08-12T01:20:51.281Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111372026-08-12T01:20:51.281Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111382026-08-12T01:20:51.281Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111392026-08-12T01:20:51.281Z[ host-image] Aug 12 01:20:50.150 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111402026-08-12T01:20:51.281Z[ host-image] Aug 12 01:20:50.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111412026-08-12T01:20:51.281Z[ host-image] Aug 12 01:20:50.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111422026-08-12T01:20:51.281Z[ host-image] Aug 12 01:20:50.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111432026-08-12T01:20:51.281Z[ host-image] Aug 12 01:20:50.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111442026-08-12T01:20:51.282Z[ host-image] Aug 12 01:20:50.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111452026-08-12T01:20:51.282Z[ host-image] Aug 12 01:20:50.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111462026-08-12T01:20:51.282Z[ host-image] Aug 12 01:20:50.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111472026-08-12T01:20:51.282Z[ host-image] Aug 12 01:20:50.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111482026-08-12T01:20:51.282Z[ host-image] Aug 12 01:20:50.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111492026-08-12T01:20:51.282Z[ host-image] Aug 12 01:20:50.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111502026-08-12T01:20:51.282Z[ host-image] Aug 12 01:20:50.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111512026-08-12T01:20:51.282Z[ host-image] Aug 12 01:20:50.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111522026-08-12T01:20:51.282Z[ host-image] Aug 12 01:20:50.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111532026-08-12T01:20:51.307Z[ host-image] Aug 12 01:20:50.183 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111542026-08-12T01:20:51.307Z[ host-image] Aug 12 01:20:50.183 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111552026-08-12T01:20:51.307Z[ host-image] Aug 12 01:20:50.183 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111562026-08-12T01:21:03.144Z[ host-image] Aug 12 01:21:02.019 INFO image complete! materials are in "/work/os-host"
111572026-08-12T01:21:03.147Z[ host-image]
111582026-08-12T01:21:03.147Z[ host-image] real 4:02.831591024
111592026-08-12T01:21:03.147Z[ host-image] user 2:46.243444730
111602026-08-12T01:21:03.148Z[ host-image] sys 37.346398443
111612026-08-12T01:21:03.148Z[ host-image] trap 0.126600942
111622026-08-12T01:21:03.148Z[ host-image] tflt 0.372651875
111632026-08-12T01:21:03.148Z[ host-image] dflt 0.257304777
111642026-08-12T01:21:03.148Z[ host-image] kflt 0.000315323
111652026-08-12T01:21:03.148Z[ host-image] lock 4:43.389321234
111662026-08-12T01:21:03.148Z[ host-image] slp 20:41.609243326
111672026-08-12T01:21:03.148Z[ host-image] lat 22.048946206
111682026-08-12T01:21:03.148Z[ host-image] stop 1.550327824
111692026-08-12T01:21:03.148ZAug 12 01:21:02.023 INFO [host-image] process exited with exit status: 0 (242.837206884s)
111702026-08-12T01:21:03.148ZAug 12 01:21:02.023 INFO [tuf-v2-host] running task
111712026-08-12T01:21:03.148ZAug 12 01:21:02.024 INFO [tuf-repo] running task
111722026-08-12T01:21:03.152ZAug 12 01:21:02.024 INFO [tuf-v2-host] task succeeded (498.49µs)
111732026-08-12T01:21:03.152ZAug 12 01:21:02.024 INFO [tuf-v2-repo] running task
111742026-08-12T01:21:24.246ZAug 12 01:21:23.122 INFO assembling repository in `/tmp/tufaceousJenRS0`, component: OmicronRepoAssembler
111752026-08-12T01:21:24.453ZAug 12 01:21:23.329 INFO [tuf-v2-repo] task succeeded (21.304768618s)
111762026-08-12T01:21:32.940ZAug 12 01:21:31.816 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111772026-08-12T01:21:33.198ZAug 12 01:21:32.074 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111782026-08-12T01:21:35.356ZAug 12 01:21:34.232 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
111792026-08-12T01:21:35.421ZAug 12 01:21:34.297 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
111802026-08-12T01:21:35.472ZAug 12 01:21:34.347 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
111812026-08-12T01:21:35.520ZAug 12 01:21:34.396 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
111822026-08-12T01:21:35.571ZAug 12 01:21:34.447 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
111832026-08-12T01:21:35.632ZAug 12 01:21:34.508 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
111842026-08-12T01:21:35.683ZAug 12 01:21:34.559 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
111852026-08-12T01:21:46.021ZAug 12 01:21:44.897 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
111862026-08-12T01:21:46.027ZAug 12 01:21:44.903 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
111872026-08-12T01:21:46.050ZAug 12 01:21:44.926 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
111882026-08-12T01:21:46.104ZAug 12 01:21:44.980 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
111892026-08-12T01:21:46.158ZAug 12 01:21:45.034 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
111902026-08-12T01:21:46.211ZAug 12 01:21:45.087 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
111912026-08-12T01:21:46.274ZAug 12 01:21:45.150 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
111922026-08-12T01:21:46.279ZAug 12 01:21:45.156 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
111932026-08-12T01:21:46.303ZAug 12 01:21:45.179 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
111942026-08-12T01:21:48.134ZAug 12 01:21:47.009 INFO [tuf-repo] task succeeded (44.98589484s)
111952026-08-12T01:24:09.423Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 56s
111962026-08-12T01:24:12.004ZAug 12 01:24:10.879 INFO [verify-libraries] process exited with exit status: 0 (422.288199315s)
111972026-08-12T01:24:12.004ZAug 12 01:24:10.879 INFO all jobs completed in 1129.84733463s
111982026-08-12T01:24:13.182Zprocess exited: duration 1350156 ms, exit code 0
 
111992026-08-12T01:24:13.194Zfound 41 output files
112002026-08-12T01:24:13.194Zuploading: /work/manifest.toml (17334 bytes)
112012026-08-12T01:24:14.210Zuploaded: /work/manifest.toml
112022026-08-12T01:24:14.210Zuploading: /work/repo.zip (3271765309 bytes)
112032026-08-12T01:25:34.216Zuploaded: /work/repo.zip
112042026-08-12T01:25:34.216Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112052026-08-12T01:25:35.228Zuploaded: /work/repo.zip.sha256.txt
112062026-08-12T01:25:35.228Zuploading: /work/helios.json (647 bytes)
112072026-08-12T01:25:36.238Zuploaded: /work/helios.json
112082026-08-12T01:25:36.239Zuploading: /work/incorporation.p5m (113590 bytes)
112092026-08-12T01:25:37.255Zuploaded: /work/incorporation.p5m
112102026-08-12T01:25:37.255Zuploading: /work/incorporation.p5p (133120 bytes)
112112026-08-12T01:25:38.282Zuploaded: /work/incorporation.p5p
112122026-08-12T01:25:38.282Zuploading: /work/helios-incorp.log (522 bytes)
112132026-08-12T01:25:39.297Zuploaded: /work/helios-incorp.log
112142026-08-12T01:25:39.297Zuploading: /work/helios-setup.log (56907 bytes)
112152026-08-12T01:25:40.314Zuploaded: /work/helios-setup.log
112162026-08-12T01:25:40.314Zuploading: /work/host-image.log (233349 bytes)
112172026-08-12T01:25:41.339Zuploaded: /work/host-image.log
112182026-08-12T01:25:41.339Zuploading: /work/host-package.log (33128 bytes)
112192026-08-12T01:25:42.354Zuploaded: /work/host-package.log
112202026-08-12T01:25:42.354Zuploading: /work/host-target.log (101 bytes)
112212026-08-12T01:25:44.841Zuploaded: /work/host-target.log
112222026-08-12T01:25:44.841Zuploading: /work/incorp-create.log (0 bytes)
112232026-08-12T01:25:45.851Zuploaded: /work/incorp-create.log
112242026-08-12T01:25:45.851Zuploading: /work/incorp-fmt.log (0 bytes)
112252026-08-12T01:25:46.861Zuploaded: /work/incorp-fmt.log
112262026-08-12T01:25:46.861Zuploading: /work/incorp-pkgsend.log (108 bytes)
112272026-08-12T01:25:47.872Zuploaded: /work/incorp-pkgsend.log
112282026-08-12T01:25:47.872Zuploading: /work/incorp-publisher.log (0 bytes)
112292026-08-12T01:25:48.882Zuploaded: /work/incorp-publisher.log
112302026-08-12T01:25:48.883Zuploading: /work/omicron-package.log (10114 bytes)
112312026-08-12T01:25:49.892Zuploaded: /work/omicron-package.log
112322026-08-12T01:25:49.892Zuploading: /work/recovery-image.log (591923 bytes)
112332026-08-12T01:25:50.914Zuploaded: /work/recovery-image.log
112342026-08-12T01:25:50.915Zuploading: /work/recovery-package.log (321 bytes)
112352026-08-12T01:25:51.926Zuploaded: /work/recovery-package.log
112362026-08-12T01:25:51.926Zuploading: /work/recovery-target.log (98 bytes)
112372026-08-12T01:25:52.937Zuploaded: /work/recovery-target.log
112382026-08-12T01:25:52.937Zuploading: /work/stamp-clickhouse.log (117 bytes)
112392026-08-12T01:25:53.948Zuploaded: /work/stamp-clickhouse.log
112402026-08-12T01:25:53.948Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112412026-08-12T01:25:54.960Zuploaded: /work/stamp-clickhouse_keeper.log
112422026-08-12T01:25:54.960Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112432026-08-12T01:25:55.971Zuploaded: /work/stamp-clickhouse_server.log
112442026-08-12T01:25:55.971Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112452026-08-12T01:25:56.980Zuploaded: /work/stamp-cockroachdb.log
112462026-08-12T01:25:56.980Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112472026-08-12T01:25:57.995Zuploaded: /work/stamp-crucible-pantry-zone.log
112482026-08-12T01:25:57.995Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112492026-08-12T01:25:59.007Zuploaded: /work/stamp-crucible-utils.log
112502026-08-12T01:25:59.007Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112512026-08-12T01:26:00.023Zuploaded: /work/stamp-crucible-zone.log
112522026-08-12T01:26:00.023Zuploading: /work/stamp-external-dns.log (119 bytes)
112532026-08-12T01:26:01.036Zuploaded: /work/stamp-external-dns.log
112542026-08-12T01:26:01.036Zuploading: /work/stamp-installinator.log (103 bytes)
112552026-08-12T01:26:02.053Zuploaded: /work/stamp-installinator.log
112562026-08-12T01:26:02.053Zuploading: /work/stamp-internal-dns.log (119 bytes)
112572026-08-12T01:26:03.067Zuploaded: /work/stamp-internal-dns.log
112582026-08-12T01:26:03.067Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112592026-08-12T01:26:04.080Zuploaded: /work/stamp-mg-ddm-gz.log
112602026-08-12T01:26:04.080Zuploading: /work/stamp-nexus.log (112 bytes)
112612026-08-12T01:26:05.093Zuploaded: /work/stamp-nexus.log
112622026-08-12T01:26:05.093Zuploading: /work/stamp-ntp.log (110 bytes)
112632026-08-12T01:26:06.105Zuploaded: /work/stamp-ntp.log
112642026-08-12T01:26:06.105Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
112652026-08-12T01:26:07.117Zuploaded: /work/stamp-omicron-sled-agent.log
112662026-08-12T01:26:07.117Zuploading: /work/stamp-overlay.log (114 bytes)
112672026-08-12T01:26:08.130Zuploaded: /work/stamp-overlay.log
112682026-08-12T01:26:08.130Zuploading: /work/stamp-oximeter.log (115 bytes)
112692026-08-12T01:26:09.141Zuploaded: /work/stamp-oximeter.log
112702026-08-12T01:26:09.142Zuploading: /work/stamp-oxlog.log (109 bytes)
112712026-08-12T01:26:10.153Zuploaded: /work/stamp-oxlog.log
112722026-08-12T01:26:10.153Zuploading: /work/stamp-probe.log (112 bytes)
112732026-08-12T01:26:11.165Zuploaded: /work/stamp-probe.log
112742026-08-12T01:26:11.165Zuploading: /work/stamp-propolis-server.log (122 bytes)
112752026-08-12T01:26:12.176Zuploaded: /work/stamp-propolis-server.log
112762026-08-12T01:26:12.176Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
112772026-08-12T01:26:13.185Zuploaded: /work/stamp-pumpkind-gz.log
112782026-08-12T01:26:13.185Zuploading: /work/stamp-switch-asic.log (118 bytes)
112792026-08-12T01:26:14.197Zuploaded: /work/stamp-switch-asic.log
112802026-08-12T01:26:14.198Zuploading: /work/verify-libraries.log (49730 bytes)
112812026-08-12T01:26:15.213Zuploaded: /work/verify-libraries.log