01M0XAWQ3Y6VCQYN2GGN8685JX: 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: 01M0XAXC25X0S622AD0M3B77BG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T20:49:38.832Zjob assigned to worker 01M0XAXG1F8K93A8N1FNG1AN5T [factory aws, i-089a3cb4811d46620] (queued for 56 s)
 
22026-08-25T20:49:46.216Zstarting task 0: "setup"
32026-08-25T20:49:46.224Z++ uname -s
42026-08-25T20:49:46.228Z+ kern=SunOS
52026-08-25T20:49:46.228Z+ build_user=build
62026-08-25T20:49:46.228Z+ build_uid=12345
72026-08-25T20:49:46.228Z+ work_dir=/work
82026-08-25T20:49:46.228Z+ input_dir=/input
92026-08-25T20:49:46.228Z+ [[ 0 == 12345 ]]
102026-08-25T20:49:46.228Z+ case "$kern" in
112026-08-25T20:49:46.228Z+ groupadd -g 12345 build
122026-08-25T20:49:46.232Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T20:49:48.238Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T20:49:48.308Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T20:49:48.311Z+ home_fs=zfs
162026-08-25T20:49:48.312Z+ [[ zfs == autofs ]]
172026-08-25T20:49:48.312Z+ mkdir -p /home/build
182026-08-25T20:49:48.314Z+ chown build:build /home/build /work
192026-08-25T20:49:50.314Z+ chmod 0700 /home/build /work
202026-08-25T20:49:50.318Zprocess exited: duration 4101 ms, exit code 0
 
212026-08-25T20:49:50.325Zstarting task 1: "rust-toolchain"
222026-08-25T20:49:50.330Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T20:49:50.330Z * rust toolchain channel = "1.97.1"
242026-08-25T20:49:50.331Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-25T20:49:50.331Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-25T20:49:50.331Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T20:49:50.331Z * rust toolchain profile = "default"
282026-08-25T20:49:50.334Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T20:49:50.334Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T20:49:50.424Zinfo: downloading installer
312026-08-25T20:49:51.790Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T20:49:51.790Zwarn: /home/build/.rustup/settings.toml
332026-08-25T20:49:51.790Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T20:49:51.790Zwarn: instead of the one inferred from the default host triple.
352026-08-25T20:49:51.804Zinfo: profile set to default
362026-08-25T20:49:51.804Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T20:49:51.807Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T20:49:51.940Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T20:49:51.943Zinfo: downloading 6 components
402026-08-25T20:50:06.312Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T20:50:06.312Z
422026-08-25T20:50:06.341Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T20:50:06.341Z
442026-08-25T20:50:06.341Z
452026-08-25T20:50:06.341ZRust is installed now. Great!
462026-08-25T20:50:06.341Z
472026-08-25T20:50:06.341ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T20:50:06.341Zenvironment variable. This has not been done automatically.
492026-08-25T20:50:06.341Z
502026-08-25T20:50:06.341ZTo configure your current shell, you need to source
512026-08-25T20:50:06.341Zthe corresponding env file under $HOME/.cargo.
522026-08-25T20:50:06.341Z
532026-08-25T20:50:06.341ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T20:50:06.341Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T20:50:06.341Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T20:50:06.341Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T20:50:06.342Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T20:50:06.342Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T20:50:06.342Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T20:50:06.345Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T20:50:06.345Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T20:50:06.446Z+ rustup --version
632026-08-25T20:50:06.451Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T20:50:06.455Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T20:50:06.471Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T20:50:06.475Z+ cargo --version
672026-08-25T20:50:06.483Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T20:50:06.486Z+ rustc --version
692026-08-25T20:50:06.506Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T20:50:06.509Zprocess exited: duration 16183 ms, exit code 0
 
712026-08-25T20:50:06.516Zstarting task 2: "authentication"
722026-08-25T20:50:06.535Zprocess exited: duration 18 ms, exit code 0
 
732026-08-25T20:50:06.542Zstarting task 3: "clone repository"
742026-08-25T20:50:06.546Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T20:50:06.550Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T20:50:06.583ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T20:50:25.670Z+ cd /work/oxidecomputer/omicron
782026-08-25T20:50:25.670Z+ git fetch origin 21f4906c9de6e22133caa19a43cf24585fc8f144
792026-08-25T20:50:26.055ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T20:50:26.055Z * branch 21f4906c9de6e22133caa19a43cf24585fc8f144 -> FETCH_HEAD
812026-08-25T20:50:26.071Z+ [[ -n update-bgp-src-addr-description ]]
822026-08-25T20:50:26.075Z++ git branch --show-current
832026-08-25T20:50:26.075Z+ current=main
842026-08-25T20:50:26.075Z+ [[ main != update-bgp-src-addr-description ]]
852026-08-25T20:50:26.075Z+ git branch -f update-bgp-src-addr-description 21f4906c9de6e22133caa19a43cf24585fc8f144
862026-08-25T20:50:26.078Z+ git checkout -f update-bgp-src-addr-description
872026-08-25T20:50:26.139ZSwitched to branch 'update-bgp-src-addr-description'
882026-08-25T20:50:26.143Z+ git reset --hard 21f4906c9de6e22133caa19a43cf24585fc8f144
892026-08-25T20:50:26.205ZHEAD is now at 21f4906c9 update bgp peer src addr description
902026-08-25T20:50:26.208Zprocess exited: duration 19664 ms, exit code 0
 
912026-08-25T20:50:26.214Zstarting task 4: "build"
922026-08-25T20:50:26.222Z+ source .github/buildomat/ci-env.sh
932026-08-25T20:50:26.222Z++ export CARGO_TERM_COLOR=always
942026-08-25T20:50:26.222Z++ CARGO_TERM_COLOR=always
952026-08-25T20:50:26.222Z+++ uname -s
962026-08-25T20:50:26.226Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-25T20:50:26.226Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-25T20:50:26.226Z+ cargo --version
992026-08-25T20:50:26.235Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-25T20:50:26.239Z+ rustc --version
1012026-08-25T20:50:26.258Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-25T20:50:26.261Z+ cargo tree --locked
1032026-08-25T20:50:26.437Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-25T20:50:26.805Z Updating crates.io index
1052026-08-25T20:50:26.808Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-25T20:50:27.081Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-25T20:50:27.489Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-25T20:50:28.799Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-25T20:50:29.436Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-25T20:50:31.470Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-25T20:50:32.616Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-25T20:50:32.944Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-25T20:50:33.340Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-25T20:50:35.513Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-25T20:50:35.807Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-25T20:50:36.269Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-08-25T20:50:36.549Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-08-25T20:50:36.856Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-08-25T20:50:37.137Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-08-25T20:50:37.453Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-25T20:50:37.728Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-25T20:50:38.077Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1232026-08-25T20:50:38.663Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242026-08-25T20:50:39.059Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1252026-08-25T20:50:39.346Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262026-08-25T20:50:39.749Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-08-25T20:50:40.104Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282026-08-25T20:50:40.674Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1292026-08-25T20:50:41.015Z Updating git repository `https://github.com/oxidecomputer/erebor`
1302026-08-25T20:50:41.300Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1312026-08-25T20:50:41.779Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1322026-08-25T20:50:42.057Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1332026-08-25T20:50:42.405Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-08-25T20:50:42.824Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-08-25T20:50:43.147Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-08-25T20:50:43.493Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372026-08-25T20:50:43.915Z Updating git repository `https://github.com/oxidecomputer/tough`
1382026-08-25T20:50:44.675Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-08-25T20:50:44.969Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-25T20:50:45.296Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-08-25T20:50:45.584Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-08-25T20:50:45.913Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1432026-08-25T20:50:46.198Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-08-25T20:50:46.481Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-08-25T20:50:46.826Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-08-25T20:50:47.109Z Updating git repository `https://github.com/illumos/smf-rs`
1472026-08-25T20:50:47.397Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1482026-08-25T20:50:50.246Z Downloading crates ...
1492026-08-25T20:50:50.290Z Downloaded cmake v0.1.57
1502026-08-25T20:50:50.298Z Downloaded cpufeatures v0.3.0
1512026-08-25T20:50:50.301Z Downloaded colorchoice v1.0.4
1522026-08-25T20:50:50.305Z Downloaded corncobs v0.1.4
1532026-08-25T20:50:50.305Z Downloaded addr2line v0.25.1
1542026-08-25T20:50:50.308Z Downloaded darling_macro v0.13.4
1552026-08-25T20:50:50.308Z Downloaded darling_core v0.20.11
1562026-08-25T20:50:50.314Z Downloaded derive-where v1.6.0
1572026-08-25T20:50:50.317Z Downloaded diesel-dtrace v0.5.0
1582026-08-25T20:50:50.317Z Downloaded crc-catalog v2.4.0
1592026-08-25T20:50:50.320Z Downloaded crc-any v2.5.0
1602026-08-25T20:50:50.320Z Downloaded colored v2.2.0
1612026-08-25T20:50:50.323Z Downloaded heck v0.4.1
1622026-08-25T20:50:50.323Z Downloaded cpubits v0.1.1
1632026-08-25T20:50:50.328Z Downloaded crucible-workspace-hack v0.1.0
1642026-08-25T20:50:50.328Z Downloaded convert_case v0.4.0
1652026-08-25T20:50:50.328Z Downloaded defmt v0.3.100
1662026-08-25T20:50:50.328Z Downloaded diesel_table_macro_syntax v0.3.0
1672026-08-25T20:50:50.331Z Downloaded hostname v0.3.1
1682026-08-25T20:50:50.336Z Downloaded indoc v1.0.9
1692026-08-25T20:50:50.339Z Downloaded is-terminal v0.4.17
1702026-08-25T20:50:50.339Z Downloaded compression-core v0.4.31
1712026-08-25T20:50:50.339Z Downloaded crc8 v0.1.1
1722026-08-25T20:50:50.342Z Downloaded constant_time_eq v0.3.1
1732026-08-25T20:50:50.342Z Downloaded guppy-workspace-hack v0.1.0
1742026-08-25T20:50:50.345Z Downloaded hmac v0.12.1
1752026-08-25T20:50:50.348Z Downloaded hash32 v0.3.1
1762026-08-25T20:50:50.348Z Downloaded cpufeatures v0.2.17
1772026-08-25T20:50:50.351Z Downloaded crc v3.4.0
1782026-08-25T20:50:50.351Z Downloaded debug-ignore v1.0.5
1792026-08-25T20:50:50.351Z Downloaded heck v0.5.0
1802026-08-25T20:50:50.355Z Downloaded http-range v0.1.5
1812026-08-25T20:50:50.355Z Downloaded bb8 v0.8.6
1822026-08-25T20:50:50.358Z Downloaded crunchy v0.2.4
1832026-08-25T20:50:50.361Z Downloaded icu_locale_core v2.1.1
1842026-08-25T20:50:50.367Z Downloaded http v1.4.2
1852026-08-25T20:50:50.370Z Downloaded hybrid-array v0.4.13
1862026-08-25T20:50:50.373Z Downloaded hex v0.4.3
1872026-08-25T20:50:50.373Z Downloaded cstr-argument v0.1.2
1882026-08-25T20:50:50.373Z Downloaded clap_lex v1.0.0
1892026-08-25T20:50:50.376Z Downloaded hashbrown v0.16.1
1902026-08-25T20:50:50.381Z Downloaded darling_macro v0.20.11
1912026-08-25T20:50:50.384Z Downloaded curve25519-dalek-derive v0.1.1
1922026-08-25T20:50:50.384Z Downloaded crypto-common v0.1.7
1932026-08-25T20:50:50.384Z Downloaded crypto-common v0.2.2
1942026-08-25T20:50:50.388Z Downloaded jiff-static v0.2.34
1952026-08-25T20:50:50.391Z Downloaded derive_builder_macro v0.20.2
1962026-08-25T20:50:50.391Z Downloaded darling_macro v0.23.0
1972026-08-25T20:50:50.394Z Downloaded const_format_proc_macros v0.2.34
1982026-08-25T20:50:50.394Z Downloaded ident_case v1.0.1
1992026-08-25T20:50:50.394Z Downloaded home v0.5.12
2002026-08-25T20:50:50.394Z Downloaded hex-literal v0.4.1
2012026-08-25T20:50:50.398Z Downloaded crossbeam-deque v0.8.6
2022026-08-25T20:50:50.401Z Downloaded derive_builder_core v0.20.2
2032026-08-25T20:50:50.401Z Downloaded compression-codecs v0.4.37
2042026-08-25T20:50:50.404Z Downloaded inout v0.1.4
2052026-08-25T20:50:50.404Z Downloaded hostname v0.4.2
2062026-08-25T20:50:50.404Z Downloaded instant v0.1.13
2072026-08-25T20:50:50.407Z Downloaded cookie_store v0.22.1
2082026-08-25T20:50:50.407Z Downloaded assert_matches v1.5.0
2092026-08-25T20:50:50.407Z Downloaded heapless v0.8.0
2102026-08-25T20:50:50.410Z Downloaded darling_macro v0.21.3
2112026-08-25T20:50:50.410Z Downloaded highway v1.3.0
2122026-08-25T20:50:50.414Z Downloaded ciborium-io v0.2.2
2132026-08-25T20:50:50.414Z Downloaded hubpack v0.1.2
2142026-08-25T20:50:50.414Z Downloaded internet-checksum v0.2.1
2152026-08-25T20:50:50.417Z Downloaded idna_adapter v1.2.1
2162026-08-25T20:50:50.417Z Downloaded atomicwrites v0.4.4
2172026-08-25T20:50:50.417Z Downloaded base16ct v0.2.0
2182026-08-25T20:50:50.420Z Downloaded http-body v1.0.1
2192026-08-25T20:50:50.420Z Downloaded itoa v1.0.17
2202026-08-25T20:50:50.420Z Downloaded async-object-pool v0.2.0
2212026-08-25T20:50:50.420Z Downloaded async-recursion v1.1.1
2222026-08-25T20:50:50.424Z Downloaded bit-set v0.8.0
2232026-08-25T20:50:50.424Z Downloaded bit-set v0.5.3
2242026-08-25T20:50:50.424Z Downloaded is_terminal_polyfill v1.70.2
2252026-08-25T20:50:50.427Z Downloaded hubpack_derive v0.1.1
2262026-08-25T20:50:50.427Z Downloaded is_ci v1.2.0
2272026-08-25T20:50:50.427Z Downloaded cargo-platform v0.3.2
2282026-08-25T20:50:50.430Z Downloaded cmov v0.5.4
2292026-08-25T20:50:50.433Z Downloaded constant_time_eq v0.4.2
2302026-08-25T20:50:50.433Z Downloaded defmt-parser v1.0.0
2312026-08-25T20:50:50.433Z Downloaded criterion-plot v0.6.0
2322026-08-25T20:50:50.433Z Downloaded critical-section v1.2.0
2332026-08-25T20:50:50.436Z Downloaded convert_case v0.10.0
2342026-08-25T20:50:50.436Z Downloaded instability v0.3.11
2352026-08-25T20:50:50.440Z Downloaded hash32 v0.2.1
2362026-08-25T20:50:50.443Z Downloaded concurrent-queue v2.5.0
2372026-08-25T20:50:50.446Z Downloaded daft v0.1.8
2382026-08-25T20:50:50.446Z Downloaded illumos-nvpair v0.3.0
2392026-08-25T20:50:50.446Z Downloaded ctr v0.10.1
2402026-08-25T20:50:50.449Z Downloaded defmt-macros v1.0.1
2412026-08-25T20:50:50.450Z Downloaded der_derive v0.7.3
2422026-08-25T20:50:50.453Z Downloaded illumos-nvpair-sys v0.2.0
2432026-08-25T20:50:50.453Z Downloaded inout v0.2.2
2442026-08-25T20:50:50.453Z Downloaded data-encoding v2.10.0
2452026-08-25T20:50:50.456Z Downloaded hyper-staticfile v0.10.1
2462026-08-25T20:50:50.456Z Downloaded deranged v0.5.8
2472026-08-25T20:50:50.459Z Downloaded olpc-cjson v0.1.4
2482026-08-25T20:50:50.462Z Downloaded ingot v0.2.1
2492026-08-25T20:50:50.462Z Downloaded cipher v0.5.2
2502026-08-25T20:50:50.468Z Downloaded httpdate v1.0.3
2512026-08-25T20:50:50.471Z Downloaded hyper-tls v0.6.0
2522026-08-25T20:50:50.471Z Downloaded indent_write v2.2.0
2532026-08-25T20:50:50.471Z Downloaded console v0.16.2
2542026-08-25T20:50:50.474Z Downloaded darling v0.23.0
2552026-08-25T20:50:50.474Z Downloaded const-oid v0.9.6
2562026-08-25T20:50:50.477Z Downloaded hex-literal v1.1.0
2572026-08-25T20:50:50.477Z Downloaded pathdiff v0.2.3
2582026-08-25T20:50:50.477Z Downloaded peg-runtime v0.8.5
2592026-08-25T20:50:50.477Z Downloaded anstyle v1.0.14
2602026-08-25T20:50:50.480Z Downloaded defmt v1.0.1
2612026-08-25T20:50:50.480Z Downloaded delegate v0.13.5
2622026-08-25T20:50:50.480Z Downloaded oso-derive v0.27.3
2632026-08-25T20:50:50.480Z Downloaded oxide-generation-macros v0.2.0
2642026-08-25T20:50:50.483Z Downloaded daft-derive v0.1.8
2652026-08-25T20:50:50.483Z Downloaded darling v0.13.4
2662026-08-25T20:50:50.487Z Downloaded arrayvec v0.7.6
2672026-08-25T20:50:50.487Z Downloaded password-hash v0.6.1
2682026-08-25T20:50:50.487Z Downloaded argon2 v0.5.3
2692026-08-25T20:50:50.490Z Downloaded percent-encoding v2.3.2
2702026-08-25T20:50:50.490Z Downloaded cexpr v0.6.0
2712026-08-25T20:50:50.490Z Downloaded phf_shared v0.12.1
2722026-08-25T20:50:50.490Z Downloaded potential_utf v0.1.4
2732026-08-25T20:50:50.490Z Downloaded precomputed-hash v0.1.1
2742026-08-25T20:50:50.490Z Downloaded progenitor-client v0.14.0
2752026-08-25T20:50:50.493Z Downloaded byteorder v1.5.0
2762026-08-25T20:50:50.496Z Downloaded proc-macro-error-attr2 v2.0.0
2772026-08-25T20:50:50.496Z Downloaded ingot-types v0.2.0
2782026-08-25T20:50:50.496Z Downloaded cobs v0.3.0
2792026-08-25T20:50:50.496Z Downloaded headers-core v0.3.0
2802026-08-25T20:50:50.499Z Downloaded http-body-util v0.1.3
2812026-08-25T20:50:50.500Z Downloaded block-padding v0.4.2
2822026-08-25T20:50:50.503Z Downloaded clap_derive v4.6.1
2832026-08-25T20:50:50.506Z Downloaded ctutils v0.4.2
2842026-08-25T20:50:50.506Z Downloaded indoc v2.0.7
2852026-08-25T20:50:50.509Z Downloaded cookie v0.18.1
2862026-08-25T20:50:50.509Z Downloaded ipnet v2.12.0
2872026-08-25T20:50:50.509Z Downloaded datatest-stable v0.3.3
2882026-08-25T20:50:50.512Z Downloaded console v0.15.11
2892026-08-25T20:50:50.515Z Downloaded derive_builder v0.20.2
2902026-08-25T20:50:50.515Z Downloaded des v0.9.0
2912026-08-25T20:50:50.522Z Downloaded recursive v0.1.1
2922026-08-25T20:50:50.526Z Downloaded jobserver v0.1.34
2932026-08-25T20:50:50.529Z Downloaded const-oid v0.10.2
2942026-08-25T20:50:50.529Z Downloaded darling v0.20.11
2952026-08-25T20:50:50.532Z Downloaded darling v0.21.3
2962026-08-25T20:50:50.535Z Downloaded buf-list v1.1.2
2972026-08-25T20:50:50.536Z Downloaded clang-sys v1.8.1
2982026-08-25T20:50:50.536Z Downloaded colored v3.1.1
2992026-08-25T20:50:50.539Z Downloaded crossbeam-epoch v0.9.18
3002026-08-25T20:50:50.539Z Downloaded rustc_version v0.1.7
3012026-08-25T20:50:50.539Z Downloaded crossbeam-utils v0.8.21
3022026-08-25T20:50:50.542Z Downloaded scroll_derive v0.13.1
3032026-08-25T20:50:50.542Z Downloaded serde_bytes v0.11.19
3042026-08-25T20:50:50.542Z Downloaded httptest v0.16.4
3052026-08-25T20:50:50.542Z Downloaded serde_plain v1.0.2
3062026-08-25T20:50:50.542Z Downloaded similar-asserts v1.7.0
3072026-08-25T20:50:50.545Z Downloaded csv-core v0.1.13
3082026-08-25T20:50:50.545Z Downloaded same-file v1.0.6
3092026-08-25T20:50:50.545Z Downloaded impl-trait-for-tuples v0.2.3
3102026-08-25T20:50:50.549Z Downloaded ipnetwork v0.21.1
3112026-08-25T20:50:50.549Z Downloaded cancel-safe-futures v0.1.5
3122026-08-25T20:50:50.554Z Downloaded serde_spanned v1.1.1
3132026-08-25T20:50:50.557Z Downloaded pin-project-internal v1.1.11
3142026-08-25T20:50:50.557Z Downloaded port-file v0.1.0
3152026-08-25T20:50:50.557Z Downloaded primeorder v0.13.6
3162026-08-25T20:50:50.561Z Downloaded signal-hook-mio v0.2.5
3172026-08-25T20:50:50.561Z Downloaded hickory-server v0.25.2
3182026-08-25T20:50:50.564Z Downloaded supports-hyperlinks v3.2.0
3192026-08-25T20:50:50.567Z Downloaded sync_wrapper v1.0.2
3202026-08-25T20:50:50.567Z Downloaded tap v1.0.1
3212026-08-25T20:50:50.571Z Downloaded bitflags v2.11.0
3222026-08-25T20:50:50.571Z Downloaded strsim v0.10.0
3232026-08-25T20:50:50.571Z Downloaded target-triple v1.0.0
3242026-08-25T20:50:50.574Z Downloaded parse-display-derive v0.10.0
3252026-08-25T20:50:50.574Z Downloaded pkcs8 v0.10.2
3262026-08-25T20:50:50.574Z Downloaded psm v0.1.30
3272026-08-25T20:50:50.577Z Downloaded strip-ansi-escapes v0.2.1
3282026-08-25T20:50:50.577Z Downloaded crc32fast v1.5.0
3292026-08-25T20:50:50.577Z Downloaded derive_more v0.99.20
3302026-08-25T20:50:50.580Z Downloaded hmac v0.13.0
3312026-08-25T20:50:50.581Z Downloaded clap v4.6.1
3322026-08-25T20:50:50.584Z Downloaded half v1.8.3
3332026-08-25T20:50:50.587Z Downloaded hickory-client v0.25.2
3342026-08-25T20:50:50.587Z Downloaded iana-time-zone v0.1.65
3352026-08-25T20:50:50.590Z Downloaded humantime v2.3.0
3362026-08-25T20:50:50.590Z Downloaded ingot-macros v0.2.0
3372026-08-25T20:50:50.590Z Downloaded hyper-rustls v0.27.7
3382026-08-25T20:50:50.593Z Downloaded derive-ex v0.1.8
3392026-08-25T20:50:50.593Z Downloaded rand_chacha v0.9.0
3402026-08-25T20:50:50.593Z Downloaded quote v1.0.45
3412026-08-25T20:50:50.593Z Downloaded relative-path v1.9.3
3422026-08-25T20:50:50.596Z Downloaded rpassword v7.5.4
3432026-08-25T20:50:50.596Z Downloaded once_cell v1.21.3
3442026-08-25T20:50:50.597Z Downloaded compact_str v0.8.1
3452026-08-25T20:50:50.599Z Downloaded trait-variant v0.1.2
3462026-08-25T20:50:50.599Z Downloaded scrypt v0.12.0
3472026-08-25T20:50:50.600Z Downloaded serde-hex v0.1.0
3482026-08-25T20:50:50.600Z Downloaded termtree v0.5.1
3492026-08-25T20:50:50.603Z Downloaded thread-id v5.1.0
3502026-08-25T20:50:50.603Z Downloaded tower-layer v0.3.3
3512026-08-25T20:50:50.603Z Downloaded unicode-xid v0.2.6
3522026-08-25T20:50:50.606Z Downloaded usdt-attr-macro v0.6.0
3532026-08-25T20:50:50.606Z Downloaded utf8parse v0.2.2
3542026-08-25T20:50:50.606Z Downloaded version_check v0.9.5
3552026-08-25T20:50:50.609Z Downloaded darling_core v0.13.4
3562026-08-25T20:50:50.612Z Downloaded anyhow v1.0.104
3572026-08-25T20:50:50.615Z Downloaded backon v1.6.0
3582026-08-25T20:50:50.616Z Downloaded icu_properties v2.1.2
3592026-08-25T20:50:50.619Z Downloaded poly1305 v0.8.0
3602026-08-25T20:50:50.619Z Downloaded primeorder v0.14.0
3612026-08-25T20:50:50.622Z Downloaded slog-term v2.9.2
3622026-08-25T20:50:50.622Z Downloaded spki v0.7.3
3632026-08-25T20:50:50.625Z Downloaded ssh-encoding v0.3.0
3642026-08-25T20:50:50.625Z Downloaded strum v0.27.2
3652026-08-25T20:50:50.625Z Downloaded strum_macros v0.24.3
3662026-08-25T20:50:50.628Z Downloaded xshell-macros v0.2.7
3672026-08-25T20:50:50.629Z Downloaded zerofrom-derive v0.1.6
3682026-08-25T20:50:50.629Z Downloaded zeroize_derive v1.5.0
3692026-08-25T20:50:50.632Z Downloaded digest-io v0.1.0
3702026-08-25T20:50:50.632Z Downloaded dropshot-api-manager-types v0.8.0
3712026-08-25T20:50:50.632Z Downloaded cfg-expr v0.20.6
3722026-08-25T20:50:50.635Z Downloaded darling_core v0.21.3
3732026-08-25T20:50:50.635Z Downloaded rusty-fork v0.3.1
3742026-08-25T20:50:50.638Z Downloaded unit-prefix v0.5.2
3752026-08-25T20:50:50.638Z Downloaded synstructure v0.13.2
3762026-08-25T20:50:50.638Z Downloaded target-spec v3.5.7
3772026-08-25T20:50:50.638Z Downloaded const_format v0.2.35
3782026-08-25T20:50:50.642Z Downloaded slog-async v2.8.0
3792026-08-25T20:50:50.645Z Downloaded usdt-macro v0.6.0
3802026-08-25T20:50:50.648Z Downloaded downcast-rs v2.0.2
3812026-08-25T20:50:50.648Z Downloaded embedded-io v0.4.0
3822026-08-25T20:50:50.649Z Downloaded dirs-next v2.0.0
3832026-08-25T20:50:50.652Z Downloaded embedded-io v0.6.1
3842026-08-25T20:50:50.652Z Downloaded dtrace-parser v0.3.0
3852026-08-25T20:50:50.652Z Downloaded smf v0.2.3
3862026-08-25T20:50:50.652Z Downloaded fnv v1.0.7
3872026-08-25T20:50:50.655Z Downloaded omicron-zone-package v0.12.3
3882026-08-25T20:50:50.659Z Downloaded thread_local v1.1.9
3892026-08-25T20:50:50.659Z Downloaded tokio-tungstenite v0.21.0
3902026-08-25T20:50:50.662Z Downloaded thiserror-impl v2.0.18
3912026-08-25T20:50:50.662Z Downloaded indexmap v1.9.3
3922026-08-25T20:50:50.662Z Downloaded tokio-tungstenite v0.23.1
3932026-08-25T20:50:50.667Z Downloaded vergen-git2 v9.1.0
3942026-08-25T20:50:50.667Z Downloaded vergen-lib v9.1.0
3952026-08-25T20:50:50.670Z Downloaded fastrand v2.3.0
3962026-08-25T20:50:50.670Z Downloaded icu_provider v2.1.1
3972026-08-25T20:50:50.670Z Downloaded foreign-types v0.5.0
3982026-08-25T20:50:50.670Z Downloaded form_urlencoded v1.2.2
3992026-08-25T20:50:50.676Z Downloaded futures-io v0.3.32
4002026-08-25T20:50:50.679Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4012026-08-25T20:50:50.682Z Downloaded escape8259 v0.5.3
4022026-08-25T20:50:50.682Z Downloaded futures-macro v0.3.32
4032026-08-25T20:50:50.685Z Downloaded sha2 v0.10.9
4042026-08-25T20:50:50.688Z Downloaded half v2.7.1
4052026-08-25T20:50:50.688Z Downloaded indicatif v0.18.4
4062026-08-25T20:50:50.691Z Downloaded wyz v0.5.1
4072026-08-25T20:50:50.691Z Downloaded zeroize v1.9.0
4082026-08-25T20:50:50.691Z Downloaded memmap v0.7.0
4092026-08-25T20:50:50.695Z Downloaded multimap v0.10.1
4102026-08-25T20:50:50.695Z Downloaded new_debug_unreachable v1.0.6
4112026-08-25T20:50:50.695Z Downloaded newtype_derive v0.1.6
4122026-08-25T20:50:50.695Z Downloaded nonempty v0.12.0
4132026-08-25T20:50:50.695Z Downloaded normalize-line-endings v0.3.0
4142026-08-25T20:50:50.698Z Downloaded crossbeam-channel v0.5.15
4152026-08-25T20:50:50.701Z Downloaded derive_more v2.1.1
4162026-08-25T20:50:50.706Z Downloaded heapless v0.7.17
4172026-08-25T20:50:50.709Z Downloaded maplit v1.0.2
4182026-08-25T20:50:50.709Z Downloaded der v0.7.10
4192026-08-25T20:50:50.712Z Downloaded lru v0.12.5
4202026-08-25T20:50:50.712Z Downloaded ghash v0.6.0
4212026-08-25T20:50:50.712Z Downloaded aead v0.5.2
4222026-08-25T20:50:50.716Z Downloaded lru-cache v0.1.2
4232026-08-25T20:50:50.716Z Downloaded oxide-update-engine-types v0.1.2
4242026-08-25T20:50:50.716Z Downloaded crypto-bigint v0.5.5
4252026-08-25T20:50:50.719Z Downloaded parking_lot v0.12.5
4262026-08-25T20:50:50.722Z Downloaded prefix-trie v0.7.0
4272026-08-25T20:50:50.722Z Downloaded env_logger v0.11.11
4282026-08-25T20:50:50.725Z Downloaded whoami v1.6.1
4292026-08-25T20:50:50.725Z Downloaded assert-json-diff v2.0.2
4302026-08-25T20:50:50.725Z Downloaded bcrypt-pbkdf v0.11.0
4312026-08-25T20:50:50.728Z Downloaded num-derive v0.4.2
4322026-08-25T20:50:50.731Z Downloaded atomic-waker v1.1.2
4332026-08-25T20:50:50.731Z Downloaded httparse v1.10.1
4342026-08-25T20:50:50.735Z Downloaded openssl-macros v0.1.1
4352026-08-25T20:50:50.735Z Downloaded fs-err v2.11.0
4362026-08-25T20:50:50.738Z Downloaded ignore v0.4.25
4372026-08-25T20:50:50.744Z Downloaded icu_normalizer v2.1.1
4382026-08-25T20:50:50.748Z Downloaded headers v0.4.1
4392026-08-25T20:50:50.751Z Downloaded p384 v0.14.0
4402026-08-25T20:50:50.751Z Downloaded knuffel-derive v3.2.0
4412026-08-25T20:50:50.754Z Downloaded futures-executor v0.3.32
4422026-08-25T20:50:50.754Z Downloaded libloading v0.8.9
4432026-08-25T20:50:50.757Z Downloaded pest_meta v2.8.6
4442026-08-25T20:50:50.763Z Downloaded diff v0.1.13
4452026-08-25T20:50:50.766Z Downloaded mime_guess v2.0.5
4462026-08-25T20:50:50.766Z Downloaded rcgen v0.12.1
4472026-08-25T20:50:50.769Z Downloaded pretty-hex v0.4.1
4482026-08-25T20:50:50.769Z Downloaded libsw-core v0.3.2
4492026-08-25T20:50:50.775Z Downloaded darling_core v0.23.0
4502026-08-25T20:50:50.778Z Downloaded diesel_derives v2.3.7
4512026-08-25T20:50:50.782Z Downloaded path-slash v0.1.5
4522026-08-25T20:50:50.785Z Downloaded proc-macro-crate v1.3.1
4532026-08-25T20:50:50.788Z Downloaded bytes v1.11.1
4542026-08-25T20:50:50.791Z Downloaded rand_xorshift v0.4.0
4552026-08-25T20:50:50.791Z Downloaded unicode-properties v0.1.4
4562026-08-25T20:50:50.791Z Downloaded hashbrown v0.15.5
4572026-08-25T20:50:50.794Z Downloaded rustls-platform-verifier v0.6.2
4582026-08-25T20:50:50.797Z Downloaded anstream v1.0.0
4592026-08-25T20:50:50.797Z Downloaded libtest-mimic v0.8.1
4602026-08-25T20:50:50.797Z Downloaded anstream v0.6.21
4612026-08-25T20:50:50.800Z Downloaded base16ct v1.0.0
4622026-08-25T20:50:50.800Z Downloaded papergrid v0.11.0
4632026-08-25T20:50:50.803Z Downloaded quick-error v1.2.3
4642026-08-25T20:50:50.803Z Downloaded recursive-proc-macro-impl v0.1.1
4652026-08-25T20:50:50.803Z Downloaded rfc6979 v0.6.0
4662026-08-25T20:50:50.803Z Downloaded slog v2.8.2
4672026-08-25T20:50:50.807Z Downloaded rustc-hash v2.1.1
4682026-08-25T20:50:50.807Z Downloaded sapling-renderdag v0.1.0
4692026-08-25T20:50:50.807Z Downloaded scopeguard v1.2.0
4702026-08-25T20:50:50.807Z Downloaded serde_regex v1.1.0
4712026-08-25T20:50:50.810Z Downloaded rtoolbox v0.0.3
4722026-08-25T20:50:50.813Z Downloaded scuffle v0.1.0
4732026-08-25T20:50:50.813Z Downloaded signal-hook v0.3.18
4742026-08-25T20:50:50.816Z Downloaded fallible-iterator v0.2.0
4752026-08-25T20:50:50.816Z Downloaded bit-vec v0.8.0
4762026-08-25T20:50:50.816Z Downloaded hickory-resolver v0.24.4
4772026-08-25T20:50:50.819Z Downloaded bitflags v1.3.2
4782026-08-25T20:50:50.822Z Downloaded bytecount v0.6.9
4792026-08-25T20:50:50.822Z Downloaded oxide-generation v0.1.3
4802026-08-25T20:50:50.825Z Downloaded oxide-tokio-rt v0.1.4
4812026-08-25T20:50:50.825Z Downloaded packed_struct v0.10.1
4822026-08-25T20:50:50.825Z Downloaded phf_shared v0.11.3
4832026-08-25T20:50:50.825Z Downloaded chacha20 v0.9.1
4842026-08-25T20:50:50.828Z Downloaded siphasher v1.0.2
4852026-08-25T20:50:50.828Z Downloaded progenitor-impl v0.14.0
4862026-08-25T20:50:50.831Z Downloaded test-strategy v0.4.5
4872026-08-25T20:50:50.831Z Downloaded tinyvec v1.10.0
4882026-08-25T20:50:50.834Z Downloaded serde_yaml v0.9.34+deprecated
4892026-08-25T20:50:50.834Z Downloaded snafu v0.8.9
4902026-08-25T20:50:50.838Z Downloaded parking_lot_core v0.8.6
4912026-08-25T20:50:50.841Z Downloaded slog-envlogger v2.2.0
4922026-08-25T20:50:50.841Z Downloaded structmeta-derive v0.3.0
4932026-08-25T20:50:50.844Z Downloaded supports-color v3.0.2
4942026-08-25T20:50:50.847Z Downloaded hickory-resolver v0.25.2
4952026-08-25T20:50:50.847Z Downloaded icu_collections v2.1.1
4962026-08-25T20:50:50.850Z Downloaded internal-russh-num-bigint v0.5.0
4972026-08-25T20:50:50.854Z Downloaded ecdsa v0.17.0
4982026-08-25T20:50:50.854Z Downloaded proc-macro-error2 v2.0.1
4992026-08-25T20:50:50.857Z Downloaded progenitor-client v0.13.0
5002026-08-25T20:50:50.857Z Downloaded progenitor-extras v0.2.0
5012026-08-25T20:50:50.857Z Downloaded zopfli v0.8.3
5022026-08-25T20:50:50.860Z Downloaded tungstenite v0.21.0
5032026-08-25T20:50:50.861Z Downloaded unicode-ident v1.0.24
5042026-08-25T20:50:50.864Z Downloaded swrite v0.1.0
5052026-08-25T20:50:50.864Z Downloaded terminal_size v0.1.17
5062026-08-25T20:50:50.864Z Downloaded crossterm v0.29.0
5072026-08-25T20:50:50.868Z Downloaded rand_core v0.6.4
5082026-08-25T20:50:50.868Z Downloaded criterion v0.7.0
5092026-08-25T20:50:50.872Z Downloaded ahash v0.8.12
5102026-08-25T20:50:50.872Z Downloaded argon2 v0.6.0-rc.8
5112026-08-25T20:50:50.875Z Downloaded hashbrown v0.17.0
5122026-08-25T20:50:50.875Z Downloaded rustc-demangle v0.1.27
5132026-08-25T20:50:50.878Z Downloaded schemars_derive v0.8.22
5142026-08-25T20:50:50.878Z Downloaded scroll v0.12.0
5152026-08-25T20:50:50.878Z Downloaded typify-macro v0.6.2
5162026-08-25T20:50:50.878Z Downloaded hkdf v0.12.4
5172026-08-25T20:50:50.881Z Downloaded litemap v0.8.1
5182026-08-25T20:50:50.881Z Downloaded num_enum_derive v0.7.6
5192026-08-25T20:50:50.881Z Downloaded bzip2 v0.6.1
5202026-08-25T20:50:50.885Z Downloaded blake2 v0.11.0-rc.6
5212026-08-25T20:50:50.885Z Downloaded bzip2 v0.4.4
5222026-08-25T20:50:50.885Z Downloaded serde_tokenstream v0.3.0
5232026-08-25T20:50:50.890Z Downloaded signature v2.2.0
5242026-08-25T20:50:50.890Z Downloaded shlex v1.3.0
5252026-08-25T20:50:50.890Z Downloaded unicode-truncate v1.1.0
5262026-08-25T20:50:50.890Z Downloaded universal-hash v0.5.1
5272026-08-25T20:50:50.893Z Downloaded indexmap v2.14.0
5282026-08-25T20:50:50.893Z Downloaded derive_more-impl v2.1.1
5292026-08-25T20:50:50.897Z Downloaded postcard v1.1.3
5302026-08-25T20:50:50.900Z Downloaded ssh-cipher v0.3.0
5312026-08-25T20:50:50.904Z Downloaded display-error-chain v0.2.2
5322026-08-25T20:50:50.904Z Downloaded zone_cfg_derive v0.3.1
5332026-08-25T20:50:50.904Z Downloaded icu_normalizer_data v2.1.1
5342026-08-25T20:50:50.904Z Downloaded rand_distr v0.5.1
5352026-08-25T20:50:50.908Z Downloaded rand v0.8.6
5362026-08-25T20:50:50.908Z Downloaded crossterm v0.28.1
5372026-08-25T20:50:50.911Z Downloaded parking_lot v0.11.2
5382026-08-25T20:50:50.914Z Downloaded slog-dtrace v0.3.0
5392026-08-25T20:50:50.917Z Downloaded xattr v1.6.1
5402026-08-25T20:50:50.917Z Downloaded difflib v0.4.0
5412026-08-25T20:50:50.920Z Downloaded tinystr v0.8.2
5422026-08-25T20:50:50.921Z Downloaded tls_codec v0.4.2
5432026-08-25T20:50:50.921Z Downloaded dyn-clone v1.0.20
5442026-08-25T20:50:50.921Z Downloaded path-tree v0.8.3
5452026-08-25T20:50:50.924Z Downloaded num-traits v0.2.19
5462026-08-25T20:50:50.924Z Downloaded schemars v1.2.1
5472026-08-25T20:50:50.931Z Downloaded errno v0.3.14
5482026-08-25T20:50:50.934Z Downloaded stringmetrics v2.2.2
5492026-08-25T20:50:50.934Z Downloaded async-lock v3.4.2
5502026-08-25T20:50:50.934Z Downloaded hashbrown v0.12.3
5512026-08-25T20:50:50.959Z Downloaded hyper-util v0.1.20
5522026-08-25T20:50:50.964Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5532026-08-25T20:50:50.964Z Downloaded pkcs1 v0.7.5
5542026-08-25T20:50:50.964Z Downloaded flagset v0.4.7
5552026-08-25T20:50:50.964Z Downloaded foreign-types-shared v0.3.1
5562026-08-25T20:50:50.965Z Downloaded getrandom v0.4.3
5572026-08-25T20:50:50.965Z Downloaded foreign-types-shared v0.1.1
5582026-08-25T20:50:50.965Z Downloaded hashbrown v0.13.2
5592026-08-25T20:50:50.965Z Downloaded samael v0.0.19
5602026-08-25T20:50:50.965Z Downloaded git-stub v1.0.0
5612026-08-25T20:50:50.965Z Downloaded kem v0.3.0
5622026-08-25T20:50:50.965Z Downloaded blake2 v0.10.6
5632026-08-25T20:50:50.965Z Downloaded sha2 v0.11.0
5642026-08-25T20:50:50.965Z Downloaded thiserror-impl v1.0.69
5652026-08-25T20:50:50.965Z Downloaded knuffel v3.2.0
5662026-08-25T20:50:50.965Z Downloaded libbz2-rs-sys v0.2.2
5672026-08-25T20:50:50.965Z Downloaded macaddr v1.0.1
5682026-08-25T20:50:50.965Z Downloaded usdt-impl v0.5.0
5692026-08-25T20:50:50.965Z Downloaded waitgroup v0.1.2
5702026-08-25T20:50:50.965Z Downloaded newtype-uuid-macros v0.1.0
5712026-08-25T20:50:50.965Z Downloaded serde_with_macros v3.21.0
5722026-08-25T20:50:50.965Z Downloaded utf8_iter v1.0.4
5732026-08-25T20:50:50.965Z Downloaded yansi v1.0.1
5742026-08-25T20:50:50.965Z Downloaded linked-hash-map v0.5.6
5752026-08-25T20:50:50.965Z Downloaded memoffset v0.9.1
5762026-08-25T20:50:50.965Z Downloaded mime v0.3.17
5772026-08-25T20:50:50.965Z Downloaded md-5 v0.10.6
5782026-08-25T20:50:50.969Z Downloaded vsss-rs v3.3.4
5792026-08-25T20:50:50.969Z Downloaded dof v0.4.0
5802026-08-25T20:50:50.969Z Downloaded writeable v0.6.2
5812026-08-25T20:50:50.969Z Downloaded nibble_vec v0.1.0
5822026-08-25T20:50:50.969Z Downloaded async-stream v0.3.6
5832026-08-25T20:50:50.974Z Downloaded arrayref v0.3.9
5842026-08-25T20:50:50.974Z Downloaded der v0.8.0
5852026-08-25T20:50:50.977Z Downloaded itertools v0.10.5
5862026-08-25T20:50:50.980Z Downloaded steno v0.4.1
5872026-08-25T20:50:50.980Z Downloaded tempfile v3.27.0
5882026-08-25T20:50:50.983Z Downloaded toml_edit v0.19.15
5892026-08-25T20:50:50.989Z Downloaded enum_dispatch v0.3.13
5902026-08-25T20:50:50.993Z Downloaded spin v0.9.8
5912026-08-25T20:50:50.993Z Downloaded xshell v0.2.7
5922026-08-25T20:50:50.999Z Downloaded tokio-rustls v0.26.4
5932026-08-25T20:50:50.999Z Downloaded cfg-if v1.0.4
5942026-08-25T20:50:50.999Z Downloaded bitfield-macros v0.19.4
5952026-08-25T20:50:50.999Z Downloaded bitfield-struct v0.6.2
5962026-08-25T20:50:50.999Z Downloaded openssl-probe v0.1.6
5972026-08-25T20:50:51.002Z Downloaded rsa v0.9.10
5982026-08-25T20:50:51.002Z Downloaded serde_derive v1.0.228
5992026-08-25T20:50:51.002Z Downloaded ena v0.14.4
6002026-08-25T20:50:51.003Z Downloaded fs_extra v1.3.0
6012026-08-25T20:50:51.006Z Downloaded foldhash v0.1.5
6022026-08-25T20:50:51.006Z Downloaded parse-display v0.10.0
6032026-08-25T20:50:51.006Z Downloaded pkcs1 v0.8.0-rc.4
6042026-08-25T20:50:51.006Z Downloaded typed-path v0.9.3
6052026-08-25T20:50:51.010Z Downloaded fancy-regex v0.14.0
6062026-08-25T20:50:51.013Z Downloaded flate2 v1.1.9
6072026-08-25T20:50:51.013Z Downloaded fs-err v3.3.0
6082026-08-25T20:50:51.017Z Downloaded libsw v3.5.0
6092026-08-25T20:50:51.017Z Downloaded ucd-trie v0.1.7
6102026-08-25T20:50:51.017Z Downloaded group v0.13.0
6112026-08-25T20:50:51.017Z Downloaded proc-macro-error-attr v1.0.4
6122026-08-25T20:50:51.017Z Downloaded getrandom v0.3.4
6132026-08-25T20:50:51.021Z Downloaded plotters-backend v0.3.7
6142026-08-25T20:50:51.021Z Downloaded psl-types v2.0.11
6152026-08-25T20:50:51.021Z Downloaded newtype-uuid v1.3.2
6162026-08-25T20:50:51.021Z Downloaded subprocess v0.2.15
6172026-08-25T20:50:51.025Z Downloaded linkme v0.3.35
6182026-08-25T20:50:51.028Z Downloaded num_enum v0.5.11
6192026-08-25T20:50:51.032Z Downloaded rand_pcg v0.10.2
6202026-08-25T20:50:51.032Z Downloaded native-tls v0.2.18
6212026-08-25T20:50:51.035Z Downloaded scroll_derive v0.12.1
6222026-08-25T20:50:51.035Z Downloaded serde-big-array v0.5.1
6232026-08-25T20:50:51.035Z Downloaded autocfg v1.5.0
6242026-08-25T20:50:51.039Z Downloaded semver v0.1.20
6252026-08-25T20:50:51.039Z Downloaded signal-hook-tokio v0.3.1
6262026-08-25T20:50:51.042Z Downloaded num_enum v0.7.6
6272026-08-25T20:50:51.042Z Downloaded chumsky v0.9.3
6282026-08-25T20:50:51.046Z Downloaded tokio-postgres v0.7.16
6292026-08-25T20:50:51.050Z Downloaded testing_table v0.3.0
6302026-08-25T20:50:51.057Z Downloaded guppy v0.17.25
6312026-08-25T20:50:51.061Z Downloaded cassowary v0.3.0
6322026-08-25T20:50:51.064Z Downloaded cipher v0.4.4
6332026-08-25T20:50:51.064Z Downloaded openssl-probe v0.2.1
6342026-08-25T20:50:51.064Z Downloaded smawk v0.3.2
6352026-08-25T20:50:51.064Z Downloaded supports-color v2.1.0
6362026-08-25T20:50:51.064Z Downloaded supports-hyperlinks v2.1.0
6372026-08-25T20:50:51.068Z Downloaded schemars v0.9.0
6382026-08-25T20:50:51.071Z Downloaded socket2 v0.6.3
6392026-08-25T20:50:51.074Z Downloaded tokio-test v0.4.5
6402026-08-25T20:50:51.074Z Downloaded toml v0.7.8
6412026-08-25T20:50:51.077Z Downloaded topological-sort v0.2.2
6422026-08-25T20:50:51.077Z Downloaded tracing-core v0.1.36
6432026-08-25T20:50:51.077Z Downloaded libefi-sys v0.1.0
6442026-08-25T20:50:51.077Z Downloaded toml_parser v1.1.2+spec-1.1.0
6452026-08-25T20:50:51.082Z Downloaded getrandom v0.2.17
6462026-08-25T20:50:51.082Z Downloaded usdt v0.5.0
6472026-08-25T20:50:51.082Z Downloaded usdt-attr-macro v0.5.0
6482026-08-25T20:50:51.085Z Downloaded usdt v0.6.0
6492026-08-25T20:50:51.085Z Downloaded parse-size v1.1.0
6502026-08-25T20:50:51.085Z Downloaded unicode_categories v0.1.1
6512026-08-25T20:50:51.085Z Downloaded cc v1.2.56
6522026-08-25T20:50:51.085Z Downloaded phf v0.13.1
6532026-08-25T20:50:51.085Z Downloaded filetime v0.2.27
6542026-08-25T20:50:51.088Z Downloaded postgres-protocol v0.6.10
6552026-08-25T20:50:51.088Z Downloaded ppv-lite86 v0.2.21
6562026-08-25T20:50:51.088Z Downloaded unarray v0.1.4
6572026-08-25T20:50:51.088Z Downloaded hkdf v0.13.0
6582026-08-25T20:50:51.091Z Downloaded textwrap v0.15.2
6592026-08-25T20:50:51.092Z Downloaded dsl_auto_type v0.2.0
6602026-08-25T20:50:51.092Z Downloaded pem v3.0.6
6612026-08-25T20:50:51.095Z Downloaded minimal-lexical v0.2.1
6622026-08-25T20:50:51.095Z Downloaded serde_with v1.14.0
6632026-08-25T20:50:51.098Z Downloaded plotters v0.3.7
6642026-08-25T20:50:51.102Z Downloaded rustversion v1.0.22
6652026-08-25T20:50:51.105Z Downloaded rstest_macros v0.25.0
6662026-08-25T20:50:51.105Z Downloaded rustls-native-certs v0.8.3
6672026-08-25T20:50:51.108Z Downloaded env_filter v2.0.0
6682026-08-25T20:50:51.111Z Downloaded float-cmp v0.10.0
6692026-08-25T20:50:51.112Z Downloaded rust-argon2 v2.1.0
6702026-08-25T20:50:51.112Z Downloaded serdect v0.4.3
6712026-08-25T20:50:51.112Z Downloaded dof v0.3.0
6722026-08-25T20:50:51.115Z Downloaded float-ord v0.3.2
6732026-08-25T20:50:51.115Z Downloaded generic-array v0.14.7
6742026-08-25T20:50:51.118Z Downloaded lalrpop-util v0.19.12
6752026-08-25T20:50:51.118Z Downloaded nested v0.1.1
6762026-08-25T20:50:51.118Z Downloaded rand_seeder v0.4.0
6772026-08-25T20:50:51.118Z Downloaded kstat-rs v0.2.5
6782026-08-25T20:50:51.121Z Downloaded slab v0.4.12
6792026-08-25T20:50:51.122Z Downloaded lzss v0.8.2
6802026-08-25T20:50:51.122Z Downloaded newline-converter v0.3.0
6812026-08-25T20:50:51.125Z Downloaded clap_builder v4.6.0
6822026-08-25T20:50:51.128Z Downloaded string_cache v0.8.9
6832026-08-25T20:50:51.128Z Downloaded termcolor v1.4.1
6842026-08-25T20:50:51.128Z Downloaded tiny-keccak v2.0.2
6852026-08-25T20:50:51.131Z Downloaded drift v0.2.0
6862026-08-25T20:50:51.134Z Downloaded blake2b_simd v1.0.4
6872026-08-25T20:50:51.137Z Downloaded itertools v0.12.1
6882026-08-25T20:50:51.140Z Downloaded typenum v1.20.1
6892026-08-25T20:50:51.140Z Downloaded iri-string v0.7.10
6902026-08-25T20:50:51.144Z Downloaded camino v1.2.5
6912026-08-25T20:50:51.147Z Downloaded stringprep v0.1.5
6922026-08-25T20:50:51.147Z Downloaded fatfs v0.3.6
6932026-08-25T20:50:51.147Z Downloaded bcs v0.1.6
6942026-08-25T20:50:51.150Z Downloaded strsim v0.11.1
6952026-08-25T20:50:51.150Z Downloaded yasna v0.5.2
6962026-08-25T20:50:51.150Z Downloaded miette-derive v5.10.0
6972026-08-25T20:50:51.150Z Downloaded num_threads v0.1.7
6982026-08-25T20:50:51.153Z Downloaded whoami v2.1.0
6992026-08-25T20:50:51.153Z Downloaded hyper v1.10.1
7002026-08-25T20:50:51.157Z Downloaded oxnet v0.1.6
7012026-08-25T20:50:51.157Z Downloaded zstd v0.13.3
7022026-08-25T20:50:51.160Z Downloaded packed_struct_codegen v0.10.1
7032026-08-25T20:50:51.160Z Downloaded rsa v0.10.0-rc.18
7042026-08-25T20:50:51.163Z Downloaded tokio-dtrace v0.1.1
7052026-08-25T20:50:51.163Z Downloaded pest_generator v2.8.6
7062026-08-25T20:50:51.166Z Downloaded cfg_aliases v0.1.1
7072026-08-25T20:50:51.166Z Downloaded tui-tree-widget v0.23.1
7082026-08-25T20:50:51.171Z Downloaded tungstenite v0.23.0
7092026-08-25T20:50:51.174Z Downloaded yoke v0.8.1
7102026-08-25T20:50:51.174Z Downloaded serde_tokenstream v0.2.3
7112026-08-25T20:50:51.178Z Downloaded slog-scope v4.4.1
7122026-08-25T20:50:51.178Z Downloaded ed25519-dalek v3.0.0
7132026-08-25T20:50:51.178Z Downloaded event-listener-strategy v0.5.4
7142026-08-25T20:50:51.181Z Downloaded plain v0.2.3
7152026-08-25T20:50:51.181Z Downloaded futures-timer v3.0.3
7162026-08-25T20:50:51.181Z Downloaded group v0.14.0
7172026-08-25T20:50:51.184Z Downloaded rand_chacha v0.3.1
7182026-08-25T20:50:51.184Z Downloaded russh-util v0.52.0
7192026-08-25T20:50:51.185Z Downloaded quinn-udp v0.5.14
7202026-08-25T20:50:51.189Z Downloaded digest v0.11.3
7212026-08-25T20:50:51.189Z Downloaded ed25519 v2.2.3
7222026-08-25T20:50:51.189Z Downloaded md5 v0.8.0
7232026-08-25T20:50:51.189Z Downloaded ff v0.14.0
7242026-08-25T20:50:51.193Z Downloaded glob v0.3.3
7252026-08-25T20:50:51.193Z Downloaded signature v3.0.0
7262026-08-25T20:50:51.193Z Downloaded num-integer v0.1.46
7272026-08-25T20:50:51.193Z Downloaded qorb v0.4.1
7282026-08-25T20:50:51.196Z Downloaded rand v0.9.2
7292026-08-25T20:50:51.196Z Downloaded serde_cbor v0.11.2
7302026-08-25T20:50:51.199Z Downloaded reqwest v0.12.28
7312026-08-25T20:50:51.202Z Downloaded serde_spanned v0.6.9
7322026-08-25T20:50:51.203Z Downloaded structmeta v0.3.0
7332026-08-25T20:50:51.203Z Downloaded idna v1.1.0
7342026-08-25T20:50:51.206Z Downloaded itertools v0.14.0
7352026-08-25T20:50:51.209Z Downloaded icu_properties_data v2.1.2
7362026-08-25T20:50:51.212Z Downloaded tokio-stream v0.1.18
7372026-08-25T20:50:51.215Z Downloaded itertools v0.15.0
7382026-08-25T20:50:51.226Z Downloaded tabwriter v1.4.1
7392026-08-25T20:50:51.226Z Downloaded miette-derive v7.6.0
7402026-08-25T20:50:51.226Z Downloaded array-init v0.0.4
7412026-08-25T20:50:51.226Z Downloaded pkcs5 v0.8.1
7422026-08-25T20:50:51.226Z Downloaded blowfish v0.10.0
7432026-08-25T20:50:51.226Z Downloaded anstyle-parse v1.0.0
7442026-08-25T20:50:51.226Z Downloaded async-stream-impl v0.3.6
7452026-08-25T20:50:51.226Z Downloaded bitfield v0.19.4
7462026-08-25T20:50:51.226Z Downloaded sqlparser_derive v0.5.0
7472026-08-25T20:50:51.226Z Downloaded pbkdf2 v0.13.0
7482026-08-25T20:50:51.230Z Downloaded itertools v0.13.0
7492026-08-25T20:50:51.233Z Downloaded camino-tempfile-ext v0.3.3
7502026-08-25T20:50:51.233Z Downloaded thread-id v4.2.2
7512026-08-25T20:50:51.233Z Downloaded universal-hash v0.6.1
7522026-08-25T20:50:51.233Z Downloaded yoke-derive v0.8.1
7532026-08-25T20:50:51.233Z Downloaded wnaf v0.14.0
7542026-08-25T20:50:51.236Z Downloaded h2 v0.4.15
7552026-08-25T20:50:51.239Z Downloaded document-features v0.2.12
7562026-08-25T20:50:51.239Z Downloaded toml_write v0.1.2
7572026-08-25T20:50:51.239Z Downloaded want v0.3.1
7582026-08-25T20:50:51.239Z Downloaded toml_writer v1.1.1+spec-1.1.0
7592026-08-25T20:50:51.239Z Downloaded pkg-config v0.3.32
7602026-08-25T20:50:51.242Z Downloaded rand_core v0.9.5
7612026-08-25T20:50:51.242Z Downloaded owo-colors v4.3.0
7622026-08-25T20:50:51.242Z Downloaded peg v0.8.5
7632026-08-25T20:50:51.245Z Downloaded keccak v0.1.6
7642026-08-25T20:50:51.246Z Downloaded knus v3.4.0
7652026-08-25T20:50:51.250Z Downloaded futures-channel v0.3.32
7662026-08-25T20:50:51.250Z Downloaded zerocopy-derive v0.7.35
7672026-08-25T20:50:51.253Z Downloaded r2d2 v0.8.10
7682026-08-25T20:50:51.253Z Downloaded resolv-conf v0.7.6
7692026-08-25T20:50:51.253Z Downloaded sec1 v0.7.3
7702026-08-25T20:50:51.256Z Downloaded serde_urlencoded v0.7.1
7712026-08-25T20:50:51.256Z Downloaded url v2.5.8
7722026-08-25T20:50:51.256Z Downloaded sec1 v0.8.1
7732026-08-25T20:50:51.259Z Downloaded progenitor-impl v0.13.0
7742026-08-25T20:50:51.259Z Downloaded crypto-primes v0.7.2
7752026-08-25T20:50:51.262Z Downloaded plotters-svg v0.3.7
7762026-08-25T20:50:51.262Z Downloaded polyval v0.7.1
7772026-08-25T20:50:51.263Z Downloaded rustls-pemfile v2.2.0
7782026-08-25T20:50:51.266Z Downloaded goblin v0.8.2
7792026-08-25T20:50:51.269Z Downloaded adler2 v2.0.1
7802026-08-25T20:50:51.269Z Downloaded miniz_oxide v0.8.9
7812026-08-25T20:50:51.269Z Downloaded atty v0.2.14
7822026-08-25T20:50:51.269Z Downloaded serde_derive_internals v0.29.1
7832026-08-25T20:50:51.272Z Downloaded smallvec v0.6.14
7842026-08-25T20:50:51.272Z Downloaded num-conv v0.2.0
7852026-08-25T20:50:51.272Z Downloaded slog-stdlog v4.1.1
7862026-08-25T20:50:51.272Z Downloaded hashbrown v0.14.5
7872026-08-25T20:50:51.275Z Downloaded jiff-core v0.1.0
7882026-08-25T20:50:51.278Z Downloaded phf_shared v0.13.1
7892026-08-25T20:50:51.278Z Downloaded vte v0.14.1
7902026-08-25T20:50:51.278Z Downloaded thiserror v1.0.69
7912026-08-25T20:50:51.282Z Downloaded subtle v2.6.1
7922026-08-25T20:50:51.282Z Downloaded ciborium v0.2.2
7932026-08-25T20:50:51.282Z Downloaded chacha20poly1305 v0.10.1
7942026-08-25T20:50:51.285Z Downloaded p256 v0.14.0
7952026-08-25T20:50:51.285Z Downloaded tinytemplate v1.2.1
7962026-08-25T20:50:51.288Z Downloaded displaydoc v0.2.5
7972026-08-25T20:50:51.288Z Downloaded futures-core v0.3.32
7982026-08-25T20:50:51.288Z Downloaded target-lexicon v0.13.3
7992026-08-25T20:50:51.292Z Downloaded ciborium-ll v0.2.2
8002026-08-25T20:50:51.292Z Downloaded parking v2.2.1
8012026-08-25T20:50:51.292Z Downloaded russh-cryptovec v0.62.0
8022026-08-25T20:50:51.295Z Downloaded shell-words v1.1.1
8032026-08-25T20:50:51.295Z Downloaded strum v0.26.3
8042026-08-25T20:50:51.298Z Downloaded predicates-tree v1.0.13
8052026-08-25T20:50:51.298Z Downloaded bs58 v0.5.1
8062026-08-25T20:50:51.298Z Downloaded thiserror-impl-no-std v2.0.2
8072026-08-25T20:50:51.301Z Downloaded elliptic-curve v0.14.1
8082026-08-25T20:50:51.304Z Downloaded peg-macros v0.8.5
8092026-08-25T20:50:51.304Z Downloaded miette v7.6.0
8102026-08-25T20:50:51.307Z Downloaded find-msvc-tools v0.1.9
8112026-08-25T20:50:51.307Z Downloaded poly1305 v0.9.0
8122026-08-25T20:50:51.311Z Downloaded slog-bunyan v2.5.0
8132026-08-25T20:50:51.311Z Downloaded supports-unicode v2.1.0
8142026-08-25T20:50:51.314Z Downloaded prettyplease v0.2.37
8152026-08-25T20:50:51.314Z Downloaded foldhash v0.2.0
8162026-08-25T20:50:51.314Z Downloaded keccak v0.2.0
8172026-08-25T20:50:51.320Z Downloaded lock_api v0.4.14
8182026-08-25T20:50:51.323Z Downloaded git-stub-vcs v0.1.0
8192026-08-25T20:50:51.323Z Downloaded sync-ptr v0.1.4
8202026-08-25T20:50:51.323Z Downloaded module-lattice v0.2.3
8212026-08-25T20:50:51.323Z Downloaded aead v0.6.1
8222026-08-25T20:50:51.327Z Downloaded textwrap v0.16.2
8232026-08-25T20:50:51.327Z Downloaded utf-8 v0.7.6
8242026-08-25T20:50:51.328Z Downloaded tower-service v0.3.3
8252026-08-25T20:50:51.331Z Downloaded void v1.0.2
8262026-08-25T20:50:51.331Z Downloaded untrusted v0.9.0
8272026-08-25T20:50:51.331Z Downloaded quick-xml v0.37.5
8282026-08-25T20:50:51.336Z Downloaded foreign-types v0.3.2
8292026-08-25T20:50:51.336Z Downloaded futures-task v0.3.32
8302026-08-25T20:50:51.336Z Downloaded iddqd v0.4.2
8312026-08-25T20:50:51.339Z Downloaded signal-hook-registry v1.4.8
8322026-08-25T20:50:51.339Z Downloaded nu-ansi-term v0.50.3
8332026-08-25T20:50:51.343Z Downloaded tough v0.22.0
8342026-08-25T20:50:51.346Z Downloaded rustyline v14.0.0
8352026-08-25T20:50:51.349Z Downloaded camino-tempfile v1.4.1
8362026-08-25T20:50:51.349Z Downloaded equivalent v1.0.2
8372026-08-25T20:50:51.349Z Downloaded gethostname v0.5.0
8382026-08-25T20:50:51.349Z Downloaded tar v0.4.46
8392026-08-25T20:50:51.352Z Downloaded linkme-impl v0.3.35
8402026-08-25T20:50:51.352Z Downloaded dtrace-parser v0.2.0
8412026-08-25T20:50:51.352Z Downloaded ed25519-dalek v2.2.0
8422026-08-25T20:50:51.355Z Downloaded match_cfg v0.1.0
8432026-08-25T20:50:51.355Z Downloaded async-trait v0.1.89
8442026-08-25T20:50:51.355Z Downloaded bit-vec v0.6.3
8452026-08-25T20:50:51.359Z Downloaded cargo_metadata v0.23.1
8462026-08-25T20:50:51.359Z Downloaded phf v0.12.1
8472026-08-25T20:50:51.359Z Downloaded toml v0.8.23
8482026-08-25T20:50:51.359Z Downloaded pkcs8 v0.11.0
8492026-08-25T20:50:51.362Z Downloaded unicase v2.9.0
8502026-08-25T20:50:51.362Z Downloaded trybuild v1.0.116
8512026-08-25T20:50:51.365Z Downloaded uzers v0.12.2
8522026-08-25T20:50:51.365Z Downloaded primefield v0.14.0
8532026-08-25T20:50:51.365Z Downloaded rand_core v0.10.0
8542026-08-25T20:50:51.368Z Downloaded num_enum_derive v0.5.11
8552026-08-25T20:50:51.369Z Downloaded event-listener v5.4.1
8562026-08-25T20:50:51.369Z Downloaded sha1 v0.11.0
8572026-08-25T20:50:51.372Z Downloaded castaway v0.2.4
8582026-08-25T20:50:51.376Z Downloaded rustls-webpki v0.103.13
8592026-08-25T20:50:51.379Z Downloaded seq-macro v0.3.6
8602026-08-25T20:50:51.379Z Downloaded x509-cert v0.2.5
8612026-08-25T20:50:51.382Z Downloaded supports-unicode v3.0.0
8622026-08-25T20:50:51.385Z Downloaded pest v2.8.6
8632026-08-25T20:50:51.388Z Downloaded tagptr v0.2.0
8642026-08-25T20:50:51.388Z Downloaded sqlformat v0.3.5
8652026-08-25T20:50:51.391Z Downloaded memmap2 v0.9.10
8662026-08-25T20:50:51.395Z Downloaded litrs v1.0.0
8672026-08-25T20:50:51.395Z Downloaded serde_repr v0.1.20
8682026-08-25T20:50:51.395Z Downloaded thiserror-no-std v2.0.2
8692026-08-25T20:50:51.398Z Downloaded either v1.15.0
8702026-08-25T20:50:51.401Z Downloaded ff v0.13.1
8712026-08-25T20:50:51.401Z Downloaded usdt-macro v0.5.0
8722026-08-25T20:50:51.401Z Downloaded unicode-linebreak v0.1.5
8732026-08-25T20:50:51.408Z Downloaded zerofrom v0.1.6
8742026-08-25T20:50:51.413Z Downloaded dunce v1.0.5
8752026-08-25T20:50:51.416Z Downloaded foreign-types-macros v0.2.3
8762026-08-25T20:50:51.416Z Downloaded nodrop v0.1.14
8772026-08-25T20:50:51.416Z Downloaded endian-type v0.1.2
8782026-08-25T20:50:51.416Z Downloaded fd-lock v4.0.4
8792026-08-25T20:50:51.416Z Downloaded fxhash v0.2.1
8802026-08-25T20:50:51.420Z Downloaded base64 v0.22.1
8812026-08-25T20:50:51.420Z Downloaded nanorand v0.7.0
8822026-08-25T20:50:51.423Z Downloaded num v0.4.3
8832026-08-25T20:50:51.426Z Downloaded pem-rfc7468 v1.0.0
8842026-08-25T20:50:51.426Z Downloaded owo-colors v3.5.0
8852026-08-25T20:50:51.429Z Downloaded managed v0.8.0
8862026-08-25T20:50:51.429Z Downloaded lru-slab v0.1.2
8872026-08-25T20:50:51.432Z Downloaded rustls-pki-types v1.14.0
8882026-08-25T20:50:51.435Z Downloaded num-rational v0.4.2
8892026-08-25T20:50:51.438Z Downloaded slog-json v2.6.1
8902026-08-25T20:50:51.441Z Downloaded block-buffer v0.10.4
8912026-08-25T20:50:51.441Z Downloaded sigpipe v0.1.3
8922026-08-25T20:50:51.445Z Downloaded semver v1.0.28
8932026-08-25T20:50:51.448Z Downloaded terminal_size v0.4.3
8942026-08-25T20:50:51.451Z Downloaded oxide-update-engine v0.1.2
8952026-08-25T20:50:51.451Z Downloaded spki v0.8.0
8962026-08-25T20:50:51.454Z Downloaded bitvec v1.0.1
8972026-08-25T20:50:51.461Z Downloaded futures v0.3.32
8982026-08-25T20:50:51.464Z Downloaded powerfmt v0.2.0
8992026-08-25T20:50:51.464Z Downloaded rfc6979 v0.4.0
9002026-08-25T20:50:51.467Z Downloaded ar_archive_writer v0.5.1
9012026-08-25T20:50:51.467Z Downloaded secrecy v0.8.0
9022026-08-25T20:50:51.467Z Downloaded predicates v3.1.4
9032026-08-25T20:50:51.470Z Downloaded static_assertions v1.1.0
9042026-08-25T20:50:51.470Z Downloaded thiserror v2.0.18
9052026-08-25T20:50:51.473Z Downloaded tls_codec_derive v0.4.2
9062026-08-25T20:50:51.474Z Downloaded tokio-macros v2.7.0
9072026-08-25T20:50:51.474Z Downloaded term v1.2.1
9082026-08-25T20:50:51.477Z Downloaded wait-timeout v0.2.1
9092026-08-25T20:50:51.480Z Downloaded anstyle-query v1.1.5
9102026-08-25T20:50:51.484Z Downloaded approx v0.5.1
9112026-08-25T20:50:51.487Z Downloaded vergen-lib v0.1.6
9122026-08-25T20:50:51.490Z Downloaded sponge-cursor v0.1.0
9132026-08-25T20:50:51.494Z Downloaded zip v0.6.6
9142026-08-25T20:50:51.498Z Downloaded cast v0.3.0
9152026-08-25T20:50:51.498Z Downloaded papergrid v0.18.0
9162026-08-25T20:50:51.503Z Downloaded digest v0.10.7
9172026-08-25T20:50:51.508Z Downloaded partial-io v0.5.4
9182026-08-25T20:50:51.511Z Downloaded knus-derive v3.4.0
9192026-08-25T20:50:51.514Z Downloaded snafu-derive v0.8.9
9202026-08-25T20:50:51.514Z Downloaded try-lock v0.2.5
9212026-08-25T20:50:51.515Z Downloaded time-core v0.1.8
9222026-08-25T20:50:51.521Z Downloaded maybe-uninit v2.0.0
9232026-08-25T20:50:51.524Z Downloaded oorandom v11.1.5
9242026-08-25T20:50:51.524Z Downloaded cbc v0.2.1
9252026-08-25T20:50:51.524Z Downloaded backtrace-ext v0.2.1
9262026-08-25T20:50:51.528Z Downloaded unsafe-libyaml v0.2.11
9272026-08-25T20:50:51.531Z Downloaded erased-serde v0.3.31
9282026-08-25T20:50:51.534Z Downloaded petname v2.0.2
9292026-08-25T20:50:51.537Z Downloaded progenitor v0.13.0
9302026-08-25T20:50:51.537Z Downloaded ref-cast-impl v1.0.25
9312026-08-25T20:50:51.537Z Downloaded funty v2.0.0
9322026-08-25T20:50:51.540Z Downloaded fixedbitset v0.4.2
9332026-08-25T20:50:51.540Z Downloaded opaque-debug v0.3.1
9342026-08-25T20:50:51.543Z Downloaded radium v0.7.0
9352026-08-25T20:50:51.546Z Downloaded winnow v0.7.14
9362026-08-25T20:50:51.549Z Downloaded sha1 v0.10.6
9372026-08-25T20:50:51.552Z Downloaded stable_deref_trait v1.2.1
9382026-08-25T20:50:51.559Z Downloaded zerocopy v0.6.6
9392026-08-25T20:50:51.562Z Downloaded walkdir v2.5.0
9402026-08-25T20:50:51.562Z Downloaded ecdsa v0.16.9
9412026-08-25T20:50:51.565Z Downloaded unicode-segmentation v1.12.0
9422026-08-25T20:50:51.565Z Downloaded ref-cast v1.0.25
9432026-08-25T20:50:51.568Z Downloaded futures-sink v0.3.32
9442026-08-25T20:50:51.568Z Downloaded twox-hash v2.1.2
9452026-08-25T20:50:51.568Z Downloaded scheduled-thread-pool v0.2.7
9462026-08-25T20:50:51.572Z Downloaded predicates-core v1.0.10
9472026-08-25T20:50:51.575Z Downloaded arc-swap v1.8.2
9482026-08-25T20:50:51.578Z Downloaded pin-project-lite v0.2.17
9492026-08-25T20:50:51.581Z Downloaded zone v0.3.1
9502026-08-25T20:50:51.581Z Downloaded openssl-sys v0.9.117
9512026-08-25T20:50:51.584Z Downloaded pem-rfc7468 v0.7.0
9522026-08-25T20:50:51.584Z Downloaded async-compression v0.4.41
9532026-08-25T20:50:51.587Z Downloaded allocator-api2 v0.2.21
9542026-08-25T20:50:51.591Z Downloaded term v0.7.0
9552026-08-25T20:50:51.594Z Downloaded progenitor v0.14.0
9562026-08-25T20:50:51.594Z Downloaded usdt-impl v0.6.0
9572026-08-25T20:50:51.597Z Downloaded strum_macros v0.26.4
9582026-08-25T20:50:51.601Z Downloaded pretty_assertions v1.4.1
9592026-08-25T20:50:51.604Z Downloaded pin-project v1.1.11
9602026-08-25T20:50:51.608Z Downloaded termios v0.3.3
9612026-08-25T20:50:51.611Z Downloaded async-bb8-diesel v0.2.1
9622026-08-25T20:50:51.611Z Downloaded ron v0.8.1
9632026-08-25T20:50:51.614Z Downloaded zstd-safe v7.2.4
9642026-08-25T20:50:51.614Z Downloaded tower-http v0.6.8
9652026-08-25T20:50:51.618Z Downloaded zip v4.6.1
9662026-08-25T20:50:51.621Z Downloaded proc-macro2 v1.0.106
9672026-08-25T20:50:51.624Z Downloaded postgres-types v0.2.12
9682026-08-25T20:50:51.627Z Downloaded globset v0.4.18
9692026-08-25T20:50:51.627Z Downloaded toml_edit v0.23.10+spec-1.0.0
9702026-08-25T20:50:51.627Z Downloaded cfg_aliases v0.2.1
9712026-08-25T20:50:51.630Z Downloaded paste v1.0.15
9722026-08-25T20:50:51.630Z Downloaded proc-macro-crate v3.4.0
9732026-08-25T20:50:51.630Z Downloaded num-iter v0.1.45
9742026-08-25T20:50:51.630Z Downloaded libscf-sys v1.2.0
9752026-08-25T20:50:51.633Z Downloaded toml v1.1.2+spec-1.1.0
9762026-08-25T20:50:51.633Z Downloaded regex v1.12.3
9772026-08-25T20:50:51.636Z Downloaded scroll v0.13.0
9782026-08-25T20:50:51.640Z Downloaded secrecy v0.10.3
9792026-08-25T20:50:51.640Z Downloaded ml-kem v0.3.2
9802026-08-25T20:50:51.640Z Downloaded num-bigint v0.4.6
9812026-08-25T20:50:51.643Z Downloaded zerotrie v0.2.3
9822026-08-25T20:50:51.646Z Downloaded unicode-normalization v0.1.25
9832026-08-25T20:50:51.646Z Downloaded support-bundle-viewer v0.1.2
9842026-08-25T20:50:51.646Z Downloaded tokio-native-tls v0.3.1
9852026-08-25T20:50:51.649Z Downloaded enum-as-inner v0.6.1
9862026-08-25T20:50:51.649Z Downloaded rustc_version v0.4.1
9872026-08-25T20:50:51.649Z Downloaded backoff v0.4.0
9882026-08-25T20:50:51.649Z Downloaded proc-macro-error v1.0.4
9892026-08-25T20:50:51.652Z Downloaded multer v3.1.0
9902026-08-25T20:50:51.656Z Downloaded tinyvec_macros v0.1.1
9912026-08-25T20:50:51.662Z Downloaded password-hash v0.5.0
9922026-08-25T20:50:51.665Z Downloaded vergen v9.1.0
9932026-08-25T20:50:51.665Z Downloaded ed25519 v3.0.0
9942026-08-25T20:50:51.668Z Downloaded salsa20 v0.11.0
9952026-08-25T20:50:51.671Z Downloaded fixedbitset v0.5.7
9962026-08-25T20:50:51.674Z Downloaded untrusted v0.7.1
9972026-08-25T20:50:51.674Z Downloaded stacker v0.1.23
9982026-08-25T20:50:51.674Z Downloaded time-macros v0.2.27
9992026-08-25T20:50:51.677Z Downloaded globwalk v0.9.1
10002026-08-25T20:50:51.680Z Downloaded assert_cmd v2.1.2
10012026-08-25T20:50:51.681Z Downloaded portable-atomic v1.13.1
10022026-08-25T20:50:51.684Z Downloaded dirs-sys-next v0.1.2
10032026-08-25T20:50:51.684Z Downloaded quinn v0.11.11
10042026-08-25T20:50:51.688Z Downloaded ssh-key v0.7.0-rc.11
10052026-08-25T20:50:51.692Z Downloaded tabled_derive v0.7.0
10062026-08-25T20:50:51.695Z Downloaded lazy_static v1.5.0
10072026-08-25T20:50:51.695Z Downloaded progenitor-macro v0.14.0
10082026-08-25T20:50:51.695Z Downloaded toml_datetime v0.6.11
10092026-08-25T20:50:51.698Z Downloaded serde_core v1.0.228
10102026-08-25T20:50:51.702Z Downloaded take_mut v0.2.2
10112026-08-25T20:50:51.702Z Downloaded block-buffer v0.12.1
10122026-08-25T20:50:51.707Z Downloaded oso v0.27.3
10132026-08-25T20:50:51.710Z Downloaded vergen-gitcl v1.0.8
10142026-08-25T20:50:51.713Z Downloaded phc v0.6.1
10152026-08-25T20:50:51.717Z Downloaded zmij v1.0.21
10162026-08-25T20:50:51.720Z Downloaded serde_path_to_error v0.1.20
10172026-08-25T20:50:51.720Z Downloaded p521 v0.14.0
10182026-08-25T20:50:51.720Z Downloaded ascii-canvas v3.0.0
10192026-08-25T20:50:51.724Z Downloaded progenitor-macro v0.13.0
10202026-08-25T20:50:51.724Z Downloaded log v0.4.33
10212026-08-25T20:50:51.729Z Downloaded syn v1.0.109
10222026-08-25T20:50:51.735Z Downloaded winnow v0.6.26
10232026-08-25T20:50:51.739Z Downloaded anstyle-parse v0.2.7
10242026-08-25T20:50:51.742Z Downloaded rayon-core v1.13.0
10252026-08-25T20:50:51.742Z Downloaded dropshot_endpoint v0.17.1
10262026-08-25T20:50:51.745Z Downloaded strum_macros v0.27.2
10272026-08-25T20:50:51.746Z Downloaded parking_lot_core v0.9.12
10282026-08-25T20:50:51.748Z Downloaded num-complex v0.4.6
10292026-08-25T20:50:51.748Z Downloaded serde_with_macros v1.5.2
10302026-08-25T20:50:51.748Z Downloaded rstest v0.25.0
10312026-08-25T20:50:51.752Z Downloaded linear-map v1.2.0
10322026-08-25T20:50:51.752Z Downloaded chrono v0.4.45
10332026-08-25T20:50:51.755Z Downloaded libxml v0.3.3
10342026-08-25T20:50:51.758Z Downloaded oxide-update-engine-display v0.1.2
10352026-08-25T20:50:51.761Z Downloaded tracing-attributes v0.1.31
10362026-08-25T20:50:51.762Z Downloaded schemars v0.8.22
10372026-08-25T20:50:51.767Z Downloaded publicsuffix v2.3.0
10382026-08-25T20:50:51.771Z Downloaded socket2 v0.5.10
10392026-08-25T20:50:51.771Z Downloaded anes v0.1.6
10402026-08-25T20:50:51.774Z Downloaded aho-corasick v1.1.4
10412026-08-25T20:50:51.777Z Downloaded byte-wrapper v0.1.0
10422026-08-25T20:50:51.777Z Downloaded pest_derive v2.8.6
10432026-08-25T20:50:51.777Z Downloaded ryu v1.0.23
10442026-08-25T20:50:51.781Z Downloaded unicode-bidi v0.3.18
10452026-08-25T20:50:51.781Z Downloaded generic-array v1.4.3
10462026-08-25T20:50:51.784Z Downloaded simd-adler32 v0.3.8
10472026-08-25T20:50:51.784Z Downloaded aes-gcm v0.11.0
10482026-08-25T20:50:51.787Z Downloaded base64 v0.21.7
10492026-08-25T20:50:51.798Z Downloaded base64ct v1.8.3
10502026-08-25T20:50:51.802Z Downloaded typify v0.6.2
10512026-08-25T20:50:51.805Z Downloaded rand v0.10.1
10522026-08-25T20:50:51.808Z Downloaded tabled v0.15.0
10532026-08-25T20:50:51.814Z Downloaded zerovec-derive v0.11.2
10542026-08-25T20:50:51.819Z Downloaded chacha20 v0.10.0
10552026-08-25T20:50:51.822Z Downloaded flume v0.11.1
10562026-08-25T20:50:51.825Z Downloaded similar v2.7.0
10572026-08-25T20:50:51.828Z Downloaded smallvec v1.15.1
10582026-08-25T20:50:51.836Z Downloaded uuid v1.23.4
10592026-08-25T20:50:51.839Z Downloaded bumpalo v3.20.2
10602026-08-25T20:50:51.842Z Downloaded mio v1.2.0
10612026-08-25T20:50:51.845Z Downloaded serde v1.0.228
10622026-08-25T20:50:51.848Z Downloaded crypto-bigint v0.7.5
10632026-08-25T20:50:51.856Z Downloaded backtrace v0.3.76
10642026-08-25T20:50:51.859Z Downloaded miette v5.10.0
10652026-08-25T20:50:51.862Z Downloaded expectorate v1.2.0
10662026-08-25T20:50:51.862Z Downloaded tower v0.5.3
10672026-08-25T20:50:51.866Z Downloaded sha3 v0.12.0
10682026-08-25T20:50:51.869Z Downloaded curve25519-dalek v4.1.3
10692026-08-25T20:50:51.873Z Downloaded reqwest v0.13.2
10702026-08-25T20:50:51.876Z Downloaded zerovec v0.11.5
10712026-08-25T20:50:51.879Z Downloaded tokio-util v0.7.18
10722026-08-25T20:50:51.883Z Downloaded elliptic-curve v0.13.8
10732026-08-25T20:50:51.888Z Downloaded tabled v0.21.0
10742026-08-25T20:50:51.916Z Downloaded vcpkg v0.2.15
10752026-08-25T20:50:51.938Z Downloaded nom v7.1.3
10762026-08-25T20:50:51.942Z Downloaded toml_edit v0.22.27
10772026-08-25T20:50:51.945Z Downloaded zerocopy-derive v0.8.55
10782026-08-25T20:50:51.948Z Downloaded aes v0.9.1
10792026-08-25T20:50:51.952Z Downloaded serde_json v1.0.151
10802026-08-25T20:50:51.996Z Downloaded memchr v2.8.0
10812026-08-25T20:50:51.999Z Downloaded curve25519-dalek v5.0.0
10822026-08-25T20:50:51.999Z Downloaded time v0.3.47
10832026-08-25T20:50:52.000Z Downloaded regex-syntax v0.6.29
10842026-08-25T20:50:52.000Z Downloaded smoltcp v0.9.1
10852026-08-25T20:50:52.000Z Downloaded libm v0.2.16
10862026-08-25T20:50:52.000Z Downloaded salty v0.3.0
10872026-08-25T20:50:52.000Z Downloaded polar-core v0.27.3
10882026-08-25T20:50:52.000Z Downloaded num-bigint-dig v0.8.6
10892026-08-25T20:50:52.000Z Downloaded gimli v0.32.3
10902026-08-25T20:50:52.007Z Downloaded aws-lc-rs v1.16.3
10912026-08-25T20:50:52.010Z Downloaded winnow v0.5.40
10922026-08-25T20:50:52.010Z Downloaded winnow v1.0.3
10932026-08-25T20:50:52.016Z Downloaded lalrpop v0.19.12
10942026-08-25T20:50:52.023Z Downloaded zerocopy v0.7.35
10952026-08-25T20:50:52.031Z Downloaded nom v8.0.0
10962026-08-25T20:50:52.036Z Downloaded p384 v0.13.1
10972026-08-25T20:50:52.040Z Downloaded zlib-rs v0.6.2
10982026-08-25T20:50:52.054Z Downloaded rawzip v0.4.4
10992026-08-25T20:50:52.062Z Downloaded nix v0.27.1
11002026-08-25T20:50:52.069Z Downloaded object v0.30.4
11012026-08-25T20:50:52.076Z Downloaded nix v0.31.2
11022026-08-25T20:50:52.083Z Downloaded radix_trie v0.2.1
11032026-08-25T20:50:52.087Z Downloaded reedline v0.40.0
11042026-08-25T20:50:52.090Z Downloaded rayon v1.11.0
11052026-08-25T20:50:52.097Z Downloaded dropshot-api-manager v0.8.0
11062026-08-25T20:50:52.102Z Downloaded hickory-proto v0.24.4
11072026-08-25T20:50:52.111Z Downloaded object v0.37.3
11082026-08-25T20:50:52.124Z Downloaded serde_with v3.21.0
11092026-08-25T20:50:52.133Z Downloaded goblin v0.10.5
11102026-08-25T20:50:52.137Z Downloaded proptest v1.11.0
11112026-08-25T20:50:52.143Z Downloaded hickory-proto v0.25.2
11122026-08-25T20:50:52.152Z Downloaded openssl v0.10.80
11132026-08-25T20:50:52.158Z Downloaded diesel v2.3.7
11142026-08-25T20:50:52.172Z Downloaded rustix v1.1.4
11152026-08-25T20:50:52.188Z Downloaded zerocopy v0.8.55
11162026-08-25T20:50:52.199Z Downloaded bindgen v0.71.1
11172026-08-25T20:50:52.204Z Downloaded quinn-proto v0.11.16
11182026-08-25T20:50:52.210Z Downloaded futures-util v0.3.32
11192026-08-25T20:50:52.216Z Downloaded git2 v0.20.4
11202026-08-25T20:50:52.221Z Downloaded sqlparser v0.61.0
11212026-08-25T20:50:52.228Z Downloaded moka v0.12.13
11222026-08-25T20:50:52.233Z Downloaded blake3 v1.8.5
11232026-08-25T20:50:52.238Z Downloaded unicode-width v0.2.0
11242026-08-25T20:50:52.242Z Downloaded russh v0.62.4
11252026-08-25T20:50:52.249Z Downloaded smoltcp v0.11.0
11262026-08-25T20:50:52.258Z Downloaded syn v2.0.117
11272026-08-25T20:50:52.264Z Downloaded regress v0.10.5
11282026-08-25T20:50:52.269Z Downloaded regress v0.11.1
11292026-08-25T20:50:52.275Z Downloaded nix v0.28.0
11302026-08-25T20:50:52.281Z Downloaded bstr v1.12.1
11312026-08-25T20:50:52.287Z Downloaded unicode-width v0.1.14
11322026-08-25T20:50:52.291Z Downloaded regex-syntax v0.8.10
11332026-08-25T20:50:52.298Z Downloaded openapiv3 v2.2.0
11342026-08-25T20:50:52.304Z Downloaded dropshot v0.17.1
11352026-08-25T20:50:52.320Z Downloaded syn v3.0.3
11362026-08-25T20:50:52.327Z Downloaded rustls v0.23.41
11372026-08-25T20:50:52.333Z Downloaded rustix v0.38.44
11382026-08-25T20:50:52.347Z Downloaded sha3 v0.11.0
11392026-08-25T20:50:52.350Z Downloaded ratatui v0.29.0
11402026-08-25T20:50:52.362Z Downloaded zerocopy-derive v0.6.6
11412026-08-25T20:50:52.369Z Downloaded sled v0.34.7
11422026-08-25T20:50:52.375Z Downloaded tracing v0.1.44
11432026-08-25T20:50:52.390Z Downloaded typify-impl v0.6.2
11442026-08-25T20:50:52.400Z Downloaded regex-automata v0.4.14
11452026-08-25T20:50:52.410Z Downloaded jiff v0.2.34
11462026-08-25T20:50:52.422Z Downloaded petgraph v0.8.3
11472026-08-25T20:50:52.438Z Downloaded bzip2-sys v0.1.13+1.0.8
11482026-08-25T20:50:52.444Z Downloaded csv v1.4.0
11492026-08-25T20:50:52.471Z Downloaded petgraph v0.6.5
11502026-08-25T20:50:52.483Z Downloaded tokio v1.52.1
11512026-08-25T20:50:52.509Z Downloaded sha3 v0.10.8
11522026-08-25T20:50:52.514Z Downloaded chrono-tz v0.10.4
11532026-08-25T20:50:52.526Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11542026-08-25T20:50:52.537Z Downloaded libc v0.2.185
11552026-08-25T20:50:52.560Z Downloaded libz-sys v1.1.24
11562026-08-25T20:50:52.573Z Downloaded encoding_rs v0.8.35
11572026-08-25T20:50:52.595Z Downloaded ring v0.17.14
11582026-08-25T20:50:52.624Z Downloaded httpmock v0.8.3
11592026-08-25T20:50:52.637Z Downloaded libgit2-sys v0.18.3+1.9.2
11602026-08-25T20:50:53.055Z Downloaded aws-lc-sys v0.40.0
11612026-08-25T20:50:53.475Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11622026-08-25T20:50:55.582Z Startup: Refreshing catalog 'helios' ... Done
11632026-08-25T20:50:56.242Z Startup: Caching catalogs ... Done
11642026-08-25T20:50:58.491ZPlanning: Solver setup ... Done (2.131s)
11652026-08-25T20:50:58.553ZPlanning: Running solver ... Done (0.062s)
11662026-08-25T20:50:58.603ZPlanning: Finding local manifests ... Done (0.003s)
11672026-08-25T20:50:58.617ZPlanning: Fetching manifests: 0/2 0% complete
11682026-08-25T20:50:58.635ZPlanning: Fetching manifests: 2/2 100% complete
11692026-08-25T20:50:58.650ZPlanning: Package planning ... Done (0.015s)
11702026-08-25T20:50:58.653ZPlanning: Merging actions ... Done (0.001s)
11712026-08-25T20:50:58.879ZPlanning: Checking for conflicting actions ... Done (0.227s)
11722026-08-25T20:50:58.883ZPlanning: Consolidating action changes ... Done (0.001s)
11732026-08-25T20:50:59.786ZPlanning: Evaluating mediators ... Done (0.906s)
11742026-08-25T20:50:59.790ZPlanning: Planning completed in 3.51 seconds
11752026-08-25T20:50:59.795Z Packages to install: 2
11762026-08-25T20:50:59.795Z Estimated space available: 155.73 GB
11772026-08-25T20:50:59.796ZEstimated space to be consumed: 80.56 MB
11782026-08-25T20:50:59.796Z Create boot environment: No
11792026-08-25T20:50:59.796ZCreate backup boot environment: No
11802026-08-25T20:50:59.798Z Rebuild boot archive: No
11812026-08-25T20:50:59.798Z
11822026-08-25T20:50:59.799ZChanged packages:
11832026-08-25T20:50:59.799Zhelios
11842026-08-25T20:50:59.799Z developer/build-essential
11852026-08-25T20:50:59.799Z None -> 11-3.0
11862026-08-25T20:50:59.799Z library/libxmlsec1
11872026-08-25T20:50:59.799Z None -> 1.2.35-3.0
11882026-08-25T20:50:59.822Z
11892026-08-25T20:50:59.822ZDownload: 0/214 items 0.0/1.3MB 0% complete
11902026-08-25T20:50:59.892ZDownload: Completed 1.28 MB in 0.07 seconds (18.4M/s)
11912026-08-25T20:50:59.979Z Actions: 1/268 actions (Installing new actions)
11922026-08-25T20:51:00.021Z Actions: Completed 268 actions in 0.04 seconds.
11932026-08-25T20:51:00.058ZFinalize: Updating package state database ... Done (0.038s)
11942026-08-25T20:51:00.062ZFinalize: Updating package cache ... Done (0.000s)
11952026-08-25T20:51:00.147ZFinalize: Updating image state ... Done (0.090s)
11962026-08-25T20:51:02.843ZFinalize: Creating fast lookup database ... Done (2.641s)
11972026-08-25T20:51:02.914ZFinalize: Reading search index ... Done (0.013s)
11982026-08-25T20:51:02.917ZFinalize: Updating search index ... Done (0.000s)
11992026-08-25T20:51:03.085ZFinalize: Updating package cache ... Done (0.000s)
12002026-08-25T20:51:03.457ZPlanning: Evaluating mediator changes ... Done
12012026-08-25T20:51:03.564ZPlanning: Checking for conflicting actions ... Done
12022026-08-25T20:51:03.567ZPlanning: Consolidating action changes ... Done
12032026-08-25T20:51:03.721ZPlanning: Evaluating mediators ... Done
12042026-08-25T20:51:03.724ZPlanning: Planning completed in 0.27 seconds
12052026-08-25T20:51:03.746Z Mediators to change: 2
12062026-08-25T20:51:03.746Z Create boot environment: No
12072026-08-25T20:51:03.746ZCreate backup boot environment: No
12082026-08-25T20:51:03.791ZFinalize: Updating package state database ... Done
12092026-08-25T20:51:03.791ZFinalize: Updating package cache ... Done
12102026-08-25T20:51:03.845ZFinalize: Updating image state ... Done
12112026-08-25T20:51:05.786ZFinalize: Creating fast lookup database ... Done
12122026-08-25T20:51:05.848ZFinalize: Reading search index ... Done
12132026-08-25T20:51:05.853ZFinalize: Updating search index ... Done
12142026-08-25T20:51:05.931ZFinalize: Updating package cache ... Done
12152026-08-25T20:51:06.214ZPlanning: Evaluating mediator changes ... Done
12162026-08-25T20:51:06.318ZPlanning: Checking for conflicting actions ... Done
12172026-08-25T20:51:06.321ZPlanning: Consolidating action changes ... Done
12182026-08-25T20:51:06.477ZPlanning: Evaluating mediators ... Done
12192026-08-25T20:51:06.481ZPlanning: Planning completed in 0.26 seconds
12202026-08-25T20:51:06.500Z Mediators to change: 1
12212026-08-25T20:51:06.500Z Create boot environment: No
12222026-08-25T20:51:06.500ZCreate backup boot environment: No
12232026-08-25T20:51:06.547ZFinalize: Updating package state database ... Done
12242026-08-25T20:51:06.547ZFinalize: Updating package cache ... Done
12252026-08-25T20:51:06.605ZFinalize: Updating image state ... Done
12262026-08-25T20:51:08.554ZFinalize: Creating fast lookup database ... Done
12272026-08-25T20:51:08.621ZFinalize: Reading search index ... Done
12282026-08-25T20:51:08.624ZFinalize: Updating search index ... Done
12292026-08-25T20:51:08.700ZFinalize: Updating package cache ... Done
12302026-08-25T20:51:09.019ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12312026-08-25T20:51:09.019Zapache system 2.4 system
12322026-08-25T20:51:09.019Zclang system 15 system
12332026-08-25T20:51:09.019Zcsh system system illumos
12342026-08-25T20:51:09.019Zctags system system illumos
12352026-08-25T20:51:09.019Zfile vendor vendor darwinsys
12362026-08-25T20:51:09.019Zfile system system illumos
12372026-08-25T20:51:09.019Zgcc vendor 14 vendor
12382026-08-25T20:51:09.019Zgcc system 13 system
12392026-08-25T20:51:09.019Zgcc system 10 system
12402026-08-25T20:51:09.019Zgo system 1.25 system
12412026-08-25T20:51:09.019Zllvm system 15 system
12422026-08-25T20:51:09.019Zmariadb system 11.4 system
12432026-08-25T20:51:09.019Zmta vendor vendor dma
12442026-08-25T20:51:09.019Zopenjdk system 17 system
12452026-08-25T20:51:09.019Zopenjdk system 11 system
12462026-08-25T20:51:09.019Zopenssl vendor 3 vendor
12472026-08-25T20:51:09.019Zperl system 5.40 system
12482026-08-25T20:51:09.019Zpostgresql system 18 system
12492026-08-25T20:51:09.019Zpostgresql system 17 system
12502026-08-25T20:51:09.019Zpython vendor 3 vendor
12512026-08-25T20:51:09.019Zpython system 2 system
12522026-08-25T20:51:09.019Zpython3 vendor 3.13 vendor
12532026-08-25T20:51:09.019Zruby system 3.4 system
12542026-08-25T20:51:09.019Zruby system 3.0 system
12552026-08-25T20:51:09.019Zwords vendor vendor american-english
12562026-08-25T20:51:09.019Zwords system system australian-english
12572026-08-25T20:51:09.019Zwords system system british-english
12582026-08-25T20:51:09.019Zwords system system canadian-english
12592026-08-25T20:51:09.019Zwords system system french
12602026-08-25T20:51:09.019Zwords system system italian
12612026-08-25T20:51:09.019Zwords system system ngerman
12622026-08-25T20:51:09.020Zwords system system ogerman
12632026-08-25T20:51:09.020Zwords system system spanish
12642026-08-25T20:51:09.281ZPUBLISHER TYPE STATUS P LOCATION
12652026-08-25T20:51:09.281Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12662026-08-25T20:51:09.779ZFMRI IFO
12672026-08-25T20:51:09.779Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12682026-08-25T20:51:09.779Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12692026-08-25T20:51:09.779Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12702026-08-25T20:51:09.779Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12712026-08-25T20:51:09.779Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12722026-08-25T20:51:09.779Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12732026-08-25T20:51:09.779Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12742026-08-25T20:51:09.779Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12752026-08-25T20:51:09.779Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12762026-08-25T20:51:10.410Z Downloading crates ...
12772026-08-25T20:51:10.454Z Downloaded cargo_toml v0.21.0
12782026-08-25T20:51:10.495Z Compiling proc-macro2 v1.0.106
12792026-08-25T20:51:10.495Z Compiling unicode-ident v1.0.24
12802026-08-25T20:51:10.495Z Compiling quote v1.0.45
12812026-08-25T20:51:10.496Z Compiling serde_core v1.0.228
12822026-08-25T20:51:10.499Z Compiling libc v0.2.185
12832026-08-25T20:51:10.499Z Compiling version_check v0.9.5
12842026-08-25T20:51:10.499Z Compiling memchr v2.8.0
12852026-08-25T20:51:10.499Z Compiling serde v1.0.228
12862026-08-25T20:51:10.499Z Compiling zmij v1.0.21
12872026-08-25T20:51:10.573Z Compiling thiserror v1.0.69
12882026-08-25T20:51:10.579Z Compiling itoa v1.0.17
12892026-08-25T20:51:10.579Z Compiling ucd-trie v0.1.7
12902026-08-25T20:51:10.579Z Compiling byteorder v1.5.0
12912026-08-25T20:51:10.579Z Compiling rustix v1.1.4
12922026-08-25T20:51:10.736Z Compiling serde_json v1.0.151
12932026-08-25T20:51:10.825Z Compiling bitflags v2.11.0
12942026-08-25T20:51:11.052Z Compiling pest v2.8.6
12952026-08-25T20:51:11.087Z Compiling camino v1.2.5
12962026-08-25T20:51:11.100Z Compiling usdt-impl v0.5.0
12972026-08-25T20:51:11.103Z Compiling proc-macro-error-attr v1.0.4
12982026-08-25T20:51:11.113Z Compiling syn v1.0.109
12992026-08-25T20:51:11.145Z Compiling proc-macro-error v1.0.4
13002026-08-25T20:51:11.186Z Compiling log v0.4.33
13012026-08-25T20:51:11.215Z Compiling equivalent v1.0.2
13022026-08-25T20:51:11.234Z Compiling getrandom v0.4.3
13032026-08-25T20:51:11.272Z Compiling plain v0.2.3
13042026-08-25T20:51:11.327Z Compiling hashbrown v0.17.0
13052026-08-25T20:51:11.357Z Compiling utf8parse v0.2.2
13062026-08-25T20:51:11.418Z Compiling toml_write v0.1.2
13072026-08-25T20:51:11.422Z Compiling is_terminal_polyfill v1.70.2
13082026-08-25T20:51:11.422Z Compiling autocfg v1.5.0
13092026-08-25T20:51:11.460Z Compiling anstyle-parse v1.0.0
13102026-08-25T20:51:11.477Z Compiling cfg-if v1.0.4
13112026-08-25T20:51:11.500Z Compiling thiserror v2.0.18
13122026-08-25T20:51:11.503Z Compiling pretty-hex v0.4.1
13132026-08-25T20:51:11.534Z Compiling errno v0.3.14
13142026-08-25T20:51:11.546Z Compiling thread-id v4.2.2
13152026-08-25T20:51:11.557Z Compiling anstyle v1.0.14
13162026-08-25T20:51:11.595Z Compiling anstyle-query v1.1.5
13172026-08-25T20:51:11.634Z Compiling winnow v0.7.14
13182026-08-25T20:51:11.646Z Compiling colorchoice v1.0.4
13192026-08-25T20:51:11.676Z Compiling fastrand v2.3.0
13202026-08-25T20:51:11.709Z Compiling fnv v1.0.7
13212026-08-25T20:51:11.720Z Compiling heck v0.5.0
13222026-08-25T20:51:11.811Z Compiling anstream v1.0.0
13232026-08-25T20:51:11.829Z Compiling unicode-width v0.1.14
13242026-08-25T20:51:11.861Z Compiling indexmap v2.14.0
13252026-08-25T20:51:11.877Z Compiling fs-err v3.3.0
13262026-08-25T20:51:11.921Z Compiling heck v0.4.1
13272026-08-25T20:51:11.925Z Compiling strsim v0.11.1
13282026-08-25T20:51:12.019Z Compiling syn v2.0.117
13292026-08-25T20:51:12.090Z Compiling clap_lex v1.0.0
13302026-08-25T20:51:12.101Z Compiling bytecount v0.6.9
13312026-08-25T20:51:12.114Z Compiling once_cell v1.21.3
13322026-08-25T20:51:12.135Z Compiling pest_meta v2.8.6
13332026-08-25T20:51:12.158Z Compiling anyhow v1.0.104
13342026-08-25T20:51:12.242Z Compiling papergrid v0.11.0
13352026-08-25T20:51:12.286Z Compiling memmap v0.7.0
13362026-08-25T20:51:12.310Z Compiling smawk v0.3.2
13372026-08-25T20:51:12.339Z Compiling unicode-linebreak v0.1.5
13382026-08-25T20:51:12.359Z Compiling unicode-width v0.2.0
13392026-08-25T20:51:12.475Z Compiling swrite v0.1.0
13402026-08-25T20:51:12.553Z Compiling terminal_size v0.4.3
13412026-08-25T20:51:12.553Z Compiling tempfile v3.27.0
13422026-08-25T20:51:12.654Z Compiling clap_builder v4.6.0
13432026-08-25T20:51:12.654Z Compiling textwrap v0.16.2
13442026-08-25T20:51:12.974Z Compiling cargo-platform v0.3.2
13452026-08-25T20:51:12.986Z Compiling semver v1.0.28
13462026-08-25T20:51:13.213Z Compiling camino-tempfile v1.4.1
13472026-08-25T20:51:13.491Z Compiling tabled_derive v0.7.0
13482026-08-25T20:51:14.106Z Compiling tabled v0.15.0
13492026-08-25T20:51:14.150Z Compiling pest_generator v2.8.6
13502026-08-25T20:51:14.642Z Compiling serde_derive v1.0.228
13512026-08-25T20:51:14.642Z Compiling thiserror-impl v1.0.69
13522026-08-25T20:51:14.642Z Compiling zerocopy-derive v0.7.35
13532026-08-25T20:51:14.645Z Compiling scroll_derive v0.12.1
13542026-08-25T20:51:14.645Z Compiling thiserror-impl v2.0.18
13552026-08-25T20:51:14.645Z Compiling clap_derive v4.6.1
13562026-08-25T20:51:14.694Z Compiling pest_derive v2.8.6
13572026-08-25T20:51:15.330Z Compiling scroll v0.12.0
13582026-08-25T20:51:15.392Z Compiling zerocopy v0.7.35
13592026-08-25T20:51:15.537Z Compiling goblin v0.8.2
13602026-08-25T20:51:15.750Z Compiling dtrace-parser v0.2.0
13612026-08-25T20:51:15.946Z Compiling clap v4.6.1
13622026-08-25T20:51:16.963Z Compiling dof v0.3.0
13632026-08-25T20:51:16.963Z Compiling serde_tokenstream v0.2.3
13642026-08-25T20:51:16.975Z Compiling serde_spanned v0.6.9
13652026-08-25T20:51:16.979Z Compiling toml_datetime v0.6.11
13662026-08-25T20:51:16.983Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13672026-08-25T20:51:16.986Z Compiling macaddr v1.0.1
13682026-08-25T20:51:16.986Z Compiling cargo_metadata v0.23.1
13692026-08-25T20:51:17.145Z Compiling toml_edit v0.22.27
13702026-08-25T20:51:17.612Z Compiling usdt-attr-macro v0.5.0
13712026-08-25T20:51:17.615Z Compiling usdt-macro v0.5.0
13722026-08-25T20:51:18.216Z Compiling usdt v0.5.0
13732026-08-25T20:51:18.382Z Compiling toml v0.8.23
13742026-08-25T20:51:18.699Z Compiling cargo_toml v0.21.0
13752026-08-25T20:51:19.970Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13762026-08-25T20:51:22.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.07s
13772026-08-25T20:51:22.086Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13782026-08-25T20:51:22.859Z Compiling serde_core v1.0.228
13792026-08-25T20:51:22.860Z Compiling libc v0.2.185
13802026-08-25T20:51:22.860Z Compiling serde v1.0.228
13812026-08-25T20:51:22.860Z Compiling log v0.4.33
13822026-08-25T20:51:22.863Z Compiling smallvec v1.15.1
13832026-08-25T20:51:22.863Z Compiling find-msvc-tools v0.1.9
13842026-08-25T20:51:22.863Z Compiling shlex v1.3.0
13852026-08-25T20:51:22.864Z Compiling subtle v2.6.1
13862026-08-25T20:51:23.016Z Compiling scopeguard v1.2.0
13872026-08-25T20:51:23.027Z Compiling stable_deref_trait v1.2.1
13882026-08-25T20:51:23.030Z Compiling typenum v1.20.1
13892026-08-25T20:51:23.030Z Compiling zerocopy v0.8.55
13902026-08-25T20:51:23.030Z Compiling portable-atomic v1.13.1
13912026-08-25T20:51:23.106Z Compiling serde_json v1.0.151
13922026-08-25T20:51:23.135Z Compiling syn v2.0.117
13932026-08-25T20:51:23.160Z Compiling critical-section v1.2.0
13942026-08-25T20:51:23.176Z Compiling lock_api v0.4.14
13952026-08-25T20:51:23.190Z Compiling libm v0.2.16
13962026-08-25T20:51:23.190Z Compiling num-traits v0.2.19
13972026-08-25T20:51:23.215Z Compiling pkg-config v0.3.32
13982026-08-25T20:51:23.228Z Compiling generic-array v0.14.7
13992026-08-25T20:51:23.284Z Compiling pin-project-lite v0.2.17
14002026-08-25T20:51:23.315Z Compiling const-oid v0.9.6
14012026-08-25T20:51:23.328Z Compiling parking_lot_core v0.9.12
14022026-08-25T20:51:23.332Z Compiling getrandom v0.4.3
14032026-08-25T20:51:23.397Z Compiling rand_core v0.10.0
14042026-08-25T20:51:23.433Z Compiling futures-core v0.3.32
14052026-08-25T20:51:23.433Z Compiling litemap v0.8.1
14062026-08-25T20:51:23.529Z Compiling percent-encoding v2.3.2
14072026-08-25T20:51:23.577Z Compiling writeable v0.6.2
14082026-08-25T20:51:23.605Z Compiling icu_normalizer_data v2.1.1
14092026-08-25T20:51:23.619Z Compiling icu_properties_data v2.1.2
14102026-08-25T20:51:23.633Z Compiling rustix v1.1.4
14112026-08-25T20:51:23.683Z Compiling getrandom v0.3.4
14122026-08-25T20:51:23.696Z Compiling futures-sink v0.3.32
14132026-08-25T20:51:23.737Z Compiling slab v0.4.12
14142026-08-25T20:51:23.757Z Compiling futures-task v0.3.32
14152026-08-25T20:51:23.772Z Compiling futures-io v0.3.32
14162026-08-25T20:51:23.806Z Compiling futures-channel v0.3.32
14172026-08-25T20:51:23.828Z Compiling utf8_iter v1.0.4
14182026-08-25T20:51:23.874Z Compiling form_urlencoded v1.2.2
14192026-08-25T20:51:23.903Z Compiling errno v0.3.14
14202026-08-25T20:51:23.934Z Compiling jobserver v0.1.34
14212026-08-25T20:51:23.949Z Compiling getrandom v0.2.17
14222026-08-25T20:51:23.995Z Compiling mio v1.2.0
14232026-08-25T20:51:24.044Z Compiling signal-hook-registry v1.4.8
14242026-08-25T20:51:24.073Z Compiling socket2 v0.6.3
14252026-08-25T20:51:24.087Z Compiling rustversion v1.0.22
14262026-08-25T20:51:24.101Z Compiling rand_core v0.6.4
14272026-08-25T20:51:24.155Z Compiling cc v1.2.56
14282026-08-25T20:51:24.210Z Compiling once_cell v1.21.3
14292026-08-25T20:51:24.213Z Compiling parking_lot v0.12.5
14302026-08-25T20:51:24.250Z Compiling iana-time-zone v0.1.65
14312026-08-25T20:51:24.292Z Compiling base64ct v1.8.3
14322026-08-25T20:51:24.307Z Compiling ident_case v1.0.1
14332026-08-25T20:51:24.338Z Compiling regex-syntax v0.8.10
14342026-08-25T20:51:24.341Z Compiling flagset v0.4.7
14352026-08-25T20:51:24.443Z Compiling dunce v1.0.5
14362026-08-25T20:51:24.472Z Compiling fs_extra v1.3.0
14372026-08-25T20:51:24.475Z Compiling base64 v0.22.1
14382026-08-25T20:51:24.500Z Compiling vcpkg v0.2.15
14392026-08-25T20:51:24.504Z Compiling syn v1.0.109
14402026-08-25T20:51:24.504Z Compiling tracing-core v0.1.36
14412026-08-25T20:51:24.553Z Compiling pem-rfc7468 v0.7.0
14422026-08-25T20:51:24.603Z Compiling rand_core v0.9.5
14432026-08-25T20:51:24.637Z Compiling schemars v0.8.22
14442026-08-25T20:51:24.672Z Compiling cpufeatures v0.2.17
14452026-08-25T20:51:24.708Z Compiling aws-lc-rs v1.16.3
14462026-08-25T20:51:24.755Z Compiling simd-adler32 v0.3.8
14472026-08-25T20:51:24.769Z Compiling dyn-clone v1.0.20
14482026-08-25T20:51:24.853Z Compiling spin v0.9.8
14492026-08-25T20:51:24.879Z Compiling cmov v0.5.4
14502026-08-25T20:51:24.922Z Compiling crc32fast v1.5.0
14512026-08-25T20:51:24.926Z Compiling openssl-probe v0.2.1
14522026-08-25T20:51:24.939Z Compiling httparse v1.10.1
14532026-08-25T20:51:25.010Z Compiling cmake v0.1.57
14542026-08-25T20:51:25.025Z Compiling adler2 v2.0.1
14552026-08-25T20:51:25.025Z Compiling tinyvec_macros v0.1.1
14562026-08-25T20:51:25.074Z Compiling ctutils v0.4.2
14572026-08-25T20:51:25.095Z Compiling tinyvec v1.10.0
14582026-08-25T20:51:25.110Z Compiling aho-corasick v1.1.4
14592026-08-25T20:51:25.110Z Compiling radium v0.7.0
14602026-08-25T20:51:25.135Z Compiling bitflags v2.11.0
14612026-08-25T20:51:25.173Z Compiling semver v1.0.28
14622026-08-25T20:51:25.192Z Compiling indexmap v2.14.0
14632026-08-25T20:51:25.241Z Compiling uuid v1.23.4
14642026-08-25T20:51:25.371Z Compiling miniz_oxide v0.8.9
14652026-08-25T20:51:25.385Z Compiling rustc_version v0.4.1
14662026-08-25T20:51:25.388Z Compiling try-lock v0.2.5
14672026-08-25T20:51:25.388Z Compiling untrusted v0.7.1
14682026-08-25T20:51:25.425Z Compiling tower-service v0.3.3
14692026-08-25T20:51:25.456Z Compiling tower-layer v0.3.3
14702026-08-25T20:51:25.505Z Compiling atomic-waker v1.1.2
14712026-08-25T20:51:25.519Z Compiling want v0.3.1
14722026-08-25T20:51:25.631Z Compiling openssl v0.10.80
14732026-08-25T20:51:25.644Z Compiling httpdate v1.0.3
14742026-08-25T20:51:25.694Z Compiling tap v1.0.1
14752026-08-25T20:51:25.730Z Compiling maybe-uninit v2.0.0
14762026-08-25T20:51:25.744Z Compiling foreign-types-shared v0.1.1
14772026-08-25T20:51:25.795Z Compiling aws-lc-sys v0.40.0
14782026-08-25T20:51:25.815Z Compiling openssl-sys v0.9.117
14792026-08-25T20:51:25.847Z Compiling untrusted v0.9.0
14802026-08-25T20:51:25.863Z Compiling rustls v0.23.41
14812026-08-25T20:51:25.879Z Compiling foreign-types v0.3.2
14822026-08-25T20:51:25.882Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14832026-08-25T20:51:25.882Z Compiling bzip2-sys v0.1.13+1.0.8
14842026-08-25T20:51:25.931Z Compiling synstructure v0.13.2
14852026-08-25T20:51:25.983Z Compiling serde_derive_internals v0.29.1
14862026-08-25T20:51:25.986Z Compiling pest_generator v2.8.6
14872026-08-25T20:51:25.997Z Compiling regex-automata v0.4.14
14882026-08-25T20:51:26.014Z Compiling darling_core v0.20.11
14892026-08-25T20:51:26.107Z Compiling wyz v0.5.1
14902026-08-25T20:51:26.181Z Compiling tempfile v3.27.0
14912026-08-25T20:51:26.342Z Compiling terminal_size v0.4.3
14922026-08-25T20:51:26.358Z Compiling unicode-normalization v0.1.25
14932026-08-25T20:51:26.493Z Compiling num-integer v0.1.46
14942026-08-25T20:51:26.508Z Compiling wait-timeout v0.2.1
14952026-08-25T20:51:26.575Z Compiling ahash v0.8.12
14962026-08-25T20:51:26.589Z Compiling num-bigint-dig v0.8.6
14972026-08-25T20:51:26.618Z Compiling native-tls v0.2.18
14982026-08-25T20:51:26.719Z Compiling quick-error v1.2.3
14992026-08-25T20:51:26.739Z Compiling time-core v0.1.8
15002026-08-25T20:51:26.787Z Compiling bit-vec v0.8.0
15012026-08-25T20:51:26.808Z Compiling powerfmt v0.2.0
15022026-08-25T20:51:26.808Z Compiling funty v2.0.0
15032026-08-25T20:51:26.838Z Compiling packed_struct v0.10.1
15042026-08-25T20:51:26.842Z Compiling num-conv v0.2.0
15052026-08-25T20:51:26.867Z Compiling rusty-fork v0.3.1
15062026-08-25T20:51:26.897Z Compiling clap_builder v4.6.0
15072026-08-25T20:51:26.930Z Compiling num-iter v0.1.45
15082026-08-25T20:51:26.963Z Compiling deranged v0.5.8
15092026-08-25T20:51:27.000Z Compiling time-macros v0.2.27
15102026-08-25T20:51:27.031Z Compiling bit-set v0.8.0
15112026-08-25T20:51:27.139Z Compiling lazy_static v1.5.0
15122026-08-25T20:51:27.144Z Compiling rand_xorshift v0.4.0
15132026-08-25T20:51:27.180Z Compiling bitvec v1.0.1
15142026-08-25T20:51:27.199Z Compiling sync_wrapper v1.0.2
15152026-08-25T20:51:27.224Z Compiling indexmap v1.9.3
15162026-08-25T20:51:27.228Z Compiling unicode-segmentation v1.12.0
15172026-08-25T20:51:27.313Z Compiling siphasher v1.0.2
15182026-08-25T20:51:27.327Z Compiling paste v1.0.15
15192026-08-25T20:51:27.417Z Compiling nodrop v0.1.14
15202026-08-25T20:51:27.420Z Compiling zlib-rs v0.6.2
15212026-08-25T20:51:27.511Z Compiling object v0.37.3
15222026-08-25T20:51:27.524Z Compiling crc-catalog v2.4.0
15232026-08-25T20:51:27.607Z Compiling unarray v0.1.4
15242026-08-25T20:51:27.628Z Compiling usdt-impl v0.6.0
15252026-08-25T20:51:27.642Z Compiling num_threads v0.1.7
15262026-08-25T20:51:27.659Z Compiling serde_derive v1.0.228
15272026-08-25T20:51:27.730Z Compiling zeroize_derive v1.5.0
15282026-08-25T20:51:27.752Z Compiling zerofrom-derive v0.1.6
15292026-08-25T20:51:27.790Z Compiling zerocopy-derive v0.8.55
15302026-08-25T20:51:27.848Z Compiling yoke-derive v0.8.1
15312026-08-25T20:51:27.960Z Compiling zerovec-derive v0.11.2
15322026-08-25T20:51:28.008Z Compiling displaydoc v0.2.5
15332026-08-25T20:51:28.069Z Compiling tokio-macros v2.7.0
15342026-08-25T20:51:28.378Z Compiling futures-macro v0.3.32
15352026-08-25T20:51:28.396Z Compiling thiserror-impl v2.0.18
15362026-08-25T20:51:28.610Z Compiling der_derive v0.7.3
15372026-08-25T20:51:28.834Z Compiling tracing-attributes v0.1.31
15382026-08-25T20:51:28.847Z Compiling schemars_derive v0.8.22
15392026-08-25T20:51:28.888Z Compiling pest_derive v2.8.6
15402026-08-25T20:51:29.077Z Compiling scroll_derive v0.13.1
15412026-08-25T20:51:29.130Z Compiling darling_macro v0.20.11
15422026-08-25T20:51:29.228Z Compiling zerofrom v0.1.6
15432026-08-25T20:51:29.265Z Compiling futures-util v0.3.32
15442026-08-25T20:51:29.369Z Compiling yoke v0.8.1
15452026-08-25T20:51:29.397Z Compiling thiserror-impl v1.0.69
15462026-08-25T20:51:29.591Z Compiling zerovec v0.11.5
15472026-08-25T20:51:29.650Z Compiling zerotrie v0.2.3
15482026-08-25T20:51:29.689Z Compiling openssl-macros v0.1.1
15492026-08-25T20:51:29.817Z Compiling thiserror v2.0.18
15502026-08-25T20:51:29.938Z Compiling darling v0.20.11
15512026-08-25T20:51:29.957Z Compiling scroll v0.13.0
15522026-08-25T20:51:29.978Z Compiling packed_struct_codegen v0.10.1
15532026-08-25T20:51:29.998Z Compiling bitfield-macros v0.19.4
15542026-08-25T20:51:30.036Z Compiling clap_derive v4.6.1
15552026-08-25T20:51:30.133Z Compiling tinystr v0.8.2
15562026-08-25T20:51:30.148Z Compiling potential_utf v0.1.4
15572026-08-25T20:51:30.209Z Compiling tracing v0.1.44
15582026-08-25T20:51:30.225Z Compiling goblin v0.10.5
15592026-08-25T20:51:30.251Z Compiling zerocopy-derive v0.6.6
15602026-08-25T20:51:30.331Z Compiling icu_locale_core v2.1.1
15612026-08-25T20:51:30.361Z Compiling icu_collections v2.1.1
15622026-08-25T20:51:30.499Z Compiling crossbeam-utils v0.8.21
15632026-08-25T20:51:30.707Z Compiling flate2 v1.1.9
15642026-08-25T20:51:30.746Z Compiling thiserror v1.0.69
15652026-08-25T20:51:30.772Z Compiling bitfield v0.19.4
15662026-08-25T20:51:30.842Z Compiling derive_builder_core v0.20.2
15672026-08-25T20:51:30.865Z Compiling dtrace-parser v0.3.0
15682026-08-25T20:51:30.902Z Compiling time v0.3.47
15692026-08-25T20:51:31.094Z Compiling icu_provider v2.1.1
15702026-08-25T20:51:31.145Z Compiling zerocopy v0.6.6
15712026-08-25T20:51:31.231Z Compiling zeroize v1.9.0
15722026-08-25T20:51:31.247Z Compiling bytes v1.11.1
15732026-08-25T20:51:31.264Z Compiling chrono v0.4.45
15742026-08-25T20:51:31.267Z Compiling ipnet v2.12.0
15752026-08-25T20:51:31.465Z Compiling icu_properties v2.1.2
15762026-08-25T20:51:31.483Z Compiling icu_normalizer v2.1.1
15772026-08-25T20:51:31.627Z Compiling der v0.7.10
15782026-08-25T20:51:31.693Z Compiling rustls-pki-types v1.14.0
15792026-08-25T20:51:31.732Z Compiling tokio v1.52.1
15802026-08-25T20:51:31.785Z Compiling http v1.4.2
15812026-08-25T20:51:31.851Z Compiling hybrid-array v0.4.13
15822026-08-25T20:51:31.878Z Compiling hex v0.4.3
15832026-08-25T20:51:31.991Z Compiling block-buffer v0.10.4
15842026-08-25T20:51:32.027Z Compiling crypto-common v0.1.7
15852026-08-25T20:51:32.156Z Compiling digest v0.10.7
15862026-08-25T20:51:32.159Z Compiling toml_datetime v0.6.11
15872026-08-25T20:51:32.183Z Compiling serde_spanned v0.6.9
15882026-08-25T20:51:32.199Z Compiling clap v4.6.1
15892026-08-25T20:51:32.287Z Compiling ppv-lite86 v0.2.21
15902026-08-25T20:51:32.343Z Compiling idna_adapter v1.2.1
15912026-08-25T20:51:32.425Z Compiling http-body v1.0.1
15922026-08-25T20:51:32.446Z Compiling spki v0.7.3
15932026-08-25T20:51:32.480Z Compiling idna v1.1.0
15942026-08-25T20:51:32.483Z Compiling sha2 v0.10.9
15952026-08-25T20:51:32.508Z Compiling signature v2.2.0
15962026-08-25T20:51:32.559Z Compiling hmac v0.12.1
15972026-08-25T20:51:32.587Z Compiling rand_chacha v0.9.0
15982026-08-25T20:51:32.622Z Compiling pkcs8 v0.10.2
15992026-08-25T20:51:32.637Z Compiling rand_chacha v0.3.1
16002026-08-25T20:51:32.651Z Compiling http-body-util v0.1.3
16012026-08-25T20:51:32.733Z Compiling structmeta-derive v0.3.0
16022026-08-25T20:51:32.816Z Compiling url v2.5.8
16032026-08-25T20:51:32.902Z Compiling rand v0.9.2
16042026-08-25T20:51:32.905Z Compiling rand v0.8.6
16052026-08-25T20:51:32.937Z Compiling dof v0.4.0
16062026-08-25T20:51:33.004Z Compiling pkcs1 v0.7.5
16072026-08-25T20:51:33.146Z Compiling scroll_derive v0.12.1
16082026-08-25T20:51:33.215Z Compiling crc v3.4.0
16092026-08-25T20:51:33.403Z Compiling array-init v0.0.4
16102026-08-25T20:51:33.430Z Compiling smallvec v0.6.14
16112026-08-25T20:51:33.450Z Compiling darling_core v0.23.0
16122026-08-25T20:51:33.668Z Compiling proptest v1.11.0
16132026-08-25T20:51:33.719Z Compiling heapless v0.7.17
16142026-08-25T20:51:33.758Z Compiling slog v2.8.2
16152026-08-25T20:51:33.771Z Compiling thread-id v5.1.0
16162026-08-25T20:51:33.788Z Compiling env_filter v2.0.0
16172026-08-25T20:51:33.865Z Compiling syn v3.0.3
16182026-08-25T20:51:33.880Z Compiling cookie v0.18.1
16192026-08-25T20:51:33.883Z Compiling unicode-properties v0.1.4
16202026-08-25T20:51:33.911Z Compiling zstd-safe v7.2.4
16212026-08-25T20:51:33.966Z Compiling hashbrown v0.12.3
16222026-08-25T20:51:33.986Z Compiling unicode-bidi v0.3.18
16232026-08-25T20:51:34.079Z Compiling ryu v1.0.23
16242026-08-25T20:51:34.095Z Compiling anyhow v1.0.104
16252026-08-25T20:51:34.113Z Compiling ipnetwork v0.21.1
16262026-08-25T20:51:34.126Z Compiling iri-string v0.7.10
16272026-08-25T20:51:34.130Z Compiling allocator-api2 v0.2.21
16282026-08-25T20:51:34.155Z Compiling winnow v0.5.40
16292026-08-25T20:51:34.274Z Compiling base64 v0.21.7
16302026-08-25T20:51:34.423Z Compiling gimli v0.32.3
16312026-08-25T20:51:34.445Z Compiling signal-hook v0.3.18
16322026-08-25T20:51:34.523Z Compiling ron v0.8.1
16332026-08-25T20:51:34.538Z Compiling oxnet v0.1.6
16342026-08-25T20:51:34.609Z Compiling stringprep v0.1.5
16352026-08-25T20:51:34.657Z Compiling serde_urlencoded v0.7.1
16362026-08-25T20:51:34.706Z Compiling rsa v0.9.10
16372026-08-25T20:51:34.819Z Compiling env_logger v0.11.11
16382026-08-25T20:51:34.891Z Compiling scroll v0.12.0
16392026-08-25T20:51:34.921Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16402026-08-25T20:51:34.993Z Compiling structmeta v0.3.0
16412026-08-25T20:51:35.241Z Compiling serde-hex v0.1.0
16422026-08-25T20:51:35.272Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16432026-08-25T20:51:35.478Z Compiling hashbrown v0.13.2
16442026-08-25T20:51:35.534Z Compiling toml_edit v0.19.15
16452026-08-25T20:51:35.655Z Compiling tokio-util v0.7.18
16462026-08-25T20:51:35.723Z Compiling tower v0.5.3
16472026-08-25T20:51:35.733Z Compiling tokio-native-tls v0.3.1
16482026-08-25T20:51:35.884Z Compiling x509-cert v0.2.5
16492026-08-25T20:51:35.922Z Compiling crypto-common v0.2.2
16502026-08-25T20:51:35.972Z Compiling block-buffer v0.12.1
16512026-08-25T20:51:36.110Z Compiling darling_macro v0.23.0
16522026-08-25T20:51:36.191Z Compiling addr2line v0.25.1
16532026-08-25T20:51:36.222Z Compiling newtype-uuid v1.3.2
16542026-08-25T20:51:36.462Z Compiling h2 v0.4.15
16552026-08-25T20:51:36.547Z Compiling tower-http v0.6.8
16562026-08-25T20:51:36.568Z Compiling block-padding v0.4.2
16572026-08-25T20:51:36.617Z Compiling md-5 v0.10.6
16582026-08-25T20:51:36.738Z Compiling rustls-native-certs v0.8.3
16592026-08-25T20:51:36.760Z Compiling derive_builder_macro v0.20.2
16602026-08-25T20:51:36.969Z Compiling bzip2 v0.4.4
16612026-08-25T20:51:36.991Z Compiling serde_tokenstream v0.2.3
16622026-08-25T20:51:37.046Z Compiling erased-serde v0.3.31
16632026-08-25T20:51:37.272Z Compiling camino v1.2.5
16642026-08-25T20:51:37.331Z Compiling bstr v1.12.1
16652026-08-25T20:51:37.400Z Compiling daft-derive v0.1.8
16662026-08-25T20:51:37.518Z Compiling zerocopy-derive v0.7.35
16672026-08-25T20:51:37.547Z Compiling pin-project-internal v1.1.11
16682026-08-25T20:51:37.627Z Compiling async-trait v0.1.89
16692026-08-25T20:51:37.654Z Compiling curve25519-dalek v4.1.3
16702026-08-25T20:51:37.670Z Compiling vergen-lib v9.1.0
16712026-08-25T20:51:37.711Z Compiling hash32 v0.2.1
16722026-08-25T20:51:37.830Z Compiling memoffset v0.9.1
16732026-08-25T20:51:37.871Z Compiling encoding_rs v0.8.35
16742026-08-25T20:51:37.924Z Compiling fallible-iterator v0.2.0
16752026-08-25T20:51:37.981Z Compiling owo-colors v4.3.0
16762026-08-25T20:51:38.017Z Compiling ref-cast v1.0.25
16772026-08-25T20:51:38.044Z Compiling smoltcp v0.9.1
16782026-08-25T20:51:38.126Z Compiling rustix v0.38.44
16792026-08-25T20:51:38.192Z Compiling crc-any v2.5.0
16802026-08-25T20:51:38.251Z Compiling mime v0.3.17
16812026-08-25T20:51:38.323Z Compiling psl-types v2.0.11
16822026-08-25T20:51:38.336Z Compiling litrs v1.0.0
16832026-08-25T20:51:38.398Z Compiling cfg_aliases v0.2.1
16842026-08-25T20:51:38.433Z Compiling rustc-demangle v0.1.27
16852026-08-25T20:51:38.448Z Compiling zerocopy v0.7.35
16862026-08-25T20:51:38.461Z Compiling publicsuffix v2.3.0
16872026-08-25T20:51:38.483Z Compiling nix v0.31.2
16882026-08-25T20:51:38.547Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16892026-08-25T20:51:38.686Z Compiling postgres-protocol v0.6.10
16902026-08-25T20:51:38.725Z Compiling daft v0.1.8
16912026-08-25T20:51:38.738Z Compiling pin-project v1.1.11
16922026-08-25T20:51:38.915Z Compiling derive_builder v0.20.2
16932026-08-25T20:51:38.919Z Compiling document-features v0.2.12
16942026-08-25T20:51:38.945Z Compiling zip v0.6.6
16952026-08-25T20:51:39.026Z Compiling toml v0.7.8
16962026-08-25T20:51:39.061Z Compiling inout v0.2.2
16972026-08-25T20:51:39.076Z Compiling darling v0.23.0
16982026-08-25T20:51:39.172Z Compiling object v0.30.4
16992026-08-25T20:51:39.260Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17002026-08-25T20:51:39.290Z Compiling derive-ex v0.1.8
17012026-08-25T20:51:39.321Z Compiling goblin v0.8.2
17022026-08-25T20:51:39.389Z Compiling backtrace v0.3.76
17032026-08-25T20:51:39.565Z Compiling futures-executor v0.3.32
17042026-08-25T20:51:39.568Z Compiling hubpack_derive v0.1.1
17052026-08-25T20:51:39.656Z Compiling hyper v1.10.1
17062026-08-25T20:51:39.701Z Compiling regex v1.12.3
17072026-08-25T20:51:39.715Z Compiling curve25519-dalek-derive v0.1.1
17082026-08-25T20:51:39.847Z Compiling strum_macros v0.27.2
17092026-08-25T20:51:39.865Z Compiling ref-cast-impl v1.0.25
17102026-08-25T20:51:39.868Z Compiling snafu-derive v0.8.9
17112026-08-25T20:51:40.001Z Compiling convert_case v0.10.0
17122026-08-25T20:51:40.073Z Compiling phf_shared v0.13.1
17132026-08-25T20:51:40.159Z Compiling vergen v9.1.0
17142026-08-25T20:51:40.327Z Compiling cargo-platform v0.3.2
17152026-08-25T20:51:40.342Z Compiling ff v0.13.1
17162026-08-25T20:51:40.370Z Compiling fs-err v3.3.0
17172026-08-25T20:51:40.398Z Compiling either v1.15.0
17182026-08-25T20:51:40.456Z Compiling same-file v1.0.6
17192026-08-25T20:51:40.499Z Compiling is_ci v1.2.0
17202026-08-25T20:51:40.581Z Compiling base16ct v0.2.0
17212026-08-25T20:51:40.605Z Compiling foldhash v0.1.5
17222026-08-25T20:51:40.623Z Compiling path-slash v0.1.5
17232026-08-25T20:51:40.637Z Compiling libbz2-rs-sys v0.2.2
17242026-08-25T20:51:40.650Z Compiling foldhash v0.2.0
17252026-08-25T20:51:40.653Z Compiling bitflags v1.3.2
17262026-08-25T20:51:40.712Z Compiling managed v0.8.0
17272026-08-25T20:51:40.754Z Compiling jiff-core v0.1.0
17282026-08-25T20:51:40.767Z Compiling bumpalo v3.20.2
17292026-08-25T20:51:40.780Z Compiling textwrap v0.16.2
17302026-08-25T20:51:40.793Z Compiling hyper-util v0.1.20
17312026-08-25T20:51:40.915Z Compiling hashbrown v0.16.1
17322026-08-25T20:51:41.021Z Compiling test-strategy v0.4.5
17332026-08-25T20:51:41.035Z Compiling zopfli v0.8.3
17342026-08-25T20:51:41.250Z Compiling bzip2 v0.6.1
17352026-08-25T20:51:41.320Z Compiling hashbrown v0.15.5
17362026-08-25T20:51:41.338Z Compiling sec1 v0.7.3
17372026-08-25T20:51:41.476Z Compiling supports-color v3.0.2
17382026-08-25T20:51:41.608Z Compiling dof v0.3.0
17392026-08-25T20:51:41.632Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17402026-08-25T20:51:41.658Z Compiling jiff v0.2.34
17412026-08-25T20:51:41.707Z Compiling walkdir v2.5.0
17422026-08-25T20:51:41.757Z Compiling cargo_metadata v0.23.1
17432026-08-25T20:51:41.855Z Compiling group v0.13.0
17442026-08-25T20:51:41.871Z Compiling snafu v0.8.9
17452026-08-25T20:51:41.886Z Compiling strum v0.27.2
17462026-08-25T20:51:42.046Z Compiling derive_more-impl v2.1.1
17472026-08-25T20:51:42.059Z Compiling phf v0.13.1
17482026-08-25T20:51:42.073Z Compiling hubpack v0.1.2
17492026-08-25T20:51:42.116Z Compiling backtrace-ext v0.2.1
17502026-08-25T20:51:42.234Z Compiling hyper-tls v0.6.0
17512026-08-25T20:51:42.249Z Compiling signal-hook-mio v0.2.5
17522026-08-25T20:51:42.304Z Compiling cookie_store v0.22.1
17532026-08-25T20:51:42.320Z Compiling futures v0.3.32
17542026-08-25T20:51:42.381Z Compiling zstd v0.13.3
17552026-08-25T20:51:42.410Z Compiling reqwest v0.12.28
17562026-08-25T20:51:42.486Z Compiling cipher v0.5.2
17572026-08-25T20:51:42.517Z Compiling serde_with_macros v3.21.0
17582026-08-25T20:51:42.568Z Compiling postgres-types v0.2.12
17592026-08-25T20:51:42.810Z Compiling globset v0.4.18
17602026-08-25T20:51:42.866Z Compiling usdt-attr-macro v0.6.0
17612026-08-25T20:51:42.976Z Compiling usdt-macro v0.6.0
17622026-08-25T20:51:43.059Z Compiling byte-wrapper v0.1.0
17632026-08-25T20:51:43.118Z Compiling ed25519 v2.2.3
17642026-08-25T20:51:43.145Z Compiling hkdf v0.12.4
17652026-08-25T20:51:43.216Z Compiling crypto-bigint v0.5.5
17662026-08-25T20:51:43.332Z Compiling serde_plain v1.0.2
17672026-08-25T20:51:43.419Z Compiling olpc-cjson v0.1.4
17682026-08-25T20:51:43.446Z Compiling serde-big-array v0.5.1
17692026-08-25T20:51:43.499Z Compiling dtrace-parser v0.2.0
17702026-08-25T20:51:43.555Z Compiling async-recursion v1.1.1
17712026-08-25T20:51:43.597Z Compiling strum_macros v0.26.4
17722026-08-25T20:51:43.611Z Compiling serde_repr v0.1.20
17732026-08-25T20:51:43.679Z Compiling enum-as-inner v0.6.1
17742026-08-25T20:51:43.741Z Compiling miette-derive v7.6.0
17752026-08-25T20:51:43.896Z Compiling phf_shared v0.11.3
17762026-08-25T20:51:43.916Z Compiling float-cmp v0.10.0
17772026-08-25T20:51:43.993Z Compiling pem v3.0.6
17782026-08-25T20:51:44.083Z Compiling thread-id v4.2.2
17792026-08-25T20:51:44.102Z Compiling memmap2 v0.9.10
17802026-08-25T20:51:44.187Z Compiling fixedbitset v0.4.2
17812026-08-25T20:51:44.211Z Compiling cpufeatures v0.3.0
17822026-08-25T20:51:44.238Z Compiling precomputed-hash v0.1.1
17832026-08-25T20:51:44.288Z Compiling predicates-core v1.0.10
17842026-08-25T20:51:44.303Z Compiling keccak v0.1.6
17852026-08-25T20:51:44.319Z Compiling winnow v1.0.3
17862026-08-25T20:51:44.340Z Compiling data-encoding v2.10.0
17872026-08-25T20:51:44.344Z Compiling new_debug_unreachable v1.0.6
17882026-08-25T20:51:44.372Z Compiling const-oid v0.10.2
17892026-08-25T20:51:44.422Z Compiling supports-hyperlinks v3.2.0
17902026-08-25T20:51:44.435Z Compiling typed-path v0.9.3
17912026-08-25T20:51:44.481Z Compiling supports-unicode v3.0.0
17922026-08-25T20:51:44.592Z Compiling whoami v2.1.0
17932026-08-25T20:51:44.607Z Compiling static_assertions v1.1.0
17942026-08-25T20:51:44.644Z Compiling difflib v0.4.0
17952026-08-25T20:51:44.696Z Compiling fixedbitset v0.5.7
17962026-08-25T20:51:44.837Z Compiling normalize-line-endings v0.3.0
17972026-08-25T20:51:44.944Z Compiling petgraph v0.8.3
17982026-08-25T20:51:44.958Z Compiling miette v7.6.0
17992026-08-25T20:51:44.994Z Compiling predicates v3.1.4
18002026-08-25T20:51:45.037Z Compiling tokio-postgres v0.7.16
18012026-08-25T20:51:45.041Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18022026-08-25T20:51:45.068Z Compiling toml_edit v0.22.27
18032026-08-25T20:51:45.071Z Compiling hickory-proto v0.25.2
18042026-08-25T20:51:45.217Z Compiling digest v0.11.3
18052026-08-25T20:51:45.273Z Compiling toml_parser v1.1.2+spec-1.1.0
18062026-08-25T20:51:45.415Z Compiling sha3 v0.10.8
18072026-08-25T20:51:45.445Z Compiling string_cache v0.8.9
18082026-08-25T20:51:45.460Z Compiling strum v0.26.3
18092026-08-25T20:51:45.475Z Compiling petgraph v0.6.5
18102026-08-25T20:51:45.606Z Compiling chacha20 v0.10.0
18112026-08-25T20:51:45.660Z Compiling usdt v0.6.0
18122026-08-25T20:51:45.690Z Compiling elliptic-curve v0.13.8
18132026-08-25T20:51:45.705Z Compiling usdt-impl v0.5.0
18142026-08-25T20:51:45.892Z Compiling zip v4.6.1
18152026-08-25T20:51:45.918Z Compiling serde_with v3.21.0
18162026-08-25T20:51:45.955Z Compiling crossterm v0.28.1
18172026-08-25T20:51:46.006Z Compiling ed25519-dalek v2.2.0
18182026-08-25T20:51:46.109Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18192026-08-25T20:51:46.136Z Compiling derive_more v2.1.1
18202026-08-25T20:51:46.299Z Compiling iddqd v0.4.2
18212026-08-25T20:51:46.678Z Compiling itertools v0.13.0
18222026-08-25T20:51:46.835Z Compiling itertools v0.15.0
18232026-08-25T20:51:46.912Z Compiling similar v2.7.0
18242026-08-25T20:51:46.976Z Compiling crossbeam-epoch v0.9.18
18252026-08-25T20:51:46.991Z Compiling tokio-stream v0.1.18
18262026-08-25T20:51:47.232Z Compiling buf-list v1.1.2
18272026-08-25T20:51:47.306Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18282026-08-25T20:51:47.320Z Compiling openapiv3 v2.2.0
18292026-08-25T20:51:47.466Z Compiling heck v0.4.1
18302026-08-25T20:51:47.525Z Compiling lalrpop-util v0.19.12
18312026-08-25T20:51:47.591Z Compiling peg-runtime v0.8.5
18322026-08-25T20:51:47.626Z Compiling thread_local v1.1.9
18332026-08-25T20:51:47.641Z Compiling slog-async v2.8.0
18342026-08-25T20:51:47.708Z Compiling crossbeam-channel v0.5.15
18352026-08-25T20:51:47.722Z Compiling filetime v0.2.27
18362026-08-25T20:51:47.736Z Compiling is-terminal v0.4.17
18372026-08-25T20:51:47.785Z Compiling xattr v1.6.1
18382026-08-25T20:51:47.827Z Compiling term v1.2.1
18392026-08-25T20:51:47.842Z Compiling take_mut v0.2.2
18402026-08-25T20:51:47.858Z Compiling camino-tempfile v1.4.1
18412026-08-25T20:51:47.912Z Compiling tar v0.4.46
18422026-08-25T20:51:48.093Z Compiling slog-term v2.9.2
18432026-08-25T20:52:05.240Z Compiling rustls-webpki v0.103.13
18442026-08-25T20:52:07.912Z Compiling tokio-rustls v0.26.4
18452026-08-25T20:52:07.912Z Compiling rustls-platform-verifier v0.6.2
18462026-08-25T20:52:07.915Z Compiling tough v0.22.0
18472026-08-25T20:52:08.109Z Compiling hyper-rustls v0.27.7
18482026-08-25T20:52:08.301Z Compiling reqwest v0.13.2
18492026-08-25T20:52:10.500Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18502026-08-25T20:52:10.734Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18512026-08-25T20:52:13.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.51s
18522026-08-25T20:52:13.804Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18532026-08-25T20:52:13.840ZAug 25 20:52:13.232 INFO Starting download, target: Clickhouse
18542026-08-25T20:52:13.840ZAug 25 20:52:13.233 INFO Starting download, target: MaghemiteMgd
18552026-08-25T20:52:13.840ZAug 25 20:52:13.233 INFO Starting download, target: Cockroach
18562026-08-25T20:52:13.845ZAug 25 20:52:13.233 INFO Starting download, target: Console
18572026-08-25T20:52:13.845ZAug 25 20:52:13.233 INFO Starting download, target: DendriteStub
18582026-08-25T20:52:13.845ZAug 25 20:52:13.233 INFO Starting download, target: MaghemiteDdmd
18592026-08-25T20:52:13.845ZAug 25 20:52:13.233 INFO Starting download, target: TransceiverControl
18602026-08-25T20:52:13.845ZAug 25 20:52:13.233 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18612026-08-25T20:52:13.845ZAug 25 20:52:13.233 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18622026-08-25T20:52:13.845ZAug 25 20:52:13.233 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18632026-08-25T20:52:13.845ZAug 25 20:52:13.233 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18642026-08-25T20:52:13.845ZAug 25 20:52:13.233 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18652026-08-25T20:52:13.845ZAug 25 20:52:13.233 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18662026-08-25T20:52:13.845ZAug 25 20:52:13.234 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18672026-08-25T20:52:14.361ZAug 25 20:52:13.734 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18682026-08-25T20:52:14.565ZAug 25 20:52:13.948 INFO Download complete, target: TransceiverControl
18692026-08-25T20:52:15.629ZAug 25 20:52:15.018 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18702026-08-25T20:52:15.833ZAug 25 20:52:15.220 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18712026-08-25T20:52:15.879ZAug 25 20:52:15.272 INFO Download complete, target: Console
18722026-08-25T20:52:16.149ZAug 25 20:52:15.538 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18732026-08-25T20:52:16.181ZAug 25 20:52:15.571 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18742026-08-25T20:52:16.635ZAug 25 20:52:16.028 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18752026-08-25T20:52:16.638ZAug 25 20:52:16.030 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18762026-08-25T20:52:16.638ZAug 25 20:52:16.030 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18772026-08-25T20:52:17.802ZAug 25 20:52:17.191 INFO Download complete, target: MaghemiteDdmd
18782026-08-25T20:52:18.973ZAug 25 20:52:18.365 INFO Download complete, target: DendriteStub
18792026-08-25T20:52:19.005ZAug 25 20:52:18.397 INFO Download complete, target: MaghemiteMgd
18802026-08-25T20:52:21.374ZAug 25 20:52:20.764 INFO Checking that binary works, target: Cockroach
18812026-08-25T20:52:21.496ZAug 25 20:52:20.883 INFO Download complete, target: Cockroach
18822026-08-25T20:52:23.480ZAug 25 20:52:22.871 INFO Checking that binary works, target: Clickhouse
18832026-08-25T20:52:23.565ZAug 25 20:52:22.958 INFO Download complete, target: Clickhouse
18842026-08-25T20:52:23.572ZAll prerequisites installed successfully
18852026-08-25T20:52:23.575Z
18862026-08-25T20:52:23.575Zreal 1:30.092874324
18872026-08-25T20:52:23.575Zuser 7:16.974429850
18882026-08-25T20:52:23.575Zsys 1:43.944628691
18892026-08-25T20:52:23.575Ztrap 0.262899273
18902026-08-25T20:52:23.575Ztflt 0.880888416
18912026-08-25T20:52:23.575Zdflt 1.744334188
18922026-08-25T20:52:23.575Zkflt 0.029053466
18932026-08-25T20:52:23.575Zlock 27:13.749421194
18942026-08-25T20:52:23.575Zslp 19:43.201204530
18952026-08-25T20:52:23.575Zlat 24.190931056
18962026-08-25T20:52:23.575Zstop 2:53.044614731
18972026-08-25T20:52:23.575Z+ source ./tools/include/force-git-over-https.sh
18982026-08-25T20:52:23.575Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18992026-08-25T20:52:23.575Z++ (( i = 0 ))
19002026-08-25T20:52:23.575Z++ (( i < 5 ))
19012026-08-25T20:52:23.575Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19022026-08-25T20:52:23.579Z++ (( i++ ))
19032026-08-25T20:52:23.579Z++ (( i < 5 ))
19042026-08-25T20:52:23.579Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19052026-08-25T20:52:23.582Z++ (( i++ ))
19062026-08-25T20:52:23.582Z++ (( i < 5 ))
19072026-08-25T20:52:23.582Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19082026-08-25T20:52:23.582Z++ (( i++ ))
19092026-08-25T20:52:23.582Z++ (( i < 5 ))
19102026-08-25T20:52:23.582Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19112026-08-25T20:52:23.585Z++ (( i++ ))
19122026-08-25T20:52:23.585Z++ (( i < 5 ))
19132026-08-25T20:52:23.585Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19142026-08-25T20:52:23.588Z++ (( i++ ))
19152026-08-25T20:52:23.588Z++ (( i < 5 ))
19162026-08-25T20:52:23.588Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19172026-08-25T20:52:23.588Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19182026-08-25T20:52:23.588Z+ rc=0
19192026-08-25T20:52:23.588Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19202026-08-25T20:52:30.912Z+ case $rc in
19212026-08-25T20:52:30.912Z+ pfexec zfs create -p rpool/images/build/host
19222026-08-25T20:52:31.085Z+ pfexec zfs create -p rpool/images/build/recovery
19232026-08-25T20:52:31.126Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19242026-08-25T20:52:31.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19252026-08-25T20:52:31.597Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19262026-08-25T20:52:32.461Z Compiling proc-macro2 v1.0.106
19272026-08-25T20:52:32.461Z Compiling quote v1.0.45
19282026-08-25T20:52:32.462Z Compiling unicode-ident v1.0.24
19292026-08-25T20:52:32.462Z Compiling serde_core v1.0.228
19302026-08-25T20:52:32.465Z Compiling libc v0.2.185
19312026-08-25T20:52:32.465Z Compiling serde v1.0.228
19322026-08-25T20:52:32.465Z Compiling cfg-if v1.0.4
19332026-08-25T20:52:32.465Z Compiling shlex v1.3.0
19342026-08-25T20:52:32.465Z Compiling find-msvc-tools v0.1.9
19352026-08-25T20:52:32.465Z Compiling autocfg v1.5.0
19362026-08-25T20:52:32.465Z Compiling version_check v0.9.5
19372026-08-25T20:52:32.466Z Compiling zerocopy v0.8.55
19382026-08-25T20:52:32.466Z Compiling memchr v2.8.0
19392026-08-25T20:52:32.466Z Compiling portable-atomic v1.13.1
19402026-08-25T20:52:32.466Z Compiling zmij v1.0.21
19412026-08-25T20:52:32.758Z Compiling serde_json v1.0.151
19422026-08-25T20:52:32.843Z Compiling libm v0.2.16
19432026-08-25T20:52:32.875Z Compiling getrandom v0.4.3
19442026-08-25T20:52:32.974Z Compiling parking_lot_core v0.9.12
19452026-08-25T20:52:32.974Z Compiling pkg-config v0.3.32
19462026-08-25T20:52:32.977Z Compiling icu_normalizer_data v2.1.1
19472026-08-25T20:52:33.044Z Compiling generic-array v0.14.7
19482026-08-25T20:52:33.136Z Compiling icu_properties_data v2.1.2
19492026-08-25T20:52:33.157Z Compiling smallvec v1.15.1
19502026-08-25T20:52:33.176Z Compiling rustix v1.1.4
19512026-08-25T20:52:33.193Z Compiling log v0.4.33
19522026-08-25T20:52:33.224Z Compiling num-traits v0.2.19
19532026-08-25T20:52:33.260Z Compiling itoa v1.0.17
19542026-08-25T20:52:33.291Z Compiling getrandom v0.3.4
19552026-08-25T20:52:33.291Z Compiling subtle v2.6.1
19562026-08-25T20:52:33.448Z Compiling stable_deref_trait v1.2.1
19572026-08-25T20:52:33.465Z Compiling scopeguard v1.2.0
19582026-08-25T20:52:33.493Z Compiling typenum v1.20.1
19592026-08-25T20:52:33.538Z Compiling heck v0.5.0
19602026-08-25T20:52:33.554Z Compiling critical-section v1.2.0
19612026-08-25T20:52:33.574Z Compiling lock_api v0.4.14
19622026-08-25T20:52:33.641Z Compiling thiserror v2.0.18
19632026-08-25T20:52:33.644Z Compiling rand_core v0.10.0
19642026-08-25T20:52:33.737Z Compiling jobserver v0.1.34
19652026-08-25T20:52:33.737Z Compiling errno v0.3.14
19662026-08-25T20:52:33.910Z Compiling syn v2.0.117
19672026-08-25T20:52:33.958Z Compiling cc v1.2.56
19682026-08-25T20:52:34.004Z Compiling getrandom v0.2.17
19692026-08-25T20:52:34.034Z Compiling dunce v1.0.5
19702026-08-25T20:52:34.052Z Compiling once_cell v1.21.3
19712026-08-25T20:52:34.065Z Compiling fs_extra v1.3.0
19722026-08-25T20:52:34.119Z Compiling percent-encoding v2.3.2
19732026-08-25T20:52:34.147Z Compiling writeable v0.6.2
19742026-08-25T20:52:34.151Z Compiling litemap v0.8.1
19752026-08-25T20:52:34.185Z Compiling rand_core v0.6.4
19762026-08-25T20:52:34.334Z Compiling const-oid v0.9.6
19772026-08-25T20:52:34.441Z Compiling schemars v0.8.22
19782026-08-25T20:52:34.456Z Compiling pin-project-lite v0.2.17
19792026-08-25T20:52:34.588Z Compiling equivalent v1.0.2
19802026-08-25T20:52:34.605Z Compiling signal-hook-registry v1.4.8
19812026-08-25T20:52:34.686Z Compiling futures-core v0.3.32
19822026-08-25T20:52:34.686Z Compiling rustversion v1.0.22
19832026-08-25T20:52:34.701Z Compiling aws-lc-rs v1.16.3
19842026-08-25T20:52:34.745Z Compiling cmake v0.1.57
19852026-08-25T20:52:34.766Z Compiling mio v1.2.0
19862026-08-25T20:52:34.855Z Compiling bitflags v2.11.0
19872026-08-25T20:52:35.040Z Compiling semver v1.0.28
19882026-08-25T20:52:35.139Z Compiling parking_lot v0.12.5
19892026-08-25T20:52:35.270Z Compiling aws-lc-sys v0.40.0
19902026-08-25T20:52:35.292Z Compiling crc32fast v1.5.0
19912026-08-25T20:52:35.314Z Compiling utf8_iter v1.0.4
19922026-08-25T20:52:35.376Z Compiling form_urlencoded v1.2.2
19932026-08-25T20:52:35.466Z Compiling hashbrown v0.17.0
19942026-08-25T20:52:35.496Z Compiling byteorder v1.5.0
19952026-08-25T20:52:35.648Z Compiling fnv v1.0.7
19962026-08-25T20:52:35.741Z Compiling syn v1.0.109
19972026-08-25T20:52:35.744Z Compiling strsim v0.11.1
19982026-08-25T20:52:35.771Z Compiling vcpkg v0.2.15
19992026-08-25T20:52:35.996Z Compiling socket2 v0.6.3
20002026-08-25T20:52:36.099Z Compiling indexmap v2.14.0
20012026-08-25T20:52:36.171Z Compiling futures-sink v0.3.32
20022026-08-25T20:52:36.186Z Compiling httparse v1.10.1
20032026-08-25T20:52:36.186Z Compiling radium v0.7.0
20042026-08-25T20:52:36.295Z Compiling futures-channel v0.3.32
20052026-08-25T20:52:36.331Z Compiling thiserror v1.0.69
20062026-08-25T20:52:36.349Z Compiling slab v0.4.12
20072026-08-25T20:52:36.379Z Compiling openssl-sys v0.9.117
20082026-08-25T20:52:36.403Z Compiling futures-task v0.3.32
20092026-08-25T20:52:36.428Z Compiling iana-time-zone v0.1.65
20102026-08-25T20:52:36.469Z Compiling futures-io v0.3.32
20112026-08-25T20:52:36.573Z Compiling base64 v0.22.1
20122026-08-25T20:52:36.626Z Compiling rustls v0.23.41
20132026-08-25T20:52:36.643Z Compiling maybe-uninit v2.0.0
20142026-08-25T20:52:36.724Z Compiling synstructure v0.13.2
20152026-08-25T20:52:36.745Z Compiling serde_derive_internals v0.29.1
20162026-08-25T20:52:36.798Z Compiling rustc_version v0.4.1
20172026-08-25T20:52:37.007Z Compiling bzip2-sys v0.1.13+1.0.8
20182026-08-25T20:52:37.022Z Compiling uuid v1.23.4
20192026-08-25T20:52:37.038Z Compiling ahash v0.8.12
20202026-08-25T20:52:37.077Z Compiling regex-syntax v0.8.10
20212026-08-25T20:52:37.093Z Compiling num-bigint-dig v0.8.6
20222026-08-25T20:52:37.109Z Compiling ident_case v1.0.1
20232026-08-25T20:52:37.153Z Compiling packed_struct v0.10.1
20242026-08-25T20:52:37.169Z Compiling ucd-trie v0.1.7
20252026-08-25T20:52:37.209Z Compiling base64ct v1.8.3
20262026-08-25T20:52:37.262Z Compiling rand_core v0.9.5
20272026-08-25T20:52:37.326Z Compiling pest v2.8.6
20282026-08-25T20:52:37.349Z Compiling fastrand v2.3.0
20292026-08-25T20:52:37.407Z Compiling flagset v0.4.7
20302026-08-25T20:52:37.452Z Compiling dyn-clone v1.0.20
20312026-08-25T20:52:37.524Z Compiling openssl v0.10.80
20322026-08-25T20:52:37.550Z Compiling pem-rfc7468 v0.7.0
20332026-08-25T20:52:37.659Z Compiling tempfile v3.27.0
20342026-08-25T20:52:37.670Z Compiling indexmap v1.9.3
20352026-08-25T20:52:37.679Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20362026-08-25T20:52:37.789Z Compiling cpufeatures v0.2.17
20372026-08-25T20:52:37.811Z Compiling paste v1.0.15
20382026-08-25T20:52:37.849Z Compiling simd-adler32 v0.3.8
20392026-08-25T20:52:37.988Z Compiling native-tls v0.2.18
20402026-08-25T20:52:38.005Z Compiling serde_derive v1.0.228
20412026-08-25T20:52:38.035Z Compiling zeroize_derive v1.5.0
20422026-08-25T20:52:38.062Z Compiling zerofrom-derive v0.1.6
20432026-08-25T20:52:38.107Z Compiling zerocopy-derive v0.8.55
20442026-08-25T20:52:38.130Z Compiling yoke-derive v0.8.1
20452026-08-25T20:52:38.171Z Compiling zerovec-derive v0.11.2
20462026-08-25T20:52:38.228Z Compiling displaydoc v0.2.5
20472026-08-25T20:52:38.256Z Compiling tokio-macros v2.7.0
20482026-08-25T20:52:38.259Z Compiling futures-macro v0.3.32
20492026-08-25T20:52:38.432Z Compiling der_derive v0.7.3
20502026-08-25T20:52:38.456Z Compiling thiserror-impl v2.0.18
20512026-08-25T20:52:38.588Z Compiling schemars_derive v0.8.22
20522026-08-25T20:52:38.644Z Compiling tracing-attributes v0.1.31
20532026-08-25T20:52:38.969Z Compiling thiserror-impl v1.0.69
20542026-08-25T20:52:38.989Z Compiling clap_derive v4.6.1
20552026-08-25T20:52:39.065Z Compiling futures-util v0.3.32
20562026-08-25T20:52:39.192Z Compiling zerofrom v0.1.6
20572026-08-25T20:52:39.337Z Compiling yoke v0.8.1
20582026-08-25T20:52:39.365Z Compiling pest_meta v2.8.6
20592026-08-25T20:52:39.555Z Compiling zerovec v0.11.5
20602026-08-25T20:52:39.604Z Compiling zerotrie v0.2.3
20612026-08-25T20:52:39.955Z Compiling packed_struct_codegen v0.10.1
20622026-08-25T20:52:39.978Z Compiling bitfield-macros v0.19.4
20632026-08-25T20:52:40.069Z Compiling zerocopy-derive v0.6.6
20642026-08-25T20:52:40.072Z Compiling pest_generator v2.8.6
20652026-08-25T20:52:40.104Z Compiling tinystr v0.8.2
20662026-08-25T20:52:40.186Z Compiling potential_utf v0.1.4
20672026-08-25T20:52:40.344Z Compiling icu_locale_core v2.1.1
20682026-08-25T20:52:40.391Z Compiling icu_collections v2.1.1
20692026-08-25T20:52:40.718Z Compiling openssl-macros v0.1.1
20702026-08-25T20:52:40.833Z Compiling pest_derive v2.8.6
20712026-08-25T20:52:40.905Z Compiling scroll_derive v0.13.1
20722026-08-25T20:52:41.164Z Compiling icu_provider v2.1.1
20732026-08-25T20:52:41.287Z Compiling zeroize v1.9.0
20742026-08-25T20:52:41.328Z Compiling bytes v1.11.1
20752026-08-25T20:52:41.450Z Compiling icu_normalizer v2.1.1
20762026-08-25T20:52:41.453Z Compiling icu_properties v2.1.2
20772026-08-25T20:52:41.660Z Compiling chrono v0.4.45
20782026-08-25T20:52:41.715Z Compiling der v0.7.10
20792026-08-25T20:52:41.876Z Compiling tokio v1.52.1
20802026-08-25T20:52:41.970Z Compiling hex v0.4.3
20812026-08-25T20:52:42.179Z Compiling block-buffer v0.10.4
20822026-08-25T20:52:42.186Z Compiling crypto-common v0.1.7
20832026-08-25T20:52:42.288Z Compiling digest v0.10.7
20842026-08-25T20:52:42.332Z Compiling idna_adapter v1.2.1
20852026-08-25T20:52:42.535Z Compiling ppv-lite86 v0.2.21
20862026-08-25T20:52:42.556Z Compiling idna v1.1.0
20872026-08-25T20:52:42.695Z Compiling spki v0.7.3
20882026-08-25T20:52:42.712Z Compiling syn v3.0.3
20892026-08-25T20:52:42.890Z Compiling url v2.5.8
20902026-08-25T20:52:42.949Z Compiling utf8parse v0.2.2
20912026-08-25T20:52:42.996Z Compiling anstyle v1.0.14
20922026-08-25T20:52:43.088Z Compiling crossbeam-utils v0.8.21
20932026-08-25T20:52:43.127Z Compiling rand_chacha v0.9.0
20942026-08-25T20:52:43.159Z Compiling camino v1.2.5
20952026-08-25T20:52:43.406Z Compiling rand v0.9.2
20962026-08-25T20:52:43.460Z Compiling adler2 v2.0.1
20972026-08-25T20:52:43.615Z Compiling miniz_oxide v0.8.9
20982026-08-25T20:52:43.654Z Compiling anstyle-parse v1.0.0
20992026-08-25T20:52:43.670Z Compiling pkcs8 v0.10.2
21002026-08-25T20:52:43.724Z Compiling sha2 v0.10.9
21012026-08-25T20:52:43.926Z Compiling http v1.4.2
21022026-08-25T20:52:44.013Z Compiling rustls-pki-types v1.14.0
21032026-08-25T20:52:44.570Z Compiling terminal_size v0.4.3
21042026-08-25T20:52:44.746Z Compiling spin v0.9.8
21052026-08-25T20:52:44.788Z Compiling num-conv v0.2.0
21062026-08-25T20:52:44.797Z Compiling time-core v0.1.8
21072026-08-25T20:52:44.909Z Compiling colorchoice v1.0.4
21082026-08-25T20:52:44.925Z Compiling tinyvec_macros v0.1.1
21092026-08-25T20:52:44.936Z Compiling anstyle-query v1.1.5
21102026-08-25T20:52:44.953Z Compiling is_terminal_polyfill v1.70.2
21112026-08-25T20:52:44.972Z Compiling time-macros v0.2.27
21122026-08-25T20:52:44.988Z Compiling tinyvec v1.10.0
21132026-08-25T20:52:45.053Z Compiling anstream v1.0.0
21142026-08-25T20:52:45.103Z Compiling async-trait v0.1.89
21152026-08-25T20:52:45.119Z Compiling structmeta-derive v0.3.0
21162026-08-25T20:52:45.154Z Compiling tracing-core v0.1.36
21172026-08-25T20:52:45.581Z Compiling cmov v0.5.4
21182026-08-25T20:52:45.611Z Compiling plain v0.2.3
21192026-08-25T20:52:45.627Z Compiling untrusted v0.7.1
21202026-08-25T20:52:45.653Z Compiling object v0.37.3
21212026-08-25T20:52:45.733Z Compiling tracing v0.1.44
21222026-08-25T20:52:45.768Z Compiling daft-derive v0.1.8
21232026-08-25T20:52:45.786Z Compiling tokio-util v0.7.18
21242026-08-25T20:52:45.854Z Compiling ctutils v0.4.2
21252026-08-25T20:52:45.927Z Compiling http-body v1.0.1
21262026-08-25T20:52:46.106Z Compiling serde_spanned v0.6.9
21272026-08-25T20:52:46.138Z Compiling structmeta v0.3.0
21282026-08-25T20:52:46.141Z Compiling toml_datetime v0.6.11
21292026-08-25T20:52:46.174Z Compiling pin-project-internal v1.1.11
21302026-08-25T20:52:46.344Z Compiling slog v2.8.2
21312026-08-25T20:52:46.399Z Compiling wait-timeout v0.2.1
21322026-08-25T20:52:46.493Z Compiling cookie v0.18.1
21332026-08-25T20:52:46.510Z Compiling openssl-probe v0.2.1
21342026-08-25T20:52:46.528Z Compiling bit-vec v0.8.0
21352026-08-25T20:52:46.531Z Compiling tap v1.0.1
21362026-08-25T20:52:46.605Z Compiling clap_lex v1.0.0
21372026-08-25T20:52:46.697Z Compiling untrusted v0.9.0
21382026-08-25T20:52:46.782Z Compiling zstd-safe v7.2.4
21392026-08-25T20:52:46.856Z Compiling quick-error v1.2.3
21402026-08-25T20:52:46.882Z Compiling bit-set v0.8.0
21412026-08-25T20:52:46.990Z Compiling rusty-fork v0.3.1
21422026-08-25T20:52:47.013Z Compiling wyz v0.5.1
21432026-08-25T20:52:47.114Z Compiling clap_builder v4.6.0
21442026-08-25T20:52:47.172Z Compiling derive-ex v0.1.8
21452026-08-25T20:52:47.207Z Compiling hybrid-array v0.4.13
21462026-08-25T20:52:47.246Z Compiling unicode-normalization v0.1.25
21472026-08-25T20:52:47.262Z Compiling rand_chacha v0.3.1
21482026-08-25T20:52:47.433Z Compiling signature v2.2.0
21492026-08-25T20:52:47.478Z Compiling scroll_derive v0.12.1
21502026-08-25T20:52:47.640Z Compiling rand_xorshift v0.4.0
21512026-08-25T20:52:47.663Z Compiling heapless v0.7.17
21522026-08-25T20:52:47.839Z Compiling num-integer v0.1.46
21532026-08-25T20:52:47.871Z Compiling aho-corasick v1.1.4
21542026-08-25T20:52:47.918Z Compiling atomic-waker v1.1.2
21552026-08-25T20:52:47.950Z Compiling usdt-impl v0.6.0
21562026-08-25T20:52:48.038Z Compiling rustix v0.38.44
21572026-08-25T20:52:48.053Z Compiling try-lock v0.2.5
21582026-08-25T20:52:48.134Z Compiling pretty-hex v0.4.1
21592026-08-25T20:52:48.184Z Compiling unarray v0.1.4
21602026-08-25T20:52:48.293Z Compiling anyhow v1.0.104
21612026-08-25T20:52:48.315Z Compiling signal-hook v0.3.18
21622026-08-25T20:52:48.332Z Compiling zlib-rs v0.6.2
21632026-08-25T20:52:48.332Z Compiling tower-service v0.3.3
21642026-08-25T20:52:48.362Z Compiling tower-layer v0.3.3
21652026-08-25T20:52:48.365Z Compiling funty v2.0.0
21662026-08-25T20:52:48.534Z Compiling want v0.3.1
21672026-08-25T20:52:48.544Z Compiling proptest v1.11.0
21682026-08-25T20:52:48.567Z Compiling h2 v0.4.15
21692026-08-25T20:52:48.618Z Compiling num-iter v0.1.45
21702026-08-25T20:52:48.715Z Compiling test-strategy v0.4.5
21712026-08-25T20:52:48.719Z Compiling regex-automata v0.4.14
21722026-08-25T20:52:48.771Z Compiling bitvec v1.0.1
21732026-08-25T20:52:49.290Z Compiling clap v4.6.1
21742026-08-25T20:52:49.383Z Compiling rand v0.8.6
21752026-08-25T20:52:49.621Z Compiling lazy_static v1.5.0
21762026-08-25T20:52:49.759Z Compiling ipnetwork v0.21.1
21772026-08-25T20:52:49.992Z Compiling scroll v0.13.0
21782026-08-25T20:52:50.138Z Compiling ipnet v2.12.0
21792026-08-25T20:52:50.274Z Compiling snafu-derive v0.8.9
21802026-08-25T20:52:50.576Z Compiling flate2 v1.1.9
21812026-08-25T20:52:50.703Z Compiling strum_macros v0.26.4
21822026-08-25T20:52:51.354Z Compiling darling_core v0.20.11
21832026-08-25T20:52:51.380Z Compiling darling_core v0.23.0
21842026-08-25T20:52:52.008Z Compiling httpdate v1.0.3
21852026-08-25T20:52:52.216Z Compiling foreign-types-shared v0.1.1
21862026-08-25T20:52:52.328Z Compiling nodrop v0.1.14
21872026-08-25T20:52:52.343Z Compiling crc-catalog v2.4.0
21882026-08-25T20:52:52.424Z Compiling winnow v0.5.40
21892026-08-25T20:52:52.701Z Compiling hyper v1.10.1
21902026-08-25T20:52:52.739Z Compiling crc v3.4.0
21912026-08-25T20:52:52.789Z Compiling array-init v0.0.4
21922026-08-25T20:52:52.804Z Compiling foreign-types v0.3.2
21932026-08-25T20:52:53.308Z Compiling darling_macro v0.20.11
21942026-08-25T20:52:53.476Z Compiling newtype-uuid v1.3.2
21952026-08-25T20:52:53.586Z Compiling darling_macro v0.23.0
21962026-08-25T20:52:53.836Z Compiling goblin v0.10.5
21972026-08-25T20:52:54.118Z Compiling toml_edit v0.19.15
21982026-08-25T20:52:54.182Z Compiling oxnet v0.1.6
21992026-08-25T20:52:54.222Z Compiling smallvec v0.6.14
22002026-08-25T20:52:54.494Z Compiling pkcs1 v0.7.5
22012026-08-25T20:52:54.903Z Compiling zerocopy v0.6.6
22022026-08-25T20:52:54.920Z Compiling bitfield v0.19.4
22032026-08-25T20:52:54.967Z Compiling zerocopy-derive v0.7.35
22042026-08-25T20:52:55.163Z Compiling curve25519-dalek v4.1.3
22052026-08-25T20:52:55.475Z Compiling env_filter v2.0.0
22062026-08-25T20:52:55.622Z Compiling memoffset v0.9.1
22072026-08-25T20:52:55.701Z Compiling smoltcp v0.9.1
22082026-08-25T20:52:55.866Z Compiling litrs v1.0.0
22092026-08-25T20:52:55.885Z Compiling hashbrown v0.12.3
22102026-08-25T20:52:56.017Z Compiling unicode-segmentation v1.12.0
22112026-08-25T20:52:56.113Z Compiling ref-cast v1.0.25
22122026-08-25T20:52:56.394Z Compiling base64 v0.21.7
22132026-08-25T20:52:56.410Z Compiling owo-colors v4.3.0
22142026-08-25T20:52:56.429Z Compiling document-features v0.2.12
22152026-08-25T20:52:56.717Z Compiling dof v0.4.0
22162026-08-25T20:52:56.732Z Compiling ron v0.8.1
22172026-08-25T20:52:56.963Z Compiling toml v0.7.8
22182026-08-25T20:52:57.002Z Compiling env_logger v0.11.11
22192026-08-25T20:52:57.114Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22202026-08-25T20:52:57.173Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22212026-08-25T20:52:57.342Z Compiling rsa v0.9.10
22222026-08-25T20:52:57.722Z Compiling daft v0.1.8
22232026-08-25T20:52:57.754Z Compiling serde-hex v0.1.0
22242026-08-25T20:52:57.805Z Compiling hyper-util v0.1.20
22252026-08-25T20:52:57.832Z Compiling bzip2 v0.4.4
22262026-08-25T20:52:58.041Z Compiling darling v0.23.0
22272026-08-25T20:52:58.085Z Compiling darling v0.20.11
22282026-08-25T20:52:58.167Z Compiling hashbrown v0.13.2
22292026-08-25T20:52:58.413Z Compiling x509-cert v0.2.5
22302026-08-25T20:52:58.674Z Compiling hmac v0.12.1
22312026-08-25T20:52:58.748Z Compiling dtrace-parser v0.3.0
22322026-08-25T20:52:59.045Z Compiling async-recursion v1.1.1
22332026-08-25T20:52:59.177Z Compiling sync_wrapper v1.0.2
22342026-08-25T20:52:59.329Z Compiling thread-id v5.1.0
22352026-08-25T20:52:59.416Z Compiling powerfmt v0.2.0
22362026-08-25T20:52:59.431Z Compiling cfg_aliases v0.2.1
22372026-08-25T20:52:59.642Z Compiling siphasher v1.0.2
22382026-08-25T20:52:59.738Z Compiling crc-any v2.5.0
22392026-08-25T20:52:59.952Z Compiling deranged v0.5.8
22402026-08-25T20:53:00.029Z Compiling nix v0.31.2
22412026-08-25T20:53:00.141Z Compiling tower v0.5.3
22422026-08-25T20:53:00.727Z Compiling object v0.30.4
22432026-08-25T20:53:00.969Z Compiling derive_builder_core v0.20.2
22442026-08-25T20:53:01.084Z Compiling serde_with_macros v3.21.0
22452026-08-25T20:53:01.476Z Compiling zip v0.6.6
22462026-08-25T20:53:01.760Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22472026-08-25T20:53:01.960Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22482026-08-25T20:53:02.137Z Compiling bstr v1.12.1
22492026-08-25T20:53:02.185Z Compiling crypto-common v0.2.2
22502026-08-25T20:53:02.232Z Compiling block-buffer v0.12.1
22512026-08-25T20:53:02.648Z Compiling http-body-util v0.1.3
22522026-08-25T20:53:02.855Z Compiling futures-executor v0.3.32
22532026-08-25T20:53:02.903Z Compiling erased-serde v0.3.31
22542026-08-25T20:53:02.937Z Compiling serde_tokenstream v0.2.3
22552026-08-25T20:53:03.152Z Compiling hubpack_derive v0.1.1
22562026-08-25T20:53:03.330Z Compiling curve25519-dalek-derive v0.1.1
22572026-08-25T20:53:03.346Z Compiling strum_macros v0.27.2
22582026-08-25T20:53:03.349Z Compiling ref-cast-impl v1.0.25
22592026-08-25T20:53:03.498Z Compiling fs-err v3.3.0
22602026-08-25T20:53:03.516Z Compiling usdt-impl v0.5.0
22612026-08-25T20:53:03.664Z Compiling num_threads v0.1.7
22622026-08-25T20:53:03.710Z Compiling iri-string v0.7.10
22632026-08-25T20:53:03.777Z Compiling ryu v1.0.23
22642026-08-25T20:53:03.953Z Compiling gimli v0.32.3
22652026-08-25T20:53:04.071Z Compiling same-file v1.0.6
22662026-08-25T20:53:04.108Z Compiling unicode-bidi v0.3.18
22672026-08-25T20:53:04.214Z Compiling path-slash v0.1.5
22682026-08-25T20:53:04.289Z Compiling allocator-api2 v0.2.21
22692026-08-25T20:53:04.331Z Compiling unicode-properties v0.1.4
22702026-08-25T20:53:04.718Z Compiling time v0.3.47
22712026-08-25T20:53:05.069Z Compiling tower-http v0.6.8
22722026-08-25T20:53:05.133Z Compiling stringprep v0.1.5
22732026-08-25T20:53:05.448Z Compiling walkdir v2.5.0
22742026-08-25T20:53:05.497Z Compiling serde_urlencoded v0.7.1
22752026-08-25T20:53:05.659Z Compiling addr2line v0.25.1
22762026-08-25T20:53:06.656Z Compiling futures v0.3.32
22772026-08-25T20:53:07.206Z Compiling derive_builder_macro v0.20.2
22782026-08-25T20:53:07.331Z Compiling tokio-native-tls v0.3.1
22792026-08-25T20:53:07.483Z Compiling convert_case v0.10.0
22802026-08-25T20:53:07.511Z Compiling strum v0.26.3
22812026-08-25T20:53:07.577Z Compiling block-padding v0.4.2
22822026-08-25T20:53:07.686Z Compiling scroll v0.12.0
22832026-08-25T20:53:07.737Z Compiling pin-project v1.1.11
22842026-08-25T20:53:07.768Z Compiling rustls-native-certs v0.8.3
22852026-08-25T20:53:07.817Z Compiling md-5 v0.10.6
22862026-08-25T20:53:07.849Z Compiling vergen-lib v9.1.0
22872026-08-25T20:53:07.864Z Compiling hash32 v0.2.1
22882026-08-25T20:53:07.867Z Compiling encoding_rs v0.8.35
22892026-08-25T20:53:08.006Z Compiling cpufeatures v0.3.0
22902026-08-25T20:53:08.022Z Compiling psl-types v2.0.11
22912026-08-25T20:53:08.039Z Compiling mime v0.3.17
22922026-08-25T20:53:08.072Z Compiling rustc-demangle v0.1.27
22932026-08-25T20:53:08.157Z Compiling jiff-core v0.1.0
22942026-08-25T20:53:08.276Z Compiling fallible-iterator v0.2.0
22952026-08-25T20:53:08.292Z Compiling publicsuffix v2.3.0
22962026-08-25T20:53:08.440Z Compiling goblin v0.8.2
22972026-08-25T20:53:08.610Z Compiling postgres-protocol v0.6.10
22982026-08-25T20:53:08.776Z Compiling snafu v0.8.9
22992026-08-25T20:53:08.872Z Compiling derive_more-impl v2.1.1
23002026-08-25T20:53:08.906Z Compiling derive_builder v0.20.2
23012026-08-25T20:53:09.050Z Compiling jiff v0.2.34
23022026-08-25T20:53:09.111Z Compiling inout v0.2.2
23032026-08-25T20:53:09.295Z Compiling backtrace v0.3.76
23042026-08-25T20:53:09.312Z Compiling hyper-tls v0.6.0
23052026-08-25T20:53:09.812Z Compiling usdt-macro v0.6.0
23062026-08-25T20:53:09.848Z Compiling usdt-attr-macro v0.6.0
23072026-08-25T20:53:09.907Z Compiling globset v0.4.18
23082026-08-25T20:53:09.971Z Compiling phf_shared v0.13.1
23092026-08-25T20:53:09.987Z Compiling crossbeam-epoch v0.9.18
23102026-08-25T20:53:10.266Z Compiling zerocopy v0.7.35
23112026-08-25T20:53:10.311Z Compiling regex v1.12.3
23122026-08-25T20:53:10.638Z Compiling serde_plain v1.0.2
23132026-08-25T20:53:10.654Z Compiling miette-derive v7.6.0
23142026-08-25T20:53:10.727Z Compiling serde_repr v0.1.20
23152026-08-25T20:53:10.787Z Compiling enum-as-inner v0.6.1
23162026-08-25T20:53:10.898Z Compiling pem v3.0.6
23172026-08-25T20:53:10.927Z Compiling vergen v9.1.0
23182026-08-25T20:53:10.944Z Compiling cargo-platform v0.3.2
23192026-08-25T20:53:10.960Z Compiling ff v0.13.1
23202026-08-25T20:53:11.122Z Compiling filetime v0.2.27
23212026-08-25T20:53:11.222Z Compiling foldhash v0.1.5
23222026-08-25T20:53:11.270Z Compiling bumpalo v3.20.2
23232026-08-25T20:53:11.359Z Compiling typed-path v0.9.3
23242026-08-25T20:53:11.369Z Compiling base16ct v0.2.0
23252026-08-25T20:53:11.490Z Compiling libbz2-rs-sys v0.2.2
23262026-08-25T20:53:11.511Z Compiling foldhash v0.2.0
23272026-08-25T20:53:11.529Z Compiling bitflags v1.3.2
23282026-08-25T20:53:11.615Z Compiling is_ci v1.2.0
23292026-08-25T20:53:11.638Z Compiling xattr v1.6.1
23302026-08-25T20:53:11.738Z Compiling managed v0.8.0
23312026-08-25T20:53:11.757Z Compiling const-oid v0.10.2
23322026-08-25T20:53:11.772Z Compiling unicode-linebreak v0.1.5
23332026-08-25T20:53:11.849Z Compiling smawk v0.3.2
23342026-08-25T20:53:11.987Z Compiling either v1.15.0
23352026-08-25T20:53:12.046Z Compiling unicode-width v0.2.0
23362026-08-25T20:53:12.082Z Compiling digest v0.11.3
23372026-08-25T20:53:12.268Z Compiling bzip2 v0.6.1
23382026-08-25T20:53:12.276Z Compiling tar v0.4.46
23392026-08-25T20:53:12.341Z Compiling textwrap v0.16.2
23402026-08-25T20:53:12.344Z Compiling supports-color v3.0.2
23412026-08-25T20:53:12.372Z Compiling hashbrown v0.16.1
23422026-08-25T20:53:12.481Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23432026-08-25T20:53:12.528Z Compiling sec1 v0.7.3
23442026-08-25T20:53:12.570Z Compiling zopfli v0.8.3
23452026-08-25T20:53:12.740Z Compiling hashbrown v0.15.5
23462026-08-25T20:53:12.829Z Compiling cargo_metadata v0.23.1
23472026-08-25T20:53:12.887Z Compiling group v0.13.0
23482026-08-25T20:53:13.057Z Compiling dof v0.3.0
23492026-08-25T20:53:14.264Z Compiling phf v0.13.1
23502026-08-25T20:53:14.439Z Compiling zstd v0.13.3
23512026-08-25T20:53:14.509Z Compiling backtrace-ext v0.2.1
23522026-08-25T20:53:14.701Z Compiling reqwest v0.12.28
23532026-08-25T20:53:14.721Z Compiling signal-hook-mio v0.2.5
23542026-08-25T20:53:14.726Z Compiling cipher v0.5.2
23552026-08-25T20:53:14.731Z Compiling cookie_store v0.22.1
23562026-08-25T20:53:14.869Z Compiling postgres-types v0.2.12
23572026-08-25T20:53:15.013Z Compiling strum v0.27.2
23582026-08-25T20:53:15.255Z Compiling hubpack v0.1.2
23592026-08-25T20:53:15.334Z Compiling phf_shared v0.11.3
23602026-08-25T20:53:15.438Z Compiling hkdf v0.12.4
23612026-08-25T20:53:15.515Z Compiling dtrace-parser v0.2.0
23622026-08-25T20:53:15.515Z Compiling byte-wrapper v0.1.0
23632026-08-25T20:53:15.515Z Compiling ed25519 v2.2.3
23642026-08-25T20:53:15.515Z Compiling olpc-cjson v0.1.4
23652026-08-25T20:53:15.803Z Compiling crypto-bigint v0.5.5
23662026-08-25T20:53:15.982Z Compiling serde-big-array v0.5.1
23672026-08-25T20:53:16.075Z Compiling float-cmp v0.10.0
23682026-08-25T20:53:16.161Z Compiling memmap2 v0.9.10
23692026-08-25T20:53:16.161Z Compiling thread-id v4.2.2
23702026-08-25T20:53:16.259Z Compiling winnow v0.7.14
23712026-08-25T20:53:16.375Z Compiling toml_write v0.1.2
23722026-08-25T20:53:16.381Z Compiling difflib v0.4.0
23732026-08-25T20:53:16.513Z Compiling rayon-core v1.13.0
23742026-08-25T20:53:16.543Z Compiling predicates-core v1.0.10
23752026-08-25T20:53:16.641Z Compiling data-encoding v2.10.0
23762026-08-25T20:53:16.656Z Compiling precomputed-hash v0.1.1
23772026-08-25T20:53:16.729Z Compiling fixedbitset v0.4.2
23782026-08-25T20:53:16.764Z Compiling normalize-line-endings v0.3.0
23792026-08-25T20:53:16.858Z Compiling winnow v1.0.3
23802026-08-25T20:53:16.880Z Compiling keccak v0.1.6
23812026-08-25T20:53:16.923Z Compiling whoami v2.1.0
23822026-08-25T20:53:16.960Z Compiling static_assertions v1.1.0
23832026-08-25T20:53:16.979Z Compiling supports-hyperlinks v3.2.0
23842026-08-25T20:53:17.116Z Compiling new_debug_unreachable v1.0.6
23852026-08-25T20:53:17.182Z Compiling supports-unicode v3.0.0
23862026-08-25T20:53:17.248Z Compiling unicode-width v0.1.14
23872026-08-25T20:53:17.370Z Compiling fixedbitset v0.5.7
23882026-08-25T20:53:17.554Z Compiling toml_edit v0.22.27
23892026-08-25T20:53:17.670Z Compiling petgraph v0.8.3
23902026-08-25T20:53:17.808Z Compiling toml_parser v1.1.2+spec-1.1.0
23912026-08-25T20:53:17.959Z Compiling miette v7.6.0
23922026-08-25T20:53:18.353Z Compiling string_cache v0.8.9
23932026-08-25T20:53:18.544Z Compiling tokio-postgres v0.7.16
23942026-08-25T20:53:18.583Z Compiling sha3 v0.10.8
23952026-08-25T20:53:18.949Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23962026-08-25T20:53:19.094Z Compiling hickory-proto v0.25.2
23972026-08-25T20:53:19.127Z Compiling petgraph v0.6.5
23982026-08-25T20:53:19.160Z Compiling predicates v3.1.4
23992026-08-25T20:53:19.609Z Compiling elliptic-curve v0.13.8
24002026-08-25T20:53:19.740Z Compiling usdt v0.6.0
24012026-08-25T20:53:19.772Z Compiling chacha20 v0.10.0
24022026-08-25T20:53:20.260Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24032026-08-25T20:53:20.849Z Compiling ed25519-dalek v2.2.0
24042026-08-25T20:53:21.737Z Compiling crossterm v0.28.1
24052026-08-25T20:53:21.992Z Compiling zip v4.6.1
24062026-08-25T20:53:22.006Z Compiling iddqd v0.4.2
24072026-08-25T20:53:22.903Z Compiling itertools v0.13.0
24082026-08-25T20:53:22.907Z Compiling itertools v0.15.0
24092026-08-25T20:53:22.985Z Compiling derive_more v2.1.1
24102026-08-25T20:53:23.214Z Compiling similar v2.7.0
24112026-08-25T20:53:23.386Z Compiling serde_with v3.21.0
24122026-08-25T20:53:24.021Z Compiling heck v0.4.1
24132026-08-25T20:53:24.269Z Compiling tokio-stream v0.1.18
24142026-08-25T20:53:24.299Z Compiling buf-list v1.1.2
24152026-08-25T20:53:24.386Z Compiling half v2.7.1
24162026-08-25T20:53:24.491Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24172026-08-25T20:53:24.567Z Compiling openapiv3 v2.2.0
24182026-08-25T20:53:25.090Z Compiling lalrpop-util v0.19.12
24192026-08-25T20:53:25.230Z Compiling peg-runtime v0.8.5
24202026-08-25T20:53:25.299Z Compiling ciborium-io v0.2.2
24212026-08-25T20:53:25.379Z Compiling ciborium-ll v0.2.2
24222026-08-25T20:53:26.757Z Compiling crossbeam-deque v0.8.6
24232026-08-25T20:53:27.238Z Compiling camino-tempfile v1.4.1
24242026-08-25T20:53:27.634Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24252026-08-25T20:53:28.159Z Compiling blake3 v1.8.5
24262026-08-25T20:53:28.251Z Compiling fs-err v2.11.0
24272026-08-25T20:53:30.254Z Compiling rustls-webpki v0.103.13
24282026-08-25T20:53:31.030Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24292026-08-25T20:53:32.233Z Compiling ciborium v0.2.2
24302026-08-25T20:53:32.937Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24312026-08-25T20:53:33.201Z Compiling thread_local v1.1.9
24322026-08-25T20:53:33.545Z Compiling slog-async v2.8.0
24332026-08-25T20:53:33.584Z Compiling arrayref v0.3.9
24342026-08-25T20:53:33.648Z Compiling tokio-rustls v0.26.4
24352026-08-25T20:53:33.675Z Compiling rustls-platform-verifier v0.6.2
24362026-08-25T20:53:33.820Z Compiling tough v0.22.0
24372026-08-25T20:53:33.892Z Compiling hyper-rustls v0.27.7
24382026-08-25T20:53:33.945Z Compiling constant_time_eq v0.4.2
24392026-08-25T20:53:34.010Z Compiling arrayvec v0.7.6
24402026-08-25T20:53:34.139Z Compiling reqwest v0.13.2
24412026-08-25T20:53:34.186Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24422026-08-25T20:53:34.205Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24432026-08-25T20:53:34.369Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24442026-08-25T20:53:34.529Z Compiling toml v0.8.23
24452026-08-25T20:53:34.636Z Compiling atomicwrites v0.4.4
24462026-08-25T20:53:34.731Z Compiling digest-io v0.1.0
24472026-08-25T20:53:34.890Z Compiling sha2 v0.11.0
24482026-08-25T20:53:34.934Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24492026-08-25T20:53:34.978Z Compiling crossbeam-channel v0.5.15
24502026-08-25T20:53:35.248Z Compiling serde_path_to_error v0.1.20
24512026-08-25T20:53:35.265Z Compiling is-terminal v0.4.17
24522026-08-25T20:53:35.328Z Compiling rawzip v0.4.4
24532026-08-25T20:53:35.386Z Compiling topological-sort v0.2.2
24542026-08-25T20:53:35.531Z Compiling term v1.2.1
24552026-08-25T20:53:35.572Z Compiling indent_write v2.2.0
24562026-08-25T20:53:35.681Z Compiling parse-size v1.1.0
24572026-08-25T20:53:35.713Z Compiling take_mut v0.2.2
24582026-08-25T20:53:35.739Z Compiling debug-ignore v1.0.5
24592026-08-25T20:53:35.852Z Compiling slog-term v2.9.2
24602026-08-25T20:53:35.888Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24612026-08-25T20:53:35.970Z Compiling shell-words v1.1.1
24622026-08-25T20:53:37.466Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24632026-08-25T20:53:45.845Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24642026-08-25T20:53:45.877Z Compiling omicron-zone-package v0.12.3
24652026-08-25T20:53:45.908Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24662026-08-25T20:53:47.947Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24672026-08-25T20:53:47.972Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24682026-08-25T20:53:50.632Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24692026-08-25T20:54:03.030Z Finished `release` profile [optimized] target(s) in 1m 31s
24702026-08-25T20:54:03.169Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24712026-08-25T20:54:03.232ZAug 25 20:54:02.618 DEBG changing working directory to /work/oxidecomputer/omicron
24722026-08-25T20:54:03.323ZAug 25 20:54:02.715 DEBG running: git rev-parse HEAD
24732026-08-25T20:54:03.327ZAug 25 20:54:02.718 DEBG process exited with exit status: 0 (3.109702ms)
24742026-08-25T20:54:03.327ZAug 25 20:54:02.718 INFO version: 23.0.0-0.ci+git21f4906c9de
24752026-08-25T20:54:03.335ZAug 25 20:54:02.726 INFO cloning helios to /work/oxidecomputer/helios
24762026-08-25T20:54:03.335ZAug 25 20:54:02.726 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24772026-08-25T20:54:03.343ZCloning into '/work/oxidecomputer/helios'...
24782026-08-25T20:54:03.940ZAug 25 20:54:03.332 DEBG process exited with exit status: 0 (605.605091ms)
24792026-08-25T20:54:03.940ZAug 25 20:54:03.332 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24802026-08-25T20:54:03.943ZAug 25 20:54:03.334 DEBG process exited with exit status: 0 (2.565741ms)
24812026-08-25T20:54:03.943ZAug 25 20:54:03.334 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24822026-08-25T20:54:04.317ZAug 25 20:54:03.707 DEBG process exited with exit status: 0 (372.954027ms)
24832026-08-25T20:54:04.317ZAug 25 20:54:03.707 DEBG running: zfs list rpool/images/build/host
24842026-08-25T20:54:04.321ZNAME USED AVAIL REFER MOUNTPOINT
24852026-08-25T20:54:04.321Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24862026-08-25T20:54:04.321ZAug 25 20:54:03.712 DEBG process exited with exit status: 0 (5.032852ms)
24872026-08-25T20:54:04.324ZAug 25 20:54:03.712 DEBG running: zfs list rpool/images/build/recovery
24882026-08-25T20:54:04.327ZNAME USED AVAIL REFER MOUNTPOINT
24892026-08-25T20:54:04.327Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24902026-08-25T20:54:04.327ZAug 25 20:54:03.717 DEBG process exited with exit status: 0 (5.277202ms)
24912026-08-25T20:54:04.327ZAug 25 20:54:03.718 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24922026-08-25T20:54:04.341ZAug 25 20:54:03.731 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081700.0.0, but the current nexus API version is 2026082500.0.0; the console needs a client regen and tools/console_version needs a bump
24932026-08-25T20:54:04.346ZAug 25 20:54:03.731 INFO [incorp-manifest] running task
24942026-08-25T20:54:04.346ZAug 25 20:54:03.731 INFO [hubris-production] running task
24952026-08-25T20:54:04.347ZAug 25 20:54:03.731 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24962026-08-25T20:54:04.347ZAug 25 20:54:03.731 INFO [hubris-staging] running task
24972026-08-25T20:54:04.347ZAug 25 20:54:03.732 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
24982026-08-25T20:54:04.347ZAug 25 20:54:03.733 INFO [incorp-create] running: pkgrepo create /work/incorporation
24992026-08-25T20:54:04.347ZAug 25 20:54:03.734 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25002026-08-25T20:54:04.382Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25012026-08-25T20:54:04.447Z[ omicron-package] Blocking waiting for file lock on package cache
25022026-08-25T20:54:04.598ZAug 25 20:54:03.990 INFO [incorp-create] process exited with exit status: 0 (256.857984ms)
25032026-08-25T20:54:04.602ZAug 25 20:54:03.990 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25042026-08-25T20:54:04.847ZAug 25 20:54:04.238 INFO [incorp-publisher] process exited with exit status: 0 (248.512851ms)
25052026-08-25T20:54:05.170Z[ omicron-package] Blocking waiting for file lock on package cache
25062026-08-25T20:54:05.514ZAug 25 20:54:04.905 INFO [hubris-production] task succeeded (1.173368229s)
25072026-08-25T20:54:06.403Z[ omicron-package] Compiling macaddr v1.0.1
25082026-08-25T20:54:06.417Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25092026-08-25T20:54:06.417Z[ omicron-package] Compiling secrecy v0.10.3
25102026-08-25T20:54:06.421Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25112026-08-25T20:54:06.421Z[ omicron-package] Compiling heapless v0.8.0
25122026-08-25T20:54:06.421Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25132026-08-25T20:54:06.421Z[ omicron-package] Compiling ingot-macros v0.2.0
25142026-08-25T20:54:06.421Z[ omicron-package] Compiling inout v0.1.4
25152026-08-25T20:54:06.422Z[ omicron-package] Compiling hash32 v0.3.1
25162026-08-25T20:54:06.422Z[ omicron-package] Compiling multer v3.1.0
25172026-08-25T20:54:06.422Z[ omicron-package] Compiling match_cfg v0.1.0
25182026-08-25T20:54:06.422Z[ omicron-package] Compiling compression-core v0.4.31
25192026-08-25T20:54:06.422Z[ omicron-package] Compiling smoltcp v0.11.0
25202026-08-25T20:54:06.422Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25212026-08-25T20:54:06.422Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25222026-08-25T20:54:06.422Z[ omicron-package] Compiling slog-json v2.6.1
25232026-08-25T20:54:06.551ZAug 25 20:54:05.942 DEBG process exited with exit status: 0 (2.210444808s)
25242026-08-25T20:54:06.551ZAug 25 20:54:05.942 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25252026-08-25T20:54:07.189Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25262026-08-25T20:54:07.209Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25272026-08-25T20:54:07.490Z[ omicron-package] Compiling cipher v0.4.4
25282026-08-25T20:54:07.578Z[ omicron-package] Compiling compression-codecs v0.4.37
25292026-08-25T20:54:07.610Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25302026-08-25T20:54:07.636Z[ omicron-package] Compiling cobs v0.3.0
25312026-08-25T20:54:07.637Z[ omicron-package] Compiling hostname v0.3.1
25322026-08-25T20:54:07.677Z[ omicron-package] Compiling universal-hash v0.5.1
25332026-08-25T20:54:07.737Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25342026-08-25T20:54:07.738Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25352026-08-25T20:54:07.748Z[ omicron-package] Compiling async-stream-impl v0.3.6
25362026-08-25T20:54:07.748Z[ omicron-package] Compiling serde_spanned v1.1.1
25372026-08-25T20:54:07.749Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25382026-08-25T20:54:07.791Z[ omicron-package] Compiling dropshot v0.17.1
25392026-08-25T20:54:07.930Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25402026-08-25T20:54:08.005Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25412026-08-25T20:54:08.054Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25422026-08-25T20:54:08.079Z[ omicron-package] Compiling convert_case v0.4.0
25432026-08-25T20:54:08.093Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25442026-08-25T20:54:08.371Z[ omicron-package] Compiling opaque-debug v0.3.1
25452026-08-25T20:54:08.440Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25462026-08-25T20:54:08.440Z[ omicron-package] Compiling slog-bunyan v2.5.0
25472026-08-25T20:54:08.520Z[ omicron-package] Compiling async-stream v0.3.6
25482026-08-25T20:54:08.520Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25492026-08-25T20:54:08.520Z[ omicron-package] Compiling poly1305 v0.8.0
25502026-08-25T20:54:08.573Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25512026-08-25T20:54:08.573Z[ omicron-package] Compiling num_enum_derive v0.7.6
25522026-08-25T20:54:08.573Z[ omicron-package] Compiling postcard v1.1.3
25532026-08-25T20:54:08.585Z[ omicron-package] Compiling chacha20 v0.9.1
25542026-08-25T20:54:08.585Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25552026-08-25T20:54:08.814Z[ omicron-package] Compiling derive_more v0.99.20
25562026-08-25T20:54:08.900Z[ omicron-package] Compiling async-compression v0.4.41
25572026-08-25T20:54:08.900Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25582026-08-25T20:54:08.991Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25592026-08-25T20:54:09.008Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25602026-08-25T20:54:09.020Z[ omicron-package] Compiling sha1 v0.11.0
25612026-08-25T20:54:09.114Z[ omicron-package] Compiling progenitor-client v0.14.0
25622026-08-25T20:54:09.234Z[ omicron-package] Compiling oxide-generation v0.1.3
25632026-08-25T20:54:09.257Z[ omicron-package] Compiling parse-display-derive v0.10.0
25642026-08-25T20:54:09.449Z[ omicron-package] Compiling waitgroup v0.1.2
25652026-08-25T20:54:09.605Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25662026-08-25T20:54:09.655Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25672026-08-25T20:54:09.747ZAug 25 20:54:09.099 DEBG process exited with exit status: 0 (3.157118676s)
25682026-08-25T20:54:09.815ZAug 25 20:54:09.101 INFO [incorp-manifest] task succeeded (5.370170815s)
25692026-08-25T20:54:09.815ZAug 25 20:54:09.101 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25702026-08-25T20:54:09.815Z[ omicron-package] Compiling backon v1.6.0
25712026-08-25T20:54:09.874Z[ omicron-package] Compiling password-hash v0.5.0
25722026-08-25T20:54:09.924Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25732026-08-25T20:54:09.978Z[ omicron-package] Compiling ingot-types v0.2.0
25742026-08-25T20:54:09.978ZAug 25 20:54:09.322 INFO [incorp-fmt] process exited with exit status: 0 (220.505601ms)
25752026-08-25T20:54:09.978ZAug 25 20:54:09.322 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25762026-08-25T20:54:09.978Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25772026-08-25T20:54:10.088Z[ omicron-package] Compiling blake2 v0.10.6
25782026-08-25T20:54:10.147Z[ omicron-package] Compiling aead v0.5.2
25792026-08-25T20:54:10.181Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25802026-08-25T20:54:10.181Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25812026-08-25T20:54:10.230Z[ omicron-package] Compiling hostname v0.4.2
25822026-08-25T20:54:10.230Z[ omicron-package] Compiling instant v0.1.13
25832026-08-25T20:54:10.293Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260825T205409Z
25842026-08-25T20:54:10.294Z[ incorp-pkgsend] PUBLISHED
25852026-08-25T20:54:10.365ZAug 25 20:54:09.744 INFO [incorp-pkgsend] process exited with exit status: 0 (421.994164ms)
25862026-08-25T20:54:10.389ZAug 25 20:54:09.744 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25872026-08-25T20:54:10.441Z[ omicron-package] Compiling ingot v0.2.1
25882026-08-25T20:54:10.485Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25892026-08-25T20:54:10.507Z[ omicron-package] Compiling proc-macro-error v1.0.4
25902026-08-25T20:54:10.604Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
25912026-08-25T20:54:10.667Z[ helios-incorp] Retrieving packages for publisher helios ...
25922026-08-25T20:54:10.674Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25932026-08-25T20:54:10.689Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25942026-08-25T20:54:10.711Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25952026-08-25T20:54:10.712Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25962026-08-25T20:54:10.712Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25972026-08-25T20:54:10.739Z[ helios-incorp]
25982026-08-25T20:54:10.739Z[ helios-incorp] Archiving packages ...
25992026-08-25T20:54:10.739Z[ helios-incorp] Packages to add: 1
26002026-08-25T20:54:10.739Z[ helios-incorp] Files to retrieve: 0
26012026-08-25T20:54:10.739Z[ helios-incorp] Estimated transfer size: 0.00 B
26022026-08-25T20:54:10.739Z[ helios-incorp]
26032026-08-25T20:54:10.739Z[ helios-incorp] Packages to archive:
26042026-08-25T20:54:10.740Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260825T205409Z
26052026-08-25T20:54:10.740Z[ helios-incorp]
26062026-08-25T20:54:10.740Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26072026-08-25T20:54:10.740Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26082026-08-25T20:54:10.785Z[ omicron-package] Compiling backoff v0.4.0
26092026-08-25T20:54:10.789Z[ omicron-package] Compiling argon2 v0.5.3
26102026-08-25T20:54:10.803ZAug 25 20:54:10.187 INFO [helios-incorp] process exited with exit status: 0 (441.640732ms)
26112026-08-25T20:54:10.927Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26122026-08-25T20:54:10.941Z[ omicron-package] Compiling foreign-types v0.5.0
26132026-08-25T20:54:10.945Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26142026-08-25T20:54:11.040Z[ omicron-package] Compiling parse-display v0.10.0
26152026-08-25T20:54:11.052Z[ omicron-package] Compiling num_enum_derive v0.5.11
26162026-08-25T20:54:11.078Z[ omicron-package] Compiling progenitor-extras v0.2.0
26172026-08-25T20:54:11.144Z[ omicron-package] Compiling num_enum v0.7.6
26182026-08-25T20:54:11.154Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26192026-08-25T20:54:11.193Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26202026-08-25T20:54:11.193Z[ omicron-package] Compiling vsss-rs v3.3.4
26212026-08-25T20:54:11.421Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26222026-08-25T20:54:11.500Z[ omicron-package] Compiling regress v0.10.5
26232026-08-25T20:54:11.571Z[ omicron-package] Compiling itertools v0.14.0
26242026-08-25T20:54:11.643Z[ omicron-package] Compiling tabwriter v1.4.1
26252026-08-25T20:54:11.764Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26262026-08-25T20:54:11.816Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26272026-08-25T20:54:11.842Z[ omicron-package] Compiling cstr-argument v0.1.2
26282026-08-25T20:54:11.964Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26292026-08-25T20:54:12.114Z[ omicron-package] Compiling humantime v2.3.0
26302026-08-25T20:54:12.207Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26312026-08-25T20:54:12.328Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26322026-08-25T20:54:12.364Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26332026-08-25T20:54:12.408Z[ omicron-package] Compiling num_enum v0.5.11
26342026-08-25T20:54:12.590Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26352026-08-25T20:54:12.641Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26362026-08-25T20:54:12.716Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26372026-08-25T20:54:12.721Z[ omicron-package] Compiling rayon v1.11.0
26382026-08-25T20:54:12.721Z[ omicron-package] Compiling rand v0.10.1
26392026-08-25T20:54:12.721Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26402026-08-25T20:54:12.924Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26412026-08-25T20:54:12.971Z[ omicron-package] Compiling colored v3.1.1
26422026-08-25T20:54:13.000Z[ omicron-package] Compiling libefi-sys v0.1.0
26432026-08-25T20:54:13.092Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26442026-08-25T20:54:13.137Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26452026-08-25T20:54:13.137Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26462026-08-25T20:54:13.141Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26472026-08-25T20:54:13.304Z[ omicron-package] Compiling itertools v0.12.1
26482026-08-25T20:54:13.356Z[ omicron-package] Compiling usdt-macro v0.5.0
26492026-08-25T20:54:13.460Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26502026-08-25T20:54:13.610Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26512026-08-25T20:54:13.713Z[ omicron-package] Compiling bitfield-struct v0.6.2
26522026-08-25T20:54:13.713Z[ omicron-package] Compiling num-derive v0.4.2
26532026-08-25T20:54:13.913Z[ omicron-package] Compiling sigpipe v0.1.3
26542026-08-25T20:54:14.076Z[ omicron-package] Compiling memmap v0.7.0
26552026-08-25T20:54:14.158Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26562026-08-25T20:54:14.306Z[ omicron-package] Compiling swrite v0.1.0
26572026-08-25T20:54:14.427Z[ omicron-package] Compiling glob v0.3.3
26582026-08-25T20:54:14.515Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26592026-08-25T20:54:14.694Z[ omicron-package] Compiling usdt v0.5.0
26602026-08-25T20:54:14.756Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26612026-08-25T20:54:14.911Z[ omicron-package] Compiling zone v0.3.1
26622026-08-25T20:54:14.974Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26632026-08-25T20:54:15.033Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26642026-08-25T20:54:15.300Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26652026-08-25T20:54:15.358Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26662026-08-25T20:54:15.393Z[ omicron-package] Compiling smf v0.2.3
26672026-08-25T20:54:15.477Z[ omicron-package] Compiling whoami v1.6.1
26682026-08-25T20:54:15.569Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26692026-08-25T20:54:15.639Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26702026-08-25T20:54:15.692Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26712026-08-25T20:54:15.700Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26722026-08-25T20:54:15.715Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26732026-08-25T20:54:15.756Z[ omicron-package] Compiling gethostname v0.5.0
26742026-08-25T20:54:16.079Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26752026-08-25T20:54:16.079Z[ omicron-package] Compiling console v0.16.2
26762026-08-25T20:54:16.230Z[ omicron-package] Compiling unit-prefix v0.5.2
26772026-08-25T20:54:16.326Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26782026-08-25T20:54:16.696Z[ omicron-package] Compiling indicatif v0.18.4
26792026-08-25T20:54:20.021Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26802026-08-25T20:54:20.229Z[ helios-setup] Aug 25 20:54:19.621 INFO helios repository root is: /work/oxidecomputer/helios
26812026-08-25T20:54:20.234Z[ helios-setup] Aug 25 20:54:19.622 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
26822026-08-25T20:54:20.235Z[ helios-setup] Aug 25 20:54:19.622 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26832026-08-25T20:54:20.235Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26842026-08-25T20:54:21.705Z[ helios-setup] Aug 25 20:54:21.096 INFO clone ok!, project: pilot
26852026-08-25T20:54:21.708Z[ helios-setup] Aug 25 20:54:21.096 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
26862026-08-25T20:54:21.708Z[ helios-setup] Aug 25 20:54:21.096 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
26872026-08-25T20:54:21.708Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26882026-08-25T20:54:22.427ZAug 25 20:54:21.817 INFO [hubris-staging] task succeeded (18.085792169s)
26892026-08-25T20:54:22.727Z[ helios-setup] Aug 25 20:54:22.119 INFO clone ok!, project: amd-host-image-builder
26902026-08-25T20:54:22.731Z[ helios-setup] Aug 25 20:54:22.119 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
26912026-08-25T20:54:22.731Z[ helios-setup] Aug 25 20:54:22.119 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26922026-08-25T20:54:22.731Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26932026-08-25T20:54:23.262Z[ helios-setup] Aug 25 20:54:22.652 INFO clone ok!, project: pinprick
26942026-08-25T20:54:23.262Z[ helios-setup] Aug 25 20:54:22.652 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
26952026-08-25T20:54:23.267Z[ helios-setup] Aug 25 20:54:22.652 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26962026-08-25T20:54:23.267Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26972026-08-25T20:54:29.140Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26982026-08-25T20:54:29.747Z[ helios-setup] Aug 25 20:54:29.131 INFO clone ok!, project: amd-firmware
26992026-08-25T20:54:29.747Z[ helios-setup] Aug 25 20:54:29.131 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
27002026-08-25T20:54:29.759Z[ helios-setup] Aug 25 20:54:29.131 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27012026-08-25T20:54:29.759Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27022026-08-25T20:54:30.353Z[ helios-setup] Aug 25 20:54:29.669 INFO clone ok!, project: bootserver
27032026-08-25T20:54:30.429Z[ helios-setup] Aug 25 20:54:29.669 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27042026-08-25T20:54:30.429Z[ helios-setup] Aug 25 20:54:29.669 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
27052026-08-25T20:54:30.429Z[ helios-setup] Aug 25 20:54:29.669 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27062026-08-25T20:54:30.429Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27072026-08-25T20:54:30.930Z[ helios-setup] Aug 25 20:54:30.308 INFO clone ok!, project: phbl
27082026-08-25T20:54:30.932Z[ helios-setup] Aug 25 20:54:30.308 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27092026-08-25T20:54:30.932Z[ helios-setup] Aug 25 20:54:30.308 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
27102026-08-25T20:54:30.960Z[ helios-setup] Aug 25 20:54:30.308 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27112026-08-25T20:54:30.960Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27122026-08-25T20:54:31.970Z[ helios-setup] Aug 25 20:54:31.295 INFO clone ok!, project: image-builder
27132026-08-25T20:54:32.042Z[ helios-setup] Aug 25 20:54:31.295 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27142026-08-25T20:54:32.042Z[ helios-setup] Aug 25 20:54:31.295 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
27152026-08-25T20:54:32.043Z[ helios-setup] Aug 25 20:54:31.295 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27162026-08-25T20:54:32.043Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27172026-08-25T20:54:32.547Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27182026-08-25T20:54:32.933Z[ helios-setup] Aug 25 20:54:32.270 INFO clone ok!, project: dmar-report
27192026-08-25T20:54:33.019Z[ helios-setup] Aug 25 20:54:32.270 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
27202026-08-25T20:54:33.019Z[ helios-setup] Aug 25 20:54:32.270 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27212026-08-25T20:54:33.019Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27222026-08-25T20:54:33.677Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27232026-08-25T20:54:33.810Z[ helios-setup] Aug 25 20:54:33.152 INFO clone ok!, project: chelsio-t6-roms
27242026-08-25T20:54:33.887Z[ helios-setup] Aug 25 20:54:33.152 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27252026-08-25T20:54:34.083Z[ helios-setup] Aug 25 20:54:33.389 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27262026-08-25T20:54:34.264Z[ helios-setup] Aug 25 20:54:33.621 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27272026-08-25T20:54:34.264Z[ helios-setup] Aug 25 20:54:33.621 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27282026-08-25T20:54:34.506Z[ helios-setup] Aug 25 20:54:33.844 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27292026-08-25T20:54:34.739Z[ helios-setup] Aug 25 20:54:34.084 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27302026-08-25T20:54:34.739Z[ helios-setup] Aug 25 20:54:34.084 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27312026-08-25T20:54:34.961Z[ helios-setup] Aug 25 20:54:34.309 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27322026-08-25T20:54:35.157Z[ helios-setup] Aug 25 20:54:34.543 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27332026-08-25T20:54:35.157Z[ helios-setup] Aug 25 20:54:34.543 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27342026-08-25T20:54:35.172Z[ helios-setup] Aug 25 20:54:34.543 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27352026-08-25T20:54:35.172Z[ helios-setup] Aug 25 20:54:34.543 INFO ok!
27362026-08-25T20:54:35.172Z[ helios-setup] Aug 25 20:54:34.543 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27372026-08-25T20:54:35.172Z[ helios-setup] Aug 25 20:54:34.543 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27382026-08-25T20:54:35.172Z[ helios-setup] Aug 25 20:54:34.543 INFO ok!
27392026-08-25T20:54:35.172Z[ helios-setup] Aug 25 20:54:34.543 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27402026-08-25T20:54:35.172Z[ helios-setup] Aug 25 20:54:34.543 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27412026-08-25T20:54:35.173Z[ helios-setup] Aug 25 20:54:34.543 INFO ok!
27422026-08-25T20:54:35.173Z[ helios-setup] Aug 25 20:54:34.543 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
27432026-08-25T20:54:35.173Z[ helios-setup] Aug 25 20:54:34.551 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
27442026-08-25T20:54:35.173Z[ helios-setup] Aug 25 20:54:34.551 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27452026-08-25T20:54:35.173Z[ helios-setup] Aug 25 20:54:34.551 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27462026-08-25T20:54:35.257Z[ helios-setup] Aug 25 20:54:34.634 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27472026-08-25T20:54:35.622Z[ helios-setup] Aug 25 20:54:35.012 INFO E| From https://github.com/jclulow/hiercmd
27482026-08-25T20:54:35.622Z[ helios-setup] Aug 25 20:54:35.012 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
27492026-08-25T20:54:35.635Z[ helios-setup] Aug 25 20:54:35.023 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
27502026-08-25T20:54:35.947Z[ helios-setup] Aug 25 20:54:35.339 INFO E| From https://github.com/oxidecomputer/network-interface
27512026-08-25T20:54:35.947Z[ helios-setup] Aug 25 20:54:35.339 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
27522026-08-25T20:54:35.957Z[ helios-setup] Aug 25 20:54:35.348 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27532026-08-25T20:54:36.248Z[ helios-setup] Aug 25 20:54:35.638 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27542026-08-25T20:54:36.248Z[ helios-setup] Aug 25 20:54:35.638 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27552026-08-25T20:54:36.262Z[ helios-setup] Aug 25 20:54:35.653 INFO E| Updating crates.io index
27562026-08-25T20:54:36.527Z[ helios-setup] Aug 25 20:54:35.918 INFO E| Downloading crates ...
27572026-08-25T20:54:36.582Z[ helios-setup] Aug 25 20:54:35.972 INFO E| Downloaded num_enum_derive v0.7.5
27582026-08-25T20:54:36.588Z[ helios-setup] Aug 25 20:54:35.979 INFO E| Downloaded flate2 v1.1.5
27592026-08-25T20:54:36.599Z[ helios-setup] Aug 25 20:54:35.981 INFO E| Downloaded serde_spanned v1.0.3
27602026-08-25T20:54:36.606Z[ helios-setup] Aug 25 20:54:35.990 INFO E| Downloaded futures-io v0.3.31
27612026-08-25T20:54:36.606Z[ helios-setup] Aug 25 20:54:35.991 INFO E| Downloaded futures-core v0.3.31
27622026-08-25T20:54:36.606Z[ helios-setup] Aug 25 20:54:35.992 INFO E| Downloaded anstyle v1.0.13
27632026-08-25T20:54:36.610Z[ helios-setup] Aug 25 20:54:35.998 INFO E| Downloaded clap_derive v4.5.49
27642026-08-25T20:54:36.613Z[ helios-setup] Aug 25 20:54:36.004 INFO E| Downloaded futures-task v0.3.31
27652026-08-25T20:54:36.616Z[ helios-setup] Aug 25 20:54:36.006 INFO E| Downloaded generic-array v0.14.9
27662026-08-25T20:54:36.621Z[ helios-setup] Aug 25 20:54:36.013 INFO E| Downloaded bitfield-macros v0.19.3
27672026-08-25T20:54:36.625Z[ helios-setup] Aug 25 20:54:36.014 INFO E| Downloaded simd-adler32 v0.3.7
27682026-08-25T20:54:36.633Z[ helios-setup] Aug 25 20:54:36.024 INFO E| Downloaded base64ct v1.8.0
27692026-08-25T20:54:36.636Z[ helios-setup] Aug 25 20:54:36.027 INFO E| Downloaded bytes v1.10.1
27702026-08-25T20:54:36.639Z[ helios-setup] Aug 25 20:54:36.029 INFO E| Downloaded futures-util v0.3.31
27712026-08-25T20:54:36.656Z[ helios-setup] Aug 25 20:54:36.044 INFO E| Downloaded crc v3.3.0
27722026-08-25T20:54:36.660Z[ helios-setup] Aug 25 20:54:36.046 INFO E| Downloaded futures-macro v0.3.31
27732026-08-25T20:54:36.660Z[ helios-setup] Aug 25 20:54:36.049 INFO E| Downloaded pin-utils v0.1.0
27742026-08-25T20:54:36.665Z[ helios-setup] Aug 25 20:54:36.052 INFO E| Downloaded time-core v0.1.6
27752026-08-25T20:54:36.665Z[ helios-setup] Aug 25 20:54:36.053 INFO E| Downloaded anstyle-query v1.1.4
27762026-08-25T20:54:36.666Z[ helios-setup] Aug 25 20:54:36.054 INFO E| Downloaded itoa v1.0.15
27772026-08-25T20:54:36.669Z[ helios-setup] Aug 25 20:54:36.059 INFO E| Downloaded env_filter v0.1.4
27782026-08-25T20:54:36.669Z[ helios-setup] Aug 25 20:54:36.060 INFO E| Downloaded devinfo v0.1.0
27792026-08-25T20:54:36.672Z[ helios-setup] Aug 25 20:54:36.063 INFO E| Downloaded deranged v0.5.5
27802026-08-25T20:54:36.674Z[ helios-setup] Aug 25 20:54:36.064 INFO E| Downloaded getopts v0.2.24
27812026-08-25T20:54:36.674Z[ helios-setup] Aug 25 20:54:36.065 INFO E| Downloaded clap_lex v0.7.6
27822026-08-25T20:54:36.677Z[ helios-setup] Aug 25 20:54:36.067 INFO E| Downloaded find-msvc-tools v0.1.4
27832026-08-25T20:54:36.680Z[ helios-setup] Aug 25 20:54:36.071 INFO E| Downloaded getrandom v0.2.16
27842026-08-25T20:54:36.682Z[ helios-setup] Aug 25 20:54:36.072 INFO E| Downloaded iana-time-zone v0.1.64
27852026-08-25T20:54:36.682Z[ helios-setup] Aug 25 20:54:36.074 INFO E| Downloaded zeroize_derive v1.4.2
27862026-08-25T20:54:36.687Z[ helios-setup] Aug 25 20:54:36.076 INFO E| Downloaded libdevinfo-sys v1.1.0
27872026-08-25T20:54:36.698Z[ helios-setup] Aug 25 20:54:36.089 INFO E| Downloaded env_logger v0.11.8
27882026-08-25T20:54:36.701Z[ helios-setup] Aug 25 20:54:36.091 INFO E| Downloaded futures-executor v0.3.31
27892026-08-25T20:54:36.705Z[ helios-setup] Aug 25 20:54:36.094 INFO E| Downloaded num_enum v0.7.5
27902026-08-25T20:54:36.708Z[ helios-setup] Aug 25 20:54:36.096 INFO E| Downloaded futures-sink v0.3.31
27912026-08-25T20:54:36.711Z[ helios-setup] Aug 25 20:54:36.100 INFO E| Downloaded pin-project-lite v0.2.16
27922026-08-25T20:54:36.714Z[ helios-setup] Aug 25 20:54:36.103 INFO E| Downloaded tokio-macros v2.6.0
27932026-08-25T20:54:36.714Z[ helios-setup] Aug 25 20:54:36.104 INFO E| Downloaded zeroize v1.8.2
27942026-08-25T20:54:36.717Z[ helios-setup] Aug 25 20:54:36.107 INFO E| Downloaded thiserror v2.0.17
27952026-08-25T20:54:36.725Z[ helios-setup] Aug 25 20:54:36.116 INFO E| Downloaded signal-hook-registry v1.4.6
27962026-08-25T20:54:36.728Z[ helios-setup] Aug 25 20:54:36.117 INFO E| Downloaded bitflags v2.10.0
27972026-08-25T20:54:36.732Z[ helios-setup] Aug 25 20:54:36.119 INFO E| Downloaded bitfield v0.19.3
27982026-08-25T20:54:36.732Z[ helios-setup] Aug 25 20:54:36.123 INFO E| Downloaded time-macros v0.2.24
27992026-08-25T20:54:36.736Z[ helios-setup] Aug 25 20:54:36.125 INFO E| Downloaded quote v1.0.41
28002026-08-25T20:54:36.736Z[ helios-setup] Aug 25 20:54:36.127 INFO E| Downloaded toml_writer v1.0.4
28012026-08-25T20:54:36.739Z[ helios-setup] Aug 25 20:54:36.128 INFO E| Downloaded toml_datetime v0.7.3
28022026-08-25T20:54:36.742Z[ helios-setup] Aug 25 20:54:36.133 INFO E| Downloaded thiserror-impl v2.0.17
28032026-08-25T20:54:36.749Z[ helios-setup] Aug 25 20:54:36.140 INFO E| Downloaded unicode-ident v1.0.22
28042026-08-25T20:54:36.751Z[ helios-setup] Aug 25 20:54:36.142 INFO E| Downloaded slab v0.4.11
28052026-08-25T20:54:36.751Z[ helios-setup] Aug 25 20:54:36.142 INFO E| Downloaded toml_parser v1.0.4
28062026-08-25T20:54:36.755Z[ helios-setup] Aug 25 20:54:36.147 INFO E| Downloaded term v1.2.0
28072026-08-25T20:54:36.760Z[ helios-setup] Aug 25 20:54:36.152 INFO E| Downloaded log v0.4.28
28082026-08-25T20:54:36.765Z[ helios-setup] Aug 25 20:54:36.153 INFO E| Downloaded uuid v1.18.1
28092026-08-25T20:54:36.772Z[ helios-setup] Aug 25 20:54:36.164 INFO E| Downloaded anyhow v1.0.100
28102026-08-25T20:54:36.775Z[ helios-setup] Aug 25 20:54:36.166 INFO E| Downloaded proc-macro2 v1.0.103
28112026-08-25T20:54:36.777Z[ helios-setup] Aug 25 20:54:36.167 INFO E| Downloaded futures v0.3.31
28122026-08-25T20:54:36.780Z[ helios-setup] Aug 25 20:54:36.170 INFO E| Downloaded futures-channel v0.3.31
28132026-08-25T20:54:36.780Z[ helios-setup] Aug 25 20:54:36.171 INFO E| Downloaded socket2 v0.6.1
28142026-08-25T20:54:36.780Z[ helios-setup] Aug 25 20:54:36.172 INFO E| Downloaded clap v4.5.51
28152026-08-25T20:54:36.785Z[ helios-setup] Aug 25 20:54:36.176 INFO E| Downloaded toml v0.9.8
28162026-08-25T20:54:36.788Z[ helios-setup] Aug 25 20:54:36.179 INFO E| Downloaded ryu v1.0.20
28172026-08-25T20:54:36.799Z[ helios-setup] Aug 25 20:54:36.190 INFO E| Downloaded toml_edit v0.23.7
28182026-08-25T20:54:36.805Z[ helios-setup] Aug 25 20:54:36.193 INFO E| Downloaded memchr v2.7.6
28192026-08-25T20:54:36.817Z[ helios-setup] Aug 25 20:54:36.205 INFO E| Downloaded typenum v1.19.0
28202026-08-25T20:54:36.822Z[ helios-setup] Aug 25 20:54:36.213 INFO E| Downloaded rand v0.8.5
28212026-08-25T20:54:36.828Z[ helios-setup] Aug 25 20:54:36.215 INFO E| Downloaded cc v1.2.44
28222026-08-25T20:54:36.831Z[ helios-setup] Aug 25 20:54:36.216 INFO E| Downloaded rsa v0.9.8
28232026-08-25T20:54:36.831Z[ helios-setup] Aug 25 20:54:36.219 INFO E| Downloaded indexmap v2.12.0
28242026-08-25T20:54:36.839Z[ helios-setup] Aug 25 20:54:36.230 INFO E| Downloaded iddqd v0.3.14
28252026-08-25T20:54:36.844Z[ helios-setup] Aug 25 20:54:36.235 INFO E| Downloaded zerocopy-derive v0.8.27
28262026-08-25T20:54:36.851Z[ helios-setup] Aug 25 20:54:36.242 INFO E| Downloaded mio v1.1.0
28272026-08-25T20:54:36.860Z[ helios-setup] Aug 25 20:54:36.252 INFO E| Downloaded num-bigint-dig v0.8.4
28282026-08-25T20:54:36.864Z[ helios-setup] Aug 25 20:54:36.256 INFO E| Downloaded hashbrown v0.16.0
28292026-08-25T20:54:36.892Z[ helios-setup] Aug 25 20:54:36.283 INFO E| Downloaded time v0.3.44
28302026-08-25T20:54:36.907Z[ helios-setup] Aug 25 20:54:36.287 INFO E| Downloaded libm v0.2.15
28312026-08-25T20:54:36.911Z[ helios-setup] Aug 25 20:54:36.292 INFO E| Downloaded serde_json v1.0.145
28322026-08-25T20:54:36.912Z[ helios-setup] Aug 25 20:54:36.296 INFO E| Downloaded clap_builder v4.5.51
28332026-08-25T20:54:36.912Z[ helios-setup] Aug 25 20:54:36.299 INFO E| Downloaded winnow v0.7.13
28342026-08-25T20:54:36.915Z[ helios-setup] Aug 25 20:54:36.304 INFO E| Downloaded unicode-width v0.2.2
28352026-08-25T20:54:36.936Z[ helios-setup] Aug 25 20:54:36.327 INFO E| Downloaded chrono v0.4.42
28362026-08-25T20:54:36.939Z[ helios-setup] Aug 25 20:54:36.330 INFO E| Downloaded zerocopy v0.8.27
28372026-08-25T20:54:36.951Z[ helios-setup] Aug 25 20:54:36.342 INFO E| Downloaded syn v2.0.108
28382026-08-25T20:54:36.970Z[ helios-setup] Aug 25 20:54:36.361 INFO E| Downloaded rustix v1.1.2
28392026-08-25T20:54:37.007Z[ helios-setup] Aug 25 20:54:36.398 INFO E| Downloaded libc v0.2.177
28402026-08-25T20:54:37.021Z[ helios-setup] Aug 25 20:54:36.412 INFO E| Downloaded tokio v1.48.0
28412026-08-25T20:54:37.104Z[ helios-setup] Aug 25 20:54:36.490 INFO E| Compiling proc-macro2 v1.0.103
28422026-08-25T20:54:37.105Z[ helios-setup] Aug 25 20:54:36.490 INFO E| Compiling unicode-ident v1.0.22
28432026-08-25T20:54:37.108Z[ helios-setup] Aug 25 20:54:36.490 INFO E| Compiling quote v1.0.41
28442026-08-25T20:54:37.108Z[ helios-setup] Aug 25 20:54:36.490 INFO E| Compiling libc v0.2.177
28452026-08-25T20:54:37.108Z[ helios-setup] Aug 25 20:54:36.490 INFO E| Compiling serde_core v1.0.228
28462026-08-25T20:54:37.108Z[ helios-setup] Aug 25 20:54:36.490 INFO E| Compiling cfg-if v1.0.4
28472026-08-25T20:54:37.108Z[ helios-setup] Aug 25 20:54:36.490 INFO E| Compiling serde v1.0.228
28482026-08-25T20:54:37.108Z[ helios-setup] Aug 25 20:54:36.490 INFO E| Compiling version_check v0.9.5
28492026-08-25T20:54:37.108Z[ helios-setup] Aug 25 20:54:36.490 INFO E| Compiling autocfg v1.5.0
28502026-08-25T20:54:37.108Z[ helios-setup] Aug 25 20:54:36.490 INFO E| Compiling typenum v1.19.0
28512026-08-25T20:54:37.108Z[ helios-setup] Aug 25 20:54:36.491 INFO E| Compiling const-oid v0.9.6
28522026-08-25T20:54:37.108Z[ helios-setup] Aug 25 20:54:36.491 INFO E| Compiling libm v0.2.15
28532026-08-25T20:54:37.135Z[ helios-setup] Aug 25 20:54:36.524 INFO E| Compiling zerocopy v0.8.27
28542026-08-25T20:54:37.138Z[ helios-setup] Aug 25 20:54:36.524 INFO E| Compiling rustversion v1.0.22
28552026-08-25T20:54:37.139Z[ helios-setup] Aug 25 20:54:36.524 INFO E| Compiling smallvec v1.15.1
28562026-08-25T20:54:37.139Z[ helios-setup] Aug 25 20:54:36.524 INFO E| Compiling base64ct v1.8.0
28572026-08-25T20:54:37.300Z[ helios-setup] Aug 25 20:54:36.690 INFO E| Compiling zeroize v1.8.2
28582026-08-25T20:54:37.345Z[ helios-setup] Aug 25 20:54:36.735 INFO E| Compiling rustix v1.1.2
28592026-08-25T20:54:37.450Z[ helios-setup] Aug 25 20:54:36.835 INFO E| Compiling pem-rfc7468 v0.7.0
28602026-08-25T20:54:37.499Z[ helios-setup] Aug 25 20:54:36.890 INFO E| Compiling generic-array v0.14.9
28612026-08-25T20:54:37.521Z[ helios-setup] Aug 25 20:54:36.913 INFO E| Compiling hashbrown v0.16.0
28622026-08-25T20:54:37.533Z[ helios-setup] Aug 25 20:54:36.924 INFO E| Compiling byteorder v1.5.0
28632026-08-25T20:54:37.568Z[ helios-setup] Aug 25 20:54:36.953 INFO E| Compiling utf8parse v0.2.2
28642026-08-25T20:54:37.569Z[ helios-setup] Aug 25 20:54:36.953 INFO E| Compiling memchr v2.7.6
28652026-08-25T20:54:37.579Z[ helios-setup] Aug 25 20:54:36.966 INFO E| Compiling num-traits v0.2.19
28662026-08-25T20:54:37.655Z[ helios-setup] Aug 25 20:54:37.046 INFO E| Compiling equivalent v1.0.2
28672026-08-25T20:54:37.683Z[ helios-setup] Aug 25 20:54:37.075 INFO E| Compiling flagset v0.4.7
28682026-08-25T20:54:37.760Z[ helios-setup] Aug 25 20:54:37.138 INFO E| Compiling crc32fast v1.5.0
28692026-08-25T20:54:37.767Z[ helios-setup] Aug 25 20:54:37.144 INFO E| Compiling anyhow v1.0.100
28702026-08-25T20:54:37.812Z[ helios-setup] Aug 25 20:54:37.203 INFO E| Compiling winnow v0.7.13
28712026-08-25T20:54:37.871Z[ helios-setup] Aug 25 20:54:37.262 INFO E| Compiling anstyle-parse v0.2.7
28722026-08-25T20:54:38.026Z[ helios-setup] Aug 25 20:54:37.417 INFO E| Compiling allocator-api2 v0.2.21
28732026-08-25T20:54:38.070Z[ helios-setup] Aug 25 20:54:37.461 INFO E| Compiling getrandom v0.2.16
28742026-08-25T20:54:38.077Z[ helios-setup] Aug 25 20:54:37.468 INFO E| Compiling errno v0.3.14
28752026-08-25T20:54:38.092Z[ helios-setup] Aug 25 20:54:37.483 INFO E| Compiling indexmap v2.12.0
28762026-08-25T20:54:38.103Z[ helios-setup] Aug 25 20:54:37.494 INFO E| Compiling anstyle v1.0.13
28772026-08-25T20:54:38.121Z[ helios-setup] Aug 25 20:54:37.513 INFO E| Compiling is_terminal_polyfill v1.70.2
28782026-08-25T20:54:38.146Z[ helios-setup] Aug 25 20:54:37.536 INFO E| Compiling find-msvc-tools v0.1.4
28792026-08-25T20:54:38.177Z[ helios-setup] Aug 25 20:54:37.568 INFO E| Compiling radium v0.7.0
28802026-08-25T20:54:38.278Z[ helios-setup] Aug 25 20:54:37.669 INFO E| Compiling rand_core v0.6.4
28812026-08-25T20:54:38.311Z[ helios-setup] Aug 25 20:54:37.700 INFO E| Compiling colorchoice v1.0.4
28822026-08-25T20:54:38.372Z[ helios-setup] Aug 25 20:54:37.763 INFO E| Compiling toml_datetime v0.7.3
28832026-08-25T20:54:38.389Z[ helios-setup] Aug 25 20:54:37.780 INFO E| Compiling shlex v1.3.0
28842026-08-25T20:54:38.401Z[ helios-setup] Aug 25 20:54:37.792 INFO E| Compiling cpufeatures v0.2.17
28852026-08-25T20:54:38.455Z[ helios-setup] Aug 25 20:54:37.845 INFO E| Compiling syn v2.0.108
28862026-08-25T20:54:38.455Z[ helios-setup] Aug 25 20:54:37.846 INFO E| Compiling anstyle-query v1.1.4
28872026-08-25T20:54:38.471Z[ helios-setup] Aug 25 20:54:37.860 INFO E| Compiling syn v1.0.109
28882026-08-25T20:54:38.544Z[ helios-setup] Aug 25 20:54:37.935 INFO E| Compiling cc v1.2.44
28892026-08-25T20:54:38.552Z[ helios-setup] Aug 25 20:54:37.941 INFO E| Compiling slog v2.8.2
28902026-08-25T20:54:38.588Z[ helios-setup] Aug 25 20:54:37.977 INFO E| Compiling anstream v0.6.21
28912026-08-25T20:54:38.697Z[ helios-setup] Aug 25 20:54:38.087 INFO E| Compiling parking_lot_core v0.9.12
28922026-08-25T20:54:38.724Z[ helios-setup] Aug 25 20:54:38.115 INFO E| Compiling futures-sink v0.3.31
28932026-08-25T20:54:38.744Z[ helios-setup] Aug 25 20:54:38.135 INFO E| Compiling block-buffer v0.10.4
28942026-08-25T20:54:38.800Z[ helios-setup] Aug 25 20:54:38.191 INFO E| Compiling crypto-common v0.1.6
28952026-08-25T20:54:38.815Z[ helios-setup] Aug 25 20:54:38.206 INFO E| Compiling unicode-width v0.2.2
28962026-08-25T20:54:38.844Z[ helios-setup] Aug 25 20:54:38.234 INFO E| Compiling tap v1.0.1
28972026-08-25T20:54:38.878Z[ helios-setup] Aug 25 20:54:38.260 INFO E| Compiling futures-core v0.3.31
28982026-08-25T20:54:38.901Z[ helios-setup] Aug 25 20:54:38.292 INFO E| Compiling digest v0.10.7
28992026-08-25T20:54:38.941Z[ helios-setup] Aug 25 20:54:38.332 INFO E| Compiling pin-project-lite v0.2.16
29002026-08-25T20:54:38.950Z[ helios-setup] Aug 25 20:54:38.342 INFO E| Compiling pkg-config v0.3.32
29012026-08-25T20:54:38.973Z[ helios-setup] Aug 25 20:54:38.363 INFO E| Compiling maybe-uninit v2.0.0
29022026-08-25T20:54:39.029Z[ helios-setup] Aug 25 20:54:38.421 INFO E| Compiling futures-channel v0.3.31
29032026-08-25T20:54:39.049Z[ helios-setup] Aug 25 20:54:38.440 INFO E| Compiling getopts v0.2.24
29042026-08-25T20:54:39.056Z[ helios-setup] Aug 25 20:54:38.447 INFO E| Compiling num-integer v0.1.46
29052026-08-25T20:54:39.182Z[ helios-setup] Aug 25 20:54:38.559 INFO E| Compiling toml_parser v1.0.4
29062026-08-25T20:54:39.187Z[ helios-setup] Aug 25 20:54:38.566 INFO E| Compiling sha2 v0.10.9
29072026-08-25T20:54:39.188Z[ helios-setup] Aug 25 20:54:38.572 INFO E| Compiling wyz v0.5.1
29082026-08-25T20:54:39.234Z[ helios-setup] Aug 25 20:54:38.625 INFO E| Compiling ahash v0.8.12
29092026-08-25T20:54:39.256Z[ helios-setup] Aug 25 20:54:38.648 INFO E| Compiling time-core v0.1.6
29102026-08-25T20:54:39.312Z[ helios-setup] Aug 25 20:54:38.704 INFO E| Compiling spin v0.9.8
29112026-08-25T20:54:39.339Z[ helios-setup] Aug 25 20:54:38.731 INFO E| Compiling funty v2.0.0
29122026-08-25T20:54:39.356Z[ helios-setup] Aug 25 20:54:38.747 INFO E| Compiling thiserror v1.0.69
29132026-08-25T20:54:39.414Z[ helios-setup] Aug 25 20:54:38.803 INFO E| Compiling num-conv v0.1.0
29142026-08-25T20:54:39.424Z[ helios-setup] Aug 25 20:54:38.813 INFO E| Compiling getrandom v0.3.4
29152026-08-25T20:54:39.432Z[ helios-setup] Aug 25 20:54:38.823 INFO E| Compiling futures-task v0.3.31
29162026-08-25T20:54:39.482Z[ helios-setup] Aug 25 20:54:38.865 INFO E| Compiling num-bigint-dig v0.8.4
29172026-08-25T20:54:39.496Z[ helios-setup] Aug 25 20:54:38.888 INFO E| Compiling itoa v1.0.15
29182026-08-25T20:54:39.541Z[ helios-setup] Aug 25 20:54:38.932 INFO E| Compiling bitflags v2.10.0
29192026-08-25T20:54:39.559Z[ helios-setup] Aug 25 20:54:38.950 INFO E| Compiling toml_edit v0.23.7
29202026-08-25T20:54:39.565Z[ helios-setup] Aug 25 20:54:38.957 INFO E| Compiling pin-utils v0.1.0
29212026-08-25T20:54:39.640Z[ helios-setup] Aug 25 20:54:39.031 INFO E| Compiling scopeguard v1.2.0
29222026-08-25T20:54:39.656Z[ helios-setup] Aug 25 20:54:39.046 INFO E| Compiling clap_lex v0.7.6
29232026-08-25T20:54:39.670Z[ helios-setup] Aug 25 20:54:39.053 INFO E| Compiling packed_struct v0.10.1
29242026-08-25T20:54:39.674Z[ helios-setup] Aug 25 20:54:39.065 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
29252026-08-25T20:54:39.699Z[ helios-setup] Aug 25 20:54:39.090 INFO E| Compiling heck v0.5.0
29262026-08-25T20:54:39.758Z[ helios-setup] Aug 25 20:54:39.149 INFO E| Compiling futures-io v0.3.31
29272026-08-25T20:54:39.766Z[ helios-setup] Aug 25 20:54:39.157 INFO E| Compiling powerfmt v0.2.0
29282026-08-25T20:54:39.782Z[ helios-setup] Aug 25 20:54:39.171 INFO E| Compiling slab v0.4.11
29292026-08-25T20:54:39.782Z[ helios-setup] Aug 25 20:54:39.172 INFO E| Compiling strsim v0.11.1
29302026-08-25T20:54:39.909Z[ helios-setup] Aug 25 20:54:39.300 INFO E| Compiling bytes v1.10.1
29312026-08-25T20:54:39.966Z[ helios-setup] Aug 25 20:54:39.357 INFO E| Compiling deranged v0.5.5
29322026-08-25T20:54:39.989Z[ helios-setup] Aug 25 20:54:39.380 INFO E| Compiling lock_api v0.4.14
29332026-08-25T20:54:40.043Z[ helios-setup] Aug 25 20:54:39.433 INFO E| Compiling bitvec v1.0.1
29342026-08-25T20:54:40.057Z[ helios-setup] Aug 25 20:54:39.447 INFO E| Compiling time-macros v0.2.24
29352026-08-25T20:54:40.105Z[ helios-setup] Aug 25 20:54:39.496 INFO E| Compiling lazy_static v1.5.0
29362026-08-25T20:54:40.209Z[ helios-setup] Aug 25 20:54:39.600 INFO E| Compiling proc-macro-crate v3.4.0
29372026-08-25T20:54:40.279Z[ helios-setup] Aug 25 20:54:39.671 INFO E| Compiling terminal_size v0.4.3
29382026-08-25T20:54:40.294Z[ helios-setup] Aug 25 20:54:39.685 INFO E| Compiling num-iter v0.1.45
29392026-08-25T20:54:40.373Z[ helios-setup] Aug 25 20:54:39.764 INFO E| Compiling clap_builder v4.5.51
29402026-08-25T20:54:40.439Z[ helios-setup] Aug 25 20:54:39.830 INFO E| Compiling indexmap v1.9.3
29412026-08-25T20:54:40.502Z[ helios-setup] Aug 25 20:54:39.893 INFO E| Compiling thiserror v2.0.17
29422026-08-25T20:54:40.549Z[ helios-setup] Aug 25 20:54:39.940 INFO E| Compiling once_cell v1.21.3
29432026-08-25T20:54:40.704Z[ helios-setup] Aug 25 20:54:40.095 INFO E| Compiling nodrop v0.1.14
29442026-08-25T20:54:40.707Z[ helios-setup] Aug 25 20:54:40.095 INFO E| Compiling log v0.4.28
29452026-08-25T20:54:40.726Z[ helios-setup] Aug 25 20:54:40.117 INFO E| Compiling simd-adler32 v0.3.7
29462026-08-25T20:54:40.726Z[ helios-setup] Aug 25 20:54:40.117 INFO E| Compiling adler2 v2.0.1
29472026-08-25T20:54:40.750Z[ helios-setup] Aug 25 20:54:40.141 INFO E| Compiling serde_json v1.0.145
29482026-08-25T20:54:40.804Z[ helios-setup] Aug 25 20:54:40.195 INFO E| Compiling crc-catalog v2.4.0
29492026-08-25T20:54:40.860Z[ helios-setup] Aug 25 20:54:40.251 INFO E| Compiling iana-time-zone v0.1.64
29502026-08-25T20:54:40.873Z[ helios-setup] Aug 25 20:54:40.265 INFO E| Compiling crc v3.3.0
29512026-08-25T20:54:40.896Z[ helios-setup] Aug 25 20:54:40.287 INFO E| Compiling env_filter v0.1.4
29522026-08-25T20:54:40.902Z[ helios-setup] Aug 25 20:54:40.294 INFO E| Compiling miniz_oxide v0.8.9
29532026-08-25T20:54:41.042Z[ helios-setup] Aug 25 20:54:40.433 INFO E| Compiling chrono v0.4.42
29542026-08-25T20:54:41.060Z[ helios-setup] Aug 25 20:54:40.451 INFO E| Compiling array-init v0.0.4
29552026-08-25T20:54:41.083Z[ helios-setup] Aug 25 20:54:40.474 INFO E| Compiling parking_lot v0.12.5
29562026-08-25T20:54:41.124Z[ helios-setup] Aug 25 20:54:40.515 INFO E| Compiling smallvec v0.6.14
29572026-08-25T20:54:41.187Z[ helios-setup] Aug 25 20:54:40.578 INFO E| Compiling time v0.3.44
29582026-08-25T20:54:41.402Z[ helios-setup] Aug 25 20:54:40.793 INFO E| Compiling serde_spanned v1.0.3
29592026-08-25T20:54:41.461Z[ helios-setup] Aug 25 20:54:40.852 INFO E| Compiling signature v2.2.0
29602026-08-25T20:54:41.571Z[ helios-setup] Aug 25 20:54:40.962 INFO E| Compiling is-terminal v0.4.17
29612026-08-25T20:54:41.676Z[ helios-setup] Aug 25 20:54:41.068 INFO E| Compiling signal-hook-registry v1.4.6
29622026-08-25T20:54:41.688Z[ helios-setup] Aug 25 20:54:41.079 INFO E| Compiling mio v1.1.0
29632026-08-25T20:54:41.697Z[ helios-setup] Aug 25 20:54:41.088 INFO E| Compiling socket2 v0.6.1
29642026-08-25T20:54:41.697Z[ helios-setup] Aug 25 20:54:41.088 INFO E| Compiling thread_local v1.1.9
29652026-08-25T20:54:41.709Z[ helios-setup] Aug 25 20:54:41.100 INFO E| Compiling winnow v0.5.40
29662026-08-25T20:54:42.068Z[ helios-setup] Aug 25 20:54:41.459 INFO E| Compiling term v1.2.0
29672026-08-25T20:54:42.141Z[ helios-setup] Aug 25 20:54:41.531 INFO E| Compiling toml_writer v1.0.4
29682026-08-25T20:54:42.176Z[ helios-setup] Aug 25 20:54:41.567 INFO E| Compiling packed_struct_codegen v0.10.1
29692026-08-25T20:54:42.313Z[ helios-setup] Aug 25 20:54:41.704 INFO E| Compiling serde_derive v1.0.228
29702026-08-25T20:54:42.369Z[ helios-setup] Aug 25 20:54:41.760 INFO E| Compiling zerocopy-derive v0.8.27
29712026-08-25T20:54:42.396Z[ helios-setup] Aug 25 20:54:41.787 INFO E| Compiling der_derive v0.7.3
29722026-08-25T20:54:42.465Z[ helios-setup] Aug 25 20:54:41.856 INFO E| Compiling futures-macro v0.3.31
29732026-08-25T20:54:42.473Z[ helios-setup] Aug 25 20:54:41.864 INFO E| Compiling num_enum_derive v0.7.5
29742026-08-25T20:54:42.477Z[ helios-setup] Aug 25 20:54:41.865 INFO E| Compiling bitfield-macros v0.19.3
29752026-08-25T20:54:42.477Z[ helios-setup] Aug 25 20:54:41.865 INFO E| Compiling thiserror-impl v1.0.69
29762026-08-25T20:54:42.492Z[ helios-setup] Aug 25 20:54:41.883 INFO E| Compiling zerocopy-derive v0.6.6
29772026-08-25T20:54:42.500Z[ helios-setup] Aug 25 20:54:41.891 INFO E| Compiling clap_derive v4.5.49
29782026-08-25T20:54:43.334Z[ helios-setup] Aug 25 20:54:42.725 INFO E| Compiling thiserror-impl v2.0.17
29792026-08-25T20:54:43.351Z[ helios-setup] Aug 25 20:54:42.742 INFO E| Compiling tokio-macros v2.6.0
29802026-08-25T20:54:43.428Z[ helios-setup] Aug 25 20:54:42.818 INFO E| Compiling bitfield v0.19.3
29812026-08-25T20:54:43.578Z[ helios-setup] Aug 25 20:54:42.969 INFO E| Compiling futures-util v0.3.31
29822026-08-25T20:54:43.659Z[ helios-setup] Aug 25 20:54:43.050 INFO E| Compiling hashbrown v0.12.3
29832026-08-25T20:54:43.697Z[ helios-setup] Aug 25 20:54:43.088 INFO E| Compiling zerocopy v0.6.6
29842026-08-25T20:54:43.759Z[ helios-setup] Aug 25 20:54:43.150 INFO E| Compiling der v0.7.10
29852026-08-25T20:54:43.889Z[ helios-setup] Aug 25 20:54:43.280 INFO E| Compiling base64 v0.21.7
29862026-08-25T20:54:43.905Z[ helios-setup] Aug 25 20:54:43.295 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
29872026-08-25T20:54:43.958Z[ helios-setup] Aug 25 20:54:43.339 INFO E| Compiling num_enum v0.7.5
29882026-08-25T20:54:44.083Z[ helios-setup] Aug 25 20:54:43.472 INFO E| Compiling ryu v1.0.20
29892026-08-25T20:54:44.199Z[ helios-setup] Aug 25 20:54:43.590 INFO E| Compiling subtle v2.6.1
29902026-08-25T20:54:44.199Z[ helios-setup] Aug 25 20:54:43.590 INFO E| Compiling libdevinfo-sys v1.1.0
29912026-08-25T20:54:44.299Z[ helios-setup] Aug 25 20:54:43.681 INFO E| Compiling tokio v1.48.0
29922026-08-25T20:54:44.316Z[ helios-setup] Aug 25 20:54:43.707 INFO E| Compiling devinfo v0.1.0
29932026-08-25T20:54:44.364Z[ helios-setup] Aug 25 20:54:43.754 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29942026-08-25T20:54:44.387Z[ helios-setup] Aug 25 20:54:43.778 INFO E| Compiling bzip2 v0.4.4
29952026-08-25T20:54:44.449Z[ helios-setup] Aug 25 20:54:43.839 INFO E| Compiling toml v0.9.8
29962026-08-25T20:54:44.545Z[ helios-setup] Aug 25 20:54:43.936 INFO E| Compiling clap v4.5.51
29972026-08-25T20:54:44.632Z[ helios-setup] Aug 25 20:54:44.023 INFO E| Compiling flate2 v1.1.5
29982026-08-25T20:54:44.688Z[ helios-setup] Aug 25 20:54:44.080 INFO E| Compiling uuid v1.18.1
29992026-08-25T20:54:44.729Z[ helios-setup] Aug 25 20:54:44.121 INFO E| Compiling env_logger v0.11.8
30002026-08-25T20:54:44.796Z[ helios-setup] Aug 25 20:54:44.188 INFO E| Compiling foldhash v0.2.0
30012026-08-25T20:54:44.902Z[ helios-setup] Aug 25 20:54:44.292 INFO E| Compiling bitflags v1.3.2
30022026-08-25T20:54:44.998Z[ helios-setup] Aug 25 20:54:44.388 INFO E| Compiling crc-any v2.5.0
30032026-08-25T20:54:45.086Z[ helios-setup] Aug 25 20:54:44.477 INFO E| Compiling rustc-hash v2.1.1
30042026-08-25T20:54:45.285Z[ helios-setup] Aug 25 20:54:44.675 INFO E| Compiling hex v0.4.3
30052026-08-25T20:54:45.285Z[ helios-setup] Aug 25 20:54:44.676 INFO E| Compiling iddqd v0.3.14
30062026-08-25T20:54:45.329Z[ helios-setup] Aug 25 20:54:44.720 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30072026-08-25T20:54:45.652Z[ helios-setup] Aug 25 20:54:45.043 INFO E| Compiling spki v0.7.3
30082026-08-25T20:54:45.820Z[ helios-setup] Aug 25 20:54:45.211 INFO E| Compiling zip v0.6.6
30092026-08-25T20:54:46.000Z[ helios-setup] Aug 25 20:54:45.391 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30102026-08-25T20:54:46.198Z[ helios-setup] Aug 25 20:54:45.589 INFO E| Compiling pkcs8 v0.10.2
30112026-08-25T20:54:46.213Z[ helios-setup] Aug 25 20:54:45.603 INFO E| Compiling x509-cert v0.2.5
30122026-08-25T20:54:46.357Z[ helios-setup] Aug 25 20:54:45.748 INFO E| Compiling ppv-lite86 v0.2.21
30132026-08-25T20:54:46.424Z[ helios-setup] Aug 25 20:54:45.815 INFO E| Compiling pkcs1 v0.7.5
30142026-08-25T20:54:46.644Z[ helios-setup] Aug 25 20:54:46.035 INFO E| Compiling path-slash v0.1.5
30152026-08-25T20:54:46.697Z[ helios-setup] Aug 25 20:54:46.086 INFO E| Compiling rand_chacha v0.3.1
30162026-08-25T20:54:46.730Z[ helios-setup] Aug 25 20:54:46.121 INFO E| Compiling hashbrown v0.13.2
30172026-08-25T20:54:47.024Z[ helios-setup] Aug 25 20:54:46.415 INFO E| Compiling erased-serde v0.3.31
30182026-08-25T20:54:47.025Z[ helios-setup] Aug 25 20:54:46.416 INFO E| Compiling rand v0.8.5
30192026-08-25T20:54:47.052Z[ helios-setup] Aug 25 20:54:46.443 INFO E| Compiling futures-executor v0.3.31
30202026-08-25T20:54:47.219Z[ helios-setup] Aug 25 20:54:46.610 INFO E| Compiling serde_spanned v0.6.9
30212026-08-25T20:54:47.309Z[ helios-setup] Aug 25 20:54:46.698 INFO E| Compiling toml_datetime v0.6.11
30222026-08-25T20:54:47.377Z[ helios-setup] Aug 25 20:54:46.768 INFO E| Compiling futures v0.3.31
30232026-08-25T20:54:47.388Z[ helios-setup] Aug 25 20:54:46.780 INFO E| Compiling serde-hex v0.1.0
30242026-08-25T20:54:47.437Z[ helios-setup] Aug 25 20:54:46.828 INFO E| Compiling ron v0.8.1
30252026-08-25T20:54:47.466Z[ helios-setup] Aug 25 20:54:46.856 INFO E| Compiling object v0.30.4
30262026-08-25T20:54:47.629Z[ helios-setup] Aug 25 20:54:47.020 INFO E| Compiling toml_edit v0.19.15
30272026-08-25T20:54:48.138Z[ helios-setup] Aug 25 20:54:47.529 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
30282026-08-25T20:54:48.295Z[ helios-setup] Aug 25 20:54:47.686 INFO E| Compiling slog-term v2.9.2
30292026-08-25T20:54:48.368Z[ helios-setup] Aug 25 20:54:47.759 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30302026-08-25T20:54:48.385Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.03s
30312026-08-25T20:54:48.637Z[ omicron-package]
30322026-08-25T20:54:48.637Z[ omicron-package] real 44.221318714
30332026-08-25T20:54:48.637Z[ omicron-package] user 3:54.258415536
30342026-08-25T20:54:48.640Z[ omicron-package] sys 27.636658814
30352026-08-25T20:54:48.640Z[ omicron-package] trap 0.420477822
30362026-08-25T20:54:48.641Z[ omicron-package] tflt 0.272839848
30372026-08-25T20:54:48.641Z[ omicron-package] dflt 2.014287073
30382026-08-25T20:54:48.641Z[ omicron-package] kflt 0.008199052
30392026-08-25T20:54:48.641Z[ omicron-package] lock 12:13.397899705
30402026-08-25T20:54:48.641Z[ omicron-package] slp 6:21.382712541
30412026-08-25T20:54:48.641Z[ omicron-package] lat 1:07.254607233
30422026-08-25T20:54:48.641Z[ omicron-package] stop 2:01.222048930
30432026-08-25T20:54:48.641ZAug 25 20:54:48.029 INFO [omicron-package] process exited with exit status: 0 (44.296611862s)
30442026-08-25T20:54:48.641ZAug 25 20:54:48.029 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
30452026-08-25T20:54:48.641ZAug 25 20:54:48.031 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
30462026-08-25T20:54:48.649Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
30472026-08-25T20:54:48.652Z[ host-target] Created new build target 'host' and set it as active
30482026-08-25T20:54:48.652Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
30492026-08-25T20:54:48.652Z[ recovery-target] Created new build target 'recovery' and set it as active
30502026-08-25T20:54:48.655ZAug 25 20:54:48.044 INFO [host-target] process exited with exit status: 0 (14.710376ms)
30512026-08-25T20:54:48.655ZAug 25 20:54:48.044 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
30522026-08-25T20:54:48.655ZAug 25 20:54:48.045 INFO [recovery-target] process exited with exit status: 0 (14.176815ms)
30532026-08-25T20:54:48.660Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
30542026-08-25T20:54:48.807Z[ helios-setup] Aug 25 20:54:48.198 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30552026-08-25T20:54:48.836Z[ helios-setup] Aug 25 20:54:48.224 INFO E| Compiling rsa v0.9.8
30562026-08-25T20:54:49.383Z[ helios-setup] Aug 25 20:54:48.774 INFO E| Compiling toml v0.7.8
30572026-08-25T20:54:49.440Z[ helios-setup] Aug 25 20:54:48.826 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30582026-08-25T20:54:49.443Z[ helios-setup] Aug 25 20:54:48.834 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
30592026-08-25T20:54:50.500Z[ host-package] Compiling heck v0.5.0
30602026-08-25T20:54:50.506Z[ host-package] Compiling regress v0.11.1
30612026-08-25T20:54:50.506Z[ host-package] Compiling unsafe-libyaml v0.2.11
30622026-08-25T20:54:50.506Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30632026-08-25T20:54:50.716Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30642026-08-25T20:54:50.716Z[ host-package] Compiling derive-where v1.6.0
30652026-08-25T20:54:50.720Z[ host-package] Compiling bytecount v0.6.9
30662026-08-25T20:54:50.720Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30672026-08-25T20:54:50.720Z[ host-package] Compiling atomicwrites v0.4.4
30682026-08-25T20:54:50.720Z[ host-package] Compiling is-terminal v0.4.17
30692026-08-25T20:54:51.127Z[ host-package] Compiling prettyplease v0.2.37
30702026-08-25T20:54:51.127Z[ host-package] Compiling newline-converter v0.3.0
30712026-08-25T20:54:51.130Z[ host-package] Compiling console v0.15.11
30722026-08-25T20:54:51.130Z[ host-package] Compiling slog-dtrace v0.3.0
30732026-08-25T20:54:51.130Z[ host-package] Compiling cancel-safe-futures v0.1.5
30742026-08-25T20:54:51.131Z[ host-package] Compiling resolv-conf v0.7.6
30752026-08-25T20:54:51.754Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30762026-08-25T20:54:51.954Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
30772026-08-25T20:54:52.015Z[ host-package] Compiling num-rational v0.4.2
30782026-08-25T20:54:52.109Z[ host-package] Compiling num-complex v0.4.6
30792026-08-25T20:54:52.135Z[ host-package] Compiling thread_local v1.1.9
30802026-08-25T20:54:52.536Z[ host-package] Compiling compression-core v0.4.31
30812026-08-25T20:54:52.696Z[ host-package] Compiling expectorate v1.2.0
30822026-08-25T20:54:52.772Z[ host-package] Compiling match_cfg v0.1.0
30832026-08-25T20:54:52.799Z[ host-package] Compiling num v0.4.3
30842026-08-25T20:54:52.827Z[ host-package] Compiling compression-codecs v0.4.37
30852026-08-25T20:54:52.913Z[ host-package] Compiling multer v3.1.0
30862026-08-25T20:54:52.928Z[ host-package] Compiling slog-async v2.8.0
30872026-08-25T20:54:52.952Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30882026-08-25T20:54:52.952Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30892026-08-25T20:54:52.997Z[ host-package] Compiling hostname v0.3.1
30902026-08-25T20:54:53.002Z[ host-package] Compiling crossbeam-channel v0.5.15
30912026-08-25T20:54:53.002Z[ host-package] Compiling slog-json v2.6.1
30922026-08-25T20:54:53.149Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
30932026-08-25T20:54:53.178Z[ host-package] Compiling typify-impl v0.6.2
30942026-08-25T20:54:53.205Z[ host-package] Compiling serde_spanned v1.1.1
30952026-08-25T20:54:53.253Z[ host-package] Compiling term v1.2.1
30962026-08-25T20:54:53.346Z[ host-package] Compiling oxide-update-engine-types v0.1.2
30972026-08-25T20:54:53.378Z[ host-package] Compiling take_mut v0.2.2
30982026-08-25T20:54:53.439Z[ host-package] Compiling linked-hash-map v0.5.6
30992026-08-25T20:54:53.477Z[ host-package] Compiling linear-map v1.2.0
31002026-08-25T20:54:53.516Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
31012026-08-25T20:54:53.519Z[ host-package] Compiling float-ord v0.3.2
31022026-08-25T20:54:53.614Z[ host-package] Compiling slog-term v2.9.2
31032026-08-25T20:54:53.679Z[ host-package] Compiling lru-cache v0.1.2
31042026-08-25T20:54:53.706Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31052026-08-25T20:54:53.757Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
31062026-08-25T20:54:53.780Z[ host-package] Compiling slog-bunyan v2.5.0
31072026-08-25T20:54:53.787Z[ host-package] Compiling async-compression v0.4.41
31082026-08-25T20:54:53.868Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31092026-08-25T20:54:53.956Z[ host-package] Compiling dropshot v0.17.1
31102026-08-25T20:54:54.092Z[ host-package] Compiling async-stream v0.3.6
31112026-08-25T20:54:54.116Z[ host-package] Compiling sha1 v0.11.0
31122026-08-25T20:54:54.116Z[ host-package] Compiling progenitor-client v0.14.0
31132026-08-25T20:54:54.162Z[ host-package] Compiling oxide-generation v0.1.3
31142026-08-25T20:54:54.165Z[ host-package] Compiling waitgroup v0.1.2
31152026-08-25T20:54:54.253Z[ host-package] Compiling rustls-pemfile v2.2.0
31162026-08-25T20:54:54.293Z[ helios-setup] Aug 25 20:54:53.667 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31172026-08-25T20:54:54.303Z[ host-package] Compiling backon v1.6.0
31182026-08-25T20:54:54.392Z[ host-package] Compiling hostname v0.4.2
31192026-08-25T20:54:54.455Z[ host-package] Compiling serde_path_to_error v0.1.20
31202026-08-25T20:54:54.525Z[ host-package] Compiling instant v0.1.13
31212026-08-25T20:54:54.563Z[ host-package] Compiling minimal-lexical v0.2.1
31222026-08-25T20:54:54.614Z[ host-package] Compiling oxide-update-engine v0.1.2
31232026-08-25T20:54:54.683Z[ host-package] Compiling debug-ignore v1.0.5
31242026-08-25T20:54:54.717Z[ host-package] Compiling backoff v0.4.0
31252026-08-25T20:54:54.756Z[ host-package] Compiling progenitor-extras v0.2.0
31262026-08-25T20:54:54.874Z[ host-package] Compiling nom v7.1.3
31272026-08-25T20:54:54.941Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31282026-08-25T20:54:54.988Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31292026-08-25T20:54:54.988Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31302026-08-25T20:54:55.119Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31312026-08-25T20:54:55.213Z[ host-package] Compiling parse-display v0.10.0
31322026-08-25T20:54:55.300Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31332026-08-25T20:54:55.372Z[ host-package] Compiling hickory-proto v0.24.4
31342026-08-25T20:54:55.392Z[ helios-setup] Aug 25 20:54:54.782 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
31352026-08-25T20:54:55.628Z[ host-package] Compiling itertools v0.14.0
31362026-08-25T20:54:56.119Z[ host-package] Compiling regress v0.10.5
31372026-08-25T20:54:56.419Z[ host-package] Compiling macaddr v1.0.1
31382026-08-25T20:54:56.541Z[ host-package] Compiling unicode-xid v0.2.6
31392026-08-25T20:54:56.621Z[ host-package] Compiling humantime v2.3.0
31402026-08-25T20:54:56.750Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31412026-08-25T20:54:57.121Z[ host-package] Compiling typify-macro v0.6.2
31422026-08-25T20:54:57.205Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31432026-08-25T20:54:57.293Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31442026-08-25T20:54:57.371Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31452026-08-25T20:54:57.473Z[ host-package] Compiling toml v0.8.23
31462026-08-25T20:54:57.690Z[ host-package] Compiling papergrid v0.11.0
31472026-08-25T20:54:57.767Z[ host-package] Compiling tabled_derive v0.7.0
31482026-08-25T20:54:58.379Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31492026-08-25T20:54:58.462Z[ host-package] Compiling termtree v0.5.1
31502026-08-25T20:54:58.704Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31512026-08-25T20:54:58.746Z[ host-package] Compiling crossterm v0.29.0
31522026-08-25T20:54:58.753Z[ host-package] Compiling phf_shared v0.12.1
31532026-08-25T20:54:58.895Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31542026-08-25T20:54:58.995Z[ host-package] Compiling typify v0.6.2
31552026-08-25T20:54:59.095Z[ host-package] Compiling hickory-resolver v0.24.4
31562026-08-25T20:54:59.174Z[ host-package] Compiling progenitor-impl v0.14.0
31572026-08-25T20:54:59.717Z[ helios-setup] Aug 25 20:54:59.108 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31582026-08-25T20:54:59.747Z[ host-package] Compiling tabled v0.15.0
31592026-08-25T20:55:00.680Z[ host-package] Compiling qorb v0.4.1
31602026-08-25T20:55:00.851Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31612026-08-25T20:55:01.477Z[ host-package] Compiling progenitor-macro v0.14.0
31622026-08-25T20:55:01.528Z[ host-package] Compiling vte v0.14.1
31632026-08-25T20:55:01.640Z[ host-package] Compiling csv-core v0.1.13
31642026-08-25T20:55:01.873Z[ host-package] Compiling highway v1.3.0
31652026-08-25T20:55:02.210Z[ host-package] Compiling chrono-tz v0.10.4
31662026-08-25T20:55:02.623Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31672026-08-25T20:55:03.525Z[ host-package] Compiling csv v1.4.0
31682026-08-25T20:55:03.694Z[ host-package] Compiling strip-ansi-escapes v0.2.1
31692026-08-25T20:55:04.069Z[ host-package] Compiling phf v0.12.1
31702026-08-25T20:55:04.323Z[ host-package] Compiling const_format_proc_macros v0.2.34
31712026-08-25T20:55:04.552Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31722026-08-25T20:55:04.611Z[ host-package] Compiling fd-lock v4.0.4
31732026-08-25T20:55:04.737Z[ host-package] Compiling peg-macros v0.8.5
31742026-08-25T20:55:05.539Z[ host-package] Compiling nu-ansi-term v0.50.3
31752026-08-25T20:55:05.825Z[ host-package] Compiling reedline v0.40.0
31762026-08-25T20:55:05.829Z[ host-package] Compiling const_format v0.2.35
31772026-08-25T20:55:06.146Z[ host-package] Compiling peg v0.8.5
31782026-08-25T20:55:06.200Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31792026-08-25T20:55:06.291Z[ host-package] Compiling progenitor v0.14.0
31802026-08-25T20:55:06.338Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31812026-08-25T20:55:06.560Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31822026-08-25T20:55:06.730Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31832026-08-25T20:55:07.146Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31842026-08-25T20:55:08.149Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31852026-08-25T20:55:08.263Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31862026-08-25T20:55:08.800Z[ host-package] Compiling bcs v0.1.6
31872026-08-25T20:55:09.222Z[ host-package] Compiling nom v8.0.0
31882026-08-25T20:55:09.599Z[ host-package] Compiling semver v0.1.20
31892026-08-25T20:55:09.977Z[ host-package] Compiling rustc_version v0.1.7
31902026-08-25T20:55:10.391Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31912026-08-25T20:55:10.443Z[ host-package] Compiling newtype_derive v0.1.6
31922026-08-25T20:55:10.492Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31932026-08-25T20:55:10.666Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31942026-08-25T20:55:10.840Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31952026-08-25T20:55:10.912Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31962026-08-25T20:55:10.976Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31972026-08-25T20:55:11.178Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31982026-08-25T20:55:11.240Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31992026-08-25T20:55:11.577Z[ helios-setup] Aug 25 20:55:10.968 INFO E| Finished `release` profile [optimized] target(s) in 36.40s
32002026-08-25T20:55:11.580Z[ helios-setup] Aug 25 20:55:10.970 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
32012026-08-25T20:55:11.580Z[ helios-setup] Aug 25 20:55:10.970 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
32022026-08-25T20:55:11.638Z[ helios-setup] Aug 25 20:55:11.029 INFO building project "pilot" ok (36 seconds)
32032026-08-25T20:55:11.639Z[ helios-setup] Aug 25 20:55:11.029 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
32042026-08-25T20:55:11.675Z[ helios-setup] Aug 25 20:55:11.066 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')"
32052026-08-25T20:55:11.675Z[ helios-setup] Aug 25 20:55:11.066 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32062026-08-25T20:55:11.678Z[ helios-setup] Aug 25 20:55:11.066 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32072026-08-25T20:55:11.735Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
32082026-08-25T20:55:11.861Z[ helios-setup] Aug 25 20:55:11.252 INFO E| Updating crates.io index
32092026-08-25T20:55:11.863Z[ helios-setup] Aug 25 20:55:11.252 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32102026-08-25T20:55:12.232Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32112026-08-25T20:55:12.355Z[ host-package] Compiling steno v0.4.1
32122026-08-25T20:55:12.482Z[ helios-setup] Aug 25 20:55:11.873 INFO E| From https://github.com/oxidecomputer/amd-apcb
32132026-08-25T20:55:12.482Z[ helios-setup] Aug 25 20:55:11.873 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
32142026-08-25T20:55:12.488Z[ host-package] Compiling sha1 v0.10.6
32152026-08-25T20:55:12.498Z[ helios-setup] Aug 25 20:55:11.889 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
32162026-08-25T20:55:12.794Z[ host-package] Compiling utf-8 v0.7.6
32172026-08-25T20:55:12.959Z[ host-package] Compiling tagptr v0.2.0
32182026-08-25T20:55:13.016Z[ helios-setup] Aug 25 20:55:12.407 INFO E| From https://github.com/oxidecomputer/amd-efs
32192026-08-25T20:55:13.016Z[ helios-setup] Aug 25 20:55:12.407 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
32202026-08-25T20:55:13.042Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32212026-08-25T20:55:13.157Z[ host-package] Compiling moka v0.12.13
32222026-08-25T20:55:13.217Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32232026-08-25T20:55:13.330Z[ helios-setup] Aug 25 20:55:12.721 INFO E| Downloading crates ...
32242026-08-25T20:55:13.395Z[ helios-setup] Aug 25 20:55:12.786 INFO E| Downloaded heck v0.3.3
32252026-08-25T20:55:13.404Z[ helios-setup] Aug 25 20:55:12.795 INFO E| Downloaded strsim v0.8.0
32262026-08-25T20:55:13.407Z[ helios-setup] Aug 25 20:55:12.796 INFO E| Downloaded unic-ucd-ident v0.9.0
32272026-08-25T20:55:13.412Z[ helios-setup] Aug 25 20:55:12.804 INFO E| Downloaded vec_map v0.8.2
32282026-08-25T20:55:13.415Z[ helios-setup] Aug 25 20:55:12.804 INFO E| Downloaded dyn-clone v1.0.19
32292026-08-25T20:55:13.421Z[ helios-setup] Aug 25 20:55:12.812 INFO E| Downloaded structopt-derive v0.4.18
32302026-08-25T20:55:13.424Z[ helios-setup] Aug 25 20:55:12.813 INFO E| Downloaded thiserror-impl v2.0.12
32312026-08-25T20:55:13.424Z[ helios-setup] Aug 25 20:55:12.815 INFO E| Downloaded unic-common v0.9.0
32322026-08-25T20:55:13.427Z[ helios-setup] Aug 25 20:55:12.818 INFO E| Downloaded bytesize v2.0.1
32332026-08-25T20:55:13.430Z[ helios-setup] Aug 25 20:55:12.819 INFO E| Downloaded parse_int v0.9.0
32342026-08-25T20:55:13.430Z[ helios-setup] Aug 25 20:55:12.821 INFO E| Downloaded ansi_term v0.12.1
32352026-08-25T20:55:13.433Z[ helios-setup] Aug 25 20:55:12.822 INFO E| Downloaded log v0.4.27
32362026-08-25T20:55:13.433Z[ helios-setup] Aug 25 20:55:12.823 INFO E| Downloaded modular-bitfield-impl v0.11.2
32372026-08-25T20:55:13.436Z[ helios-setup] Aug 25 20:55:12.824 INFO E| Downloaded modular-bitfield v0.11.2
32382026-08-25T20:55:13.439Z[ helios-setup] Aug 25 20:55:12.830 INFO E| Downloaded fletcher v1.0.0
32392026-08-25T20:55:13.443Z[ helios-setup] Aug 25 20:55:12.831 INFO E| Downloaded unic-char-property v0.9.0
32402026-08-25T20:55:13.444Z[ helios-setup] Aug 25 20:55:12.832 INFO E| Downloaded pest_generator v2.8.0
32412026-08-25T20:55:13.444Z[ helios-setup] Aug 25 20:55:12.832 INFO E| Downloaded rustversion v1.0.20
32422026-08-25T20:55:13.447Z[ helios-setup] Aug 25 20:55:12.834 INFO E| Downloaded modular-bitfield v0.13.1
32432026-08-25T20:55:13.450Z[ helios-setup] Aug 25 20:55:12.840 INFO E| Downloaded unicode-ident v1.0.18
32442026-08-25T20:55:13.450Z[ helios-setup] Aug 25 20:55:12.841 INFO E| Downloaded strum v0.27.1
32452026-08-25T20:55:13.454Z[ helios-setup] Aug 25 20:55:12.842 INFO E| Downloaded unic-ucd-version v0.9.0
32462026-08-25T20:55:13.454Z[ helios-setup] Aug 25 20:55:12.842 INFO E| Downloaded four-cc v0.4.0
32472026-08-25T20:55:13.480Z[ helios-setup] Aug 25 20:55:12.871 INFO E| Downloaded goblin v0.9.3
32482026-08-25T20:55:13.484Z[ helios-setup] Aug 25 20:55:12.875 INFO E| Downloaded autocfg v1.4.0
32492026-08-25T20:55:13.487Z[ host-package] Compiling tungstenite v0.21.0
32502026-08-25T20:55:13.487Z[ helios-setup] Aug 25 20:55:12.876 INFO E| Downloaded textwrap v0.11.0
32512026-08-25T20:55:13.487Z[ helios-setup] Aug 25 20:55:12.877 INFO E| Downloaded unic-char-range v0.9.0
32522026-08-25T20:55:13.487Z[ helios-setup] Aug 25 20:55:12.878 INFO E| Downloaded strum_macros v0.27.1
32532026-08-25T20:55:13.490Z[ helios-setup] Aug 25 20:55:12.879 INFO E| Downloaded quote v1.0.40
32542026-08-25T20:55:13.499Z[ helios-setup] Aug 25 20:55:12.890 INFO E| Downloaded typenum v1.18.0
32552026-08-25T20:55:13.502Z[ helios-setup] Aug 25 20:55:12.892 INFO E| Downloaded pest_meta v2.8.0
32562026-08-25T20:55:13.502Z[ helios-setup] Aug 25 20:55:12.893 INFO E| Downloaded modular-bitfield-impl v0.13.1
32572026-08-25T20:55:13.505Z[ helios-setup] Aug 25 20:55:12.894 INFO E| Downloaded pest_derive v2.8.0
32582026-08-25T20:55:13.505Z[ helios-setup] Aug 25 20:55:12.895 INFO E| Downloaded thiserror v2.0.12
32592026-08-25T20:55:13.508Z[ helios-setup] Aug 25 20:55:12.899 INFO E| Downloaded serde_derive v1.0.219
32602026-08-25T20:55:13.513Z[ helios-setup] Aug 25 20:55:12.901 INFO E| Downloaded serde v1.0.219
32612026-08-25T20:55:13.513Z[ helios-setup] Aug 25 20:55:12.903 INFO E| Downloaded memchr v2.7.4
32622026-08-25T20:55:13.516Z[ helios-setup] Aug 25 20:55:12.906 INFO E| Downloaded structopt v0.3.26
32632026-08-25T20:55:13.519Z[ helios-setup] Aug 25 20:55:12.911 INFO E| Downloaded proc-macro2 v1.0.95
32642026-08-25T20:55:13.522Z[ helios-setup] Aug 25 20:55:12.912 INFO E| Downloaded zerocopy-derive v0.8.25
32652026-08-25T20:55:13.525Z[ helios-setup] Aug 25 20:55:12.917 INFO E| Downloaded pest v2.8.0
32662026-08-25T20:55:13.544Z[ helios-setup] Aug 25 20:55:12.935 INFO E| Downloaded serde_json v1.0.140
32672026-08-25T20:55:13.549Z[ helios-setup] Aug 25 20:55:12.940 INFO E| Downloaded clap v2.34.0
32682026-08-25T20:55:13.552Z[ helios-setup] Aug 25 20:55:12.944 INFO E| Downloaded zerocopy v0.8.25
32692026-08-25T20:55:13.571Z[ helios-setup] Aug 25 20:55:12.962 INFO E| Downloaded syn v2.0.101
32702026-08-25T20:55:13.596Z[ helios-setup] Aug 25 20:55:12.987 INFO E| Downloaded libc v0.2.172
32712026-08-25T20:55:13.614Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32722026-08-25T20:55:13.655Z[ helios-setup] Aug 25 20:55:13.046 INFO E| Compiling proc-macro2 v1.0.95
32732026-08-25T20:55:13.655Z[ helios-setup] Aug 25 20:55:13.046 INFO E| Compiling unicode-ident v1.0.18
32742026-08-25T20:55:13.658Z[ helios-setup] Aug 25 20:55:13.046 INFO E| Compiling memchr v2.7.4
32752026-08-25T20:55:13.658Z[ helios-setup] Aug 25 20:55:13.046 INFO E| Compiling autocfg v1.4.0
32762026-08-25T20:55:13.658Z[ helios-setup] Aug 25 20:55:13.046 INFO E| Compiling thiserror v2.0.12
32772026-08-25T20:55:13.658Z[ helios-setup] Aug 25 20:55:13.046 INFO E| Compiling syn v1.0.109
32782026-08-25T20:55:13.658Z[ helios-setup] Aug 25 20:55:13.046 INFO E| Compiling serde v1.0.219
32792026-08-25T20:55:13.658Z[ helios-setup] Aug 25 20:55:13.046 INFO E| Compiling version_check v0.9.5
32802026-08-25T20:55:13.658Z[ helios-setup] Aug 25 20:55:13.046 INFO E| Compiling serde_json v1.0.140
32812026-08-25T20:55:13.658Z[ helios-setup] Aug 25 20:55:13.046 INFO E| Compiling ryu v1.0.20
32822026-08-25T20:55:13.658Z[ helios-setup] Aug 25 20:55:13.046 INFO E| Compiling itoa v1.0.15
32832026-08-25T20:55:13.658Z[ helios-setup] Aug 25 20:55:13.046 INFO E| Compiling schemars v0.8.22
32842026-08-25T20:55:13.659Z[ helios-setup] Aug 25 20:55:13.046 INFO E| Compiling zerocopy v0.8.25
32852026-08-25T20:55:13.659Z[ helios-setup] Aug 25 20:55:13.046 INFO E| Compiling rustversion v1.0.20
32862026-08-25T20:55:13.659Z[ helios-setup] Aug 25 20:55:13.046 INFO E| Compiling static_assertions v1.1.0
32872026-08-25T20:55:13.659Z[ helios-setup] Aug 25 20:55:13.046 INFO E| Compiling dyn-clone v1.0.19
32882026-08-25T20:55:13.757Z[ host-package] Compiling darling_core v0.21.3
32892026-08-25T20:55:14.221Z[ helios-setup] Aug 25 20:55:13.612 INFO E| Compiling libc v0.2.172
32902026-08-25T20:55:14.224Z[ helios-setup] Aug 25 20:55:13.612 INFO E| Compiling ucd-trie v0.1.7
32912026-08-25T20:55:14.224Z[ helios-setup] Aug 25 20:55:13.612 INFO E| Compiling paste v1.0.15
32922026-08-25T20:55:14.317Z[ helios-setup] Aug 25 20:55:13.708 INFO E| Compiling once_cell v1.21.3
32932026-08-25T20:55:14.399Z[ helios-setup] Aug 25 20:55:13.790 INFO E| Compiling unicode-width v0.1.14
32942026-08-25T20:55:14.525Z[ helios-setup] Aug 25 20:55:13.915 INFO E| Compiling heck v0.5.0
32952026-08-25T20:55:14.550Z[ helios-setup] Aug 25 20:55:13.941 INFO E| Compiling unicode-segmentation v1.12.0
32962026-08-25T20:55:14.713Z[ helios-setup] Aug 25 20:55:14.104 INFO E| Compiling num-traits v0.2.19
32972026-08-25T20:55:14.780Z[ helios-setup] Aug 25 20:55:14.148 INFO E| Compiling proc-macro-error-attr v1.0.4
32982026-08-25T20:55:14.780Z[ helios-setup] Aug 25 20:55:14.148 INFO E| Compiling memoffset v0.9.1
32992026-08-25T20:55:14.785Z[ helios-setup] Aug 25 20:55:14.155 INFO E| Compiling proc-macro-error v1.0.4
33002026-08-25T20:55:14.785Z[ helios-setup] Aug 25 20:55:14.174 INFO E| Compiling textwrap v0.11.0
33012026-08-25T20:55:14.868Z[ helios-setup] Aug 25 20:55:14.259 INFO E| Compiling bitflags v1.3.2
33022026-08-25T20:55:14.908Z[ helios-setup] Aug 25 20:55:14.299 INFO E| Compiling vec_map v0.8.2
33032026-08-25T20:55:14.952Z[ helios-setup] Aug 25 20:55:14.343 INFO E| Compiling byteorder v1.5.0
33042026-08-25T20:55:14.966Z[ helios-setup] Aug 25 20:55:14.357 INFO E| Compiling fletcher v1.0.0
33052026-08-25T20:55:15.193Z[ helios-setup] Aug 25 20:55:14.584 INFO E| Compiling unic-char-range v0.9.0
33062026-08-25T20:55:15.207Z[ helios-setup] Aug 25 20:55:14.598 INFO E| Compiling strum v0.27.1
33072026-08-25T20:55:15.207Z[ helios-setup] Aug 25 20:55:14.598 INFO E| Compiling strsim v0.8.0
33082026-08-25T20:55:15.226Z[ host-package] Compiling hickory-resolver v0.25.2
33092026-08-25T20:55:15.317Z[ helios-setup] Aug 25 20:55:14.708 INFO E| Compiling atty v0.2.14
33102026-08-25T20:55:15.329Z[ helios-setup] Aug 25 20:55:14.720 INFO E| Compiling heck v0.3.3
33112026-08-25T20:55:15.352Z[ helios-setup] Aug 25 20:55:14.743 INFO E| Compiling unic-common v0.9.0
33122026-08-25T20:55:15.399Z[ helios-setup] Aug 25 20:55:14.790 INFO E| Compiling ansi_term v0.12.1
33132026-08-25T20:55:15.434Z[ helios-setup] Aug 25 20:55:14.824 INFO E| Compiling unic-ucd-version v0.9.0
33142026-08-25T20:55:15.463Z[ helios-setup] Aug 25 20:55:14.854 INFO E| Compiling unic-char-property v0.9.0
33152026-08-25T20:55:15.493Z[ helios-setup] Aug 25 20:55:14.884 INFO E| Compiling lazy_static v1.5.0
33162026-08-25T20:55:15.498Z[ helios-setup] Aug 25 20:55:14.888 INFO E| Compiling quote v1.0.40
33172026-08-25T20:55:15.513Z[ helios-setup] Aug 25 20:55:14.904 INFO E| Compiling plain v0.2.3
33182026-08-25T20:55:15.527Z[ helios-setup] Aug 25 20:55:14.918 INFO E| Compiling log v0.4.27
33192026-08-25T20:55:15.549Z[ helios-setup] Aug 25 20:55:14.940 INFO E| Compiling bytesize v2.0.1
33202026-08-25T20:55:15.568Z[ helios-setup] Aug 25 20:55:14.959 INFO E| Compiling unic-ucd-ident v0.9.0
33212026-08-25T20:55:15.737Z[ helios-setup] Aug 25 20:55:15.127 INFO E| Compiling clap v2.34.0
33222026-08-25T20:55:15.741Z[ helios-setup] Aug 25 20:55:15.132 INFO E| Compiling syn v2.0.101
33232026-08-25T20:55:16.412Z[ helios-setup] Aug 25 20:55:15.802 INFO E| Compiling parse_int v0.9.0
33242026-08-25T20:55:16.522Z[ host-package] Compiling tokio-tungstenite v0.21.0
33252026-08-25T20:55:16.966Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33262026-08-25T20:55:17.154Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33272026-08-25T20:55:17.409Z[ host-package] Compiling darling_macro v0.21.3
33282026-08-25T20:55:17.907Z[ host-package] Compiling display-error-chain v0.2.2
33292026-08-25T20:55:18.080Z[ host-package] Compiling darling v0.21.3
33302026-08-25T20:55:18.148Z[ host-package] Compiling libscf-sys v1.2.0
33312026-08-25T20:55:18.299Z[ host-package] Compiling vergen-lib v0.1.6
33322026-08-25T20:55:18.512Z[ host-package] Compiling diesel_derives v2.3.7
33332026-08-25T20:55:18.838Z[ helios-setup] Aug 25 20:55:18.229 INFO E| Compiling serde_derive_internals v0.29.1
33342026-08-25T20:55:18.872Z[ host-package] Compiling dsl_auto_type v0.2.0
33352026-08-25T20:55:19.248Z[ helios-setup] Aug 25 20:55:18.638 INFO E| Compiling modular-bitfield-impl v0.11.2
33362026-08-25T20:55:19.248Z[ helios-setup] Aug 25 20:55:18.638 INFO E| Compiling structopt-derive v0.4.18
33372026-08-25T20:55:19.358Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33382026-08-25T20:55:19.441Z[ host-package] Compiling vergen-gitcl v1.0.8
33392026-08-25T20:55:19.791Z[ host-package] Compiling dirs-sys-next v0.1.2
33402026-08-25T20:55:19.825Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
33412026-08-25T20:55:19.907Z[ helios-setup] Aug 25 20:55:19.298 INFO E| Compiling thiserror-impl v2.0.12
33422026-08-25T20:55:19.907Z[ helios-setup] Aug 25 20:55:19.298 INFO E| Compiling serde_derive v1.0.219
33432026-08-25T20:55:19.907Z[ helios-setup] Aug 25 20:55:19.298 INFO E| Compiling schemars_derive v0.8.22
33442026-08-25T20:55:19.910Z[ helios-setup] Aug 25 20:55:19.298 INFO E| Compiling zerocopy-derive v0.8.25
33452026-08-25T20:55:19.910Z[ helios-setup] Aug 25 20:55:19.298 INFO E| Compiling num-derive v0.4.2
33462026-08-25T20:55:19.910Z[ helios-setup] Aug 25 20:55:19.298 INFO E| Compiling modular-bitfield-impl v0.13.1
33472026-08-25T20:55:19.910Z[ helios-setup] Aug 25 20:55:19.298 INFO E| Compiling strum_macros v0.27.1
33482026-08-25T20:55:19.910Z[ helios-setup] Aug 25 20:55:19.298 INFO E| Compiling scroll_derive v0.12.1
33492026-08-25T20:55:20.096Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33502026-08-25T20:55:20.221Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33512026-08-25T20:55:20.540Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33522026-08-25T20:55:20.607Z[ host-package] Compiling crunchy v0.2.4
33532026-08-25T20:55:20.994Z[ helios-setup] Aug 25 20:55:20.384 INFO E| Compiling modular-bitfield v0.11.2
33542026-08-25T20:55:21.567Z[ host-package] Compiling glob v0.3.3
33552026-08-25T20:55:21.609Z[ host-package] Compiling maplit v1.0.2
33562026-08-25T20:55:21.699Z[ helios-setup] Aug 25 20:55:21.089 INFO E| Compiling modular-bitfield v0.13.1
33572026-08-25T20:55:21.713Z[ helios-setup] Aug 25 20:55:21.102 INFO E| Compiling structopt v0.3.26
33582026-08-25T20:55:21.774Z[ helios-setup] Aug 25 20:55:21.164 INFO E| Compiling scroll v0.12.0
33592026-08-25T20:55:21.850Z[ helios-setup] Aug 25 20:55:21.237 INFO E| Compiling pest v2.8.0
33602026-08-25T20:55:22.075Z[ helios-setup] Aug 25 20:55:21.466 INFO E| Compiling goblin v0.9.3
33612026-08-25T20:55:22.284Z[ host-package] Compiling clang-sys v1.8.1
33622026-08-25T20:55:22.668Z[ host-package] Compiling dirs-next v2.0.0
33632026-08-25T20:55:22.824Z[ host-package] Compiling r2d2 v0.8.10
33642026-08-25T20:55:23.013Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33652026-08-25T20:55:23.079Z[ helios-setup] Aug 25 20:55:22.467 INFO E| Compiling pest_meta v2.8.0
33662026-08-25T20:55:23.129Z[ host-package] Compiling papergrid v0.18.0
33672026-08-25T20:55:23.384Z[ host-package] Compiling tiny-keccak v2.0.2
33682026-08-25T20:55:23.491Z[ host-package] Compiling downcast-rs v2.0.2
33692026-08-25T20:55:23.571Z[ host-package] Compiling xshell-macros v0.2.7
33702026-08-25T20:55:23.772Z[ host-package] Compiling term v0.7.0
33712026-08-25T20:55:23.834Z[ helios-setup] Aug 25 20:55:23.224 INFO E| Compiling pest_generator v2.8.0
33722026-08-25T20:55:23.865Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33732026-08-25T20:55:24.177Z[ host-package] Compiling xshell v0.2.7
33742026-08-25T20:55:24.252Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33752026-08-25T20:55:24.256Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33762026-08-25T20:55:24.413Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33772026-08-25T20:55:24.499Z[ host-package] Compiling bit-vec v0.6.3
33782026-08-25T20:55:24.639Z[ host-package] Compiling tabled v0.21.0
33792026-08-25T20:55:24.690Z[ helios-setup] Aug 25 20:55:24.075 INFO E| Compiling pest_derive v2.8.0
33802026-08-25T20:55:24.812Z[ host-package] Compiling bit-set v0.5.3
33812026-08-25T20:55:24.895Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33822026-08-25T20:55:25.003Z[ host-package] Compiling ascii-canvas v3.0.0
33832026-08-25T20:55:25.381Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33842026-08-25T20:55:25.460Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33852026-08-25T20:55:25.538Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33862026-08-25T20:55:25.588Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33872026-08-25T20:55:25.632Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33882026-08-25T20:55:25.914Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33892026-08-25T20:55:25.980Z[ helios-setup] Aug 25 20:55:25.371 INFO E| Compiling json5 v0.4.1
33902026-08-25T20:55:26.246Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33912026-08-25T20:55:26.550Z[ host-package] Compiling itertools v0.10.5
33922026-08-25T20:55:26.662Z[ host-package] Compiling ena v0.14.4
33932026-08-25T20:55:26.756Z[ host-package] Compiling libloading v0.8.9
33942026-08-25T20:55:26.811Z[ host-package] Compiling regex-syntax v0.6.29
33952026-08-25T20:55:27.079Z[ host-package] Compiling bindgen v0.71.1
33962026-08-25T20:55:27.142Z[ host-package] Compiling unicase v2.9.0
33972026-08-25T20:55:27.177Z[ host-package] Compiling diff v0.1.13
33982026-08-25T20:55:27.530Z[ host-package] Compiling diesel v2.3.7
33992026-08-25T20:55:27.722Z[ helios-setup] Aug 25 20:55:27.112 INFO E| Compiling four-cc v0.4.0
34002026-08-25T20:55:27.722Z[ helios-setup] Aug 25 20:55:27.112 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
34012026-08-25T20:55:27.846Z[ host-package] Compiling cexpr v0.6.0
34022026-08-25T20:55:27.851Z[ helios-setup] Aug 25 20:55:27.240 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
34032026-08-25T20:55:27.922Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34042026-08-25T20:55:28.421Z[ host-package] Compiling lalrpop v0.19.12
34052026-08-25T20:55:28.495Z[ host-package] Compiling rustc-hash v2.1.1
34062026-08-25T20:55:28.719Z[ host-package] Compiling crc8 v0.1.1
34072026-08-25T20:55:28.943Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34082026-08-25T20:55:29.009Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34092026-08-25T20:55:29.370Z[ host-package] Compiling headers-core v0.3.0
34102026-08-25T20:55:29.572Z[ host-package] Compiling libxml v0.3.3
34112026-08-25T20:55:29.637Z[ host-package] Compiling headers v0.4.1
34122026-08-25T20:55:30.011Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34132026-08-25T20:55:30.062Z[ host-package] Compiling strum_macros v0.24.3
34142026-08-25T20:55:30.215Z[ host-package] Compiling indoc v1.0.9
34152026-08-25T20:55:30.458Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34162026-08-25T20:55:30.657Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34172026-08-25T20:55:30.717Z[ host-package] Compiling derive_builder v0.20.2
34182026-08-25T20:55:30.910Z[ host-package] Compiling oso-derive v0.27.3
34192026-08-25T20:55:31.039Z[ host-package] Compiling quick-xml v0.37.5
34202026-08-25T20:55:31.345Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
34212026-08-25T20:55:31.395Z[ host-package] Compiling openssl-probe v0.1.6
34222026-08-25T20:55:31.579Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34232026-08-25T20:55:31.758Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34242026-08-25T20:55:31.813Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34252026-08-25T20:55:32.344Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34262026-08-25T20:55:32.411Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
34272026-08-25T20:55:32.557Z[ host-package] Compiling bb8 v0.8.6
34282026-08-25T20:55:32.677Z[ host-package] Compiling trait-variant v0.1.2
34292026-08-25T20:55:32.717Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
34302026-08-25T20:55:33.108Z[ host-package] Compiling half v1.8.3
34312026-08-25T20:55:33.195Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34322026-08-25T20:55:33.222Z[ host-package] Compiling proc-macro-error2 v2.0.1
34332026-08-25T20:55:33.273Z[ host-package] Compiling serde_cbor v0.11.2
34342026-08-25T20:55:33.393Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
34352026-08-25T20:55:33.450Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34362026-08-25T20:55:33.736Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34372026-08-25T20:55:33.754Z[ host-package] Compiling hashbrown v0.14.5
34382026-08-25T20:55:33.765Z[ host-package] Compiling rfc6979 v0.4.0
34392026-08-25T20:55:33.905Z[ host-package] Compiling salty v0.3.0
34402026-08-25T20:55:33.973Z[ host-package] Compiling ecdsa v0.16.9
34412026-08-25T20:55:34.129Z[ host-package] Compiling samael v0.0.19
34422026-08-25T20:55:34.360Z[ host-package] Compiling chumsky v0.9.3
34432026-08-25T20:55:34.416Z[ host-package] Compiling knus-derive v3.4.0
34442026-08-25T20:55:34.477Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34452026-08-25T20:55:34.744Z[ host-package] Compiling progenitor-impl v0.13.0
34462026-08-25T20:55:34.762Z[ host-package] Compiling primeorder v0.13.6
34472026-08-25T20:55:35.149Z[ host-package] Compiling nonempty v0.12.0
34482026-08-25T20:55:35.376Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34492026-08-25T20:55:35.613Z[ host-package] Compiling p384 v0.13.1
34502026-08-25T20:55:35.907Z[ host-package] Compiling knus v3.4.0
34512026-08-25T20:55:36.533Z[ host-package] Compiling polar-core v0.27.3
34522026-08-25T20:55:36.791Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34532026-08-25T20:55:36.993Z[ host-package] Compiling progenitor-macro v0.13.0
34542026-08-25T20:55:37.206Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34552026-08-25T20:55:38.081Z[ host-package] Compiling progenitor-client v0.13.0
34562026-08-25T20:55:38.622Z[ host-package] Compiling fxhash v0.2.1
34572026-08-25T20:55:38.686Z[ host-package] Compiling libz-sys v1.1.24
34582026-08-25T20:55:38.844Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34592026-08-25T20:55:38.954Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
34602026-08-25T20:55:39.203Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34612026-08-25T20:55:39.468Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34622026-08-25T20:55:40.104Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34632026-08-25T20:55:40.236Z[ host-package] Compiling kstat-rs v0.2.5
34642026-08-25T20:55:41.098Z[ host-package] Compiling mime_guess v2.0.5
34652026-08-25T20:55:41.562Z[ host-package] Compiling progenitor v0.13.0
34662026-08-25T20:55:41.708Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34672026-08-25T20:55:41.757Z[ helios-setup] Aug 25 20:55:41.144 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
34682026-08-25T20:55:42.824Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
34692026-08-25T20:55:42.851Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34702026-08-25T20:55:43.048Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34712026-08-25T20:55:43.207Z[ host-package] Compiling nanorand v0.7.0
34722026-08-25T20:55:43.322Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
34732026-08-25T20:55:43.671Z[ host-package] Compiling parking_lot_core v0.8.6
34742026-08-25T20:55:44.085Z[ host-package] Compiling flume v0.11.1
34752026-08-25T20:55:44.446Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34762026-08-25T20:55:44.603Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34772026-08-25T20:55:44.977Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34782026-08-25T20:55:45.259Z[ helios-setup] Aug 25 20:55:44.641 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34792026-08-25T20:55:45.771Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34802026-08-25T20:55:45.969Z[ host-package] Compiling async-bb8-diesel v0.2.1
34812026-08-25T20:55:46.535Z[ host-package] Compiling oso v0.27.3
34822026-08-25T20:55:47.046Z[ host-package] Compiling diesel-dtrace v0.5.0
34832026-08-25T20:55:47.259Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34842026-08-25T20:55:47.419Z[ host-package] Compiling git-stub v1.0.0
34852026-08-25T20:55:47.700Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
34862026-08-25T20:55:47.740Z[ host-package] Compiling http-range v0.1.5
34872026-08-25T20:55:48.603Z[ host-package] Compiling corncobs v0.1.4
34882026-08-25T20:55:48.755Z[ host-package] Compiling strsim v0.10.0
34892026-08-25T20:55:48.755Z[ host-package] Compiling instability v0.3.11
34902026-08-25T20:55:48.755Z[ host-package] Compiling darling_core v0.13.4
34912026-08-25T20:55:48.755Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34922026-08-25T20:55:49.515Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34932026-08-25T20:55:49.549Z[ host-package] Compiling git-stub-vcs v0.1.0
34942026-08-25T20:55:50.202Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34952026-08-25T20:55:51.255Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34962026-08-25T20:55:51.651Z[ host-package] Compiling ignore v0.4.25
34972026-08-25T20:55:53.180Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34982026-08-25T20:55:53.267Z[ host-package] Compiling anstyle-parse v0.2.7
34992026-08-25T20:55:53.681Z[ host-package] Compiling secrecy v0.8.0
35002026-08-25T20:55:53.926Z[ host-package] Compiling castaway v0.2.4
35012026-08-25T20:55:53.999Z[ host-package] Compiling vergen-git2 v9.1.0
35022026-08-25T20:55:54.096Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35032026-08-25T20:55:54.266Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35042026-08-25T20:55:54.360Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35052026-08-25T20:55:54.452Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35062026-08-25T20:55:54.648Z[ host-package] Compiling indoc v2.0.7
35072026-08-25T20:55:54.864Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35082026-08-25T20:55:55.209Z[ host-package] Compiling compact_str v0.8.1
35092026-08-25T20:56:00.085Z[ host-package] Compiling anstream v0.6.21
35102026-08-25T20:56:00.085Z[ host-package] Compiling globwalk v0.9.1
35112026-08-25T20:56:00.085Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35122026-08-25T20:56:00.086Z[ host-package] Compiling parking_lot v0.11.2
35132026-08-25T20:56:00.086Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35142026-08-25T20:56:00.086Z[ helios-setup] Aug 25 20:55:56.644 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.54s
35152026-08-25T20:56:00.086Z[ helios-setup] Aug 25 20:55:56.680 INFO building project "amd-host-image-builder" ok (45 seconds)
35162026-08-25T20:56:00.086Z[ helios-setup] Aug 25 20:55:56.680 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
35172026-08-25T20:56:00.086Z[ helios-setup] Aug 25 20:55:56.688 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
35182026-08-25T20:56:00.086Z[ helios-setup] Aug 25 20:55:56.689 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
35192026-08-25T20:56:00.086Z[ helios-setup] Aug 25 20:55:56.689 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
35202026-08-25T20:56:00.086Z[ helios-setup] Aug 25 20:55:56.868 INFO E| Downloading crates ...
35212026-08-25T20:56:00.086Z[ helios-setup] Aug 25 20:55:56.909 INFO E| Downloaded adler2 v2.0.0
35222026-08-25T20:56:00.086Z[ helios-setup] Aug 25 20:55:56.917 INFO E| Downloaded miniz_oxide v0.8.8
35232026-08-25T20:56:00.086Z[ helios-setup] Aug 25 20:55:56.959 INFO E| Compiling adler2 v2.0.0
35242026-08-25T20:56:00.086Z[ helios-setup] Aug 25 20:55:57.050 INFO E| Compiling miniz_oxide v0.8.8
35252026-08-25T20:56:00.086Z[ host-package] Compiling hyper-staticfile v0.10.1
35262026-08-25T20:56:00.086Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35272026-08-25T20:56:00.086Z[ host-package] Compiling darling_macro v0.13.4
35282026-08-25T20:56:00.086Z[ helios-setup] Aug 25 20:55:58.156 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
35292026-08-25T20:56:00.086Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35302026-08-25T20:56:00.086Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35312026-08-25T20:56:00.086Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35322026-08-25T20:56:00.086Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35332026-08-25T20:56:00.086Z[ helios-setup] Aug 25 20:55:58.651 INFO E| Finished `release` profile [optimized] target(s) in 1.95s
35342026-08-25T20:56:00.086Z[ helios-setup] Aug 25 20:55:58.663 INFO building project "pinprick" ok (1 seconds)
35352026-08-25T20:56:00.086Z[ helios-setup] Aug 25 20:55:58.663 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
35362026-08-25T20:56:00.086Z[ helios-setup] Aug 25 20:55:58.672 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
35372026-08-25T20:56:00.086Z[ helios-setup] Aug 25 20:55:58.672 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
35382026-08-25T20:56:00.086Z[ helios-setup] Aug 25 20:55:58.672 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
35392026-08-25T20:56:00.086Z[ helios-setup] Aug 25 20:55:58.788 INFO E| Downloading crates ...
35402026-08-25T20:56:00.086Z[ host-package] Compiling predicates-tree v1.0.13
35412026-08-25T20:56:00.086Z[ helios-setup] Aug 25 20:55:58.846 INFO E| Downloaded typenum v1.15.0
35422026-08-25T20:56:00.087Z[ helios-setup] Aug 25 20:55:58.846 INFO E| Downloaded block-buffer v0.10.3
35432026-08-25T20:56:00.087Z[ helios-setup] Aug 25 20:55:58.846 INFO E| Downloaded unicode-width v0.1.10
35442026-08-25T20:56:00.087Z[ helios-setup] Aug 25 20:55:58.847 INFO E| Downloaded cpufeatures v0.2.5
35452026-08-25T20:56:00.087Z[ helios-setup] Aug 25 20:55:58.851 INFO E| Downloaded miniz_oxide v0.6.2
35462026-08-25T20:56:00.087Z[ helios-setup] Aug 25 20:55:58.853 INFO E| Downloaded generic-array v0.14.6
35472026-08-25T20:56:00.087Z[ helios-setup] Aug 25 20:55:58.859 INFO E| Downloaded sha2 v0.10.5
35482026-08-25T20:56:00.087Z[ helios-setup] Aug 25 20:55:58.862 INFO E| Downloaded digest v0.10.3
35492026-08-25T20:56:00.087Z[ helios-setup] Aug 25 20:55:58.864 INFO E| Downloaded anyhow v1.0.62
35502026-08-25T20:56:00.087Z[ helios-setup] Aug 25 20:55:58.866 INFO E| Downloaded bytes v1.2.1
35512026-08-25T20:56:00.087Z[ helios-setup] Aug 25 20:55:58.868 INFO E| Downloaded flate2 v1.0.25
35522026-08-25T20:56:00.087Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35532026-08-25T20:56:00.248Z[ helios-setup] Aug 25 20:55:58.917 INFO E| Compiling version_check v0.9.4
35542026-08-25T20:56:00.248Z[ helios-setup] Aug 25 20:55:58.917 INFO E| Compiling typenum v1.15.0
35552026-08-25T20:56:00.248Z[ helios-setup] Aug 25 20:55:58.917 INFO E| Compiling cfg-if v1.0.0
35562026-08-25T20:56:00.248Z[ helios-setup] Aug 25 20:55:58.917 INFO E| Compiling crc32fast v1.3.2
35572026-08-25T20:56:00.248Z[ helios-setup] Aug 25 20:55:58.917 INFO E| Compiling anyhow v1.0.62
35582026-08-25T20:56:00.248Z[ helios-setup] Aug 25 20:55:58.917 INFO E| Compiling adler v1.0.2
35592026-08-25T20:56:00.248Z[ helios-setup] Aug 25 20:55:58.917 INFO E| Compiling cpufeatures v0.2.5
35602026-08-25T20:56:00.248Z[ helios-setup] Aug 25 20:55:58.917 INFO E| Compiling unicode-width v0.1.10
35612026-08-25T20:56:00.249Z[ helios-setup] Aug 25 20:55:58.917 INFO E| Compiling bytes v1.2.1
35622026-08-25T20:56:00.249Z[ helios-setup] Aug 25 20:55:58.917 INFO E| Compiling bitflags v1.3.2
35632026-08-25T20:56:00.249Z[ helios-setup] Aug 25 20:55:59.053 INFO E| Compiling getopts v0.2.21
35642026-08-25T20:56:00.249Z[ host-package] Compiling unicode-truncate v1.1.0
35652026-08-25T20:56:00.249Z[ helios-setup] Aug 25 20:55:59.102 INFO E| Compiling miniz_oxide v0.6.2
35662026-08-25T20:56:00.249Z[ host-package] Compiling lru v0.12.5
35672026-08-25T20:56:00.249Z[ host-package] Compiling prefix-trie v0.7.0
35682026-08-25T20:56:00.249Z[ host-package] Compiling rand_seeder v0.4.0
35692026-08-25T20:56:00.249Z[ helios-setup] Aug 25 20:55:59.442 INFO E| Compiling generic-array v0.14.6
35702026-08-25T20:56:00.249Z[ host-package] Compiling cassowary v0.3.0
35712026-08-25T20:56:00.263Z[ helios-setup] Aug 25 20:55:59.599 INFO E| Compiling flate2 v1.0.25
35722026-08-25T20:56:00.379Z[ host-package] Compiling hickory-server v0.25.2
35732026-08-25T20:56:00.477Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35742026-08-25T20:56:00.630Z[ host-package] Compiling ratatui v0.29.0
35752026-08-25T20:56:00.959Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35762026-08-25T20:56:01.579Z[ host-package] Compiling darling v0.13.4
35772026-08-25T20:56:01.629Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35782026-08-25T20:56:01.674Z[ host-package] Compiling sled v0.34.7
35792026-08-25T20:56:01.718Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35802026-08-25T20:56:01.745Z[ helios-setup] Aug 25 20:56:01.136 INFO E| Compiling crypto-common v0.1.6
35812026-08-25T20:56:01.750Z[ helios-setup] Aug 25 20:56:01.136 INFO E| Compiling block-buffer v0.10.3
35822026-08-25T20:56:01.866Z[ helios-setup] Aug 25 20:56:01.256 INFO E| Compiling digest v0.10.3
35832026-08-25T20:56:01.880Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35842026-08-25T20:56:02.056Z[ helios-setup] Aug 25 20:56:01.447 INFO E| Compiling sha2 v0.10.5
35852026-08-25T20:56:02.289Z[ helios-setup] Aug 25 20:56:01.679 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
35862026-08-25T20:56:02.821Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35872026-08-25T20:56:03.246Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35882026-08-25T20:56:03.394Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35892026-08-25T20:56:03.597Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35902026-08-25T20:56:03.728Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35912026-08-25T20:56:04.498Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35922026-08-25T20:56:05.036Z[ helios-setup] Aug 25 20:56:04.424 INFO E| Finished `release` profile [optimized] target(s) in 5.74s
35932026-08-25T20:56:05.047Z[ helios-setup] Aug 25 20:56:04.437 INFO building project "bootserver" ok (5 seconds)
35942026-08-25T20:56:05.047Z[ helios-setup] Aug 25 20:56:04.437 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
35952026-08-25T20:56:05.744Z[ host-package] Compiling serde_with_macros v1.5.2
35962026-08-25T20:56:05.768Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35972026-08-25T20:56:06.193Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35982026-08-25T20:56:06.653Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35992026-08-25T20:56:06.919Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
36002026-08-25T20:56:07.184Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36012026-08-25T20:56:07.423Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36022026-08-25T20:56:07.809Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36032026-08-25T20:56:07.962Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
36042026-08-25T20:56:08.006Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36052026-08-25T20:56:08.033Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36062026-08-25T20:56:08.204Z[ host-package] Compiling arc-swap v1.8.2
36072026-08-25T20:56:08.240Z[ host-package] Compiling void v1.0.2
36082026-08-25T20:56:08.351Z[ host-package] Compiling lzss v0.8.2
36092026-08-25T20:56:08.530Z[ host-package] Compiling slog-scope v4.4.1
36102026-08-25T20:56:08.683Z[ host-package] Compiling serde_with v1.14.0
36112026-08-25T20:56:08.964Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36122026-08-25T20:56:10.179Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36132026-08-25T20:56:10.527Z[ host-package] Compiling git2 v0.20.4
36142026-08-25T20:56:10.609Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
36152026-08-25T20:56:12.073Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36162026-08-25T20:56:12.869Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36172026-08-25T20:56:12.946Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36182026-08-25T20:56:13.156Z[ host-package] Compiling scuffle v0.1.0
36192026-08-25T20:56:14.780Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36202026-08-25T20:56:14.867Z[ host-package] Compiling tungstenite v0.23.0
36212026-08-25T20:56:15.290Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36222026-08-25T20:56:15.536Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36232026-08-25T20:56:16.123Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36242026-08-25T20:56:16.437Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36252026-08-25T20:56:16.522Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36262026-08-25T20:56:16.678Z[ host-package] Compiling nix v0.27.1
36272026-08-25T20:56:16.791Z[ host-package] Compiling twox-hash v2.1.2
36282026-08-25T20:56:17.059Z[ host-package] Compiling libsw-core v0.3.2
36292026-08-25T20:56:17.298Z[ host-package] Compiling atty v0.2.14
36302026-08-25T20:56:17.454Z[ host-package] Compiling serde_bytes v0.11.19
36312026-08-25T20:56:17.561Z[ host-package] Compiling libsw v3.5.0
36322026-08-25T20:56:17.738Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36332026-08-25T20:56:17.761Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36342026-08-25T20:56:17.800Z[ host-package] Compiling tokio-tungstenite v0.23.1
36352026-08-25T20:56:17.865Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36362026-08-25T20:56:17.898Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36372026-08-25T20:56:18.087Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
36382026-08-25T20:56:18.212Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36392026-08-25T20:56:19.709Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36402026-08-25T20:56:21.172Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36412026-08-25T20:56:22.227Z[ host-package] Compiling slog-stdlog v4.1.1
36422026-08-25T20:56:22.269Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36432026-08-25T20:56:22.677Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36442026-08-25T20:56:22.770Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
36452026-08-25T20:56:23.017Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36462026-08-25T20:56:23.187Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36472026-08-25T20:56:23.614Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36482026-08-25T20:56:23.886Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36492026-08-25T20:56:25.792Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36502026-08-25T20:56:27.024Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36512026-08-25T20:56:27.774Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
36522026-08-25T20:56:27.883Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
36532026-08-25T20:56:27.925Z[ helios-setup] Aug 25 20:56:27.313 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')"
36542026-08-25T20:56:27.925Z[ helios-setup] Aug 25 20:56:27.313 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36552026-08-25T20:56:27.934Z[ helios-setup] Aug 25 20:56:27.322 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
36562026-08-25T20:56:27.934Z[ helios-setup] Aug 25 20:56:27.323 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36572026-08-25T20:56:27.940Z[ helios-setup] Aug 25 20:56:27.323 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36582026-08-25T20:56:28.047Z[ helios-setup] Aug 25 20:56:27.436 INFO E| Blocking waiting for file lock on package cache
36592026-08-25T20:56:28.469Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36602026-08-25T20:56:29.100Z[ helios-setup] Aug 25 20:56:28.487 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36612026-08-25T20:56:29.539Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36622026-08-25T20:56:29.830Z[ helios-setup] Aug 25 20:56:29.213 INFO E| From https://github.com/jclulow/rust-jmclib
36632026-08-25T20:56:29.830Z[ helios-setup] Aug 25 20:56:29.213 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36642026-08-25T20:56:29.834Z[ helios-setup] Aug 25 20:56:29.224 INFO E| Updating crates.io index
36652026-08-25T20:56:29.920Z[ helios-setup] Aug 25 20:56:29.270 INFO E| Blocking waiting for file lock on package cache
36662026-08-25T20:56:29.939Z[ helios-setup] Aug 25 20:56:29.324 INFO E| Downloading crates ...
36672026-08-25T20:56:29.989Z[ helios-setup] Aug 25 20:56:29.368 INFO E| Downloaded itoa v1.0.9
36682026-08-25T20:56:30.004Z[ helios-setup] Aug 25 20:56:29.369 INFO E| Downloaded digest v0.9.0
36692026-08-25T20:56:30.004Z[ helios-setup] Aug 25 20:56:29.377 INFO E| Downloaded ryu v1.0.15
36702026-08-25T20:56:30.004Z[ helios-setup] Aug 25 20:56:29.380 INFO E| Downloaded opaque-debug v0.3.0
36712026-08-25T20:56:30.011Z[ helios-setup] Aug 25 20:56:29.385 INFO E| Downloaded libdevinfo-sys v1.0.0
36722026-08-25T20:56:30.011Z[ helios-setup] Aug 25 20:56:29.386 INFO E| Downloaded uuid v0.8.2
36732026-08-25T20:56:30.011Z[ helios-setup] Aug 25 20:56:29.391 INFO E| Downloaded block-buffer v0.9.0
36742026-08-25T20:56:30.011Z[ helios-setup] Aug 25 20:56:29.401 INFO E| Downloaded cpufeatures v0.2.9
36752026-08-25T20:56:30.016Z[ helios-setup] Aug 25 20:56:29.404 INFO E| Downloaded fastrand v2.0.0
36762026-08-25T20:56:30.020Z[ helios-setup] Aug 25 20:56:29.407 INFO E| Downloaded md-5 v0.9.1
36772026-08-25T20:56:30.024Z[ helios-setup] Aug 25 20:56:29.412 INFO E| Downloaded sha-1 v0.9.8
36782026-08-25T20:56:30.031Z[ helios-setup] Aug 25 20:56:29.415 INFO E| Downloaded glob v0.3.1
36792026-08-25T20:56:30.031Z[ helios-setup] Aug 25 20:56:29.416 INFO E| Downloaded quote v1.0.31
36802026-08-25T20:56:30.031Z[ helios-setup] Aug 25 20:56:29.418 INFO E| Downloaded walkdir v2.3.3
36812026-08-25T20:56:30.031Z[ helios-setup] Aug 25 20:56:29.419 INFO E| Downloaded once_cell v1.18.0
36822026-08-25T20:56:30.031Z[ helios-setup] Aug 25 20:56:29.421 INFO E| Downloaded proc-macro2 v1.0.66
36832026-08-25T20:56:30.039Z[ helios-setup] Aug 25 20:56:29.422 INFO E| Downloaded anyhow v1.0.72
36842026-08-25T20:56:30.039Z[ helios-setup] Aug 25 20:56:29.425 INFO E| Downloaded errno v0.3.1
36852026-08-25T20:56:30.065Z[ helios-setup] Aug 25 20:56:29.429 INFO E| Downloaded bitflags v2.3.3
36862026-08-25T20:56:30.065Z[ helios-setup] Aug 25 20:56:29.433 INFO E| Downloaded getrandom v0.2.10
36872026-08-25T20:56:30.065Z[ helios-setup] Aug 25 20:56:29.435 INFO E| Downloaded unicode-ident v1.0.11
36882026-08-25T20:56:30.070Z[ helios-setup] Aug 25 20:56:29.440 INFO E| Downloaded typenum v1.16.0
36892026-08-25T20:56:30.070Z[ helios-setup] Aug 25 20:56:29.442 INFO E| Downloaded toml v0.5.11
36902026-08-25T20:56:30.071Z[ helios-setup] Aug 25 20:56:29.444 INFO E| Downloaded tempfile v3.7.0
36912026-08-25T20:56:30.071Z[ helios-setup] Aug 25 20:56:29.447 INFO E| Downloaded serde_derive v1.0.193
36922026-08-25T20:56:30.071Z[ helios-setup] Aug 25 20:56:29.456 INFO E| Downloaded serde v1.0.193
36932026-08-25T20:56:30.076Z[ helios-setup] Aug 25 20:56:29.466 INFO E| Downloaded serde_json v1.0.103
36942026-08-25T20:56:30.113Z[ helios-setup] Aug 25 20:56:29.494 INFO E| Downloaded syn v2.0.32
36952026-08-25T20:56:30.121Z[ helios-setup] Aug 25 20:56:29.507 INFO E| Downloaded rustix v0.38.4
36962026-08-25T20:56:30.145Z[ helios-setup] Aug 25 20:56:29.531 INFO E| Downloaded libc v0.2.147
36972026-08-25T20:56:30.165Z[ helios-setup] Aug 25 20:56:29.546 INFO E| Blocking waiting for file lock on package cache
36982026-08-25T20:56:31.419Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36992026-08-25T20:56:31.740Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37002026-08-25T20:56:32.469Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37012026-08-25T20:56:34.006Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37022026-08-25T20:56:34.306Z[ helios-setup] Aug 25 20:56:33.696 INFO E| Compiling libc v0.2.147
37032026-08-25T20:56:34.306Z[ helios-setup] Aug 25 20:56:33.696 INFO E| Compiling proc-macro2 v1.0.66
37042026-08-25T20:56:34.306Z[ helios-setup] Aug 25 20:56:33.696 INFO E| Compiling unicode-ident v1.0.11
37052026-08-25T20:56:34.309Z[ helios-setup] Aug 25 20:56:33.696 INFO E| Compiling cfg-if v1.0.0
37062026-08-25T20:56:34.310Z[ helios-setup] Aug 25 20:56:33.696 INFO E| Compiling typenum v1.16.0
37072026-08-25T20:56:34.310Z[ helios-setup] Aug 25 20:56:33.696 INFO E| Compiling version_check v0.9.4
37082026-08-25T20:56:34.310Z[ helios-setup] Aug 25 20:56:33.697 INFO E| Compiling serde v1.0.193
37092026-08-25T20:56:34.310Z[ helios-setup] Aug 25 20:56:33.697 INFO E| Compiling itoa v1.0.9
37102026-08-25T20:56:34.339Z[ helios-setup] Aug 25 20:56:33.729 INFO E| Compiling rustix v0.38.4
37112026-08-25T20:56:34.339Z[ helios-setup] Aug 25 20:56:33.729 INFO E| Compiling slog v2.7.0
37122026-08-25T20:56:34.339Z[ helios-setup] Aug 25 20:56:33.729 INFO E| Compiling time-core v0.1.2
37132026-08-25T20:56:34.342Z[ helios-setup] Aug 25 20:56:33.729 INFO E| Compiling powerfmt v0.2.0
37142026-08-25T20:56:34.342Z[ helios-setup] Aug 25 20:56:33.729 INFO E| Compiling num-conv v0.1.0
37152026-08-25T20:56:34.342Z[ helios-setup] Aug 25 20:56:33.729 INFO E| Compiling num_threads v0.1.6
37162026-08-25T20:56:34.342Z[ helios-setup] Aug 25 20:56:33.729 INFO E| Compiling once_cell v1.18.0
37172026-08-25T20:56:34.343Z[ helios-setup] Aug 25 20:56:33.729 INFO E| Compiling bitflags v2.3.3
37182026-08-25T20:56:34.594Z[ helios-setup] Aug 25 20:56:33.984 INFO E| Compiling fastrand v2.0.0
37192026-08-25T20:56:34.630Z[ helios-setup] Aug 25 20:56:34.019 INFO E| Compiling anyhow v1.0.72
37202026-08-25T20:56:34.658Z[ helios-setup] Aug 25 20:56:34.048 INFO E| Compiling serde_json v1.0.103
37212026-08-25T20:56:34.682Z[ helios-setup] Aug 25 20:56:34.072 INFO E| Compiling opaque-debug v0.3.0
37222026-08-25T20:56:34.793Z[ helios-setup] Aug 25 20:56:34.184 INFO E| Compiling ryu v1.0.15
37232026-08-25T20:56:34.851Z[ helios-setup] Aug 25 20:56:34.240 INFO E| Compiling deranged v0.3.11
37242026-08-25T20:56:34.892Z[ helios-setup] Aug 25 20:56:34.271 INFO E| Compiling time-macros v0.2.18
37252026-08-25T20:56:35.131Z[ helios-setup] Aug 25 20:56:34.521 INFO E| Compiling thread_local v1.1.7
37262026-08-25T20:56:35.167Z[ helios-setup] Aug 25 20:56:34.558 INFO E| Compiling unicode-width v0.1.10
37272026-08-25T20:56:35.312Z[ helios-setup] Aug 25 20:56:34.702 INFO E| Compiling same-file v1.0.6
37282026-08-25T20:56:35.333Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37292026-08-25T20:56:35.441Z[ helios-setup] Aug 25 20:56:34.831 INFO E| Compiling generic-array v0.14.7
37302026-08-25T20:56:35.441Z[ helios-setup] Aug 25 20:56:34.831 INFO E| Compiling cpufeatures v0.2.9
37312026-08-25T20:56:35.444Z[ helios-setup] Aug 25 20:56:34.831 INFO E| Compiling getopts v0.2.21
37322026-08-25T20:56:35.505Z[ host-package] Compiling signal-hook-tokio v0.3.1
37332026-08-25T20:56:35.514Z[ helios-setup] Aug 25 20:56:34.904 INFO E| Compiling glob v0.3.1
37342026-08-25T20:56:35.533Z[ helios-setup] Aug 25 20:56:34.923 INFO E| Compiling libdevinfo-sys v1.0.0
37352026-08-25T20:56:35.603Z[ helios-setup] Aug 25 20:56:34.994 INFO E| Compiling quote v1.0.31
37362026-08-25T20:56:35.647Z[ helios-setup] Aug 25 20:56:35.037 INFO E| Compiling walkdir v2.3.3
37372026-08-25T20:56:35.787Z[ host-package] Compiling fatfs v0.3.6
37382026-08-25T20:56:35.896Z[ helios-setup] Aug 25 20:56:35.285 INFO E| Compiling syn v2.0.32
37392026-08-25T20:56:35.992Z[ helios-setup] Aug 25 20:56:35.381 INFO E| Compiling dirs-sys-next v0.1.2
37402026-08-25T20:56:36.068Z[ helios-setup] Aug 25 20:56:35.459 INFO E| Compiling errno v0.3.1
37412026-08-25T20:56:36.082Z[ helios-setup] Aug 25 20:56:35.471 INFO E| Compiling atty v0.2.14
37422026-08-25T20:56:36.097Z[ helios-setup] Aug 25 20:56:35.487 INFO E| Compiling getrandom v0.2.10
37432026-08-25T20:56:36.270Z[ host-package] Compiling yasna v0.5.2
37442026-08-25T20:56:36.305Z[ helios-setup] Aug 25 20:56:35.689 INFO E| Compiling dirs-next v2.0.0
37452026-08-25T20:56:36.397Z[ helios-setup] Aug 25 20:56:35.786 INFO E| Compiling term v0.7.0
37462026-08-25T20:56:36.679Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37472026-08-25T20:56:36.773Z[ helios-setup] Aug 25 20:56:36.163 INFO E| Compiling block-buffer v0.9.0
37482026-08-25T20:56:36.773Z[ helios-setup] Aug 25 20:56:36.163 INFO E| Compiling digest v0.9.0
37492026-08-25T20:56:36.893Z[ helios-setup] Aug 25 20:56:36.284 INFO E| Compiling sha-1 v0.9.8
37502026-08-25T20:56:36.893Z[ helios-setup] Aug 25 20:56:36.284 INFO E| Compiling md-5 v0.9.1
37512026-08-25T20:56:37.136Z[ helios-setup] Aug 25 20:56:36.526 INFO E| Compiling time v0.3.36
37522026-08-25T20:56:37.247Z[ helios-setup] Aug 25 20:56:36.637 INFO E| Compiling tempfile v3.7.0
37532026-08-25T20:56:37.721Z[ host-package] Compiling seq-macro v0.3.6
37542026-08-25T20:56:37.882Z[ helios-setup] Aug 25 20:56:37.272 INFO E| Compiling serde_derive v1.0.193
37552026-08-25T20:56:37.951Z[ host-package] Compiling assert_matches v1.5.0
37562026-08-25T20:56:38.123Z[ host-package] Compiling rcgen v0.12.1
37572026-08-25T20:56:38.295Z[ helios-setup] Aug 25 20:56:37.685 INFO E| Compiling slog-term v2.9.0
37582026-08-25T20:56:38.363Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37592026-08-25T20:56:39.041Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37602026-08-25T20:56:39.940Z[ host-package] Compiling slog-envlogger v2.2.0
37612026-08-25T20:56:41.219Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37622026-08-25T20:56:41.273Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37632026-08-25T20:56:41.325Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37642026-08-25T20:56:42.151Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37652026-08-25T20:56:42.426Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37662026-08-25T20:56:42.721Z[ host-package] Compiling port-file v0.1.0
37672026-08-25T20:56:42.865Z[ host-package] Compiling subprocess v0.2.15
37682026-08-25T20:56:42.901Z[ helios-setup] Aug 25 20:56:42.291 INFO E| Compiling toml v0.5.11
37692026-08-25T20:56:42.901Z[ helios-setup] Aug 25 20:56:42.291 INFO E| Compiling uuid v0.8.2
37702026-08-25T20:56:42.946Z[ host-package] Compiling rtoolbox v0.0.3
37712026-08-25T20:56:43.304Z[ host-package] Compiling rpassword v7.5.4
37722026-08-25T20:56:43.367Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37732026-08-25T20:56:43.446Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37742026-08-25T20:56:43.713Z[ helios-setup] Aug 25 20:56:43.104 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37752026-08-25T20:56:44.757Z[ helios-setup] Aug 25 20:56:44.147 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37762026-08-25T20:56:45.186Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37772026-08-25T20:56:45.335Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37782026-08-25T20:56:45.513Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37792026-08-25T20:56:47.937Z[ host-package] Compiling tui-tree-widget v0.23.1
37802026-08-25T20:56:48.140Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37812026-08-25T20:56:48.220Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37822026-08-25T20:56:49.201Z[ helios-setup] Aug 25 20:56:48.590 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.25s
37832026-08-25T20:56:49.220Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37842026-08-25T20:56:49.227Z[ helios-setup] Aug 25 20:56:48.616 INFO building project "image-builder" ok (21 seconds)
37852026-08-25T20:56:49.227Z[ helios-setup] Aug 25 20:56:48.616 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
37862026-08-25T20:56:49.235Z[ helios-setup] Aug 25 20:56:48.624 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
37872026-08-25T20:56:49.235Z[ helios-setup] Aug 25 20:56:48.624 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
37882026-08-25T20:56:49.235Z[ helios-setup] Aug 25 20:56:48.625 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
37892026-08-25T20:56:49.429Z[ helios-setup] Aug 25 20:56:48.818 INFO E| Downloading crates ...
37902026-08-25T20:56:49.478Z[ helios-setup] Aug 25 20:56:48.868 INFO E| Downloaded anyhow v1.0.98
37912026-08-25T20:56:49.486Z[ helios-setup] Aug 25 20:56:48.875 INFO E| Downloaded tempfile v3.20.0
37922026-08-25T20:56:49.489Z[ helios-setup] Aug 25 20:56:48.877 INFO E| Downloaded time-core v0.1.4
37932026-08-25T20:56:49.493Z[ helios-setup] Aug 25 20:56:48.880 INFO E| Downloaded errno v0.3.12
37942026-08-25T20:56:49.497Z[ helios-setup] Aug 25 20:56:48.887 INFO E| Downloaded time-macros v0.2.22
37952026-08-25T20:56:49.509Z[ helios-setup] Aug 25 20:56:48.899 INFO E| Downloaded deranged v0.4.0
37962026-08-25T20:56:49.513Z[ helios-setup] Aug 25 20:56:48.900 INFO E| Downloaded iana-time-zone v0.1.63
37972026-08-25T20:56:49.513Z[ helios-setup] Aug 25 20:56:48.903 INFO E| Downloaded bitflags v2.9.1
37982026-08-25T20:56:49.517Z[ helios-setup] Aug 25 20:56:48.907 INFO E| Downloaded serde_with_macros v3.12.0
37992026-08-25T20:56:49.521Z[ helios-setup] Aug 25 20:56:48.911 INFO E| Downloaded getrandom v0.3.3
38002026-08-25T20:56:49.546Z[ helios-setup] Aug 25 20:56:48.935 INFO E| Downloaded indexmap v2.9.0
38012026-08-25T20:56:49.566Z[ helios-setup] Aug 25 20:56:48.956 INFO E| Downloaded hashbrown v0.15.3
38022026-08-25T20:56:49.572Z[ helios-setup] Aug 25 20:56:48.960 INFO E| Downloaded serde_with v3.12.0
38032026-08-25T20:56:49.575Z[ helios-setup] Aug 25 20:56:48.964 INFO E| Downloaded time v0.3.41
38042026-08-25T20:56:49.585Z[ helios-setup] Aug 25 20:56:48.975 INFO E| Downloaded chrono v0.4.41
38052026-08-25T20:56:49.591Z[ helios-setup] Aug 25 20:56:48.981 INFO E| Downloaded rustix v1.0.7
38062026-08-25T20:56:49.690Z[ helios-setup] Aug 25 20:56:49.080 INFO E| Compiling proc-macro2 v1.0.95
38072026-08-25T20:56:49.690Z[ helios-setup] Aug 25 20:56:49.080 INFO E| Compiling unicode-ident v1.0.18
38082026-08-25T20:56:49.694Z[ helios-setup] Aug 25 20:56:49.080 INFO E| Compiling libc v0.2.172
38092026-08-25T20:56:49.694Z[ helios-setup] Aug 25 20:56:49.080 INFO E| Compiling ident_case v1.0.1
38102026-08-25T20:56:49.695Z[ helios-setup] Aug 25 20:56:49.080 INFO E| Compiling strsim v0.11.1
38112026-08-25T20:56:49.695Z[ helios-setup] Aug 25 20:56:49.080 INFO E| Compiling fnv v1.0.7
38122026-08-25T20:56:49.695Z[ helios-setup] Aug 25 20:56:49.080 INFO E| Compiling serde v1.0.219
38132026-08-25T20:56:49.695Z[ helios-setup] Aug 25 20:56:49.080 INFO E| Compiling getrandom v0.3.3
38142026-08-25T20:56:49.695Z[ helios-setup] Aug 25 20:56:49.080 INFO E| Compiling rustix v1.0.7
38152026-08-25T20:56:49.710Z[ helios-setup] Aug 25 20:56:49.100 INFO E| Compiling bitflags v2.9.1
38162026-08-25T20:56:49.710Z[ helios-setup] Aug 25 20:56:49.100 INFO E| Compiling serde_json v1.0.140
38172026-08-25T20:56:49.710Z[ helios-setup] Aug 25 20:56:49.100 INFO E| Compiling thiserror v2.0.12
38182026-08-25T20:56:49.714Z[ helios-setup] Aug 25 20:56:49.100 INFO E| Compiling cfg-if v1.0.0
38192026-08-25T20:56:49.714Z[ helios-setup] Aug 25 20:56:49.100 INFO E| Compiling anyhow v1.0.98
38202026-08-25T20:56:49.714Z[ helios-setup] Aug 25 20:56:49.100 INFO E| Compiling ryu v1.0.20
38212026-08-25T20:56:49.714Z[ helios-setup] Aug 25 20:56:49.100 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
38222026-08-25T20:56:49.826Z[ helios-setup] Aug 25 20:56:49.215 INFO E| Compiling fastrand v2.3.0
38232026-08-25T20:56:50.042Z[ helios-setup] Aug 25 20:56:49.431 INFO E| Compiling once_cell v1.21.3
38242026-08-25T20:56:50.056Z[ helios-setup] Aug 25 20:56:49.444 INFO E| Compiling itoa v1.0.15
38252026-08-25T20:56:50.077Z[ helios-setup] Aug 25 20:56:49.463 INFO E| Compiling memchr v2.7.4
38262026-08-25T20:56:50.180Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38272026-08-25T20:56:50.845Z[ helios-setup] Aug 25 20:56:50.230 INFO E| Compiling errno v0.3.12
38282026-08-25T20:56:51.059Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38292026-08-25T20:56:51.268Z[ helios-setup] Aug 25 20:56:50.658 INFO E| Compiling quote v1.0.40
38302026-08-25T20:56:51.440Z[ host-package] Compiling uzers v0.12.2
38312026-08-25T20:56:51.458Z[ helios-setup] Aug 25 20:56:50.848 INFO E| Compiling syn v2.0.101
38322026-08-25T20:56:51.818Z[ helios-setup] Aug 25 20:56:51.207 INFO E| Compiling tempfile v3.20.0
38332026-08-25T20:56:52.412Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38342026-08-25T20:56:53.223Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38352026-08-25T20:56:53.737Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38362026-08-25T20:56:54.153Z[ helios-setup] Aug 25 20:56:53.541 INFO E| Compiling darling_core v0.20.11
38372026-08-25T20:56:54.670Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38382026-08-25T20:56:54.764Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38392026-08-25T20:56:55.064Z[ host-package] Compiling support-bundle-viewer v0.1.2
38402026-08-25T20:56:55.088Z[ helios-setup] Aug 25 20:56:54.478 INFO E| Compiling serde_derive v1.0.219
38412026-08-25T20:56:55.088Z[ helios-setup] Aug 25 20:56:54.478 INFO E| Compiling thiserror-impl v2.0.12
38422026-08-25T20:56:56.053Z[ helios-setup] Aug 25 20:56:55.443 INFO E| Compiling darling_macro v0.20.11
38432026-08-25T20:56:57.094Z[ helios-setup] Aug 25 20:56:56.484 INFO E| Compiling darling v0.20.11
38442026-08-25T20:56:57.159Z[ host-package] Compiling multimap v0.10.1
38452026-08-25T20:56:57.188Z[ helios-setup] Aug 25 20:56:56.578 INFO E| Compiling serde_with_macros v3.12.0
38462026-08-25T20:57:00.920Z[ helios-setup] Aug 25 20:57:00.309 INFO E| Compiling serde_with v3.12.0
38472026-08-25T20:57:06.237Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38482026-08-25T20:57:06.291Z[ helios-setup] Aug 25 20:57:05.671 INFO E| Finished `release` profile [optimized] target(s) in 17.03s
38492026-08-25T20:57:06.311Z[ helios-setup] Aug 25 20:57:05.694 INFO building project "dmar-report" ok (17 seconds)
38502026-08-25T20:57:06.316Z[ helios-setup] rm -f helios-build
38512026-08-25T20:57:06.316Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38522026-08-25T20:57:06.316Z[ helios-setup]
38532026-08-25T20:57:06.316Z[ helios-setup] Setup complete! ./helios-build is now available.
38542026-08-25T20:57:06.316Z[ helios-setup]
38552026-08-25T20:57:06.317Z[ helios-setup]
38562026-08-25T20:57:06.317Z[ helios-setup] real 3:01.966810850
38572026-08-25T20:57:06.317Z[ helios-setup] user 7:02.073279014
38582026-08-25T20:57:06.317Z[ helios-setup] sys 1:16.820087179
38592026-08-25T20:57:06.317Z[ helios-setup] trap 0.557185765
38602026-08-25T20:57:06.317Z[ helios-setup] tflt 2.743979561
38612026-08-25T20:57:06.317Z[ helios-setup] dflt 7.951470065
38622026-08-25T20:57:06.317Z[ helios-setup] kflt 0.000990850
38632026-08-25T20:57:06.317Z[ helios-setup] lock 50:29.213377719
38642026-08-25T20:57:06.317Z[ helios-setup] slp 31:28.981882941
38652026-08-25T20:57:06.317Z[ helios-setup] lat 4:22.747658842
38662026-08-25T20:57:06.317Z[ helios-setup] stop 1:27.547226861
38672026-08-25T20:57:06.317ZAug 25 20:57:05.704 INFO [helios-setup] process exited with exit status: 0 (181.970176541s)
38682026-08-25T20:57:06.317ZAug 25 20:57:05.704 INFO [helios-record] running task
38692026-08-25T20:57:06.318ZAug 25 20:57:05.704 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38702026-08-25T20:57:06.341ZAug 25 20:57:05.709 DEBG process exited with exit status: 0 (4.507521ms)
38712026-08-25T20:57:06.341ZAug 25 20:57:05.709 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38722026-08-25T20:57:06.349ZAug 25 20:57:05.715 DEBG process exited with exit status: 0 (6.178213ms)
38732026-08-25T20:57:06.349ZAug 25 20:57:05.715 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38742026-08-25T20:57:06.349ZAug 25 20:57:05.731 DEBG process exited with exit status: 0 (15.391565ms)
38752026-08-25T20:57:06.349ZAug 25 20:57:05.731 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38762026-08-25T20:57:06.349ZAug 25 20:57:05.735 DEBG process exited with exit status: 0 (4.533582ms)
38772026-08-25T20:57:06.349ZAug 25 20:57:05.735 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38782026-08-25T20:57:06.353ZAug 25 20:57:05.739 DEBG process exited with exit status: 0 (3.829641ms)
38792026-08-25T20:57:06.354ZAug 25 20:57:05.739 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38802026-08-25T20:57:06.369ZAug 25 20:57:05.745 DEBG process exited with exit status: 0 (5.858623ms)
38812026-08-25T20:57:06.369ZAug 25 20:57:05.745 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38822026-08-25T20:57:06.373ZAug 25 20:57:05.749 DEBG process exited with exit status: 0 (3.953961ms)
38832026-08-25T20:57:06.373ZAug 25 20:57:05.749 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38842026-08-25T20:57:06.373ZAug 25 20:57:05.753 DEBG process exited with exit status: 0 (3.658081ms)
38852026-08-25T20:57:06.373ZAug 25 20:57:05.753 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38862026-08-25T20:57:06.373ZAug 25 20:57:05.758 DEBG process exited with exit status: 0 (5.657162ms)
38872026-08-25T20:57:06.373ZAug 25 20:57:05.758 INFO [helios-record] task succeeded (54.2918ms)
38882026-08-25T20:57:11.830Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38892026-08-25T20:57:13.306Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38902026-08-25T20:57:18.454Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38912026-08-25T20:57:18.700Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38922026-08-25T21:07:14.009Z[ host-package] Finished `release` profile [optimized] target(s) in 12m 25s
38932026-08-25T21:07:14.012Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38942026-08-25T21:07:14.012Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38952026-08-25T21:08:05.914ZAug 25 21:08:05.296 INFO [host-package] process exited with exit status: 0 (797.251573364s)
38962026-08-25T21:08:05.914ZAug 25 21:08:05.296 INFO [host-libraries] running task
38972026-08-25T21:08:05.914ZAug 25 21:08:05.296 INFO [host-stamp] running task
38982026-08-25T21:08:05.921ZAug 25 21:08:05.298 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+git21f4906c9de
38992026-08-25T21:08:05.921ZAug 25 21:08:05.298 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+git21f4906c9de
39002026-08-25T21:08:05.921ZAug 25 21:08:05.298 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+git21f4906c9de
39012026-08-25T21:08:05.921ZAug 25 21:08:05.298 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+git21f4906c9de
39022026-08-25T21:08:05.921ZAug 25 21:08:05.299 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+git21f4906c9de
39032026-08-25T21:08:05.922ZAug 25 21:08:05.299 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+git21f4906c9de
39042026-08-25T21:08:05.922ZAug 25 21:08:05.299 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+git21f4906c9de
39052026-08-25T21:08:05.922ZAug 25 21:08:05.299 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+git21f4906c9de
39062026-08-25T21:08:05.930Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39072026-08-25T21:08:05.931Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39082026-08-25T21:08:05.931Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39092026-08-25T21:08:05.931Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39102026-08-25T21:08:05.931Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39112026-08-25T21:08:05.931Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39122026-08-25T21:08:05.931Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39132026-08-25T21:08:05.931Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39142026-08-25T21:08:05.931Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39152026-08-25T21:08:05.939ZAug 25 21:08:05.312 INFO [stamp-overlay] process exited with exit status: 0 (13.566065ms)
39162026-08-25T21:08:05.944Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39172026-08-25T21:08:05.944ZAug 25 21:08:05.324 INFO [stamp-oxlog] process exited with exit status: 0 (24.618579ms)
39182026-08-25T21:08:05.984Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39192026-08-25T21:08:05.991Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39202026-08-25T21:08:05.991ZAug 25 21:08:05.371 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (72.158927ms)
39212026-08-25T21:08:05.991ZAug 25 21:08:05.372 INFO [stamp-crucible-utils] process exited with exit status: 0 (73.255837ms)
39222026-08-25T21:08:06.147Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39232026-08-25T21:08:06.154ZAug 25 21:08:05.533 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (235.552296ms)
39242026-08-25T21:08:06.487Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39252026-08-25T21:08:06.496ZAug 25 21:08:05.853 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (554.536953ms)
39262026-08-25T21:08:06.497Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39272026-08-25T21:08:06.497ZAug 25 21:08:05.871 INFO [stamp-propolis-server] process exited with exit status: 0 (573.419109ms)
39282026-08-25T21:08:07.694ZAug 25 21:08:07.078 INFO [host-libraries] task succeeded (1.782598622s)
39292026-08-25T21:08:07.698ZAug 25 21:08:07.078 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39302026-08-25T21:08:07.701Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39312026-08-25T21:08:08.672Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39322026-08-25T21:08:09.532Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39332026-08-25T21:08:12.966Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39342026-08-25T21:08:12.972ZAug 25 21:08:12.348 INFO [stamp-switch-asic] process exited with exit status: 0 (7.04899155s)
39352026-08-25T21:08:12.972ZAug 25 21:08:12.348 INFO [host-stamp] task succeeded (7.052747691s)
39362026-08-25T21:08:12.972ZAug 25 21:08:12.348 INFO [host-proto] running task
39372026-08-25T21:08:13.454ZAug 25 21:08:12.837 INFO [host-proto] task succeeded (488.625289ms)
39382026-08-25T21:08:13.454ZAug 25 21:08:12.837 INFO [host-profile] running task
39392026-08-25T21:08:13.460ZAug 25 21:08:12.837 INFO [host-profile] task succeeded (241.37µs)
39402026-08-25T21:08:13.460ZAug 25 21:08:12.837 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.41.506' -P /tmp/.tmpjbOF9F/proto/host/root -N 'ci 21f4906/${os_short_commit} 2026-08-25 20:54' -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/'
39412026-08-25T21:08:13.469Z[ host-image] Aug 25 21:08:12.844 INFO Checking files for board 'gimlet'
39422026-08-25T21:08:13.469Z[ host-image] Aug 25 21:08:12.845 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39432026-08-25T21:08:13.469Z[ host-image] Aug 25 21:08:12.845 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39442026-08-25T21:08:13.469Z[ host-image] Aug 25 21:08:12.845 INFO Checking files for board 'cosmo-mbist'
39452026-08-25T21:08:13.469Z[ host-image] Aug 25 21:08:12.845 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39462026-08-25T21:08:13.469Z[ host-image] Aug 25 21:08:12.845 INFO Checking files for board 'cosmo'
39472026-08-25T21:08:13.469Z[ host-image] Aug 25 21:08:12.845 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39482026-08-25T21:08:13.469Z[ host-image] Aug 25 21:08:12.845 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39492026-08-25T21:08:13.469Z[ host-image] Aug 25 21:08:12.845 INFO Checking files for board 'cosmo-mbist-noaggr'
39502026-08-25T21:08:13.469Z[ host-image] Aug 25 21:08:12.845 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39512026-08-25T21:08:13.478Z[ host-image] Aug 25 21:08:12.854 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpjbOF9F/proto/host/root"
39522026-08-25T21:08:13.478Z[ host-image] Aug 25 21:08:12.854 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39532026-08-25T21:08:13.478Z[ host-image] Aug 25 21:08:12.854 INFO image builder template: ramdisk-01-os...
39542026-08-25T21:08:13.478Z[ host-image] Aug 25 21:08:12.854 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/.tmpjbOF9F/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39552026-08-25T21:08:13.483Z[ host-image] Aug 25 21:08:12.868 INFO O| Aug 25 21:08:12.868 INFO CREATE DATASET: rpool/images/build/host/output
39562026-08-25T21:08:14.896Z[ host-image] Aug 25 21:08:14.281 INFO O| Aug 25 21:08:14.280 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39572026-08-25T21:08:14.902Z[ host-image] Aug 25 21:08:14.284 INFO O| Aug 25 21:08:14.284 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39582026-08-25T21:08:15.125Z[ host-image] Aug 25 21:08:14.508 INFO O| Aug 25 21:08:14.508 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39592026-08-25T21:08:15.185Z[ host-image] Aug 25 21:08:14.561 INFO O| Aug 25 21:08:14.561 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39602026-08-25T21:08:15.185Z[ host-image] Aug 25 21:08:14.561 INFO O| Aug 25 21:08:14.561 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39612026-08-25T21:08:15.186Z[ host-image] Aug 25 21:08:14.562 INFO O| Aug 25 21:08:14.561 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39622026-08-25T21:08:15.200Z[ host-image] Aug 25 21:08:14.562 INFO O| Aug 25 21:08:14.562 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39632026-08-25T21:08:15.200Z[ host-image] Aug 25 21:08:14.566 INFO O| Aug 25 21:08:14.566 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39642026-08-25T21:08:15.393Z[ host-image] Aug 25 21:08:14.771 INFO O| Aug 25 21:08:14.770 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39652026-08-25T21:08:15.404Z[ host-image] Aug 25 21:08:14.778 INFO O| Aug 25 21:08:14.778 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39662026-08-25T21:08:15.686Z[ host-image] Aug 25 21:08:15.068 INFO O| Aug 25 21:08:15.068 INFO O| Caching catalogs ... Done
39672026-08-25T21:08:15.755Z[ host-image] Aug 25 21:08:15.140 INFO O| Aug 25 21:08:15.140 INFO STEP 0 (pkg_image_create) COMPLETE
39682026-08-25T21:08:15.755Z[ host-image] Aug 25 21:08:15.140 INFO O| Aug 25 21:08:15.140 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39692026-08-25T21:08:15.764Z[ host-image] Aug 25 21:08:15.148 INFO O| Aug 25 21:08:15.148 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"]
39702026-08-25T21:08:16.029Z[ host-image] Aug 25 21:08:15.413 INFO O| Aug 25 21:08:15.413 INFO STEP 1 (pkg_set_publisher) COMPLETE
39712026-08-25T21:08:16.030Z[ host-image] Aug 25 21:08:15.413 INFO O| Aug 25 21:08:15.413 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39722026-08-25T21:08:16.030Z[ host-image] Aug 25 21:08:15.413 INFO O| Aug 25 21:08:15.413 INFO skip step because feature "publisher_1_name" is not enabled
39732026-08-25T21:08:16.042Z[ host-image] Aug 25 21:08:15.413 INFO O| Aug 25 21:08:15.413 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39742026-08-25T21:08:16.042Z[ host-image] Aug 25 21:08:15.413 INFO O| Aug 25 21:08:15.413 INFO skip step because feature "publisher_2_name" is not enabled
39752026-08-25T21:08:16.042Z[ host-image] Aug 25 21:08:15.413 INFO O| Aug 25 21:08:15.413 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39762026-08-25T21:08:16.042Z[ host-image] Aug 25 21:08:15.413 INFO O| Aug 25 21:08:15.413 INFO skip step because feature "publisher_3_name" is not enabled
39772026-08-25T21:08:16.042Z[ host-image] Aug 25 21:08:15.413 INFO O| Aug 25 21:08:15.413 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39782026-08-25T21:08:16.282Z[ host-image] Aug 25 21:08:15.663 INFO O| Aug 25 21:08:15.663 INFO variant opensolaris.zone is already global
39792026-08-25T21:08:16.283Z[ host-image] Aug 25 21:08:15.663 INFO O| Aug 25 21:08:15.663 INFO STEP 5 (pkg_change_variant) COMPLETE
39802026-08-25T21:08:16.296Z[ host-image] Aug 25 21:08:15.663 INFO O| Aug 25 21:08:15.663 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39812026-08-25T21:08:16.524Z[ host-image] Aug 25 21:08:15.903 INFO O| Aug 25 21:08:15.903 INFO variant opensolaris.imagetype is full; changing to partial
39822026-08-25T21:08:16.524Z[ host-image] Aug 25 21:08:15.903 INFO O| Aug 25 21:08:15.903 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39832026-08-25T21:08:18.497Z[ host-image] Aug 25 21:08:17.879 INFO O| Aug 25 21:08:17.879 INFO O| Startup: Refreshing catalog 'helios' ... Done
39842026-08-25T21:08:18.899Z[ host-image] Aug 25 21:08:18.283 INFO O| Aug 25 21:08:18.283 INFO O| Startup: Caching catalogs ... Done
39852026-08-25T21:08:18.913Z[ host-image] Aug 25 21:08:18.297 INFO O| Aug 25 21:08:18.297 INFO O| Planning: Planning completed in 0.00 seconds
39862026-08-25T21:08:18.920Z[ host-image] Aug 25 21:08:18.298 INFO O| Aug 25 21:08:18.298 INFO O| Planning: Consolidating action changes ... Done
39872026-08-25T21:08:18.921Z[ host-image] Aug 25 21:08:18.298 INFO O| Aug 25 21:08:18.298 INFO O| Planning: Evaluating mediators ... Done
39882026-08-25T21:08:18.922Z[ host-image] Aug 25 21:08:18.298 INFO O| Aug 25 21:08:18.298 INFO O| Planning: Planning completed in 0.00 seconds
39892026-08-25T21:08:18.922Z[ host-image] Aug 25 21:08:18.298 INFO O| Aug 25 21:08:18.298 INFO O| Variants/Facets to change: 1
39902026-08-25T21:08:18.928Z[ host-image] Aug 25 21:08:18.307 INFO O| Aug 25 21:08:18.307 INFO O| Finalize: Updating package state database ... Done
39912026-08-25T21:08:18.928Z[ host-image] Aug 25 21:08:18.307 INFO O| Aug 25 21:08:18.307 INFO O| Finalize: Updating package cache ... Done
39922026-08-25T21:08:18.995Z[ host-image] Aug 25 21:08:18.380 INFO O| Aug 25 21:08:18.379 INFO O| Finalize: Updating image state ... Done
39932026-08-25T21:08:19.006Z[ host-image] Aug 25 21:08:18.390 INFO O| Aug 25 21:08:18.390 INFO O| Finalize: Creating fast lookup database ... Done
39942026-08-25T21:08:19.021Z[ host-image] Aug 25 21:08:18.391 INFO O| Aug 25 21:08:18.391 INFO O| Finalize: Reading search index ... Done
39952026-08-25T21:08:19.021Z[ host-image] Aug 25 21:08:18.391 INFO O| Aug 25 21:08:18.391 INFO O| Finalize: Updating search index ... Done
39962026-08-25T21:08:19.021Z[ host-image] Aug 25 21:08:18.392 INFO O| Aug 25 21:08:18.392 INFO O| Finalize: Updating package cache ... Done
39972026-08-25T21:08:19.194Z[ host-image] Aug 25 21:08:18.575 INFO O| Aug 25 21:08:18.575 INFO STEP 6 (pkg_change_variant) COMPLETE
39982026-08-25T21:08:19.203Z[ host-image] Aug 25 21:08:18.575 INFO O| Aug 25 21:08:18.575 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39992026-08-25T21:08:19.203Z[ host-image] Aug 25 21:08:18.575 INFO O| Aug 25 21:08:18.575 INFO skip step because feature "debug_variant" is not enabled
40002026-08-25T21:08:19.204Z[ host-image] Aug 25 21:08:18.575 INFO O| Aug 25 21:08:18.575 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40012026-08-25T21:08:19.433Z[ host-image] Aug 25 21:08:18.818 INFO O| Aug 25 21:08:18.818 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40022026-08-25T21:08:20.824Z[recovery-package] Finished `release` profile [optimized] target(s) in 13.00s
40032026-08-25T21:08:21.168Z[ host-image] Aug 25 21:08:20.553 INFO O| Aug 25 21:08:20.553 INFO O| Startup: Refreshing catalog 'helios' ... Done
40042026-08-25T21:08:21.622Z[ host-image] Aug 25 21:08:21.006 INFO O| Aug 25 21:08:21.006 INFO O| Startup: Caching catalogs ... Done
40052026-08-25T21:08:21.637Z[ host-image] Aug 25 21:08:21.021 INFO O| Aug 25 21:08:21.021 INFO O| Planning: Planning completed in 0.00 seconds
40062026-08-25T21:08:21.658Z[ host-image] Aug 25 21:08:21.022 INFO O| Aug 25 21:08:21.022 INFO O| Planning: Consolidating action changes ... Done
40072026-08-25T21:08:21.658Z[ host-image] Aug 25 21:08:21.022 INFO O| Aug 25 21:08:21.022 INFO O| Planning: Evaluating mediators ... Done
40082026-08-25T21:08:21.658Z[ host-image] Aug 25 21:08:21.022 INFO O| Aug 25 21:08:21.022 INFO O| Planning: Planning completed in 0.00 seconds
40092026-08-25T21:08:21.658Z[ host-image] Aug 25 21:08:21.022 INFO O| Aug 25 21:08:21.022 INFO O| Variants/Facets to change: 1
40102026-08-25T21:08:21.658Z[ host-image] Aug 25 21:08:21.030 INFO O| Aug 25 21:08:21.030 INFO O| Finalize: Updating package state database ... Done
40112026-08-25T21:08:21.658Z[ host-image] Aug 25 21:08:21.030 INFO O| Aug 25 21:08:21.030 INFO O| Finalize: Updating package cache ... Done
40122026-08-25T21:08:21.726Z[ host-image] Aug 25 21:08:21.108 INFO O| Aug 25 21:08:21.108 INFO O| Finalize: Updating image state ... Done
40132026-08-25T21:08:21.744Z[ host-image] Aug 25 21:08:21.121 INFO O| Aug 25 21:08:21.121 INFO O| Finalize: Creating fast lookup database ... Done
40142026-08-25T21:08:21.753Z[ host-image] Aug 25 21:08:21.122 INFO O| Aug 25 21:08:21.122 INFO O| Finalize: Reading search index ... Done
40152026-08-25T21:08:21.754Z[ host-image] Aug 25 21:08:21.122 INFO O| Aug 25 21:08:21.122 INFO O| Finalize: Updating search index ... Done
40162026-08-25T21:08:21.754Z[ host-image] Aug 25 21:08:21.123 INFO O| Aug 25 21:08:21.123 INFO O| Finalize: Updating package cache ... Done
40172026-08-25T21:08:21.930Z[ host-image] Aug 25 21:08:21.314 INFO O| Aug 25 21:08:21.314 INFO STEP 8 (pkg_change_facet) COMPLETE
40182026-08-25T21:08:21.930Z[ host-image] Aug 25 21:08:21.314 INFO O| Aug 25 21:08:21.314 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40192026-08-25T21:08:21.930Z[ host-image] Aug 25 21:08:21.314 INFO O| Aug 25 21:08:21.314 INFO skip step because feature "recovery" is not enabled
40202026-08-25T21:08:21.947Z[ host-image] Aug 25 21:08:21.314 INFO O| Aug 25 21:08:21.314 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40212026-08-25T21:08:21.947Z[ host-image] Aug 25 21:08:21.314 INFO O| Aug 25 21:08:21.314 INFO skip step because feature "recovery" is not enabled
40222026-08-25T21:08:21.947Z[ host-image] Aug 25 21:08:21.314 INFO O| Aug 25 21:08:21.314 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40232026-08-25T21:08:21.947Z[ host-image] Aug 25 21:08:21.320 INFO O| Aug 25 21:08:21.320 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"]
40242026-08-25T21:08:23.604Z[ host-image] Aug 25 21:08:22.966 INFO O| Aug 25 21:08:22.966 INFO O| Startup: Refreshing catalog 'helios' ... Done
40252026-08-25T21:08:23.993Z[ host-image] Aug 25 21:08:23.372 INFO O| Aug 25 21:08:23.372 INFO O| Startup: Caching catalogs ... Done
40262026-08-25T21:08:25.935ZAug 25 21:08:25.319 INFO [recovery-package] process exited with exit status: 0 (18.240870317s)
40272026-08-25T21:08:25.935ZAug 25 21:08:25.319 INFO [recovery-libraries] running task
40282026-08-25T21:08:25.935ZAug 25 21:08:25.319 INFO [recovery-stamp] running task
40292026-08-25T21:08:25.939ZAug 25 21:08:25.320 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+git21f4906c9de
40302026-08-25T21:08:25.939ZAug 25 21:08:25.320 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git21f4906c9de
40312026-08-25T21:08:25.943Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40322026-08-25T21:08:25.946Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40332026-08-25T21:08:25.987ZAug 25 21:08:25.371 INFO [recovery-libraries] task succeeded (51.792759ms)
40342026-08-25T21:08:25.991ZAug 25 21:08:25.371 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40352026-08-25T21:08:26.039Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40362026-08-25T21:08:26.044ZAug 25 21:08:25.427 INFO [stamp-installinator] process exited with exit status: 0 (107.356719ms)
40372026-08-25T21:08:26.087Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40382026-08-25T21:08:26.092ZAug 25 21:08:25.475 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (155.254257ms)
40392026-08-25T21:08:26.092ZAug 25 21:08:25.475 INFO [recovery-stamp] task succeeded (155.414027ms)
40402026-08-25T21:08:26.092ZAug 25 21:08:25.475 INFO [recovery-proto] running task
40412026-08-25T21:08:26.092ZAug 25 21:08:25.475 INFO [tuf-stamp] running task
40422026-08-25T21:08:26.096ZAug 25 21:08:25.475 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+git21f4906c9de
40432026-08-25T21:08:26.096ZAug 25 21:08:25.476 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+git21f4906c9de
40442026-08-25T21:08:26.096ZAug 25 21:08:25.476 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+git21f4906c9de
40452026-08-25T21:08:26.096ZAug 25 21:08:25.477 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+git21f4906c9de
40462026-08-25T21:08:26.098ZAug 25 21:08:25.477 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+git21f4906c9de
40472026-08-25T21:08:26.098ZAug 25 21:08:25.477 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+git21f4906c9de
40482026-08-25T21:08:26.098ZAug 25 21:08:25.478 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+git21f4906c9de
40492026-08-25T21:08:26.098ZAug 25 21:08:25.478 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+git21f4906c9de
40502026-08-25T21:08:26.098ZAug 25 21:08:25.478 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+git21f4906c9de
40512026-08-25T21:08:26.098ZAug 25 21:08:25.479 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+git21f4906c9de
40522026-08-25T21:08:26.098ZAug 25 21:08:25.479 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+git21f4906c9de
40532026-08-25T21:08:26.099ZAug 25 21:08:25.479 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+git21f4906c9de
40542026-08-25T21:08:26.102Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40552026-08-25T21:08:26.102Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40562026-08-25T21:08:26.102Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40572026-08-25T21:08:26.102Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40582026-08-25T21:08:26.103Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40592026-08-25T21:08:26.103Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40602026-08-25T21:08:26.103Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40612026-08-25T21:08:26.104Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40622026-08-25T21:08:26.104Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40632026-08-25T21:08:26.104Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40642026-08-25T21:08:26.104Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40652026-08-25T21:08:26.108Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40662026-08-25T21:08:26.162Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40672026-08-25T21:08:26.201ZAug 25 21:08:25.536 INFO [stamp-probe] process exited with exit status: 0 (57.307141ms)
40682026-08-25T21:08:26.210ZAug 25 21:08:25.595 INFO [recovery-proto] task succeeded (120.009174ms)
40692026-08-25T21:08:26.214ZAug 25 21:08:25.595 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.506' -P /tmp/.tmpjbOF9F/proto/recovery/root -N 'recovery 21f4906/${os_short_commit} 2026-08-25 20:54' -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/'
40702026-08-25T21:08:26.218Z[ recovery-image] Aug 25 21:08:25.601 INFO Checking files for board 'gimlet'
40712026-08-25T21:08:26.218Z[ recovery-image] Aug 25 21:08:25.602 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40722026-08-25T21:08:26.218Z[ recovery-image] Aug 25 21:08:25.602 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40732026-08-25T21:08:26.218Z[ recovery-image] Aug 25 21:08:25.602 INFO Checking files for board 'cosmo-mbist'
40742026-08-25T21:08:26.218Z[ recovery-image] Aug 25 21:08:25.602 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40752026-08-25T21:08:26.218Z[ recovery-image] Aug 25 21:08:25.602 INFO Checking files for board 'cosmo-mbist-noaggr'
40762026-08-25T21:08:26.218Z[ recovery-image] Aug 25 21:08:25.602 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40772026-08-25T21:08:26.219Z[ recovery-image] Aug 25 21:08:25.602 INFO Checking files for board 'cosmo'
40782026-08-25T21:08:26.219Z[ recovery-image] Aug 25 21:08:25.602 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40792026-08-25T21:08:26.222Z[ recovery-image] Aug 25 21:08:25.602 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40802026-08-25T21:08:26.238Z[ recovery-image] Aug 25 21:08:25.611 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpjbOF9F/proto/recovery/root"
40812026-08-25T21:08:26.245Z[ recovery-image] Aug 25 21:08:25.611 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40822026-08-25T21:08:26.245Z[ recovery-image] Aug 25 21:08:25.611 INFO image builder template: ramdisk-01-os...
40832026-08-25T21:08:26.246Z[ recovery-image] Aug 25 21:08:25.611 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/.tmpjbOF9F/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40842026-08-25T21:08:26.246Z[ recovery-image] Aug 25 21:08:25.627 INFO O| Aug 25 21:08:25.627 INFO CREATE DATASET: rpool/images/build/recovery/output
40852026-08-25T21:08:26.385Z[ host-image] Aug 25 21:08:25.769 INFO O| Aug 25 21:08:25.769 INFO O| Planning: Solver setup ... Done
40862026-08-25T21:08:26.425Z[ recovery-image] Aug 25 21:08:25.809 INFO O| Aug 25 21:08:25.809 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40872026-08-25T21:08:26.431Z[ recovery-image] Aug 25 21:08:25.813 INFO O| Aug 25 21:08:25.813 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40882026-08-25T21:08:26.541Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40892026-08-25T21:08:26.570Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40902026-08-25T21:08:26.661Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40912026-08-25T21:08:26.666ZAug 25 21:08:26.049 INFO [stamp-ntp] process exited with exit status: 0 (570.889778ms)
40922026-08-25T21:08:26.671Z[ host-image] Aug 25 21:08:26.051 INFO O| Aug 25 21:08:26.051 INFO O| Planning: Running solver ... Done
40932026-08-25T21:08:26.723Z[ host-image] Aug 25 21:08:26.105 INFO O| Aug 25 21:08:26.105 INFO O| Planning: Finding local manifests ... Done
40942026-08-25T21:08:26.729Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40952026-08-25T21:08:26.732ZAug 25 21:08:26.117 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (638.509523ms)
40962026-08-25T21:08:26.740Z[ host-image] Aug 25 21:08:26.124 INFO O| Aug 25 21:08:26.124 INFO O| Planning: Fetching manifests: 0/130 0% complete
40972026-08-25T21:08:26.793Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40982026-08-25T21:08:26.801ZAug 25 21:08:26.181 INFO [stamp-external-dns] process exited with exit status: 0 (702.029717ms)
40992026-08-25T21:08:26.818Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
41002026-08-25T21:08:26.822ZAug 25 21:08:26.206 INFO [stamp-internal-dns] process exited with exit status: 0 (729.908897ms)
41012026-08-25T21:08:26.852Z[ recovery-image] Aug 25 21:08:26.236 INFO O| Aug 25 21:08:26.236 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
41022026-08-25T21:08:26.940Z[ recovery-image] Aug 25 21:08:26.324 INFO O| Aug 25 21:08:26.324 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41032026-08-25T21:08:26.940Z[ recovery-image] Aug 25 21:08:26.324 INFO O| Aug 25 21:08:26.324 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41042026-08-25T21:08:26.945Z[ recovery-image] Aug 25 21:08:26.324 INFO O| Aug 25 21:08:26.324 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41052026-08-25T21:08:26.945Z[ recovery-image] Aug 25 21:08:26.324 INFO O| Aug 25 21:08:26.324 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41062026-08-25T21:08:26.945Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
41072026-08-25T21:08:26.949Z[ recovery-image] Aug 25 21:08:26.330 INFO O| Aug 25 21:08:26.330 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41082026-08-25T21:08:26.949ZAug 25 21:08:26.332 INFO [stamp-crucible-zone] process exited with exit status: 0 (854.467742ms)
41092026-08-25T21:08:27.170Z[ recovery-image] Aug 25 21:08:26.554 INFO O| Aug 25 21:08:26.554 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41102026-08-25T21:08:27.178Z[ recovery-image] Aug 25 21:08:26.562 INFO O| Aug 25 21:08:26.562 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41112026-08-25T21:08:27.199Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
41122026-08-25T21:08:27.203ZAug 25 21:08:26.587 INFO [stamp-oximeter] process exited with exit status: 0 (1.109720157s)
41132026-08-25T21:08:27.442Z[ recovery-image] Aug 25 21:08:26.823 INFO O| Aug 25 21:08:26.823 INFO O| Caching catalogs ... Done
41142026-08-25T21:08:27.505Z[ recovery-image] Aug 25 21:08:26.890 INFO O| Aug 25 21:08:26.890 INFO STEP 0 (pkg_image_create) COMPLETE
41152026-08-25T21:08:27.505Z[ recovery-image] Aug 25 21:08:26.890 INFO O| Aug 25 21:08:26.890 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41162026-08-25T21:08:27.520Z[ recovery-image] Aug 25 21:08:26.898 INFO O| Aug 25 21:08:26.898 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"]
41172026-08-25T21:08:27.781Z[ recovery-image] Aug 25 21:08:27.165 INFO O| Aug 25 21:08:27.165 INFO STEP 1 (pkg_set_publisher) COMPLETE
41182026-08-25T21:08:27.781Z[ recovery-image] Aug 25 21:08:27.165 INFO O| Aug 25 21:08:27.165 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41192026-08-25T21:08:27.790Z[ recovery-image] Aug 25 21:08:27.165 INFO O| Aug 25 21:08:27.165 INFO skip step because feature "publisher_1_name" is not enabled
41202026-08-25T21:08:27.790Z[ recovery-image] Aug 25 21:08:27.165 INFO O| Aug 25 21:08:27.165 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41212026-08-25T21:08:27.790Z[ recovery-image] Aug 25 21:08:27.165 INFO O| Aug 25 21:08:27.165 INFO skip step because feature "publisher_2_name" is not enabled
41222026-08-25T21:08:27.790Z[ recovery-image] Aug 25 21:08:27.165 INFO O| Aug 25 21:08:27.165 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41232026-08-25T21:08:27.790Z[ recovery-image] Aug 25 21:08:27.165 INFO O| Aug 25 21:08:27.165 INFO skip step because feature "publisher_3_name" is not enabled
41242026-08-25T21:08:27.790Z[ recovery-image] Aug 25 21:08:27.165 INFO O| Aug 25 21:08:27.165 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41252026-08-25T21:08:28.045Z[ recovery-image] Aug 25 21:08:27.430 INFO O| Aug 25 21:08:27.430 INFO variant opensolaris.zone is already global
41262026-08-25T21:08:28.046Z[ recovery-image] Aug 25 21:08:27.430 INFO O| Aug 25 21:08:27.430 INFO STEP 5 (pkg_change_variant) COMPLETE
41272026-08-25T21:08:28.053Z[ recovery-image] Aug 25 21:08:27.430 INFO O| Aug 25 21:08:27.430 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41282026-08-25T21:08:28.303Z[ recovery-image] Aug 25 21:08:27.687 INFO O| Aug 25 21:08:27.687 INFO variant opensolaris.imagetype is full; changing to partial
41292026-08-25T21:08:28.303Z[ recovery-image] Aug 25 21:08:27.687 INFO O| Aug 25 21:08:27.687 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41302026-08-25T21:08:28.371Z[ host-image] Aug 25 21:08:27.755 INFO O| Aug 25 21:08:27.755 INFO O| Planning: Fetching manifests: 130/130 100% complete
41312026-08-25T21:08:28.781Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41322026-08-25T21:08:28.789ZAug 25 21:08:28.169 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.690962005s)
41332026-08-25T21:08:28.912Z[ host-image] Aug 25 21:08:28.296 INFO O| Aug 25 21:08:28.296 INFO O| Planning: Package planning ... Done
41342026-08-25T21:08:29.218Z[ host-image] Aug 25 21:08:28.602 INFO O| Aug 25 21:08:28.602 INFO O| Planning: Merging actions ... Done
41352026-08-25T21:08:29.326Z[ host-image] Aug 25 21:08:28.709 INFO O| Aug 25 21:08:28.709 INFO O| Planning: Checking for conflicting actions ... Done
41362026-08-25T21:08:29.428Z[ host-image] Aug 25 21:08:28.812 INFO O| Aug 25 21:08:28.812 INFO O| Planning: Consolidating action changes ... Done
41372026-08-25T21:08:29.602Z[ host-image] Aug 25 21:08:28.987 INFO O| Aug 25 21:08:28.987 INFO O| Planning: Evaluating mediators ... Done
41382026-08-25T21:08:30.714Z[verify-libraries] Compiling match_cfg v0.1.0
41392026-08-25T21:08:30.714Z[verify-libraries] Compiling slog-json v2.6.1
41402026-08-25T21:08:30.714Z[verify-libraries] Compiling debug-ignore v1.0.5
41412026-08-25T21:08:30.784Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41422026-08-25T21:08:30.792ZAug 25 21:08:30.172 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.693957557s)
41432026-08-25T21:08:30.937Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41442026-08-25T21:08:30.942Z[verify-libraries] Compiling sha1 v0.11.0
41452026-08-25T21:08:30.955Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41462026-08-25T21:08:30.960Z[verify-libraries] Compiling multer v3.1.0
41472026-08-25T21:08:30.961Z[verify-libraries] Compiling compression-core v0.4.31
41482026-08-25T21:08:30.961Z[verify-libraries] Compiling progenitor-client v0.14.0
41492026-08-25T21:08:30.961Z[verify-libraries] Compiling async-stream-impl v0.3.6
41502026-08-25T21:08:30.961Z[verify-libraries] Compiling serde_spanned v1.1.1
41512026-08-25T21:08:30.961Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41522026-08-25T21:08:30.964Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41532026-08-25T21:08:30.969ZAug 25 21:08:30.349 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.873804264s)
41542026-08-25T21:08:30.977Z[verify-libraries] Compiling dropshot v0.17.1
41552026-08-25T21:08:31.014Z[ host-image] Aug 25 21:08:30.371 INFO O| Aug 25 21:08:30.371 INFO O| Planning: Planning completed in 6.98 seconds
41562026-08-25T21:08:31.031Z[ host-image] Aug 25 21:08:30.373 INFO O| Aug 25 21:08:30.372 INFO O| Packages to install: 130
41572026-08-25T21:08:31.031Z[ host-image] Aug 25 21:08:30.373 INFO O| Aug 25 21:08:30.373 INFO O| Mediators to change: 5
41582026-08-25T21:08:31.031Z[ host-image] Aug 25 21:08:30.373 INFO O| Aug 25 21:08:30.373 INFO O| Services to change: 6
41592026-08-25T21:08:31.031Z[ host-image] Aug 25 21:08:30.405 INFO O| Aug 25 21:08:30.405 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
41602026-08-25T21:08:31.096Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41612026-08-25T21:08:31.126ZAug 25 21:08:30.484 INFO [stamp-clickhouse] process exited with exit status: 0 (5.008595253s)
41622026-08-25T21:08:31.175Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41632026-08-25T21:08:31.194Z[verify-libraries] Compiling hostname v0.3.1
41642026-08-25T21:08:31.205Z[verify-libraries] Compiling waitgroup v0.1.2
41652026-08-25T21:08:31.205Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41662026-08-25T21:08:31.205Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41672026-08-25T21:08:31.292Z[verify-libraries] Compiling compression-codecs v0.4.37
41682026-08-25T21:08:31.292Z[verify-libraries] Compiling hostname v0.4.2
41692026-08-25T21:08:31.298Z[verify-libraries] Compiling atomicwrites v0.4.4
41702026-08-25T21:08:31.379Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41712026-08-25T21:08:31.405Z[verify-libraries] Compiling slog-bunyan v2.5.0
41722026-08-25T21:08:31.405Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41732026-08-25T21:08:31.465Z[verify-libraries] Compiling regress v0.10.5
41742026-08-25T21:08:31.475Z[verify-libraries] Compiling async-compression v0.4.41
41752026-08-25T21:08:31.475Z[verify-libraries] Compiling macaddr v1.0.1
41762026-08-25T21:08:31.475Z[verify-libraries] Compiling serde_tokenstream v0.3.0
41772026-08-25T21:08:31.491Z[verify-libraries] Compiling instant v0.1.13
41782026-08-25T21:08:31.543Z[verify-libraries] Compiling oxide-generation v0.1.3
41792026-08-25T21:08:31.573Z[verify-libraries] Compiling parse-display-derive v0.10.0
41802026-08-25T21:08:31.582Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41812026-08-25T21:08:31.582ZAug 25 21:08:30.958 INFO [stamp-nexus] process exited with exit status: 0 (5.481406866s)
41822026-08-25T21:08:31.582ZAug 25 21:08:30.958 INFO [tuf-stamp] task succeeded (5.483474956s)
41832026-08-25T21:08:31.582ZAug 25 21:08:30.958 INFO [tuf-v2-zones] running task
41842026-08-25T21:08:31.674Z[verify-libraries] Compiling itertools v0.14.0
41852026-08-25T21:08:31.687Z[verify-libraries] Compiling backon v1.6.0
41862026-08-25T21:08:31.697Z[ recovery-image] Aug 25 21:08:31.059 INFO O| Aug 25 21:08:31.059 INFO O| Startup: Refreshing catalog 'helios' ... Done
41872026-08-25T21:08:31.713Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41882026-08-25T21:08:31.728Z[verify-libraries] Compiling async-stream v0.3.6
41892026-08-25T21:08:31.762ZAug 25 21:08:31.147 INFO [tuf-v2-zones] task succeeded (188.519119ms)
41902026-08-25T21:08:31.771Z[verify-libraries] Compiling backoff v0.4.0
41912026-08-25T21:08:31.822Z[verify-libraries] Compiling humantime v2.3.0
41922026-08-25T21:08:31.878Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
41932026-08-25T21:08:31.904Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41942026-08-25T21:08:31.905Z[verify-libraries] Compiling progenitor-extras v0.2.0
41952026-08-25T21:08:31.949Z[verify-libraries] Compiling convert_case v0.4.0
41962026-08-25T21:08:31.952Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41972026-08-25T21:08:31.952Z[verify-libraries] Compiling half v2.7.1
41982026-08-25T21:08:31.952Z[verify-libraries] Compiling ciborium-io v0.2.2
41992026-08-25T21:08:32.038Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
42002026-08-25T21:08:32.079Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
42012026-08-25T21:08:32.145Z[verify-libraries] Compiling indent_write v2.2.0
42022026-08-25T21:08:32.187Z[verify-libraries] Compiling regress v0.11.1
42032026-08-25T21:08:32.187Z[verify-libraries] Compiling secrecy v0.10.3
42042026-08-25T21:08:32.255Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
42052026-08-25T21:08:32.285Z[verify-libraries] Compiling ciborium-ll v0.2.2
42062026-08-25T21:08:32.350Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42072026-08-25T21:08:32.360Z[verify-libraries] Compiling inout v0.1.4
42082026-08-25T21:08:32.394Z[verify-libraries] Compiling derive_more v0.99.20
42092026-08-25T21:08:32.417Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
42102026-08-25T21:08:32.484Z[verify-libraries] Compiling universal-hash v0.5.1
42112026-08-25T21:08:32.531Z[verify-libraries] Compiling ciborium v0.2.2
42122026-08-25T21:08:32.554Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42132026-08-25T21:08:32.595Z[verify-libraries] Compiling cipher v0.4.4
42142026-08-25T21:08:32.686Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
42152026-08-25T21:08:32.744Z[verify-libraries] Compiling opaque-debug v0.3.1
42162026-08-25T21:08:32.754Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
42172026-08-25T21:08:32.790Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42182026-08-25T21:08:32.816Z[verify-libraries] Compiling blake2 v0.10.6
42192026-08-25T21:08:32.854Z[verify-libraries] Compiling poly1305 v0.8.0
42202026-08-25T21:08:32.884Z[verify-libraries] Compiling chacha20 v0.9.1
42212026-08-25T21:08:32.984Z[verify-libraries] Compiling aead v0.5.2
42222026-08-25T21:08:33.076Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42232026-08-25T21:08:33.123Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
42242026-08-25T21:08:33.173Z[verify-libraries] Compiling password-hash v0.5.0
42252026-08-25T21:08:33.208Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
42262026-08-25T21:08:36.972Z[verify-libraries] Compiling num-derive v0.4.2
42272026-08-25T21:08:37.002Z[ recovery-image] Aug 25 21:08:32.725 INFO O| Aug 25 21:08:32.725 INFO O| Startup: Caching catalogs ... Done
42282026-08-25T21:08:37.002Z[verify-libraries] Compiling crossbeam-deque v0.8.6
42292026-08-25T21:08:37.002Z[ recovery-image] Aug 25 21:08:32.741 INFO O| Aug 25 21:08:32.740 INFO O| Planning: Planning completed in 0.00 seconds
42302026-08-25T21:08:37.002Z[ recovery-image] Aug 25 21:08:32.741 INFO O| Aug 25 21:08:32.741 INFO O| Planning: Consolidating action changes ... Done
42312026-08-25T21:08:37.002Z[ recovery-image] Aug 25 21:08:32.741 INFO O| Aug 25 21:08:32.741 INFO O| Planning: Evaluating mediators ... Done
42322026-08-25T21:08:37.002Z[ recovery-image] Aug 25 21:08:32.741 INFO O| Aug 25 21:08:32.741 INFO O| Planning: Planning completed in 0.00 seconds
42332026-08-25T21:08:37.002Z[ recovery-image] Aug 25 21:08:32.741 INFO O| Aug 25 21:08:32.741 INFO O| Variants/Facets to change: 1
42342026-08-25T21:08:37.002Z[verify-libraries] Compiling rayon-core v1.13.0
42352026-08-25T21:08:37.002Z[ recovery-image] Aug 25 21:08:32.758 INFO O| Aug 25 21:08:32.758 INFO O| Finalize: Updating package state database ... Done
42362026-08-25T21:08:37.002Z[ recovery-image] Aug 25 21:08:32.758 INFO O| Aug 25 21:08:32.758 INFO O| Finalize: Updating package cache ... Done
42372026-08-25T21:08:37.002Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42382026-08-25T21:08:37.002Z[ recovery-image] Aug 25 21:08:32.886 INFO O| Aug 25 21:08:32.886 INFO O| Finalize: Updating image state ... Done
42392026-08-25T21:08:37.002Z[verify-libraries] Compiling parse-display v0.10.0
42402026-08-25T21:08:37.002Z[ recovery-image] Aug 25 21:08:32.904 INFO O| Aug 25 21:08:32.904 INFO O| Finalize: Creating fast lookup database ... Done
42412026-08-25T21:08:37.002Z[ recovery-image] Aug 25 21:08:32.905 INFO O| Aug 25 21:08:32.905 INFO O| Finalize: Reading search index ... Done
42422026-08-25T21:08:37.002Z[ recovery-image] Aug 25 21:08:32.905 INFO O| Aug 25 21:08:32.905 INFO O| Finalize: Updating search index ... Done
42432026-08-25T21:08:37.004Z[ recovery-image] Aug 25 21:08:32.905 INFO O| Aug 25 21:08:32.905 INFO O| Finalize: Updating package cache ... Done
42442026-08-25T21:08:37.004Z[verify-libraries] Compiling argon2 v0.5.3
42452026-08-25T21:08:37.004Z[verify-libraries] Compiling glob v0.3.3
42462026-08-25T21:08:37.004Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42472026-08-25T21:08:37.004Z[verify-libraries] Compiling usdt-macro v0.5.0
42482026-08-25T21:08:37.004Z[ recovery-image] Aug 25 21:08:33.221 INFO O| Aug 25 21:08:33.221 INFO STEP 6 (pkg_change_variant) COMPLETE
42492026-08-25T21:08:37.004Z[ recovery-image] Aug 25 21:08:33.221 INFO O| Aug 25 21:08:33.221 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42502026-08-25T21:08:37.004Z[ recovery-image] Aug 25 21:08:33.221 INFO O| Aug 25 21:08:33.221 INFO skip step because feature "debug_variant" is not enabled
42512026-08-25T21:08:37.004Z[ recovery-image] Aug 25 21:08:33.221 INFO O| Aug 25 21:08:33.221 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42522026-08-25T21:08:37.004Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42532026-08-25T21:08:37.004Z[verify-libraries] Compiling memmap v0.7.0
42542026-08-25T21:08:37.004Z[verify-libraries] Compiling typify-impl v0.6.2
42552026-08-25T21:08:37.004Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42562026-08-25T21:08:37.004Z[ recovery-image] Aug 25 21:08:33.571 INFO O| Aug 25 21:08:33.571 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42572026-08-25T21:08:37.004Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42582026-08-25T21:08:37.004Z[verify-libraries] Compiling vsss-rs v3.3.4
42592026-08-25T21:08:37.004Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42602026-08-25T21:08:37.004Z[verify-libraries] Compiling heapless v0.8.0
42612026-08-25T21:08:37.004Z[verify-libraries] Compiling proc-macro-error v1.0.4
42622026-08-25T21:08:37.006Z[verify-libraries] Compiling ingot-macros v0.2.0
42632026-08-25T21:08:37.006Z[verify-libraries] Compiling tabwriter v1.4.1
42642026-08-25T21:08:37.006Z[verify-libraries] Compiling usdt v0.5.0
42652026-08-25T21:08:37.006Z[verify-libraries] Compiling hash32 v0.3.1
42662026-08-25T21:08:37.006Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
42672026-08-25T21:08:37.006Z[verify-libraries] Compiling smoltcp v0.11.0
42682026-08-25T21:08:37.006Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42692026-08-25T21:08:37.006Z[verify-libraries] Compiling cobs v0.3.0
42702026-08-25T21:08:37.006Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42712026-08-25T21:08:37.006Z[verify-libraries] Compiling colored v3.1.1
42722026-08-25T21:08:37.006Z[verify-libraries] Compiling num_enum_derive v0.7.6
42732026-08-25T21:08:37.006Z[verify-libraries] Compiling rayon v1.11.0
42742026-08-25T21:08:37.006Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42752026-08-25T21:08:37.007Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42762026-08-25T21:08:37.007Z[verify-libraries] Compiling postcard v1.1.3
42772026-08-25T21:08:37.007Z[verify-libraries] Compiling rand v0.10.1
42782026-08-25T21:08:37.007Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42792026-08-25T21:08:37.007Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42802026-08-25T21:08:37.007Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42812026-08-25T21:08:37.007Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42822026-08-25T21:08:37.009Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42832026-08-25T21:08:37.009Z[verify-libraries] Compiling illumos-nvpair v0.3.0
42842026-08-25T21:08:37.009Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42852026-08-25T21:08:37.010Z[verify-libraries] Compiling num_enum_derive v0.5.11
42862026-08-25T21:08:37.010Z[ host-image] Aug 25 21:08:35.406 INFO O| Aug 25 21:08:35.406 INFO O| Download: 13191/23888 items 119.6/222.8MB 53% complete (24.1M/s)
42872026-08-25T21:08:37.010Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42882026-08-25T21:08:37.010Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42892026-08-25T21:08:37.010Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42902026-08-25T21:08:37.010Z[verify-libraries] Compiling cstr-argument v0.1.2
42912026-08-25T21:08:37.010Z[verify-libraries] Compiling foreign-types v0.5.0
42922026-08-25T21:08:37.010Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42932026-08-25T21:08:37.010Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42942026-08-25T21:08:37.010Z[verify-libraries] Compiling num_enum v0.7.6
42952026-08-25T21:08:37.011Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42962026-08-25T21:08:37.011Z[verify-libraries] Compiling sigpipe v0.1.3
42972026-08-25T21:08:37.011Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42982026-08-25T21:08:37.011Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42992026-08-25T21:08:37.011Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
43002026-08-25T21:08:37.011Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
43012026-08-25T21:08:37.011Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
43022026-08-25T21:08:37.011Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
43032026-08-25T21:08:37.011Z[verify-libraries] Compiling itertools v0.12.1
43042026-08-25T21:08:37.011Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43052026-08-25T21:08:37.011Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
43062026-08-25T21:08:37.011Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
43072026-08-25T21:08:37.032Z[verify-libraries] Compiling toml v0.8.23
43082026-08-25T21:08:37.037Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
43092026-08-25T21:08:37.225Z[verify-libraries] Compiling smf v0.2.3
43102026-08-25T21:08:37.298Z[verify-libraries] Compiling num_enum v0.5.11
43112026-08-25T21:08:37.298Z[verify-libraries] Compiling whoami v1.6.1
43122026-08-25T21:08:37.319Z[verify-libraries] Compiling tokio-dtrace v0.1.1
43132026-08-25T21:08:37.381Z[verify-libraries] Compiling derive-where v1.6.0
43142026-08-25T21:08:37.474Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
43152026-08-25T21:08:37.526Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43162026-08-25T21:08:37.636Z[ recovery-image] Aug 25 21:08:37.020 INFO O| Aug 25 21:08:37.020 INFO O| Startup: Refreshing catalog 'helios' ... Done
43172026-08-25T21:08:37.675Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
43182026-08-25T21:08:37.715Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43192026-08-25T21:08:37.764Z[verify-libraries] Compiling gethostname v0.5.0
43202026-08-25T21:08:37.842Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
43212026-08-25T21:08:37.868Z[verify-libraries] Compiling newline-converter v0.3.0
43222026-08-25T21:08:37.910Z[verify-libraries] Compiling console v0.15.11
43232026-08-25T21:08:37.944Z[verify-libraries] Compiling ingot-types v0.2.0
43242026-08-25T21:08:37.989Z[verify-libraries] Compiling resolv-conf v0.7.6
43252026-08-25T21:08:38.019Z[verify-libraries] Compiling linear-map v1.2.0
43262026-08-25T21:08:38.061Z[verify-libraries] Compiling zone v0.3.1
43272026-08-25T21:08:38.094Z[verify-libraries] Compiling num-rational v0.4.2
43282026-08-25T21:08:38.121Z[ recovery-image] Aug 25 21:08:37.506 INFO O| Aug 25 21:08:37.506 INFO O| Startup: Caching catalogs ... Done
43292026-08-25T21:08:38.124Z[ recovery-image] Aug 25 21:08:37.509 INFO O| Aug 25 21:08:37.509 INFO O| Planning: Planning completed in 0.00 seconds
43302026-08-25T21:08:38.124Z[ recovery-image] Aug 25 21:08:37.509 INFO O| Aug 25 21:08:37.509 INFO O| Planning: Consolidating action changes ... Done
43312026-08-25T21:08:38.124Z[ recovery-image] Aug 25 21:08:37.509 INFO O| Aug 25 21:08:37.509 INFO O| Planning: Evaluating mediators ... Done
43322026-08-25T21:08:38.128Z[ recovery-image] Aug 25 21:08:37.510 INFO O| Aug 25 21:08:37.510 INFO O| Planning: Planning completed in 0.00 seconds
43332026-08-25T21:08:38.128Z[ recovery-image] Aug 25 21:08:37.510 INFO O| Aug 25 21:08:37.510 INFO O| Variants/Facets to change: 1
43342026-08-25T21:08:38.139Z[ recovery-image] Aug 25 21:08:37.524 INFO O| Aug 25 21:08:37.523 INFO O| Finalize: Updating package state database ... Done
43352026-08-25T21:08:38.139Z[ recovery-image] Aug 25 21:08:37.524 INFO O| Aug 25 21:08:37.524 INFO O| Finalize: Updating package cache ... Done
43362026-08-25T21:08:38.152Z[verify-libraries] Compiling num-complex v0.4.6
43372026-08-25T21:08:38.255Z[verify-libraries] Compiling slog-dtrace v0.3.0
43382026-08-25T21:08:38.267Z[ recovery-image] Aug 25 21:08:37.652 INFO O| Aug 25 21:08:37.652 INFO O| Finalize: Updating image state ... Done
43392026-08-25T21:08:38.300Z[ recovery-image] Aug 25 21:08:37.683 INFO O| Aug 25 21:08:37.683 INFO O| Finalize: Creating fast lookup database ... Done
43402026-08-25T21:08:38.303Z[ recovery-image] Aug 25 21:08:37.685 INFO O| Aug 25 21:08:37.685 INFO O| Finalize: Reading search index ... Done
43412026-08-25T21:08:38.303Z[ recovery-image] Aug 25 21:08:37.685 INFO O| Aug 25 21:08:37.685 INFO O| Finalize: Updating search index ... Done
43422026-08-25T21:08:38.303Z[ recovery-image] Aug 25 21:08:37.686 INFO O| Aug 25 21:08:37.686 INFO O| Finalize: Updating package cache ... Done
43432026-08-25T21:08:38.336Z[verify-libraries] Compiling prettyplease v0.2.37
43442026-08-25T21:08:38.530Z[verify-libraries] Compiling ingot v0.2.1
43452026-08-25T21:08:38.605Z[verify-libraries] Compiling expectorate v1.2.0
43462026-08-25T21:08:38.722Z[ recovery-image] Aug 25 21:08:38.047 INFO O| Aug 25 21:08:38.047 INFO STEP 8 (pkg_change_facet) COMPLETE
43472026-08-25T21:08:38.722Z[ recovery-image] Aug 25 21:08:38.047 INFO O| Aug 25 21:08:38.047 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43482026-08-25T21:08:38.778Z[verify-libraries] Compiling num v0.4.3
43492026-08-25T21:08:38.778Z[verify-libraries] Compiling float-ord v0.3.2
43502026-08-25T21:08:38.823Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43512026-08-25T21:08:38.867Z[verify-libraries] Compiling linked-hash-map v0.5.6
43522026-08-25T21:08:38.891Z[verify-libraries] Compiling hickory-proto v0.24.4
43532026-08-25T21:08:38.894Z[verify-libraries] Compiling minimal-lexical v0.2.1
43542026-08-25T21:08:38.973Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43552026-08-25T21:08:38.973Z[verify-libraries] Compiling unicode-xid v0.2.6
43562026-08-25T21:08:39.011Z[ recovery-image] Aug 25 21:08:38.395 INFO O| Aug 25 21:08:38.395 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43572026-08-25T21:08:39.083Z[verify-libraries] Compiling lru-cache v0.1.2
43582026-08-25T21:08:39.087Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43592026-08-25T21:08:39.134Z[verify-libraries] Compiling tabled_derive v0.7.0
43602026-08-25T21:08:39.138Z[verify-libraries] Compiling typify-macro v0.6.2
43612026-08-25T21:08:39.209Z[verify-libraries] Compiling nom v7.1.3
43622026-08-25T21:08:39.253Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43632026-08-25T21:08:39.256Z[verify-libraries] Compiling fd-lock v4.0.4
43642026-08-25T21:08:39.321Z[verify-libraries] Compiling vte v0.14.1
43652026-08-25T21:08:39.457Z[verify-libraries] Compiling display-error-chain v0.2.2
43662026-08-25T21:08:39.618Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43672026-08-25T21:08:39.651Z[verify-libraries] Compiling crossterm v0.29.0
43682026-08-25T21:08:39.696Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43692026-08-25T21:08:39.729Z[verify-libraries] Compiling stacker v0.1.23
43702026-08-25T21:08:39.867Z[verify-libraries] Compiling cfg_aliases v0.1.1
43712026-08-25T21:08:39.932Z[verify-libraries] Compiling semver v0.1.20
43722026-08-25T21:08:40.032Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43732026-08-25T21:08:40.097Z[verify-libraries] Compiling reedline v0.40.0
43742026-08-25T21:08:40.121Z[verify-libraries] Compiling nix v0.28.0
43752026-08-25T21:08:40.185Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43762026-08-25T21:08:40.219Z[verify-libraries] Compiling psm v0.1.30
43772026-08-25T21:08:40.302Z[verify-libraries] Compiling tabled v0.15.0
43782026-08-25T21:08:40.351Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43792026-08-25T21:08:40.430Z[verify-libraries] Compiling termtree v0.5.1
43802026-08-25T21:08:40.463Z[verify-libraries] Compiling rustc_version v0.1.7
43812026-08-25T21:08:40.544Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43822026-08-25T21:08:40.625Z[verify-libraries] Compiling phf_shared v0.12.1
43832026-08-25T21:08:40.650Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43842026-08-25T21:08:40.729Z[verify-libraries] Compiling nibble_vec v0.1.0
43852026-08-25T21:08:40.758Z[verify-libraries] Compiling chrono-tz v0.10.4
43862026-08-25T21:08:40.796Z[ host-image] Aug 25 21:08:40.180 INFO O| Aug 25 21:08:40.180 INFO O| Download: Completed 222.83 MB in 9.77 seconds (22.7M/s)
43872026-08-25T21:08:40.810Z[verify-libraries] Compiling highway v1.3.0
43882026-08-25T21:08:40.833Z[verify-libraries] Compiling endian-type v0.1.2
43892026-08-25T21:08:40.868Z[verify-libraries] Compiling phf v0.12.1
43902026-08-25T21:08:40.894Z[verify-libraries] Compiling newtype_derive v0.1.6
43912026-08-25T21:08:40.981Z[verify-libraries] Compiling radix_trie v0.2.1
43922026-08-25T21:08:41.019Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43932026-08-25T21:08:41.130Z[verify-libraries] Compiling typify v0.6.2
43942026-08-25T21:08:41.159Z[ host-image] Aug 25 21:08:40.543 INFO O| Aug 25 21:08:40.543 INFO O| Actions: 1/54182 actions (Installing new actions)
43952026-08-25T21:08:41.162Z[ recovery-image] Aug 25 21:08:40.544 INFO O| Aug 25 21:08:40.544 INFO O| Startup: Refreshing catalog 'helios' ... Done
43962026-08-25T21:08:41.165Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43972026-08-25T21:08:41.238Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43982026-08-25T21:08:41.267Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43992026-08-25T21:08:41.300Z[verify-libraries] Compiling progenitor-impl v0.14.0
44002026-08-25T21:08:41.377Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
44012026-08-25T21:08:41.424Z[verify-libraries] Compiling hickory-resolver v0.24.4
44022026-08-25T21:08:41.502Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
44032026-08-25T21:08:41.640Z[ recovery-image] Aug 25 21:08:41.024 INFO O| Aug 25 21:08:41.024 INFO O| Startup: Caching catalogs ... Done
44042026-08-25T21:08:41.657Z[ recovery-image] Aug 25 21:08:41.041 INFO O| Aug 25 21:08:41.041 INFO O| Planning: Planning completed in 0.00 seconds
44052026-08-25T21:08:41.660Z[ recovery-image] Aug 25 21:08:41.041 INFO O| Aug 25 21:08:41.041 INFO O| Planning: Consolidating action changes ... Done
44062026-08-25T21:08:41.660Z[ recovery-image] Aug 25 21:08:41.041 INFO O| Aug 25 21:08:41.041 INFO O| Planning: Evaluating mediators ... Done
44072026-08-25T21:08:41.660Z[ recovery-image] Aug 25 21:08:41.042 INFO O| Aug 25 21:08:41.042 INFO O| Planning: Planning completed in 0.00 seconds
44082026-08-25T21:08:41.660Z[ recovery-image] Aug 25 21:08:41.042 INFO O| Aug 25 21:08:41.042 INFO O| Variants/Facets to change: 1
44092026-08-25T21:08:41.671Z[verify-libraries] Compiling recursive v0.1.1
44102026-08-25T21:08:41.686Z[ recovery-image] Aug 25 21:08:41.071 INFO O| Aug 25 21:08:41.070 INFO O| Finalize: Updating package state database ... Done
44112026-08-25T21:08:41.686Z[ recovery-image] Aug 25 21:08:41.071 INFO O| Aug 25 21:08:41.071 INFO O| Finalize: Updating package cache ... Done
44122026-08-25T21:08:41.794Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44132026-08-25T21:08:41.801Z[ recovery-image] Aug 25 21:08:41.185 INFO O| Aug 25 21:08:41.185 INFO O| Finalize: Updating image state ... Done
44142026-08-25T21:08:41.820Z[ recovery-image] Aug 25 21:08:41.205 INFO O| Aug 25 21:08:41.205 INFO O| Finalize: Creating fast lookup database ... Done
44152026-08-25T21:08:41.821Z[ recovery-image] Aug 25 21:08:41.205 INFO O| Aug 25 21:08:41.205 INFO O| Finalize: Reading search index ... Done
44162026-08-25T21:08:41.821Z[ recovery-image] Aug 25 21:08:41.205 INFO O| Aug 25 21:08:41.205 INFO O| Finalize: Updating search index ... Done
44172026-08-25T21:08:41.826Z[ recovery-image] Aug 25 21:08:41.205 INFO O| Aug 25 21:08:41.205 INFO O| Finalize: Updating package cache ... Done
44182026-08-25T21:08:41.859Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
44192026-08-25T21:08:42.031Z[verify-libraries] Compiling peg-macros v0.8.5
44202026-08-25T21:08:42.102Z[ recovery-image] Aug 25 21:08:41.487 INFO O| Aug 25 21:08:41.487 INFO STEP 9 (pkg_change_facet) COMPLETE
44212026-08-25T21:08:42.103Z[ recovery-image] Aug 25 21:08:41.487 INFO O| Aug 25 21:08:41.487 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44222026-08-25T21:08:42.237Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44232026-08-25T21:08:42.343Z[verify-libraries] Compiling winnow v0.6.26
44242026-08-25T21:08:42.436Z[ recovery-image] Aug 25 21:08:41.820 INFO O| Aug 25 21:08:41.820 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44252026-08-25T21:08:42.587Z[verify-libraries] Compiling csv-core v0.1.13
44262026-08-25T21:08:42.927Z[verify-libraries] Compiling qorb v0.4.1
44272026-08-25T21:08:42.949Z[verify-libraries] Compiling unicode_categories v0.1.1
44282026-08-25T21:08:43.104Z[verify-libraries] Compiling home v0.5.12
44292026-08-25T21:08:43.192Z[verify-libraries] Compiling csv v1.4.0
44302026-08-25T21:08:43.229Z[verify-libraries] Compiling sqlparser v0.61.0
44312026-08-25T21:08:43.263Z[verify-libraries] Compiling rustyline v14.0.0
44322026-08-25T21:08:43.306Z[verify-libraries] Compiling const_format v0.2.35
44332026-08-25T21:08:43.438Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44342026-08-25T21:08:43.736Z[verify-libraries] Compiling bcs v0.1.6
44352026-08-25T21:08:43.863Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44362026-08-25T21:08:43.866Z[verify-libraries] Compiling peg v0.8.5
44372026-08-25T21:08:43.923Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44382026-08-25T21:08:44.113Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44392026-08-25T21:08:44.234Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44402026-08-25T21:08:44.301Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44412026-08-25T21:08:44.332Z[verify-libraries] Compiling sqlformat v0.3.5
44422026-08-25T21:08:44.355Z[verify-libraries] Compiling nom v8.0.0
44432026-08-25T21:08:44.386Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44442026-08-25T21:08:44.796Z[verify-libraries] Compiling progenitor-macro v0.14.0
44452026-08-25T21:08:44.806Z[ recovery-image] Aug 25 21:08:44.126 INFO O| Aug 25 21:08:44.126 INFO O| Startup: Refreshing catalog 'helios' ... Done
44462026-08-25T21:08:44.806Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44472026-08-25T21:08:44.912Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44482026-08-25T21:08:45.155Z[verify-libraries] Compiling steno v0.4.1
44492026-08-25T21:08:45.158Z[verify-libraries] Compiling sha1 v0.10.6
44502026-08-25T21:08:45.211Z[ recovery-image] Aug 25 21:08:44.596 INFO O| Aug 25 21:08:44.595 INFO O| Startup: Caching catalogs ... Done
44512026-08-25T21:08:45.215Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44522026-08-25T21:08:45.229Z[ recovery-image] Aug 25 21:08:44.613 INFO O| Aug 25 21:08:44.612 INFO O| Planning: Planning completed in 0.00 seconds
44532026-08-25T21:08:45.233Z[ recovery-image] Aug 25 21:08:44.613 INFO O| Aug 25 21:08:44.613 INFO O| Planning: Consolidating action changes ... Done
44542026-08-25T21:08:45.233Z[ recovery-image] Aug 25 21:08:44.613 INFO O| Aug 25 21:08:44.613 INFO O| Planning: Evaluating mediators ... Done
44552026-08-25T21:08:45.233Z[ recovery-image] Aug 25 21:08:44.613 INFO O| Aug 25 21:08:44.613 INFO O| Planning: Planning completed in 0.00 seconds
44562026-08-25T21:08:45.233Z[ recovery-image] Aug 25 21:08:44.613 INFO O| Aug 25 21:08:44.613 INFO O| Variants/Facets to change: 1
44572026-08-25T21:08:45.242Z[ recovery-image] Aug 25 21:08:44.626 INFO O| Aug 25 21:08:44.626 INFO O| Finalize: Updating package state database ... Done
44582026-08-25T21:08:45.242Z[ recovery-image] Aug 25 21:08:44.627 INFO O| Aug 25 21:08:44.626 INFO O| Finalize: Updating package cache ... Done
44592026-08-25T21:08:45.272Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44602026-08-25T21:08:45.328Z[ recovery-image] Aug 25 21:08:44.712 INFO O| Aug 25 21:08:44.712 INFO O| Finalize: Updating image state ... Done
44612026-08-25T21:08:45.346Z[ recovery-image] Aug 25 21:08:44.729 INFO O| Aug 25 21:08:44.729 INFO O| Finalize: Creating fast lookup database ... Done
44622026-08-25T21:08:45.349Z[ recovery-image] Aug 25 21:08:44.729 INFO O| Aug 25 21:08:44.729 INFO O| Finalize: Reading search index ... Done
44632026-08-25T21:08:45.350Z[ recovery-image] Aug 25 21:08:44.729 INFO O| Aug 25 21:08:44.729 INFO O| Finalize: Updating search index ... Done
44642026-08-25T21:08:45.350Z[verify-libraries] Compiling tagptr v0.2.0
44652026-08-25T21:08:45.350Z[ recovery-image] Aug 25 21:08:44.730 INFO O| Aug 25 21:08:44.730 INFO O| Finalize: Updating package cache ... Done
44662026-08-25T21:08:45.486Z[verify-libraries] Compiling utf-8 v0.7.6
44672026-08-25T21:08:45.543Z[verify-libraries] Compiling moka v0.12.13
44682026-08-25T21:08:45.564Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44692026-08-25T21:08:45.601Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44702026-08-25T21:08:45.604Z[verify-libraries] Compiling libefi-sys v0.1.0
44712026-08-25T21:08:45.642Z[ recovery-image] Aug 25 21:08:45.026 INFO O| Aug 25 21:08:45.026 INFO STEP 10 (pkg_change_facet) COMPLETE
44722026-08-25T21:08:45.642Z[ recovery-image] Aug 25 21:08:45.026 INFO O| Aug 25 21:08:45.026 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44732026-08-25T21:08:45.654Z[ recovery-image] Aug 25 21:08:45.036 INFO O| Aug 25 21:08:45.036 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"]
44742026-08-25T21:08:45.703Z[verify-libraries] Compiling tungstenite v0.21.0
44752026-08-25T21:08:45.707Z[verify-libraries] Compiling bitfield-struct v0.6.2
44762026-08-25T21:08:45.829Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44772026-08-25T21:08:45.864Z[verify-libraries] Compiling xshell-macros v0.2.7
44782026-08-25T21:08:46.159Z[ host-image] Aug 25 21:08:45.543 INFO O| Aug 25 21:08:45.543 INFO O| Actions: 24180/54182 actions (Installing new actions)
44792026-08-25T21:08:46.198Z[verify-libraries] Compiling libscf-sys v1.2.0
44802026-08-25T21:08:46.318Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44812026-08-25T21:08:46.349Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44822026-08-25T21:08:46.404Z[verify-libraries] Compiling papergrid v0.18.0
44832026-08-25T21:08:46.496Z[verify-libraries] Compiling hickory-resolver v0.25.2
44842026-08-25T21:08:46.524Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44852026-08-25T21:08:46.616Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44862026-08-25T21:08:46.644Z[verify-libraries] Compiling xshell v0.2.7
44872026-08-25T21:08:46.647Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44882026-08-25T21:08:46.771Z[verify-libraries] Compiling sha2 v0.11.0
44892026-08-25T21:08:46.796Z[verify-libraries] Compiling subprocess v0.2.15
44902026-08-25T21:08:46.885Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44912026-08-25T21:08:46.996Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44922026-08-25T21:08:47.093Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44932026-08-25T21:08:47.192Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44942026-08-25T21:08:47.346Z[verify-libraries] Compiling headers-core v0.3.0
44952026-08-25T21:08:47.541Z[verify-libraries] Compiling tabled v0.21.0
44962026-08-25T21:08:47.590Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44972026-08-25T21:08:47.698Z[verify-libraries] Compiling unicase v2.9.0
44982026-08-25T21:08:47.889Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44992026-08-25T21:08:47.964Z[verify-libraries] Compiling headers v0.4.1
45002026-08-25T21:08:48.030Z[verify-libraries] Compiling darling_core v0.21.3
45012026-08-25T21:08:48.124Z[verify-libraries] Compiling maplit v1.0.2
45022026-08-25T21:08:48.275Z[verify-libraries] Compiling crc8 v0.1.1
45032026-08-25T21:08:48.282Z[ recovery-image] Aug 25 21:08:47.666 INFO O| Aug 25 21:08:47.666 INFO O| Startup: Refreshing catalog 'helios' ... Done
45042026-08-25T21:08:48.347Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45052026-08-25T21:08:48.501Z[verify-libraries] Compiling yasna v0.5.2
45062026-08-25T21:08:48.623Z[verify-libraries] Compiling vergen-lib v0.1.6
45072026-08-25T21:08:48.693Z[verify-libraries] Compiling diesel_derives v2.3.7
45082026-08-25T21:08:48.739Z[ recovery-image] Aug 25 21:08:48.123 INFO O| Aug 25 21:08:48.123 INFO O| Startup: Caching catalogs ... Done
45092026-08-25T21:08:48.868Z[verify-libraries] Compiling port-file v0.1.0
45102026-08-25T21:08:48.934Z[verify-libraries] Compiling vergen-gitcl v1.0.8
45112026-08-25T21:08:48.951Z[ host-image] Aug 25 21:08:48.335 INFO O| Aug 25 21:08:48.335 INFO O| Actions: Completed 54182 actions in 7.79 seconds.
45122026-08-25T21:08:49.051Z[verify-libraries] Compiling rcgen v0.12.1
45132026-08-25T21:08:49.055Z[ host-image] Aug 25 21:08:48.438 INFO O| Aug 25 21:08:48.438 INFO O| Finalize: Updating package state database ... Done
45142026-08-25T21:08:49.055Z[ host-image] Aug 25 21:08:48.438 INFO O| Aug 25 21:08:48.438 INFO O| Finalize: Updating package cache ... Done
45152026-08-25T21:08:49.106Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
45162026-08-25T21:08:49.184Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
45172026-08-25T21:08:49.199Z[ host-image] Aug 25 21:08:48.584 INFO O| Aug 25 21:08:48.583 INFO O| Finalize: Updating image state ... Done
45182026-08-25T21:08:49.215Z[verify-libraries] Compiling half v1.8.3
45192026-08-25T21:08:49.431Z[verify-libraries] Compiling r2d2 v0.8.10
45202026-08-25T21:08:49.567Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45212026-08-25T21:08:49.608Z[verify-libraries] Compiling serde_cbor v0.11.2
45222026-08-25T21:08:49.649Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45232026-08-25T21:08:49.720Z[verify-libraries] Compiling downcast-rs v2.0.2
45242026-08-25T21:08:49.902Z[verify-libraries] Compiling cpubits v0.1.1
45252026-08-25T21:08:50.030Z[verify-libraries] Compiling crunchy v0.2.4
45262026-08-25T21:08:50.127Z[verify-libraries] Compiling dirs-next v2.0.0
45272026-08-25T21:08:50.189Z[verify-libraries] Compiling clang-sys v1.8.1
45282026-08-25T21:08:50.265Z[ host-image] Aug 25 21:08:49.649 INFO O| Aug 25 21:08:49.649 INFO O| Finalize: Creating fast lookup database ... Done
45292026-08-25T21:08:50.305Z[ host-image] Aug 25 21:08:49.689 INFO O| Aug 25 21:08:49.678 INFO O| Finalize: Reading search index ... Done
45302026-08-25T21:08:50.316Z[verify-libraries] Compiling tiny-keccak v2.0.2
45312026-08-25T21:08:50.370Z[verify-libraries] Compiling progenitor v0.14.0
45322026-08-25T21:08:50.440Z[verify-libraries] Compiling term v0.7.0
45332026-08-25T21:08:50.462Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45342026-08-25T21:08:50.696Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45352026-08-25T21:08:50.719Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45362026-08-25T21:08:50.749Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45372026-08-25T21:08:50.822Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45382026-08-25T21:08:50.856Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45392026-08-25T21:08:50.923Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45402026-08-25T21:08:50.952Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45412026-08-25T21:08:50.960Z[verify-libraries] Compiling darling_macro v0.21.3
45422026-08-25T21:08:51.010Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45432026-08-25T21:08:51.014Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45442026-08-25T21:08:51.153Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45452026-08-25T21:08:51.244Z[verify-libraries] Compiling diff v0.1.13
45462026-08-25T21:08:51.369Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45472026-08-25T21:08:51.460Z[verify-libraries] Compiling bit-vec v0.6.3
45482026-08-25T21:08:51.618Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45492026-08-25T21:08:51.643Z[verify-libraries] Compiling ascii-canvas v3.0.0
45502026-08-25T21:08:51.685Z[verify-libraries] Compiling darling v0.21.3
45512026-08-25T21:08:51.751Z[ recovery-image] Aug 25 21:08:51.136 INFO O| Aug 25 21:08:51.136 INFO O| Planning: Solver setup ... Done
45522026-08-25T21:08:51.818Z[verify-libraries] Compiling bit-set v0.5.3
45532026-08-25T21:08:51.822Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45542026-08-25T21:08:51.868Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45552026-08-25T21:08:51.868Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45562026-08-25T21:08:51.920Z[verify-libraries] Compiling itertools v0.10.5
45572026-08-25T21:08:51.950Z[verify-libraries] Compiling libloading v0.8.9
45582026-08-25T21:08:51.983Z[verify-libraries] Compiling ena v0.14.4
45592026-08-25T21:08:52.025Z[ recovery-image] Aug 25 21:08:51.392 INFO O| Aug 25 21:08:51.392 INFO O| Planning: Running solver ... Done
45602026-08-25T21:08:52.039Z[verify-libraries] Compiling regex-syntax v0.6.29
45612026-08-25T21:08:52.059Z[ recovery-image] Aug 25 21:08:51.443 INFO O| Aug 25 21:08:51.443 INFO O| Planning: Finding local manifests ... Done
45622026-08-25T21:08:52.079Z[verify-libraries] Compiling bindgen v0.71.1
45632026-08-25T21:08:52.090Z[ recovery-image] Aug 25 21:08:51.471 INFO O| Aug 25 21:08:51.471 INFO O| Planning: Fetching manifests: 0/130 0% complete
45642026-08-25T21:08:52.255Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45652026-08-25T21:08:52.311Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45662026-08-25T21:08:52.506Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45672026-08-25T21:08:52.547Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45682026-08-25T21:08:52.724Z[verify-libraries] Compiling cexpr v0.6.0
45692026-08-25T21:08:52.754Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45702026-08-25T21:08:52.816Z[verify-libraries] Compiling rustc-hash v2.1.1
45712026-08-25T21:08:52.983Z[ host-image] Aug 25 21:08:52.367 INFO O| Aug 25 21:08:52.367 INFO O| Finalize: Building new search index ... Done
45722026-08-25T21:08:53.068Z[verify-libraries] Compiling rfc6979 v0.4.0
45732026-08-25T21:08:53.115Z[verify-libraries] Compiling libxml v0.3.3
45742026-08-25T21:08:53.248Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45752026-08-25T21:08:53.271Z[verify-libraries] Compiling ecdsa v0.16.9
45762026-08-25T21:08:53.297Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45772026-08-25T21:08:53.301Z[verify-libraries] Compiling strum_macros v0.24.3
45782026-08-25T21:08:53.432Z[ host-image] Aug 25 21:08:52.816 INFO O| Aug 25 21:08:52.816 INFO O| Finalize: Updating package cache ... Done
45792026-08-25T21:08:53.449Z[verify-libraries] Compiling lalrpop v0.19.12
45802026-08-25T21:08:53.501Z[verify-libraries] Compiling primeorder v0.13.6
45812026-08-25T21:08:53.626Z[verify-libraries] Compiling hashbrown v0.14.5
45822026-08-25T21:08:53.764Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45832026-08-25T21:08:53.817Z[ host-image] Aug 25 21:08:53.200 INFO O| Aug 25 21:08:53.200 INFO STEP 11 (pkg_install) COMPLETE
45842026-08-25T21:08:53.817Z[ host-image] Aug 25 21:08:53.200 INFO O| Aug 25 21:08:53.200 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45852026-08-25T21:08:53.826Z[ host-image] Aug 25 21:08:53.209 INFO O| Aug 25 21:08:53.209 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"]
45862026-08-25T21:08:53.841Z[verify-libraries] Compiling hmac v0.13.0
45872026-08-25T21:08:54.087Z[verify-libraries] Compiling universal-hash v0.6.1
45882026-08-25T21:08:54.126Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45892026-08-25T21:08:54.161Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45902026-08-25T21:08:54.223Z[verify-libraries] Compiling fxhash v0.2.1
45912026-08-25T21:08:54.315Z[verify-libraries] Compiling indoc v1.0.9
45922026-08-25T21:08:54.349Z[verify-libraries] Compiling salty v0.3.0
45932026-08-25T21:08:54.381Z[verify-libraries] Compiling chumsky v0.9.3
45942026-08-25T21:08:54.434Z[verify-libraries] Compiling knus-derive v3.4.0
45952026-08-25T21:08:54.846Z[verify-libraries] Compiling p384 v0.13.1
45962026-08-25T21:08:55.022Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45972026-08-25T21:08:55.027Z[verify-libraries] Compiling progenitor-impl v0.13.0
45982026-08-25T21:08:55.576Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45992026-08-25T21:08:55.728Z[ recovery-image] Aug 25 21:08:55.112 INFO O| Aug 25 21:08:55.112 INFO O| Planning: Fetching manifests: 130/130 100% complete
46002026-08-25T21:08:56.020Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46012026-08-25T21:08:56.080Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46022026-08-25T21:08:56.144Z[ recovery-image] Aug 25 21:08:55.527 INFO O| Aug 25 21:08:55.527 INFO O| Planning: Package planning ... Done
46032026-08-25T21:08:56.166Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46042026-08-25T21:08:56.319Z[ recovery-image] Aug 25 21:08:55.703 INFO O| Aug 25 21:08:55.703 INFO O| Planning: Merging actions ... Done
46052026-08-25T21:08:56.323Z[ host-image] Aug 25 21:08:55.706 INFO O| Aug 25 21:08:55.706 INFO O| Startup: Refreshing catalog 'helios' ... Done
46062026-08-25T21:08:56.569Z[ recovery-image] Aug 25 21:08:55.954 INFO O| Aug 25 21:08:55.954 INFO O| Planning: Checking for conflicting actions ... Done
46072026-08-25T21:08:56.632Z[ recovery-image] Aug 25 21:08:56.016 INFO O| Aug 25 21:08:56.016 INFO O| Planning: Consolidating action changes ... Done
46082026-08-25T21:08:56.843Z[ recovery-image] Aug 25 21:08:56.227 INFO O| Aug 25 21:08:56.227 INFO O| Planning: Evaluating mediators ... Done
46092026-08-25T21:08:56.894Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46102026-08-25T21:08:56.936Z[ host-image] Aug 25 21:08:56.320 INFO O| Aug 25 21:08:56.320 INFO O| Startup: Caching catalogs ... Done
46112026-08-25T21:08:56.982Z[verify-libraries] Compiling oso-derive v0.27.3
46122026-08-25T21:08:57.350Z[verify-libraries] Compiling quick-xml v0.37.5
46132026-08-25T21:08:57.688Z[ host-image] Aug 25 21:08:57.072 INFO O| Aug 25 21:08:57.072 INFO O| Planning: Solver setup ... Done
46142026-08-25T21:08:57.694Z[ host-image] Aug 25 21:08:57.078 INFO O| Aug 25 21:08:57.078 INFO O| Planning: Running solver ... Done
46152026-08-25T21:08:57.717Z[ host-image] Aug 25 21:08:57.100 INFO O| Aug 25 21:08:57.100 INFO O| Planning: Finding local manifests ... Done
46162026-08-25T21:08:57.729Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
46172026-08-25T21:08:57.738Z[ host-image] Aug 25 21:08:57.122 INFO O| Aug 25 21:08:57.122 INFO O| Planning: Fetching manifests: 0/6 0% complete
46182026-08-25T21:08:57.778Z[ host-image] Aug 25 21:08:57.162 INFO O| Aug 25 21:08:57.162 INFO O| Planning: Fetching manifests: 6/6 100% complete
46192026-08-25T21:08:57.814Z[ host-image] Aug 25 21:08:57.198 INFO O| Aug 25 21:08:57.198 INFO O| Planning: Package planning ... Done
46202026-08-25T21:08:57.818Z[ host-image] Aug 25 21:08:57.200 INFO O| Aug 25 21:08:57.200 INFO O| Planning: Merging actions ... Done
46212026-08-25T21:08:57.880Z[ host-image] Aug 25 21:08:57.264 INFO O| Aug 25 21:08:57.264 INFO O| Planning: Checking for conflicting actions ... Done
46222026-08-25T21:08:57.884Z[ host-image] Aug 25 21:08:57.265 INFO O| Aug 25 21:08:57.265 INFO O| Planning: Consolidating action changes ... Done
46232026-08-25T21:08:58.012Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46242026-08-25T21:08:58.025Z[ host-image] Aug 25 21:08:57.409 INFO O| Aug 25 21:08:57.409 INFO O| Planning: Evaluating mediators ... Done
46252026-08-25T21:08:58.029Z[ host-image] Aug 25 21:08:57.410 INFO O| Aug 25 21:08:57.410 INFO O| Planning: Planning completed in 1.07 seconds
46262026-08-25T21:08:58.029Z[ host-image] Aug 25 21:08:57.410 INFO O| Aug 25 21:08:57.410 INFO O| Packages to install: 6
46272026-08-25T21:08:58.029Z[ host-image] Aug 25 21:08:57.410 INFO O| Aug 25 21:08:57.410 INFO O| Services to change: 2
46282026-08-25T21:08:58.037Z[ host-image] Aug 25 21:08:57.421 INFO O| Aug 25 21:08:57.421 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
46292026-08-25T21:08:58.352Z[ host-image] Aug 25 21:08:57.736 INFO O| Aug 25 21:08:57.736 INFO O| Download: Completed 1.76 MB in 0.32 seconds (5.6M/s)
46302026-08-25T21:08:58.366Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46312026-08-25T21:08:58.374Z[ host-image] Aug 25 21:08:57.758 INFO O| Aug 25 21:08:57.757 INFO O| Actions: 1/391 actions (Installing new actions)
46322026-08-25T21:08:58.442Z[ recovery-image] Aug 25 21:08:57.826 INFO O| Aug 25 21:08:57.826 INFO O| Planning: Planning completed in 9.69 seconds
46332026-08-25T21:08:58.446Z[ recovery-image] Aug 25 21:08:57.828 INFO O| Aug 25 21:08:57.828 INFO O| Packages to install: 130
46342026-08-25T21:08:58.447Z[ recovery-image] Aug 25 21:08:57.828 INFO O| Aug 25 21:08:57.828 INFO O| Mediators to change: 5
46352026-08-25T21:08:58.447Z[ recovery-image] Aug 25 21:08:57.828 INFO O| Aug 25 21:08:57.828 INFO O| Services to change: 5
46362026-08-25T21:08:58.473Z[ recovery-image] Aug 25 21:08:57.857 INFO O| Aug 25 21:08:57.857 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46372026-08-25T21:08:58.592Z[verify-libraries] Compiling diesel v2.3.7
46382026-08-25T21:08:58.597Z[ host-image] Aug 25 21:08:57.980 INFO O| Aug 25 21:08:57.980 INFO O| Actions: Completed 391 actions in 0.22 seconds.
46392026-08-25T21:08:58.636Z[ host-image] Aug 25 21:08:58.020 INFO O| Aug 25 21:08:58.020 INFO O| Finalize: Updating package state database ... Done
46402026-08-25T21:08:58.636Z[ host-image] Aug 25 21:08:58.020 INFO O| Aug 25 21:08:58.020 INFO O| Finalize: Updating package cache ... Done
46412026-08-25T21:08:58.683Z[verify-libraries] Compiling openssl-probe v0.1.6
46422026-08-25T21:08:58.743Z[ host-image] Aug 25 21:08:58.127 INFO O| Aug 25 21:08:58.127 INFO O| Finalize: Updating image state ... Done
46432026-08-25T21:08:58.974Z[verify-libraries] Compiling progenitor-macro v0.13.0
46442026-08-25T21:08:59.035Z[verify-libraries] Compiling knus v3.4.0
46452026-08-25T21:08:59.441Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46462026-08-25T21:08:59.467Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46472026-08-25T21:08:59.795Z[ host-image] Aug 25 21:08:59.179 INFO O| Aug 25 21:08:59.178 INFO O| Finalize: Creating fast lookup database ... Done
46482026-08-25T21:08:59.831Z[ host-image] Aug 25 21:08:59.215 INFO O| Aug 25 21:08:59.215 INFO O| Finalize: Reading search index ... Done
46492026-08-25T21:08:59.831Z[ host-image] Aug 25 21:08:59.215 INFO O| Aug 25 21:08:59.215 INFO O| Finalize: Updating search index ... Done
46502026-08-25T21:08:59.849Z[ host-image] Aug 25 21:08:59.233 INFO O| Aug 25 21:08:59.233 INFO O| Finalize: Updating package cache ... Done
46512026-08-25T21:09:00.185Z[ host-image] Aug 25 21:08:59.567 INFO O| Aug 25 21:08:59.567 INFO STEP 12 (pkg_install) COMPLETE
46522026-08-25T21:09:00.185Z[ host-image] Aug 25 21:08:59.567 INFO O| Aug 25 21:08:59.567 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46532026-08-25T21:09:00.195Z[ host-image] Aug 25 21:08:59.578 INFO O| Aug 25 21:08:59.578 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46542026-08-25T21:09:00.220Z[verify-libraries] Compiling polyval v0.7.1
46552026-08-25T21:09:00.568Z[verify-libraries] Compiling der v0.8.0
46562026-08-25T21:09:00.615Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46572026-08-25T21:09:00.670Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46582026-08-25T21:09:00.709Z[verify-libraries] Compiling progenitor-client v0.13.0
46592026-08-25T21:09:01.109Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46602026-08-25T21:09:01.167Z[verify-libraries] Compiling git-stub v1.0.0
46612026-08-25T21:09:01.461Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46622026-08-25T21:09:01.519Z[verify-libraries] Compiling kstat-rs v0.2.5
46632026-08-25T21:09:01.823Z[verify-libraries] Compiling trait-variant v0.1.2
46642026-08-25T21:09:01.923Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46652026-08-25T21:09:01.944Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46662026-08-25T21:09:01.948Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46672026-08-25T21:09:02.171Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46682026-08-25T21:09:02.233Z[verify-libraries] Compiling ghash v0.6.0
46692026-08-25T21:09:02.335Z[ host-image] Aug 25 21:09:01.719 INFO O| Aug 25 21:09:01.719 INFO O| Startup: Refreshing catalog 'helios' ... Done
46702026-08-25T21:09:02.437Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46712026-08-25T21:09:02.489Z[verify-libraries] Compiling pbkdf2 v0.13.0
46722026-08-25T21:09:02.528Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46732026-08-25T21:09:02.569Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46742026-08-25T21:09:02.609Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46752026-08-25T21:09:02.661Z[verify-libraries] Compiling crypto-bigint v0.7.5
46762026-08-25T21:09:02.718Z[verify-libraries] Compiling aes v0.9.1
46772026-08-25T21:09:02.722Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46782026-08-25T21:09:02.813Z[ host-image] Aug 25 21:09:02.197 INFO O| Aug 25 21:09:02.196 INFO O| Startup: Caching catalogs ... Done
46792026-08-25T21:09:02.902Z[verify-libraries] Compiling ctr v0.10.1
46802026-08-25T21:09:03.090Z[verify-libraries] Compiling aead v0.6.1
46812026-08-25T21:09:03.168Z[verify-libraries] Compiling bb8 v0.8.6
46822026-08-25T21:09:03.283Z[verify-libraries] Compiling parking_lot_core v0.8.6
46832026-08-25T21:09:03.342Z[verify-libraries] Compiling aes-gcm v0.11.0
46842026-08-25T21:09:03.407Z[ host-image] Aug 25 21:09:02.791 INFO O| Aug 25 21:09:02.791 INFO O| Planning: Solver setup ... Done
46852026-08-25T21:09:03.413Z[ host-image] Aug 25 21:09:02.796 INFO O| Aug 25 21:09:02.796 INFO O| Planning: Running solver ... Done
46862026-08-25T21:09:03.429Z[ host-image] Aug 25 21:09:02.813 INFO O| Aug 25 21:09:02.813 INFO O| Planning: Finding local manifests ... Done
46872026-08-25T21:09:03.474Z[ recovery-image] Aug 25 21:09:02.857 INFO O| Aug 25 21:09:02.857 INFO O| Download: 8931/16682 items 90.0/200.0MB 44% complete (18.0M/s)
46882026-08-25T21:09:03.478Z[ host-image] Aug 25 21:09:02.860 INFO O| Aug 25 21:09:02.860 INFO O| Planning: Fetching manifests: 0/6 0% complete
46892026-08-25T21:09:03.616Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46902026-08-25T21:09:03.616Z[ host-image] Aug 25 21:09:03.000 INFO O| Aug 25 21:09:03.000 INFO O| Planning: Fetching manifests: 6/6 100% complete
46912026-08-25T21:09:03.645Z[ host-image] Aug 25 21:09:03.028 INFO O| Aug 25 21:09:03.028 INFO O| Planning: Package planning ... Done
46922026-08-25T21:09:03.653Z[ host-image] Aug 25 21:09:03.037 INFO O| Aug 25 21:09:03.037 INFO O| Planning: Merging actions ... Done
46932026-08-25T21:09:03.707Z[ host-image] Aug 25 21:09:03.091 INFO O| Aug 25 21:09:03.091 INFO O| Planning: Checking for conflicting actions ... Done
46942026-08-25T21:09:03.711Z[ host-image] Aug 25 21:09:03.091 INFO O| Aug 25 21:09:03.091 INFO O| Planning: Consolidating action changes ... Done
46952026-08-25T21:09:03.770Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46962026-08-25T21:09:03.867Z[ host-image] Aug 25 21:09:03.251 INFO O| Aug 25 21:09:03.251 INFO O| Planning: Evaluating mediators ... Done
46972026-08-25T21:09:03.876Z[ host-image] Aug 25 21:09:03.254 INFO O| Aug 25 21:09:03.254 INFO O| Planning: Planning completed in 1.04 seconds
46982026-08-25T21:09:03.877Z[ host-image] Aug 25 21:09:03.254 INFO O| Aug 25 21:09:03.254 INFO O| Packages to install: 6
46992026-08-25T21:09:03.877Z[ host-image] Aug 25 21:09:03.254 INFO O| Aug 25 21:09:03.254 INFO O| Mediators to change: 1
47002026-08-25T21:09:03.877Z[ host-image] Aug 25 21:09:03.254 INFO O| Aug 25 21:09:03.254 INFO O| Services to change: 1
47012026-08-25T21:09:03.882Z[ host-image] Aug 25 21:09:03.266 INFO O| Aug 25 21:09:03.265 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
47022026-08-25T21:09:04.020Z[verify-libraries] Compiling spki v0.8.0
47032026-08-25T21:09:04.112Z[verify-libraries] Compiling mime_guess v2.0.5
47042026-08-25T21:09:04.162Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47052026-08-25T21:09:04.358Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
47062026-08-25T21:09:04.400Z[verify-libraries] Compiling salsa20 v0.11.0
47072026-08-25T21:09:04.588Z[verify-libraries] Compiling nanorand v0.7.0
47082026-08-25T21:09:04.593Z[ host-image] Aug 25 21:09:03.977 INFO O| Aug 25 21:09:03.977 INFO O| Download: Completed 7.84 MB in 0.71 seconds (11.0M/s)
47092026-08-25T21:09:04.632Z[verify-libraries] Compiling progenitor v0.13.0
47102026-08-25T21:09:04.662Z[verify-libraries] Compiling scrypt v0.12.0
47112026-08-25T21:09:04.729Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47122026-08-25T21:09:04.850Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47132026-08-25T21:09:04.924Z[verify-libraries] Compiling flume v0.11.1
47142026-08-25T21:09:04.945Z[ host-image] Aug 25 21:09:04.327 INFO O| Aug 25 21:09:04.327 INFO O| Actions: 1/1366 actions (Installing new actions)
47152026-08-25T21:09:04.982Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
47162026-08-25T21:09:05.158Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47172026-08-25T21:09:05.172Z[ host-image] Aug 25 21:09:04.556 INFO O| Aug 25 21:09:04.556 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
47182026-08-25T21:09:05.221Z[verify-libraries] Compiling cbc v0.2.1
47192026-08-25T21:09:05.225Z[ host-image] Aug 25 21:09:04.605 INFO O| Aug 25 21:09:04.605 INFO O| Finalize: Updating package state database ... Done
47202026-08-25T21:09:05.225Z[ host-image] Aug 25 21:09:04.605 INFO O| Aug 25 21:09:04.605 INFO O| Finalize: Updating package cache ... Done
47212026-08-25T21:09:05.291Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
47222026-08-25T21:09:05.314Z[ host-image] Aug 25 21:09:04.697 INFO O| Aug 25 21:09:04.697 INFO O| Finalize: Updating image state ... Done
47232026-08-25T21:09:05.435Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47242026-08-25T21:09:05.498Z[verify-libraries] Compiling nonempty v0.12.0
47252026-08-25T21:09:05.545Z[verify-libraries] Compiling http-range v0.1.5
47262026-08-25T21:09:05.591Z[verify-libraries] Compiling corncobs v0.1.4
47272026-08-25T21:09:05.748Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47282026-08-25T21:09:05.806Z[verify-libraries] Compiling pkcs5 v0.8.1
47292026-08-25T21:09:05.851Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47302026-08-25T21:09:05.855Z[verify-libraries] Compiling parking_lot v0.11.2
47312026-08-25T21:09:05.970Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47322026-08-25T21:09:06.310Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47332026-08-25T21:09:06.336Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47342026-08-25T21:09:06.358Z[ host-image] Aug 25 21:09:05.741 INFO O| Aug 25 21:09:05.741 INFO O| Finalize: Creating fast lookup database ... Done
47352026-08-25T21:09:06.392Z[ host-image] Aug 25 21:09:05.772 INFO O| Aug 25 21:09:05.771 INFO O| Finalize: Reading search index ... Done
47362026-08-25T21:09:06.392Z[ host-image] Aug 25 21:09:05.772 INFO O| Aug 25 21:09:05.772 INFO O| Finalize: Updating search index ... Done
47372026-08-25T21:09:06.422Z[ host-image] Aug 25 21:09:05.807 INFO O| Aug 25 21:09:05.806 INFO O| Finalize: Updating package cache ... Done
47382026-08-25T21:09:06.455Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47392026-08-25T21:09:06.556Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47402026-08-25T21:09:06.610Z[verify-libraries] Compiling digest-io v0.1.0
47412026-08-25T21:09:06.737Z[ host-image] Aug 25 21:09:06.120 INFO O| Aug 25 21:09:06.120 INFO STEP 13 (pkg_install) COMPLETE
47422026-08-25T21:09:06.737Z[ host-image] Aug 25 21:09:06.120 INFO O| Aug 25 21:09:06.120 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47432026-08-25T21:09:06.745Z[ host-image] Aug 25 21:09:06.129 INFO O| Aug 25 21:09:06.129 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
47442026-08-25T21:09:06.831Z[verify-libraries] Compiling prefix-trie v0.7.0
47452026-08-25T21:09:06.860Z[verify-libraries] Compiling secrecy v0.8.0
47462026-08-25T21:09:07.103Z[verify-libraries] Compiling rawzip v0.4.4
47472026-08-25T21:09:07.319Z[verify-libraries] Compiling hickory-server v0.25.2
47482026-08-25T21:09:07.402Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47492026-08-25T21:09:07.435Z[verify-libraries] Compiling pkcs8 v0.11.0
47502026-08-25T21:09:07.646Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47512026-08-25T21:09:07.922Z[verify-libraries] Compiling sled v0.34.7
47522026-08-25T21:09:07.925Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47532026-08-25T21:09:07.988Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47542026-08-25T21:09:08.308Z[verify-libraries] Compiling ignore v0.4.25
47552026-08-25T21:09:08.369Z[verify-libraries] Compiling anstyle-parse v0.2.7
47562026-08-25T21:09:08.448Z[ recovery-image] Aug 25 21:09:07.832 INFO O| Aug 25 21:09:07.832 INFO O| Download: Completed 200.00 MB in 9.97 seconds (20.0M/s)
47572026-08-25T21:09:08.464Z[verify-libraries] Compiling ff v0.14.0
47582026-08-25T21:09:08.542Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47592026-08-25T21:09:08.634Z[verify-libraries] Compiling anstream v0.6.21
47602026-08-25T21:09:08.710Z[ recovery-image] Aug 25 21:09:08.094 INFO O| Aug 25 21:09:08.094 INFO O| Actions: 1/27580 actions (Installing new actions)
47612026-08-25T21:09:08.718Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47622026-08-25T21:09:08.883Z[verify-libraries] Compiling predicates-tree v1.0.13
47632026-08-25T21:09:09.202Z[ host-image] Aug 25 21:09:08.586 INFO O| Aug 25 21:09:08.586 INFO O| Startup: Refreshing catalog 'helios' ... Done
47642026-08-25T21:09:09.266Z[verify-libraries] Compiling globwalk v0.9.1
47652026-08-25T21:09:09.288Z[verify-libraries] Compiling libz-sys v1.1.24
47662026-08-25T21:09:09.557Z[verify-libraries] Compiling rand_seeder v0.4.0
47672026-08-25T21:09:09.613Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47682026-08-25T21:09:09.958Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47692026-08-25T21:09:10.017Z[ host-image] Aug 25 21:09:09.384 INFO O| Aug 25 21:09:09.384 INFO O| Startup: Caching catalogs ... Done
47702026-08-25T21:09:10.196Z[verify-libraries] Compiling group v0.14.0
47712026-08-25T21:09:10.307Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47722026-08-25T21:09:10.311Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47732026-08-25T21:09:10.504Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47742026-08-25T21:09:10.576Z[ host-image] Aug 25 21:09:09.958 INFO O| Aug 25 21:09:09.958 INFO O| Planning: Solver setup ... Done
47752026-08-25T21:09:10.582Z[ host-image] Aug 25 21:09:09.964 INFO O| Aug 25 21:09:09.964 INFO O| Planning: Running solver ... Done
47762026-08-25T21:09:10.598Z[ host-image] Aug 25 21:09:09.981 INFO O| Aug 25 21:09:09.980 INFO O| Planning: Finding local manifests ... Done
47772026-08-25T21:09:10.614Z[verify-libraries] Compiling signature v3.0.0
47782026-08-25T21:09:10.618Z[ host-image] Aug 25 21:09:10.000 INFO O| Aug 25 21:09:10.000 INFO O| Planning: Fetching manifests: 0/1 0% complete
47792026-08-25T21:09:10.632Z[ host-image] Aug 25 21:09:10.016 INFO O| Aug 25 21:09:10.016 INFO O| Planning: Fetching manifests: 1/1 100% complete
47802026-08-25T21:09:10.648Z[ host-image] Aug 25 21:09:10.031 INFO O| Aug 25 21:09:10.031 INFO O| Planning: Package planning ... Done
47812026-08-25T21:09:10.648Z[ host-image] Aug 25 21:09:10.032 INFO O| Aug 25 21:09:10.032 INFO O| Planning: Merging actions ... Done
47822026-08-25T21:09:10.686Z[ host-image] Aug 25 21:09:10.070 INFO O| Aug 25 21:09:10.070 INFO O| Planning: Checking for conflicting actions ... Done
47832026-08-25T21:09:10.690Z[ host-image] Aug 25 21:09:10.071 INFO O| Aug 25 21:09:10.071 INFO O| Planning: Consolidating action changes ... Done
47842026-08-25T21:09:10.732Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47852026-08-25T21:09:10.793Z[verify-libraries] Compiling base16ct v1.0.0
47862026-08-25T21:09:10.827Z[ host-image] Aug 25 21:09:10.210 INFO O| Aug 25 21:09:10.209 INFO O| Planning: Evaluating mediators ... Done
47872026-08-25T21:09:10.827Z[ host-image] Aug 25 21:09:10.210 INFO O| Aug 25 21:09:10.210 INFO O| Planning: Planning completed in 0.81 seconds
47882026-08-25T21:09:10.827Z[ host-image] Aug 25 21:09:10.210 INFO O| Aug 25 21:09:10.210 INFO O| Packages to install: 1
47892026-08-25T21:09:10.841Z[ host-image] Aug 25 21:09:10.221 INFO O| Aug 25 21:09:10.221 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
47902026-08-25T21:09:10.854Z[verify-libraries] Compiling instability v0.3.11
47912026-08-25T21:09:10.931Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47922026-08-25T21:09:11.032Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47932026-08-25T21:09:11.162Z[verify-libraries] Compiling sec1 v0.8.1
47942026-08-25T21:09:11.253Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47952026-08-25T21:09:11.283Z[ host-image] Aug 25 21:09:10.667 INFO O| Aug 25 21:09:10.667 INFO O| Download: Completed 13.27 MB in 0.45 seconds (29.7M/s)
47962026-08-25T21:09:11.296Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47972026-08-25T21:09:11.334Z[ host-image] Aug 25 21:09:10.719 INFO O| Aug 25 21:09:10.718 INFO O| Actions: 1/22 actions (Installing new actions)
47982026-08-25T21:09:11.614Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47992026-08-25T21:09:11.618Z[ host-image] Aug 25 21:09:11.001 INFO O| Aug 25 21:09:11.001 INFO O| Actions: Completed 22 actions in 0.28 seconds.
48002026-08-25T21:09:11.667Z[ host-image] Aug 25 21:09:11.049 INFO O| Aug 25 21:09:11.049 INFO O| Finalize: Updating package state database ... Done
48012026-08-25T21:09:11.667Z[ host-image] Aug 25 21:09:11.049 INFO O| Aug 25 21:09:11.049 INFO O| Finalize: Updating package cache ... Done
48022026-08-25T21:09:11.733Z[verify-libraries] Compiling hkdf v0.13.0
48032026-08-25T21:09:11.845Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48042026-08-25T21:09:11.896Z[ host-image] Aug 25 21:09:11.279 INFO O| Aug 25 21:09:11.279 INFO O| Finalize: Updating image state ... Done
48052026-08-25T21:09:11.994Z[verify-libraries] Compiling scuffle v0.1.0
48062026-08-25T21:09:12.023Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
48072026-08-25T21:09:12.069Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
48082026-08-25T21:09:12.089Z[verify-libraries] Compiling castaway v0.2.4
48092026-08-25T21:09:12.299Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
48102026-08-25T21:09:12.371Z[verify-libraries] Compiling indoc v2.0.7
48112026-08-25T21:09:12.786Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
48122026-08-25T21:09:12.853Z[verify-libraries] Compiling compact_str v0.8.1
48132026-08-25T21:09:13.045Z[ host-image] Aug 25 21:09:12.428 INFO O| Aug 25 21:09:12.428 INFO O| Finalize: Creating fast lookup database ... Done
48142026-08-25T21:09:13.075Z[ host-image] Aug 25 21:09:12.457 INFO O| Aug 25 21:09:12.457 INFO O| Finalize: Reading search index ... Done
48152026-08-25T21:09:13.075Z[ host-image] Aug 25 21:09:12.457 INFO O| Aug 25 21:09:12.457 INFO O| Finalize: Updating search index ... Done
48162026-08-25T21:09:13.084Z[ host-image] Aug 25 21:09:12.467 INFO O| Aug 25 21:09:12.467 INFO O| Finalize: Updating package cache ... Done
48172026-08-25T21:09:13.124Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48182026-08-25T21:09:13.344Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
48192026-08-25T21:09:13.377Z[ host-image] Aug 25 21:09:12.760 INFO O| Aug 25 21:09:12.760 INFO STEP 14 (pkg_install) COMPLETE
48202026-08-25T21:09:13.377Z[ host-image] Aug 25 21:09:12.760 INFO O| Aug 25 21:09:12.760 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48212026-08-25T21:09:13.377Z[ host-image] Aug 25 21:09:12.761 INFO O| Aug 25 21:09:12.760 INFO skip step because feature "mbist" is not enabled
48222026-08-25T21:09:13.381Z[ host-image] Aug 25 21:09:12.761 INFO O| Aug 25 21:09:12.760 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48232026-08-25T21:09:13.382Z[ host-image] Aug 25 21:09:12.761 INFO O| Aug 25 21:09:12.760 INFO skip step because feature "mfg" is not enabled
48242026-08-25T21:09:13.382Z[ host-image] Aug 25 21:09:12.761 INFO O| Aug 25 21:09:12.760 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48252026-08-25T21:09:13.382Z[ host-image] Aug 25 21:09:12.761 INFO O| Aug 25 21:09:12.760 INFO skip step because feature "compliance" is not enabled
48262026-08-25T21:09:13.382Z[ host-image] Aug 25 21:09:12.761 INFO O| Aug 25 21:09:12.760 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48272026-08-25T21:09:13.382Z[ host-image] Aug 25 21:09:12.761 INFO O| Aug 25 21:09:12.760 INFO skip step because feature "stress" is not enabled
48282026-08-25T21:09:13.382Z[ host-image] Aug 25 21:09:12.761 INFO O| Aug 25 21:09:12.760 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48292026-08-25T21:09:13.383Z[ host-image] Aug 25 21:09:12.761 INFO O| Aug 25 21:09:12.760 INFO skip step because feature "compliance" is not enabled
48302026-08-25T21:09:13.383Z[ host-image] Aug 25 21:09:12.761 INFO O| Aug 25 21:09:12.760 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48312026-08-25T21:09:13.383Z[ host-image] Aug 25 21:09:12.761 INFO O| Aug 25 21:09:12.760 INFO skip step because feature "nfs" is not enabled
48322026-08-25T21:09:13.383Z[ host-image] Aug 25 21:09:12.761 INFO O| Aug 25 21:09:12.760 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
48332026-08-25T21:09:13.383Z[ host-image] Aug 25 21:09:12.761 INFO O| Aug 25 21:09:12.760 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
48342026-08-25T21:09:13.495Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48352026-08-25T21:09:13.533Z[verify-libraries] Compiling elliptic-curve v0.14.1
48362026-08-25T21:09:13.669Z[ host-image] Aug 25 21:09:13.051 INFO O| Aug 25 21:09:13.051 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
48372026-08-25T21:09:13.684Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
48382026-08-25T21:09:13.710Z[ recovery-image] Aug 25 21:09:13.094 INFO O| Aug 25 21:09:13.094 INFO O| Actions: 20828/27580 actions (Installing new actions)
48392026-08-25T21:09:13.805Z[ host-image] Aug 25 21:09:13.189 INFO O| Aug 25 21:09:13.189 INFO completed processing sled/ramdisk-01-os
48402026-08-25T21:09:13.809Z[ host-image] Aug 25 21:09:13.191 INFO omicron1 baseline generation...
48412026-08-25T21:09:13.809Z[ host-image] Aug 25 21:09:13.191 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
48422026-08-25T21:09:14.012Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48432026-08-25T21:09:14.243Z[ host-image] Aug 25 21:09:13.580 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24216:20260824T215515Z
48442026-08-25T21:09:14.273Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48452026-08-25T21:09:14.295Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
48462026-08-25T21:09:14.398Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
48472026-08-25T21:09:14.473Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48482026-08-25T21:09:14.839Z[verify-libraries] Compiling lru v0.12.5
48492026-08-25T21:09:14.912Z[ recovery-image] Aug 25 21:09:14.296 INFO O| Aug 25 21:09:14.296 INFO O| Actions: Completed 27580 actions in 6.20 seconds.
48502026-08-25T21:09:14.998Z[ recovery-image] Aug 25 21:09:14.381 INFO O| Aug 25 21:09:14.381 INFO O| Finalize: Updating package state database ... Done
48512026-08-25T21:09:14.999Z[ recovery-image] Aug 25 21:09:14.381 INFO O| Aug 25 21:09:14.381 INFO O| Finalize: Updating package cache ... Done
48522026-08-25T21:09:15.069Z[verify-libraries] Compiling unicode-truncate v1.1.0
48532026-08-25T21:09:15.093Z[verify-libraries] Compiling arc-swap v1.8.2
48542026-08-25T21:09:15.132Z[ recovery-image] Aug 25 21:09:14.516 INFO O| Aug 25 21:09:14.516 INFO O| Finalize: Updating image state ... Done
48552026-08-25T21:09:15.138Z[verify-libraries] Compiling cassowary v0.3.0
48562026-08-25T21:09:15.279Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48572026-08-25T21:09:15.355Z[verify-libraries] Compiling wnaf v0.14.0
48582026-08-25T21:09:15.499Z[verify-libraries] Compiling ratatui v0.29.0
48592026-08-25T21:09:15.731Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48602026-08-25T21:09:15.769Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48612026-08-25T21:09:15.879Z[ recovery-image] Aug 25 21:09:15.262 INFO O| Aug 25 21:09:15.262 INFO O| Finalize: Creating fast lookup database ... Done
48622026-08-25T21:09:15.895Z[ recovery-image] Aug 25 21:09:15.278 INFO O| Aug 25 21:09:15.278 INFO O| Finalize: Reading search index ... Done
48632026-08-25T21:09:15.998Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48642026-08-25T21:09:16.125Z[verify-libraries] Compiling slog-scope v4.4.1
48652026-08-25T21:09:16.320Z[verify-libraries] Compiling primefield v0.14.0
48662026-08-25T21:09:16.487Z[verify-libraries] Compiling rfc6979 v0.6.0
48672026-08-25T21:09:16.635Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48682026-08-25T21:09:16.687Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48692026-08-25T21:09:16.691Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48702026-08-25T21:09:16.886Z[verify-libraries] Compiling vergen-git2 v9.1.0
48712026-08-25T21:09:17.055Z[verify-libraries] Compiling strsim v0.10.0
48722026-08-25T21:09:17.269Z[verify-libraries] Compiling ecdsa v0.17.0
48732026-08-25T21:09:17.393Z[verify-libraries] Compiling darling_core v0.13.4
48742026-08-25T21:09:17.503Z[verify-libraries] Compiling primeorder v0.14.0
48752026-08-25T21:09:17.640Z[ recovery-image] Aug 25 21:09:17.023 INFO O| Aug 25 21:09:17.023 INFO O| Finalize: Building new search index ... Done
48762026-08-25T21:09:17.734Z[verify-libraries] Compiling slog-stdlog v4.1.1
48772026-08-25T21:09:17.945Z[ recovery-image] Aug 25 21:09:17.328 INFO O| Aug 25 21:09:17.328 INFO O| Finalize: Updating package cache ... Done
48782026-08-25T21:09:17.974Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48792026-08-25T21:09:18.003Z[verify-libraries] Compiling tungstenite v0.23.0
48802026-08-25T21:09:18.039Z[verify-libraries] Compiling console v0.16.2
48812026-08-25T21:09:18.305Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48822026-08-25T21:09:18.309Z[ recovery-image] Aug 25 21:09:17.689 INFO O| Aug 25 21:09:17.689 INFO STEP 11 (pkg_install) COMPLETE
48832026-08-25T21:09:18.309Z[ recovery-image] Aug 25 21:09:17.689 INFO O| Aug 25 21:09:17.689 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48842026-08-25T21:09:18.309Z[ recovery-image] Aug 25 21:09:17.689 INFO O| Aug 25 21:09:17.689 INFO skip step because feature "recovery" is enabled
48852026-08-25T21:09:18.311Z[ recovery-image] Aug 25 21:09:17.689 INFO O| Aug 25 21:09:17.689 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48862026-08-25T21:09:18.311Z[ recovery-image] Aug 25 21:09:17.689 INFO O| Aug 25 21:09:17.689 INFO skip step because feature "omicron1" is not enabled
48872026-08-25T21:09:18.311Z[ recovery-image] Aug 25 21:09:17.689 INFO O| Aug 25 21:09:17.689 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48882026-08-25T21:09:18.317Z[ recovery-image] Aug 25 21:09:17.700 INFO O| Aug 25 21:09:17.700 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48892026-08-25T21:09:18.372Z[verify-libraries] Compiling libsw-core v0.3.2
48902026-08-25T21:09:18.620Z[verify-libraries] Compiling unit-prefix v0.5.2
48912026-08-25T21:09:18.717Z[verify-libraries] Compiling assert_matches v1.5.0
48922026-08-25T21:09:18.764Z[verify-libraries] Compiling void v1.0.2
48932026-08-25T21:09:18.865Z[verify-libraries] Compiling indicatif v0.18.4
48942026-08-25T21:09:18.896Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48952026-08-25T21:09:19.051Z[verify-libraries] Compiling lzss v0.8.2
48962026-08-25T21:09:19.203Z[verify-libraries] Compiling libsw v3.5.0
48972026-08-25T21:09:19.357Z[verify-libraries] Compiling slog-envlogger v2.2.0
48982026-08-25T21:09:19.395Z[verify-libraries] Compiling ssh-encoding v0.3.0
48992026-08-25T21:09:19.442Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49002026-08-25T21:09:19.507Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
49012026-08-25T21:09:19.623Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
49022026-08-25T21:09:19.753Z[verify-libraries] Compiling darling_macro v0.13.4
49032026-08-25T21:09:19.854Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
49042026-08-25T21:09:19.923Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
49052026-08-25T21:09:20.049Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
49062026-08-25T21:09:20.135Z[verify-libraries] Compiling nix v0.27.1
49072026-08-25T21:09:20.220Z[verify-libraries] Compiling colored v2.2.0
49082026-08-25T21:09:20.246Z[verify-libraries] Compiling blake3 v1.8.5
49092026-08-25T21:09:20.286Z[verify-libraries] Compiling serde_bytes v0.11.19
49102026-08-25T21:09:20.389Z[verify-libraries] Compiling keccak v0.2.0
49112026-08-25T21:09:20.535Z[ recovery-image] Aug 25 21:09:19.919 INFO O| Aug 25 21:09:19.919 INFO O| Startup: Refreshing catalog 'helios' ... Done
49122026-08-25T21:09:20.622Z[verify-libraries] Compiling shell-words v1.1.1
49132026-08-25T21:09:20.678Z[verify-libraries] Compiling darling v0.13.4
49142026-08-25T21:09:20.772Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
49152026-08-25T21:09:20.865Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49162026-08-25T21:09:20.986Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
49172026-08-25T21:09:21.019Z[ recovery-image] Aug 25 21:09:20.403 INFO O| Aug 25 21:09:20.403 INFO O| Startup: Caching catalogs ... Done
49182026-08-25T21:09:21.169Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
49192026-08-25T21:09:21.466Z[verify-libraries] Compiling ed25519 v3.0.0
49202026-08-25T21:09:21.558Z[verify-libraries] Compiling crypto-primes v0.7.2
49212026-08-25T21:09:21.634Z[ recovery-image] Aug 25 21:09:21.018 INFO O| Aug 25 21:09:21.018 INFO O| Planning: Solver setup ... Done
49222026-08-25T21:09:21.639Z[ recovery-image] Aug 25 21:09:21.023 INFO O| Aug 25 21:09:21.023 INFO O| Planning: Running solver ... Done
49232026-08-25T21:09:21.655Z[ recovery-image] Aug 25 21:09:21.038 INFO O| Aug 25 21:09:21.038 INFO O| Planning: Finding local manifests ... Done
49242026-08-25T21:09:21.673Z[ recovery-image] Aug 25 21:09:21.057 INFO O| Aug 25 21:09:21.057 INFO O| Planning: Fetching manifests: 0/1 0% complete
49252026-08-25T21:09:21.682Z[ recovery-image] Aug 25 21:09:21.066 INFO O| Aug 25 21:09:21.066 INFO O| Planning: Fetching manifests: 1/1 100% complete
49262026-08-25T21:09:21.699Z[ recovery-image] Aug 25 21:09:21.083 INFO O| Aug 25 21:09:21.083 INFO O| Planning: Package planning ... Done
49272026-08-25T21:09:21.699Z[ recovery-image] Aug 25 21:09:21.083 INFO O| Aug 25 21:09:21.083 INFO O| Planning: Merging actions ... Done
49282026-08-25T21:09:21.719Z[ recovery-image] Aug 25 21:09:21.103 INFO O| Aug 25 21:09:21.103 INFO O| Planning: Checking for conflicting actions ... Done
49292026-08-25T21:09:21.719Z[ recovery-image] Aug 25 21:09:21.103 INFO O| Aug 25 21:09:21.103 INFO O| Planning: Consolidating action changes ... Done
49302026-08-25T21:09:21.813Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
49312026-08-25T21:09:21.817Z[ recovery-image] Aug 25 21:09:21.197 INFO O| Aug 25 21:09:21.197 INFO O| Planning: Evaluating mediators ... Done
49322026-08-25T21:09:21.817Z[ recovery-image] Aug 25 21:09:21.197 INFO O| Aug 25 21:09:21.197 INFO O| Planning: Planning completed in 0.78 seconds
49332026-08-25T21:09:21.817Z[ recovery-image] Aug 25 21:09:21.197 INFO O| Aug 25 21:09:21.197 INFO O| Packages to install: 1
49342026-08-25T21:09:21.824Z[ recovery-image] Aug 25 21:09:21.208 INFO O| Aug 25 21:09:21.208 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49352026-08-25T21:09:22.284Z[ recovery-image] Aug 25 21:09:21.653 INFO O| Aug 25 21:09:21.652 INFO O| Download: Completed 13.27 MB in 0.44 seconds (29.9M/s)
49362026-08-25T21:09:22.288Z[verify-libraries] Compiling poly1305 v0.9.0
49372026-08-25T21:09:22.325Z[ recovery-image] Aug 25 21:09:21.701 INFO O| Aug 25 21:09:21.701 INFO O| Actions: 1/22 actions (Installing new actions)
49382026-08-25T21:09:22.533Z[ recovery-image] Aug 25 21:09:21.916 INFO O| Aug 25 21:09:21.915 INFO O| Actions: Completed 22 actions in 0.22 seconds.
49392026-08-25T21:09:22.594Z[ recovery-image] Aug 25 21:09:21.957 INFO O| Aug 25 21:09:21.957 INFO O| Finalize: Updating package state database ... Done
49402026-08-25T21:09:22.594Z[ recovery-image] Aug 25 21:09:21.957 INFO O| Aug 25 21:09:21.957 INFO O| Finalize: Updating package cache ... Done
49412026-08-25T21:09:22.630Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49422026-08-25T21:09:22.700Z[ recovery-image] Aug 25 21:09:22.067 INFO O| Aug 25 21:09:22.067 INFO O| Finalize: Updating image state ... Done
49432026-08-25T21:09:22.717Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49442026-08-25T21:09:22.726Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49452026-08-25T21:09:22.762Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49462026-08-25T21:09:23.034Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49472026-08-25T21:09:23.077Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49482026-08-25T21:09:23.081Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49492026-08-25T21:09:23.143Z[verify-libraries] Compiling blowfish v0.10.0
49502026-08-25T21:09:23.180Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49512026-08-25T21:09:23.316Z[verify-libraries] Compiling petname v2.0.2
49522026-08-25T21:09:23.395Z[verify-libraries] Compiling arrayvec v0.7.6
49532026-08-25T21:09:23.448Z[ recovery-image] Aug 25 21:09:22.796 INFO O| Aug 25 21:09:22.796 INFO O| Finalize: Creating fast lookup database ... Done
49542026-08-25T21:09:23.449Z[ recovery-image] Aug 25 21:09:22.813 INFO O| Aug 25 21:09:22.813 INFO O| Finalize: Reading search index ... Done
49552026-08-25T21:09:23.449Z[ recovery-image] Aug 25 21:09:22.813 INFO O| Aug 25 21:09:22.813 INFO O| Finalize: Updating search index ... Done
49562026-08-25T21:09:23.449Z[ recovery-image] Aug 25 21:09:22.823 INFO O| Aug 25 21:09:22.823 INFO O| Finalize: Updating package cache ... Done
49572026-08-25T21:09:23.459Z[verify-libraries] Compiling arrayref v0.3.9
49582026-08-25T21:09:23.487Z[verify-libraries] Compiling constant_time_eq v0.4.2
49592026-08-25T21:09:23.568Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49602026-08-25T21:09:23.739Z[ recovery-image] Aug 25 21:09:23.123 INFO O| Aug 25 21:09:23.123 INFO STEP 14 (pkg_install) COMPLETE
49612026-08-25T21:09:23.740Z[ recovery-image] Aug 25 21:09:23.123 INFO O| Aug 25 21:09:23.123 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49622026-08-25T21:09:23.743Z[ recovery-image] Aug 25 21:09:23.123 INFO O| Aug 25 21:09:23.123 INFO skip step because feature "mbist" is not enabled
49632026-08-25T21:09:23.748Z[ recovery-image] Aug 25 21:09:23.123 INFO O| Aug 25 21:09:23.123 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49642026-08-25T21:09:23.748Z[ recovery-image] Aug 25 21:09:23.123 INFO O| Aug 25 21:09:23.123 INFO skip step because feature "mfg" is not enabled
49652026-08-25T21:09:23.748Z[ recovery-image] Aug 25 21:09:23.123 INFO O| Aug 25 21:09:23.123 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49662026-08-25T21:09:23.748Z[ recovery-image] Aug 25 21:09:23.123 INFO O| Aug 25 21:09:23.123 INFO skip step because feature "compliance" is not enabled
49672026-08-25T21:09:23.748Z[ recovery-image] Aug 25 21:09:23.123 INFO O| Aug 25 21:09:23.123 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49682026-08-25T21:09:23.748Z[ recovery-image] Aug 25 21:09:23.123 INFO O| Aug 25 21:09:23.123 INFO skip step because feature "stress" is not enabled
49692026-08-25T21:09:23.748Z[ recovery-image] Aug 25 21:09:23.123 INFO O| Aug 25 21:09:23.123 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49702026-08-25T21:09:23.748Z[ recovery-image] Aug 25 21:09:23.123 INFO O| Aug 25 21:09:23.123 INFO skip step because feature "compliance" is not enabled
49712026-08-25T21:09:23.748Z[ recovery-image] Aug 25 21:09:23.123 INFO O| Aug 25 21:09:23.123 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49722026-08-25T21:09:23.748Z[ recovery-image] Aug 25 21:09:23.123 INFO O| Aug 25 21:09:23.123 INFO skip step because feature "nfs" is not enabled
49732026-08-25T21:09:23.748Z[ recovery-image] Aug 25 21:09:23.123 INFO O| Aug 25 21:09:23.123 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49742026-08-25T21:09:23.748Z[ recovery-image] Aug 25 21:09:23.123 INFO O| Aug 25 21:09:23.123 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49752026-08-25T21:09:23.916Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49762026-08-25T21:09:24.048Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49772026-08-25T21:09:24.091Z[verify-libraries] Compiling ssh-cipher v0.3.0
49782026-08-25T21:09:24.104Z[ recovery-image] Aug 25 21:09:23.488 INFO O| Aug 25 21:09:23.488 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49792026-08-25T21:09:24.151Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49802026-08-25T21:09:24.207Z[ recovery-image] Aug 25 21:09:23.590 INFO O| Aug 25 21:09:23.590 INFO completed processing sled/ramdisk-01-os
49812026-08-25T21:09:24.211Z[ recovery-image] Aug 25 21:09:23.593 INFO image builder template: ramdisk-02-trim...
49822026-08-25T21:09:24.211Z[ recovery-image] Aug 25 21:09:23.593 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/.tmpjbOF9F/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
49832026-08-25T21:09:24.229Z[ recovery-image] Aug 25 21:09:23.612 INFO O| Aug 25 21:09:23.612 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49842026-08-25T21:09:24.234Z[ recovery-image] Aug 25 21:09:23.617 INFO O| Aug 25 21:09:23.617 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49852026-08-25T21:09:24.298Z[ recovery-image] Aug 25 21:09:23.681 INFO O| Aug 25 21:09:23.681 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49862026-08-25T21:09:24.390Z[ recovery-image] Aug 25 21:09:23.774 INFO O| Aug 25 21:09:23.774 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49872026-08-25T21:09:24.390Z[ recovery-image] Aug 25 21:09:23.774 INFO O| Aug 25 21:09:23.774 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49882026-08-25T21:09:24.396Z[ recovery-image] Aug 25 21:09:23.780 INFO O| Aug 25 21:09:23.779 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49892026-08-25T21:09:24.400Z[ recovery-image] Aug 25 21:09:23.784 INFO O| Aug 25 21:09:23.783 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49902026-08-25T21:09:24.400Z[verify-libraries] Compiling serde_with_macros v1.5.2
49912026-08-25T21:09:24.405Z[ recovery-image] Aug 25 21:09:23.788 INFO O| Aug 25 21:09:23.788 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49922026-08-25T21:09:24.521Z[verify-libraries] Compiling sha3 v0.11.0
49932026-08-25T21:09:24.568Z[verify-libraries] Compiling p256 v0.14.0
49942026-08-25T21:09:24.599Z[verify-libraries] Compiling p521 v0.14.0
49952026-08-25T21:09:24.755Z[verify-libraries] Compiling p384 v0.14.0
49962026-08-25T21:09:24.791Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49972026-08-25T21:09:24.926Z[ recovery-image] Aug 25 21:09:24.310 INFO O| Aug 25 21:09:24.310 INFO rolled back to input snapshot; work may begin
49982026-08-25T21:09:24.927Z[ recovery-image] Aug 25 21:09:24.310 INFO O| Aug 25 21:09:24.310 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49992026-08-25T21:09:24.931Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
50002026-08-25T21:09:24.931Z[ recovery-image] Aug 25 21:09:24.314 INFO O| Aug 25 21:09:24.314 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50012026-08-25T21:09:24.940Z[ recovery-image] Aug 25 21:09:24.324 INFO O| Aug 25 21:09:24.323 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50022026-08-25T21:09:24.980Z[ recovery-image] Aug 25 21:09:24.364 INFO O| Aug 25 21:09:24.364 INFO STEP 0 (remove_files) COMPLETE
50032026-08-25T21:09:24.981Z[ recovery-image] Aug 25 21:09:24.364 INFO O| Aug 25 21:09:24.364 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50042026-08-25T21:09:24.990Z[ recovery-image] Aug 25 21:09:24.374 INFO O| Aug 25 21:09:24.374 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50052026-08-25T21:09:24.994Z[ recovery-image] Aug 25 21:09:24.375 INFO O| Aug 25 21:09:24.375 INFO STEP 1 (remove_files) COMPLETE
50062026-08-25T21:09:24.994Z[ recovery-image] Aug 25 21:09:24.375 INFO O| Aug 25 21:09:24.375 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50072026-08-25T21:09:25.000Z[ recovery-image] Aug 25 21:09:24.384 INFO O| Aug 25 21:09:24.384 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50082026-08-25T21:09:25.015Z[ recovery-image] Aug 25 21:09:24.398 INFO O| Aug 25 21:09:24.398 INFO STEP 2 (remove_files) COMPLETE
50092026-08-25T21:09:25.015Z[ recovery-image] Aug 25 21:09:24.398 INFO O| Aug 25 21:09:24.398 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50102026-08-25T21:09:25.025Z[ recovery-image] Aug 25 21:09:24.408 INFO O| Aug 25 21:09:24.408 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50112026-08-25T21:09:25.029Z[ recovery-image] Aug 25 21:09:24.410 INFO O| Aug 25 21:09:24.410 INFO STEP 3 (remove_files) COMPLETE
50122026-08-25T21:09:25.029Z[ recovery-image] Aug 25 21:09:24.410 INFO O| Aug 25 21:09:24.410 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50132026-08-25T21:09:25.037Z[ recovery-image] Aug 25 21:09:24.421 INFO O| Aug 25 21:09:24.421 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50142026-08-25T21:09:25.041Z[ recovery-image] Aug 25 21:09:24.424 INFO O| Aug 25 21:09:24.424 INFO STEP 4 (remove_files) COMPLETE
50152026-08-25T21:09:25.041Z[ recovery-image] Aug 25 21:09:24.424 INFO O| Aug 25 21:09:24.424 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50162026-08-25T21:09:25.050Z[ recovery-image] Aug 25 21:09:24.434 INFO O| Aug 25 21:09:24.434 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50172026-08-25T21:09:25.050Z[ recovery-image] Aug 25 21:09:24.434 INFO O| Aug 25 21:09:24.434 INFO STEP 5 (remove_files) COMPLETE
50182026-08-25T21:09:25.050Z[ recovery-image] Aug 25 21:09:24.434 INFO O| Aug 25 21:09:24.434 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50192026-08-25T21:09:25.059Z[ recovery-image] Aug 25 21:09:24.443 INFO O| Aug 25 21:09:24.443 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50202026-08-25T21:09:25.071Z[ recovery-image] Aug 25 21:09:24.454 INFO O| Aug 25 21:09:24.454 INFO STEP 6 (remove_files) COMPLETE
50212026-08-25T21:09:25.071Z[ recovery-image] Aug 25 21:09:24.455 INFO O| Aug 25 21:09:24.454 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50222026-08-25T21:09:25.071Z[ recovery-image] Aug 25 21:09:24.455 INFO O| Aug 25 21:09:24.454 INFO skip step because feature "heliosv2" is not enabled
50232026-08-25T21:09:25.075Z[ recovery-image] Aug 25 21:09:24.455 INFO O| Aug 25 21:09:24.454 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50242026-08-25T21:09:25.076Z[ recovery-image] Aug 25 21:09:24.455 INFO O| Aug 25 21:09:24.454 INFO skip step because feature "recovery" is enabled
50252026-08-25T21:09:25.076Z[ recovery-image] Aug 25 21:09:24.455 INFO O| Aug 25 21:09:24.454 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50262026-08-25T21:09:25.076Z[ recovery-image] Aug 25 21:09:24.455 INFO O| Aug 25 21:09:24.454 INFO skip step because feature "recovery" is enabled
50272026-08-25T21:09:25.076Z[ recovery-image] Aug 25 21:09:24.455 INFO O| Aug 25 21:09:24.454 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50282026-08-25T21:09:25.076Z[ recovery-image] Aug 25 21:09:24.455 INFO O| Aug 25 21:09:24.454 INFO skip step because feature "recovery" is enabled
50292026-08-25T21:09:25.076Z[ recovery-image] Aug 25 21:09:24.455 INFO O| Aug 25 21:09:24.454 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50302026-08-25T21:09:25.081Z[ recovery-image] Aug 25 21:09:24.464 INFO O| Aug 25 21:09:24.464 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50312026-08-25T21:09:25.086Z[ recovery-image] Aug 25 21:09:24.467 INFO O| Aug 25 21:09:24.467 INFO STEP 11 (remove_files) COMPLETE
50322026-08-25T21:09:25.086Z[ recovery-image] Aug 25 21:09:24.467 INFO O| Aug 25 21:09:24.467 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50332026-08-25T21:09:25.093Z[ recovery-image] Aug 25 21:09:24.477 INFO O| Aug 25 21:09:24.477 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50342026-08-25T21:09:25.098Z[ recovery-image] Aug 25 21:09:24.478 INFO O| Aug 25 21:09:24.478 INFO STEP 12 (remove_files) COMPLETE
50352026-08-25T21:09:25.098Z[ recovery-image] Aug 25 21:09:24.478 INFO O| Aug 25 21:09:24.478 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50362026-08-25T21:09:25.104Z[ recovery-image] Aug 25 21:09:24.488 INFO O| Aug 25 21:09:24.488 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50372026-08-25T21:09:25.108Z[ recovery-image] Aug 25 21:09:24.489 INFO O| Aug 25 21:09:24.489 INFO STEP 13 (remove_files) COMPLETE
50382026-08-25T21:09:25.108Z[ recovery-image] Aug 25 21:09:24.489 INFO O| Aug 25 21:09:24.489 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50392026-08-25T21:09:25.124Z[ recovery-image] Aug 25 21:09:24.508 INFO O| Aug 25 21:09:24.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50402026-08-25T21:09:25.124Z[ recovery-image] Aug 25 21:09:24.508 INFO O| Aug 25 21:09:24.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50412026-08-25T21:09:25.135Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50422026-08-25T21:09:25.216Z[ recovery-image] Aug 25 21:09:24.600 INFO O| Aug 25 21:09:24.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50432026-08-25T21:09:25.238Z[ recovery-image] Aug 25 21:09:24.622 INFO O| Aug 25 21:09:24.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50442026-08-25T21:09:25.271Z[ recovery-image] Aug 25 21:09:24.654 INFO O| Aug 25 21:09:24.654 INFO STEP 14 (remove_files) COMPLETE
50452026-08-25T21:09:25.271Z[ recovery-image] Aug 25 21:09:24.654 INFO O| Aug 25 21:09:24.654 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50462026-08-25T21:09:25.308Z[ recovery-image] Aug 25 21:09:24.691 INFO O| Aug 25 21:09:24.691 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50472026-08-25T21:09:25.311Z[ recovery-image] Aug 25 21:09:24.693 INFO O| Aug 25 21:09:24.693 INFO STEP 15 (remove_files) COMPLETE
50482026-08-25T21:09:25.311Z[ recovery-image] Aug 25 21:09:24.693 INFO O| Aug 25 21:09:24.693 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50492026-08-25T21:09:25.317Z[ recovery-image] Aug 25 21:09:24.701 INFO O| Aug 25 21:09:24.701 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50502026-08-25T21:09:25.323Z[ recovery-image] Aug 25 21:09:24.707 INFO O| Aug 25 21:09:24.707 INFO STEP 16 (remove_files) COMPLETE
50512026-08-25T21:09:25.323Z[ recovery-image] Aug 25 21:09:24.707 INFO O| Aug 25 21:09:24.707 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50522026-08-25T21:09:25.333Z[ recovery-image] Aug 25 21:09:24.717 INFO O| Aug 25 21:09:24.717 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50532026-08-25T21:09:25.337Z[ recovery-image] Aug 25 21:09:24.717 INFO O| Aug 25 21:09:24.717 INFO STEP 17 (remove_files) COMPLETE
50542026-08-25T21:09:25.337Z[ recovery-image] Aug 25 21:09:24.717 INFO O| Aug 25 21:09:24.717 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50552026-08-25T21:09:25.345Z[ recovery-image] Aug 25 21:09:24.727 INFO O| Aug 25 21:09:24.727 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50562026-08-25T21:09:25.349Z[ recovery-image] Aug 25 21:09:24.728 INFO O| Aug 25 21:09:24.728 INFO STEP 18 (remove_files) COMPLETE
50572026-08-25T21:09:25.349Z[ recovery-image] Aug 25 21:09:24.728 INFO O| Aug 25 21:09:24.728 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50582026-08-25T21:09:25.358Z[ recovery-image] Aug 25 21:09:24.737 INFO O| Aug 25 21:09:24.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50592026-08-25T21:09:25.358Z[ recovery-image] Aug 25 21:09:24.737 INFO O| Aug 25 21:09:24.737 INFO STEP 19 (remove_files) COMPLETE
50602026-08-25T21:09:25.358Z[ recovery-image] Aug 25 21:09:24.737 INFO O| Aug 25 21:09:24.737 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-08-25T21:09:25.363Z[ recovery-image] Aug 25 21:09:24.747 INFO O| Aug 25 21:09:24.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50622026-08-25T21:09:25.363Z[ recovery-image] Aug 25 21:09:24.747 INFO O| Aug 25 21:09:24.747 INFO STEP 20 (remove_files) COMPLETE
50632026-08-25T21:09:25.367Z[ recovery-image] Aug 25 21:09:24.747 INFO O| Aug 25 21:09:24.747 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50642026-08-25T21:09:25.372Z[ recovery-image] Aug 25 21:09:24.756 INFO O| Aug 25 21:09:24.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50652026-08-25T21:09:25.374Z[ recovery-image] Aug 25 21:09:24.756 INFO O| Aug 25 21:09:24.756 INFO STEP 21 (remove_files) COMPLETE
50662026-08-25T21:09:25.374Z[ recovery-image] Aug 25 21:09:24.756 INFO O| Aug 25 21:09:24.756 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50672026-08-25T21:09:25.382Z[ recovery-image] Aug 25 21:09:24.766 INFO O| Aug 25 21:09:24.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50682026-08-25T21:09:25.382Z[ recovery-image] Aug 25 21:09:24.766 INFO O| Aug 25 21:09:24.766 INFO STEP 22 (remove_files) COMPLETE
50692026-08-25T21:09:25.382Z[ recovery-image] Aug 25 21:09:24.766 INFO O| Aug 25 21:09:24.766 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50702026-08-25T21:09:25.391Z[ recovery-image] Aug 25 21:09:24.775 INFO O| Aug 25 21:09:24.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50712026-08-25T21:09:25.391Z[ recovery-image] Aug 25 21:09:24.775 INFO O| Aug 25 21:09:24.775 INFO STEP 23 (remove_files) COMPLETE
50722026-08-25T21:09:25.396Z[ recovery-image] Aug 25 21:09:24.775 INFO O| Aug 25 21:09:24.775 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50732026-08-25T21:09:25.400Z[ recovery-image] Aug 25 21:09:24.784 INFO O| Aug 25 21:09:24.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50742026-08-25T21:09:25.400Z[ recovery-image] Aug 25 21:09:24.784 INFO O| Aug 25 21:09:24.784 INFO STEP 24 (remove_files) COMPLETE
50752026-08-25T21:09:25.400Z[ recovery-image] Aug 25 21:09:24.784 INFO O| Aug 25 21:09:24.784 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50762026-08-25T21:09:25.409Z[ recovery-image] Aug 25 21:09:24.792 INFO O| Aug 25 21:09:24.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50772026-08-25T21:09:25.410Z[ recovery-image] Aug 25 21:09:24.792 INFO O| Aug 25 21:09:24.792 INFO STEP 25 (remove_files) COMPLETE
50782026-08-25T21:09:25.410Z[ recovery-image] Aug 25 21:09:24.792 INFO O| Aug 25 21:09:24.792 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50792026-08-25T21:09:25.431Z[ recovery-image] Aug 25 21:09:24.800 INFO O| Aug 25 21:09:24.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50802026-08-25T21:09:25.431Z[ recovery-image] Aug 25 21:09:24.801 INFO O| Aug 25 21:09:24.800 INFO STEP 26 (remove_files) COMPLETE
50812026-08-25T21:09:25.431Z[ recovery-image] Aug 25 21:09:24.801 INFO O| Aug 25 21:09:24.800 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50822026-08-25T21:09:25.431Z[ recovery-image] Aug 25 21:09:24.808 INFO O| Aug 25 21:09:24.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50832026-08-25T21:09:25.431Z[ recovery-image] Aug 25 21:09:24.808 INFO O| Aug 25 21:09:24.808 INFO STEP 27 (remove_files) COMPLETE
50842026-08-25T21:09:25.432Z[ recovery-image] Aug 25 21:09:24.808 INFO O| Aug 25 21:09:24.808 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50852026-08-25T21:09:25.436Z[ recovery-image] Aug 25 21:09:24.815 INFO O| Aug 25 21:09:24.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50862026-08-25T21:09:25.436Z[ recovery-image] Aug 25 21:09:24.815 INFO O| Aug 25 21:09:24.815 INFO STEP 28 (remove_files) COMPLETE
50872026-08-25T21:09:25.436Z[ recovery-image] Aug 25 21:09:24.815 INFO O| Aug 25 21:09:24.815 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50882026-08-25T21:09:25.436Z[verify-libraries] Compiling twox-hash v2.1.2
50892026-08-25T21:09:25.440Z[ recovery-image] Aug 25 21:09:24.823 INFO O| Aug 25 21:09:24.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50902026-08-25T21:09:25.441Z[ recovery-image] Aug 25 21:09:24.823 INFO O| Aug 25 21:09:24.823 INFO STEP 29 (remove_files) COMPLETE
50912026-08-25T21:09:25.441Z[ recovery-image] Aug 25 21:09:24.823 INFO O| Aug 25 21:09:24.823 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-08-25T21:09:25.447Z[ recovery-image] Aug 25 21:09:24.831 INFO O| Aug 25 21:09:24.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50932026-08-25T21:09:25.447Z[ recovery-image] Aug 25 21:09:24.831 INFO O| Aug 25 21:09:24.831 INFO STEP 30 (remove_files) COMPLETE
50942026-08-25T21:09:25.452Z[ recovery-image] Aug 25 21:09:24.831 INFO O| Aug 25 21:09:24.831 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-25T21:09:25.457Z[ recovery-image] Aug 25 21:09:24.839 INFO O| Aug 25 21:09:24.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50962026-08-25T21:09:25.458Z[ recovery-image] Aug 25 21:09:24.839 INFO O| Aug 25 21:09:24.839 INFO STEP 31 (remove_files) COMPLETE
50972026-08-25T21:09:25.458Z[ recovery-image] Aug 25 21:09:24.839 INFO O| Aug 25 21:09:24.839 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-25T21:09:25.480Z[ recovery-image] Aug 25 21:09:24.853 INFO O| Aug 25 21:09:24.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50992026-08-25T21:09:25.480Z[ recovery-image] Aug 25 21:09:24.853 INFO O| Aug 25 21:09:24.848 INFO STEP 32 (remove_files) COMPLETE
51002026-08-25T21:09:25.480Z[ recovery-image] Aug 25 21:09:24.853 INFO O| Aug 25 21:09:24.848 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-08-25T21:09:25.480Z[ recovery-image] Aug 25 21:09:24.856 INFO O| Aug 25 21:09:24.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51022026-08-25T21:09:25.480Z[ recovery-image] Aug 25 21:09:24.856 INFO O| Aug 25 21:09:24.856 INFO STEP 33 (remove_files) COMPLETE
51032026-08-25T21:09:25.480Z[ recovery-image] Aug 25 21:09:24.856 INFO O| Aug 25 21:09:24.856 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-08-25T21:09:25.484Z[ recovery-image] Aug 25 21:09:24.864 INFO O| Aug 25 21:09:24.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51052026-08-25T21:09:25.484Z[ recovery-image] Aug 25 21:09:24.864 INFO O| Aug 25 21:09:24.864 INFO STEP 34 (remove_files) COMPLETE
51062026-08-25T21:09:25.484Z[ recovery-image] Aug 25 21:09:24.864 INFO O| Aug 25 21:09:24.864 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-08-25T21:09:25.488Z[verify-libraries] Compiling kem v0.3.0
51082026-08-25T21:09:25.492Z[ recovery-image] Aug 25 21:09:24.874 INFO O| Aug 25 21:09:24.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51092026-08-25T21:09:25.492Z[ recovery-image] Aug 25 21:09:24.874 INFO O| Aug 25 21:09:24.874 INFO STEP 35 (remove_files) COMPLETE
51102026-08-25T21:09:25.492Z[ recovery-image] Aug 25 21:09:24.874 INFO O| Aug 25 21:09:24.874 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-25T21:09:25.498Z[ recovery-image] Aug 25 21:09:24.882 INFO O| Aug 25 21:09:24.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51122026-08-25T21:09:25.498Z[ recovery-image] Aug 25 21:09:24.882 INFO O| Aug 25 21:09:24.882 INFO STEP 36 (remove_files) COMPLETE
51132026-08-25T21:09:25.498Z[ recovery-image] Aug 25 21:09:24.882 INFO O| Aug 25 21:09:24.882 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-25T21:09:25.507Z[ recovery-image] Aug 25 21:09:24.890 INFO O| Aug 25 21:09:24.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51152026-08-25T21:09:25.512Z[ recovery-image] Aug 25 21:09:24.890 INFO O| Aug 25 21:09:24.890 INFO STEP 37 (remove_files) COMPLETE
51162026-08-25T21:09:25.512Z[ recovery-image] Aug 25 21:09:24.890 INFO O| Aug 25 21:09:24.890 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-25T21:09:25.516Z[ recovery-image] Aug 25 21:09:24.899 INFO O| Aug 25 21:09:24.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51182026-08-25T21:09:25.517Z[ recovery-image] Aug 25 21:09:24.899 INFO O| Aug 25 21:09:24.899 INFO STEP 38 (remove_files) COMPLETE
51192026-08-25T21:09:25.517Z[ recovery-image] Aug 25 21:09:24.899 INFO O| Aug 25 21:09:24.899 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-08-25T21:09:25.525Z[ recovery-image] Aug 25 21:09:24.908 INFO O| Aug 25 21:09:24.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51212026-08-25T21:09:25.525Z[ recovery-image] Aug 25 21:09:24.908 INFO O| Aug 25 21:09:24.908 INFO STEP 39 (remove_files) COMPLETE
51222026-08-25T21:09:25.525Z[ recovery-image] Aug 25 21:09:24.908 INFO O| Aug 25 21:09:24.908 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-08-25T21:09:25.534Z[ recovery-image] Aug 25 21:09:24.916 INFO O| Aug 25 21:09:24.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51242026-08-25T21:09:25.538Z[ recovery-image] Aug 25 21:09:24.916 INFO O| Aug 25 21:09:24.916 INFO STEP 40 (remove_files) COMPLETE
51252026-08-25T21:09:25.538Z[ recovery-image] Aug 25 21:09:24.916 INFO O| Aug 25 21:09:24.916 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-08-25T21:09:25.543Z[ recovery-image] Aug 25 21:09:24.924 INFO O| Aug 25 21:09:24.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51272026-08-25T21:09:25.543Z[ recovery-image] Aug 25 21:09:24.925 INFO O| Aug 25 21:09:24.924 INFO STEP 41 (remove_files) COMPLETE
51282026-08-25T21:09:25.543Z[ recovery-image] Aug 25 21:09:24.925 INFO O| Aug 25 21:09:24.925 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-08-25T21:09:25.549Z[ recovery-image] Aug 25 21:09:24.933 INFO O| Aug 25 21:09:24.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51302026-08-25T21:09:25.549Z[ recovery-image] Aug 25 21:09:24.933 INFO O| Aug 25 21:09:24.933 INFO STEP 42 (remove_files) COMPLETE
51312026-08-25T21:09:25.553Z[ recovery-image] Aug 25 21:09:24.933 INFO O| Aug 25 21:09:24.933 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51322026-08-25T21:09:25.558Z[ recovery-image] Aug 25 21:09:24.941 INFO O| Aug 25 21:09:24.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51332026-08-25T21:09:25.558Z[ recovery-image] Aug 25 21:09:24.941 INFO O| Aug 25 21:09:24.941 INFO STEP 43 (remove_files) COMPLETE
51342026-08-25T21:09:25.562Z[ recovery-image] Aug 25 21:09:24.941 INFO O| Aug 25 21:09:24.941 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51352026-08-25T21:09:25.562Z[verify-libraries] Compiling module-lattice v0.2.3
51362026-08-25T21:09:25.566Z[ recovery-image] Aug 25 21:09:24.950 INFO O| Aug 25 21:09:24.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51372026-08-25T21:09:25.566Z[ recovery-image] Aug 25 21:09:24.950 INFO O| Aug 25 21:09:24.950 INFO STEP 44 (remove_files) COMPLETE
51382026-08-25T21:09:25.566Z[ recovery-image] Aug 25 21:09:24.950 INFO O| Aug 25 21:09:24.950 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51392026-08-25T21:09:25.575Z[ recovery-image] Aug 25 21:09:24.959 INFO O| Aug 25 21:09:24.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51402026-08-25T21:09:25.575Z[ recovery-image] Aug 25 21:09:24.959 INFO O| Aug 25 21:09:24.959 INFO STEP 45 (remove_files) COMPLETE
51412026-08-25T21:09:25.579Z[ recovery-image] Aug 25 21:09:24.959 INFO O| Aug 25 21:09:24.959 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51422026-08-25T21:09:25.583Z[ recovery-image] Aug 25 21:09:24.967 INFO O| Aug 25 21:09:24.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51432026-08-25T21:09:25.583Z[ recovery-image] Aug 25 21:09:24.967 INFO O| Aug 25 21:09:24.967 INFO STEP 46 (remove_files) COMPLETE
51442026-08-25T21:09:25.587Z[ recovery-image] Aug 25 21:09:24.967 INFO O| Aug 25 21:09:24.967 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51452026-08-25T21:09:25.592Z[ recovery-image] Aug 25 21:09:24.976 INFO O| Aug 25 21:09:24.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51462026-08-25T21:09:25.592Z[ recovery-image] Aug 25 21:09:24.976 INFO O| Aug 25 21:09:24.976 INFO STEP 47 (remove_files) COMPLETE
51472026-08-25T21:09:25.596Z[ recovery-image] Aug 25 21:09:24.976 INFO O| Aug 25 21:09:24.976 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51482026-08-25T21:09:25.600Z[ recovery-image] Aug 25 21:09:24.984 INFO O| Aug 25 21:09:24.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51492026-08-25T21:09:25.600Z[ recovery-image] Aug 25 21:09:24.984 INFO O| Aug 25 21:09:24.984 INFO STEP 48 (remove_files) COMPLETE
51502026-08-25T21:09:25.600Z[ recovery-image] Aug 25 21:09:24.984 INFO O| Aug 25 21:09:24.984 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51512026-08-25T21:09:25.608Z[ recovery-image] Aug 25 21:09:24.992 INFO O| Aug 25 21:09:24.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51522026-08-25T21:09:25.608Z[ recovery-image] Aug 25 21:09:24.992 INFO O| Aug 25 21:09:24.992 INFO STEP 49 (remove_files) COMPLETE
51532026-08-25T21:09:25.611Z[ recovery-image] Aug 25 21:09:24.992 INFO O| Aug 25 21:09:24.992 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51542026-08-25T21:09:25.619Z[ recovery-image] Aug 25 21:09:25.004 INFO O| Aug 25 21:09:25.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51552026-08-25T21:09:25.619Z[ recovery-image] Aug 25 21:09:25.004 INFO O| Aug 25 21:09:25.001 INFO STEP 50 (remove_files) COMPLETE
51562026-08-25T21:09:25.619Z[ recovery-image] Aug 25 21:09:25.004 INFO O| Aug 25 21:09:25.001 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51572026-08-25T21:09:25.625Z[ recovery-image] Aug 25 21:09:25.009 INFO O| Aug 25 21:09:25.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51582026-08-25T21:09:25.625Z[ recovery-image] Aug 25 21:09:25.009 INFO O| Aug 25 21:09:25.009 INFO STEP 51 (remove_files) COMPLETE
51592026-08-25T21:09:25.625Z[ recovery-image] Aug 25 21:09:25.009 INFO O| Aug 25 21:09:25.009 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51602026-08-25T21:09:25.641Z[ recovery-image] Aug 25 21:09:25.025 INFO O| Aug 25 21:09:25.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51612026-08-25T21:09:25.641Z[ recovery-image] Aug 25 21:09:25.025 INFO O| Aug 25 21:09:25.018 INFO STEP 52 (remove_files) COMPLETE
51622026-08-25T21:09:25.641Z[ recovery-image] Aug 25 21:09:25.025 INFO O| Aug 25 21:09:25.018 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51632026-08-25T21:09:25.644Z[ recovery-image] Aug 25 21:09:25.026 INFO O| Aug 25 21:09:25.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51642026-08-25T21:09:25.644Z[ recovery-image] Aug 25 21:09:25.026 INFO O| Aug 25 21:09:25.026 INFO STEP 53 (remove_files) COMPLETE
51652026-08-25T21:09:25.644Z[ recovery-image] Aug 25 21:09:25.026 INFO O| Aug 25 21:09:25.026 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51662026-08-25T21:09:25.650Z[ recovery-image] Aug 25 21:09:25.035 INFO O| Aug 25 21:09:25.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51672026-08-25T21:09:25.650Z[ recovery-image] Aug 25 21:09:25.035 INFO O| Aug 25 21:09:25.035 INFO STEP 54 (remove_files) COMPLETE
51682026-08-25T21:09:25.650Z[ recovery-image] Aug 25 21:09:25.035 INFO O| Aug 25 21:09:25.035 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51692026-08-25T21:09:25.660Z[ recovery-image] Aug 25 21:09:25.044 INFO O| Aug 25 21:09:25.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51702026-08-25T21:09:25.660Z[ recovery-image] Aug 25 21:09:25.044 INFO O| Aug 25 21:09:25.044 INFO STEP 55 (remove_files) COMPLETE
51712026-08-25T21:09:25.660Z[ recovery-image] Aug 25 21:09:25.044 INFO O| Aug 25 21:09:25.044 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51722026-08-25T21:09:25.668Z[ recovery-image] Aug 25 21:09:25.052 INFO O| Aug 25 21:09:25.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51732026-08-25T21:09:25.668Z[ recovery-image] Aug 25 21:09:25.052 INFO O| Aug 25 21:09:25.052 INFO STEP 56 (remove_files) COMPLETE
51742026-08-25T21:09:25.668Z[ recovery-image] Aug 25 21:09:25.052 INFO O| Aug 25 21:09:25.052 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51752026-08-25T21:09:25.681Z[ recovery-image] Aug 25 21:09:25.061 INFO O| Aug 25 21:09:25.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51762026-08-25T21:09:25.683Z[ recovery-image] Aug 25 21:09:25.061 INFO O| Aug 25 21:09:25.061 INFO STEP 57 (remove_files) COMPLETE
51772026-08-25T21:09:25.686Z[ recovery-image] Aug 25 21:09:25.061 INFO O| Aug 25 21:09:25.061 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51782026-08-25T21:09:25.687Z[verify-libraries] Compiling rtoolbox v0.0.3
51792026-08-25T21:09:25.687Z[ recovery-image] Aug 25 21:09:25.069 INFO O| Aug 25 21:09:25.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51802026-08-25T21:09:25.687Z[ recovery-image] Aug 25 21:09:25.069 INFO O| Aug 25 21:09:25.069 INFO STEP 58 (remove_files) COMPLETE
51812026-08-25T21:09:25.687Z[ recovery-image] Aug 25 21:09:25.069 INFO O| Aug 25 21:09:25.069 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-08-25T21:09:25.701Z[ recovery-image] Aug 25 21:09:25.080 INFO O| Aug 25 21:09:25.080 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51832026-08-25T21:09:25.701Z[ recovery-image] Aug 25 21:09:25.080 INFO O| Aug 25 21:09:25.080 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51842026-08-25T21:09:25.701Z[ recovery-image] Aug 25 21:09:25.080 INFO O| Aug 25 21:09:25.080 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51852026-08-25T21:09:25.705Z[ recovery-image] Aug 25 21:09:25.080 INFO O| Aug 25 21:09:25.080 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51862026-08-25T21:09:25.705Z[ recovery-image] Aug 25 21:09:25.080 INFO O| Aug 25 21:09:25.080 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51872026-08-25T21:09:25.706Z[ recovery-image] Aug 25 21:09:25.080 INFO O| Aug 25 21:09:25.080 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51882026-08-25T21:09:25.706Z[ recovery-image] Aug 25 21:09:25.080 INFO O| Aug 25 21:09:25.080 INFO ok!
51892026-08-25T21:09:25.706Z[ recovery-image] Aug 25 21:09:25.080 INFO O| Aug 25 21:09:25.080 INFO STEP 59 (ensure_file) COMPLETE
51902026-08-25T21:09:25.706Z[ recovery-image] Aug 25 21:09:25.080 INFO O| Aug 25 21:09:25.080 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-08-25T21:09:25.710Z[ recovery-image] Aug 25 21:09:25.090 INFO O| Aug 25 21:09:25.090 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51922026-08-25T21:09:25.710Z[ recovery-image] Aug 25 21:09:25.090 INFO O| Aug 25 21:09:25.090 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51932026-08-25T21:09:25.710Z[ recovery-image] Aug 25 21:09:25.090 INFO O| Aug 25 21:09:25.090 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51942026-08-25T21:09:25.710Z[ recovery-image] Aug 25 21:09:25.090 INFO O| Aug 25 21:09:25.090 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51952026-08-25T21:09:25.710Z[ recovery-image] Aug 25 21:09:25.090 INFO O| Aug 25 21:09:25.090 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51962026-08-25T21:09:25.710Z[ recovery-image] Aug 25 21:09:25.090 INFO O| Aug 25 21:09:25.090 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51972026-08-25T21:09:25.710Z[ recovery-image] Aug 25 21:09:25.090 INFO O| Aug 25 21:09:25.090 INFO ok!
51982026-08-25T21:09:25.710Z[ recovery-image] Aug 25 21:09:25.090 INFO O| Aug 25 21:09:25.090 INFO STEP 60 (ensure_file) COMPLETE
51992026-08-25T21:09:25.710Z[ recovery-image] Aug 25 21:09:25.090 INFO O| Aug 25 21:09:25.090 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52002026-08-25T21:09:25.716Z[ recovery-image] Aug 25 21:09:25.101 INFO O| Aug 25 21:09:25.101 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52012026-08-25T21:09:25.717Z[ recovery-image] Aug 25 21:09:25.101 INFO O| Aug 25 21:09:25.101 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52022026-08-25T21:09:25.721Z[ recovery-image] Aug 25 21:09:25.101 INFO O| Aug 25 21:09:25.101 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52032026-08-25T21:09:25.721Z[ recovery-image] Aug 25 21:09:25.101 INFO O| Aug 25 21:09:25.101 INFO ok!
52042026-08-25T21:09:25.721Z[ recovery-image] Aug 25 21:09:25.101 INFO O| Aug 25 21:09:25.101 INFO STEP 61 (ensure_file) COMPLETE
52052026-08-25T21:09:25.721Z[ recovery-image] Aug 25 21:09:25.101 INFO O| Aug 25 21:09:25.101 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52062026-08-25T21:09:26.017Z[ recovery-image] Aug 25 21:09:25.113 INFO O| Aug 25 21:09:25.113 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52072026-08-25T21:09:26.017Z[ recovery-image] Aug 25 21:09:25.113 INFO O| Aug 25 21:09:25.113 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52082026-08-25T21:09:26.017Z[ recovery-image] Aug 25 21:09:25.113 INFO O| Aug 25 21:09:25.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52092026-08-25T21:09:26.021Z[ recovery-image] Aug 25 21:09:25.113 INFO O| Aug 25 21:09:25.113 INFO ok!
52102026-08-25T21:09:26.021Z[ recovery-image] Aug 25 21:09:25.113 INFO O| Aug 25 21:09:25.113 INFO STEP 62 (ensure_file) COMPLETE
52112026-08-25T21:09:26.021Z[ recovery-image] Aug 25 21:09:25.113 INFO O| Aug 25 21:09:25.113 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52122026-08-25T21:09:26.021Z[ recovery-image] Aug 25 21:09:25.123 INFO O| Aug 25 21:09:25.123 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52132026-08-25T21:09:26.021Z[ recovery-image] Aug 25 21:09:25.123 INFO O| Aug 25 21:09:25.123 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52142026-08-25T21:09:26.021Z[ recovery-image] Aug 25 21:09:25.123 INFO O| Aug 25 21:09:25.123 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52152026-08-25T21:09:26.021Z[ recovery-image] Aug 25 21:09:25.123 INFO O| Aug 25 21:09:25.123 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52162026-08-25T21:09:26.022Z[ recovery-image] Aug 25 21:09:25.123 INFO O| Aug 25 21:09:25.123 INFO ok!
52172026-08-25T21:09:26.022Z[ recovery-image] Aug 25 21:09:25.123 INFO O| Aug 25 21:09:25.123 INFO STEP 63 (ensure_file) COMPLETE
52182026-08-25T21:09:26.022Z[ recovery-image] Aug 25 21:09:25.123 INFO O| Aug 25 21:09:25.123 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52192026-08-25T21:09:26.022Z[ recovery-image] Aug 25 21:09:25.133 INFO O| Aug 25 21:09:25.133 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52202026-08-25T21:09:26.022Z[ recovery-image] Aug 25 21:09:25.133 INFO O| Aug 25 21:09:25.133 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52212026-08-25T21:09:26.022Z[ recovery-image] Aug 25 21:09:25.133 INFO O| Aug 25 21:09:25.133 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52222026-08-25T21:09:26.022Z[ recovery-image] Aug 25 21:09:25.133 INFO O| Aug 25 21:09:25.133 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52232026-08-25T21:09:26.022Z[ recovery-image] Aug 25 21:09:25.133 INFO O| Aug 25 21:09:25.133 INFO ok!
52242026-08-25T21:09:26.022Z[ recovery-image] Aug 25 21:09:25.133 INFO O| Aug 25 21:09:25.133 INFO STEP 64 (ensure_file) COMPLETE
52252026-08-25T21:09:26.022Z[ recovery-image] Aug 25 21:09:25.133 INFO O| Aug 25 21:09:25.133 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52262026-08-25T21:09:26.022Z[ recovery-image] Aug 25 21:09:25.143 INFO O| Aug 25 21:09:25.143 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52272026-08-25T21:09:26.022Z[ recovery-image] Aug 25 21:09:25.143 INFO O| Aug 25 21:09:25.143 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52282026-08-25T21:09:26.022Z[ recovery-image] Aug 25 21:09:25.143 INFO O| Aug 25 21:09:25.143 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52292026-08-25T21:09:26.022Z[ recovery-image] Aug 25 21:09:25.143 INFO O| Aug 25 21:09:25.143 INFO ok!
52302026-08-25T21:09:26.022Z[ recovery-image] Aug 25 21:09:25.143 INFO O| Aug 25 21:09:25.143 INFO STEP 65 (assemble_files) COMPLETE
52312026-08-25T21:09:26.022Z[ recovery-image] Aug 25 21:09:25.143 INFO O| Aug 25 21:09:25.143 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52322026-08-25T21:09:26.023Z[ recovery-image] Aug 25 21:09:25.153 INFO O| Aug 25 21:09:25.153 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52332026-08-25T21:09:26.023Z[ recovery-image] Aug 25 21:09:25.153 INFO O| Aug 25 21:09:25.153 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52342026-08-25T21:09:26.023Z[ recovery-image] Aug 25 21:09:25.153 INFO O| Aug 25 21:09:25.153 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52352026-08-25T21:09:26.023Z[ recovery-image] Aug 25 21:09:25.153 INFO O| Aug 25 21:09:25.153 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52362026-08-25T21:09:26.023Z[ recovery-image] Aug 25 21:09:25.153 INFO O| Aug 25 21:09:25.153 INFO ok!
52372026-08-25T21:09:26.023Z[ recovery-image] Aug 25 21:09:25.153 INFO O| Aug 25 21:09:25.153 INFO STEP 66 (ensure_file) COMPLETE
52382026-08-25T21:09:26.023Z[ recovery-image] Aug 25 21:09:25.153 INFO O| Aug 25 21:09:25.153 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52392026-08-25T21:09:26.023Z[ recovery-image] Aug 25 21:09:25.153 INFO O| Aug 25 21:09:25.153 INFO skip step because feature "omicron1" is not enabled
52402026-08-25T21:09:26.023Z[ recovery-image] Aug 25 21:09:25.153 INFO O| Aug 25 21:09:25.153 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52412026-08-25T21:09:26.023Z[ recovery-image] Aug 25 21:09:25.153 INFO O| Aug 25 21:09:25.153 INFO skip step because feature "omicron1" is not enabled
52422026-08-25T21:09:26.023Z[ recovery-image] Aug 25 21:09:25.153 INFO O| Aug 25 21:09:25.153 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52432026-08-25T21:09:26.023Z[ recovery-image] Aug 25 21:09:25.153 INFO O| Aug 25 21:09:25.153 INFO skip step because feature "omicron1" is not enabled
52442026-08-25T21:09:26.023Z[ recovery-image] Aug 25 21:09:25.153 INFO O| Aug 25 21:09:25.153 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52452026-08-25T21:09:26.023Z[ recovery-image] Aug 25 21:09:25.168 INFO O| Aug 25 21:09:25.168 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52462026-08-25T21:09:26.024Z[ recovery-image] Aug 25 21:09:25.168 INFO O| Aug 25 21:09:25.168 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52472026-08-25T21:09:26.024Z[verify-libraries] Compiling atty v0.2.14
52482026-08-25T21:09:26.024Z[verify-libraries] Compiling sponge-cursor v0.1.0
52492026-08-25T21:09:26.039Z[verify-libraries] Compiling topological-sort v0.2.2
52502026-08-25T21:09:26.043Z[verify-libraries] Compiling ml-kem v0.3.2
52512026-08-25T21:09:26.116Z[verify-libraries] Compiling rpassword v7.5.4
52522026-08-25T21:09:26.203Z[verify-libraries] Compiling omicron-zone-package v0.12.3
52532026-08-25T21:09:26.245Z[verify-libraries] Compiling sha3 v0.12.0
52542026-08-25T21:09:26.287Z[verify-libraries] Compiling serde_with v1.14.0
52552026-08-25T21:09:26.894Z[verify-libraries] Compiling russh-cryptovec v0.62.0
52562026-08-25T21:09:27.116Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52572026-08-25T21:09:27.151Z[ recovery-image] Aug 25 21:09:26.535 INFO O| Aug 25 21:09:26.535 INFO STEP 70 (pack_tar) COMPLETE
52582026-08-25T21:09:27.151Z[ recovery-image] Aug 25 21:09:26.535 INFO O| Aug 25 21:09:26.535 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52592026-08-25T21:09:27.151Z[ recovery-image] Aug 25 21:09:26.535 INFO O| Aug 25 21:09:26.535 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52602026-08-25T21:09:27.312Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52612026-08-25T21:09:27.340Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52622026-08-25T21:09:27.489Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52632026-08-25T21:09:27.734Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52642026-08-25T21:09:27.747Z[ recovery-image] Aug 25 21:09:27.130 INFO O| Aug 25 21:09:27.130 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52652026-08-25T21:09:27.760Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52662026-08-25T21:09:27.803Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
52672026-08-25T21:09:27.915Z[ recovery-image] Aug 25 21:09:27.299 INFO O| Aug 25 21:09:27.299 INFO completed processing sled/ramdisk-02-trim
52682026-08-25T21:09:27.919Z[ recovery-image] Aug 25 21:09:27.302 INFO image builder template: ramdisk-03-recovery-trim...
52692026-08-25T21:09:27.919Z[ recovery-image] Aug 25 21:09:27.302 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/.tmpjbOF9F/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-03-recovery-trim"], pwd: None
52702026-08-25T21:09:27.924Z[ recovery-image] Aug 25 21:09:27.307 INFO O| Aug 25 21:09:27.307 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52712026-08-25T21:09:27.998Z[ recovery-image] Aug 25 21:09:27.382 INFO O| Aug 25 21:09:27.382 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52722026-08-25T21:09:28.002Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
52732026-08-25T21:09:28.006Z[ recovery-image] Aug 25 21:09:27.386 INFO O| Aug 25 21:09:27.386 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52742026-08-25T21:09:28.075Z[ recovery-image] Aug 25 21:09:27.459 INFO O| Aug 25 21:09:27.459 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52752026-08-25T21:09:28.123Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
52762026-08-25T21:09:28.140Z[ recovery-image] Aug 25 21:09:27.523 INFO O| Aug 25 21:09:27.523 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52772026-08-25T21:09:28.140Z[ recovery-image] Aug 25 21:09:27.524 INFO O| Aug 25 21:09:27.523 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52782026-08-25T21:09:28.146Z[ recovery-image] Aug 25 21:09:27.531 INFO O| Aug 25 21:09:27.530 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52792026-08-25T21:09:28.150Z[ recovery-image] Aug 25 21:09:27.535 INFO O| Aug 25 21:09:27.535 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52802026-08-25T21:09:28.156Z[ recovery-image] Aug 25 21:09:27.540 INFO O| Aug 25 21:09:27.540 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52812026-08-25T21:09:28.416Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
52822026-08-25T21:09:28.471Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
52832026-08-25T21:09:28.683Z[ recovery-image] Aug 25 21:09:28.067 INFO O| Aug 25 21:09:28.067 INFO rolled back to input snapshot; work may begin
52842026-08-25T21:09:28.683Z[ recovery-image] Aug 25 21:09:28.067 INFO O| Aug 25 21:09:28.067 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52852026-08-25T21:09:28.688Z[ recovery-image] Aug 25 21:09:28.072 INFO O| Aug 25 21:09:28.072 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52862026-08-25T21:09:28.696Z[ recovery-image] Aug 25 21:09:28.080 INFO O| Aug 25 21:09:28.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52872026-08-25T21:09:28.700Z[ recovery-image] Aug 25 21:09:28.082 INFO O| Aug 25 21:09:28.082 INFO STEP 0 (remove_files) COMPLETE
52882026-08-25T21:09:28.700Z[ recovery-image] Aug 25 21:09:28.083 INFO O| Aug 25 21:09:28.082 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52892026-08-25T21:09:28.710Z[ recovery-image] Aug 25 21:09:28.094 INFO O| Aug 25 21:09:28.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52902026-08-25T21:09:28.710Z[ recovery-image] Aug 25 21:09:28.094 INFO O| Aug 25 21:09:28.094 INFO STEP 1 (remove_files) COMPLETE
52912026-08-25T21:09:28.710Z[ recovery-image] Aug 25 21:09:28.094 INFO O| Aug 25 21:09:28.094 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-08-25T21:09:28.720Z[ recovery-image] Aug 25 21:09:28.104 INFO O| Aug 25 21:09:28.104 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52932026-08-25T21:09:28.728Z[ recovery-image] Aug 25 21:09:28.112 INFO O| Aug 25 21:09:28.112 INFO STEP 2 (remove_files) COMPLETE
52942026-08-25T21:09:28.728Z[ recovery-image] Aug 25 21:09:28.112 INFO O| Aug 25 21:09:28.112 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-08-25T21:09:28.738Z[ recovery-image] Aug 25 21:09:28.122 INFO O| Aug 25 21:09:28.122 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52962026-08-25T21:09:28.787Z[ recovery-image] Aug 25 21:09:28.171 INFO O| Aug 25 21:09:28.171 INFO STEP 3 (remove_files) COMPLETE
52972026-08-25T21:09:28.787Z[ recovery-image] Aug 25 21:09:28.171 INFO O| Aug 25 21:09:28.171 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-08-25T21:09:28.798Z[ recovery-image] Aug 25 21:09:28.182 INFO O| Aug 25 21:09:28.182 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52992026-08-25T21:09:28.801Z[ recovery-image] Aug 25 21:09:28.184 INFO O| Aug 25 21:09:28.184 INFO STEP 4 (remove_files) COMPLETE
53002026-08-25T21:09:28.801Z[ recovery-image] Aug 25 21:09:28.184 INFO O| Aug 25 21:09:28.184 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-08-25T21:09:28.811Z[ recovery-image] Aug 25 21:09:28.195 INFO O| Aug 25 21:09:28.195 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53022026-08-25T21:09:28.846Z[ recovery-image] Aug 25 21:09:28.229 INFO O| Aug 25 21:09:28.229 INFO STEP 5 (remove_files) COMPLETE
53032026-08-25T21:09:28.846Z[ recovery-image] Aug 25 21:09:28.229 INFO O| Aug 25 21:09:28.229 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-08-25T21:09:28.855Z[ recovery-image] Aug 25 21:09:28.239 INFO O| Aug 25 21:09:28.239 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53052026-08-25T21:09:28.863Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53062026-08-25T21:09:28.867Z[ recovery-image] Aug 25 21:09:28.251 INFO O| Aug 25 21:09:28.251 INFO STEP 6 (remove_files) COMPLETE
53072026-08-25T21:09:28.867Z[ recovery-image] Aug 25 21:09:28.251 INFO O| Aug 25 21:09:28.251 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53082026-08-25T21:09:28.877Z[ recovery-image] Aug 25 21:09:28.261 INFO O| Aug 25 21:09:28.261 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53092026-08-25T21:09:28.880Z[ recovery-image] Aug 25 21:09:28.263 INFO O| Aug 25 21:09:28.263 INFO STEP 7 (remove_files) COMPLETE
53102026-08-25T21:09:28.880Z[ recovery-image] Aug 25 21:09:28.263 INFO O| Aug 25 21:09:28.263 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53112026-08-25T21:09:28.889Z[ recovery-image] Aug 25 21:09:28.273 INFO O| Aug 25 21:09:28.273 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53122026-08-25T21:09:28.893Z[ recovery-image] Aug 25 21:09:28.276 INFO O| Aug 25 21:09:28.275 INFO STEP 8 (remove_files) COMPLETE
53132026-08-25T21:09:28.893Z[ recovery-image] Aug 25 21:09:28.276 INFO O| Aug 25 21:09:28.276 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53142026-08-25T21:09:28.901Z[ recovery-image] Aug 25 21:09:28.285 INFO O| Aug 25 21:09:28.285 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53152026-08-25T21:09:28.904Z[ recovery-image] Aug 25 21:09:28.288 INFO O| Aug 25 21:09:28.288 INFO STEP 9 (remove_files) COMPLETE
53162026-08-25T21:09:28.904Z[ recovery-image] Aug 25 21:09:28.288 INFO O| Aug 25 21:09:28.288 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53172026-08-25T21:09:28.916Z[ recovery-image] Aug 25 21:09:28.298 INFO O| Aug 25 21:09:28.298 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53182026-08-25T21:09:28.916Z[ recovery-image] Aug 25 21:09:28.299 INFO O| Aug 25 21:09:28.299 INFO STEP 10 (remove_files) COMPLETE
53192026-08-25T21:09:28.919Z[ recovery-image] Aug 25 21:09:28.299 INFO O| Aug 25 21:09:28.299 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-08-25T21:09:28.924Z[ recovery-image] Aug 25 21:09:28.309 INFO O| Aug 25 21:09:28.309 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53212026-08-25T21:09:28.928Z[ recovery-image] Aug 25 21:09:28.310 INFO O| Aug 25 21:09:28.310 INFO STEP 11 (remove_files) COMPLETE
53222026-08-25T21:09:28.928Z[ recovery-image] Aug 25 21:09:28.310 INFO O| Aug 25 21:09:28.310 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53232026-08-25T21:09:28.935Z[ recovery-image] Aug 25 21:09:28.319 INFO O| Aug 25 21:09:28.319 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53242026-08-25T21:09:29.040Z[ recovery-image] Aug 25 21:09:28.423 INFO O| Aug 25 21:09:28.423 INFO STEP 12 (remove_files) COMPLETE
53252026-08-25T21:09:29.040Z[ recovery-image] Aug 25 21:09:28.424 INFO O| Aug 25 21:09:28.423 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-08-25T21:09:29.050Z[ recovery-image] Aug 25 21:09:28.434 INFO O| Aug 25 21:09:28.433 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53272026-08-25T21:09:29.053Z[ recovery-image] Aug 25 21:09:28.435 INFO O| Aug 25 21:09:28.435 INFO STEP 13 (remove_files) COMPLETE
53282026-08-25T21:09:29.054Z[ recovery-image] Aug 25 21:09:28.435 INFO O| Aug 25 21:09:28.435 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-08-25T21:09:29.063Z[ recovery-image] Aug 25 21:09:28.447 INFO O| Aug 25 21:09:28.447 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53302026-08-25T21:09:29.076Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
53312026-08-25T21:09:29.083Z[ recovery-image] Aug 25 21:09:28.467 INFO O| Aug 25 21:09:28.467 INFO STEP 14 (remove_files) COMPLETE
53322026-08-25T21:09:29.083Z[ recovery-image] Aug 25 21:09:28.467 INFO O| Aug 25 21:09:28.467 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-08-25T21:09:29.093Z[ recovery-image] Aug 25 21:09:28.477 INFO O| Aug 25 21:09:28.477 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53342026-08-25T21:09:29.104Z[ recovery-image] Aug 25 21:09:28.488 INFO O| Aug 25 21:09:28.487 INFO STEP 15 (remove_files) COMPLETE
53352026-08-25T21:09:29.104Z[ recovery-image] Aug 25 21:09:28.488 INFO O| Aug 25 21:09:28.488 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-08-25T21:09:29.112Z[ recovery-image] Aug 25 21:09:28.497 INFO O| Aug 25 21:09:28.496 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53372026-08-25T21:09:29.116Z[ recovery-image] Aug 25 21:09:28.497 INFO O| Aug 25 21:09:28.497 INFO STEP 16 (remove_files) COMPLETE
53382026-08-25T21:09:29.116Z[ recovery-image] Aug 25 21:09:28.497 INFO O| Aug 25 21:09:28.497 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-08-25T21:09:29.124Z[ recovery-image] Aug 25 21:09:28.508 INFO O| Aug 25 21:09:28.508 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53402026-08-25T21:09:29.134Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
53412026-08-25T21:09:29.149Z[ recovery-image] Aug 25 21:09:28.533 INFO O| Aug 25 21:09:28.533 INFO STEP 17 (remove_files) COMPLETE
53422026-08-25T21:09:29.149Z[ recovery-image] Aug 25 21:09:28.533 INFO O| Aug 25 21:09:28.533 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-08-25T21:09:29.158Z[ recovery-image] Aug 25 21:09:28.542 INFO O| Aug 25 21:09:28.542 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53442026-08-25T21:09:29.158Z[ recovery-image] Aug 25 21:09:28.543 INFO O| Aug 25 21:09:28.543 INFO STEP 18 (remove_files) COMPLETE
53452026-08-25T21:09:29.158Z[ recovery-image] Aug 25 21:09:28.543 INFO O| Aug 25 21:09:28.543 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-08-25T21:09:29.166Z[ recovery-image] Aug 25 21:09:28.550 INFO O| Aug 25 21:09:28.550 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53472026-08-25T21:09:29.166Z[ recovery-image] Aug 25 21:09:28.550 INFO O| Aug 25 21:09:28.550 INFO STEP 19 (remove_files) COMPLETE
53482026-08-25T21:09:29.170Z[ recovery-image] Aug 25 21:09:28.550 INFO O| Aug 25 21:09:28.550 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-08-25T21:09:29.192Z[ recovery-image] Aug 25 21:09:28.576 INFO O| Aug 25 21:09:28.576 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53502026-08-25T21:09:29.244Z[ recovery-image] Aug 25 21:09:28.628 INFO O| Aug 25 21:09:28.628 INFO STEP 20 (remove_files) COMPLETE
53512026-08-25T21:09:29.244Z[ recovery-image] Aug 25 21:09:28.628 INFO O| Aug 25 21:09:28.628 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-08-25T21:09:29.249Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53532026-08-25T21:09:29.270Z[ recovery-image] Aug 25 21:09:28.654 INFO O| Aug 25 21:09:28.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53542026-08-25T21:09:29.327Z[ recovery-image] Aug 25 21:09:28.711 INFO O| Aug 25 21:09:28.711 INFO STEP 21 (remove_files) COMPLETE
53552026-08-25T21:09:29.327Z[ recovery-image] Aug 25 21:09:28.711 INFO O| Aug 25 21:09:28.711 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-08-25T21:09:29.382Z[ recovery-image] Aug 25 21:09:28.766 INFO O| Aug 25 21:09:28.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53572026-08-25T21:09:29.382Z[ recovery-image] Aug 25 21:09:28.766 INFO O| Aug 25 21:09:28.766 INFO STEP 22 (remove_files) COMPLETE
53582026-08-25T21:09:29.382Z[ recovery-image] Aug 25 21:09:28.766 INFO O| Aug 25 21:09:28.766 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-08-25T21:09:29.392Z[ recovery-image] Aug 25 21:09:28.776 INFO O| Aug 25 21:09:28.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53602026-08-25T21:09:29.408Z[ recovery-image] Aug 25 21:09:28.782 INFO O| Aug 25 21:09:28.782 INFO STEP 23 (remove_files) COMPLETE
53612026-08-25T21:09:29.408Z[ recovery-image] Aug 25 21:09:28.782 INFO O| Aug 25 21:09:28.782 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-08-25T21:09:29.408Z[ recovery-image] Aug 25 21:09:28.792 INFO O| Aug 25 21:09:28.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53632026-08-25T21:09:29.721Z[ recovery-image] Aug 25 21:09:28.819 INFO O| Aug 25 21:09:28.819 INFO STEP 24 (remove_files) COMPLETE
53642026-08-25T21:09:29.721Z[ recovery-image] Aug 25 21:09:28.819 INFO O| Aug 25 21:09:28.819 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-08-25T21:09:29.726Z[ recovery-image] Aug 25 21:09:28.861 INFO O| Aug 25 21:09:28.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53662026-08-25T21:09:29.726Z[ recovery-image] Aug 25 21:09:28.885 INFO O| Aug 25 21:09:28.885 INFO STEP 25 (remove_files) COMPLETE
53672026-08-25T21:09:29.726Z[ recovery-image] Aug 25 21:09:28.885 INFO O| Aug 25 21:09:28.885 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-25T21:09:29.726Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53692026-08-25T21:09:29.726Z[ recovery-image] Aug 25 21:09:28.919 INFO O| Aug 25 21:09:28.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53702026-08-25T21:09:29.726Z[ recovery-image] Aug 25 21:09:28.919 INFO O| Aug 25 21:09:28.919 INFO STEP 26 (remove_files) COMPLETE
53712026-08-25T21:09:29.726Z[ recovery-image] Aug 25 21:09:28.919 INFO O| Aug 25 21:09:28.919 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-08-25T21:09:29.727Z[ recovery-image] Aug 25 21:09:29.006 INFO O| Aug 25 21:09:29.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53732026-08-25T21:09:29.727Z[ recovery-image] Aug 25 21:09:29.028 INFO O| Aug 25 21:09:29.028 INFO STEP 27 (remove_files) COMPLETE
53742026-08-25T21:09:29.727Z[ recovery-image] Aug 25 21:09:29.028 INFO O| Aug 25 21:09:29.028 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-08-25T21:09:29.727Z[ recovery-image] Aug 25 21:09:29.037 INFO O| Aug 25 21:09:29.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53762026-08-25T21:09:29.727Z[ recovery-image] Aug 25 21:09:29.037 INFO O| Aug 25 21:09:29.037 INFO STEP 28 (remove_files) COMPLETE
53772026-08-25T21:09:29.727Z[ recovery-image] Aug 25 21:09:29.037 INFO O| Aug 25 21:09:29.037 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-08-25T21:09:29.727Z[ recovery-image] Aug 25 21:09:29.046 INFO O| Aug 25 21:09:29.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53792026-08-25T21:09:29.727Z[ recovery-image] Aug 25 21:09:29.046 INFO O| Aug 25 21:09:29.046 INFO STEP 29 (remove_files) COMPLETE
53802026-08-25T21:09:29.727Z[ recovery-image] Aug 25 21:09:29.046 INFO O| Aug 25 21:09:29.046 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-08-25T21:09:29.727Z[ recovery-image] Aug 25 21:09:29.054 INFO O| Aug 25 21:09:29.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53822026-08-25T21:09:29.727Z[ recovery-image] Aug 25 21:09:29.054 INFO O| Aug 25 21:09:29.054 INFO STEP 30 (remove_files) COMPLETE
53832026-08-25T21:09:29.727Z[ recovery-image] Aug 25 21:09:29.054 INFO O| Aug 25 21:09:29.054 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-08-25T21:09:29.727Z[ recovery-image] Aug 25 21:09:29.077 INFO O| Aug 25 21:09:29.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53852026-08-25T21:09:29.727Z[ recovery-image] Aug 25 21:09:29.077 INFO O| Aug 25 21:09:29.077 INFO STEP 31 (remove_files) COMPLETE
53862026-08-25T21:09:29.727Z[ recovery-image] Aug 25 21:09:29.077 INFO O| Aug 25 21:09:29.077 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-08-25T21:09:29.728Z[ recovery-image] Aug 25 21:09:29.087 INFO O| Aug 25 21:09:29.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53882026-08-25T21:09:29.728Z[ recovery-image] Aug 25 21:09:29.088 INFO O| Aug 25 21:09:29.088 INFO STEP 32 (remove_files) COMPLETE
53892026-08-25T21:09:29.728Z[ recovery-image] Aug 25 21:09:29.088 INFO O| Aug 25 21:09:29.088 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-08-25T21:09:29.728Z[ recovery-image] Aug 25 21:09:29.099 INFO O| Aug 25 21:09:29.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53912026-08-25T21:09:29.728Z[ recovery-image] Aug 25 21:09:29.099 INFO O| Aug 25 21:09:29.099 INFO STEP 33 (remove_files) COMPLETE
53922026-08-25T21:09:29.728Z[ recovery-image] Aug 25 21:09:29.099 INFO O| Aug 25 21:09:29.099 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-08-25T21:09:29.732Z[ recovery-image] Aug 25 21:09:29.112 INFO O| Aug 25 21:09:29.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53942026-08-25T21:09:29.732Z[ recovery-image] Aug 25 21:09:29.112 INFO O| Aug 25 21:09:29.112 INFO STEP 34 (remove_files) COMPLETE
53952026-08-25T21:09:29.732Z[ recovery-image] Aug 25 21:09:29.112 INFO O| Aug 25 21:09:29.112 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-08-25T21:09:29.738Z[ recovery-image] Aug 25 21:09:29.122 INFO O| Aug 25 21:09:29.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53972026-08-25T21:09:29.741Z[ recovery-image] Aug 25 21:09:29.123 INFO O| Aug 25 21:09:29.123 INFO STEP 35 (remove_files) COMPLETE
53982026-08-25T21:09:29.741Z[ recovery-image] Aug 25 21:09:29.123 INFO O| Aug 25 21:09:29.123 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-08-25T21:09:29.748Z[ recovery-image] Aug 25 21:09:29.132 INFO O| Aug 25 21:09:29.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54002026-08-25T21:09:29.748Z[ recovery-image] Aug 25 21:09:29.132 INFO O| Aug 25 21:09:29.132 INFO STEP 36 (remove_files) COMPLETE
54012026-08-25T21:09:29.748Z[ recovery-image] Aug 25 21:09:29.132 INFO O| Aug 25 21:09:29.132 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-08-25T21:09:29.756Z[ recovery-image] Aug 25 21:09:29.140 INFO O| Aug 25 21:09:29.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54032026-08-25T21:09:29.756Z[ recovery-image] Aug 25 21:09:29.140 INFO O| Aug 25 21:09:29.140 INFO STEP 37 (remove_files) COMPLETE
54042026-08-25T21:09:29.756Z[ recovery-image] Aug 25 21:09:29.140 INFO O| Aug 25 21:09:29.140 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-08-25T21:09:29.764Z[ recovery-image] Aug 25 21:09:29.148 INFO O| Aug 25 21:09:29.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54062026-08-25T21:09:29.764Z[ recovery-image] Aug 25 21:09:29.148 INFO O| Aug 25 21:09:29.148 INFO STEP 38 (remove_files) COMPLETE
54072026-08-25T21:09:29.764Z[ recovery-image] Aug 25 21:09:29.148 INFO O| Aug 25 21:09:29.148 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-08-25T21:09:29.772Z[ recovery-image] Aug 25 21:09:29.156 INFO O| Aug 25 21:09:29.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54092026-08-25T21:09:29.772Z[ recovery-image] Aug 25 21:09:29.156 INFO O| Aug 25 21:09:29.156 INFO STEP 39 (remove_files) COMPLETE
54102026-08-25T21:09:29.775Z[ recovery-image] Aug 25 21:09:29.156 INFO O| Aug 25 21:09:29.156 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-08-25T21:09:29.780Z[ recovery-image] Aug 25 21:09:29.165 INFO O| Aug 25 21:09:29.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54122026-08-25T21:09:29.780Z[ recovery-image] Aug 25 21:09:29.165 INFO O| Aug 25 21:09:29.165 INFO STEP 40 (remove_files) COMPLETE
54132026-08-25T21:09:29.780Z[ recovery-image] Aug 25 21:09:29.165 INFO O| Aug 25 21:09:29.165 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-08-25T21:09:29.788Z[ recovery-image] Aug 25 21:09:29.173 INFO O| Aug 25 21:09:29.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54152026-08-25T21:09:29.789Z[ recovery-image] Aug 25 21:09:29.173 INFO O| Aug 25 21:09:29.173 INFO STEP 41 (remove_files) COMPLETE
54162026-08-25T21:09:29.789Z[ recovery-image] Aug 25 21:09:29.173 INFO O| Aug 25 21:09:29.173 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-08-25T21:09:29.798Z[ recovery-image] Aug 25 21:09:29.182 INFO O| Aug 25 21:09:29.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54182026-08-25T21:09:29.798Z[ recovery-image] Aug 25 21:09:29.182 INFO O| Aug 25 21:09:29.182 INFO STEP 42 (remove_files) COMPLETE
54192026-08-25T21:09:29.802Z[ recovery-image] Aug 25 21:09:29.182 INFO O| Aug 25 21:09:29.182 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-08-25T21:09:29.808Z[ recovery-image] Aug 25 21:09:29.192 INFO O| Aug 25 21:09:29.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54212026-08-25T21:09:29.811Z[ recovery-image] Aug 25 21:09:29.192 INFO O| Aug 25 21:09:29.192 INFO STEP 43 (remove_files) COMPLETE
54222026-08-25T21:09:29.811Z[ recovery-image] Aug 25 21:09:29.192 INFO O| Aug 25 21:09:29.192 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-08-25T21:09:29.817Z[ recovery-image] Aug 25 21:09:29.202 INFO O| Aug 25 21:09:29.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54242026-08-25T21:09:29.821Z[ recovery-image] Aug 25 21:09:29.203 INFO O| Aug 25 21:09:29.202 INFO STEP 44 (remove_files) COMPLETE
54252026-08-25T21:09:29.821Z[ recovery-image] Aug 25 21:09:29.203 INFO O| Aug 25 21:09:29.202 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-08-25T21:09:29.828Z[ recovery-image] Aug 25 21:09:29.212 INFO O| Aug 25 21:09:29.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54272026-08-25T21:09:29.828Z[ recovery-image] Aug 25 21:09:29.212 INFO O| Aug 25 21:09:29.212 INFO STEP 45 (remove_files) COMPLETE
54282026-08-25T21:09:29.832Z[ recovery-image] Aug 25 21:09:29.212 INFO O| Aug 25 21:09:29.212 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-08-25T21:09:29.838Z[ recovery-image] Aug 25 21:09:29.222 INFO O| Aug 25 21:09:29.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54302026-08-25T21:09:29.838Z[ recovery-image] Aug 25 21:09:29.222 INFO O| Aug 25 21:09:29.222 INFO STEP 46 (remove_files) COMPLETE
54312026-08-25T21:09:29.841Z[ recovery-image] Aug 25 21:09:29.222 INFO O| Aug 25 21:09:29.222 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-08-25T21:09:29.847Z[ recovery-image] Aug 25 21:09:29.231 INFO O| Aug 25 21:09:29.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54332026-08-25T21:09:29.850Z[ recovery-image] Aug 25 21:09:29.233 INFO O| Aug 25 21:09:29.233 INFO STEP 47 (remove_files) COMPLETE
54342026-08-25T21:09:29.850Z[ recovery-image] Aug 25 21:09:29.233 INFO O| Aug 25 21:09:29.233 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-08-25T21:09:29.859Z[ recovery-image] Aug 25 21:09:29.243 INFO O| Aug 25 21:09:29.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54362026-08-25T21:09:29.859Z[ recovery-image] Aug 25 21:09:29.243 INFO O| Aug 25 21:09:29.243 INFO STEP 48 (remove_files) COMPLETE
54372026-08-25T21:09:29.862Z[ recovery-image] Aug 25 21:09:29.243 INFO O| Aug 25 21:09:29.243 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-08-25T21:09:29.868Z[ recovery-image] Aug 25 21:09:29.252 INFO O| Aug 25 21:09:29.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54392026-08-25T21:09:29.868Z[ recovery-image] Aug 25 21:09:29.252 INFO O| Aug 25 21:09:29.252 INFO STEP 49 (remove_files) COMPLETE
54402026-08-25T21:09:29.871Z[ recovery-image] Aug 25 21:09:29.252 INFO O| Aug 25 21:09:29.252 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-08-25T21:09:29.877Z[ recovery-image] Aug 25 21:09:29.261 INFO O| Aug 25 21:09:29.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54422026-08-25T21:09:29.881Z[ recovery-image] Aug 25 21:09:29.261 INFO O| Aug 25 21:09:29.261 INFO STEP 50 (remove_files) COMPLETE
54432026-08-25T21:09:29.881Z[ recovery-image] Aug 25 21:09:29.261 INFO O| Aug 25 21:09:29.261 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-08-25T21:09:29.887Z[ recovery-image] Aug 25 21:09:29.271 INFO O| Aug 25 21:09:29.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54452026-08-25T21:09:29.887Z[ recovery-image] Aug 25 21:09:29.271 INFO O| Aug 25 21:09:29.271 INFO STEP 51 (remove_files) COMPLETE
54462026-08-25T21:09:29.887Z[ recovery-image] Aug 25 21:09:29.271 INFO O| Aug 25 21:09:29.271 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-08-25T21:09:29.896Z[ recovery-image] Aug 25 21:09:29.281 INFO O| Aug 25 21:09:29.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54482026-08-25T21:09:29.897Z[ recovery-image] Aug 25 21:09:29.281 INFO O| Aug 25 21:09:29.281 INFO STEP 52 (remove_files) COMPLETE
54492026-08-25T21:09:29.897Z[ recovery-image] Aug 25 21:09:29.281 INFO O| Aug 25 21:09:29.281 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-08-25T21:09:29.906Z[ recovery-image] Aug 25 21:09:29.290 INFO O| Aug 25 21:09:29.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54512026-08-25T21:09:29.909Z[ recovery-image] Aug 25 21:09:29.291 INFO O| Aug 25 21:09:29.291 INFO STEP 53 (remove_files) COMPLETE
54522026-08-25T21:09:29.909Z[ recovery-image] Aug 25 21:09:29.291 INFO O| Aug 25 21:09:29.291 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-08-25T21:09:29.917Z[ recovery-image] Aug 25 21:09:29.301 INFO O| Aug 25 21:09:29.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54542026-08-25T21:09:29.920Z[ recovery-image] Aug 25 21:09:29.302 INFO O| Aug 25 21:09:29.302 INFO STEP 54 (remove_files) COMPLETE
54552026-08-25T21:09:29.920Z[ recovery-image] Aug 25 21:09:29.302 INFO O| Aug 25 21:09:29.302 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54562026-08-25T21:09:29.927Z[ recovery-image] Aug 25 21:09:29.311 INFO O| Aug 25 21:09:29.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54572026-08-25T21:09:29.927Z[ recovery-image] Aug 25 21:09:29.311 INFO O| Aug 25 21:09:29.311 INFO STEP 55 (remove_files) COMPLETE
54582026-08-25T21:09:29.927Z[ recovery-image] Aug 25 21:09:29.311 INFO O| Aug 25 21:09:29.311 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54592026-08-25T21:09:29.937Z[ recovery-image] Aug 25 21:09:29.321 INFO O| Aug 25 21:09:29.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54602026-08-25T21:09:29.937Z[ recovery-image] Aug 25 21:09:29.322 INFO O| Aug 25 21:09:29.322 INFO STEP 56 (remove_files) COMPLETE
54612026-08-25T21:09:29.941Z[ recovery-image] Aug 25 21:09:29.322 INFO O| Aug 25 21:09:29.322 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-08-25T21:09:29.948Z[ recovery-image] Aug 25 21:09:29.332 INFO O| Aug 25 21:09:29.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54632026-08-25T21:09:29.948Z[ recovery-image] Aug 25 21:09:29.332 INFO O| Aug 25 21:09:29.332 INFO STEP 57 (remove_files) COMPLETE
54642026-08-25T21:09:29.948Z[ recovery-image] Aug 25 21:09:29.332 INFO O| Aug 25 21:09:29.332 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-08-25T21:09:29.958Z[ recovery-image] Aug 25 21:09:29.342 INFO O| Aug 25 21:09:29.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54662026-08-25T21:09:29.958Z[ recovery-image] Aug 25 21:09:29.342 INFO O| Aug 25 21:09:29.342 INFO STEP 58 (remove_files) COMPLETE
54672026-08-25T21:09:29.958Z[ recovery-image] Aug 25 21:09:29.342 INFO O| Aug 25 21:09:29.342 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-08-25T21:09:29.967Z[ recovery-image] Aug 25 21:09:29.351 INFO O| Aug 25 21:09:29.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54692026-08-25T21:09:29.967Z[ recovery-image] Aug 25 21:09:29.351 INFO O| Aug 25 21:09:29.351 INFO STEP 59 (remove_files) COMPLETE
54702026-08-25T21:09:29.967Z[ recovery-image] Aug 25 21:09:29.351 INFO O| Aug 25 21:09:29.351 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-08-25T21:09:29.976Z[ recovery-image] Aug 25 21:09:29.360 INFO O| Aug 25 21:09:29.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54722026-08-25T21:09:29.976Z[ recovery-image] Aug 25 21:09:29.360 INFO O| Aug 25 21:09:29.360 INFO STEP 60 (remove_files) COMPLETE
54732026-08-25T21:09:29.977Z[ recovery-image] Aug 25 21:09:29.360 INFO O| Aug 25 21:09:29.360 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-08-25T21:09:29.986Z[ recovery-image] Aug 25 21:09:29.370 INFO O| Aug 25 21:09:29.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54752026-08-25T21:09:29.987Z[ recovery-image] Aug 25 21:09:29.370 INFO O| Aug 25 21:09:29.370 INFO STEP 61 (remove_files) COMPLETE
54762026-08-25T21:09:29.987Z[ recovery-image] Aug 25 21:09:29.370 INFO O| Aug 25 21:09:29.370 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-08-25T21:09:29.995Z[ recovery-image] Aug 25 21:09:29.379 INFO O| Aug 25 21:09:29.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54782026-08-25T21:09:29.995Z[ recovery-image] Aug 25 21:09:29.379 INFO O| Aug 25 21:09:29.379 INFO STEP 62 (remove_files) COMPLETE
54792026-08-25T21:09:29.995Z[ recovery-image] Aug 25 21:09:29.379 INFO O| Aug 25 21:09:29.379 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-08-25T21:09:30.004Z[ recovery-image] Aug 25 21:09:29.388 INFO O| Aug 25 21:09:29.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54812026-08-25T21:09:30.004Z[ recovery-image] Aug 25 21:09:29.388 INFO O| Aug 25 21:09:29.388 INFO STEP 63 (remove_files) COMPLETE
54822026-08-25T21:09:30.004Z[ recovery-image] Aug 25 21:09:29.388 INFO O| Aug 25 21:09:29.388 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-08-25T21:09:30.014Z[ recovery-image] Aug 25 21:09:29.398 INFO O| Aug 25 21:09:29.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54842026-08-25T21:09:30.014Z[ recovery-image] Aug 25 21:09:29.398 INFO O| Aug 25 21:09:29.398 INFO STEP 64 (remove_files) COMPLETE
54852026-08-25T21:09:30.014Z[ recovery-image] Aug 25 21:09:29.398 INFO O| Aug 25 21:09:29.398 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-08-25T21:09:30.023Z[ recovery-image] Aug 25 21:09:29.407 INFO O| Aug 25 21:09:29.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54872026-08-25T21:09:30.023Z[ recovery-image] Aug 25 21:09:29.407 INFO O| Aug 25 21:09:29.407 INFO STEP 65 (remove_files) COMPLETE
54882026-08-25T21:09:30.023Z[ recovery-image] Aug 25 21:09:29.407 INFO O| Aug 25 21:09:29.407 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-08-25T21:09:30.034Z[ recovery-image] Aug 25 21:09:29.418 INFO O| Aug 25 21:09:29.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54902026-08-25T21:09:30.035Z[ recovery-image] Aug 25 21:09:29.418 INFO O| Aug 25 21:09:29.418 INFO STEP 66 (remove_files) COMPLETE
54912026-08-25T21:09:30.035Z[ recovery-image] Aug 25 21:09:29.418 INFO O| Aug 25 21:09:29.418 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-08-25T21:09:30.043Z[ recovery-image] Aug 25 21:09:29.427 INFO O| Aug 25 21:09:29.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54932026-08-25T21:09:30.043Z[ recovery-image] Aug 25 21:09:29.427 INFO O| Aug 25 21:09:29.427 INFO STEP 67 (remove_files) COMPLETE
54942026-08-25T21:09:30.043Z[ recovery-image] Aug 25 21:09:29.427 INFO O| Aug 25 21:09:29.427 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-08-25T21:09:30.052Z[ recovery-image] Aug 25 21:09:29.436 INFO O| Aug 25 21:09:29.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54962026-08-25T21:09:30.052Z[ recovery-image] Aug 25 21:09:29.436 INFO O| Aug 25 21:09:29.436 INFO STEP 68 (remove_files) COMPLETE
54972026-08-25T21:09:30.056Z[ recovery-image] Aug 25 21:09:29.436 INFO O| Aug 25 21:09:29.436 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-08-25T21:09:30.063Z[ recovery-image] Aug 25 21:09:29.446 INFO O| Aug 25 21:09:29.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54992026-08-25T21:09:30.063Z[ recovery-image] Aug 25 21:09:29.446 INFO O| Aug 25 21:09:29.446 INFO STEP 69 (remove_files) COMPLETE
55002026-08-25T21:09:30.063Z[ recovery-image] Aug 25 21:09:29.446 INFO O| Aug 25 21:09:29.446 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-08-25T21:09:30.072Z[ recovery-image] Aug 25 21:09:29.456 INFO O| Aug 25 21:09:29.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55022026-08-25T21:09:30.072Z[ recovery-image] Aug 25 21:09:29.456 INFO O| Aug 25 21:09:29.456 INFO STEP 70 (remove_files) COMPLETE
55032026-08-25T21:09:30.075Z[ recovery-image] Aug 25 21:09:29.456 INFO O| Aug 25 21:09:29.456 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-08-25T21:09:30.081Z[ recovery-image] Aug 25 21:09:29.465 INFO O| Aug 25 21:09:29.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55052026-08-25T21:09:30.081Z[ recovery-image] Aug 25 21:09:29.465 INFO O| Aug 25 21:09:29.465 INFO STEP 71 (remove_files) COMPLETE
55062026-08-25T21:09:30.085Z[ recovery-image] Aug 25 21:09:29.465 INFO O| Aug 25 21:09:29.465 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-08-25T21:09:30.094Z[ recovery-image] Aug 25 21:09:29.473 INFO O| Aug 25 21:09:29.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55082026-08-25T21:09:30.094Z[ recovery-image] Aug 25 21:09:29.473 INFO O| Aug 25 21:09:29.473 INFO STEP 72 (remove_files) COMPLETE
55092026-08-25T21:09:30.094Z[ recovery-image] Aug 25 21:09:29.473 INFO O| Aug 25 21:09:29.473 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-08-25T21:09:30.097Z[ recovery-image] Aug 25 21:09:29.481 INFO O| Aug 25 21:09:29.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55112026-08-25T21:09:30.097Z[ recovery-image] Aug 25 21:09:29.481 INFO O| Aug 25 21:09:29.481 INFO STEP 73 (remove_files) COMPLETE
55122026-08-25T21:09:30.100Z[ recovery-image] Aug 25 21:09:29.481 INFO O| Aug 25 21:09:29.481 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-08-25T21:09:30.105Z[ recovery-image] Aug 25 21:09:29.489 INFO O| Aug 25 21:09:29.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55142026-08-25T21:09:30.105Z[ recovery-image] Aug 25 21:09:29.489 INFO O| Aug 25 21:09:29.489 INFO STEP 74 (remove_files) COMPLETE
55152026-08-25T21:09:30.108Z[ recovery-image] Aug 25 21:09:29.489 INFO O| Aug 25 21:09:29.489 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-08-25T21:09:30.113Z[ recovery-image] Aug 25 21:09:29.498 INFO O| Aug 25 21:09:29.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55172026-08-25T21:09:30.113Z[ recovery-image] Aug 25 21:09:29.498 INFO O| Aug 25 21:09:29.498 INFO STEP 75 (remove_files) COMPLETE
55182026-08-25T21:09:30.113Z[ recovery-image] Aug 25 21:09:29.498 INFO O| Aug 25 21:09:29.498 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-08-25T21:09:30.140Z[ recovery-image] Aug 25 21:09:29.524 INFO O| Aug 25 21:09:29.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55202026-08-25T21:09:30.140Z[ recovery-image] Aug 25 21:09:29.524 INFO O| Aug 25 21:09:29.524 INFO STEP 76 (remove_files) COMPLETE
55212026-08-25T21:09:30.140Z[ recovery-image] Aug 25 21:09:29.524 INFO O| Aug 25 21:09:29.524 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-08-25T21:09:30.149Z[ recovery-image] Aug 25 21:09:29.533 INFO O| Aug 25 21:09:29.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55232026-08-25T21:09:30.149Z[ recovery-image] Aug 25 21:09:29.533 INFO O| Aug 25 21:09:29.533 INFO STEP 77 (remove_files) COMPLETE
55242026-08-25T21:09:30.152Z[ recovery-image] Aug 25 21:09:29.533 INFO O| Aug 25 21:09:29.533 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-08-25T21:09:30.157Z[ recovery-image] Aug 25 21:09:29.541 INFO O| Aug 25 21:09:29.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55262026-08-25T21:09:30.157Z[ recovery-image] Aug 25 21:09:29.541 INFO O| Aug 25 21:09:29.541 INFO STEP 78 (remove_files) COMPLETE
55272026-08-25T21:09:30.160Z[ recovery-image] Aug 25 21:09:29.541 INFO O| Aug 25 21:09:29.541 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-08-25T21:09:30.165Z[ recovery-image] Aug 25 21:09:29.549 INFO O| Aug 25 21:09:29.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55292026-08-25T21:09:30.165Z[ recovery-image] Aug 25 21:09:29.549 INFO O| Aug 25 21:09:29.549 INFO STEP 79 (remove_files) COMPLETE
55302026-08-25T21:09:30.165Z[ recovery-image] Aug 25 21:09:29.549 INFO O| Aug 25 21:09:29.549 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-08-25T21:09:30.172Z[ recovery-image] Aug 25 21:09:29.557 INFO O| Aug 25 21:09:29.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55322026-08-25T21:09:30.172Z[ recovery-image] Aug 25 21:09:29.557 INFO O| Aug 25 21:09:29.557 INFO STEP 80 (remove_files) COMPLETE
55332026-08-25T21:09:30.176Z[ recovery-image] Aug 25 21:09:29.557 INFO O| Aug 25 21:09:29.557 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-08-25T21:09:30.184Z[ recovery-image] Aug 25 21:09:29.566 INFO O| Aug 25 21:09:29.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55352026-08-25T21:09:30.184Z[ recovery-image] Aug 25 21:09:29.566 INFO O| Aug 25 21:09:29.566 INFO STEP 81 (remove_files) COMPLETE
55362026-08-25T21:09:30.184Z[ recovery-image] Aug 25 21:09:29.566 INFO O| Aug 25 21:09:29.566 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-08-25T21:09:30.191Z[ recovery-image] Aug 25 21:09:29.575 INFO O| Aug 25 21:09:29.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55382026-08-25T21:09:30.191Z[ recovery-image] Aug 25 21:09:29.575 INFO O| Aug 25 21:09:29.575 INFO STEP 82 (remove_files) COMPLETE
55392026-08-25T21:09:30.194Z[ recovery-image] Aug 25 21:09:29.575 INFO O| Aug 25 21:09:29.575 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-08-25T21:09:30.200Z[ recovery-image] Aug 25 21:09:29.584 INFO O| Aug 25 21:09:29.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55412026-08-25T21:09:30.200Z[ recovery-image] Aug 25 21:09:29.584 INFO O| Aug 25 21:09:29.584 INFO STEP 83 (remove_files) COMPLETE
55422026-08-25T21:09:30.200Z[ recovery-image] Aug 25 21:09:29.584 INFO O| Aug 25 21:09:29.584 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-08-25T21:09:30.208Z[ recovery-image] Aug 25 21:09:29.592 INFO O| Aug 25 21:09:29.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55442026-08-25T21:09:30.211Z[ recovery-image] Aug 25 21:09:29.593 INFO O| Aug 25 21:09:29.593 INFO STEP 84 (remove_files) COMPLETE
55452026-08-25T21:09:30.211Z[ recovery-image] Aug 25 21:09:29.593 INFO O| Aug 25 21:09:29.593 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-08-25T21:09:30.216Z[ recovery-image] Aug 25 21:09:29.600 INFO O| Aug 25 21:09:29.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55472026-08-25T21:09:30.216Z[ recovery-image] Aug 25 21:09:29.600 INFO O| Aug 25 21:09:29.600 INFO STEP 85 (remove_files) COMPLETE
55482026-08-25T21:09:30.216Z[ recovery-image] Aug 25 21:09:29.600 INFO O| Aug 25 21:09:29.600 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-08-25T21:09:30.224Z[ recovery-image] Aug 25 21:09:29.608 INFO O| Aug 25 21:09:29.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55502026-08-25T21:09:30.224Z[ recovery-image] Aug 25 21:09:29.608 INFO O| Aug 25 21:09:29.608 INFO STEP 86 (remove_files) COMPLETE
55512026-08-25T21:09:30.227Z[ recovery-image] Aug 25 21:09:29.608 INFO O| Aug 25 21:09:29.608 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-08-25T21:09:30.232Z[ recovery-image] Aug 25 21:09:29.616 INFO O| Aug 25 21:09:29.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55532026-08-25T21:09:30.232Z[ recovery-image] Aug 25 21:09:29.616 INFO O| Aug 25 21:09:29.616 INFO STEP 87 (remove_files) COMPLETE
55542026-08-25T21:09:30.235Z[ recovery-image] Aug 25 21:09:29.616 INFO O| Aug 25 21:09:29.616 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-08-25T21:09:30.239Z[ recovery-image] Aug 25 21:09:29.624 INFO O| Aug 25 21:09:29.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55562026-08-25T21:09:30.239Z[ recovery-image] Aug 25 21:09:29.624 INFO O| Aug 25 21:09:29.624 INFO STEP 88 (remove_files) COMPLETE
55572026-08-25T21:09:30.243Z[ recovery-image] Aug 25 21:09:29.624 INFO O| Aug 25 21:09:29.624 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-08-25T21:09:30.248Z[ recovery-image] Aug 25 21:09:29.632 INFO O| Aug 25 21:09:29.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55592026-08-25T21:09:30.248Z[ recovery-image] Aug 25 21:09:29.632 INFO O| Aug 25 21:09:29.632 INFO STEP 89 (remove_files) COMPLETE
55602026-08-25T21:09:30.251Z[ recovery-image] Aug 25 21:09:29.632 INFO O| Aug 25 21:09:29.632 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-08-25T21:09:30.257Z[ recovery-image] Aug 25 21:09:29.641 INFO O| Aug 25 21:09:29.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55622026-08-25T21:09:30.257Z[ recovery-image] Aug 25 21:09:29.641 INFO O| Aug 25 21:09:29.641 INFO STEP 90 (remove_files) COMPLETE
55632026-08-25T21:09:30.257Z[ recovery-image] Aug 25 21:09:29.641 INFO O| Aug 25 21:09:29.641 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-08-25T21:09:30.265Z[ recovery-image] Aug 25 21:09:29.649 INFO O| Aug 25 21:09:29.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55652026-08-25T21:09:30.265Z[ recovery-image] Aug 25 21:09:29.649 INFO O| Aug 25 21:09:29.649 INFO STEP 91 (remove_files) COMPLETE
55662026-08-25T21:09:30.268Z[ recovery-image] Aug 25 21:09:29.649 INFO O| Aug 25 21:09:29.649 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-08-25T21:09:30.273Z[ recovery-image] Aug 25 21:09:29.657 INFO O| Aug 25 21:09:29.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55682026-08-25T21:09:30.273Z[ recovery-image] Aug 25 21:09:29.657 INFO O| Aug 25 21:09:29.657 INFO STEP 92 (remove_files) COMPLETE
55692026-08-25T21:09:30.273Z[ recovery-image] Aug 25 21:09:29.657 INFO O| Aug 25 21:09:29.657 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-08-25T21:09:30.282Z[ recovery-image] Aug 25 21:09:29.666 INFO O| Aug 25 21:09:29.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55712026-08-25T21:09:30.282Z[ recovery-image] Aug 25 21:09:29.666 INFO O| Aug 25 21:09:29.666 INFO STEP 93 (remove_files) COMPLETE
55722026-08-25T21:09:30.283Z[ recovery-image] Aug 25 21:09:29.666 INFO O| Aug 25 21:09:29.666 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-08-25T21:09:30.290Z[ recovery-image] Aug 25 21:09:29.674 INFO O| Aug 25 21:09:29.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55742026-08-25T21:09:30.293Z[ recovery-image] Aug 25 21:09:29.674 INFO O| Aug 25 21:09:29.674 INFO STEP 94 (remove_files) COMPLETE
55752026-08-25T21:09:30.293Z[ recovery-image] Aug 25 21:09:29.674 INFO O| Aug 25 21:09:29.674 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-08-25T21:09:30.298Z[ recovery-image] Aug 25 21:09:29.682 INFO O| Aug 25 21:09:29.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55772026-08-25T21:09:30.298Z[ recovery-image] Aug 25 21:09:29.682 INFO O| Aug 25 21:09:29.682 INFO STEP 95 (remove_files) COMPLETE
55782026-08-25T21:09:30.301Z[ recovery-image] Aug 25 21:09:29.682 INFO O| Aug 25 21:09:29.682 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-08-25T21:09:30.306Z[ recovery-image] Aug 25 21:09:29.691 INFO O| Aug 25 21:09:29.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55802026-08-25T21:09:30.306Z[ recovery-image] Aug 25 21:09:29.691 INFO O| Aug 25 21:09:29.691 INFO STEP 96 (remove_files) COMPLETE
55812026-08-25T21:09:30.306Z[ recovery-image] Aug 25 21:09:29.691 INFO O| Aug 25 21:09:29.691 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-08-25T21:09:30.315Z[ recovery-image] Aug 25 21:09:29.699 INFO O| Aug 25 21:09:29.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55832026-08-25T21:09:30.315Z[ recovery-image] Aug 25 21:09:29.699 INFO O| Aug 25 21:09:29.699 INFO STEP 97 (remove_files) COMPLETE
55842026-08-25T21:09:30.318Z[ recovery-image] Aug 25 21:09:29.699 INFO O| Aug 25 21:09:29.699 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-08-25T21:09:30.323Z[ recovery-image] Aug 25 21:09:29.708 INFO O| Aug 25 21:09:29.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55862026-08-25T21:09:30.323Z[ recovery-image] Aug 25 21:09:29.708 INFO O| Aug 25 21:09:29.708 INFO STEP 98 (remove_files) COMPLETE
55872026-08-25T21:09:30.327Z[ recovery-image] Aug 25 21:09:29.708 INFO O| Aug 25 21:09:29.708 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-08-25T21:09:30.332Z[ recovery-image] Aug 25 21:09:29.716 INFO O| Aug 25 21:09:29.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55892026-08-25T21:09:30.332Z[ recovery-image] Aug 25 21:09:29.716 INFO O| Aug 25 21:09:29.716 INFO STEP 99 (remove_files) COMPLETE
55902026-08-25T21:09:30.332Z[ recovery-image] Aug 25 21:09:29.716 INFO O| Aug 25 21:09:29.716 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-08-25T21:09:30.340Z[ recovery-image] Aug 25 21:09:29.724 INFO O| Aug 25 21:09:29.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55922026-08-25T21:09:30.340Z[ recovery-image] Aug 25 21:09:29.724 INFO O| Aug 25 21:09:29.724 INFO STEP 100 (remove_files) COMPLETE
55932026-08-25T21:09:30.340Z[ recovery-image] Aug 25 21:09:29.724 INFO O| Aug 25 21:09:29.724 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-08-25T21:09:30.349Z[ recovery-image] Aug 25 21:09:29.733 INFO O| Aug 25 21:09:29.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55952026-08-25T21:09:30.352Z[ recovery-image] Aug 25 21:09:29.734 INFO O| Aug 25 21:09:29.734 INFO STEP 101 (remove_files) COMPLETE
55962026-08-25T21:09:30.352Z[ recovery-image] Aug 25 21:09:29.734 INFO O| Aug 25 21:09:29.734 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-08-25T21:09:30.358Z[ recovery-image] Aug 25 21:09:29.742 INFO O| Aug 25 21:09:29.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55982026-08-25T21:09:30.361Z[ recovery-image] Aug 25 21:09:29.743 INFO O| Aug 25 21:09:29.743 INFO STEP 102 (remove_files) COMPLETE
55992026-08-25T21:09:30.361Z[ recovery-image] Aug 25 21:09:29.743 INFO O| Aug 25 21:09:29.743 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-08-25T21:09:30.369Z[ recovery-image] Aug 25 21:09:29.752 INFO O| Aug 25 21:09:29.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56012026-08-25T21:09:30.369Z[ recovery-image] Aug 25 21:09:29.752 INFO O| Aug 25 21:09:29.752 INFO STEP 103 (remove_files) COMPLETE
56022026-08-25T21:09:30.369Z[ recovery-image] Aug 25 21:09:29.752 INFO O| Aug 25 21:09:29.752 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-08-25T21:09:30.377Z[ recovery-image] Aug 25 21:09:29.761 INFO O| Aug 25 21:09:29.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56042026-08-25T21:09:30.377Z[ recovery-image] Aug 25 21:09:29.761 INFO O| Aug 25 21:09:29.761 INFO STEP 104 (remove_files) COMPLETE
56052026-08-25T21:09:30.380Z[ recovery-image] Aug 25 21:09:29.761 INFO O| Aug 25 21:09:29.761 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-08-25T21:09:30.385Z[ recovery-image] Aug 25 21:09:29.769 INFO O| Aug 25 21:09:29.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56072026-08-25T21:09:30.385Z[ recovery-image] Aug 25 21:09:29.770 INFO O| Aug 25 21:09:29.770 INFO STEP 105 (remove_files) COMPLETE
56082026-08-25T21:09:30.389Z[ recovery-image] Aug 25 21:09:29.770 INFO O| Aug 25 21:09:29.770 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-08-25T21:09:30.389Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
56102026-08-25T21:09:30.394Z[ recovery-image] Aug 25 21:09:29.778 INFO O| Aug 25 21:09:29.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56112026-08-25T21:09:30.394Z[ recovery-image] Aug 25 21:09:29.778 INFO O| Aug 25 21:09:29.778 INFO STEP 106 (remove_files) COMPLETE
56122026-08-25T21:09:30.394Z[ recovery-image] Aug 25 21:09:29.778 INFO O| Aug 25 21:09:29.778 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-08-25T21:09:30.404Z[ recovery-image] Aug 25 21:09:29.786 INFO O| Aug 25 21:09:29.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56142026-08-25T21:09:30.404Z[ recovery-image] Aug 25 21:09:29.787 INFO O| Aug 25 21:09:29.786 INFO STEP 107 (remove_files) COMPLETE
56152026-08-25T21:09:30.407Z[ recovery-image] Aug 25 21:09:29.787 INFO O| Aug 25 21:09:29.787 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-08-25T21:09:30.411Z[ recovery-image] Aug 25 21:09:29.794 INFO O| Aug 25 21:09:29.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56172026-08-25T21:09:30.411Z[ recovery-image] Aug 25 21:09:29.794 INFO O| Aug 25 21:09:29.794 INFO STEP 108 (remove_files) COMPLETE
56182026-08-25T21:09:30.411Z[ recovery-image] Aug 25 21:09:29.794 INFO O| Aug 25 21:09:29.794 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-08-25T21:09:30.418Z[ recovery-image] Aug 25 21:09:29.802 INFO O| Aug 25 21:09:29.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56202026-08-25T21:09:30.418Z[ recovery-image] Aug 25 21:09:29.802 INFO O| Aug 25 21:09:29.802 INFO STEP 109 (remove_files) COMPLETE
56212026-08-25T21:09:30.418Z[ recovery-image] Aug 25 21:09:29.802 INFO O| Aug 25 21:09:29.802 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-08-25T21:09:30.427Z[ recovery-image] Aug 25 21:09:29.811 INFO O| Aug 25 21:09:29.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56232026-08-25T21:09:30.427Z[ recovery-image] Aug 25 21:09:29.811 INFO O| Aug 25 21:09:29.811 INFO STEP 110 (remove_files) COMPLETE
56242026-08-25T21:09:30.431Z[ recovery-image] Aug 25 21:09:29.811 INFO O| Aug 25 21:09:29.811 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-08-25T21:09:30.435Z[ recovery-image] Aug 25 21:09:29.819 INFO O| Aug 25 21:09:29.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56262026-08-25T21:09:30.435Z[ recovery-image] Aug 25 21:09:29.819 INFO O| Aug 25 21:09:29.819 INFO STEP 111 (remove_files) COMPLETE
56272026-08-25T21:09:30.435Z[ recovery-image] Aug 25 21:09:29.819 INFO O| Aug 25 21:09:29.819 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-08-25T21:09:30.443Z[ recovery-image] Aug 25 21:09:29.827 INFO O| Aug 25 21:09:29.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56292026-08-25T21:09:30.443Z[ recovery-image] Aug 25 21:09:29.827 INFO O| Aug 25 21:09:29.827 INFO STEP 112 (remove_files) COMPLETE
56302026-08-25T21:09:30.443Z[ recovery-image] Aug 25 21:09:29.827 INFO O| Aug 25 21:09:29.827 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-08-25T21:09:30.452Z[ recovery-image] Aug 25 21:09:29.836 INFO O| Aug 25 21:09:29.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56322026-08-25T21:09:30.452Z[ recovery-image] Aug 25 21:09:29.836 INFO O| Aug 25 21:09:29.836 INFO STEP 113 (remove_files) COMPLETE
56332026-08-25T21:09:30.452Z[ recovery-image] Aug 25 21:09:29.836 INFO O| Aug 25 21:09:29.836 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-08-25T21:09:30.461Z[ recovery-image] Aug 25 21:09:29.845 INFO O| Aug 25 21:09:29.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56352026-08-25T21:09:30.461Z[ recovery-image] Aug 25 21:09:29.845 INFO O| Aug 25 21:09:29.845 INFO STEP 114 (remove_files) COMPLETE
56362026-08-25T21:09:30.461Z[ recovery-image] Aug 25 21:09:29.845 INFO O| Aug 25 21:09:29.845 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-08-25T21:09:30.471Z[ recovery-image] Aug 25 21:09:29.855 INFO O| Aug 25 21:09:29.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56382026-08-25T21:09:30.471Z[ recovery-image] Aug 25 21:09:29.855 INFO O| Aug 25 21:09:29.855 INFO STEP 115 (remove_files) COMPLETE
56392026-08-25T21:09:30.474Z[ recovery-image] Aug 25 21:09:29.855 INFO O| Aug 25 21:09:29.855 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-08-25T21:09:30.480Z[ recovery-image] Aug 25 21:09:29.865 INFO O| Aug 25 21:09:29.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56412026-08-25T21:09:30.484Z[ recovery-image] Aug 25 21:09:29.865 INFO O| Aug 25 21:09:29.865 INFO STEP 116 (remove_files) COMPLETE
56422026-08-25T21:09:30.484Z[ recovery-image] Aug 25 21:09:29.865 INFO O| Aug 25 21:09:29.865 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-08-25T21:09:30.491Z[ recovery-image] Aug 25 21:09:29.875 INFO O| Aug 25 21:09:29.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56442026-08-25T21:09:30.491Z[ recovery-image] Aug 25 21:09:29.875 INFO O| Aug 25 21:09:29.875 INFO STEP 117 (remove_files) COMPLETE
56452026-08-25T21:09:30.491Z[ recovery-image] Aug 25 21:09:29.875 INFO O| Aug 25 21:09:29.875 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-08-25T21:09:30.501Z[ recovery-image] Aug 25 21:09:29.885 INFO O| Aug 25 21:09:29.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56472026-08-25T21:09:30.501Z[ recovery-image] Aug 25 21:09:29.885 INFO O| Aug 25 21:09:29.885 INFO STEP 118 (remove_files) COMPLETE
56482026-08-25T21:09:30.501Z[ recovery-image] Aug 25 21:09:29.885 INFO O| Aug 25 21:09:29.885 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-08-25T21:09:30.510Z[ recovery-image] Aug 25 21:09:29.894 INFO O| Aug 25 21:09:29.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56502026-08-25T21:09:30.510Z[ recovery-image] Aug 25 21:09:29.894 INFO O| Aug 25 21:09:29.894 INFO STEP 119 (remove_files) COMPLETE
56512026-08-25T21:09:30.510Z[ recovery-image] Aug 25 21:09:29.894 INFO O| Aug 25 21:09:29.894 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-08-25T21:09:30.520Z[ recovery-image] Aug 25 21:09:29.904 INFO O| Aug 25 21:09:29.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56532026-08-25T21:09:30.520Z[ recovery-image] Aug 25 21:09:29.904 INFO O| Aug 25 21:09:29.904 INFO STEP 120 (remove_files) COMPLETE
56542026-08-25T21:09:30.520Z[ recovery-image] Aug 25 21:09:29.904 INFO O| Aug 25 21:09:29.904 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-08-25T21:09:30.529Z[ recovery-image] Aug 25 21:09:29.913 INFO O| Aug 25 21:09:29.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56562026-08-25T21:09:30.529Z[ recovery-image] Aug 25 21:09:29.913 INFO O| Aug 25 21:09:29.913 INFO STEP 121 (remove_files) COMPLETE
56572026-08-25T21:09:30.529Z[ recovery-image] Aug 25 21:09:29.913 INFO O| Aug 25 21:09:29.913 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-08-25T21:09:30.539Z[ recovery-image] Aug 25 21:09:29.923 INFO O| Aug 25 21:09:29.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56592026-08-25T21:09:30.539Z[ recovery-image] Aug 25 21:09:29.923 INFO O| Aug 25 21:09:29.923 INFO STEP 122 (remove_files) COMPLETE
56602026-08-25T21:09:30.542Z[ recovery-image] Aug 25 21:09:29.923 INFO O| Aug 25 21:09:29.923 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-08-25T21:09:30.549Z[ recovery-image] Aug 25 21:09:29.932 INFO O| Aug 25 21:09:29.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56622026-08-25T21:09:30.549Z[ recovery-image] Aug 25 21:09:29.932 INFO O| Aug 25 21:09:29.932 INFO STEP 123 (remove_files) COMPLETE
56632026-08-25T21:09:30.549Z[ recovery-image] Aug 25 21:09:29.932 INFO O| Aug 25 21:09:29.932 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-08-25T21:09:30.557Z[ recovery-image] Aug 25 21:09:29.941 INFO O| Aug 25 21:09:29.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56652026-08-25T21:09:30.557Z[ recovery-image] Aug 25 21:09:29.941 INFO O| Aug 25 21:09:29.941 INFO STEP 124 (remove_files) COMPLETE
56662026-08-25T21:09:30.557Z[ recovery-image] Aug 25 21:09:29.941 INFO O| Aug 25 21:09:29.941 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-08-25T21:09:30.567Z[ recovery-image] Aug 25 21:09:29.951 INFO O| Aug 25 21:09:29.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56682026-08-25T21:09:30.567Z[ recovery-image] Aug 25 21:09:29.951 INFO O| Aug 25 21:09:29.951 INFO STEP 125 (remove_files) COMPLETE
56692026-08-25T21:09:30.567Z[ recovery-image] Aug 25 21:09:29.951 INFO O| Aug 25 21:09:29.951 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-08-25T21:09:30.577Z[ recovery-image] Aug 25 21:09:29.961 INFO O| Aug 25 21:09:29.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56712026-08-25T21:09:30.577Z[ recovery-image] Aug 25 21:09:29.961 INFO O| Aug 25 21:09:29.961 INFO STEP 126 (remove_files) COMPLETE
56722026-08-25T21:09:30.577Z[ recovery-image] Aug 25 21:09:29.961 INFO O| Aug 25 21:09:29.961 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-08-25T21:09:30.587Z[ recovery-image] Aug 25 21:09:29.971 INFO O| Aug 25 21:09:29.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56742026-08-25T21:09:30.587Z[ recovery-image] Aug 25 21:09:29.971 INFO O| Aug 25 21:09:29.971 INFO STEP 127 (remove_files) COMPLETE
56752026-08-25T21:09:30.587Z[ recovery-image] Aug 25 21:09:29.971 INFO O| Aug 25 21:09:29.971 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-25T21:09:30.597Z[ recovery-image] Aug 25 21:09:29.980 INFO O| Aug 25 21:09:29.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56772026-08-25T21:09:30.597Z[ recovery-image] Aug 25 21:09:29.980 INFO O| Aug 25 21:09:29.980 INFO STEP 128 (remove_files) COMPLETE
56782026-08-25T21:09:30.597Z[ recovery-image] Aug 25 21:09:29.980 INFO O| Aug 25 21:09:29.980 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-25T21:09:30.606Z[ recovery-image] Aug 25 21:09:29.989 INFO O| Aug 25 21:09:29.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56802026-08-25T21:09:30.606Z[ recovery-image] Aug 25 21:09:29.989 INFO O| Aug 25 21:09:29.989 INFO STEP 129 (remove_files) COMPLETE
56812026-08-25T21:09:30.606Z[ recovery-image] Aug 25 21:09:29.989 INFO O| Aug 25 21:09:29.989 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-08-25T21:09:30.615Z[ recovery-image] Aug 25 21:09:29.998 INFO O| Aug 25 21:09:29.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56832026-08-25T21:09:30.615Z[ recovery-image] Aug 25 21:09:29.998 INFO O| Aug 25 21:09:29.998 INFO STEP 130 (remove_files) COMPLETE
56842026-08-25T21:09:30.619Z[ recovery-image] Aug 25 21:09:29.998 INFO O| Aug 25 21:09:29.998 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-25T21:09:30.623Z[ recovery-image] Aug 25 21:09:30.008 INFO O| Aug 25 21:09:30.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56862026-08-25T21:09:30.624Z[ recovery-image] Aug 25 21:09:30.008 INFO O| Aug 25 21:09:30.008 INFO STEP 131 (remove_files) COMPLETE
56872026-08-25T21:09:30.624Z[ recovery-image] Aug 25 21:09:30.008 INFO O| Aug 25 21:09:30.008 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-08-25T21:09:30.633Z[ recovery-image] Aug 25 21:09:30.018 INFO O| Aug 25 21:09:30.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56892026-08-25T21:09:30.634Z[ recovery-image] Aug 25 21:09:30.018 INFO O| Aug 25 21:09:30.018 INFO STEP 132 (remove_files) COMPLETE
56902026-08-25T21:09:30.637Z[ recovery-image] Aug 25 21:09:30.018 INFO O| Aug 25 21:09:30.018 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-08-25T21:09:30.643Z[ recovery-image] Aug 25 21:09:30.027 INFO O| Aug 25 21:09:30.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56922026-08-25T21:09:30.643Z[ recovery-image] Aug 25 21:09:30.027 INFO O| Aug 25 21:09:30.027 INFO STEP 133 (remove_files) COMPLETE
56932026-08-25T21:09:30.643Z[ recovery-image] Aug 25 21:09:30.027 INFO O| Aug 25 21:09:30.027 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-08-25T21:09:30.653Z[ recovery-image] Aug 25 21:09:30.037 INFO O| Aug 25 21:09:30.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56952026-08-25T21:09:30.653Z[ recovery-image] Aug 25 21:09:30.037 INFO O| Aug 25 21:09:30.037 INFO STEP 134 (remove_files) COMPLETE
56962026-08-25T21:09:30.653Z[ recovery-image] Aug 25 21:09:30.037 INFO O| Aug 25 21:09:30.037 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-08-25T21:09:30.662Z[ recovery-image] Aug 25 21:09:30.047 INFO O| Aug 25 21:09:30.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56982026-08-25T21:09:30.662Z[ recovery-image] Aug 25 21:09:30.047 INFO O| Aug 25 21:09:30.047 INFO STEP 135 (remove_files) COMPLETE
56992026-08-25T21:09:30.662Z[ recovery-image] Aug 25 21:09:30.047 INFO O| Aug 25 21:09:30.047 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-08-25T21:09:30.672Z[ recovery-image] Aug 25 21:09:30.056 INFO O| Aug 25 21:09:30.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57012026-08-25T21:09:30.672Z[ recovery-image] Aug 25 21:09:30.056 INFO O| Aug 25 21:09:30.056 INFO STEP 136 (remove_files) COMPLETE
57022026-08-25T21:09:30.672Z[ recovery-image] Aug 25 21:09:30.056 INFO O| Aug 25 21:09:30.056 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-08-25T21:09:30.689Z[ recovery-image] Aug 25 21:09:30.073 INFO O| Aug 25 21:09:30.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57042026-08-25T21:09:30.691Z[ recovery-image] Aug 25 21:09:30.073 INFO O| Aug 25 21:09:30.073 INFO STEP 137 (remove_files) COMPLETE
57052026-08-25T21:09:30.691Z[ recovery-image] Aug 25 21:09:30.073 INFO O| Aug 25 21:09:30.073 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-08-25T21:09:30.699Z[ recovery-image] Aug 25 21:09:30.083 INFO O| Aug 25 21:09:30.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57072026-08-25T21:09:30.699Z[ recovery-image] Aug 25 21:09:30.083 INFO O| Aug 25 21:09:30.083 INFO STEP 138 (remove_files) COMPLETE
57082026-08-25T21:09:30.702Z[ recovery-image] Aug 25 21:09:30.083 INFO O| Aug 25 21:09:30.083 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-08-25T21:09:30.707Z[ recovery-image] Aug 25 21:09:30.092 INFO O| Aug 25 21:09:30.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57102026-08-25T21:09:30.707Z[ recovery-image] Aug 25 21:09:30.092 INFO O| Aug 25 21:09:30.092 INFO STEP 139 (remove_files) COMPLETE
57112026-08-25T21:09:30.711Z[ recovery-image] Aug 25 21:09:30.092 INFO O| Aug 25 21:09:30.092 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-08-25T21:09:30.717Z[ recovery-image] Aug 25 21:09:30.101 INFO O| Aug 25 21:09:30.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57132026-08-25T21:09:30.717Z[ recovery-image] Aug 25 21:09:30.101 INFO O| Aug 25 21:09:30.101 INFO STEP 140 (remove_files) COMPLETE
57142026-08-25T21:09:30.717Z[ recovery-image] Aug 25 21:09:30.101 INFO O| Aug 25 21:09:30.101 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-08-25T21:09:30.729Z[ recovery-image] Aug 25 21:09:30.112 INFO O| Aug 25 21:09:30.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57162026-08-25T21:09:30.729Z[ recovery-image] Aug 25 21:09:30.112 INFO O| Aug 25 21:09:30.112 INFO STEP 141 (remove_files) COMPLETE
57172026-08-25T21:09:30.729Z[ recovery-image] Aug 25 21:09:30.112 INFO O| Aug 25 21:09:30.112 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-08-25T21:09:30.737Z[ recovery-image] Aug 25 21:09:30.121 INFO O| Aug 25 21:09:30.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57192026-08-25T21:09:30.737Z[ recovery-image] Aug 25 21:09:30.121 INFO O| Aug 25 21:09:30.121 INFO STEP 142 (remove_files) COMPLETE
57202026-08-25T21:09:30.737Z[ recovery-image] Aug 25 21:09:30.121 INFO O| Aug 25 21:09:30.121 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-08-25T21:09:30.751Z[ recovery-image] Aug 25 21:09:30.132 INFO O| Aug 25 21:09:30.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57222026-08-25T21:09:30.751Z[ recovery-image] Aug 25 21:09:30.132 INFO O| Aug 25 21:09:30.132 INFO STEP 143 (remove_files) COMPLETE
57232026-08-25T21:09:30.751Z[ recovery-image] Aug 25 21:09:30.132 INFO O| Aug 25 21:09:30.132 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-08-25T21:09:30.760Z[ recovery-image] Aug 25 21:09:30.143 INFO O| Aug 25 21:09:30.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57252026-08-25T21:09:30.760Z[ recovery-image] Aug 25 21:09:30.143 INFO O| Aug 25 21:09:30.143 INFO STEP 144 (remove_files) COMPLETE
57262026-08-25T21:09:30.760Z[ recovery-image] Aug 25 21:09:30.143 INFO O| Aug 25 21:09:30.143 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-08-25T21:09:30.768Z[ recovery-image] Aug 25 21:09:30.152 INFO O| Aug 25 21:09:30.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57282026-08-25T21:09:30.768Z[ recovery-image] Aug 25 21:09:30.152 INFO O| Aug 25 21:09:30.152 INFO STEP 145 (remove_files) COMPLETE
57292026-08-25T21:09:30.768Z[ recovery-image] Aug 25 21:09:30.152 INFO O| Aug 25 21:09:30.152 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-08-25T21:09:30.781Z[ recovery-image] Aug 25 21:09:30.164 INFO O| Aug 25 21:09:30.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57312026-08-25T21:09:30.781Z[ recovery-image] Aug 25 21:09:30.164 INFO O| Aug 25 21:09:30.164 INFO STEP 146 (remove_files) COMPLETE
57322026-08-25T21:09:30.781Z[ recovery-image] Aug 25 21:09:30.164 INFO O| Aug 25 21:09:30.164 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-08-25T21:09:30.790Z[ recovery-image] Aug 25 21:09:30.174 INFO O| Aug 25 21:09:30.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57342026-08-25T21:09:30.790Z[ recovery-image] Aug 25 21:09:30.174 INFO O| Aug 25 21:09:30.174 INFO STEP 147 (remove_files) COMPLETE
57352026-08-25T21:09:30.790Z[ recovery-image] Aug 25 21:09:30.174 INFO O| Aug 25 21:09:30.174 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-08-25T21:09:30.800Z[ recovery-image] Aug 25 21:09:30.184 INFO O| Aug 25 21:09:30.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57372026-08-25T21:09:30.800Z[ recovery-image] Aug 25 21:09:30.184 INFO O| Aug 25 21:09:30.184 INFO STEP 148 (remove_files) COMPLETE
57382026-08-25T21:09:30.800Z[ recovery-image] Aug 25 21:09:30.184 INFO O| Aug 25 21:09:30.184 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-08-25T21:09:30.810Z[ recovery-image] Aug 25 21:09:30.194 INFO O| Aug 25 21:09:30.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57402026-08-25T21:09:30.810Z[ recovery-image] Aug 25 21:09:30.194 INFO O| Aug 25 21:09:30.194 INFO STEP 149 (remove_files) COMPLETE
57412026-08-25T21:09:30.810Z[ recovery-image] Aug 25 21:09:30.194 INFO O| Aug 25 21:09:30.194 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-08-25T21:09:30.820Z[ recovery-image] Aug 25 21:09:30.204 INFO O| Aug 25 21:09:30.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57432026-08-25T21:09:30.820Z[ recovery-image] Aug 25 21:09:30.204 INFO O| Aug 25 21:09:30.204 INFO STEP 150 (remove_files) COMPLETE
57442026-08-25T21:09:30.820Z[ recovery-image] Aug 25 21:09:30.204 INFO O| Aug 25 21:09:30.204 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-08-25T21:09:30.831Z[ recovery-image] Aug 25 21:09:30.215 INFO O| Aug 25 21:09:30.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57462026-08-25T21:09:30.831Z[ recovery-image] Aug 25 21:09:30.215 INFO O| Aug 25 21:09:30.215 INFO STEP 151 (remove_files) COMPLETE
57472026-08-25T21:09:30.831Z[ recovery-image] Aug 25 21:09:30.215 INFO O| Aug 25 21:09:30.215 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-08-25T21:09:30.840Z[ recovery-image] Aug 25 21:09:30.224 INFO O| Aug 25 21:09:30.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57492026-08-25T21:09:30.840Z[ recovery-image] Aug 25 21:09:30.224 INFO O| Aug 25 21:09:30.224 INFO STEP 152 (remove_files) COMPLETE
57502026-08-25T21:09:30.840Z[ recovery-image] Aug 25 21:09:30.224 INFO O| Aug 25 21:09:30.224 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-08-25T21:09:30.848Z[ recovery-image] Aug 25 21:09:30.232 INFO O| Aug 25 21:09:30.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57522026-08-25T21:09:30.848Z[ recovery-image] Aug 25 21:09:30.232 INFO O| Aug 25 21:09:30.232 INFO STEP 153 (remove_files) COMPLETE
57532026-08-25T21:09:30.851Z[ recovery-image] Aug 25 21:09:30.232 INFO O| Aug 25 21:09:30.232 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-08-25T21:09:30.859Z[ recovery-image] Aug 25 21:09:30.243 INFO O| Aug 25 21:09:30.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57552026-08-25T21:09:30.859Z[ recovery-image] Aug 25 21:09:30.243 INFO O| Aug 25 21:09:30.243 INFO STEP 154 (remove_files) COMPLETE
57562026-08-25T21:09:30.859Z[ recovery-image] Aug 25 21:09:30.243 INFO O| Aug 25 21:09:30.243 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-08-25T21:09:30.868Z[ recovery-image] Aug 25 21:09:30.252 INFO O| Aug 25 21:09:30.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57582026-08-25T21:09:30.868Z[ recovery-image] Aug 25 21:09:30.252 INFO O| Aug 25 21:09:30.252 INFO STEP 155 (remove_files) COMPLETE
57592026-08-25T21:09:30.871Z[ recovery-image] Aug 25 21:09:30.252 INFO O| Aug 25 21:09:30.252 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-08-25T21:09:30.922Z[ recovery-image] Aug 25 21:09:30.261 INFO O| Aug 25 21:09:30.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57612026-08-25T21:09:30.922Z[ recovery-image] Aug 25 21:09:30.261 INFO O| Aug 25 21:09:30.261 INFO STEP 156 (remove_files) COMPLETE
57622026-08-25T21:09:30.930Z[ recovery-image] Aug 25 21:09:30.261 INFO O| Aug 25 21:09:30.261 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-08-25T21:09:30.930Z[ recovery-image] Aug 25 21:09:30.270 INFO O| Aug 25 21:09:30.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57642026-08-25T21:09:30.930Z[ recovery-image] Aug 25 21:09:30.270 INFO O| Aug 25 21:09:30.270 INFO STEP 157 (remove_files) COMPLETE
57652026-08-25T21:09:30.930Z[ recovery-image] Aug 25 21:09:30.270 INFO O| Aug 25 21:09:30.270 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-08-25T21:09:30.930Z[ recovery-image] Aug 25 21:09:30.280 INFO O| Aug 25 21:09:30.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57672026-08-25T21:09:30.930Z[ recovery-image] Aug 25 21:09:30.281 INFO O| Aug 25 21:09:30.281 INFO STEP 158 (remove_files) COMPLETE
57682026-08-25T21:09:30.930Z[ recovery-image] Aug 25 21:09:30.281 INFO O| Aug 25 21:09:30.281 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-08-25T21:09:30.932Z[ recovery-image] Aug 25 21:09:30.291 INFO O| Aug 25 21:09:30.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57702026-08-25T21:09:30.933Z[ recovery-image] Aug 25 21:09:30.292 INFO O| Aug 25 21:09:30.292 INFO STEP 159 (remove_files) COMPLETE
57712026-08-25T21:09:30.933Z[ recovery-image] Aug 25 21:09:30.292 INFO O| Aug 25 21:09:30.292 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-08-25T21:09:30.933Z[ recovery-image] Aug 25 21:09:30.302 INFO O| Aug 25 21:09:30.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57732026-08-25T21:09:30.934Z[ recovery-image] Aug 25 21:09:30.303 INFO O| Aug 25 21:09:30.303 INFO STEP 160 (remove_files) COMPLETE
57742026-08-25T21:09:30.934Z[ recovery-image] Aug 25 21:09:30.303 INFO O| Aug 25 21:09:30.303 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-08-25T21:09:30.937Z[ recovery-image] Aug 25 21:09:30.314 INFO O| Aug 25 21:09:30.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57762026-08-25T21:09:30.937Z[ recovery-image] Aug 25 21:09:30.314 INFO O| Aug 25 21:09:30.314 INFO STEP 161 (remove_files) COMPLETE
57772026-08-25T21:09:30.937Z[ recovery-image] Aug 25 21:09:30.314 INFO O| Aug 25 21:09:30.314 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-08-25T21:09:30.941Z[ recovery-image] Aug 25 21:09:30.324 INFO O| Aug 25 21:09:30.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57792026-08-25T21:09:30.941Z[ recovery-image] Aug 25 21:09:30.324 INFO O| Aug 25 21:09:30.324 INFO STEP 162 (remove_files) COMPLETE
57802026-08-25T21:09:30.941Z[ recovery-image] Aug 25 21:09:30.324 INFO O| Aug 25 21:09:30.324 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-08-25T21:09:30.950Z[ recovery-image] Aug 25 21:09:30.334 INFO O| Aug 25 21:09:30.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57822026-08-25T21:09:30.950Z[ recovery-image] Aug 25 21:09:30.334 INFO O| Aug 25 21:09:30.334 INFO STEP 163 (remove_files) COMPLETE
57832026-08-25T21:09:30.950Z[ recovery-image] Aug 25 21:09:30.334 INFO O| Aug 25 21:09:30.334 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-08-25T21:09:30.960Z[ recovery-image] Aug 25 21:09:30.344 INFO O| Aug 25 21:09:30.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57852026-08-25T21:09:30.960Z[ recovery-image] Aug 25 21:09:30.344 INFO O| Aug 25 21:09:30.344 INFO STEP 164 (remove_files) COMPLETE
57862026-08-25T21:09:30.960Z[ recovery-image] Aug 25 21:09:30.344 INFO O| Aug 25 21:09:30.344 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-08-25T21:09:30.970Z[ recovery-image] Aug 25 21:09:30.354 INFO O| Aug 25 21:09:30.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57882026-08-25T21:09:30.970Z[ recovery-image] Aug 25 21:09:30.354 INFO O| Aug 25 21:09:30.354 INFO STEP 165 (remove_files) COMPLETE
57892026-08-25T21:09:30.970Z[ recovery-image] Aug 25 21:09:30.354 INFO O| Aug 25 21:09:30.354 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-08-25T21:09:30.978Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
57912026-08-25T21:09:30.981Z[ recovery-image] Aug 25 21:09:30.363 INFO O| Aug 25 21:09:30.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57922026-08-25T21:09:30.981Z[ recovery-image] Aug 25 21:09:30.363 INFO O| Aug 25 21:09:30.363 INFO STEP 166 (remove_files) COMPLETE
57932026-08-25T21:09:30.981Z[ recovery-image] Aug 25 21:09:30.363 INFO O| Aug 25 21:09:30.363 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-08-25T21:09:30.990Z[ recovery-image] Aug 25 21:09:30.374 INFO O| Aug 25 21:09:30.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57952026-08-25T21:09:30.990Z[ recovery-image] Aug 25 21:09:30.374 INFO O| Aug 25 21:09:30.374 INFO STEP 167 (remove_files) COMPLETE
57962026-08-25T21:09:30.993Z[ recovery-image] Aug 25 21:09:30.374 INFO O| Aug 25 21:09:30.374 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-08-25T21:09:30.999Z[ recovery-image] Aug 25 21:09:30.383 INFO O| Aug 25 21:09:30.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57982026-08-25T21:09:30.999Z[ recovery-image] Aug 25 21:09:30.383 INFO O| Aug 25 21:09:30.383 INFO STEP 168 (remove_files) COMPLETE
57992026-08-25T21:09:31.002Z[ recovery-image] Aug 25 21:09:30.383 INFO O| Aug 25 21:09:30.383 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-08-25T21:09:31.011Z[ recovery-image] Aug 25 21:09:30.395 INFO O| Aug 25 21:09:30.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58012026-08-25T21:09:31.011Z[ recovery-image] Aug 25 21:09:30.395 INFO O| Aug 25 21:09:30.395 INFO STEP 169 (remove_files) COMPLETE
58022026-08-25T21:09:31.016Z[ recovery-image] Aug 25 21:09:30.395 INFO O| Aug 25 21:09:30.395 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-08-25T21:09:31.020Z[ recovery-image] Aug 25 21:09:30.404 INFO O| Aug 25 21:09:30.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58042026-08-25T21:09:31.020Z[ recovery-image] Aug 25 21:09:30.404 INFO O| Aug 25 21:09:30.404 INFO STEP 170 (remove_files) COMPLETE
58052026-08-25T21:09:31.020Z[ recovery-image] Aug 25 21:09:30.404 INFO O| Aug 25 21:09:30.404 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-08-25T21:09:31.031Z[ recovery-image] Aug 25 21:09:30.415 INFO O| Aug 25 21:09:30.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58072026-08-25T21:09:31.031Z[ recovery-image] Aug 25 21:09:30.415 INFO O| Aug 25 21:09:30.415 INFO STEP 171 (remove_files) COMPLETE
58082026-08-25T21:09:31.031Z[ recovery-image] Aug 25 21:09:30.415 INFO O| Aug 25 21:09:30.415 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-08-25T21:09:31.068Z[ recovery-image] Aug 25 21:09:30.424 INFO O| Aug 25 21:09:30.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58102026-08-25T21:09:31.068Z[ recovery-image] Aug 25 21:09:30.424 INFO O| Aug 25 21:09:30.424 INFO STEP 172 (remove_files) COMPLETE
58112026-08-25T21:09:31.068Z[ recovery-image] Aug 25 21:09:30.424 INFO O| Aug 25 21:09:30.424 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-08-25T21:09:31.074Z[ recovery-image] Aug 25 21:09:30.432 INFO O| Aug 25 21:09:30.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58132026-08-25T21:09:31.074Z[ recovery-image] Aug 25 21:09:30.432 INFO O| Aug 25 21:09:30.432 INFO STEP 173 (remove_files) COMPLETE
58142026-08-25T21:09:31.074Z[ recovery-image] Aug 25 21:09:30.432 INFO O| Aug 25 21:09:30.432 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-08-25T21:09:31.075Z[ recovery-image] Aug 25 21:09:30.441 INFO O| Aug 25 21:09:30.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58162026-08-25T21:09:31.075Z[ recovery-image] Aug 25 21:09:30.441 INFO O| Aug 25 21:09:30.441 INFO STEP 174 (remove_files) COMPLETE
58172026-08-25T21:09:31.075Z[ recovery-image] Aug 25 21:09:30.441 INFO O| Aug 25 21:09:30.441 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-08-25T21:09:31.075Z[ recovery-image] Aug 25 21:09:30.449 INFO O| Aug 25 21:09:30.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58192026-08-25T21:09:31.075Z[ recovery-image] Aug 25 21:09:30.449 INFO O| Aug 25 21:09:30.449 INFO STEP 175 (remove_files) COMPLETE
58202026-08-25T21:09:31.075Z[ recovery-image] Aug 25 21:09:30.449 INFO O| Aug 25 21:09:30.449 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-08-25T21:09:31.078Z[ recovery-image] Aug 25 21:09:30.458 INFO O| Aug 25 21:09:30.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58222026-08-25T21:09:31.078Z[ recovery-image] Aug 25 21:09:30.458 INFO O| Aug 25 21:09:30.458 INFO STEP 176 (remove_files) COMPLETE
58232026-08-25T21:09:31.079Z[ recovery-image] Aug 25 21:09:30.458 INFO O| Aug 25 21:09:30.458 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-08-25T21:09:31.084Z[ recovery-image] Aug 25 21:09:30.468 INFO O| Aug 25 21:09:30.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58252026-08-25T21:09:31.084Z[ recovery-image] Aug 25 21:09:30.468 INFO O| Aug 25 21:09:30.468 INFO STEP 177 (remove_files) COMPLETE
58262026-08-25T21:09:31.084Z[ recovery-image] Aug 25 21:09:30.468 INFO O| Aug 25 21:09:30.468 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-08-25T21:09:31.093Z[ recovery-image] Aug 25 21:09:30.477 INFO O| Aug 25 21:09:30.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58282026-08-25T21:09:31.097Z[ recovery-image] Aug 25 21:09:30.478 INFO O| Aug 25 21:09:30.478 INFO STEP 178 (remove_files) COMPLETE
58292026-08-25T21:09:31.097Z[ recovery-image] Aug 25 21:09:30.478 INFO O| Aug 25 21:09:30.478 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-08-25T21:09:31.104Z[ recovery-image] Aug 25 21:09:30.488 INFO O| Aug 25 21:09:30.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58312026-08-25T21:09:31.104Z[ recovery-image] Aug 25 21:09:30.488 INFO O| Aug 25 21:09:30.488 INFO STEP 179 (remove_files) COMPLETE
58322026-08-25T21:09:31.107Z[ recovery-image] Aug 25 21:09:30.488 INFO O| Aug 25 21:09:30.488 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-08-25T21:09:31.113Z[ recovery-image] Aug 25 21:09:30.497 INFO O| Aug 25 21:09:30.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58342026-08-25T21:09:31.113Z[ recovery-image] Aug 25 21:09:30.497 INFO O| Aug 25 21:09:30.497 INFO STEP 180 (remove_files) COMPLETE
58352026-08-25T21:09:31.116Z[ recovery-image] Aug 25 21:09:30.497 INFO O| Aug 25 21:09:30.497 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-08-25T21:09:31.122Z[ recovery-image] Aug 25 21:09:30.506 INFO O| Aug 25 21:09:30.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58372026-08-25T21:09:31.122Z[ recovery-image] Aug 25 21:09:30.506 INFO O| Aug 25 21:09:30.506 INFO STEP 181 (remove_files) COMPLETE
58382026-08-25T21:09:31.122Z[ recovery-image] Aug 25 21:09:30.506 INFO O| Aug 25 21:09:30.506 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-08-25T21:09:31.133Z[ recovery-image] Aug 25 21:09:30.516 INFO O| Aug 25 21:09:30.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58402026-08-25T21:09:31.133Z[ recovery-image] Aug 25 21:09:30.516 INFO O| Aug 25 21:09:30.516 INFO STEP 182 (remove_files) COMPLETE
58412026-08-25T21:09:31.133Z[ recovery-image] Aug 25 21:09:30.516 INFO O| Aug 25 21:09:30.516 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-08-25T21:09:31.143Z[ recovery-image] Aug 25 21:09:30.526 INFO O| Aug 25 21:09:30.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58432026-08-25T21:09:31.143Z[ recovery-image] Aug 25 21:09:30.526 INFO O| Aug 25 21:09:30.526 INFO STEP 183 (remove_files) COMPLETE
58442026-08-25T21:09:31.147Z[ recovery-image] Aug 25 21:09:30.526 INFO O| Aug 25 21:09:30.526 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-08-25T21:09:31.152Z[ recovery-image] Aug 25 21:09:30.536 INFO O| Aug 25 21:09:30.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58462026-08-25T21:09:31.152Z[ recovery-image] Aug 25 21:09:30.536 INFO O| Aug 25 21:09:30.536 INFO STEP 184 (remove_files) COMPLETE
58472026-08-25T21:09:31.152Z[ recovery-image] Aug 25 21:09:30.536 INFO O| Aug 25 21:09:30.536 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-08-25T21:09:31.162Z[ recovery-image] Aug 25 21:09:30.546 INFO O| Aug 25 21:09:30.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58492026-08-25T21:09:31.162Z[ recovery-image] Aug 25 21:09:30.546 INFO O| Aug 25 21:09:30.546 INFO STEP 185 (remove_files) COMPLETE
58502026-08-25T21:09:31.162Z[ recovery-image] Aug 25 21:09:30.546 INFO O| Aug 25 21:09:30.546 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-08-25T21:09:31.172Z[ recovery-image] Aug 25 21:09:30.556 INFO O| Aug 25 21:09:30.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58522026-08-25T21:09:31.172Z[ recovery-image] Aug 25 21:09:30.556 INFO O| Aug 25 21:09:30.556 INFO STEP 186 (remove_files) COMPLETE
58532026-08-25T21:09:31.175Z[ recovery-image] Aug 25 21:09:30.556 INFO O| Aug 25 21:09:30.556 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-08-25T21:09:31.181Z[ recovery-image] Aug 25 21:09:30.565 INFO O| Aug 25 21:09:30.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58552026-08-25T21:09:31.181Z[ recovery-image] Aug 25 21:09:30.565 INFO O| Aug 25 21:09:30.565 INFO STEP 187 (remove_files) COMPLETE
58562026-08-25T21:09:31.185Z[ recovery-image] Aug 25 21:09:30.565 INFO O| Aug 25 21:09:30.565 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-08-25T21:09:31.189Z[ recovery-image] Aug 25 21:09:30.573 INFO O| Aug 25 21:09:30.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58582026-08-25T21:09:31.189Z[ recovery-image] Aug 25 21:09:30.573 INFO O| Aug 25 21:09:30.573 INFO STEP 188 (remove_files) COMPLETE
58592026-08-25T21:09:31.192Z[ recovery-image] Aug 25 21:09:30.573 INFO O| Aug 25 21:09:30.573 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-08-25T21:09:31.192Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
58612026-08-25T21:09:31.198Z[ recovery-image] Aug 25 21:09:30.582 INFO O| Aug 25 21:09:30.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58622026-08-25T21:09:31.199Z[ recovery-image] Aug 25 21:09:30.582 INFO O| Aug 25 21:09:30.582 INFO STEP 189 (remove_files) COMPLETE
58632026-08-25T21:09:31.202Z[ recovery-image] Aug 25 21:09:30.582 INFO O| Aug 25 21:09:30.582 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-08-25T21:09:31.208Z[ recovery-image] Aug 25 21:09:30.592 INFO O| Aug 25 21:09:30.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58652026-08-25T21:09:31.208Z[ recovery-image] Aug 25 21:09:30.592 INFO O| Aug 25 21:09:30.592 INFO STEP 190 (remove_files) COMPLETE
58662026-08-25T21:09:31.208Z[ recovery-image] Aug 25 21:09:30.592 INFO O| Aug 25 21:09:30.592 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-08-25T21:09:31.217Z[ recovery-image] Aug 25 21:09:30.601 INFO O| Aug 25 21:09:30.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58682026-08-25T21:09:31.217Z[ recovery-image] Aug 25 21:09:30.601 INFO O| Aug 25 21:09:30.601 INFO STEP 191 (remove_files) COMPLETE
58692026-08-25T21:09:31.222Z[ recovery-image] Aug 25 21:09:30.601 INFO O| Aug 25 21:09:30.601 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-08-25T21:09:31.230Z[ recovery-image] Aug 25 21:09:30.612 INFO O| Aug 25 21:09:30.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58712026-08-25T21:09:31.230Z[ recovery-image] Aug 25 21:09:30.612 INFO O| Aug 25 21:09:30.612 INFO STEP 192 (remove_files) COMPLETE
58722026-08-25T21:09:31.230Z[ recovery-image] Aug 25 21:09:30.612 INFO O| Aug 25 21:09:30.612 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-08-25T21:09:31.237Z[ recovery-image] Aug 25 21:09:30.621 INFO O| Aug 25 21:09:30.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58742026-08-25T21:09:31.237Z[ recovery-image] Aug 25 21:09:30.622 INFO O| Aug 25 21:09:30.621 INFO STEP 193 (remove_files) COMPLETE
58752026-08-25T21:09:31.237Z[ recovery-image] Aug 25 21:09:30.622 INFO O| Aug 25 21:09:30.621 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-08-25T21:09:31.245Z[ recovery-image] Aug 25 21:09:30.629 INFO O| Aug 25 21:09:30.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58772026-08-25T21:09:31.247Z[ recovery-image] Aug 25 21:09:30.630 INFO O| Aug 25 21:09:30.630 INFO STEP 194 (remove_files) COMPLETE
58782026-08-25T21:09:31.250Z[ recovery-image] Aug 25 21:09:30.630 INFO O| Aug 25 21:09:30.630 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-08-25T21:09:31.253Z[ recovery-image] Aug 25 21:09:30.637 INFO O| Aug 25 21:09:30.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58802026-08-25T21:09:31.257Z[ recovery-image] Aug 25 21:09:30.638 INFO O| Aug 25 21:09:30.638 INFO STEP 195 (remove_files) COMPLETE
58812026-08-25T21:09:31.257Z[ recovery-image] Aug 25 21:09:30.638 INFO O| Aug 25 21:09:30.638 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-08-25T21:09:31.262Z[ recovery-image] Aug 25 21:09:30.647 INFO O| Aug 25 21:09:30.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58832026-08-25T21:09:31.262Z[ recovery-image] Aug 25 21:09:30.647 INFO O| Aug 25 21:09:30.647 INFO STEP 196 (remove_files) COMPLETE
58842026-08-25T21:09:31.266Z[ recovery-image] Aug 25 21:09:30.647 INFO O| Aug 25 21:09:30.647 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-08-25T21:09:31.271Z[ recovery-image] Aug 25 21:09:30.655 INFO O| Aug 25 21:09:30.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58862026-08-25T21:09:31.275Z[ recovery-image] Aug 25 21:09:30.655 INFO O| Aug 25 21:09:30.655 INFO STEP 197 (remove_files) COMPLETE
58872026-08-25T21:09:31.275Z[ recovery-image] Aug 25 21:09:30.655 INFO O| Aug 25 21:09:30.655 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-08-25T21:09:31.279Z[ recovery-image] Aug 25 21:09:30.663 INFO O| Aug 25 21:09:30.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58892026-08-25T21:09:31.279Z[ recovery-image] Aug 25 21:09:30.663 INFO O| Aug 25 21:09:30.663 INFO STEP 198 (remove_files) COMPLETE
58902026-08-25T21:09:31.279Z[ recovery-image] Aug 25 21:09:30.663 INFO O| Aug 25 21:09:30.663 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-08-25T21:09:31.289Z[ recovery-image] Aug 25 21:09:30.673 INFO O| Aug 25 21:09:30.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58922026-08-25T21:09:31.289Z[ recovery-image] Aug 25 21:09:30.673 INFO O| Aug 25 21:09:30.673 INFO STEP 199 (remove_files) COMPLETE
58932026-08-25T21:09:31.289Z[ recovery-image] Aug 25 21:09:30.673 INFO O| Aug 25 21:09:30.673 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-08-25T21:09:31.299Z[ recovery-image] Aug 25 21:09:30.683 INFO O| Aug 25 21:09:30.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58952026-08-25T21:09:31.299Z[ recovery-image] Aug 25 21:09:30.683 INFO O| Aug 25 21:09:30.683 INFO STEP 200 (remove_files) COMPLETE
58962026-08-25T21:09:31.304Z[ recovery-image] Aug 25 21:09:30.683 INFO O| Aug 25 21:09:30.683 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-08-25T21:09:31.308Z[ recovery-image] Aug 25 21:09:30.692 INFO O| Aug 25 21:09:30.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58982026-08-25T21:09:31.311Z[ recovery-image] Aug 25 21:09:30.692 INFO O| Aug 25 21:09:30.692 INFO STEP 201 (remove_files) COMPLETE
58992026-08-25T21:09:31.311Z[ recovery-image] Aug 25 21:09:30.692 INFO O| Aug 25 21:09:30.692 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-08-25T21:09:31.318Z[ recovery-image] Aug 25 21:09:30.702 INFO O| Aug 25 21:09:30.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59012026-08-25T21:09:31.318Z[ recovery-image] Aug 25 21:09:30.702 INFO O| Aug 25 21:09:30.702 INFO STEP 202 (remove_files) COMPLETE
59022026-08-25T21:09:31.322Z[ recovery-image] Aug 25 21:09:30.702 INFO O| Aug 25 21:09:30.702 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-08-25T21:09:31.329Z[ recovery-image] Aug 25 21:09:30.713 INFO O| Aug 25 21:09:30.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59042026-08-25T21:09:31.329Z[ recovery-image] Aug 25 21:09:30.713 INFO O| Aug 25 21:09:30.713 INFO STEP 203 (remove_files) COMPLETE
59052026-08-25T21:09:31.329Z[ recovery-image] Aug 25 21:09:30.713 INFO O| Aug 25 21:09:30.713 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-08-25T21:09:31.337Z[ recovery-image] Aug 25 21:09:30.722 INFO O| Aug 25 21:09:30.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59072026-08-25T21:09:31.337Z[ recovery-image] Aug 25 21:09:30.722 INFO O| Aug 25 21:09:30.722 INFO STEP 204 (remove_files) COMPLETE
59082026-08-25T21:09:31.338Z[ recovery-image] Aug 25 21:09:30.722 INFO O| Aug 25 21:09:30.722 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-25T21:09:31.348Z[ recovery-image] Aug 25 21:09:30.730 INFO O| Aug 25 21:09:30.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59102026-08-25T21:09:31.348Z[ recovery-image] Aug 25 21:09:30.730 INFO O| Aug 25 21:09:30.730 INFO STEP 205 (remove_files) COMPLETE
59112026-08-25T21:09:31.348Z[ recovery-image] Aug 25 21:09:30.730 INFO O| Aug 25 21:09:30.730 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-25T21:09:31.355Z[ recovery-image] Aug 25 21:09:30.739 INFO O| Aug 25 21:09:30.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59132026-08-25T21:09:31.355Z[ recovery-image] Aug 25 21:09:30.739 INFO O| Aug 25 21:09:30.739 INFO STEP 206 (remove_files) COMPLETE
59142026-08-25T21:09:31.355Z[ recovery-image] Aug 25 21:09:30.739 INFO O| Aug 25 21:09:30.739 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-25T21:09:31.365Z[ recovery-image] Aug 25 21:09:30.749 INFO O| Aug 25 21:09:30.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59162026-08-25T21:09:31.365Z[ recovery-image] Aug 25 21:09:30.749 INFO O| Aug 25 21:09:30.749 INFO STEP 207 (remove_files) COMPLETE
59172026-08-25T21:09:31.365Z[ recovery-image] Aug 25 21:09:30.749 INFO O| Aug 25 21:09:30.749 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-25T21:09:31.376Z[ recovery-image] Aug 25 21:09:30.760 INFO O| Aug 25 21:09:30.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59192026-08-25T21:09:31.376Z[ recovery-image] Aug 25 21:09:30.760 INFO O| Aug 25 21:09:30.760 INFO STEP 208 (remove_files) COMPLETE
59202026-08-25T21:09:31.376Z[ recovery-image] Aug 25 21:09:30.760 INFO O| Aug 25 21:09:30.760 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-08-25T21:09:31.384Z[ recovery-image] Aug 25 21:09:30.769 INFO O| Aug 25 21:09:30.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59222026-08-25T21:09:31.384Z[ recovery-image] Aug 25 21:09:30.769 INFO O| Aug 25 21:09:30.768 INFO STEP 209 (remove_files) COMPLETE
59232026-08-25T21:09:31.384Z[ recovery-image] Aug 25 21:09:30.769 INFO O| Aug 25 21:09:30.768 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-08-25T21:09:31.395Z[ recovery-image] Aug 25 21:09:30.779 INFO O| Aug 25 21:09:30.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59252026-08-25T21:09:31.396Z[ recovery-image] Aug 25 21:09:30.780 INFO O| Aug 25 21:09:30.779 INFO STEP 210 (remove_files) COMPLETE
59262026-08-25T21:09:31.396Z[ recovery-image] Aug 25 21:09:30.780 INFO O| Aug 25 21:09:30.779 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-08-25T21:09:31.405Z[ recovery-image] Aug 25 21:09:30.789 INFO O| Aug 25 21:09:30.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59282026-08-25T21:09:31.405Z[ recovery-image] Aug 25 21:09:30.789 INFO O| Aug 25 21:09:30.789 INFO STEP 211 (remove_files) COMPLETE
59292026-08-25T21:09:31.405Z[ recovery-image] Aug 25 21:09:30.789 INFO O| Aug 25 21:09:30.789 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-08-25T21:09:31.415Z[ recovery-image] Aug 25 21:09:30.799 INFO O| Aug 25 21:09:30.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59312026-08-25T21:09:31.415Z[ recovery-image] Aug 25 21:09:30.799 INFO O| Aug 25 21:09:30.799 INFO STEP 212 (remove_files) COMPLETE
59322026-08-25T21:09:31.415Z[ recovery-image] Aug 25 21:09:30.799 INFO O| Aug 25 21:09:30.799 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-08-25T21:09:31.425Z[ recovery-image] Aug 25 21:09:30.809 INFO O| Aug 25 21:09:30.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59342026-08-25T21:09:31.425Z[ recovery-image] Aug 25 21:09:30.809 INFO O| Aug 25 21:09:30.809 INFO STEP 213 (remove_files) COMPLETE
59352026-08-25T21:09:31.425Z[ recovery-image] Aug 25 21:09:30.809 INFO O| Aug 25 21:09:30.809 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-08-25T21:09:31.438Z[ recovery-image] Aug 25 21:09:30.820 INFO O| Aug 25 21:09:30.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59372026-08-25T21:09:31.438Z[ recovery-image] Aug 25 21:09:30.820 INFO O| Aug 25 21:09:30.820 INFO STEP 214 (remove_files) COMPLETE
59382026-08-25T21:09:31.438Z[ recovery-image] Aug 25 21:09:30.820 INFO O| Aug 25 21:09:30.820 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-08-25T21:09:31.446Z[ recovery-image] Aug 25 21:09:30.830 INFO O| Aug 25 21:09:30.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59402026-08-25T21:09:31.446Z[ recovery-image] Aug 25 21:09:30.830 INFO O| Aug 25 21:09:30.830 INFO STEP 215 (remove_files) COMPLETE
59412026-08-25T21:09:31.446Z[ recovery-image] Aug 25 21:09:30.830 INFO O| Aug 25 21:09:30.830 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-08-25T21:09:31.457Z[ recovery-image] Aug 25 21:09:30.841 INFO O| Aug 25 21:09:30.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59432026-08-25T21:09:31.457Z[ recovery-image] Aug 25 21:09:30.841 INFO O| Aug 25 21:09:30.841 INFO STEP 216 (remove_files) COMPLETE
59442026-08-25T21:09:31.457Z[ recovery-image] Aug 25 21:09:30.841 INFO O| Aug 25 21:09:30.841 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-08-25T21:09:31.468Z[ recovery-image] Aug 25 21:09:30.852 INFO O| Aug 25 21:09:30.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59462026-08-25T21:09:31.468Z[ recovery-image] Aug 25 21:09:30.852 INFO O| Aug 25 21:09:30.852 INFO STEP 217 (remove_files) COMPLETE
59472026-08-25T21:09:31.468Z[ recovery-image] Aug 25 21:09:30.852 INFO O| Aug 25 21:09:30.852 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-08-25T21:09:31.481Z[ recovery-image] Aug 25 21:09:30.865 INFO O| Aug 25 21:09:30.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59492026-08-25T21:09:31.481Z[ recovery-image] Aug 25 21:09:30.865 INFO O| Aug 25 21:09:30.865 INFO STEP 218 (remove_files) COMPLETE
59502026-08-25T21:09:31.481Z[ recovery-image] Aug 25 21:09:30.865 INFO O| Aug 25 21:09:30.865 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-08-25T21:09:31.494Z[ recovery-image] Aug 25 21:09:30.877 INFO O| Aug 25 21:09:30.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59522026-08-25T21:09:31.494Z[ recovery-image] Aug 25 21:09:30.878 INFO O| Aug 25 21:09:30.878 INFO STEP 219 (remove_files) COMPLETE
59532026-08-25T21:09:31.494Z[ recovery-image] Aug 25 21:09:30.878 INFO O| Aug 25 21:09:30.878 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-08-25T21:09:31.505Z[ recovery-image] Aug 25 21:09:30.889 INFO O| Aug 25 21:09:30.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59552026-08-25T21:09:31.505Z[ recovery-image] Aug 25 21:09:30.890 INFO O| Aug 25 21:09:30.889 INFO STEP 220 (remove_files) COMPLETE
59562026-08-25T21:09:31.506Z[ recovery-image] Aug 25 21:09:30.890 INFO O| Aug 25 21:09:30.890 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-08-25T21:09:31.518Z[ recovery-image] Aug 25 21:09:30.900 INFO O| Aug 25 21:09:30.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59582026-08-25T21:09:31.519Z[ recovery-image] Aug 25 21:09:30.900 INFO O| Aug 25 21:09:30.900 INFO STEP 221 (remove_files) COMPLETE
59592026-08-25T21:09:31.519Z[ recovery-image] Aug 25 21:09:30.900 INFO O| Aug 25 21:09:30.900 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-08-25T21:09:31.525Z[ recovery-image] Aug 25 21:09:30.909 INFO O| Aug 25 21:09:30.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59612026-08-25T21:09:31.525Z[ recovery-image] Aug 25 21:09:30.909 INFO O| Aug 25 21:09:30.909 INFO STEP 222 (remove_files) COMPLETE
59622026-08-25T21:09:31.529Z[ recovery-image] Aug 25 21:09:30.909 INFO O| Aug 25 21:09:30.909 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-08-25T21:09:31.534Z[ recovery-image] Aug 25 21:09:30.919 INFO O| Aug 25 21:09:30.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59642026-08-25T21:09:31.534Z[ recovery-image] Aug 25 21:09:30.919 INFO O| Aug 25 21:09:30.919 INFO STEP 223 (remove_files) COMPLETE
59652026-08-25T21:09:31.535Z[ recovery-image] Aug 25 21:09:30.919 INFO O| Aug 25 21:09:30.919 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-08-25T21:09:31.544Z[ recovery-image] Aug 25 21:09:30.928 INFO O| Aug 25 21:09:30.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59672026-08-25T21:09:31.544Z[ recovery-image] Aug 25 21:09:30.928 INFO O| Aug 25 21:09:30.928 INFO STEP 224 (remove_files) COMPLETE
59682026-08-25T21:09:31.548Z[ recovery-image] Aug 25 21:09:30.928 INFO O| Aug 25 21:09:30.928 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-08-25T21:09:31.553Z[ recovery-image] Aug 25 21:09:30.937 INFO O| Aug 25 21:09:30.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59702026-08-25T21:09:31.553Z[ recovery-image] Aug 25 21:09:30.937 INFO O| Aug 25 21:09:30.937 INFO STEP 225 (remove_files) COMPLETE
59712026-08-25T21:09:31.553Z[ recovery-image] Aug 25 21:09:30.937 INFO O| Aug 25 21:09:30.937 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-08-25T21:09:31.563Z[ recovery-image] Aug 25 21:09:30.947 INFO O| Aug 25 21:09:30.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59732026-08-25T21:09:31.563Z[ recovery-image] Aug 25 21:09:30.947 INFO O| Aug 25 21:09:30.947 INFO STEP 226 (remove_files) COMPLETE
59742026-08-25T21:09:31.563Z[ recovery-image] Aug 25 21:09:30.947 INFO O| Aug 25 21:09:30.947 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-08-25T21:09:31.569Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
59762026-08-25T21:09:31.573Z[ recovery-image] Aug 25 21:09:30.956 INFO O| Aug 25 21:09:30.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59772026-08-25T21:09:31.573Z[ recovery-image] Aug 25 21:09:30.956 INFO O| Aug 25 21:09:30.956 INFO STEP 227 (remove_files) COMPLETE
59782026-08-25T21:09:31.573Z[ recovery-image] Aug 25 21:09:30.956 INFO O| Aug 25 21:09:30.956 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-08-25T21:09:31.581Z[ recovery-image] Aug 25 21:09:30.965 INFO O| Aug 25 21:09:30.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59802026-08-25T21:09:31.581Z[ recovery-image] Aug 25 21:09:30.965 INFO O| Aug 25 21:09:30.965 INFO STEP 228 (remove_files) COMPLETE
59812026-08-25T21:09:31.581Z[ recovery-image] Aug 25 21:09:30.965 INFO O| Aug 25 21:09:30.965 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-08-25T21:09:31.590Z[ recovery-image] Aug 25 21:09:30.974 INFO O| Aug 25 21:09:30.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59832026-08-25T21:09:31.590Z[ recovery-image] Aug 25 21:09:30.974 INFO O| Aug 25 21:09:30.974 INFO STEP 229 (remove_files) COMPLETE
59842026-08-25T21:09:31.594Z[ recovery-image] Aug 25 21:09:30.974 INFO O| Aug 25 21:09:30.974 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-08-25T21:09:31.598Z[ recovery-image] Aug 25 21:09:30.983 INFO O| Aug 25 21:09:30.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59862026-08-25T21:09:31.599Z[ recovery-image] Aug 25 21:09:30.983 INFO O| Aug 25 21:09:30.983 INFO STEP 230 (remove_files) COMPLETE
59872026-08-25T21:09:31.599Z[ recovery-image] Aug 25 21:09:30.983 INFO O| Aug 25 21:09:30.983 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-08-25T21:09:31.609Z[ recovery-image] Aug 25 21:09:30.993 INFO O| Aug 25 21:09:30.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59892026-08-25T21:09:31.609Z[ recovery-image] Aug 25 21:09:30.993 INFO O| Aug 25 21:09:30.993 INFO STEP 231 (remove_files) COMPLETE
59902026-08-25T21:09:31.609Z[ recovery-image] Aug 25 21:09:30.993 INFO O| Aug 25 21:09:30.993 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-08-25T21:09:31.620Z[ recovery-image] Aug 25 21:09:31.004 INFO O| Aug 25 21:09:31.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59922026-08-25T21:09:31.620Z[ recovery-image] Aug 25 21:09:31.004 INFO O| Aug 25 21:09:31.004 INFO STEP 232 (remove_files) COMPLETE
59932026-08-25T21:09:31.623Z[ recovery-image] Aug 25 21:09:31.004 INFO O| Aug 25 21:09:31.004 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-08-25T21:09:31.631Z[ recovery-image] Aug 25 21:09:31.015 INFO O| Aug 25 21:09:31.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59952026-08-25T21:09:31.631Z[ recovery-image] Aug 25 21:09:31.015 INFO O| Aug 25 21:09:31.015 INFO STEP 233 (remove_files) COMPLETE
59962026-08-25T21:09:31.631Z[ recovery-image] Aug 25 21:09:31.015 INFO O| Aug 25 21:09:31.015 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-08-25T21:09:31.641Z[ recovery-image] Aug 25 21:09:31.025 INFO O| Aug 25 21:09:31.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59982026-08-25T21:09:31.645Z[ recovery-image] Aug 25 21:09:31.026 INFO O| Aug 25 21:09:31.026 INFO STEP 234 (remove_files) COMPLETE
59992026-08-25T21:09:31.645Z[ recovery-image] Aug 25 21:09:31.026 INFO O| Aug 25 21:09:31.026 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-08-25T21:09:31.652Z[ recovery-image] Aug 25 21:09:31.037 INFO O| Aug 25 21:09:31.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60012026-08-25T21:09:31.652Z[ recovery-image] Aug 25 21:09:31.037 INFO O| Aug 25 21:09:31.037 INFO STEP 235 (remove_files) COMPLETE
60022026-08-25T21:09:31.652Z[ recovery-image] Aug 25 21:09:31.037 INFO O| Aug 25 21:09:31.037 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-08-25T21:09:31.663Z[ recovery-image] Aug 25 21:09:31.047 INFO O| Aug 25 21:09:31.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60042026-08-25T21:09:31.663Z[ recovery-image] Aug 25 21:09:31.047 INFO O| Aug 25 21:09:31.047 INFO STEP 236 (remove_files) COMPLETE
60052026-08-25T21:09:31.663Z[ recovery-image] Aug 25 21:09:31.047 INFO O| Aug 25 21:09:31.047 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-08-25T21:09:31.673Z[ recovery-image] Aug 25 21:09:31.057 INFO O| Aug 25 21:09:31.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60072026-08-25T21:09:31.673Z[ recovery-image] Aug 25 21:09:31.057 INFO O| Aug 25 21:09:31.057 INFO STEP 237 (remove_files) COMPLETE
60082026-08-25T21:09:31.673Z[ recovery-image] Aug 25 21:09:31.057 INFO O| Aug 25 21:09:31.057 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-08-25T21:09:31.684Z[ recovery-image] Aug 25 21:09:31.068 INFO O| Aug 25 21:09:31.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60102026-08-25T21:09:31.684Z[ recovery-image] Aug 25 21:09:31.068 INFO O| Aug 25 21:09:31.068 INFO STEP 238 (remove_files) COMPLETE
60112026-08-25T21:09:31.684Z[ recovery-image] Aug 25 21:09:31.068 INFO O| Aug 25 21:09:31.068 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-08-25T21:09:31.693Z[ recovery-image] Aug 25 21:09:31.077 INFO O| Aug 25 21:09:31.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60132026-08-25T21:09:31.693Z[ recovery-image] Aug 25 21:09:31.077 INFO O| Aug 25 21:09:31.077 INFO STEP 239 (remove_files) COMPLETE
60142026-08-25T21:09:31.693Z[ recovery-image] Aug 25 21:09:31.077 INFO O| Aug 25 21:09:31.077 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-08-25T21:09:31.703Z[ recovery-image] Aug 25 21:09:31.087 INFO O| Aug 25 21:09:31.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60162026-08-25T21:09:31.703Z[ recovery-image] Aug 25 21:09:31.087 INFO O| Aug 25 21:09:31.087 INFO STEP 240 (remove_files) COMPLETE
60172026-08-25T21:09:31.706Z[ recovery-image] Aug 25 21:09:31.087 INFO O| Aug 25 21:09:31.087 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-08-25T21:09:31.712Z[ recovery-image] Aug 25 21:09:31.096 INFO O| Aug 25 21:09:31.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60192026-08-25T21:09:31.715Z[ recovery-image] Aug 25 21:09:31.096 INFO O| Aug 25 21:09:31.096 INFO STEP 241 (remove_files) COMPLETE
60202026-08-25T21:09:31.715Z[ recovery-image] Aug 25 21:09:31.096 INFO O| Aug 25 21:09:31.096 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-08-25T21:09:31.722Z[ recovery-image] Aug 25 21:09:31.106 INFO O| Aug 25 21:09:31.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60222026-08-25T21:09:31.725Z[ recovery-image] Aug 25 21:09:31.106 INFO O| Aug 25 21:09:31.106 INFO STEP 242 (remove_files) COMPLETE
60232026-08-25T21:09:31.726Z[ recovery-image] Aug 25 21:09:31.106 INFO O| Aug 25 21:09:31.106 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-08-25T21:09:31.732Z[ recovery-image] Aug 25 21:09:31.116 INFO O| Aug 25 21:09:31.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60252026-08-25T21:09:31.732Z[ recovery-image] Aug 25 21:09:31.116 INFO O| Aug 25 21:09:31.116 INFO STEP 243 (remove_files) COMPLETE
60262026-08-25T21:09:31.732Z[ recovery-image] Aug 25 21:09:31.116 INFO O| Aug 25 21:09:31.116 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-08-25T21:09:31.741Z[ recovery-image] Aug 25 21:09:31.125 INFO O| Aug 25 21:09:31.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60282026-08-25T21:09:31.741Z[ recovery-image] Aug 25 21:09:31.125 INFO O| Aug 25 21:09:31.125 INFO STEP 244 (remove_files) COMPLETE
60292026-08-25T21:09:31.741Z[ recovery-image] Aug 25 21:09:31.125 INFO O| Aug 25 21:09:31.125 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-08-25T21:09:31.752Z[ recovery-image] Aug 25 21:09:31.136 INFO O| Aug 25 21:09:31.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60312026-08-25T21:09:31.752Z[ recovery-image] Aug 25 21:09:31.136 INFO O| Aug 25 21:09:31.136 INFO STEP 245 (remove_files) COMPLETE
60322026-08-25T21:09:31.752Z[ recovery-image] Aug 25 21:09:31.136 INFO O| Aug 25 21:09:31.136 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-08-25T21:09:31.761Z[ recovery-image] Aug 25 21:09:31.145 INFO O| Aug 25 21:09:31.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60342026-08-25T21:09:31.761Z[ recovery-image] Aug 25 21:09:31.145 INFO O| Aug 25 21:09:31.145 INFO STEP 246 (remove_files) COMPLETE
60352026-08-25T21:09:31.761Z[ recovery-image] Aug 25 21:09:31.145 INFO O| Aug 25 21:09:31.145 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-08-25T21:09:31.772Z[ recovery-image] Aug 25 21:09:31.156 INFO O| Aug 25 21:09:31.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60372026-08-25T21:09:31.772Z[ recovery-image] Aug 25 21:09:31.156 INFO O| Aug 25 21:09:31.156 INFO STEP 247 (remove_files) COMPLETE
60382026-08-25T21:09:31.772Z[ recovery-image] Aug 25 21:09:31.156 INFO O| Aug 25 21:09:31.156 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-08-25T21:09:31.782Z[ recovery-image] Aug 25 21:09:31.166 INFO O| Aug 25 21:09:31.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60402026-08-25T21:09:31.782Z[ recovery-image] Aug 25 21:09:31.166 INFO O| Aug 25 21:09:31.166 INFO STEP 248 (remove_files) COMPLETE
60412026-08-25T21:09:31.782Z[ recovery-image] Aug 25 21:09:31.166 INFO O| Aug 25 21:09:31.166 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-08-25T21:09:31.793Z[ recovery-image] Aug 25 21:09:31.177 INFO O| Aug 25 21:09:31.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60432026-08-25T21:09:31.797Z[ recovery-image] Aug 25 21:09:31.178 INFO O| Aug 25 21:09:31.178 INFO STEP 249 (remove_files) COMPLETE
60442026-08-25T21:09:31.797Z[ recovery-image] Aug 25 21:09:31.178 INFO O| Aug 25 21:09:31.178 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-08-25T21:09:31.803Z[ recovery-image] Aug 25 21:09:31.187 INFO O| Aug 25 21:09:31.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60462026-08-25T21:09:31.803Z[ recovery-image] Aug 25 21:09:31.188 INFO O| Aug 25 21:09:31.187 INFO STEP 250 (remove_files) COMPLETE
60472026-08-25T21:09:31.803Z[ recovery-image] Aug 25 21:09:31.188 INFO O| Aug 25 21:09:31.187 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-08-25T21:09:31.813Z[ recovery-image] Aug 25 21:09:31.197 INFO O| Aug 25 21:09:31.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60492026-08-25T21:09:31.813Z[ recovery-image] Aug 25 21:09:31.197 INFO O| Aug 25 21:09:31.197 INFO STEP 251 (remove_files) COMPLETE
60502026-08-25T21:09:31.813Z[ recovery-image] Aug 25 21:09:31.197 INFO O| Aug 25 21:09:31.197 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-08-25T21:09:31.822Z[ recovery-image] Aug 25 21:09:31.206 INFO O| Aug 25 21:09:31.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60522026-08-25T21:09:31.822Z[ recovery-image] Aug 25 21:09:31.206 INFO O| Aug 25 21:09:31.206 INFO STEP 252 (remove_files) COMPLETE
60532026-08-25T21:09:31.822Z[ recovery-image] Aug 25 21:09:31.206 INFO O| Aug 25 21:09:31.206 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-25T21:09:31.832Z[ recovery-image] Aug 25 21:09:31.216 INFO O| Aug 25 21:09:31.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60552026-08-25T21:09:31.832Z[ recovery-image] Aug 25 21:09:31.216 INFO O| Aug 25 21:09:31.216 INFO STEP 253 (remove_files) COMPLETE
60562026-08-25T21:09:31.832Z[ recovery-image] Aug 25 21:09:31.216 INFO O| Aug 25 21:09:31.216 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-25T21:09:31.841Z[ recovery-image] Aug 25 21:09:31.225 INFO O| Aug 25 21:09:31.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60582026-08-25T21:09:31.841Z[ recovery-image] Aug 25 21:09:31.225 INFO O| Aug 25 21:09:31.225 INFO STEP 254 (remove_files) COMPLETE
60592026-08-25T21:09:31.841Z[ recovery-image] Aug 25 21:09:31.225 INFO O| Aug 25 21:09:31.225 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-08-25T21:09:31.850Z[ recovery-image] Aug 25 21:09:31.234 INFO O| Aug 25 21:09:31.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60612026-08-25T21:09:31.850Z[ recovery-image] Aug 25 21:09:31.235 INFO O| Aug 25 21:09:31.235 INFO STEP 255 (remove_files) COMPLETE
60622026-08-25T21:09:31.850Z[ recovery-image] Aug 25 21:09:31.235 INFO O| Aug 25 21:09:31.235 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-08-25T21:09:31.862Z[ recovery-image] Aug 25 21:09:31.246 INFO O| Aug 25 21:09:31.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60642026-08-25T21:09:31.862Z[ recovery-image] Aug 25 21:09:31.246 INFO O| Aug 25 21:09:31.246 INFO STEP 256 (remove_files) COMPLETE
60652026-08-25T21:09:31.862Z[ recovery-image] Aug 25 21:09:31.246 INFO O| Aug 25 21:09:31.246 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-08-25T21:09:31.873Z[ recovery-image] Aug 25 21:09:31.257 INFO O| Aug 25 21:09:31.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60672026-08-25T21:09:31.874Z[ recovery-image] Aug 25 21:09:31.257 INFO O| Aug 25 21:09:31.257 INFO STEP 257 (remove_files) COMPLETE
60682026-08-25T21:09:31.874Z[ recovery-image] Aug 25 21:09:31.257 INFO O| Aug 25 21:09:31.257 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-08-25T21:09:31.882Z[ recovery-image] Aug 25 21:09:31.266 INFO O| Aug 25 21:09:31.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60702026-08-25T21:09:31.882Z[ recovery-image] Aug 25 21:09:31.266 INFO O| Aug 25 21:09:31.266 INFO STEP 258 (remove_files) COMPLETE
60712026-08-25T21:09:31.886Z[ recovery-image] Aug 25 21:09:31.266 INFO O| Aug 25 21:09:31.266 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-08-25T21:09:31.893Z[ recovery-image] Aug 25 21:09:31.277 INFO O| Aug 25 21:09:31.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60732026-08-25T21:09:31.893Z[ recovery-image] Aug 25 21:09:31.277 INFO O| Aug 25 21:09:31.277 INFO STEP 259 (remove_files) COMPLETE
60742026-08-25T21:09:31.893Z[ recovery-image] Aug 25 21:09:31.277 INFO O| Aug 25 21:09:31.277 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-08-25T21:09:31.904Z[ recovery-image] Aug 25 21:09:31.288 INFO O| Aug 25 21:09:31.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60762026-08-25T21:09:31.904Z[ recovery-image] Aug 25 21:09:31.288 INFO O| Aug 25 21:09:31.288 INFO STEP 260 (remove_files) COMPLETE
60772026-08-25T21:09:31.904Z[ recovery-image] Aug 25 21:09:31.288 INFO O| Aug 25 21:09:31.288 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-08-25T21:09:31.914Z[ recovery-image] Aug 25 21:09:31.298 INFO O| Aug 25 21:09:31.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60792026-08-25T21:09:31.914Z[ recovery-image] Aug 25 21:09:31.298 INFO O| Aug 25 21:09:31.298 INFO STEP 261 (remove_files) COMPLETE
60802026-08-25T21:09:31.918Z[ recovery-image] Aug 25 21:09:31.298 INFO O| Aug 25 21:09:31.298 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-08-25T21:09:31.923Z[ recovery-image] Aug 25 21:09:31.307 INFO O| Aug 25 21:09:31.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60822026-08-25T21:09:31.923Z[ recovery-image] Aug 25 21:09:31.308 INFO O| Aug 25 21:09:31.308 INFO STEP 262 (remove_files) COMPLETE
60832026-08-25T21:09:31.923Z[ recovery-image] Aug 25 21:09:31.308 INFO O| Aug 25 21:09:31.308 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-08-25T21:09:31.934Z[ recovery-image] Aug 25 21:09:31.318 INFO O| Aug 25 21:09:31.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60852026-08-25T21:09:31.934Z[ recovery-image] Aug 25 21:09:31.318 INFO O| Aug 25 21:09:31.318 INFO STEP 263 (remove_files) COMPLETE
60862026-08-25T21:09:31.934Z[ recovery-image] Aug 25 21:09:31.318 INFO O| Aug 25 21:09:31.318 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-08-25T21:09:31.944Z[ recovery-image] Aug 25 21:09:31.328 INFO O| Aug 25 21:09:31.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60882026-08-25T21:09:31.944Z[ recovery-image] Aug 25 21:09:31.328 INFO O| Aug 25 21:09:31.328 INFO STEP 264 (remove_files) COMPLETE
60892026-08-25T21:09:31.948Z[ recovery-image] Aug 25 21:09:31.328 INFO O| Aug 25 21:09:31.328 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-08-25T21:09:31.954Z[ recovery-image] Aug 25 21:09:31.338 INFO O| Aug 25 21:09:31.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60912026-08-25T21:09:31.954Z[ recovery-image] Aug 25 21:09:31.338 INFO O| Aug 25 21:09:31.338 INFO STEP 265 (remove_files) COMPLETE
60922026-08-25T21:09:31.954Z[ recovery-image] Aug 25 21:09:31.338 INFO O| Aug 25 21:09:31.338 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-08-25T21:09:31.965Z[ recovery-image] Aug 25 21:09:31.349 INFO O| Aug 25 21:09:31.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60942026-08-25T21:09:31.965Z[ recovery-image] Aug 25 21:09:31.349 INFO O| Aug 25 21:09:31.349 INFO STEP 266 (remove_files) COMPLETE
60952026-08-25T21:09:31.965Z[ recovery-image] Aug 25 21:09:31.349 INFO O| Aug 25 21:09:31.349 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-08-25T21:09:31.974Z[ recovery-image] Aug 25 21:09:31.358 INFO O| Aug 25 21:09:31.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60972026-08-25T21:09:31.974Z[ recovery-image] Aug 25 21:09:31.358 INFO O| Aug 25 21:09:31.358 INFO STEP 267 (remove_files) COMPLETE
60982026-08-25T21:09:31.974Z[ recovery-image] Aug 25 21:09:31.358 INFO O| Aug 25 21:09:31.358 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-08-25T21:09:31.984Z[ recovery-image] Aug 25 21:09:31.368 INFO O| Aug 25 21:09:31.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61002026-08-25T21:09:31.987Z[ recovery-image] Aug 25 21:09:31.369 INFO O| Aug 25 21:09:31.368 INFO STEP 268 (remove_files) COMPLETE
61012026-08-25T21:09:31.987Z[ recovery-image] Aug 25 21:09:31.369 INFO O| Aug 25 21:09:31.368 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-08-25T21:09:31.994Z[ recovery-image] Aug 25 21:09:31.379 INFO O| Aug 25 21:09:31.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61032026-08-25T21:09:31.994Z[ recovery-image] Aug 25 21:09:31.379 INFO O| Aug 25 21:09:31.379 INFO STEP 269 (remove_files) COMPLETE
61042026-08-25T21:09:31.994Z[ recovery-image] Aug 25 21:09:31.379 INFO O| Aug 25 21:09:31.379 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-08-25T21:09:32.003Z[ recovery-image] Aug 25 21:09:31.387 INFO O| Aug 25 21:09:31.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61062026-08-25T21:09:32.007Z[ recovery-image] Aug 25 21:09:31.387 INFO O| Aug 25 21:09:31.387 INFO STEP 270 (remove_files) COMPLETE
61072026-08-25T21:09:32.007Z[ recovery-image] Aug 25 21:09:31.387 INFO O| Aug 25 21:09:31.387 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-08-25T21:09:32.014Z[ recovery-image] Aug 25 21:09:31.398 INFO O| Aug 25 21:09:31.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61092026-08-25T21:09:32.014Z[ recovery-image] Aug 25 21:09:31.398 INFO O| Aug 25 21:09:31.398 INFO STEP 271 (remove_files) COMPLETE
61102026-08-25T21:09:32.014Z[ recovery-image] Aug 25 21:09:31.398 INFO O| Aug 25 21:09:31.398 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-08-25T21:09:32.025Z[ recovery-image] Aug 25 21:09:31.409 INFO O| Aug 25 21:09:31.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61122026-08-25T21:09:32.025Z[ recovery-image] Aug 25 21:09:31.409 INFO O| Aug 25 21:09:31.409 INFO STEP 272 (remove_files) COMPLETE
61132026-08-25T21:09:32.028Z[ recovery-image] Aug 25 21:09:31.410 INFO O| Aug 25 21:09:31.409 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-08-25T21:09:32.034Z[ recovery-image] Aug 25 21:09:31.418 INFO O| Aug 25 21:09:31.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61152026-08-25T21:09:32.034Z[ recovery-image] Aug 25 21:09:31.418 INFO O| Aug 25 21:09:31.418 INFO STEP 273 (remove_files) COMPLETE
61162026-08-25T21:09:32.034Z[ recovery-image] Aug 25 21:09:31.418 INFO O| Aug 25 21:09:31.418 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-08-25T21:09:32.043Z[ recovery-image] Aug 25 21:09:31.428 INFO O| Aug 25 21:09:31.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61182026-08-25T21:09:32.043Z[ recovery-image] Aug 25 21:09:31.428 INFO O| Aug 25 21:09:31.428 INFO STEP 274 (remove_files) COMPLETE
61192026-08-25T21:09:32.043Z[ recovery-image] Aug 25 21:09:31.428 INFO O| Aug 25 21:09:31.428 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-08-25T21:09:32.055Z[ recovery-image] Aug 25 21:09:31.438 INFO O| Aug 25 21:09:31.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61212026-08-25T21:09:32.055Z[ recovery-image] Aug 25 21:09:31.438 INFO O| Aug 25 21:09:31.438 INFO STEP 275 (remove_files) COMPLETE
61222026-08-25T21:09:32.055Z[ recovery-image] Aug 25 21:09:31.438 INFO O| Aug 25 21:09:31.438 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-08-25T21:09:32.064Z[ recovery-image] Aug 25 21:09:31.448 INFO O| Aug 25 21:09:31.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61242026-08-25T21:09:32.064Z[ recovery-image] Aug 25 21:09:31.449 INFO O| Aug 25 21:09:31.448 INFO STEP 276 (remove_files) COMPLETE
61252026-08-25T21:09:32.064Z[ recovery-image] Aug 25 21:09:31.449 INFO O| Aug 25 21:09:31.448 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-08-25T21:09:32.076Z[ recovery-image] Aug 25 21:09:31.460 INFO O| Aug 25 21:09:31.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61272026-08-25T21:09:32.076Z[ recovery-image] Aug 25 21:09:31.460 INFO O| Aug 25 21:09:31.460 INFO STEP 277 (remove_files) COMPLETE
61282026-08-25T21:09:32.076Z[ recovery-image] Aug 25 21:09:31.460 INFO O| Aug 25 21:09:31.460 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-08-25T21:09:32.085Z[ recovery-image] Aug 25 21:09:31.469 INFO O| Aug 25 21:09:31.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61302026-08-25T21:09:32.085Z[ recovery-image] Aug 25 21:09:31.469 INFO O| Aug 25 21:09:31.469 INFO STEP 278 (remove_files) COMPLETE
61312026-08-25T21:09:32.089Z[ recovery-image] Aug 25 21:09:31.469 INFO O| Aug 25 21:09:31.469 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-08-25T21:09:32.096Z[ recovery-image] Aug 25 21:09:31.480 INFO O| Aug 25 21:09:31.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61332026-08-25T21:09:32.096Z[ recovery-image] Aug 25 21:09:31.480 INFO O| Aug 25 21:09:31.480 INFO STEP 279 (remove_files) COMPLETE
61342026-08-25T21:09:32.100Z[ recovery-image] Aug 25 21:09:31.480 INFO O| Aug 25 21:09:31.480 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-08-25T21:09:32.107Z[ recovery-image] Aug 25 21:09:31.491 INFO O| Aug 25 21:09:31.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61362026-08-25T21:09:32.107Z[ recovery-image] Aug 25 21:09:31.491 INFO O| Aug 25 21:09:31.491 INFO STEP 280 (remove_files) COMPLETE
61372026-08-25T21:09:32.110Z[ recovery-image] Aug 25 21:09:31.491 INFO O| Aug 25 21:09:31.491 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-08-25T21:09:32.118Z[ recovery-image] Aug 25 21:09:31.502 INFO O| Aug 25 21:09:31.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61392026-08-25T21:09:32.118Z[ recovery-image] Aug 25 21:09:31.502 INFO O| Aug 25 21:09:31.502 INFO STEP 281 (remove_files) COMPLETE
61402026-08-25T21:09:32.118Z[ recovery-image] Aug 25 21:09:31.502 INFO O| Aug 25 21:09:31.502 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-08-25T21:09:32.128Z[ recovery-image] Aug 25 21:09:31.513 INFO O| Aug 25 21:09:31.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61422026-08-25T21:09:32.129Z[ recovery-image] Aug 25 21:09:31.513 INFO O| Aug 25 21:09:31.513 INFO STEP 282 (remove_files) COMPLETE
61432026-08-25T21:09:32.129Z[ recovery-image] Aug 25 21:09:31.513 INFO O| Aug 25 21:09:31.513 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-08-25T21:09:32.140Z[ recovery-image] Aug 25 21:09:31.524 INFO O| Aug 25 21:09:31.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61452026-08-25T21:09:32.140Z[ recovery-image] Aug 25 21:09:31.524 INFO O| Aug 25 21:09:31.524 INFO STEP 283 (remove_files) COMPLETE
61462026-08-25T21:09:32.140Z[ recovery-image] Aug 25 21:09:31.524 INFO O| Aug 25 21:09:31.524 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-08-25T21:09:32.152Z[ recovery-image] Aug 25 21:09:31.536 INFO O| Aug 25 21:09:31.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61482026-08-25T21:09:32.152Z[ recovery-image] Aug 25 21:09:31.536 INFO O| Aug 25 21:09:31.536 INFO STEP 284 (remove_files) COMPLETE
61492026-08-25T21:09:32.152Z[ recovery-image] Aug 25 21:09:31.536 INFO O| Aug 25 21:09:31.536 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-08-25T21:09:32.162Z[ recovery-image] Aug 25 21:09:31.546 INFO O| Aug 25 21:09:31.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61512026-08-25T21:09:32.162Z[ recovery-image] Aug 25 21:09:31.546 INFO O| Aug 25 21:09:31.546 INFO STEP 285 (remove_files) COMPLETE
61522026-08-25T21:09:32.165Z[ recovery-image] Aug 25 21:09:31.546 INFO O| Aug 25 21:09:31.546 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-08-25T21:09:32.172Z[ recovery-image] Aug 25 21:09:31.556 INFO O| Aug 25 21:09:31.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61542026-08-25T21:09:32.172Z[ recovery-image] Aug 25 21:09:31.556 INFO O| Aug 25 21:09:31.556 INFO STEP 286 (remove_files) COMPLETE
61552026-08-25T21:09:32.176Z[ recovery-image] Aug 25 21:09:31.556 INFO O| Aug 25 21:09:31.556 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-08-25T21:09:32.183Z[ recovery-image] Aug 25 21:09:31.567 INFO O| Aug 25 21:09:31.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61572026-08-25T21:09:32.183Z[ recovery-image] Aug 25 21:09:31.567 INFO O| Aug 25 21:09:31.567 INFO STEP 287 (remove_files) COMPLETE
61582026-08-25T21:09:32.183Z[ recovery-image] Aug 25 21:09:31.567 INFO O| Aug 25 21:09:31.567 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-08-25T21:09:32.195Z[ recovery-image] Aug 25 21:09:31.579 INFO O| Aug 25 21:09:31.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61602026-08-25T21:09:32.195Z[ recovery-image] Aug 25 21:09:31.579 INFO O| Aug 25 21:09:31.579 INFO STEP 288 (remove_files) COMPLETE
61612026-08-25T21:09:32.195Z[ recovery-image] Aug 25 21:09:31.579 INFO O| Aug 25 21:09:31.579 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-08-25T21:09:32.205Z[ recovery-image] Aug 25 21:09:31.589 INFO O| Aug 25 21:09:31.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61632026-08-25T21:09:32.205Z[ recovery-image] Aug 25 21:09:31.589 INFO O| Aug 25 21:09:31.589 INFO STEP 289 (remove_files) COMPLETE
61642026-08-25T21:09:32.205Z[ recovery-image] Aug 25 21:09:31.589 INFO O| Aug 25 21:09:31.589 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-08-25T21:09:32.214Z[ recovery-image] Aug 25 21:09:31.598 INFO O| Aug 25 21:09:31.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61662026-08-25T21:09:32.215Z[ recovery-image] Aug 25 21:09:31.598 INFO O| Aug 25 21:09:31.598 INFO STEP 290 (remove_files) COMPLETE
61672026-08-25T21:09:32.216Z[ recovery-image] Aug 25 21:09:31.598 INFO O| Aug 25 21:09:31.598 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-08-25T21:09:32.219Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
61692026-08-25T21:09:32.224Z[ recovery-image] Aug 25 21:09:31.609 INFO O| Aug 25 21:09:31.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61702026-08-25T21:09:32.224Z[ recovery-image] Aug 25 21:09:31.609 INFO O| Aug 25 21:09:31.609 INFO STEP 291 (remove_files) COMPLETE
61712026-08-25T21:09:32.224Z[ recovery-image] Aug 25 21:09:31.609 INFO O| Aug 25 21:09:31.609 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-08-25T21:09:32.235Z[ recovery-image] Aug 25 21:09:31.620 INFO O| Aug 25 21:09:31.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61732026-08-25T21:09:32.236Z[ recovery-image] Aug 25 21:09:31.620 INFO O| Aug 25 21:09:31.620 INFO STEP 292 (remove_files) COMPLETE
61742026-08-25T21:09:32.239Z[ recovery-image] Aug 25 21:09:31.620 INFO O| Aug 25 21:09:31.620 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-08-25T21:09:32.246Z[ recovery-image] Aug 25 21:09:31.630 INFO O| Aug 25 21:09:31.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61762026-08-25T21:09:32.246Z[ recovery-image] Aug 25 21:09:31.630 INFO O| Aug 25 21:09:31.630 INFO STEP 293 (remove_files) COMPLETE
61772026-08-25T21:09:32.249Z[ recovery-image] Aug 25 21:09:31.630 INFO O| Aug 25 21:09:31.630 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-08-25T21:09:32.258Z[ recovery-image] Aug 25 21:09:31.640 INFO O| Aug 25 21:09:31.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61792026-08-25T21:09:32.258Z[ recovery-image] Aug 25 21:09:31.640 INFO O| Aug 25 21:09:31.640 INFO STEP 294 (remove_files) COMPLETE
61802026-08-25T21:09:32.258Z[ recovery-image] Aug 25 21:09:31.640 INFO O| Aug 25 21:09:31.640 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-08-25T21:09:32.266Z[ recovery-image] Aug 25 21:09:31.650 INFO O| Aug 25 21:09:31.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61822026-08-25T21:09:32.266Z[ recovery-image] Aug 25 21:09:31.650 INFO O| Aug 25 21:09:31.650 INFO STEP 295 (remove_files) COMPLETE
61832026-08-25T21:09:32.266Z[ recovery-image] Aug 25 21:09:31.650 INFO O| Aug 25 21:09:31.650 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-08-25T21:09:32.276Z[ recovery-image] Aug 25 21:09:31.660 INFO O| Aug 25 21:09:31.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61852026-08-25T21:09:32.276Z[ recovery-image] Aug 25 21:09:31.660 INFO O| Aug 25 21:09:31.660 INFO STEP 296 (remove_files) COMPLETE
61862026-08-25T21:09:32.276Z[ recovery-image] Aug 25 21:09:31.660 INFO O| Aug 25 21:09:31.660 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-08-25T21:09:32.288Z[ recovery-image] Aug 25 21:09:31.672 INFO O| Aug 25 21:09:31.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61882026-08-25T21:09:32.288Z[ recovery-image] Aug 25 21:09:31.672 INFO O| Aug 25 21:09:31.672 INFO STEP 297 (remove_files) COMPLETE
61892026-08-25T21:09:32.288Z[ recovery-image] Aug 25 21:09:31.672 INFO O| Aug 25 21:09:31.672 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-08-25T21:09:32.298Z[ recovery-image] Aug 25 21:09:31.682 INFO O| Aug 25 21:09:31.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61912026-08-25T21:09:32.298Z[ recovery-image] Aug 25 21:09:31.682 INFO O| Aug 25 21:09:31.682 INFO STEP 298 (remove_files) COMPLETE
61922026-08-25T21:09:32.298Z[ recovery-image] Aug 25 21:09:31.682 INFO O| Aug 25 21:09:31.682 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-08-25T21:09:32.307Z[ recovery-image] Aug 25 21:09:31.691 INFO O| Aug 25 21:09:31.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61942026-08-25T21:09:32.307Z[ recovery-image] Aug 25 21:09:31.691 INFO O| Aug 25 21:09:31.691 INFO STEP 299 (remove_files) COMPLETE
61952026-08-25T21:09:32.307Z[ recovery-image] Aug 25 21:09:31.691 INFO O| Aug 25 21:09:31.691 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-08-25T21:09:32.316Z[ recovery-image] Aug 25 21:09:31.700 INFO O| Aug 25 21:09:31.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61972026-08-25T21:09:32.316Z[ recovery-image] Aug 25 21:09:31.700 INFO O| Aug 25 21:09:31.700 INFO STEP 300 (remove_files) COMPLETE
61982026-08-25T21:09:32.319Z[ recovery-image] Aug 25 21:09:31.700 INFO O| Aug 25 21:09:31.700 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-08-25T21:09:32.326Z[ recovery-image] Aug 25 21:09:31.710 INFO O| Aug 25 21:09:31.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62002026-08-25T21:09:32.326Z[ recovery-image] Aug 25 21:09:31.710 INFO O| Aug 25 21:09:31.710 INFO STEP 301 (remove_files) COMPLETE
62012026-08-25T21:09:32.326Z[ recovery-image] Aug 25 21:09:31.710 INFO O| Aug 25 21:09:31.710 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-08-25T21:09:32.336Z[ recovery-image] Aug 25 21:09:31.720 INFO O| Aug 25 21:09:31.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62032026-08-25T21:09:32.336Z[ recovery-image] Aug 25 21:09:31.720 INFO O| Aug 25 21:09:31.720 INFO STEP 302 (remove_files) COMPLETE
62042026-08-25T21:09:32.336Z[ recovery-image] Aug 25 21:09:31.720 INFO O| Aug 25 21:09:31.720 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-08-25T21:09:32.346Z[ recovery-image] Aug 25 21:09:31.730 INFO O| Aug 25 21:09:31.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62062026-08-25T21:09:32.346Z[ recovery-image] Aug 25 21:09:31.730 INFO O| Aug 25 21:09:31.730 INFO STEP 303 (remove_files) COMPLETE
62072026-08-25T21:09:32.346Z[ recovery-image] Aug 25 21:09:31.730 INFO O| Aug 25 21:09:31.730 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-08-25T21:09:32.357Z[ recovery-image] Aug 25 21:09:31.740 INFO O| Aug 25 21:09:31.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62092026-08-25T21:09:32.357Z[ recovery-image] Aug 25 21:09:31.740 INFO O| Aug 25 21:09:31.740 INFO STEP 304 (remove_files) COMPLETE
62102026-08-25T21:09:32.357Z[ recovery-image] Aug 25 21:09:31.740 INFO O| Aug 25 21:09:31.740 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-08-25T21:09:32.366Z[ recovery-image] Aug 25 21:09:31.750 INFO O| Aug 25 21:09:31.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62122026-08-25T21:09:32.366Z[ recovery-image] Aug 25 21:09:31.750 INFO O| Aug 25 21:09:31.750 INFO STEP 305 (remove_files) COMPLETE
62132026-08-25T21:09:32.366Z[ recovery-image] Aug 25 21:09:31.750 INFO O| Aug 25 21:09:31.750 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-08-25T21:09:32.375Z[ recovery-image] Aug 25 21:09:31.759 INFO O| Aug 25 21:09:31.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62152026-08-25T21:09:32.375Z[ recovery-image] Aug 25 21:09:31.759 INFO O| Aug 25 21:09:31.759 INFO STEP 306 (remove_files) COMPLETE
62162026-08-25T21:09:32.375Z[ recovery-image] Aug 25 21:09:31.759 INFO O| Aug 25 21:09:31.759 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-08-25T21:09:32.384Z[ recovery-image] Aug 25 21:09:31.768 INFO O| Aug 25 21:09:31.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62182026-08-25T21:09:32.384Z[ recovery-image] Aug 25 21:09:31.768 INFO O| Aug 25 21:09:31.768 INFO STEP 307 (remove_files) COMPLETE
62192026-08-25T21:09:32.384Z[ recovery-image] Aug 25 21:09:31.768 INFO O| Aug 25 21:09:31.768 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-08-25T21:09:32.392Z[ recovery-image] Aug 25 21:09:31.776 INFO O| Aug 25 21:09:31.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62212026-08-25T21:09:32.392Z[ recovery-image] Aug 25 21:09:31.776 INFO O| Aug 25 21:09:31.776 INFO STEP 308 (remove_files) COMPLETE
62222026-08-25T21:09:32.396Z[ recovery-image] Aug 25 21:09:31.776 INFO O| Aug 25 21:09:31.776 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-08-25T21:09:32.401Z[ recovery-image] Aug 25 21:09:31.785 INFO O| Aug 25 21:09:31.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62242026-08-25T21:09:32.404Z[ recovery-image] Aug 25 21:09:31.785 INFO O| Aug 25 21:09:31.785 INFO STEP 309 (remove_files) COMPLETE
62252026-08-25T21:09:32.404Z[ recovery-image] Aug 25 21:09:31.785 INFO O| Aug 25 21:09:31.785 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-08-25T21:09:32.409Z[ recovery-image] Aug 25 21:09:31.793 INFO O| Aug 25 21:09:31.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62272026-08-25T21:09:32.409Z[ recovery-image] Aug 25 21:09:31.793 INFO O| Aug 25 21:09:31.793 INFO STEP 310 (remove_files) COMPLETE
62282026-08-25T21:09:32.413Z[ recovery-image] Aug 25 21:09:31.793 INFO O| Aug 25 21:09:31.793 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-08-25T21:09:32.417Z[ recovery-image] Aug 25 21:09:31.802 INFO O| Aug 25 21:09:31.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62302026-08-25T21:09:32.417Z[ recovery-image] Aug 25 21:09:31.802 INFO O| Aug 25 21:09:31.802 INFO STEP 311 (remove_files) COMPLETE
62312026-08-25T21:09:32.417Z[ recovery-image] Aug 25 21:09:31.802 INFO O| Aug 25 21:09:31.802 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-08-25T21:09:32.425Z[ recovery-image] Aug 25 21:09:31.809 INFO O| Aug 25 21:09:31.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62332026-08-25T21:09:32.425Z[ recovery-image] Aug 25 21:09:31.809 INFO O| Aug 25 21:09:31.809 INFO STEP 312 (remove_files) COMPLETE
62342026-08-25T21:09:32.428Z[ recovery-image] Aug 25 21:09:31.809 INFO O| Aug 25 21:09:31.809 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-08-25T21:09:32.433Z[ recovery-image] Aug 25 21:09:31.817 INFO O| Aug 25 21:09:31.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62362026-08-25T21:09:32.433Z[ recovery-image] Aug 25 21:09:31.817 INFO O| Aug 25 21:09:31.817 INFO STEP 313 (remove_files) COMPLETE
62372026-08-25T21:09:32.433Z[ recovery-image] Aug 25 21:09:31.817 INFO O| Aug 25 21:09:31.817 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-08-25T21:09:32.440Z[ recovery-image] Aug 25 21:09:31.824 INFO O| Aug 25 21:09:31.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62392026-08-25T21:09:32.440Z[ recovery-image] Aug 25 21:09:31.824 INFO O| Aug 25 21:09:31.824 INFO STEP 314 (remove_files) COMPLETE
62402026-08-25T21:09:32.440Z[ recovery-image] Aug 25 21:09:31.825 INFO O| Aug 25 21:09:31.824 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-08-25T21:09:32.444Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
62422026-08-25T21:09:32.451Z[ recovery-image] Aug 25 21:09:31.835 INFO O| Aug 25 21:09:31.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62432026-08-25T21:09:32.451Z[ recovery-image] Aug 25 21:09:31.835 INFO O| Aug 25 21:09:31.835 INFO STEP 315 (remove_files) COMPLETE
62442026-08-25T21:09:32.451Z[ recovery-image] Aug 25 21:09:31.835 INFO O| Aug 25 21:09:31.835 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-08-25T21:09:32.460Z[ recovery-image] Aug 25 21:09:31.844 INFO O| Aug 25 21:09:31.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62462026-08-25T21:09:32.460Z[ recovery-image] Aug 25 21:09:31.844 INFO O| Aug 25 21:09:31.844 INFO STEP 316 (remove_files) COMPLETE
62472026-08-25T21:09:32.460Z[ recovery-image] Aug 25 21:09:31.844 INFO O| Aug 25 21:09:31.844 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-08-25T21:09:32.468Z[ recovery-image] Aug 25 21:09:31.853 INFO O| Aug 25 21:09:31.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62492026-08-25T21:09:32.469Z[ recovery-image] Aug 25 21:09:31.853 INFO O| Aug 25 21:09:31.853 INFO STEP 317 (remove_files) COMPLETE
62502026-08-25T21:09:32.472Z[ recovery-image] Aug 25 21:09:31.853 INFO O| Aug 25 21:09:31.853 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-08-25T21:09:32.479Z[ recovery-image] Aug 25 21:09:31.863 INFO O| Aug 25 21:09:31.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62522026-08-25T21:09:32.479Z[ recovery-image] Aug 25 21:09:31.863 INFO O| Aug 25 21:09:31.863 INFO STEP 318 (remove_files) COMPLETE
62532026-08-25T21:09:32.482Z[ recovery-image] Aug 25 21:09:31.863 INFO O| Aug 25 21:09:31.863 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-08-25T21:09:32.489Z[ recovery-image] Aug 25 21:09:31.873 INFO O| Aug 25 21:09:31.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62552026-08-25T21:09:32.489Z[ recovery-image] Aug 25 21:09:31.873 INFO O| Aug 25 21:09:31.873 INFO STEP 319 (remove_files) COMPLETE
62562026-08-25T21:09:32.489Z[ recovery-image] Aug 25 21:09:31.873 INFO O| Aug 25 21:09:31.873 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-08-25T21:09:32.498Z[ recovery-image] Aug 25 21:09:31.882 INFO O| Aug 25 21:09:31.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62582026-08-25T21:09:32.498Z[ recovery-image] Aug 25 21:09:31.882 INFO O| Aug 25 21:09:31.882 INFO STEP 320 (remove_files) COMPLETE
62592026-08-25T21:09:32.501Z[ recovery-image] Aug 25 21:09:31.882 INFO O| Aug 25 21:09:31.882 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-08-25T21:09:32.506Z[ recovery-image] Aug 25 21:09:31.890 INFO O| Aug 25 21:09:31.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62612026-08-25T21:09:32.506Z[ recovery-image] Aug 25 21:09:31.890 INFO O| Aug 25 21:09:31.890 INFO STEP 321 (remove_files) COMPLETE
62622026-08-25T21:09:32.510Z[ recovery-image] Aug 25 21:09:31.890 INFO O| Aug 25 21:09:31.890 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-08-25T21:09:32.514Z[ recovery-image] Aug 25 21:09:31.899 INFO O| Aug 25 21:09:31.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62642026-08-25T21:09:32.514Z[ recovery-image] Aug 25 21:09:31.899 INFO O| Aug 25 21:09:31.899 INFO STEP 322 (remove_files) COMPLETE
62652026-08-25T21:09:32.515Z[ recovery-image] Aug 25 21:09:31.899 INFO O| Aug 25 21:09:31.899 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-08-25T21:09:32.524Z[ recovery-image] Aug 25 21:09:31.908 INFO O| Aug 25 21:09:31.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62672026-08-25T21:09:32.524Z[ recovery-image] Aug 25 21:09:31.908 INFO O| Aug 25 21:09:31.908 INFO STEP 323 (remove_files) COMPLETE
62682026-08-25T21:09:32.528Z[ recovery-image] Aug 25 21:09:31.908 INFO O| Aug 25 21:09:31.908 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-08-25T21:09:32.534Z[ recovery-image] Aug 25 21:09:31.918 INFO O| Aug 25 21:09:31.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62702026-08-25T21:09:32.534Z[ recovery-image] Aug 25 21:09:31.918 INFO O| Aug 25 21:09:31.918 INFO STEP 324 (remove_files) COMPLETE
62712026-08-25T21:09:32.534Z[ recovery-image] Aug 25 21:09:31.918 INFO O| Aug 25 21:09:31.918 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-08-25T21:09:32.538Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
62732026-08-25T21:09:32.546Z[ recovery-image] Aug 25 21:09:31.928 INFO O| Aug 25 21:09:31.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62742026-08-25T21:09:32.546Z[ recovery-image] Aug 25 21:09:31.928 INFO O| Aug 25 21:09:31.928 INFO STEP 325 (remove_files) COMPLETE
62752026-08-25T21:09:32.546Z[ recovery-image] Aug 25 21:09:31.928 INFO O| Aug 25 21:09:31.928 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-08-25T21:09:32.552Z[ recovery-image] Aug 25 21:09:31.936 INFO O| Aug 25 21:09:31.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62772026-08-25T21:09:32.552Z[ recovery-image] Aug 25 21:09:31.936 INFO O| Aug 25 21:09:31.936 INFO STEP 326 (remove_files) COMPLETE
62782026-08-25T21:09:32.556Z[ recovery-image] Aug 25 21:09:31.936 INFO O| Aug 25 21:09:31.936 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-08-25T21:09:32.559Z[ recovery-image] Aug 25 21:09:31.943 INFO O| Aug 25 21:09:31.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62802026-08-25T21:09:32.559Z[ recovery-image] Aug 25 21:09:31.943 INFO O| Aug 25 21:09:31.943 INFO STEP 327 (remove_files) COMPLETE
62812026-08-25T21:09:32.559Z[ recovery-image] Aug 25 21:09:31.943 INFO O| Aug 25 21:09:31.943 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-08-25T21:09:32.569Z[ recovery-image] Aug 25 21:09:31.953 INFO O| Aug 25 21:09:31.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62832026-08-25T21:09:32.569Z[ recovery-image] Aug 25 21:09:31.953 INFO O| Aug 25 21:09:31.953 INFO STEP 328 (remove_files) COMPLETE
62842026-08-25T21:09:32.572Z[ recovery-image] Aug 25 21:09:31.953 INFO O| Aug 25 21:09:31.953 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-08-25T21:09:32.579Z[ recovery-image] Aug 25 21:09:31.963 INFO O| Aug 25 21:09:31.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62862026-08-25T21:09:32.579Z[ recovery-image] Aug 25 21:09:31.963 INFO O| Aug 25 21:09:31.963 INFO STEP 329 (remove_files) COMPLETE
62872026-08-25T21:09:32.582Z[ recovery-image] Aug 25 21:09:31.963 INFO O| Aug 25 21:09:31.963 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-08-25T21:09:32.588Z[ recovery-image] Aug 25 21:09:31.973 INFO O| Aug 25 21:09:31.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62892026-08-25T21:09:32.589Z[ recovery-image] Aug 25 21:09:31.973 INFO O| Aug 25 21:09:31.973 INFO STEP 330 (remove_files) COMPLETE
62902026-08-25T21:09:32.592Z[ recovery-image] Aug 25 21:09:31.973 INFO O| Aug 25 21:09:31.973 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-08-25T21:09:32.600Z[ recovery-image] Aug 25 21:09:31.984 INFO O| Aug 25 21:09:31.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62922026-08-25T21:09:32.600Z[ recovery-image] Aug 25 21:09:31.984 INFO O| Aug 25 21:09:31.984 INFO STEP 331 (remove_files) COMPLETE
62932026-08-25T21:09:32.600Z[ recovery-image] Aug 25 21:09:31.984 INFO O| Aug 25 21:09:31.984 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-08-25T21:09:32.609Z[ recovery-image] Aug 25 21:09:31.993 INFO O| Aug 25 21:09:31.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62952026-08-25T21:09:32.609Z[ recovery-image] Aug 25 21:09:31.994 INFO O| Aug 25 21:09:31.994 INFO STEP 332 (remove_files) COMPLETE
62962026-08-25T21:09:32.609Z[ recovery-image] Aug 25 21:09:31.994 INFO O| Aug 25 21:09:31.994 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-08-25T21:09:32.620Z[ recovery-image] Aug 25 21:09:32.004 INFO O| Aug 25 21:09:32.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62982026-08-25T21:09:32.620Z[ recovery-image] Aug 25 21:09:32.004 INFO O| Aug 25 21:09:32.004 INFO STEP 333 (remove_files) COMPLETE
62992026-08-25T21:09:32.620Z[ recovery-image] Aug 25 21:09:32.004 INFO O| Aug 25 21:09:32.004 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-08-25T21:09:32.631Z[ recovery-image] Aug 25 21:09:32.015 INFO O| Aug 25 21:09:32.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63012026-08-25T21:09:32.631Z[ recovery-image] Aug 25 21:09:32.015 INFO O| Aug 25 21:09:32.015 INFO STEP 334 (remove_files) COMPLETE
63022026-08-25T21:09:32.634Z[ recovery-image] Aug 25 21:09:32.015 INFO O| Aug 25 21:09:32.015 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-08-25T21:09:32.641Z[ recovery-image] Aug 25 21:09:32.025 INFO O| Aug 25 21:09:32.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63042026-08-25T21:09:32.644Z[ recovery-image] Aug 25 21:09:32.026 INFO O| Aug 25 21:09:32.026 INFO STEP 335 (remove_files) COMPLETE
63052026-08-25T21:09:32.645Z[ recovery-image] Aug 25 21:09:32.026 INFO O| Aug 25 21:09:32.026 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-08-25T21:09:32.698Z[ recovery-image] Aug 25 21:09:32.036 INFO O| Aug 25 21:09:32.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63072026-08-25T21:09:32.699Z[ recovery-image] Aug 25 21:09:32.036 INFO O| Aug 25 21:09:32.036 INFO STEP 336 (remove_files) COMPLETE
63082026-08-25T21:09:32.699Z[ recovery-image] Aug 25 21:09:32.036 INFO O| Aug 25 21:09:32.036 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-08-25T21:09:32.699Z[ recovery-image] Aug 25 21:09:32.046 INFO O| Aug 25 21:09:32.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63102026-08-25T21:09:32.699Z[ recovery-image] Aug 25 21:09:32.046 INFO O| Aug 25 21:09:32.046 INFO STEP 337 (remove_files) COMPLETE
63112026-08-25T21:09:32.699Z[ recovery-image] Aug 25 21:09:32.046 INFO O| Aug 25 21:09:32.046 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-08-25T21:09:32.699Z[ recovery-image] Aug 25 21:09:32.056 INFO O| Aug 25 21:09:32.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63132026-08-25T21:09:32.699Z[ recovery-image] Aug 25 21:09:32.056 INFO O| Aug 25 21:09:32.056 INFO STEP 338 (remove_files) COMPLETE
63142026-08-25T21:09:32.699Z[ recovery-image] Aug 25 21:09:32.056 INFO O| Aug 25 21:09:32.056 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-08-25T21:09:32.699Z[ recovery-image] Aug 25 21:09:32.065 INFO O| Aug 25 21:09:32.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63162026-08-25T21:09:32.699Z[ recovery-image] Aug 25 21:09:32.065 INFO O| Aug 25 21:09:32.065 INFO STEP 339 (remove_files) COMPLETE
63172026-08-25T21:09:32.699Z[ recovery-image] Aug 25 21:09:32.065 INFO O| Aug 25 21:09:32.065 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-08-25T21:09:32.699Z[ recovery-image] Aug 25 21:09:32.075 INFO O| Aug 25 21:09:32.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63192026-08-25T21:09:32.699Z[ recovery-image] Aug 25 21:09:32.075 INFO O| Aug 25 21:09:32.075 INFO STEP 340 (remove_files) COMPLETE
63202026-08-25T21:09:32.699Z[ recovery-image] Aug 25 21:09:32.075 INFO O| Aug 25 21:09:32.075 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-08-25T21:09:32.704Z[ recovery-image] Aug 25 21:09:32.086 INFO O| Aug 25 21:09:32.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63222026-08-25T21:09:32.704Z[ recovery-image] Aug 25 21:09:32.086 INFO O| Aug 25 21:09:32.086 INFO STEP 341 (remove_files) COMPLETE
63232026-08-25T21:09:32.705Z[ recovery-image] Aug 25 21:09:32.086 INFO O| Aug 25 21:09:32.086 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-08-25T21:09:32.712Z[ recovery-image] Aug 25 21:09:32.096 INFO O| Aug 25 21:09:32.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63252026-08-25T21:09:32.712Z[ recovery-image] Aug 25 21:09:32.096 INFO O| Aug 25 21:09:32.096 INFO STEP 342 (remove_files) COMPLETE
63262026-08-25T21:09:32.715Z[ recovery-image] Aug 25 21:09:32.096 INFO O| Aug 25 21:09:32.096 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-08-25T21:09:32.722Z[ recovery-image] Aug 25 21:09:32.106 INFO O| Aug 25 21:09:32.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63282026-08-25T21:09:32.722Z[ recovery-image] Aug 25 21:09:32.106 INFO O| Aug 25 21:09:32.106 INFO STEP 343 (remove_files) COMPLETE
63292026-08-25T21:09:32.722Z[ recovery-image] Aug 25 21:09:32.106 INFO O| Aug 25 21:09:32.106 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-08-25T21:09:32.733Z[ recovery-image] Aug 25 21:09:32.117 INFO O| Aug 25 21:09:32.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63312026-08-25T21:09:32.736Z[ recovery-image] Aug 25 21:09:32.118 INFO O| Aug 25 21:09:32.118 INFO STEP 344 (remove_files) COMPLETE
63322026-08-25T21:09:32.736Z[ recovery-image] Aug 25 21:09:32.118 INFO O| Aug 25 21:09:32.118 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-08-25T21:09:32.743Z[ recovery-image] Aug 25 21:09:32.127 INFO O| Aug 25 21:09:32.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63342026-08-25T21:09:32.743Z[ recovery-image] Aug 25 21:09:32.127 INFO O| Aug 25 21:09:32.127 INFO STEP 345 (remove_files) COMPLETE
63352026-08-25T21:09:32.743Z[ recovery-image] Aug 25 21:09:32.127 INFO O| Aug 25 21:09:32.127 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-08-25T21:09:32.752Z[ recovery-image] Aug 25 21:09:32.136 INFO O| Aug 25 21:09:32.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63372026-08-25T21:09:32.752Z[ recovery-image] Aug 25 21:09:32.136 INFO O| Aug 25 21:09:32.136 INFO STEP 346 (remove_files) COMPLETE
63382026-08-25T21:09:32.756Z[ recovery-image] Aug 25 21:09:32.136 INFO O| Aug 25 21:09:32.136 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-08-25T21:09:32.763Z[ recovery-image] Aug 25 21:09:32.147 INFO O| Aug 25 21:09:32.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63402026-08-25T21:09:32.763Z[ recovery-image] Aug 25 21:09:32.147 INFO O| Aug 25 21:09:32.147 INFO STEP 347 (remove_files) COMPLETE
63412026-08-25T21:09:32.766Z[ recovery-image] Aug 25 21:09:32.147 INFO O| Aug 25 21:09:32.147 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-08-25T21:09:32.773Z[ recovery-image] Aug 25 21:09:32.157 INFO O| Aug 25 21:09:32.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63432026-08-25T21:09:32.773Z[ recovery-image] Aug 25 21:09:32.157 INFO O| Aug 25 21:09:32.157 INFO STEP 348 (remove_files) COMPLETE
63442026-08-25T21:09:32.773Z[ recovery-image] Aug 25 21:09:32.157 INFO O| Aug 25 21:09:32.157 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-08-25T21:09:32.783Z[ recovery-image] Aug 25 21:09:32.167 INFO O| Aug 25 21:09:32.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63462026-08-25T21:09:32.783Z[ recovery-image] Aug 25 21:09:32.167 INFO O| Aug 25 21:09:32.167 INFO STEP 349 (remove_files) COMPLETE
63472026-08-25T21:09:32.783Z[ recovery-image] Aug 25 21:09:32.167 INFO O| Aug 25 21:09:32.167 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-08-25T21:09:32.792Z[ recovery-image] Aug 25 21:09:32.176 INFO O| Aug 25 21:09:32.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63492026-08-25T21:09:32.792Z[ recovery-image] Aug 25 21:09:32.176 INFO O| Aug 25 21:09:32.176 INFO STEP 350 (remove_files) COMPLETE
63502026-08-25T21:09:32.795Z[ recovery-image] Aug 25 21:09:32.176 INFO O| Aug 25 21:09:32.176 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63512026-08-25T21:09:32.802Z[ recovery-image] Aug 25 21:09:32.186 INFO O| Aug 25 21:09:32.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63522026-08-25T21:09:32.802Z[ recovery-image] Aug 25 21:09:32.186 INFO O| Aug 25 21:09:32.186 INFO STEP 351 (remove_files) COMPLETE
63532026-08-25T21:09:32.805Z[ recovery-image] Aug 25 21:09:32.186 INFO O| Aug 25 21:09:32.186 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63542026-08-25T21:09:32.811Z[ recovery-image] Aug 25 21:09:32.195 INFO O| Aug 25 21:09:32.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63552026-08-25T21:09:32.811Z[ recovery-image] Aug 25 21:09:32.195 INFO O| Aug 25 21:09:32.195 INFO STEP 352 (remove_files) COMPLETE
63562026-08-25T21:09:32.811Z[ recovery-image] Aug 25 21:09:32.195 INFO O| Aug 25 21:09:32.195 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63572026-08-25T21:09:32.818Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
63582026-08-25T21:09:32.821Z[ recovery-image] Aug 25 21:09:32.205 INFO O| Aug 25 21:09:32.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63592026-08-25T21:09:32.821Z[ recovery-image] Aug 25 21:09:32.205 INFO O| Aug 25 21:09:32.205 INFO STEP 353 (remove_files) COMPLETE
63602026-08-25T21:09:32.821Z[ recovery-image] Aug 25 21:09:32.205 INFO O| Aug 25 21:09:32.205 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-08-25T21:09:32.831Z[ recovery-image] Aug 25 21:09:32.215 INFO O| Aug 25 21:09:32.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63622026-08-25T21:09:32.831Z[ recovery-image] Aug 25 21:09:32.215 INFO O| Aug 25 21:09:32.215 INFO STEP 354 (remove_files) COMPLETE
63632026-08-25T21:09:32.834Z[ recovery-image] Aug 25 21:09:32.215 INFO O| Aug 25 21:09:32.215 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-08-25T21:09:32.840Z[ recovery-image] Aug 25 21:09:32.224 INFO O| Aug 25 21:09:32.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63652026-08-25T21:09:32.840Z[ recovery-image] Aug 25 21:09:32.224 INFO O| Aug 25 21:09:32.224 INFO STEP 355 (remove_files) COMPLETE
63662026-08-25T21:09:32.840Z[ recovery-image] Aug 25 21:09:32.224 INFO O| Aug 25 21:09:32.224 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-08-25T21:09:32.850Z[ recovery-image] Aug 25 21:09:32.234 INFO O| Aug 25 21:09:32.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63682026-08-25T21:09:32.850Z[ recovery-image] Aug 25 21:09:32.234 INFO O| Aug 25 21:09:32.234 INFO STEP 356 (remove_files) COMPLETE
63692026-08-25T21:09:32.850Z[ recovery-image] Aug 25 21:09:32.234 INFO O| Aug 25 21:09:32.234 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-08-25T21:09:32.860Z[ recovery-image] Aug 25 21:09:32.244 INFO O| Aug 25 21:09:32.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63712026-08-25T21:09:32.860Z[ recovery-image] Aug 25 21:09:32.244 INFO O| Aug 25 21:09:32.244 INFO STEP 357 (remove_files) COMPLETE
63722026-08-25T21:09:32.860Z[ recovery-image] Aug 25 21:09:32.244 INFO O| Aug 25 21:09:32.244 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-08-25T21:09:32.869Z[ recovery-image] Aug 25 21:09:32.254 INFO O| Aug 25 21:09:32.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63742026-08-25T21:09:32.869Z[ recovery-image] Aug 25 21:09:32.254 INFO O| Aug 25 21:09:32.254 INFO STEP 358 (remove_files) COMPLETE
63752026-08-25T21:09:32.869Z[ recovery-image] Aug 25 21:09:32.254 INFO O| Aug 25 21:09:32.254 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-08-25T21:09:32.879Z[ recovery-image] Aug 25 21:09:32.263 INFO O| Aug 25 21:09:32.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63772026-08-25T21:09:32.879Z[ recovery-image] Aug 25 21:09:32.263 INFO O| Aug 25 21:09:32.263 INFO STEP 359 (remove_files) COMPLETE
63782026-08-25T21:09:32.879Z[ recovery-image] Aug 25 21:09:32.263 INFO O| Aug 25 21:09:32.263 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-08-25T21:09:32.889Z[ recovery-image] Aug 25 21:09:32.273 INFO O| Aug 25 21:09:32.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63802026-08-25T21:09:32.889Z[ recovery-image] Aug 25 21:09:32.273 INFO O| Aug 25 21:09:32.273 INFO STEP 360 (remove_files) COMPLETE
63812026-08-25T21:09:32.889Z[ recovery-image] Aug 25 21:09:32.273 INFO O| Aug 25 21:09:32.273 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-08-25T21:09:32.899Z[ recovery-image] Aug 25 21:09:32.283 INFO O| Aug 25 21:09:32.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63832026-08-25T21:09:32.899Z[ recovery-image] Aug 25 21:09:32.283 INFO O| Aug 25 21:09:32.283 INFO STEP 361 (remove_files) COMPLETE
63842026-08-25T21:09:32.899Z[ recovery-image] Aug 25 21:09:32.283 INFO O| Aug 25 21:09:32.283 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-08-25T21:09:32.908Z[ recovery-image] Aug 25 21:09:32.292 INFO O| Aug 25 21:09:32.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63862026-08-25T21:09:32.908Z[ recovery-image] Aug 25 21:09:32.292 INFO O| Aug 25 21:09:32.292 INFO STEP 362 (remove_files) COMPLETE
63872026-08-25T21:09:32.912Z[ recovery-image] Aug 25 21:09:32.292 INFO O| Aug 25 21:09:32.292 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-08-25T21:09:32.917Z[ recovery-image] Aug 25 21:09:32.301 INFO O| Aug 25 21:09:32.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63892026-08-25T21:09:32.917Z[ recovery-image] Aug 25 21:09:32.301 INFO O| Aug 25 21:09:32.301 INFO STEP 363 (remove_files) COMPLETE
63902026-08-25T21:09:32.917Z[ recovery-image] Aug 25 21:09:32.301 INFO O| Aug 25 21:09:32.301 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-08-25T21:09:32.926Z[ recovery-image] Aug 25 21:09:32.309 INFO O| Aug 25 21:09:32.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63922026-08-25T21:09:32.926Z[ recovery-image] Aug 25 21:09:32.310 INFO O| Aug 25 21:09:32.310 INFO STEP 364 (remove_files) COMPLETE
63932026-08-25T21:09:32.926Z[ recovery-image] Aug 25 21:09:32.310 INFO O| Aug 25 21:09:32.310 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-08-25T21:09:32.934Z[ recovery-image] Aug 25 21:09:32.318 INFO O| Aug 25 21:09:32.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63952026-08-25T21:09:32.934Z[ recovery-image] Aug 25 21:09:32.318 INFO O| Aug 25 21:09:32.318 INFO STEP 365 (remove_files) COMPLETE
63962026-08-25T21:09:32.937Z[ recovery-image] Aug 25 21:09:32.318 INFO O| Aug 25 21:09:32.318 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-08-25T21:09:32.942Z[ recovery-image] Aug 25 21:09:32.326 INFO O| Aug 25 21:09:32.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63982026-08-25T21:09:32.942Z[ recovery-image] Aug 25 21:09:32.327 INFO O| Aug 25 21:09:32.326 INFO STEP 366 (remove_files) COMPLETE
63992026-08-25T21:09:32.946Z[ recovery-image] Aug 25 21:09:32.327 INFO O| Aug 25 21:09:32.327 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-08-25T21:09:32.950Z[ recovery-image] Aug 25 21:09:32.335 INFO O| Aug 25 21:09:32.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64012026-08-25T21:09:32.950Z[ recovery-image] Aug 25 21:09:32.335 INFO O| Aug 25 21:09:32.335 INFO STEP 367 (remove_files) COMPLETE
64022026-08-25T21:09:32.953Z[ recovery-image] Aug 25 21:09:32.335 INFO O| Aug 25 21:09:32.335 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-08-25T21:09:32.958Z[ recovery-image] Aug 25 21:09:32.343 INFO O| Aug 25 21:09:32.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64042026-08-25T21:09:32.958Z[ recovery-image] Aug 25 21:09:32.343 INFO O| Aug 25 21:09:32.343 INFO STEP 368 (remove_files) COMPLETE
64052026-08-25T21:09:32.958Z[ recovery-image] Aug 25 21:09:32.343 INFO O| Aug 25 21:09:32.343 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-08-25T21:09:32.967Z[ recovery-image] Aug 25 21:09:32.351 INFO O| Aug 25 21:09:32.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64072026-08-25T21:09:32.967Z[ recovery-image] Aug 25 21:09:32.352 INFO O| Aug 25 21:09:32.352 INFO STEP 369 (remove_files) COMPLETE
64082026-08-25T21:09:32.971Z[ recovery-image] Aug 25 21:09:32.352 INFO O| Aug 25 21:09:32.352 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-08-25T21:09:32.976Z[ recovery-image] Aug 25 21:09:32.360 INFO O| Aug 25 21:09:32.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64102026-08-25T21:09:32.976Z[ recovery-image] Aug 25 21:09:32.360 INFO O| Aug 25 21:09:32.360 INFO STEP 370 (remove_files) COMPLETE
64112026-08-25T21:09:32.980Z[ recovery-image] Aug 25 21:09:32.360 INFO O| Aug 25 21:09:32.360 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-08-25T21:09:32.986Z[ recovery-image] Aug 25 21:09:32.370 INFO O| Aug 25 21:09:32.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64132026-08-25T21:09:32.986Z[ recovery-image] Aug 25 21:09:32.370 INFO O| Aug 25 21:09:32.370 INFO STEP 371 (remove_files) COMPLETE
64142026-08-25T21:09:32.986Z[ recovery-image] Aug 25 21:09:32.370 INFO O| Aug 25 21:09:32.370 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-08-25T21:09:32.995Z[ recovery-image] Aug 25 21:09:32.379 INFO O| Aug 25 21:09:32.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64162026-08-25T21:09:32.995Z[ recovery-image] Aug 25 21:09:32.379 INFO O| Aug 25 21:09:32.379 INFO STEP 372 (remove_files) COMPLETE
64172026-08-25T21:09:32.995Z[ recovery-image] Aug 25 21:09:32.379 INFO O| Aug 25 21:09:32.379 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-08-25T21:09:33.005Z[ recovery-image] Aug 25 21:09:32.389 INFO O| Aug 25 21:09:32.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64192026-08-25T21:09:33.005Z[ recovery-image] Aug 25 21:09:32.389 INFO O| Aug 25 21:09:32.389 INFO STEP 373 (remove_files) COMPLETE
64202026-08-25T21:09:33.008Z[ recovery-image] Aug 25 21:09:32.389 INFO O| Aug 25 21:09:32.389 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-08-25T21:09:33.012Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
64222026-08-25T21:09:33.015Z[ recovery-image] Aug 25 21:09:32.398 INFO O| Aug 25 21:09:32.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64232026-08-25T21:09:33.015Z[ recovery-image] Aug 25 21:09:32.398 INFO O| Aug 25 21:09:32.398 INFO STEP 374 (remove_files) COMPLETE
64242026-08-25T21:09:33.015Z[ recovery-image] Aug 25 21:09:32.398 INFO O| Aug 25 21:09:32.398 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-08-25T21:09:33.023Z[ recovery-image] Aug 25 21:09:32.407 INFO O| Aug 25 21:09:32.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64262026-08-25T21:09:33.023Z[ recovery-image] Aug 25 21:09:32.407 INFO O| Aug 25 21:09:32.407 INFO STEP 375 (remove_files) COMPLETE
64272026-08-25T21:09:33.027Z[ recovery-image] Aug 25 21:09:32.408 INFO O| Aug 25 21:09:32.407 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-08-25T21:09:33.033Z[ recovery-image] Aug 25 21:09:32.418 INFO O| Aug 25 21:09:32.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64292026-08-25T21:09:33.033Z[ recovery-image] Aug 25 21:09:32.418 INFO O| Aug 25 21:09:32.418 INFO STEP 376 (remove_files) COMPLETE
64302026-08-25T21:09:33.037Z[ recovery-image] Aug 25 21:09:32.418 INFO O| Aug 25 21:09:32.418 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-08-25T21:09:33.044Z[ recovery-image] Aug 25 21:09:32.428 INFO O| Aug 25 21:09:32.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64322026-08-25T21:09:33.044Z[ recovery-image] Aug 25 21:09:32.428 INFO O| Aug 25 21:09:32.428 INFO STEP 377 (remove_files) COMPLETE
64332026-08-25T21:09:33.047Z[ recovery-image] Aug 25 21:09:32.428 INFO O| Aug 25 21:09:32.428 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-08-25T21:09:33.054Z[ recovery-image] Aug 25 21:09:32.438 INFO O| Aug 25 21:09:32.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64352026-08-25T21:09:33.054Z[ recovery-image] Aug 25 21:09:32.438 INFO O| Aug 25 21:09:32.438 INFO STEP 378 (remove_files) COMPLETE
64362026-08-25T21:09:33.057Z[ recovery-image] Aug 25 21:09:32.438 INFO O| Aug 25 21:09:32.438 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-08-25T21:09:33.065Z[ recovery-image] Aug 25 21:09:32.449 INFO O| Aug 25 21:09:32.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64382026-08-25T21:09:33.065Z[ recovery-image] Aug 25 21:09:32.449 INFO O| Aug 25 21:09:32.449 INFO STEP 379 (remove_files) COMPLETE
64392026-08-25T21:09:33.069Z[ recovery-image] Aug 25 21:09:32.449 INFO O| Aug 25 21:09:32.449 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-08-25T21:09:33.075Z[ recovery-image] Aug 25 21:09:32.459 INFO O| Aug 25 21:09:32.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64412026-08-25T21:09:33.075Z[ recovery-image] Aug 25 21:09:32.459 INFO O| Aug 25 21:09:32.459 INFO STEP 380 (remove_files) COMPLETE
64422026-08-25T21:09:33.075Z[ recovery-image] Aug 25 21:09:32.459 INFO O| Aug 25 21:09:32.459 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-08-25T21:09:33.085Z[ recovery-image] Aug 25 21:09:32.469 INFO O| Aug 25 21:09:32.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64442026-08-25T21:09:33.085Z[ recovery-image] Aug 25 21:09:32.469 INFO O| Aug 25 21:09:32.469 INFO STEP 381 (remove_files) COMPLETE
64452026-08-25T21:09:33.085Z[ recovery-image] Aug 25 21:09:32.469 INFO O| Aug 25 21:09:32.469 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-08-25T21:09:33.094Z[ recovery-image] Aug 25 21:09:32.478 INFO O| Aug 25 21:09:32.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64472026-08-25T21:09:33.094Z[ recovery-image] Aug 25 21:09:32.478 INFO O| Aug 25 21:09:32.478 INFO STEP 382 (remove_files) COMPLETE
64482026-08-25T21:09:33.094Z[ recovery-image] Aug 25 21:09:32.478 INFO O| Aug 25 21:09:32.478 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-08-25T21:09:33.104Z[ recovery-image] Aug 25 21:09:32.488 INFO O| Aug 25 21:09:32.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64502026-08-25T21:09:33.104Z[ recovery-image] Aug 25 21:09:32.488 INFO O| Aug 25 21:09:32.488 INFO STEP 383 (remove_files) COMPLETE
64512026-08-25T21:09:33.107Z[ recovery-image] Aug 25 21:09:32.488 INFO O| Aug 25 21:09:32.488 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-25T21:09:33.114Z[ recovery-image] Aug 25 21:09:32.498 INFO O| Aug 25 21:09:32.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64532026-08-25T21:09:33.114Z[ recovery-image] Aug 25 21:09:32.498 INFO O| Aug 25 21:09:32.498 INFO STEP 384 (remove_files) COMPLETE
64542026-08-25T21:09:33.114Z[ recovery-image] Aug 25 21:09:32.498 INFO O| Aug 25 21:09:32.498 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-08-25T21:09:33.124Z[ recovery-image] Aug 25 21:09:32.508 INFO O| Aug 25 21:09:32.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64562026-08-25T21:09:33.124Z[ recovery-image] Aug 25 21:09:32.508 INFO O| Aug 25 21:09:32.508 INFO STEP 385 (remove_files) COMPLETE
64572026-08-25T21:09:33.124Z[ recovery-image] Aug 25 21:09:32.508 INFO O| Aug 25 21:09:32.508 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-25T21:09:33.133Z[ recovery-image] Aug 25 21:09:32.517 INFO O| Aug 25 21:09:32.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64592026-08-25T21:09:33.133Z[ recovery-image] Aug 25 21:09:32.517 INFO O| Aug 25 21:09:32.517 INFO STEP 386 (remove_files) COMPLETE
64602026-08-25T21:09:33.133Z[ recovery-image] Aug 25 21:09:32.517 INFO O| Aug 25 21:09:32.517 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-25T21:09:33.143Z[ recovery-image] Aug 25 21:09:32.527 INFO O| Aug 25 21:09:32.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64622026-08-25T21:09:33.143Z[ recovery-image] Aug 25 21:09:32.527 INFO O| Aug 25 21:09:32.527 INFO STEP 387 (remove_files) COMPLETE
64632026-08-25T21:09:33.144Z[ recovery-image] Aug 25 21:09:32.527 INFO O| Aug 25 21:09:32.527 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-25T21:09:33.154Z[ recovery-image] Aug 25 21:09:32.538 INFO O| Aug 25 21:09:32.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64652026-08-25T21:09:33.154Z[ recovery-image] Aug 25 21:09:32.538 INFO O| Aug 25 21:09:32.538 INFO STEP 388 (remove_files) COMPLETE
64662026-08-25T21:09:33.157Z[ recovery-image] Aug 25 21:09:32.538 INFO O| Aug 25 21:09:32.538 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-25T21:09:33.166Z[ recovery-image] Aug 25 21:09:32.550 INFO O| Aug 25 21:09:32.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64682026-08-25T21:09:33.166Z[ recovery-image] Aug 25 21:09:32.550 INFO O| Aug 25 21:09:32.550 INFO STEP 389 (remove_files) COMPLETE
64692026-08-25T21:09:33.166Z[ recovery-image] Aug 25 21:09:32.550 INFO O| Aug 25 21:09:32.550 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-25T21:09:33.175Z[ recovery-image] Aug 25 21:09:32.559 INFO O| Aug 25 21:09:32.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64712026-08-25T21:09:33.179Z[ recovery-image] Aug 25 21:09:32.560 INFO O| Aug 25 21:09:32.560 INFO STEP 390 (remove_files) COMPLETE
64722026-08-25T21:09:33.179Z[ recovery-image] Aug 25 21:09:32.560 INFO O| Aug 25 21:09:32.560 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-25T21:09:33.186Z[ recovery-image] Aug 25 21:09:32.570 INFO O| Aug 25 21:09:32.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64742026-08-25T21:09:33.186Z[ recovery-image] Aug 25 21:09:32.570 INFO O| Aug 25 21:09:32.570 INFO STEP 391 (remove_files) COMPLETE
64752026-08-25T21:09:33.186Z[ recovery-image] Aug 25 21:09:32.570 INFO O| Aug 25 21:09:32.570 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-25T21:09:33.195Z[ recovery-image] Aug 25 21:09:32.579 INFO O| Aug 25 21:09:32.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64772026-08-25T21:09:33.195Z[ recovery-image] Aug 25 21:09:32.579 INFO O| Aug 25 21:09:32.579 INFO STEP 392 (remove_files) COMPLETE
64782026-08-25T21:09:33.195Z[ recovery-image] Aug 25 21:09:32.579 INFO O| Aug 25 21:09:32.579 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-25T21:09:33.205Z[ recovery-image] Aug 25 21:09:32.588 INFO O| Aug 25 21:09:32.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64802026-08-25T21:09:33.205Z[ recovery-image] Aug 25 21:09:32.588 INFO O| Aug 25 21:09:32.588 INFO STEP 393 (remove_files) COMPLETE
64812026-08-25T21:09:33.205Z[ recovery-image] Aug 25 21:09:32.588 INFO O| Aug 25 21:09:32.588 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-25T21:09:33.213Z[ recovery-image] Aug 25 21:09:32.597 INFO O| Aug 25 21:09:32.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64832026-08-25T21:09:33.213Z[ recovery-image] Aug 25 21:09:32.597 INFO O| Aug 25 21:09:32.597 INFO STEP 394 (remove_files) COMPLETE
64842026-08-25T21:09:33.213Z[ recovery-image] Aug 25 21:09:32.597 INFO O| Aug 25 21:09:32.597 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-25T21:09:33.222Z[ recovery-image] Aug 25 21:09:32.606 INFO O| Aug 25 21:09:32.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64862026-08-25T21:09:33.222Z[ recovery-image] Aug 25 21:09:32.606 INFO O| Aug 25 21:09:32.606 INFO STEP 395 (remove_files) COMPLETE
64872026-08-25T21:09:33.222Z[ recovery-image] Aug 25 21:09:32.606 INFO O| Aug 25 21:09:32.606 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-08-25T21:09:33.231Z[ recovery-image] Aug 25 21:09:32.615 INFO O| Aug 25 21:09:32.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64892026-08-25T21:09:33.231Z[ recovery-image] Aug 25 21:09:32.615 INFO O| Aug 25 21:09:32.615 INFO STEP 396 (remove_files) COMPLETE
64902026-08-25T21:09:33.231Z[ recovery-image] Aug 25 21:09:32.615 INFO O| Aug 25 21:09:32.615 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-08-25T21:09:33.241Z[ recovery-image] Aug 25 21:09:32.625 INFO O| Aug 25 21:09:32.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64922026-08-25T21:09:33.241Z[ recovery-image] Aug 25 21:09:32.625 INFO O| Aug 25 21:09:32.625 INFO STEP 397 (remove_files) COMPLETE
64932026-08-25T21:09:33.241Z[ recovery-image] Aug 25 21:09:32.625 INFO O| Aug 25 21:09:32.625 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-08-25T21:09:33.250Z[ recovery-image] Aug 25 21:09:32.634 INFO O| Aug 25 21:09:32.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64952026-08-25T21:09:33.250Z[ recovery-image] Aug 25 21:09:32.634 INFO O| Aug 25 21:09:32.634 INFO STEP 398 (remove_files) COMPLETE
64962026-08-25T21:09:33.250Z[ recovery-image] Aug 25 21:09:32.634 INFO O| Aug 25 21:09:32.634 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-08-25T21:09:33.259Z[ recovery-image] Aug 25 21:09:32.643 INFO O| Aug 25 21:09:32.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64982026-08-25T21:09:33.259Z[ recovery-image] Aug 25 21:09:32.643 INFO O| Aug 25 21:09:32.643 INFO STEP 399 (remove_files) COMPLETE
64992026-08-25T21:09:33.259Z[ recovery-image] Aug 25 21:09:32.643 INFO O| Aug 25 21:09:32.643 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-08-25T21:09:33.268Z[ recovery-image] Aug 25 21:09:32.652 INFO O| Aug 25 21:09:32.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65012026-08-25T21:09:33.268Z[ recovery-image] Aug 25 21:09:32.652 INFO O| Aug 25 21:09:32.652 INFO STEP 400 (remove_files) COMPLETE
65022026-08-25T21:09:33.268Z[ recovery-image] Aug 25 21:09:32.652 INFO O| Aug 25 21:09:32.652 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-08-25T21:09:33.277Z[ recovery-image] Aug 25 21:09:32.661 INFO O| Aug 25 21:09:32.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65042026-08-25T21:09:33.277Z[ recovery-image] Aug 25 21:09:32.661 INFO O| Aug 25 21:09:32.661 INFO STEP 401 (remove_files) COMPLETE
65052026-08-25T21:09:33.277Z[ recovery-image] Aug 25 21:09:32.661 INFO O| Aug 25 21:09:32.661 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-08-25T21:09:33.286Z[ recovery-image] Aug 25 21:09:32.670 INFO O| Aug 25 21:09:32.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65072026-08-25T21:09:33.286Z[ recovery-image] Aug 25 21:09:32.670 INFO O| Aug 25 21:09:32.670 INFO STEP 402 (remove_files) COMPLETE
65082026-08-25T21:09:33.289Z[ recovery-image] Aug 25 21:09:32.670 INFO O| Aug 25 21:09:32.670 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-08-25T21:09:33.294Z[ recovery-image] Aug 25 21:09:32.679 INFO O| Aug 25 21:09:32.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65102026-08-25T21:09:33.294Z[ recovery-image] Aug 25 21:09:32.679 INFO O| Aug 25 21:09:32.679 INFO STEP 403 (remove_files) COMPLETE
65112026-08-25T21:09:33.294Z[ recovery-image] Aug 25 21:09:32.679 INFO O| Aug 25 21:09:32.679 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-08-25T21:09:33.303Z[ recovery-image] Aug 25 21:09:32.687 INFO O| Aug 25 21:09:32.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65132026-08-25T21:09:33.303Z[ recovery-image] Aug 25 21:09:32.687 INFO O| Aug 25 21:09:32.687 INFO STEP 404 (remove_files) COMPLETE
65142026-08-25T21:09:33.303Z[ recovery-image] Aug 25 21:09:32.687 INFO O| Aug 25 21:09:32.687 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-08-25T21:09:33.312Z[ recovery-image] Aug 25 21:09:32.696 INFO O| Aug 25 21:09:32.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65162026-08-25T21:09:33.312Z[ recovery-image] Aug 25 21:09:32.696 INFO O| Aug 25 21:09:32.696 INFO STEP 405 (remove_files) COMPLETE
65172026-08-25T21:09:33.312Z[ recovery-image] Aug 25 21:09:32.696 INFO O| Aug 25 21:09:32.696 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-08-25T21:09:33.322Z[ recovery-image] Aug 25 21:09:32.706 INFO O| Aug 25 21:09:32.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65192026-08-25T21:09:33.322Z[ recovery-image] Aug 25 21:09:32.706 INFO O| Aug 25 21:09:32.706 INFO STEP 406 (remove_files) COMPLETE
65202026-08-25T21:09:33.322Z[ recovery-image] Aug 25 21:09:32.706 INFO O| Aug 25 21:09:32.706 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-08-25T21:09:33.333Z[ recovery-image] Aug 25 21:09:32.716 INFO O| Aug 25 21:09:32.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65222026-08-25T21:09:33.333Z[ recovery-image] Aug 25 21:09:32.716 INFO O| Aug 25 21:09:32.716 INFO STEP 407 (remove_files) COMPLETE
65232026-08-25T21:09:33.333Z[ recovery-image] Aug 25 21:09:32.716 INFO O| Aug 25 21:09:32.716 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-08-25T21:09:33.343Z[ recovery-image] Aug 25 21:09:32.727 INFO O| Aug 25 21:09:32.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65252026-08-25T21:09:33.343Z[ recovery-image] Aug 25 21:09:32.727 INFO O| Aug 25 21:09:32.727 INFO STEP 408 (remove_files) COMPLETE
65262026-08-25T21:09:33.343Z[ recovery-image] Aug 25 21:09:32.727 INFO O| Aug 25 21:09:32.727 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-08-25T21:09:33.353Z[ recovery-image] Aug 25 21:09:32.737 INFO O| Aug 25 21:09:32.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65282026-08-25T21:09:33.353Z[ recovery-image] Aug 25 21:09:32.737 INFO O| Aug 25 21:09:32.737 INFO STEP 409 (remove_files) COMPLETE
65292026-08-25T21:09:33.353Z[ recovery-image] Aug 25 21:09:32.737 INFO O| Aug 25 21:09:32.737 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-08-25T21:09:33.395Z[ recovery-image] Aug 25 21:09:32.779 INFO O| Aug 25 21:09:32.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65312026-08-25T21:09:33.395Z[ recovery-image] Aug 25 21:09:32.779 INFO O| Aug 25 21:09:32.779 INFO STEP 410 (remove_files) COMPLETE
65322026-08-25T21:09:33.395Z[ recovery-image] Aug 25 21:09:32.779 INFO O| Aug 25 21:09:32.779 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-08-25T21:09:33.406Z[ recovery-image] Aug 25 21:09:32.790 INFO O| Aug 25 21:09:32.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65342026-08-25T21:09:33.406Z[ recovery-image] Aug 25 21:09:32.790 INFO O| Aug 25 21:09:32.790 INFO STEP 411 (remove_files) COMPLETE
65352026-08-25T21:09:33.406Z[ recovery-image] Aug 25 21:09:32.790 INFO O| Aug 25 21:09:32.790 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-08-25T21:09:33.415Z[ recovery-image] Aug 25 21:09:32.799 INFO O| Aug 25 21:09:32.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65372026-08-25T21:09:33.415Z[ recovery-image] Aug 25 21:09:32.799 INFO O| Aug 25 21:09:32.799 INFO STEP 412 (remove_files) COMPLETE
65382026-08-25T21:09:33.415Z[ recovery-image] Aug 25 21:09:32.799 INFO O| Aug 25 21:09:32.799 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-08-25T21:09:33.424Z[ recovery-image] Aug 25 21:09:32.808 INFO O| Aug 25 21:09:32.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65402026-08-25T21:09:33.424Z[ recovery-image] Aug 25 21:09:32.808 INFO O| Aug 25 21:09:32.808 INFO STEP 413 (remove_files) COMPLETE
65412026-08-25T21:09:33.424Z[ recovery-image] Aug 25 21:09:32.808 INFO O| Aug 25 21:09:32.808 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-08-25T21:09:33.433Z[ recovery-image] Aug 25 21:09:32.817 INFO O| Aug 25 21:09:32.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65432026-08-25T21:09:33.433Z[ recovery-image] Aug 25 21:09:32.817 INFO O| Aug 25 21:09:32.817 INFO STEP 414 (remove_files) COMPLETE
65442026-08-25T21:09:33.433Z[ recovery-image] Aug 25 21:09:32.817 INFO O| Aug 25 21:09:32.817 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-08-25T21:09:33.443Z[ recovery-image] Aug 25 21:09:32.827 INFO O| Aug 25 21:09:32.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65462026-08-25T21:09:33.443Z[ recovery-image] Aug 25 21:09:32.827 INFO O| Aug 25 21:09:32.827 INFO STEP 415 (remove_files) COMPLETE
65472026-08-25T21:09:33.443Z[ recovery-image] Aug 25 21:09:32.827 INFO O| Aug 25 21:09:32.827 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-08-25T21:09:33.454Z[ recovery-image] Aug 25 21:09:32.838 INFO O| Aug 25 21:09:32.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65492026-08-25T21:09:33.454Z[ recovery-image] Aug 25 21:09:32.838 INFO O| Aug 25 21:09:32.838 INFO STEP 416 (remove_files) COMPLETE
65502026-08-25T21:09:33.454Z[ recovery-image] Aug 25 21:09:32.838 INFO O| Aug 25 21:09:32.838 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-08-25T21:09:33.464Z[ recovery-image] Aug 25 21:09:32.848 INFO O| Aug 25 21:09:32.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65522026-08-25T21:09:33.464Z[ recovery-image] Aug 25 21:09:32.848 INFO O| Aug 25 21:09:32.848 INFO STEP 417 (remove_files) COMPLETE
65532026-08-25T21:09:33.464Z[ recovery-image] Aug 25 21:09:32.848 INFO O| Aug 25 21:09:32.848 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-08-25T21:09:33.475Z[ recovery-image] Aug 25 21:09:32.859 INFO O| Aug 25 21:09:32.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65552026-08-25T21:09:33.475Z[ recovery-image] Aug 25 21:09:32.859 INFO O| Aug 25 21:09:32.859 INFO STEP 418 (remove_files) COMPLETE
65562026-08-25T21:09:33.475Z[ recovery-image] Aug 25 21:09:32.859 INFO O| Aug 25 21:09:32.859 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-08-25T21:09:33.485Z[ recovery-image] Aug 25 21:09:32.869 INFO O| Aug 25 21:09:32.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65582026-08-25T21:09:33.485Z[ recovery-image] Aug 25 21:09:32.869 INFO O| Aug 25 21:09:32.869 INFO STEP 419 (remove_files) COMPLETE
65592026-08-25T21:09:33.485Z[ recovery-image] Aug 25 21:09:32.869 INFO O| Aug 25 21:09:32.869 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-08-25T21:09:33.494Z[ recovery-image] Aug 25 21:09:32.878 INFO O| Aug 25 21:09:32.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65612026-08-25T21:09:33.494Z[ recovery-image] Aug 25 21:09:32.878 INFO O| Aug 25 21:09:32.878 INFO STEP 420 (remove_files) COMPLETE
65622026-08-25T21:09:33.494Z[ recovery-image] Aug 25 21:09:32.878 INFO O| Aug 25 21:09:32.878 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-08-25T21:09:33.504Z[ recovery-image] Aug 25 21:09:32.888 INFO O| Aug 25 21:09:32.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65642026-08-25T21:09:33.504Z[ recovery-image] Aug 25 21:09:32.888 INFO O| Aug 25 21:09:32.888 INFO STEP 421 (remove_files) COMPLETE
65652026-08-25T21:09:33.504Z[ recovery-image] Aug 25 21:09:32.888 INFO O| Aug 25 21:09:32.888 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-08-25T21:09:33.514Z[ recovery-image] Aug 25 21:09:32.898 INFO O| Aug 25 21:09:32.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65672026-08-25T21:09:33.514Z[ recovery-image] Aug 25 21:09:32.898 INFO O| Aug 25 21:09:32.898 INFO STEP 422 (remove_files) COMPLETE
65682026-08-25T21:09:33.514Z[ recovery-image] Aug 25 21:09:32.898 INFO O| Aug 25 21:09:32.898 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-08-25T21:09:33.524Z[ recovery-image] Aug 25 21:09:32.908 INFO O| Aug 25 21:09:32.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65702026-08-25T21:09:33.524Z[ recovery-image] Aug 25 21:09:32.908 INFO O| Aug 25 21:09:32.908 INFO STEP 423 (remove_files) COMPLETE
65712026-08-25T21:09:33.527Z[ recovery-image] Aug 25 21:09:32.908 INFO O| Aug 25 21:09:32.908 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-08-25T21:09:33.534Z[ recovery-image] Aug 25 21:09:32.918 INFO O| Aug 25 21:09:32.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65732026-08-25T21:09:33.534Z[ recovery-image] Aug 25 21:09:32.918 INFO O| Aug 25 21:09:32.918 INFO STEP 424 (remove_files) COMPLETE
65742026-08-25T21:09:33.537Z[ recovery-image] Aug 25 21:09:32.918 INFO O| Aug 25 21:09:32.918 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-08-25T21:09:33.544Z[ recovery-image] Aug 25 21:09:32.928 INFO O| Aug 25 21:09:32.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65762026-08-25T21:09:33.544Z[ recovery-image] Aug 25 21:09:32.928 INFO O| Aug 25 21:09:32.928 INFO STEP 425 (remove_files) COMPLETE
65772026-08-25T21:09:33.544Z[ recovery-image] Aug 25 21:09:32.928 INFO O| Aug 25 21:09:32.928 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-08-25T21:09:33.554Z[ recovery-image] Aug 25 21:09:32.938 INFO O| Aug 25 21:09:32.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65792026-08-25T21:09:33.554Z[ recovery-image] Aug 25 21:09:32.938 INFO O| Aug 25 21:09:32.938 INFO STEP 426 (remove_files) COMPLETE
65802026-08-25T21:09:33.558Z[ recovery-image] Aug 25 21:09:32.938 INFO O| Aug 25 21:09:32.938 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-08-25T21:09:33.568Z[ recovery-image] Aug 25 21:09:32.952 INFO O| Aug 25 21:09:32.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65822026-08-25T21:09:33.568Z[ recovery-image] Aug 25 21:09:32.952 INFO O| Aug 25 21:09:32.952 INFO STEP 427 (remove_files) COMPLETE
65832026-08-25T21:09:33.568Z[ recovery-image] Aug 25 21:09:32.952 INFO O| Aug 25 21:09:32.952 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-08-25T21:09:33.579Z[ recovery-image] Aug 25 21:09:32.963 INFO O| Aug 25 21:09:32.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65852026-08-25T21:09:33.628Z[ recovery-image] Aug 25 21:09:33.012 INFO O| Aug 25 21:09:33.012 INFO STEP 428 (remove_files) COMPLETE
65862026-08-25T21:09:33.628Z[ recovery-image] Aug 25 21:09:33.012 INFO O| Aug 25 21:09:33.012 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-08-25T21:09:33.639Z[ recovery-image] Aug 25 21:09:33.023 INFO O| Aug 25 21:09:33.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65882026-08-25T21:09:33.639Z[ recovery-image] Aug 25 21:09:33.023 INFO O| Aug 25 21:09:33.023 INFO STEP 429 (remove_files) COMPLETE
65892026-08-25T21:09:33.639Z[ recovery-image] Aug 25 21:09:33.023 INFO O| Aug 25 21:09:33.023 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-08-25T21:09:33.651Z[ recovery-image] Aug 25 21:09:33.035 INFO O| Aug 25 21:09:33.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65912026-08-25T21:09:33.651Z[ recovery-image] Aug 25 21:09:33.035 INFO O| Aug 25 21:09:33.035 INFO STEP 430 (remove_files) COMPLETE
65922026-08-25T21:09:33.651Z[ recovery-image] Aug 25 21:09:33.035 INFO O| Aug 25 21:09:33.035 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-08-25T21:09:33.662Z[ recovery-image] Aug 25 21:09:33.046 INFO O| Aug 25 21:09:33.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65942026-08-25T21:09:33.662Z[ recovery-image] Aug 25 21:09:33.046 INFO O| Aug 25 21:09:33.046 INFO STEP 431 (remove_files) COMPLETE
65952026-08-25T21:09:33.666Z[ recovery-image] Aug 25 21:09:33.046 INFO O| Aug 25 21:09:33.046 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-08-25T21:09:33.671Z[ recovery-image] Aug 25 21:09:33.055 INFO O| Aug 25 21:09:33.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65972026-08-25T21:09:33.671Z[ recovery-image] Aug 25 21:09:33.055 INFO O| Aug 25 21:09:33.055 INFO STEP 432 (remove_files) COMPLETE
65982026-08-25T21:09:33.674Z[ recovery-image] Aug 25 21:09:33.055 INFO O| Aug 25 21:09:33.055 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-08-25T21:09:33.680Z[ recovery-image] Aug 25 21:09:33.064 INFO O| Aug 25 21:09:33.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66002026-08-25T21:09:33.680Z[ recovery-image] Aug 25 21:09:33.064 INFO O| Aug 25 21:09:33.064 INFO STEP 433 (remove_files) COMPLETE
66012026-08-25T21:09:33.680Z[ recovery-image] Aug 25 21:09:33.064 INFO O| Aug 25 21:09:33.064 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-08-25T21:09:33.691Z[ recovery-image] Aug 25 21:09:33.075 INFO O| Aug 25 21:09:33.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66032026-08-25T21:09:33.691Z[ recovery-image] Aug 25 21:09:33.075 INFO O| Aug 25 21:09:33.075 INFO STEP 434 (remove_files) COMPLETE
66042026-08-25T21:09:33.691Z[ recovery-image] Aug 25 21:09:33.075 INFO O| Aug 25 21:09:33.075 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-08-25T21:09:33.703Z[ recovery-image] Aug 25 21:09:33.087 INFO O| Aug 25 21:09:33.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66062026-08-25T21:09:33.703Z[ recovery-image] Aug 25 21:09:33.087 INFO O| Aug 25 21:09:33.087 INFO STEP 435 (remove_files) COMPLETE
66072026-08-25T21:09:33.706Z[ recovery-image] Aug 25 21:09:33.087 INFO O| Aug 25 21:09:33.087 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-08-25T21:09:33.714Z[ recovery-image] Aug 25 21:09:33.098 INFO O| Aug 25 21:09:33.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66092026-08-25T21:09:33.714Z[ recovery-image] Aug 25 21:09:33.098 INFO O| Aug 25 21:09:33.098 INFO STEP 436 (remove_files) COMPLETE
66102026-08-25T21:09:33.718Z[ recovery-image] Aug 25 21:09:33.098 INFO O| Aug 25 21:09:33.098 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-08-25T21:09:33.724Z[ recovery-image] Aug 25 21:09:33.108 INFO O| Aug 25 21:09:33.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66122026-08-25T21:09:33.724Z[ recovery-image] Aug 25 21:09:33.108 INFO O| Aug 25 21:09:33.108 INFO STEP 437 (remove_files) COMPLETE
66132026-08-25T21:09:33.724Z[ recovery-image] Aug 25 21:09:33.108 INFO O| Aug 25 21:09:33.108 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-08-25T21:09:33.734Z[ recovery-image] Aug 25 21:09:33.118 INFO O| Aug 25 21:09:33.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66152026-08-25T21:09:33.734Z[ recovery-image] Aug 25 21:09:33.118 INFO O| Aug 25 21:09:33.118 INFO STEP 438 (remove_files) COMPLETE
66162026-08-25T21:09:33.737Z[ recovery-image] Aug 25 21:09:33.118 INFO O| Aug 25 21:09:33.118 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-08-25T21:09:33.743Z[ recovery-image] Aug 25 21:09:33.127 INFO O| Aug 25 21:09:33.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66182026-08-25T21:09:33.743Z[ recovery-image] Aug 25 21:09:33.128 INFO O| Aug 25 21:09:33.127 INFO STEP 439 (remove_files) COMPLETE
66192026-08-25T21:09:33.743Z[ recovery-image] Aug 25 21:09:33.128 INFO O| Aug 25 21:09:33.128 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-08-25T21:09:33.754Z[ recovery-image] Aug 25 21:09:33.138 INFO O| Aug 25 21:09:33.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66212026-08-25T21:09:33.759Z[ recovery-image] Aug 25 21:09:33.139 INFO O| Aug 25 21:09:33.138 INFO STEP 440 (remove_files) COMPLETE
66222026-08-25T21:09:33.759Z[ recovery-image] Aug 25 21:09:33.139 INFO O| Aug 25 21:09:33.139 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-08-25T21:09:33.766Z[ recovery-image] Aug 25 21:09:33.150 INFO O| Aug 25 21:09:33.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66242026-08-25T21:09:33.766Z[ recovery-image] Aug 25 21:09:33.150 INFO O| Aug 25 21:09:33.150 INFO STEP 441 (remove_files) COMPLETE
66252026-08-25T21:09:33.766Z[ recovery-image] Aug 25 21:09:33.150 INFO O| Aug 25 21:09:33.150 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-08-25T21:09:33.777Z[ recovery-image] Aug 25 21:09:33.161 INFO O| Aug 25 21:09:33.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66272026-08-25T21:09:33.777Z[ recovery-image] Aug 25 21:09:33.161 INFO O| Aug 25 21:09:33.161 INFO STEP 442 (remove_files) COMPLETE
66282026-08-25T21:09:33.777Z[ recovery-image] Aug 25 21:09:33.161 INFO O| Aug 25 21:09:33.161 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-08-25T21:09:33.787Z[ recovery-image] Aug 25 21:09:33.171 INFO O| Aug 25 21:09:33.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66302026-08-25T21:09:33.787Z[ recovery-image] Aug 25 21:09:33.171 INFO O| Aug 25 21:09:33.171 INFO STEP 443 (remove_files) COMPLETE
66312026-08-25T21:09:33.787Z[ recovery-image] Aug 25 21:09:33.171 INFO O| Aug 25 21:09:33.171 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-08-25T21:09:33.797Z[ recovery-image] Aug 25 21:09:33.181 INFO O| Aug 25 21:09:33.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66332026-08-25T21:09:33.797Z[ recovery-image] Aug 25 21:09:33.181 INFO O| Aug 25 21:09:33.181 INFO STEP 444 (remove_files) COMPLETE
66342026-08-25T21:09:33.797Z[ recovery-image] Aug 25 21:09:33.181 INFO O| Aug 25 21:09:33.181 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-08-25T21:09:33.807Z[ recovery-image] Aug 25 21:09:33.191 INFO O| Aug 25 21:09:33.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66362026-08-25T21:09:33.807Z[ recovery-image] Aug 25 21:09:33.191 INFO O| Aug 25 21:09:33.191 INFO STEP 445 (remove_files) COMPLETE
66372026-08-25T21:09:33.810Z[ recovery-image] Aug 25 21:09:33.191 INFO O| Aug 25 21:09:33.191 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-08-25T21:09:33.816Z[ recovery-image] Aug 25 21:09:33.200 INFO O| Aug 25 21:09:33.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66392026-08-25T21:09:33.816Z[ recovery-image] Aug 25 21:09:33.200 INFO O| Aug 25 21:09:33.200 INFO STEP 446 (remove_files) COMPLETE
66402026-08-25T21:09:33.816Z[ recovery-image] Aug 25 21:09:33.200 INFO O| Aug 25 21:09:33.200 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-08-25T21:09:33.826Z[ recovery-image] Aug 25 21:09:33.210 INFO O| Aug 25 21:09:33.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66422026-08-25T21:09:33.826Z[ recovery-image] Aug 25 21:09:33.210 INFO O| Aug 25 21:09:33.210 INFO STEP 447 (remove_files) COMPLETE
66432026-08-25T21:09:33.826Z[ recovery-image] Aug 25 21:09:33.210 INFO O| Aug 25 21:09:33.210 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-08-25T21:09:33.835Z[ recovery-image] Aug 25 21:09:33.219 INFO O| Aug 25 21:09:33.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66452026-08-25T21:09:33.841Z[ recovery-image] Aug 25 21:09:33.225 INFO O| Aug 25 21:09:33.225 INFO STEP 448 (remove_files) COMPLETE
66462026-08-25T21:09:33.841Z[ recovery-image] Aug 25 21:09:33.225 INFO O| Aug 25 21:09:33.225 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-08-25T21:09:33.853Z[ recovery-image] Aug 25 21:09:33.236 INFO O| Aug 25 21:09:33.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66482026-08-25T21:09:33.853Z[ recovery-image] Aug 25 21:09:33.237 INFO O| Aug 25 21:09:33.237 INFO STEP 449 (remove_files) COMPLETE
66492026-08-25T21:09:33.853Z[ recovery-image] Aug 25 21:09:33.237 INFO O| Aug 25 21:09:33.237 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-08-25T21:09:33.864Z[ recovery-image] Aug 25 21:09:33.248 INFO O| Aug 25 21:09:33.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66512026-08-25T21:09:33.865Z[ recovery-image] Aug 25 21:09:33.249 INFO O| Aug 25 21:09:33.248 INFO STEP 450 (remove_files) COMPLETE
66522026-08-25T21:09:33.868Z[ recovery-image] Aug 25 21:09:33.249 INFO O| Aug 25 21:09:33.248 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-08-25T21:09:33.875Z[ recovery-image] Aug 25 21:09:33.259 INFO O| Aug 25 21:09:33.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66542026-08-25T21:09:33.875Z[ recovery-image] Aug 25 21:09:33.259 INFO O| Aug 25 21:09:33.259 INFO STEP 451 (remove_files) COMPLETE
66552026-08-25T21:09:33.875Z[ recovery-image] Aug 25 21:09:33.259 INFO O| Aug 25 21:09:33.259 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-08-25T21:09:33.887Z[ recovery-image] Aug 25 21:09:33.271 INFO O| Aug 25 21:09:33.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66572026-08-25T21:09:33.887Z[ recovery-image] Aug 25 21:09:33.271 INFO O| Aug 25 21:09:33.271 INFO STEP 452 (remove_files) COMPLETE
66582026-08-25T21:09:33.887Z[ recovery-image] Aug 25 21:09:33.271 INFO O| Aug 25 21:09:33.271 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-08-25T21:09:33.899Z[ recovery-image] Aug 25 21:09:33.283 INFO O| Aug 25 21:09:33.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66602026-08-25T21:09:33.899Z[ recovery-image] Aug 25 21:09:33.283 INFO O| Aug 25 21:09:33.283 INFO STEP 453 (remove_files) COMPLETE
66612026-08-25T21:09:33.900Z[ recovery-image] Aug 25 21:09:33.283 INFO O| Aug 25 21:09:33.283 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-08-25T21:09:33.910Z[ recovery-image] Aug 25 21:09:33.294 INFO O| Aug 25 21:09:33.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66632026-08-25T21:09:33.910Z[ recovery-image] Aug 25 21:09:33.294 INFO O| Aug 25 21:09:33.294 INFO STEP 454 (remove_files) COMPLETE
66642026-08-25T21:09:33.910Z[ recovery-image] Aug 25 21:09:33.294 INFO O| Aug 25 21:09:33.294 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-08-25T21:09:33.921Z[ recovery-image] Aug 25 21:09:33.305 INFO O| Aug 25 21:09:33.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66662026-08-25T21:09:33.921Z[ recovery-image] Aug 25 21:09:33.305 INFO O| Aug 25 21:09:33.305 INFO STEP 455 (remove_files) COMPLETE
66672026-08-25T21:09:33.921Z[ recovery-image] Aug 25 21:09:33.305 INFO O| Aug 25 21:09:33.305 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-08-25T21:09:33.933Z[ recovery-image] Aug 25 21:09:33.316 INFO O| Aug 25 21:09:33.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66692026-08-25T21:09:33.933Z[ recovery-image] Aug 25 21:09:33.316 INFO O| Aug 25 21:09:33.316 INFO STEP 456 (remove_files) COMPLETE
66702026-08-25T21:09:33.933Z[ recovery-image] Aug 25 21:09:33.316 INFO O| Aug 25 21:09:33.316 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-08-25T21:09:33.944Z[ recovery-image] Aug 25 21:09:33.328 INFO O| Aug 25 21:09:33.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66722026-08-25T21:09:33.944Z[ recovery-image] Aug 25 21:09:33.328 INFO O| Aug 25 21:09:33.328 INFO STEP 457 (remove_files) COMPLETE
66732026-08-25T21:09:33.944Z[ recovery-image] Aug 25 21:09:33.328 INFO O| Aug 25 21:09:33.328 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-08-25T21:09:33.956Z[ recovery-image] Aug 25 21:09:33.339 INFO O| Aug 25 21:09:33.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66752026-08-25T21:09:33.956Z[ recovery-image] Aug 25 21:09:33.340 INFO O| Aug 25 21:09:33.340 INFO STEP 458 (remove_files) COMPLETE
66762026-08-25T21:09:33.959Z[ recovery-image] Aug 25 21:09:33.340 INFO O| Aug 25 21:09:33.340 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-08-25T21:09:33.966Z[ recovery-image] Aug 25 21:09:33.350 INFO O| Aug 25 21:09:33.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66782026-08-25T21:09:33.966Z[ recovery-image] Aug 25 21:09:33.350 INFO O| Aug 25 21:09:33.350 INFO STEP 459 (remove_files) COMPLETE
66792026-08-25T21:09:33.966Z[ recovery-image] Aug 25 21:09:33.350 INFO O| Aug 25 21:09:33.350 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-08-25T21:09:33.979Z[ recovery-image] Aug 25 21:09:33.361 INFO O| Aug 25 21:09:33.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66812026-08-25T21:09:33.979Z[ recovery-image] Aug 25 21:09:33.361 INFO O| Aug 25 21:09:33.361 INFO STEP 460 (remove_files) COMPLETE
66822026-08-25T21:09:33.979Z[ recovery-image] Aug 25 21:09:33.361 INFO O| Aug 25 21:09:33.361 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-08-25T21:09:33.987Z[ recovery-image] Aug 25 21:09:33.371 INFO O| Aug 25 21:09:33.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66842026-08-25T21:09:33.987Z[ recovery-image] Aug 25 21:09:33.371 INFO O| Aug 25 21:09:33.371 INFO STEP 461 (remove_files) COMPLETE
66852026-08-25T21:09:33.987Z[ recovery-image] Aug 25 21:09:33.371 INFO O| Aug 25 21:09:33.371 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-08-25T21:09:33.997Z[ recovery-image] Aug 25 21:09:33.381 INFO O| Aug 25 21:09:33.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66872026-08-25T21:09:33.997Z[ recovery-image] Aug 25 21:09:33.381 INFO O| Aug 25 21:09:33.381 INFO STEP 462 (remove_files) COMPLETE
66882026-08-25T21:09:33.997Z[ recovery-image] Aug 25 21:09:33.381 INFO O| Aug 25 21:09:33.381 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-08-25T21:09:34.009Z[ recovery-image] Aug 25 21:09:33.393 INFO O| Aug 25 21:09:33.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66902026-08-25T21:09:34.009Z[ recovery-image] Aug 25 21:09:33.393 INFO O| Aug 25 21:09:33.393 INFO STEP 463 (remove_files) COMPLETE
66912026-08-25T21:09:34.009Z[ recovery-image] Aug 25 21:09:33.393 INFO O| Aug 25 21:09:33.393 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-08-25T21:09:34.019Z[ recovery-image] Aug 25 21:09:33.403 INFO O| Aug 25 21:09:33.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66932026-08-25T21:09:34.019Z[ recovery-image] Aug 25 21:09:33.403 INFO O| Aug 25 21:09:33.403 INFO STEP 464 (remove_files) COMPLETE
66942026-08-25T21:09:34.023Z[ recovery-image] Aug 25 21:09:33.403 INFO O| Aug 25 21:09:33.403 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-08-25T21:09:34.031Z[ recovery-image] Aug 25 21:09:33.413 INFO O| Aug 25 21:09:33.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66962026-08-25T21:09:34.031Z[ recovery-image] Aug 25 21:09:33.413 INFO O| Aug 25 21:09:33.413 INFO STEP 465 (remove_files) COMPLETE
66972026-08-25T21:09:34.031Z[ recovery-image] Aug 25 21:09:33.413 INFO O| Aug 25 21:09:33.413 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-08-25T21:09:34.038Z[ recovery-image] Aug 25 21:09:33.422 INFO O| Aug 25 21:09:33.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66992026-08-25T21:09:34.038Z[ recovery-image] Aug 25 21:09:33.422 INFO O| Aug 25 21:09:33.422 INFO STEP 466 (remove_files) COMPLETE
67002026-08-25T21:09:34.038Z[ recovery-image] Aug 25 21:09:33.422 INFO O| Aug 25 21:09:33.422 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-08-25T21:09:34.047Z[ recovery-image] Aug 25 21:09:33.431 INFO O| Aug 25 21:09:33.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67022026-08-25T21:09:34.047Z[ recovery-image] Aug 25 21:09:33.431 INFO O| Aug 25 21:09:33.431 INFO STEP 467 (remove_files) COMPLETE
67032026-08-25T21:09:34.050Z[ recovery-image] Aug 25 21:09:33.431 INFO O| Aug 25 21:09:33.431 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-08-25T21:09:34.050Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
67052026-08-25T21:09:34.056Z[ recovery-image] Aug 25 21:09:33.440 INFO O| Aug 25 21:09:33.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67062026-08-25T21:09:34.056Z[ recovery-image] Aug 25 21:09:33.440 INFO O| Aug 25 21:09:33.440 INFO STEP 468 (remove_files) COMPLETE
67072026-08-25T21:09:34.056Z[ recovery-image] Aug 25 21:09:33.440 INFO O| Aug 25 21:09:33.440 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-08-25T21:09:34.067Z[ recovery-image] Aug 25 21:09:33.451 INFO O| Aug 25 21:09:33.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67092026-08-25T21:09:34.067Z[ recovery-image] Aug 25 21:09:33.451 INFO O| Aug 25 21:09:33.451 INFO STEP 469 (remove_files) COMPLETE
67102026-08-25T21:09:34.068Z[ recovery-image] Aug 25 21:09:33.451 INFO O| Aug 25 21:09:33.451 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-08-25T21:09:34.080Z[ recovery-image] Aug 25 21:09:33.464 INFO O| Aug 25 21:09:33.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67122026-08-25T21:09:34.080Z[ recovery-image] Aug 25 21:09:33.464 INFO O| Aug 25 21:09:33.464 INFO STEP 470 (remove_files) COMPLETE
67132026-08-25T21:09:34.080Z[ recovery-image] Aug 25 21:09:33.464 INFO O| Aug 25 21:09:33.464 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-08-25T21:09:34.091Z[ recovery-image] Aug 25 21:09:33.475 INFO O| Aug 25 21:09:33.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67152026-08-25T21:09:34.091Z[ recovery-image] Aug 25 21:09:33.475 INFO O| Aug 25 21:09:33.475 INFO STEP 471 (remove_files) COMPLETE
67162026-08-25T21:09:34.091Z[ recovery-image] Aug 25 21:09:33.475 INFO O| Aug 25 21:09:33.475 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-08-25T21:09:34.102Z[ recovery-image] Aug 25 21:09:33.486 INFO O| Aug 25 21:09:33.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67182026-08-25T21:09:34.105Z[ recovery-image] Aug 25 21:09:33.486 INFO O| Aug 25 21:09:33.486 INFO STEP 472 (remove_files) COMPLETE
67192026-08-25T21:09:34.105Z[ recovery-image] Aug 25 21:09:33.486 INFO O| Aug 25 21:09:33.486 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-08-25T21:09:34.112Z[ recovery-image] Aug 25 21:09:33.496 INFO O| Aug 25 21:09:33.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67212026-08-25T21:09:34.112Z[ recovery-image] Aug 25 21:09:33.496 INFO O| Aug 25 21:09:33.496 INFO STEP 473 (remove_files) COMPLETE
67222026-08-25T21:09:34.112Z[ recovery-image] Aug 25 21:09:33.496 INFO O| Aug 25 21:09:33.496 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-08-25T21:09:34.122Z[ recovery-image] Aug 25 21:09:33.506 INFO O| Aug 25 21:09:33.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67242026-08-25T21:09:34.122Z[ recovery-image] Aug 25 21:09:33.506 INFO O| Aug 25 21:09:33.506 INFO STEP 474 (remove_files) COMPLETE
67252026-08-25T21:09:34.122Z[ recovery-image] Aug 25 21:09:33.506 INFO O| Aug 25 21:09:33.506 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-08-25T21:09:34.132Z[ recovery-image] Aug 25 21:09:33.517 INFO O| Aug 25 21:09:33.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67272026-08-25T21:09:34.133Z[ recovery-image] Aug 25 21:09:33.517 INFO O| Aug 25 21:09:33.517 INFO STEP 475 (remove_files) COMPLETE
67282026-08-25T21:09:34.133Z[ recovery-image] Aug 25 21:09:33.517 INFO O| Aug 25 21:09:33.517 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-08-25T21:09:34.144Z[ recovery-image] Aug 25 21:09:33.527 INFO O| Aug 25 21:09:33.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67302026-08-25T21:09:34.144Z[ recovery-image] Aug 25 21:09:33.527 INFO O| Aug 25 21:09:33.527 INFO STEP 476 (remove_files) COMPLETE
67312026-08-25T21:09:34.147Z[ recovery-image] Aug 25 21:09:33.527 INFO O| Aug 25 21:09:33.527 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-08-25T21:09:34.152Z[ recovery-image] Aug 25 21:09:33.536 INFO O| Aug 25 21:09:33.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67332026-08-25T21:09:34.152Z[ recovery-image] Aug 25 21:09:33.536 INFO O| Aug 25 21:09:33.536 INFO STEP 477 (remove_files) COMPLETE
67342026-08-25T21:09:34.155Z[ recovery-image] Aug 25 21:09:33.536 INFO O| Aug 25 21:09:33.536 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-08-25T21:09:34.162Z[ recovery-image] Aug 25 21:09:33.546 INFO O| Aug 25 21:09:33.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67362026-08-25T21:09:34.162Z[ recovery-image] Aug 25 21:09:33.546 INFO O| Aug 25 21:09:33.546 INFO STEP 478 (remove_files) COMPLETE
67372026-08-25T21:09:34.165Z[ recovery-image] Aug 25 21:09:33.546 INFO O| Aug 25 21:09:33.546 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-08-25T21:09:34.171Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
67392026-08-25T21:09:34.174Z[ recovery-image] Aug 25 21:09:33.556 INFO O| Aug 25 21:09:33.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67402026-08-25T21:09:34.174Z[ recovery-image] Aug 25 21:09:33.556 INFO O| Aug 25 21:09:33.556 INFO STEP 479 (remove_files) COMPLETE
67412026-08-25T21:09:34.174Z[ recovery-image] Aug 25 21:09:33.556 INFO O| Aug 25 21:09:33.556 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-08-25T21:09:34.183Z[ recovery-image] Aug 25 21:09:33.567 INFO O| Aug 25 21:09:33.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67432026-08-25T21:09:34.183Z[ recovery-image] Aug 25 21:09:33.567 INFO O| Aug 25 21:09:33.567 INFO STEP 480 (remove_files) COMPLETE
67442026-08-25T21:09:34.183Z[ recovery-image] Aug 25 21:09:33.567 INFO O| Aug 25 21:09:33.567 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-08-25T21:09:34.193Z[ recovery-image] Aug 25 21:09:33.577 INFO O| Aug 25 21:09:33.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67462026-08-25T21:09:34.193Z[ recovery-image] Aug 25 21:09:33.577 INFO O| Aug 25 21:09:33.577 INFO STEP 481 (remove_files) COMPLETE
67472026-08-25T21:09:34.193Z[ recovery-image] Aug 25 21:09:33.577 INFO O| Aug 25 21:09:33.577 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-08-25T21:09:34.202Z[ recovery-image] Aug 25 21:09:33.586 INFO O| Aug 25 21:09:33.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67492026-08-25T21:09:34.202Z[ recovery-image] Aug 25 21:09:33.586 INFO O| Aug 25 21:09:33.586 INFO STEP 482 (remove_files) COMPLETE
67502026-08-25T21:09:34.202Z[ recovery-image] Aug 25 21:09:33.586 INFO O| Aug 25 21:09:33.586 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-08-25T21:09:34.210Z[ recovery-image] Aug 25 21:09:33.594 INFO O| Aug 25 21:09:33.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67522026-08-25T21:09:34.214Z[ recovery-image] Aug 25 21:09:33.597 INFO O| Aug 25 21:09:33.597 INFO STEP 483 (remove_files) COMPLETE
67532026-08-25T21:09:34.214Z[ recovery-image] Aug 25 21:09:33.597 INFO O| Aug 25 21:09:33.597 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-08-25T21:09:34.222Z[ recovery-image] Aug 25 21:09:33.606 INFO O| Aug 25 21:09:33.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67552026-08-25T21:09:34.223Z[ recovery-image] Aug 25 21:09:33.606 INFO O| Aug 25 21:09:33.606 INFO STEP 484 (remove_files) COMPLETE
67562026-08-25T21:09:34.226Z[ recovery-image] Aug 25 21:09:33.606 INFO O| Aug 25 21:09:33.606 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-08-25T21:09:34.232Z[ recovery-image] Aug 25 21:09:33.616 INFO O| Aug 25 21:09:33.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67582026-08-25T21:09:34.232Z[ recovery-image] Aug 25 21:09:33.616 INFO O| Aug 25 21:09:33.616 INFO STEP 485 (remove_files) COMPLETE
67592026-08-25T21:09:34.232Z[ recovery-image] Aug 25 21:09:33.616 INFO O| Aug 25 21:09:33.616 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-08-25T21:09:34.242Z[ recovery-image] Aug 25 21:09:33.626 INFO O| Aug 25 21:09:33.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67612026-08-25T21:09:34.242Z[ recovery-image] Aug 25 21:09:33.626 INFO O| Aug 25 21:09:33.626 INFO STEP 486 (remove_files) COMPLETE
67622026-08-25T21:09:34.242Z[ recovery-image] Aug 25 21:09:33.626 INFO O| Aug 25 21:09:33.626 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-08-25T21:09:34.251Z[ recovery-image] Aug 25 21:09:33.635 INFO O| Aug 25 21:09:33.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67642026-08-25T21:09:34.251Z[ recovery-image] Aug 25 21:09:33.635 INFO O| Aug 25 21:09:33.635 INFO STEP 487 (remove_files) COMPLETE
67652026-08-25T21:09:34.256Z[ recovery-image] Aug 25 21:09:33.635 INFO O| Aug 25 21:09:33.635 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-08-25T21:09:34.262Z[ recovery-image] Aug 25 21:09:33.646 INFO O| Aug 25 21:09:33.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67672026-08-25T21:09:34.262Z[ recovery-image] Aug 25 21:09:33.646 INFO O| Aug 25 21:09:33.646 INFO STEP 488 (remove_files) COMPLETE
67682026-08-25T21:09:34.265Z[ recovery-image] Aug 25 21:09:33.646 INFO O| Aug 25 21:09:33.646 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-08-25T21:09:34.273Z[ recovery-image] Aug 25 21:09:33.657 INFO O| Aug 25 21:09:33.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67702026-08-25T21:09:34.273Z[ recovery-image] Aug 25 21:09:33.657 INFO O| Aug 25 21:09:33.657 INFO STEP 489 (remove_files) COMPLETE
67712026-08-25T21:09:34.277Z[ recovery-image] Aug 25 21:09:33.657 INFO O| Aug 25 21:09:33.657 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-08-25T21:09:34.284Z[ recovery-image] Aug 25 21:09:33.667 INFO O| Aug 25 21:09:33.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67732026-08-25T21:09:34.284Z[ recovery-image] Aug 25 21:09:33.668 INFO O| Aug 25 21:09:33.668 INFO STEP 490 (remove_files) COMPLETE
67742026-08-25T21:09:34.284Z[ recovery-image] Aug 25 21:09:33.668 INFO O| Aug 25 21:09:33.668 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-08-25T21:09:34.293Z[ recovery-image] Aug 25 21:09:33.677 INFO O| Aug 25 21:09:33.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67762026-08-25T21:09:34.293Z[ recovery-image] Aug 25 21:09:33.677 INFO O| Aug 25 21:09:33.677 INFO STEP 491 (remove_files) COMPLETE
67772026-08-25T21:09:34.293Z[ recovery-image] Aug 25 21:09:33.677 INFO O| Aug 25 21:09:33.677 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-08-25T21:09:34.302Z[ recovery-image] Aug 25 21:09:33.686 INFO O| Aug 25 21:09:33.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67792026-08-25T21:09:34.302Z[ recovery-image] Aug 25 21:09:33.686 INFO O| Aug 25 21:09:33.686 INFO STEP 492 (remove_files) COMPLETE
67802026-08-25T21:09:34.305Z[ recovery-image] Aug 25 21:09:33.686 INFO O| Aug 25 21:09:33.686 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-08-25T21:09:34.313Z[ recovery-image] Aug 25 21:09:33.697 INFO O| Aug 25 21:09:33.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67822026-08-25T21:09:34.313Z[ recovery-image] Aug 25 21:09:33.697 INFO O| Aug 25 21:09:33.697 INFO STEP 493 (remove_files) COMPLETE
67832026-08-25T21:09:34.313Z[ recovery-image] Aug 25 21:09:33.697 INFO O| Aug 25 21:09:33.697 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-08-25T21:09:34.321Z[ recovery-image] Aug 25 21:09:33.705 INFO O| Aug 25 21:09:33.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67852026-08-25T21:09:34.322Z[ recovery-image] Aug 25 21:09:33.705 INFO O| Aug 25 21:09:33.705 INFO STEP 494 (remove_files) COMPLETE
67862026-08-25T21:09:34.325Z[ recovery-image] Aug 25 21:09:33.705 INFO O| Aug 25 21:09:33.705 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-08-25T21:09:34.330Z[ recovery-image] Aug 25 21:09:33.714 INFO O| Aug 25 21:09:33.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67882026-08-25T21:09:34.330Z[ recovery-image] Aug 25 21:09:33.714 INFO O| Aug 25 21:09:33.714 INFO STEP 495 (remove_files) COMPLETE
67892026-08-25T21:09:34.333Z[ recovery-image] Aug 25 21:09:33.714 INFO O| Aug 25 21:09:33.714 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-08-25T21:09:34.340Z[ recovery-image] Aug 25 21:09:33.724 INFO O| Aug 25 21:09:33.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67912026-08-25T21:09:34.340Z[ recovery-image] Aug 25 21:09:33.724 INFO O| Aug 25 21:09:33.724 INFO STEP 496 (remove_files) COMPLETE
67922026-08-25T21:09:34.340Z[ recovery-image] Aug 25 21:09:33.724 INFO O| Aug 25 21:09:33.724 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-08-25T21:09:34.351Z[ recovery-image] Aug 25 21:09:33.735 INFO O| Aug 25 21:09:33.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67942026-08-25T21:09:34.352Z[ recovery-image] Aug 25 21:09:33.735 INFO O| Aug 25 21:09:33.735 INFO STEP 497 (remove_files) COMPLETE
67952026-08-25T21:09:34.352Z[ recovery-image] Aug 25 21:09:33.735 INFO O| Aug 25 21:09:33.735 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-08-25T21:09:34.366Z[ recovery-image] Aug 25 21:09:33.750 INFO O| Aug 25 21:09:33.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67972026-08-25T21:09:34.366Z[ recovery-image] Aug 25 21:09:33.750 INFO O| Aug 25 21:09:33.747 INFO STEP 498 (remove_files) COMPLETE
67982026-08-25T21:09:34.366Z[ recovery-image] Aug 25 21:09:33.750 INFO O| Aug 25 21:09:33.747 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-08-25T21:09:34.373Z[ recovery-image] Aug 25 21:09:33.757 INFO O| Aug 25 21:09:33.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68002026-08-25T21:09:34.373Z[ recovery-image] Aug 25 21:09:33.757 INFO O| Aug 25 21:09:33.757 INFO STEP 499 (remove_files) COMPLETE
68012026-08-25T21:09:34.373Z[ recovery-image] Aug 25 21:09:33.757 INFO O| Aug 25 21:09:33.757 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-08-25T21:09:34.373Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
68032026-08-25T21:09:34.382Z[ recovery-image] Aug 25 21:09:33.765 INFO O| Aug 25 21:09:33.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68042026-08-25T21:09:34.382Z[ recovery-image] Aug 25 21:09:33.765 INFO O| Aug 25 21:09:33.765 INFO STEP 500 (remove_files) COMPLETE
68052026-08-25T21:09:34.385Z[ recovery-image] Aug 25 21:09:33.765 INFO O| Aug 25 21:09:33.765 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-08-25T21:09:34.390Z[ recovery-image] Aug 25 21:09:33.774 INFO O| Aug 25 21:09:33.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68072026-08-25T21:09:34.390Z[ recovery-image] Aug 25 21:09:33.774 INFO O| Aug 25 21:09:33.774 INFO STEP 501 (remove_files) COMPLETE
68082026-08-25T21:09:34.390Z[ recovery-image] Aug 25 21:09:33.774 INFO O| Aug 25 21:09:33.774 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-08-25T21:09:34.399Z[ recovery-image] Aug 25 21:09:33.783 INFO O| Aug 25 21:09:33.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68102026-08-25T21:09:34.399Z[ recovery-image] Aug 25 21:09:33.783 INFO O| Aug 25 21:09:33.783 INFO STEP 502 (remove_files) COMPLETE
68112026-08-25T21:09:34.399Z[ recovery-image] Aug 25 21:09:33.783 INFO O| Aug 25 21:09:33.783 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-08-25T21:09:34.409Z[ recovery-image] Aug 25 21:09:33.793 INFO O| Aug 25 21:09:33.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68132026-08-25T21:09:34.409Z[ recovery-image] Aug 25 21:09:33.793 INFO O| Aug 25 21:09:33.793 INFO STEP 503 (remove_files) COMPLETE
68142026-08-25T21:09:34.413Z[ recovery-image] Aug 25 21:09:33.793 INFO O| Aug 25 21:09:33.793 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-08-25T21:09:34.419Z[ recovery-image] Aug 25 21:09:33.803 INFO O| Aug 25 21:09:33.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68162026-08-25T21:09:34.419Z[ recovery-image] Aug 25 21:09:33.803 INFO O| Aug 25 21:09:33.803 INFO STEP 504 (remove_files) COMPLETE
68172026-08-25T21:09:34.420Z[ recovery-image] Aug 25 21:09:33.803 INFO O| Aug 25 21:09:33.803 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-08-25T21:09:34.429Z[ recovery-image] Aug 25 21:09:33.813 INFO O| Aug 25 21:09:33.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68192026-08-25T21:09:34.429Z[ recovery-image] Aug 25 21:09:33.813 INFO O| Aug 25 21:09:33.813 INFO STEP 505 (remove_files) COMPLETE
68202026-08-25T21:09:34.432Z[ recovery-image] Aug 25 21:09:33.813 INFO O| Aug 25 21:09:33.813 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-08-25T21:09:34.439Z[ recovery-image] Aug 25 21:09:33.823 INFO O| Aug 25 21:09:33.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68222026-08-25T21:09:34.439Z[ recovery-image] Aug 25 21:09:33.823 INFO O| Aug 25 21:09:33.823 INFO STEP 506 (remove_files) COMPLETE
68232026-08-25T21:09:34.443Z[ recovery-image] Aug 25 21:09:33.823 INFO O| Aug 25 21:09:33.823 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-08-25T21:09:34.448Z[ recovery-image] Aug 25 21:09:33.832 INFO O| Aug 25 21:09:33.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68252026-08-25T21:09:34.448Z[ recovery-image] Aug 25 21:09:33.832 INFO O| Aug 25 21:09:33.832 INFO STEP 507 (remove_files) COMPLETE
68262026-08-25T21:09:34.448Z[ recovery-image] Aug 25 21:09:33.832 INFO O| Aug 25 21:09:33.832 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-08-25T21:09:34.457Z[ recovery-image] Aug 25 21:09:33.841 INFO O| Aug 25 21:09:33.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68282026-08-25T21:09:34.457Z[ recovery-image] Aug 25 21:09:33.841 INFO O| Aug 25 21:09:33.841 INFO STEP 508 (remove_files) COMPLETE
68292026-08-25T21:09:34.457Z[ recovery-image] Aug 25 21:09:33.841 INFO O| Aug 25 21:09:33.841 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-08-25T21:09:34.466Z[ recovery-image] Aug 25 21:09:33.850 INFO O| Aug 25 21:09:33.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68312026-08-25T21:09:34.466Z[ recovery-image] Aug 25 21:09:33.850 INFO O| Aug 25 21:09:33.850 INFO STEP 509 (remove_files) COMPLETE
68322026-08-25T21:09:34.466Z[ recovery-image] Aug 25 21:09:33.850 INFO O| Aug 25 21:09:33.850 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-08-25T21:09:34.476Z[ recovery-image] Aug 25 21:09:33.859 INFO O| Aug 25 21:09:33.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68342026-08-25T21:09:34.476Z[ recovery-image] Aug 25 21:09:33.860 INFO O| Aug 25 21:09:33.860 INFO STEP 510 (remove_files) COMPLETE
68352026-08-25T21:09:34.476Z[ recovery-image] Aug 25 21:09:33.860 INFO O| Aug 25 21:09:33.860 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-08-25T21:09:34.486Z[ recovery-image] Aug 25 21:09:33.869 INFO O| Aug 25 21:09:33.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68372026-08-25T21:09:34.486Z[ recovery-image] Aug 25 21:09:33.869 INFO O| Aug 25 21:09:33.869 INFO STEP 511 (remove_files) COMPLETE
68382026-08-25T21:09:34.486Z[ recovery-image] Aug 25 21:09:33.869 INFO O| Aug 25 21:09:33.869 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-08-25T21:09:34.495Z[ recovery-image] Aug 25 21:09:33.879 INFO O| Aug 25 21:09:33.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68402026-08-25T21:09:34.495Z[ recovery-image] Aug 25 21:09:33.879 INFO O| Aug 25 21:09:33.879 INFO STEP 512 (remove_files) COMPLETE
68412026-08-25T21:09:34.495Z[ recovery-image] Aug 25 21:09:33.879 INFO O| Aug 25 21:09:33.879 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-08-25T21:09:34.505Z[ recovery-image] Aug 25 21:09:33.888 INFO O| Aug 25 21:09:33.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68432026-08-25T21:09:34.508Z[ recovery-image] Aug 25 21:09:33.889 INFO O| Aug 25 21:09:33.889 INFO STEP 513 (remove_files) COMPLETE
68442026-08-25T21:09:34.509Z[ recovery-image] Aug 25 21:09:33.889 INFO O| Aug 25 21:09:33.889 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-08-25T21:09:34.514Z[ recovery-image] Aug 25 21:09:33.898 INFO O| Aug 25 21:09:33.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68462026-08-25T21:09:34.514Z[ recovery-image] Aug 25 21:09:33.898 INFO O| Aug 25 21:09:33.898 INFO STEP 514 (remove_files) COMPLETE
68472026-08-25T21:09:34.518Z[ recovery-image] Aug 25 21:09:33.898 INFO O| Aug 25 21:09:33.898 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-08-25T21:09:34.525Z[ recovery-image] Aug 25 21:09:33.908 INFO O| Aug 25 21:09:33.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68492026-08-25T21:09:34.525Z[ recovery-image] Aug 25 21:09:33.908 INFO O| Aug 25 21:09:33.908 INFO STEP 515 (remove_files) COMPLETE
68502026-08-25T21:09:34.532Z[ recovery-image] Aug 25 21:09:33.908 INFO O| Aug 25 21:09:33.908 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-08-25T21:09:34.539Z[ recovery-image] Aug 25 21:09:33.919 INFO O| Aug 25 21:09:33.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68522026-08-25T21:09:34.539Z[ recovery-image] Aug 25 21:09:33.919 INFO O| Aug 25 21:09:33.919 INFO STEP 516 (remove_files) COMPLETE
68532026-08-25T21:09:34.539Z[ recovery-image] Aug 25 21:09:33.919 INFO O| Aug 25 21:09:33.919 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-08-25T21:09:34.545Z[ recovery-image] Aug 25 21:09:33.929 INFO O| Aug 25 21:09:33.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68552026-08-25T21:09:34.545Z[ recovery-image] Aug 25 21:09:33.929 INFO O| Aug 25 21:09:33.929 INFO STEP 517 (remove_files) COMPLETE
68562026-08-25T21:09:34.548Z[ recovery-image] Aug 25 21:09:33.929 INFO O| Aug 25 21:09:33.929 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-08-25T21:09:34.556Z[ recovery-image] Aug 25 21:09:33.940 INFO O| Aug 25 21:09:33.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68582026-08-25T21:09:34.556Z[ recovery-image] Aug 25 21:09:33.940 INFO O| Aug 25 21:09:33.940 INFO STEP 518 (remove_files) COMPLETE
68592026-08-25T21:09:34.561Z[ recovery-image] Aug 25 21:09:33.940 INFO O| Aug 25 21:09:33.940 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-08-25T21:09:34.567Z[ recovery-image] Aug 25 21:09:33.951 INFO O| Aug 25 21:09:33.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68612026-08-25T21:09:34.567Z[ recovery-image] Aug 25 21:09:33.951 INFO O| Aug 25 21:09:33.951 INFO STEP 519 (remove_files) COMPLETE
68622026-08-25T21:09:34.571Z[ recovery-image] Aug 25 21:09:33.951 INFO O| Aug 25 21:09:33.951 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-08-25T21:09:34.577Z[ recovery-image] Aug 25 21:09:33.961 INFO O| Aug 25 21:09:33.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68642026-08-25T21:09:34.577Z[ recovery-image] Aug 25 21:09:33.961 INFO O| Aug 25 21:09:33.961 INFO STEP 520 (remove_files) COMPLETE
68652026-08-25T21:09:34.577Z[ recovery-image] Aug 25 21:09:33.961 INFO O| Aug 25 21:09:33.961 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-08-25T21:09:34.587Z[ recovery-image] Aug 25 21:09:33.971 INFO O| Aug 25 21:09:33.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68672026-08-25T21:09:34.588Z[ recovery-image] Aug 25 21:09:33.971 INFO O| Aug 25 21:09:33.971 INFO STEP 521 (remove_files) COMPLETE
68682026-08-25T21:09:34.588Z[ recovery-image] Aug 25 21:09:33.971 INFO O| Aug 25 21:09:33.971 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-08-25T21:09:34.597Z[ recovery-image] Aug 25 21:09:33.981 INFO O| Aug 25 21:09:33.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68702026-08-25T21:09:34.597Z[ recovery-image] Aug 25 21:09:33.981 INFO O| Aug 25 21:09:33.981 INFO STEP 522 (remove_files) COMPLETE
68712026-08-25T21:09:34.597Z[ recovery-image] Aug 25 21:09:33.981 INFO O| Aug 25 21:09:33.981 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-08-25T21:09:34.607Z[ recovery-image] Aug 25 21:09:33.991 INFO O| Aug 25 21:09:33.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68732026-08-25T21:09:34.611Z[ recovery-image] Aug 25 21:09:33.992 INFO O| Aug 25 21:09:33.992 INFO STEP 523 (remove_files) COMPLETE
68742026-08-25T21:09:34.611Z[ recovery-image] Aug 25 21:09:33.992 INFO O| Aug 25 21:09:33.992 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-08-25T21:09:34.623Z[ recovery-image] Aug 25 21:09:34.002 INFO O| Aug 25 21:09:34.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68762026-08-25T21:09:34.623Z[ recovery-image] Aug 25 21:09:34.002 INFO O| Aug 25 21:09:34.002 INFO STEP 524 (remove_files) COMPLETE
68772026-08-25T21:09:34.623Z[ recovery-image] Aug 25 21:09:34.002 INFO O| Aug 25 21:09:34.002 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-08-25T21:09:34.629Z[ recovery-image] Aug 25 21:09:34.011 INFO O| Aug 25 21:09:34.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68792026-08-25T21:09:34.629Z[ recovery-image] Aug 25 21:09:34.012 INFO O| Aug 25 21:09:34.012 INFO STEP 525 (remove_files) COMPLETE
68802026-08-25T21:09:34.633Z[ recovery-image] Aug 25 21:09:34.012 INFO O| Aug 25 21:09:34.012 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-08-25T21:09:34.639Z[ recovery-image] Aug 25 21:09:34.023 INFO O| Aug 25 21:09:34.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68822026-08-25T21:09:34.642Z[ recovery-image] Aug 25 21:09:34.024 INFO O| Aug 25 21:09:34.024 INFO STEP 526 (remove_files) COMPLETE
68832026-08-25T21:09:34.642Z[ recovery-image] Aug 25 21:09:34.024 INFO O| Aug 25 21:09:34.024 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-08-25T21:09:34.650Z[ recovery-image] Aug 25 21:09:34.034 INFO O| Aug 25 21:09:34.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68852026-08-25T21:09:34.650Z[ recovery-image] Aug 25 21:09:34.034 INFO O| Aug 25 21:09:34.034 INFO STEP 527 (remove_files) COMPLETE
68862026-08-25T21:09:34.650Z[ recovery-image] Aug 25 21:09:34.034 INFO O| Aug 25 21:09:34.034 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-08-25T21:09:34.659Z[ recovery-image] Aug 25 21:09:34.043 INFO O| Aug 25 21:09:34.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68882026-08-25T21:09:34.659Z[ recovery-image] Aug 25 21:09:34.043 INFO O| Aug 25 21:09:34.043 INFO STEP 528 (remove_files) COMPLETE
68892026-08-25T21:09:34.663Z[ recovery-image] Aug 25 21:09:34.043 INFO O| Aug 25 21:09:34.043 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-08-25T21:09:34.669Z[ recovery-image] Aug 25 21:09:34.053 INFO O| Aug 25 21:09:34.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68912026-08-25T21:09:34.669Z[ recovery-image] Aug 25 21:09:34.053 INFO O| Aug 25 21:09:34.053 INFO STEP 529 (remove_files) COMPLETE
68922026-08-25T21:09:34.670Z[ recovery-image] Aug 25 21:09:34.053 INFO O| Aug 25 21:09:34.053 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-08-25T21:09:34.684Z[ recovery-image] Aug 25 21:09:34.068 INFO O| Aug 25 21:09:34.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68942026-08-25T21:09:34.684Z[ recovery-image] Aug 25 21:09:34.068 INFO O| Aug 25 21:09:34.068 INFO STEP 530 (remove_files) COMPLETE
68952026-08-25T21:09:34.684Z[ recovery-image] Aug 25 21:09:34.068 INFO O| Aug 25 21:09:34.068 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-08-25T21:09:34.693Z[ recovery-image] Aug 25 21:09:34.077 INFO O| Aug 25 21:09:34.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68972026-08-25T21:09:34.693Z[ recovery-image] Aug 25 21:09:34.077 INFO O| Aug 25 21:09:34.077 INFO STEP 531 (remove_files) COMPLETE
68982026-08-25T21:09:34.693Z[ recovery-image] Aug 25 21:09:34.077 INFO O| Aug 25 21:09:34.077 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-08-25T21:09:34.704Z[ recovery-image] Aug 25 21:09:34.088 INFO O| Aug 25 21:09:34.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69002026-08-25T21:09:34.708Z[ recovery-image] Aug 25 21:09:34.088 INFO O| Aug 25 21:09:34.088 INFO STEP 532 (remove_files) COMPLETE
69012026-08-25T21:09:34.708Z[ recovery-image] Aug 25 21:09:34.088 INFO O| Aug 25 21:09:34.088 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-08-25T21:09:34.715Z[ recovery-image] Aug 25 21:09:34.099 INFO O| Aug 25 21:09:34.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69032026-08-25T21:09:34.715Z[ recovery-image] Aug 25 21:09:34.099 INFO O| Aug 25 21:09:34.099 INFO STEP 533 (remove_files) COMPLETE
69042026-08-25T21:09:34.715Z[ recovery-image] Aug 25 21:09:34.099 INFO O| Aug 25 21:09:34.099 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-08-25T21:09:34.726Z[ recovery-image] Aug 25 21:09:34.110 INFO O| Aug 25 21:09:34.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69062026-08-25T21:09:34.727Z[ recovery-image] Aug 25 21:09:34.110 INFO O| Aug 25 21:09:34.110 INFO STEP 534 (remove_files) COMPLETE
69072026-08-25T21:09:34.727Z[ recovery-image] Aug 25 21:09:34.110 INFO O| Aug 25 21:09:34.110 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-08-25T21:09:34.737Z[ recovery-image] Aug 25 21:09:34.121 INFO O| Aug 25 21:09:34.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69092026-08-25T21:09:34.741Z[ recovery-image] Aug 25 21:09:34.121 INFO O| Aug 25 21:09:34.121 INFO STEP 535 (remove_files) COMPLETE
69102026-08-25T21:09:34.741Z[ recovery-image] Aug 25 21:09:34.121 INFO O| Aug 25 21:09:34.121 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-08-25T21:09:34.747Z[ recovery-image] Aug 25 21:09:34.131 INFO O| Aug 25 21:09:34.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69122026-08-25T21:09:34.747Z[ recovery-image] Aug 25 21:09:34.131 INFO O| Aug 25 21:09:34.131 INFO STEP 536 (remove_files) COMPLETE
69132026-08-25T21:09:34.747Z[ recovery-image] Aug 25 21:09:34.131 INFO O| Aug 25 21:09:34.131 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-08-25T21:09:34.758Z[ recovery-image] Aug 25 21:09:34.142 INFO O| Aug 25 21:09:34.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69152026-08-25T21:09:34.758Z[ recovery-image] Aug 25 21:09:34.142 INFO O| Aug 25 21:09:34.142 INFO STEP 537 (remove_files) COMPLETE
69162026-08-25T21:09:34.758Z[ recovery-image] Aug 25 21:09:34.142 INFO O| Aug 25 21:09:34.142 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-08-25T21:09:34.768Z[ recovery-image] Aug 25 21:09:34.152 INFO O| Aug 25 21:09:34.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69182026-08-25T21:09:34.772Z[ recovery-image] Aug 25 21:09:34.152 INFO O| Aug 25 21:09:34.152 INFO STEP 538 (remove_files) COMPLETE
69192026-08-25T21:09:34.772Z[ recovery-image] Aug 25 21:09:34.152 INFO O| Aug 25 21:09:34.152 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-08-25T21:09:34.778Z[ recovery-image] Aug 25 21:09:34.162 INFO O| Aug 25 21:09:34.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69212026-08-25T21:09:34.778Z[ recovery-image] Aug 25 21:09:34.162 INFO O| Aug 25 21:09:34.162 INFO STEP 539 (remove_files) COMPLETE
69222026-08-25T21:09:34.782Z[ recovery-image] Aug 25 21:09:34.162 INFO O| Aug 25 21:09:34.162 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-08-25T21:09:34.786Z[ recovery-image] Aug 25 21:09:34.170 INFO O| Aug 25 21:09:34.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69242026-08-25T21:09:34.790Z[ recovery-image] Aug 25 21:09:34.171 INFO O| Aug 25 21:09:34.170 INFO STEP 540 (remove_files) COMPLETE
69252026-08-25T21:09:34.790Z[ recovery-image] Aug 25 21:09:34.171 INFO O| Aug 25 21:09:34.171 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-08-25T21:09:34.797Z[ recovery-image] Aug 25 21:09:34.181 INFO O| Aug 25 21:09:34.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69272026-08-25T21:09:34.797Z[ recovery-image] Aug 25 21:09:34.181 INFO O| Aug 25 21:09:34.181 INFO STEP 541 (remove_files) COMPLETE
69282026-08-25T21:09:34.797Z[ recovery-image] Aug 25 21:09:34.181 INFO O| Aug 25 21:09:34.181 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-08-25T21:09:34.806Z[ recovery-image] Aug 25 21:09:34.190 INFO O| Aug 25 21:09:34.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69302026-08-25T21:09:34.810Z[ recovery-image] Aug 25 21:09:34.191 INFO O| Aug 25 21:09:34.191 INFO STEP 542 (remove_files) COMPLETE
69312026-08-25T21:09:34.810Z[ recovery-image] Aug 25 21:09:34.191 INFO O| Aug 25 21:09:34.191 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-08-25T21:09:34.817Z[ recovery-image] Aug 25 21:09:34.201 INFO O| Aug 25 21:09:34.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69332026-08-25T21:09:34.817Z[ recovery-image] Aug 25 21:09:34.201 INFO O| Aug 25 21:09:34.201 INFO STEP 543 (remove_files) COMPLETE
69342026-08-25T21:09:34.817Z[ recovery-image] Aug 25 21:09:34.201 INFO O| Aug 25 21:09:34.201 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-08-25T21:09:34.826Z[ recovery-image] Aug 25 21:09:34.210 INFO O| Aug 25 21:09:34.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69362026-08-25T21:09:34.827Z[ recovery-image] Aug 25 21:09:34.210 INFO O| Aug 25 21:09:34.210 INFO STEP 544 (remove_files) COMPLETE
69372026-08-25T21:09:34.827Z[ recovery-image] Aug 25 21:09:34.210 INFO O| Aug 25 21:09:34.210 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-08-25T21:09:34.888Z[ recovery-image] Aug 25 21:09:34.219 INFO O| Aug 25 21:09:34.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69392026-08-25T21:09:34.888Z[ recovery-image] Aug 25 21:09:34.219 INFO O| Aug 25 21:09:34.219 INFO STEP 545 (remove_files) COMPLETE
69402026-08-25T21:09:34.888Z[ recovery-image] Aug 25 21:09:34.219 INFO O| Aug 25 21:09:34.219 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-08-25T21:09:34.888Z[ recovery-image] Aug 25 21:09:34.229 INFO O| Aug 25 21:09:34.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69422026-08-25T21:09:34.888Z[ recovery-image] Aug 25 21:09:34.229 INFO O| Aug 25 21:09:34.229 INFO STEP 546 (remove_files) COMPLETE
69432026-08-25T21:09:34.888Z[ recovery-image] Aug 25 21:09:34.229 INFO O| Aug 25 21:09:34.229 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-08-25T21:09:34.888Z[ recovery-image] Aug 25 21:09:34.238 INFO O| Aug 25 21:09:34.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69452026-08-25T21:09:34.888Z[ recovery-image] Aug 25 21:09:34.238 INFO O| Aug 25 21:09:34.238 INFO STEP 547 (remove_files) COMPLETE
69462026-08-25T21:09:34.888Z[ recovery-image] Aug 25 21:09:34.238 INFO O| Aug 25 21:09:34.238 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-08-25T21:09:34.888Z[ recovery-image] Aug 25 21:09:34.247 INFO O| Aug 25 21:09:34.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69482026-08-25T21:09:34.888Z[ recovery-image] Aug 25 21:09:34.247 INFO O| Aug 25 21:09:34.247 INFO STEP 548 (remove_files) COMPLETE
69492026-08-25T21:09:34.888Z[ recovery-image] Aug 25 21:09:34.247 INFO O| Aug 25 21:09:34.247 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-08-25T21:09:34.888Z[ recovery-image] Aug 25 21:09:34.258 INFO O| Aug 25 21:09:34.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69512026-08-25T21:09:34.889Z[ recovery-image] Aug 25 21:09:34.258 INFO O| Aug 25 21:09:34.258 INFO STEP 549 (remove_files) COMPLETE
69522026-08-25T21:09:34.889Z[ recovery-image] Aug 25 21:09:34.258 INFO O| Aug 25 21:09:34.258 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-08-25T21:09:34.889Z[ recovery-image] Aug 25 21:09:34.268 INFO O| Aug 25 21:09:34.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69542026-08-25T21:09:34.889Z[ recovery-image] Aug 25 21:09:34.268 INFO O| Aug 25 21:09:34.268 INFO STEP 550 (remove_files) COMPLETE
69552026-08-25T21:09:34.889Z[ recovery-image] Aug 25 21:09:34.268 INFO O| Aug 25 21:09:34.268 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-08-25T21:09:34.897Z[ recovery-image] Aug 25 21:09:34.278 INFO O| Aug 25 21:09:34.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69572026-08-25T21:09:34.897Z[ recovery-image] Aug 25 21:09:34.278 INFO O| Aug 25 21:09:34.278 INFO STEP 551 (remove_files) COMPLETE
69582026-08-25T21:09:34.897Z[ recovery-image] Aug 25 21:09:34.278 INFO O| Aug 25 21:09:34.278 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-08-25T21:09:34.906Z[ recovery-image] Aug 25 21:09:34.287 INFO O| Aug 25 21:09:34.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69602026-08-25T21:09:34.906Z[ recovery-image] Aug 25 21:09:34.287 INFO O| Aug 25 21:09:34.287 INFO STEP 552 (remove_files) COMPLETE
69612026-08-25T21:09:34.913Z[ recovery-image] Aug 25 21:09:34.287 INFO O| Aug 25 21:09:34.287 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-08-25T21:09:34.917Z[ recovery-image] Aug 25 21:09:34.297 INFO O| Aug 25 21:09:34.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69632026-08-25T21:09:34.917Z[ recovery-image] Aug 25 21:09:34.297 INFO O| Aug 25 21:09:34.297 INFO STEP 553 (remove_files) COMPLETE
69642026-08-25T21:09:34.917Z[ recovery-image] Aug 25 21:09:34.297 INFO O| Aug 25 21:09:34.297 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-08-25T21:09:34.924Z[ recovery-image] Aug 25 21:09:34.306 INFO O| Aug 25 21:09:34.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69662026-08-25T21:09:34.925Z[ recovery-image] Aug 25 21:09:34.306 INFO O| Aug 25 21:09:34.306 INFO STEP 554 (remove_files) COMPLETE
69672026-08-25T21:09:34.925Z[ recovery-image] Aug 25 21:09:34.306 INFO O| Aug 25 21:09:34.306 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-08-25T21:09:34.933Z[ recovery-image] Aug 25 21:09:34.315 INFO O| Aug 25 21:09:34.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69692026-08-25T21:09:34.933Z[ recovery-image] Aug 25 21:09:34.315 INFO O| Aug 25 21:09:34.315 INFO STEP 555 (remove_files) COMPLETE
69702026-08-25T21:09:34.933Z[ recovery-image] Aug 25 21:09:34.315 INFO O| Aug 25 21:09:34.315 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-08-25T21:09:34.942Z[ recovery-image] Aug 25 21:09:34.325 INFO O| Aug 25 21:09:34.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69722026-08-25T21:09:34.942Z[ recovery-image] Aug 25 21:09:34.326 INFO O| Aug 25 21:09:34.326 INFO STEP 556 (remove_files) COMPLETE
69732026-08-25T21:09:34.942Z[ recovery-image] Aug 25 21:09:34.326 INFO O| Aug 25 21:09:34.326 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-08-25T21:09:34.952Z[ recovery-image] Aug 25 21:09:34.336 INFO O| Aug 25 21:09:34.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69752026-08-25T21:09:34.952Z[ recovery-image] Aug 25 21:09:34.336 INFO O| Aug 25 21:09:34.336 INFO STEP 557 (remove_files) COMPLETE
69762026-08-25T21:09:34.952Z[ recovery-image] Aug 25 21:09:34.336 INFO O| Aug 25 21:09:34.336 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-08-25T21:09:34.962Z[ recovery-image] Aug 25 21:09:34.346 INFO O| Aug 25 21:09:34.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69782026-08-25T21:09:34.962Z[ recovery-image] Aug 25 21:09:34.346 INFO O| Aug 25 21:09:34.346 INFO STEP 558 (remove_files) COMPLETE
69792026-08-25T21:09:34.962Z[ recovery-image] Aug 25 21:09:34.346 INFO O| Aug 25 21:09:34.346 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-08-25T21:09:34.973Z[ recovery-image] Aug 25 21:09:34.356 INFO O| Aug 25 21:09:34.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69812026-08-25T21:09:34.973Z[ recovery-image] Aug 25 21:09:34.356 INFO O| Aug 25 21:09:34.356 INFO STEP 559 (remove_files) COMPLETE
69822026-08-25T21:09:34.973Z[ recovery-image] Aug 25 21:09:34.356 INFO O| Aug 25 21:09:34.356 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-08-25T21:09:34.983Z[ recovery-image] Aug 25 21:09:34.365 INFO O| Aug 25 21:09:34.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69842026-08-25T21:09:34.983Z[ recovery-image] Aug 25 21:09:34.365 INFO O| Aug 25 21:09:34.365 INFO STEP 560 (remove_files) COMPLETE
69852026-08-25T21:09:34.983Z[ recovery-image] Aug 25 21:09:34.365 INFO O| Aug 25 21:09:34.365 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-08-25T21:09:34.992Z[ recovery-image] Aug 25 21:09:34.376 INFO O| Aug 25 21:09:34.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69872026-08-25T21:09:34.992Z[ recovery-image] Aug 25 21:09:34.376 INFO O| Aug 25 21:09:34.376 INFO STEP 561 (remove_files) COMPLETE
69882026-08-25T21:09:34.997Z[ recovery-image] Aug 25 21:09:34.376 INFO O| Aug 25 21:09:34.376 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-08-25T21:09:35.004Z[ recovery-image] Aug 25 21:09:34.385 INFO O| Aug 25 21:09:34.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69902026-08-25T21:09:35.004Z[ recovery-image] Aug 25 21:09:34.386 INFO O| Aug 25 21:09:34.386 INFO STEP 562 (remove_files) COMPLETE
69912026-08-25T21:09:35.004Z[ recovery-image] Aug 25 21:09:34.386 INFO O| Aug 25 21:09:34.386 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-08-25T21:09:35.011Z[ recovery-image] Aug 25 21:09:34.395 INFO O| Aug 25 21:09:34.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69932026-08-25T21:09:35.011Z[ recovery-image] Aug 25 21:09:34.395 INFO O| Aug 25 21:09:34.395 INFO STEP 563 (remove_files) COMPLETE
69942026-08-25T21:09:35.011Z[ recovery-image] Aug 25 21:09:34.395 INFO O| Aug 25 21:09:34.395 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-08-25T21:09:35.020Z[ recovery-image] Aug 25 21:09:34.404 INFO O| Aug 25 21:09:34.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69962026-08-25T21:09:35.021Z[ recovery-image] Aug 25 21:09:34.404 INFO O| Aug 25 21:09:34.404 INFO STEP 564 (remove_files) COMPLETE
69972026-08-25T21:09:35.024Z[ recovery-image] Aug 25 21:09:34.404 INFO O| Aug 25 21:09:34.404 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-08-25T21:09:35.028Z[ recovery-image] Aug 25 21:09:34.412 INFO O| Aug 25 21:09:34.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69992026-08-25T21:09:35.028Z[ recovery-image] Aug 25 21:09:34.412 INFO O| Aug 25 21:09:34.412 INFO STEP 565 (remove_files) COMPLETE
70002026-08-25T21:09:35.032Z[ recovery-image] Aug 25 21:09:34.412 INFO O| Aug 25 21:09:34.412 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-08-25T21:09:35.036Z[ recovery-image] Aug 25 21:09:34.420 INFO O| Aug 25 21:09:34.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70022026-08-25T21:09:35.036Z[ recovery-image] Aug 25 21:09:34.420 INFO O| Aug 25 21:09:34.420 INFO STEP 566 (remove_files) COMPLETE
70032026-08-25T21:09:35.041Z[ recovery-image] Aug 25 21:09:34.420 INFO O| Aug 25 21:09:34.420 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-08-25T21:09:35.044Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
70052026-08-25T21:09:35.048Z[ recovery-image] Aug 25 21:09:34.430 INFO O| Aug 25 21:09:34.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70062026-08-25T21:09:35.048Z[ recovery-image] Aug 25 21:09:34.430 INFO O| Aug 25 21:09:34.430 INFO STEP 567 (remove_files) COMPLETE
70072026-08-25T21:09:35.048Z[ recovery-image] Aug 25 21:09:34.430 INFO O| Aug 25 21:09:34.430 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-08-25T21:09:35.055Z[ recovery-image] Aug 25 21:09:34.439 INFO O| Aug 25 21:09:34.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70092026-08-25T21:09:35.055Z[ recovery-image] Aug 25 21:09:34.439 INFO O| Aug 25 21:09:34.439 INFO STEP 568 (remove_files) COMPLETE
70102026-08-25T21:09:35.055Z[ recovery-image] Aug 25 21:09:34.439 INFO O| Aug 25 21:09:34.439 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-08-25T21:09:35.069Z[ recovery-image] Aug 25 21:09:34.450 INFO O| Aug 25 21:09:34.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70122026-08-25T21:09:35.070Z[ recovery-image] Aug 25 21:09:34.450 INFO O| Aug 25 21:09:34.450 INFO STEP 569 (remove_files) COMPLETE
70132026-08-25T21:09:35.070Z[ recovery-image] Aug 25 21:09:34.450 INFO O| Aug 25 21:09:34.450 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-08-25T21:09:35.077Z[ recovery-image] Aug 25 21:09:34.460 INFO O| Aug 25 21:09:34.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70152026-08-25T21:09:35.081Z[ recovery-image] Aug 25 21:09:34.461 INFO O| Aug 25 21:09:34.461 INFO STEP 570 (remove_files) COMPLETE
70162026-08-25T21:09:35.081Z[ recovery-image] Aug 25 21:09:34.461 INFO O| Aug 25 21:09:34.461 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-08-25T21:09:35.088Z[ recovery-image] Aug 25 21:09:34.472 INFO O| Aug 25 21:09:34.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70182026-08-25T21:09:35.088Z[ recovery-image] Aug 25 21:09:34.472 INFO O| Aug 25 21:09:34.472 INFO STEP 571 (remove_files) COMPLETE
70192026-08-25T21:09:35.088Z[ recovery-image] Aug 25 21:09:34.472 INFO O| Aug 25 21:09:34.472 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-08-25T21:09:35.099Z[ recovery-image] Aug 25 21:09:34.482 INFO O| Aug 25 21:09:34.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70212026-08-25T21:09:35.099Z[ recovery-image] Aug 25 21:09:34.482 INFO O| Aug 25 21:09:34.482 INFO STEP 572 (remove_files) COMPLETE
70222026-08-25T21:09:35.099Z[ recovery-image] Aug 25 21:09:34.482 INFO O| Aug 25 21:09:34.482 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-08-25T21:09:35.108Z[ recovery-image] Aug 25 21:09:34.492 INFO O| Aug 25 21:09:34.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70242026-08-25T21:09:35.108Z[ recovery-image] Aug 25 21:09:34.492 INFO O| Aug 25 21:09:34.492 INFO STEP 573 (remove_files) COMPLETE
70252026-08-25T21:09:35.108Z[ recovery-image] Aug 25 21:09:34.492 INFO O| Aug 25 21:09:34.492 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-08-25T21:09:35.118Z[ recovery-image] Aug 25 21:09:34.501 INFO O| Aug 25 21:09:34.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70272026-08-25T21:09:35.118Z[ recovery-image] Aug 25 21:09:34.502 INFO O| Aug 25 21:09:34.502 INFO STEP 574 (remove_files) COMPLETE
70282026-08-25T21:09:35.118Z[ recovery-image] Aug 25 21:09:34.502 INFO O| Aug 25 21:09:34.502 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-08-25T21:09:35.128Z[ recovery-image] Aug 25 21:09:34.512 INFO O| Aug 25 21:09:34.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70302026-08-25T21:09:35.128Z[ recovery-image] Aug 25 21:09:34.512 INFO O| Aug 25 21:09:34.512 INFO STEP 575 (remove_files) COMPLETE
70312026-08-25T21:09:35.128Z[ recovery-image] Aug 25 21:09:34.512 INFO O| Aug 25 21:09:34.512 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-08-25T21:09:35.138Z[ recovery-image] Aug 25 21:09:34.522 INFO O| Aug 25 21:09:34.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70332026-08-25T21:09:35.138Z[ recovery-image] Aug 25 21:09:34.522 INFO O| Aug 25 21:09:34.522 INFO STEP 576 (remove_files) COMPLETE
70342026-08-25T21:09:35.138Z[ recovery-image] Aug 25 21:09:34.522 INFO O| Aug 25 21:09:34.522 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-08-25T21:09:35.149Z[ recovery-image] Aug 25 21:09:34.533 INFO O| Aug 25 21:09:34.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70362026-08-25T21:09:35.149Z[ recovery-image] Aug 25 21:09:34.533 INFO O| Aug 25 21:09:34.533 INFO STEP 577 (remove_files) COMPLETE
70372026-08-25T21:09:35.149Z[ recovery-image] Aug 25 21:09:34.533 INFO O| Aug 25 21:09:34.533 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-08-25T21:09:35.158Z[ recovery-image] Aug 25 21:09:34.542 INFO O| Aug 25 21:09:34.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70392026-08-25T21:09:35.158Z[ recovery-image] Aug 25 21:09:34.542 INFO O| Aug 25 21:09:34.542 INFO STEP 578 (remove_files) COMPLETE
70402026-08-25T21:09:35.158Z[ recovery-image] Aug 25 21:09:34.542 INFO O| Aug 25 21:09:34.542 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-08-25T21:09:35.169Z[ recovery-image] Aug 25 21:09:34.553 INFO O| Aug 25 21:09:34.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70422026-08-25T21:09:35.169Z[ recovery-image] Aug 25 21:09:34.553 INFO O| Aug 25 21:09:34.553 INFO STEP 579 (remove_files) COMPLETE
70432026-08-25T21:09:35.169Z[ recovery-image] Aug 25 21:09:34.553 INFO O| Aug 25 21:09:34.553 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-08-25T21:09:35.180Z[ recovery-image] Aug 25 21:09:34.563 INFO O| Aug 25 21:09:34.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70452026-08-25T21:09:35.180Z[ recovery-image] Aug 25 21:09:34.563 INFO O| Aug 25 21:09:34.563 INFO STEP 580 (remove_files) COMPLETE
70462026-08-25T21:09:35.180Z[ recovery-image] Aug 25 21:09:34.563 INFO O| Aug 25 21:09:34.563 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-08-25T21:09:35.190Z[ recovery-image] Aug 25 21:09:34.573 INFO O| Aug 25 21:09:34.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70482026-08-25T21:09:35.190Z[ recovery-image] Aug 25 21:09:34.574 INFO O| Aug 25 21:09:34.573 INFO STEP 581 (remove_files) COMPLETE
70492026-08-25T21:09:35.190Z[ recovery-image] Aug 25 21:09:34.574 INFO O| Aug 25 21:09:34.574 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-08-25T21:09:35.201Z[ recovery-image] Aug 25 21:09:34.584 INFO O| Aug 25 21:09:34.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70512026-08-25T21:09:35.201Z[ recovery-image] Aug 25 21:09:34.584 INFO O| Aug 25 21:09:34.584 INFO STEP 582 (remove_files) COMPLETE
70522026-08-25T21:09:35.201Z[ recovery-image] Aug 25 21:09:34.584 INFO O| Aug 25 21:09:34.584 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-08-25T21:09:35.210Z[ recovery-image] Aug 25 21:09:34.594 INFO O| Aug 25 21:09:34.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70542026-08-25T21:09:35.210Z[ recovery-image] Aug 25 21:09:34.594 INFO O| Aug 25 21:09:34.594 INFO STEP 583 (remove_files) COMPLETE
70552026-08-25T21:09:35.210Z[ recovery-image] Aug 25 21:09:34.594 INFO O| Aug 25 21:09:34.594 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-08-25T21:09:35.221Z[ recovery-image] Aug 25 21:09:34.605 INFO O| Aug 25 21:09:34.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70572026-08-25T21:09:35.223Z[ recovery-image] Aug 25 21:09:34.605 INFO O| Aug 25 21:09:34.605 INFO STEP 584 (remove_files) COMPLETE
70582026-08-25T21:09:35.223Z[ recovery-image] Aug 25 21:09:34.605 INFO O| Aug 25 21:09:34.605 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-08-25T21:09:35.231Z[ recovery-image] Aug 25 21:09:34.615 INFO O| Aug 25 21:09:34.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70602026-08-25T21:09:35.231Z[ recovery-image] Aug 25 21:09:34.615 INFO O| Aug 25 21:09:34.615 INFO STEP 585 (remove_files) COMPLETE
70612026-08-25T21:09:35.234Z[ recovery-image] Aug 25 21:09:34.615 INFO O| Aug 25 21:09:34.615 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-08-25T21:09:35.244Z[ recovery-image] Aug 25 21:09:34.628 INFO O| Aug 25 21:09:34.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70632026-08-25T21:09:35.244Z[ recovery-image] Aug 25 21:09:34.628 INFO O| Aug 25 21:09:34.628 INFO STEP 586 (remove_files) COMPLETE
70642026-08-25T21:09:35.244Z[ recovery-image] Aug 25 21:09:34.628 INFO O| Aug 25 21:09:34.628 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-08-25T21:09:35.253Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
70662026-08-25T21:09:35.257Z[ recovery-image] Aug 25 21:09:34.637 INFO O| Aug 25 21:09:34.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70672026-08-25T21:09:35.257Z[ recovery-image] Aug 25 21:09:34.637 INFO O| Aug 25 21:09:34.637 INFO STEP 587 (remove_files) COMPLETE
70682026-08-25T21:09:35.257Z[ recovery-image] Aug 25 21:09:34.637 INFO O| Aug 25 21:09:34.637 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-08-25T21:09:35.262Z[ recovery-image] Aug 25 21:09:34.646 INFO O| Aug 25 21:09:34.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70702026-08-25T21:09:35.262Z[ recovery-image] Aug 25 21:09:34.646 INFO O| Aug 25 21:09:34.646 INFO STEP 588 (remove_files) COMPLETE
70712026-08-25T21:09:35.262Z[ recovery-image] Aug 25 21:09:34.646 INFO O| Aug 25 21:09:34.646 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-08-25T21:09:35.274Z[ recovery-image] Aug 25 21:09:34.656 INFO O| Aug 25 21:09:34.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70732026-08-25T21:09:35.274Z[ recovery-image] Aug 25 21:09:34.656 INFO O| Aug 25 21:09:34.656 INFO STEP 589 (remove_files) COMPLETE
70742026-08-25T21:09:35.279Z[ recovery-image] Aug 25 21:09:34.656 INFO O| Aug 25 21:09:34.656 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-08-25T21:09:35.283Z[ recovery-image] Aug 25 21:09:34.665 INFO O| Aug 25 21:09:34.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70762026-08-25T21:09:35.283Z[ recovery-image] Aug 25 21:09:34.665 INFO O| Aug 25 21:09:34.665 INFO STEP 590 (remove_files) COMPLETE
70772026-08-25T21:09:35.283Z[ recovery-image] Aug 25 21:09:34.665 INFO O| Aug 25 21:09:34.665 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-08-25T21:09:35.290Z[ recovery-image] Aug 25 21:09:34.674 INFO O| Aug 25 21:09:34.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70792026-08-25T21:09:35.291Z[ recovery-image] Aug 25 21:09:34.674 INFO O| Aug 25 21:09:34.674 INFO STEP 591 (remove_files) COMPLETE
70802026-08-25T21:09:35.291Z[ recovery-image] Aug 25 21:09:34.674 INFO O| Aug 25 21:09:34.674 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-08-25T21:09:35.298Z[verify-libraries] Compiling fatfs v0.3.6
70822026-08-25T21:09:35.302Z[ recovery-image] Aug 25 21:09:34.686 INFO O| Aug 25 21:09:34.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70832026-08-25T21:09:35.302Z[ recovery-image] Aug 25 21:09:34.686 INFO O| Aug 25 21:09:34.686 INFO STEP 592 (remove_files) COMPLETE
70842026-08-25T21:09:35.302Z[ recovery-image] Aug 25 21:09:34.686 INFO O| Aug 25 21:09:34.686 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-08-25T21:09:35.314Z[ recovery-image] Aug 25 21:09:34.696 INFO O| Aug 25 21:09:34.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70862026-08-25T21:09:35.314Z[ recovery-image] Aug 25 21:09:34.696 INFO O| Aug 25 21:09:34.696 INFO STEP 593 (remove_files) COMPLETE
70872026-08-25T21:09:35.318Z[ recovery-image] Aug 25 21:09:34.696 INFO O| Aug 25 21:09:34.696 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-08-25T21:09:35.322Z[ recovery-image] Aug 25 21:09:34.706 INFO O| Aug 25 21:09:34.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70892026-08-25T21:09:35.322Z[ recovery-image] Aug 25 21:09:34.706 INFO O| Aug 25 21:09:34.706 INFO STEP 594 (remove_files) COMPLETE
70902026-08-25T21:09:35.322Z[ recovery-image] Aug 25 21:09:34.706 INFO O| Aug 25 21:09:34.706 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-08-25T21:09:35.333Z[ recovery-image] Aug 25 21:09:34.715 INFO O| Aug 25 21:09:34.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70922026-08-25T21:09:35.333Z[ recovery-image] Aug 25 21:09:34.715 INFO O| Aug 25 21:09:34.715 INFO STEP 595 (remove_files) COMPLETE
70932026-08-25T21:09:35.333Z[ recovery-image] Aug 25 21:09:34.715 INFO O| Aug 25 21:09:34.715 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-08-25T21:09:35.338Z[verify-libraries] Compiling num-bigint v0.4.6
70952026-08-25T21:09:35.341Z[ recovery-image] Aug 25 21:09:34.724 INFO O| Aug 25 21:09:34.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70962026-08-25T21:09:35.341Z[ recovery-image] Aug 25 21:09:34.724 INFO O| Aug 25 21:09:34.724 INFO STEP 596 (remove_files) COMPLETE
70972026-08-25T21:09:35.341Z[ recovery-image] Aug 25 21:09:34.724 INFO O| Aug 25 21:09:34.724 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-08-25T21:09:35.349Z[ recovery-image] Aug 25 21:09:34.733 INFO O| Aug 25 21:09:34.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70992026-08-25T21:09:35.350Z[ recovery-image] Aug 25 21:09:34.733 INFO O| Aug 25 21:09:34.733 INFO STEP 597 (remove_files) COMPLETE
71002026-08-25T21:09:35.351Z[ recovery-image] Aug 25 21:09:34.733 INFO O| Aug 25 21:09:34.733 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-08-25T21:09:35.359Z[ recovery-image] Aug 25 21:09:34.742 INFO O| Aug 25 21:09:34.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71022026-08-25T21:09:35.359Z[ recovery-image] Aug 25 21:09:34.742 INFO O| Aug 25 21:09:34.742 INFO STEP 598 (remove_files) COMPLETE
71032026-08-25T21:09:35.359Z[ recovery-image] Aug 25 21:09:34.742 INFO O| Aug 25 21:09:34.742 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-08-25T21:09:35.368Z[ recovery-image] Aug 25 21:09:34.752 INFO O| Aug 25 21:09:34.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71052026-08-25T21:09:35.368Z[ recovery-image] Aug 25 21:09:34.752 INFO O| Aug 25 21:09:34.752 INFO STEP 599 (remove_files) COMPLETE
71062026-08-25T21:09:35.373Z[ recovery-image] Aug 25 21:09:34.752 INFO O| Aug 25 21:09:34.752 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-08-25T21:09:35.378Z[ recovery-image] Aug 25 21:09:34.762 INFO O| Aug 25 21:09:34.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71082026-08-25T21:09:35.378Z[ recovery-image] Aug 25 21:09:34.762 INFO O| Aug 25 21:09:34.762 INFO STEP 600 (remove_files) COMPLETE
71092026-08-25T21:09:35.382Z[ recovery-image] Aug 25 21:09:34.762 INFO O| Aug 25 21:09:34.762 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-25T21:09:35.388Z[ recovery-image] Aug 25 21:09:34.772 INFO O| Aug 25 21:09:34.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71112026-08-25T21:09:35.388Z[ recovery-image] Aug 25 21:09:34.772 INFO O| Aug 25 21:09:34.772 INFO STEP 601 (remove_files) COMPLETE
71122026-08-25T21:09:35.391Z[ recovery-image] Aug 25 21:09:34.772 INFO O| Aug 25 21:09:34.772 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-08-25T21:09:35.400Z[ recovery-image] Aug 25 21:09:34.782 INFO O| Aug 25 21:09:34.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71142026-08-25T21:09:35.401Z[ recovery-image] Aug 25 21:09:34.782 INFO O| Aug 25 21:09:34.782 INFO STEP 602 (remove_files) COMPLETE
71152026-08-25T21:09:35.401Z[ recovery-image] Aug 25 21:09:34.782 INFO O| Aug 25 21:09:34.782 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-08-25T21:09:35.408Z[ recovery-image] Aug 25 21:09:34.790 INFO O| Aug 25 21:09:34.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71172026-08-25T21:09:35.408Z[ recovery-image] Aug 25 21:09:34.791 INFO O| Aug 25 21:09:34.790 INFO STEP 603 (remove_files) COMPLETE
71182026-08-25T21:09:35.408Z[ recovery-image] Aug 25 21:09:34.791 INFO O| Aug 25 21:09:34.790 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-08-25T21:09:35.417Z[ recovery-image] Aug 25 21:09:34.801 INFO O| Aug 25 21:09:34.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71202026-08-25T21:09:35.418Z[ recovery-image] Aug 25 21:09:34.801 INFO O| Aug 25 21:09:34.801 INFO STEP 604 (remove_files) COMPLETE
71212026-08-25T21:09:35.418Z[ recovery-image] Aug 25 21:09:34.801 INFO O| Aug 25 21:09:34.801 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-25T21:09:35.426Z[ recovery-image] Aug 25 21:09:34.810 INFO O| Aug 25 21:09:34.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71232026-08-25T21:09:35.426Z[ recovery-image] Aug 25 21:09:34.810 INFO O| Aug 25 21:09:34.810 INFO STEP 605 (remove_files) COMPLETE
71242026-08-25T21:09:35.429Z[ recovery-image] Aug 25 21:09:34.810 INFO O| Aug 25 21:09:34.810 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-08-25T21:09:35.435Z[ recovery-image] Aug 25 21:09:34.819 INFO O| Aug 25 21:09:34.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71262026-08-25T21:09:35.435Z[ recovery-image] Aug 25 21:09:34.819 INFO O| Aug 25 21:09:34.819 INFO STEP 606 (remove_files) COMPLETE
71272026-08-25T21:09:35.435Z[ recovery-image] Aug 25 21:09:34.819 INFO O| Aug 25 21:09:34.819 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-25T21:09:35.446Z[ recovery-image] Aug 25 21:09:34.827 INFO O| Aug 25 21:09:34.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71292026-08-25T21:09:35.446Z[ recovery-image] Aug 25 21:09:34.827 INFO O| Aug 25 21:09:34.827 INFO STEP 607 (remove_files) COMPLETE
71302026-08-25T21:09:35.446Z[ recovery-image] Aug 25 21:09:34.828 INFO O| Aug 25 21:09:34.827 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-08-25T21:09:35.453Z[ recovery-image] Aug 25 21:09:34.837 INFO O| Aug 25 21:09:34.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71322026-08-25T21:09:35.453Z[ recovery-image] Aug 25 21:09:34.837 INFO O| Aug 25 21:09:34.837 INFO STEP 608 (remove_files) COMPLETE
71332026-08-25T21:09:35.453Z[ recovery-image] Aug 25 21:09:34.837 INFO O| Aug 25 21:09:34.837 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-08-25T21:09:35.462Z[ recovery-image] Aug 25 21:09:34.846 INFO O| Aug 25 21:09:34.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71352026-08-25T21:09:35.462Z[ recovery-image] Aug 25 21:09:34.846 INFO O| Aug 25 21:09:34.846 INFO STEP 609 (remove_files) COMPLETE
71362026-08-25T21:09:35.462Z[ recovery-image] Aug 25 21:09:34.846 INFO O| Aug 25 21:09:34.846 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-08-25T21:09:35.471Z[ recovery-image] Aug 25 21:09:34.855 INFO O| Aug 25 21:09:34.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71382026-08-25T21:09:35.472Z[ recovery-image] Aug 25 21:09:34.855 INFO O| Aug 25 21:09:34.855 INFO STEP 610 (remove_files) COMPLETE
71392026-08-25T21:09:35.476Z[ recovery-image] Aug 25 21:09:34.855 INFO O| Aug 25 21:09:34.855 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-08-25T21:09:35.481Z[ recovery-image] Aug 25 21:09:34.865 INFO O| Aug 25 21:09:34.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71412026-08-25T21:09:35.482Z[ recovery-image] Aug 25 21:09:34.865 INFO O| Aug 25 21:09:34.865 INFO STEP 611 (remove_files) COMPLETE
71422026-08-25T21:09:35.482Z[ recovery-image] Aug 25 21:09:34.865 INFO O| Aug 25 21:09:34.865 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-08-25T21:09:35.490Z[ recovery-image] Aug 25 21:09:34.874 INFO O| Aug 25 21:09:34.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71442026-08-25T21:09:35.490Z[ recovery-image] Aug 25 21:09:34.874 INFO O| Aug 25 21:09:34.874 INFO STEP 612 (remove_files) COMPLETE
71452026-08-25T21:09:35.491Z[ recovery-image] Aug 25 21:09:34.874 INFO O| Aug 25 21:09:34.874 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-08-25T21:09:35.499Z[ recovery-image] Aug 25 21:09:34.883 INFO O| Aug 25 21:09:34.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71472026-08-25T21:09:35.500Z[ recovery-image] Aug 25 21:09:34.883 INFO O| Aug 25 21:09:34.883 INFO STEP 613 (remove_files) COMPLETE
71482026-08-25T21:09:35.500Z[ recovery-image] Aug 25 21:09:34.883 INFO O| Aug 25 21:09:34.883 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-08-25T21:09:35.512Z[ recovery-image] Aug 25 21:09:34.892 INFO O| Aug 25 21:09:34.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71502026-08-25T21:09:35.512Z[ recovery-image] Aug 25 21:09:34.892 INFO O| Aug 25 21:09:34.892 INFO STEP 614 (remove_files) COMPLETE
71512026-08-25T21:09:35.514Z[ recovery-image] Aug 25 21:09:34.892 INFO O| Aug 25 21:09:34.892 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-08-25T21:09:35.521Z[ recovery-image] Aug 25 21:09:34.901 INFO O| Aug 25 21:09:34.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71532026-08-25T21:09:35.521Z[ recovery-image] Aug 25 21:09:34.901 INFO O| Aug 25 21:09:34.901 INFO STEP 615 (remove_files) COMPLETE
71542026-08-25T21:09:35.521Z[ recovery-image] Aug 25 21:09:34.901 INFO O| Aug 25 21:09:34.901 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-08-25T21:09:35.527Z[ recovery-image] Aug 25 21:09:34.911 INFO O| Aug 25 21:09:34.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71562026-08-25T21:09:35.528Z[ recovery-image] Aug 25 21:09:34.911 INFO O| Aug 25 21:09:34.911 INFO STEP 616 (remove_files) COMPLETE
71572026-08-25T21:09:35.532Z[ recovery-image] Aug 25 21:09:34.911 INFO O| Aug 25 21:09:34.911 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-08-25T21:09:35.537Z[ recovery-image] Aug 25 21:09:34.921 INFO O| Aug 25 21:09:34.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71592026-08-25T21:09:35.537Z[ recovery-image] Aug 25 21:09:34.921 INFO O| Aug 25 21:09:34.921 INFO STEP 617 (remove_files) COMPLETE
71602026-08-25T21:09:35.542Z[ recovery-image] Aug 25 21:09:34.921 INFO O| Aug 25 21:09:34.921 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-08-25T21:09:35.547Z[ recovery-image] Aug 25 21:09:34.931 INFO O| Aug 25 21:09:34.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71622026-08-25T21:09:35.547Z[ recovery-image] Aug 25 21:09:34.931 INFO O| Aug 25 21:09:34.931 INFO STEP 618 (remove_files) COMPLETE
71632026-08-25T21:09:35.547Z[ recovery-image] Aug 25 21:09:34.931 INFO O| Aug 25 21:09:34.931 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-08-25T21:09:35.558Z[ recovery-image] Aug 25 21:09:34.942 INFO O| Aug 25 21:09:34.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71652026-08-25T21:09:35.558Z[ recovery-image] Aug 25 21:09:34.942 INFO O| Aug 25 21:09:34.942 INFO STEP 619 (remove_files) COMPLETE
71662026-08-25T21:09:35.558Z[ recovery-image] Aug 25 21:09:34.942 INFO O| Aug 25 21:09:34.942 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-08-25T21:09:35.569Z[ recovery-image] Aug 25 21:09:34.953 INFO O| Aug 25 21:09:34.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71682026-08-25T21:09:35.569Z[ recovery-image] Aug 25 21:09:34.953 INFO O| Aug 25 21:09:34.953 INFO STEP 620 (remove_files) COMPLETE
71692026-08-25T21:09:35.569Z[ recovery-image] Aug 25 21:09:34.953 INFO O| Aug 25 21:09:34.953 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-08-25T21:09:35.580Z[ recovery-image] Aug 25 21:09:34.964 INFO O| Aug 25 21:09:34.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71712026-08-25T21:09:35.580Z[ recovery-image] Aug 25 21:09:34.964 INFO O| Aug 25 21:09:34.964 INFO STEP 621 (remove_files) COMPLETE
71722026-08-25T21:09:35.580Z[ recovery-image] Aug 25 21:09:34.964 INFO O| Aug 25 21:09:34.964 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-08-25T21:09:35.590Z[ recovery-image] Aug 25 21:09:34.974 INFO O| Aug 25 21:09:34.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71742026-08-25T21:09:35.590Z[ recovery-image] Aug 25 21:09:34.974 INFO O| Aug 25 21:09:34.974 INFO STEP 622 (remove_files) COMPLETE
71752026-08-25T21:09:35.590Z[ recovery-image] Aug 25 21:09:34.974 INFO O| Aug 25 21:09:34.974 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-08-25T21:09:35.601Z[ recovery-image] Aug 25 21:09:34.985 INFO O| Aug 25 21:09:34.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71772026-08-25T21:09:35.601Z[ recovery-image] Aug 25 21:09:34.985 INFO O| Aug 25 21:09:34.985 INFO STEP 623 (remove_files) COMPLETE
71782026-08-25T21:09:35.602Z[ recovery-image] Aug 25 21:09:34.985 INFO O| Aug 25 21:09:34.985 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-08-25T21:09:35.614Z[ recovery-image] Aug 25 21:09:34.996 INFO O| Aug 25 21:09:34.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71802026-08-25T21:09:35.614Z[ recovery-image] Aug 25 21:09:34.996 INFO O| Aug 25 21:09:34.996 INFO STEP 624 (remove_files) COMPLETE
71812026-08-25T21:09:35.617Z[ recovery-image] Aug 25 21:09:34.996 INFO O| Aug 25 21:09:34.996 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-08-25T21:09:35.625Z[ recovery-image] Aug 25 21:09:35.009 INFO O| Aug 25 21:09:35.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71832026-08-25T21:09:35.625Z[ recovery-image] Aug 25 21:09:35.009 INFO O| Aug 25 21:09:35.009 INFO STEP 625 (remove_files) COMPLETE
71842026-08-25T21:09:35.625Z[ recovery-image] Aug 25 21:09:35.009 INFO O| Aug 25 21:09:35.009 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-08-25T21:09:35.636Z[ recovery-image] Aug 25 21:09:35.020 INFO O| Aug 25 21:09:35.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71862026-08-25T21:09:35.636Z[ recovery-image] Aug 25 21:09:35.020 INFO O| Aug 25 21:09:35.020 INFO STEP 626 (remove_files) COMPLETE
71872026-08-25T21:09:35.639Z[ recovery-image] Aug 25 21:09:35.020 INFO O| Aug 25 21:09:35.020 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-08-25T21:09:35.646Z[ recovery-image] Aug 25 21:09:35.030 INFO O| Aug 25 21:09:35.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71892026-08-25T21:09:35.646Z[ recovery-image] Aug 25 21:09:35.030 INFO O| Aug 25 21:09:35.030 INFO STEP 627 (remove_files) COMPLETE
71902026-08-25T21:09:35.646Z[ recovery-image] Aug 25 21:09:35.030 INFO O| Aug 25 21:09:35.030 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-08-25T21:09:35.656Z[ recovery-image] Aug 25 21:09:35.039 INFO O| Aug 25 21:09:35.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71922026-08-25T21:09:35.656Z[ recovery-image] Aug 25 21:09:35.039 INFO O| Aug 25 21:09:35.039 INFO STEP 628 (remove_files) COMPLETE
71932026-08-25T21:09:35.656Z[ recovery-image] Aug 25 21:09:35.039 INFO O| Aug 25 21:09:35.039 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-08-25T21:09:35.666Z[ recovery-image] Aug 25 21:09:35.047 INFO O| Aug 25 21:09:35.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71952026-08-25T21:09:35.666Z[ recovery-image] Aug 25 21:09:35.048 INFO O| Aug 25 21:09:35.048 INFO STEP 629 (remove_files) COMPLETE
71962026-08-25T21:09:35.666Z[ recovery-image] Aug 25 21:09:35.048 INFO O| Aug 25 21:09:35.048 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-08-25T21:09:35.675Z[ recovery-image] Aug 25 21:09:35.057 INFO O| Aug 25 21:09:35.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71982026-08-25T21:09:35.675Z[ recovery-image] Aug 25 21:09:35.057 INFO O| Aug 25 21:09:35.057 INFO STEP 630 (remove_files) COMPLETE
71992026-08-25T21:09:35.675Z[ recovery-image] Aug 25 21:09:35.057 INFO O| Aug 25 21:09:35.057 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-08-25T21:09:35.682Z[verify-libraries] Compiling generic-array v1.4.3
72012026-08-25T21:09:35.685Z[ recovery-image] Aug 25 21:09:35.066 INFO O| Aug 25 21:09:35.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72022026-08-25T21:09:35.685Z[ recovery-image] Aug 25 21:09:35.066 INFO O| Aug 25 21:09:35.066 INFO STEP 631 (remove_files) COMPLETE
72032026-08-25T21:09:35.685Z[ recovery-image] Aug 25 21:09:35.066 INFO O| Aug 25 21:09:35.066 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-08-25T21:09:35.692Z[ recovery-image] Aug 25 21:09:35.076 INFO O| Aug 25 21:09:35.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72052026-08-25T21:09:35.692Z[ recovery-image] Aug 25 21:09:35.076 INFO O| Aug 25 21:09:35.076 INFO STEP 632 (remove_files) COMPLETE
72062026-08-25T21:09:35.692Z[ recovery-image] Aug 25 21:09:35.076 INFO O| Aug 25 21:09:35.076 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-08-25T21:09:35.700Z[verify-libraries] Compiling russh-util v0.52.0
72082026-08-25T21:09:35.704Z[ recovery-image] Aug 25 21:09:35.086 INFO O| Aug 25 21:09:35.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72092026-08-25T21:09:35.704Z[ recovery-image] Aug 25 21:09:35.086 INFO O| Aug 25 21:09:35.086 INFO STEP 633 (remove_files) COMPLETE
72102026-08-25T21:09:35.704Z[ recovery-image] Aug 25 21:09:35.086 INFO O| Aug 25 21:09:35.086 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-08-25T21:09:35.712Z[ recovery-image] Aug 25 21:09:35.096 INFO O| Aug 25 21:09:35.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72122026-08-25T21:09:35.713Z[ recovery-image] Aug 25 21:09:35.096 INFO O| Aug 25 21:09:35.096 INFO STEP 634 (remove_files) COMPLETE
72132026-08-25T21:09:35.713Z[ recovery-image] Aug 25 21:09:35.096 INFO O| Aug 25 21:09:35.096 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-08-25T21:09:35.723Z[ recovery-image] Aug 25 21:09:35.106 INFO O| Aug 25 21:09:35.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72152026-08-25T21:09:35.723Z[ recovery-image] Aug 25 21:09:35.107 INFO O| Aug 25 21:09:35.106 INFO STEP 635 (remove_files) COMPLETE
72162026-08-25T21:09:35.723Z[ recovery-image] Aug 25 21:09:35.107 INFO O| Aug 25 21:09:35.106 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-08-25T21:09:35.734Z[ recovery-image] Aug 25 21:09:35.117 INFO O| Aug 25 21:09:35.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72182026-08-25T21:09:35.734Z[ recovery-image] Aug 25 21:09:35.117 INFO O| Aug 25 21:09:35.117 INFO STEP 636 (remove_files) COMPLETE
72192026-08-25T21:09:35.734Z[ recovery-image] Aug 25 21:09:35.117 INFO O| Aug 25 21:09:35.117 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-08-25T21:09:35.747Z[ recovery-image] Aug 25 21:09:35.126 INFO O| Aug 25 21:09:35.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72212026-08-25T21:09:35.747Z[ recovery-image] Aug 25 21:09:35.126 INFO O| Aug 25 21:09:35.126 INFO STEP 637 (remove_files) COMPLETE
72222026-08-25T21:09:35.751Z[ recovery-image] Aug 25 21:09:35.126 INFO O| Aug 25 21:09:35.126 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-08-25T21:09:35.755Z[ recovery-image] Aug 25 21:09:35.136 INFO O| Aug 25 21:09:35.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72242026-08-25T21:09:35.755Z[ recovery-image] Aug 25 21:09:35.136 INFO O| Aug 25 21:09:35.136 INFO STEP 638 (remove_files) COMPLETE
72252026-08-25T21:09:35.756Z[ recovery-image] Aug 25 21:09:35.136 INFO O| Aug 25 21:09:35.136 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-08-25T21:09:35.760Z[verify-libraries] Compiling enum_dispatch v0.3.13
72272026-08-25T21:09:35.764Z[ recovery-image] Aug 25 21:09:35.147 INFO O| Aug 25 21:09:35.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72282026-08-25T21:09:35.768Z[ recovery-image] Aug 25 21:09:35.149 INFO O| Aug 25 21:09:35.147 INFO STEP 639 (remove_files) COMPLETE
72292026-08-25T21:09:35.768Z[ recovery-image] Aug 25 21:09:35.149 INFO O| Aug 25 21:09:35.147 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72302026-08-25T21:09:35.814Z[ recovery-image] Aug 25 21:09:35.156 INFO O| Aug 25 21:09:35.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72312026-08-25T21:09:35.814Z[ recovery-image] Aug 25 21:09:35.156 INFO O| Aug 25 21:09:35.156 INFO STEP 640 (remove_files) COMPLETE
72322026-08-25T21:09:35.814Z[ recovery-image] Aug 25 21:09:35.156 INFO O| Aug 25 21:09:35.156 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-08-25T21:09:35.818Z[ recovery-image] Aug 25 21:09:35.166 INFO O| Aug 25 21:09:35.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72342026-08-25T21:09:35.818Z[ recovery-image] Aug 25 21:09:35.166 INFO O| Aug 25 21:09:35.166 INFO STEP 641 (remove_files) COMPLETE
72352026-08-25T21:09:35.818Z[ recovery-image] Aug 25 21:09:35.166 INFO O| Aug 25 21:09:35.166 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-08-25T21:09:35.818Z[ recovery-image] Aug 25 21:09:35.176 INFO O| Aug 25 21:09:35.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72372026-08-25T21:09:35.818Z[ recovery-image] Aug 25 21:09:35.176 INFO O| Aug 25 21:09:35.176 INFO STEP 642 (remove_files) COMPLETE
72382026-08-25T21:09:35.818Z[ recovery-image] Aug 25 21:09:35.176 INFO O| Aug 25 21:09:35.176 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-08-25T21:09:35.818Z[ recovery-image] Aug 25 21:09:35.185 INFO O| Aug 25 21:09:35.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72402026-08-25T21:09:35.819Z[ recovery-image] Aug 25 21:09:35.185 INFO O| Aug 25 21:09:35.185 INFO STEP 643 (remove_files) COMPLETE
72412026-08-25T21:09:35.819Z[ recovery-image] Aug 25 21:09:35.185 INFO O| Aug 25 21:09:35.185 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-08-25T21:09:35.819Z[ recovery-image] Aug 25 21:09:35.195 INFO O| Aug 25 21:09:35.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72432026-08-25T21:09:35.819Z[ recovery-image] Aug 25 21:09:35.196 INFO O| Aug 25 21:09:35.195 INFO STEP 644 (remove_files) COMPLETE
72442026-08-25T21:09:35.819Z[ recovery-image] Aug 25 21:09:35.196 INFO O| Aug 25 21:09:35.195 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-08-25T21:09:35.823Z[ recovery-image] Aug 25 21:09:35.206 INFO O| Aug 25 21:09:35.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72462026-08-25T21:09:35.823Z[ recovery-image] Aug 25 21:09:35.206 INFO O| Aug 25 21:09:35.206 INFO STEP 645 (remove_files) COMPLETE
72472026-08-25T21:09:35.823Z[ recovery-image] Aug 25 21:09:35.206 INFO O| Aug 25 21:09:35.206 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-08-25T21:09:35.832Z[ recovery-image] Aug 25 21:09:35.216 INFO O| Aug 25 21:09:35.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72492026-08-25T21:09:35.832Z[ recovery-image] Aug 25 21:09:35.216 INFO O| Aug 25 21:09:35.216 INFO STEP 646 (remove_files) COMPLETE
72502026-08-25T21:09:35.832Z[ recovery-image] Aug 25 21:09:35.216 INFO O| Aug 25 21:09:35.216 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-08-25T21:09:35.843Z[ recovery-image] Aug 25 21:09:35.227 INFO O| Aug 25 21:09:35.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72522026-08-25T21:09:35.843Z[ recovery-image] Aug 25 21:09:35.227 INFO O| Aug 25 21:09:35.227 INFO STEP 647 (remove_files) COMPLETE
72532026-08-25T21:09:35.843Z[ recovery-image] Aug 25 21:09:35.227 INFO O| Aug 25 21:09:35.227 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-08-25T21:09:35.853Z[ recovery-image] Aug 25 21:09:35.237 INFO O| Aug 25 21:09:35.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72552026-08-25T21:09:35.854Z[ recovery-image] Aug 25 21:09:35.237 INFO O| Aug 25 21:09:35.237 INFO STEP 648 (remove_files) COMPLETE
72562026-08-25T21:09:35.858Z[ recovery-image] Aug 25 21:09:35.237 INFO O| Aug 25 21:09:35.237 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-08-25T21:09:35.862Z[ recovery-image] Aug 25 21:09:35.246 INFO O| Aug 25 21:09:35.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72582026-08-25T21:09:35.862Z[ recovery-image] Aug 25 21:09:35.246 INFO O| Aug 25 21:09:35.246 INFO STEP 649 (remove_files) COMPLETE
72592026-08-25T21:09:35.866Z[ recovery-image] Aug 25 21:09:35.246 INFO O| Aug 25 21:09:35.246 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-08-25T21:09:35.872Z[ recovery-image] Aug 25 21:09:35.256 INFO O| Aug 25 21:09:35.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72612026-08-25T21:09:35.872Z[ recovery-image] Aug 25 21:09:35.256 INFO O| Aug 25 21:09:35.256 INFO STEP 650 (remove_files) COMPLETE
72622026-08-25T21:09:35.876Z[ recovery-image] Aug 25 21:09:35.256 INFO O| Aug 25 21:09:35.256 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-08-25T21:09:35.883Z[ recovery-image] Aug 25 21:09:35.266 INFO O| Aug 25 21:09:35.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72642026-08-25T21:09:35.883Z[ recovery-image] Aug 25 21:09:35.266 INFO O| Aug 25 21:09:35.266 INFO STEP 651 (remove_files) COMPLETE
72652026-08-25T21:09:35.886Z[ recovery-image] Aug 25 21:09:35.266 INFO O| Aug 25 21:09:35.266 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-08-25T21:09:35.892Z[ recovery-image] Aug 25 21:09:35.276 INFO O| Aug 25 21:09:35.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72672026-08-25T21:09:35.893Z[ recovery-image] Aug 25 21:09:35.276 INFO O| Aug 25 21:09:35.276 INFO STEP 652 (remove_files) COMPLETE
72682026-08-25T21:09:35.893Z[ recovery-image] Aug 25 21:09:35.276 INFO O| Aug 25 21:09:35.276 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-08-25T21:09:35.904Z[ recovery-image] Aug 25 21:09:35.288 INFO O| Aug 25 21:09:35.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72702026-08-25T21:09:35.904Z[ recovery-image] Aug 25 21:09:35.288 INFO O| Aug 25 21:09:35.286 INFO STEP 653 (remove_files) COMPLETE
72712026-08-25T21:09:35.904Z[ recovery-image] Aug 25 21:09:35.288 INFO O| Aug 25 21:09:35.286 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-08-25T21:09:35.911Z[ recovery-image] Aug 25 21:09:35.294 INFO O| Aug 25 21:09:35.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72732026-08-25T21:09:35.911Z[ recovery-image] Aug 25 21:09:35.295 INFO O| Aug 25 21:09:35.295 INFO STEP 654 (remove_files) COMPLETE
72742026-08-25T21:09:35.911Z[ recovery-image] Aug 25 21:09:35.295 INFO O| Aug 25 21:09:35.295 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-08-25T21:09:35.922Z[ recovery-image] Aug 25 21:09:35.306 INFO O| Aug 25 21:09:35.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72762026-08-25T21:09:35.926Z[ recovery-image] Aug 25 21:09:35.306 INFO O| Aug 25 21:09:35.306 INFO STEP 655 (remove_files) COMPLETE
72772026-08-25T21:09:35.926Z[ recovery-image] Aug 25 21:09:35.306 INFO O| Aug 25 21:09:35.306 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-08-25T21:09:35.934Z[ recovery-image] Aug 25 21:09:35.318 INFO O| Aug 25 21:09:35.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72792026-08-25T21:09:35.938Z[ recovery-image] Aug 25 21:09:35.319 INFO O| Aug 25 21:09:35.318 INFO STEP 656 (remove_files) COMPLETE
72802026-08-25T21:09:35.938Z[ recovery-image] Aug 25 21:09:35.319 INFO O| Aug 25 21:09:35.318 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-08-25T21:09:35.945Z[ recovery-image] Aug 25 21:09:35.328 INFO O| Aug 25 21:09:35.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72822026-08-25T21:09:35.945Z[ recovery-image] Aug 25 21:09:35.328 INFO O| Aug 25 21:09:35.328 INFO STEP 657 (remove_files) COMPLETE
72832026-08-25T21:09:35.945Z[ recovery-image] Aug 25 21:09:35.328 INFO O| Aug 25 21:09:35.328 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-08-25T21:09:35.950Z[verify-libraries] Compiling sapling-renderdag v0.1.0
72852026-08-25T21:09:35.953Z[ recovery-image] Aug 25 21:09:35.337 INFO O| Aug 25 21:09:35.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72862026-08-25T21:09:35.953Z[ recovery-image] Aug 25 21:09:35.337 INFO O| Aug 25 21:09:35.337 INFO STEP 658 (remove_files) COMPLETE
72872026-08-25T21:09:35.953Z[ recovery-image] Aug 25 21:09:35.337 INFO O| Aug 25 21:09:35.337 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-08-25T21:09:35.962Z[ recovery-image] Aug 25 21:09:35.346 INFO O| Aug 25 21:09:35.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72892026-08-25T21:09:35.962Z[ recovery-image] Aug 25 21:09:35.346 INFO O| Aug 25 21:09:35.346 INFO STEP 659 (remove_files) COMPLETE
72902026-08-25T21:09:35.966Z[ recovery-image] Aug 25 21:09:35.346 INFO O| Aug 25 21:09:35.346 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-08-25T21:09:35.971Z[ recovery-image] Aug 25 21:09:35.355 INFO O| Aug 25 21:09:35.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72922026-08-25T21:09:35.971Z[ recovery-image] Aug 25 21:09:35.356 INFO O| Aug 25 21:09:35.355 INFO STEP 660 (remove_files) COMPLETE
72932026-08-25T21:09:35.971Z[ recovery-image] Aug 25 21:09:35.356 INFO O| Aug 25 21:09:35.355 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-08-25T21:09:35.983Z[ recovery-image] Aug 25 21:09:35.367 INFO O| Aug 25 21:09:35.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72952026-08-25T21:09:35.983Z[ recovery-image] Aug 25 21:09:35.367 INFO O| Aug 25 21:09:35.367 INFO STEP 661 (remove_files) COMPLETE
72962026-08-25T21:09:35.987Z[ recovery-image] Aug 25 21:09:35.367 INFO O| Aug 25 21:09:35.367 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-08-25T21:09:35.994Z[ recovery-image] Aug 25 21:09:35.378 INFO O| Aug 25 21:09:35.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72982026-08-25T21:09:35.995Z[ recovery-image] Aug 25 21:09:35.378 INFO O| Aug 25 21:09:35.378 INFO STEP 662 (remove_files) COMPLETE
72992026-08-25T21:09:35.998Z[ recovery-image] Aug 25 21:09:35.378 INFO O| Aug 25 21:09:35.378 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-08-25T21:09:36.004Z[ recovery-image] Aug 25 21:09:35.387 INFO O| Aug 25 21:09:35.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73012026-08-25T21:09:36.004Z[ recovery-image] Aug 25 21:09:35.387 INFO O| Aug 25 21:09:35.387 INFO STEP 663 (remove_files) COMPLETE
73022026-08-25T21:09:36.004Z[ recovery-image] Aug 25 21:09:35.387 INFO O| Aug 25 21:09:35.387 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-08-25T21:09:36.016Z[ recovery-image] Aug 25 21:09:35.396 INFO O| Aug 25 21:09:35.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73042026-08-25T21:09:36.016Z[ recovery-image] Aug 25 21:09:35.396 INFO O| Aug 25 21:09:35.396 INFO STEP 664 (remove_files) COMPLETE
73052026-08-25T21:09:36.016Z[ recovery-image] Aug 25 21:09:35.396 INFO O| Aug 25 21:09:35.396 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-08-25T21:09:36.045Z[ recovery-image] Aug 25 21:09:35.405 INFO O| Aug 25 21:09:35.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73072026-08-25T21:09:36.045Z[ recovery-image] Aug 25 21:09:35.405 INFO O| Aug 25 21:09:35.405 INFO STEP 665 (remove_files) COMPLETE
73082026-08-25T21:09:36.049Z[ recovery-image] Aug 25 21:09:35.405 INFO O| Aug 25 21:09:35.405 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-08-25T21:09:36.050Z[ recovery-image] Aug 25 21:09:35.416 INFO O| Aug 25 21:09:35.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73102026-08-25T21:09:36.050Z[ recovery-image] Aug 25 21:09:35.416 INFO O| Aug 25 21:09:35.416 INFO STEP 666 (remove_files) COMPLETE
73112026-08-25T21:09:36.050Z[ recovery-image] Aug 25 21:09:35.416 INFO O| Aug 25 21:09:35.416 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-08-25T21:09:36.050Z[ recovery-image] Aug 25 21:09:35.425 INFO O| Aug 25 21:09:35.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73132026-08-25T21:09:36.055Z[ recovery-image] Aug 25 21:09:35.425 INFO O| Aug 25 21:09:35.425 INFO STEP 667 (remove_files) COMPLETE
73142026-08-25T21:09:36.055Z[ recovery-image] Aug 25 21:09:35.425 INFO O| Aug 25 21:09:35.425 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-08-25T21:09:36.061Z[ recovery-image] Aug 25 21:09:35.434 INFO O| Aug 25 21:09:35.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73162026-08-25T21:09:36.061Z[ recovery-image] Aug 25 21:09:35.435 INFO O| Aug 25 21:09:35.435 INFO STEP 668 (remove_files) COMPLETE
73172026-08-25T21:09:36.061Z[ recovery-image] Aug 25 21:09:35.435 INFO O| Aug 25 21:09:35.435 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-08-25T21:09:36.067Z[ recovery-image] Aug 25 21:09:35.444 INFO O| Aug 25 21:09:35.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73192026-08-25T21:09:36.067Z[ recovery-image] Aug 25 21:09:35.445 INFO O| Aug 25 21:09:35.445 INFO STEP 669 (remove_files) COMPLETE
73202026-08-25T21:09:36.067Z[ recovery-image] Aug 25 21:09:35.445 INFO O| Aug 25 21:09:35.445 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-08-25T21:09:36.071Z[ recovery-image] Aug 25 21:09:35.454 INFO O| Aug 25 21:09:35.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73222026-08-25T21:09:36.071Z[ recovery-image] Aug 25 21:09:35.454 INFO O| Aug 25 21:09:35.454 INFO STEP 670 (remove_files) COMPLETE
73232026-08-25T21:09:36.071Z[ recovery-image] Aug 25 21:09:35.454 INFO O| Aug 25 21:09:35.454 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-08-25T21:09:36.081Z[ recovery-image] Aug 25 21:09:35.465 INFO O| Aug 25 21:09:35.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73252026-08-25T21:09:36.081Z[ recovery-image] Aug 25 21:09:35.465 INFO O| Aug 25 21:09:35.465 INFO STEP 671 (remove_files) COMPLETE
73262026-08-25T21:09:36.081Z[ recovery-image] Aug 25 21:09:35.465 INFO O| Aug 25 21:09:35.465 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-08-25T21:09:36.091Z[ recovery-image] Aug 25 21:09:35.474 INFO O| Aug 25 21:09:35.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73282026-08-25T21:09:36.092Z[ recovery-image] Aug 25 21:09:35.474 INFO O| Aug 25 21:09:35.474 INFO STEP 672 (remove_files) COMPLETE
73292026-08-25T21:09:36.093Z[ recovery-image] Aug 25 21:09:35.474 INFO O| Aug 25 21:09:35.474 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-08-25T21:09:36.099Z[ recovery-image] Aug 25 21:09:35.482 INFO O| Aug 25 21:09:35.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73312026-08-25T21:09:36.102Z[ recovery-image] Aug 25 21:09:35.483 INFO O| Aug 25 21:09:35.483 INFO STEP 673 (remove_files) COMPLETE
73322026-08-25T21:09:36.102Z[ recovery-image] Aug 25 21:09:35.484 INFO O| Aug 25 21:09:35.483 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-08-25T21:09:36.109Z[ recovery-image] Aug 25 21:09:35.492 INFO O| Aug 25 21:09:35.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73342026-08-25T21:09:36.109Z[ recovery-image] Aug 25 21:09:35.492 INFO O| Aug 25 21:09:35.492 INFO STEP 674 (remove_files) COMPLETE
73352026-08-25T21:09:36.109Z[ recovery-image] Aug 25 21:09:35.492 INFO O| Aug 25 21:09:35.492 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-08-25T21:09:36.117Z[ recovery-image] Aug 25 21:09:35.501 INFO O| Aug 25 21:09:35.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73372026-08-25T21:09:36.117Z[ recovery-image] Aug 25 21:09:35.501 INFO O| Aug 25 21:09:35.501 INFO STEP 675 (remove_files) COMPLETE
73382026-08-25T21:09:36.121Z[ recovery-image] Aug 25 21:09:35.501 INFO O| Aug 25 21:09:35.501 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-08-25T21:09:36.126Z[ recovery-image] Aug 25 21:09:35.510 INFO O| Aug 25 21:09:35.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73402026-08-25T21:09:36.126Z[ recovery-image] Aug 25 21:09:35.510 INFO O| Aug 25 21:09:35.510 INFO STEP 676 (remove_files) COMPLETE
73412026-08-25T21:09:36.129Z[ recovery-image] Aug 25 21:09:35.510 INFO O| Aug 25 21:09:35.510 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-08-25T21:09:36.137Z[ recovery-image] Aug 25 21:09:35.521 INFO O| Aug 25 21:09:35.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73432026-08-25T21:09:36.138Z[ recovery-image] Aug 25 21:09:35.521 INFO O| Aug 25 21:09:35.521 INFO STEP 677 (remove_files) COMPLETE
73442026-08-25T21:09:36.142Z[ recovery-image] Aug 25 21:09:35.521 INFO O| Aug 25 21:09:35.521 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-08-25T21:09:36.146Z[ recovery-image] Aug 25 21:09:35.530 INFO O| Aug 25 21:09:35.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73462026-08-25T21:09:36.146Z[ recovery-image] Aug 25 21:09:35.530 INFO O| Aug 25 21:09:35.530 INFO STEP 678 (remove_files) COMPLETE
73472026-08-25T21:09:36.146Z[ recovery-image] Aug 25 21:09:35.530 INFO O| Aug 25 21:09:35.530 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-08-25T21:09:36.156Z[ recovery-image] Aug 25 21:09:35.540 INFO O| Aug 25 21:09:35.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73492026-08-25T21:09:36.156Z[ recovery-image] Aug 25 21:09:35.540 INFO O| Aug 25 21:09:35.540 INFO STEP 679 (remove_files) COMPLETE
73502026-08-25T21:09:36.156Z[ recovery-image] Aug 25 21:09:35.540 INFO O| Aug 25 21:09:35.540 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-08-25T21:09:36.167Z[ recovery-image] Aug 25 21:09:35.551 INFO O| Aug 25 21:09:35.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73522026-08-25T21:09:36.167Z[ recovery-image] Aug 25 21:09:35.551 INFO O| Aug 25 21:09:35.551 INFO STEP 680 (remove_files) COMPLETE
73532026-08-25T21:09:36.171Z[ recovery-image] Aug 25 21:09:35.551 INFO O| Aug 25 21:09:35.551 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-08-25T21:09:36.171Z[verify-libraries] Compiling delegate v0.13.5
73552026-08-25T21:09:36.176Z[ recovery-image] Aug 25 21:09:35.560 INFO O| Aug 25 21:09:35.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73562026-08-25T21:09:36.176Z[ recovery-image] Aug 25 21:09:35.560 INFO O| Aug 25 21:09:35.560 INFO STEP 681 (remove_files) COMPLETE
73572026-08-25T21:09:36.180Z[ recovery-image] Aug 25 21:09:35.560 INFO O| Aug 25 21:09:35.560 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-08-25T21:09:36.188Z[ recovery-image] Aug 25 21:09:35.570 INFO O| Aug 25 21:09:35.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73592026-08-25T21:09:36.188Z[ recovery-image] Aug 25 21:09:35.571 INFO O| Aug 25 21:09:35.570 INFO STEP 682 (remove_files) COMPLETE
73602026-08-25T21:09:36.188Z[ recovery-image] Aug 25 21:09:35.571 INFO O| Aug 25 21:09:35.570 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-08-25T21:09:36.197Z[ recovery-image] Aug 25 21:09:35.581 INFO O| Aug 25 21:09:35.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73622026-08-25T21:09:36.198Z[ recovery-image] Aug 25 21:09:35.581 INFO O| Aug 25 21:09:35.581 INFO STEP 683 (remove_files) COMPLETE
73632026-08-25T21:09:36.198Z[ recovery-image] Aug 25 21:09:35.581 INFO O| Aug 25 21:09:35.581 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-08-25T21:09:36.208Z[ recovery-image] Aug 25 21:09:35.591 INFO O| Aug 25 21:09:35.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73652026-08-25T21:09:36.208Z[ recovery-image] Aug 25 21:09:35.591 INFO O| Aug 25 21:09:35.591 INFO STEP 684 (remove_files) COMPLETE
73662026-08-25T21:09:36.208Z[ recovery-image] Aug 25 21:09:35.591 INFO O| Aug 25 21:09:35.591 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-08-25T21:09:36.217Z[ recovery-image] Aug 25 21:09:35.601 INFO O| Aug 25 21:09:35.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73682026-08-25T21:09:36.217Z[ recovery-image] Aug 25 21:09:35.601 INFO O| Aug 25 21:09:35.601 INFO STEP 685 (remove_files) COMPLETE
73692026-08-25T21:09:36.217Z[ recovery-image] Aug 25 21:09:35.601 INFO O| Aug 25 21:09:35.601 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-25T21:09:36.226Z[ recovery-image] Aug 25 21:09:35.609 INFO O| Aug 25 21:09:35.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73712026-08-25T21:09:36.226Z[ recovery-image] Aug 25 21:09:35.610 INFO O| Aug 25 21:09:35.609 INFO STEP 686 (remove_files) COMPLETE
73722026-08-25T21:09:36.235Z[ recovery-image] Aug 25 21:09:35.610 INFO O| Aug 25 21:09:35.610 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-08-25T21:09:36.240Z[ recovery-image] Aug 25 21:09:35.620 INFO O| Aug 25 21:09:35.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73742026-08-25T21:09:36.240Z[ recovery-image] Aug 25 21:09:35.620 INFO O| Aug 25 21:09:35.620 INFO STEP 687 (remove_files) COMPLETE
73752026-08-25T21:09:36.240Z[ recovery-image] Aug 25 21:09:35.620 INFO O| Aug 25 21:09:35.620 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-08-25T21:09:36.245Z[ recovery-image] Aug 25 21:09:35.629 INFO O| Aug 25 21:09:35.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73772026-08-25T21:09:36.245Z[ recovery-image] Aug 25 21:09:35.629 INFO O| Aug 25 21:09:35.629 INFO STEP 688 (remove_files) COMPLETE
73782026-08-25T21:09:36.245Z[ recovery-image] Aug 25 21:09:35.629 INFO O| Aug 25 21:09:35.629 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-08-25T21:09:36.254Z[ recovery-image] Aug 25 21:09:35.638 INFO O| Aug 25 21:09:35.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73802026-08-25T21:09:36.254Z[ recovery-image] Aug 25 21:09:35.638 INFO O| Aug 25 21:09:35.638 INFO STEP 689 (remove_files) COMPLETE
73812026-08-25T21:09:36.257Z[ recovery-image] Aug 25 21:09:35.638 INFO O| Aug 25 21:09:35.638 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-25T21:09:36.263Z[ recovery-image] Aug 25 21:09:35.647 INFO O| Aug 25 21:09:35.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73832026-08-25T21:09:36.263Z[ recovery-image] Aug 25 21:09:35.647 INFO O| Aug 25 21:09:35.647 INFO STEP 690 (remove_files) COMPLETE
73842026-08-25T21:09:36.263Z[ recovery-image] Aug 25 21:09:35.647 INFO O| Aug 25 21:09:35.647 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-08-25T21:09:36.272Z[ recovery-image] Aug 25 21:09:35.656 INFO O| Aug 25 21:09:35.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73862026-08-25T21:09:36.272Z[ recovery-image] Aug 25 21:09:35.656 INFO O| Aug 25 21:09:35.656 INFO STEP 691 (remove_files) COMPLETE
73872026-08-25T21:09:36.275Z[ recovery-image] Aug 25 21:09:35.656 INFO O| Aug 25 21:09:35.656 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-25T21:09:36.282Z[ recovery-image] Aug 25 21:09:35.666 INFO O| Aug 25 21:09:35.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73892026-08-25T21:09:36.282Z[ recovery-image] Aug 25 21:09:35.666 INFO O| Aug 25 21:09:35.666 INFO STEP 692 (remove_files) COMPLETE
73902026-08-25T21:09:36.282Z[ recovery-image] Aug 25 21:09:35.667 INFO O| Aug 25 21:09:35.666 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-25T21:09:36.289Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
73922026-08-25T21:09:36.293Z[ recovery-image] Aug 25 21:09:35.677 INFO O| Aug 25 21:09:35.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73932026-08-25T21:09:36.293Z[ recovery-image] Aug 25 21:09:35.677 INFO O| Aug 25 21:09:35.677 INFO STEP 693 (remove_files) COMPLETE
73942026-08-25T21:09:36.293Z[ recovery-image] Aug 25 21:09:35.677 INFO O| Aug 25 21:09:35.677 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-08-25T21:09:36.303Z[ recovery-image] Aug 25 21:09:35.687 INFO O| Aug 25 21:09:35.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73962026-08-25T21:09:36.303Z[ recovery-image] Aug 25 21:09:35.687 INFO O| Aug 25 21:09:35.687 INFO STEP 694 (remove_files) COMPLETE
73972026-08-25T21:09:36.304Z[ recovery-image] Aug 25 21:09:35.687 INFO O| Aug 25 21:09:35.687 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-08-25T21:09:36.314Z[ recovery-image] Aug 25 21:09:35.698 INFO O| Aug 25 21:09:35.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73992026-08-25T21:09:36.314Z[ recovery-image] Aug 25 21:09:35.698 INFO O| Aug 25 21:09:35.698 INFO STEP 695 (remove_files) COMPLETE
74002026-08-25T21:09:36.314Z[ recovery-image] Aug 25 21:09:35.698 INFO O| Aug 25 21:09:35.698 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-08-25T21:09:36.326Z[ recovery-image] Aug 25 21:09:35.709 INFO O| Aug 25 21:09:35.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74022026-08-25T21:09:36.326Z[ recovery-image] Aug 25 21:09:35.709 INFO O| Aug 25 21:09:35.709 INFO STEP 696 (remove_files) COMPLETE
74032026-08-25T21:09:36.327Z[ recovery-image] Aug 25 21:09:35.709 INFO O| Aug 25 21:09:35.709 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-08-25T21:09:36.339Z[ recovery-image] Aug 25 21:09:35.720 INFO O| Aug 25 21:09:35.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74052026-08-25T21:09:36.339Z[ recovery-image] Aug 25 21:09:35.720 INFO O| Aug 25 21:09:35.720 INFO STEP 697 (remove_files) COMPLETE
74062026-08-25T21:09:36.339Z[ recovery-image] Aug 25 21:09:35.720 INFO O| Aug 25 21:09:35.720 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-08-25T21:09:36.343Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
74082026-08-25T21:09:36.347Z[ recovery-image] Aug 25 21:09:35.731 INFO O| Aug 25 21:09:35.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74092026-08-25T21:09:36.347Z[ recovery-image] Aug 25 21:09:35.731 INFO O| Aug 25 21:09:35.731 INFO STEP 698 (remove_files) COMPLETE
74102026-08-25T21:09:36.350Z[ recovery-image] Aug 25 21:09:35.731 INFO O| Aug 25 21:09:35.731 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-08-25T21:09:36.357Z[ recovery-image] Aug 25 21:09:35.741 INFO O| Aug 25 21:09:35.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74122026-08-25T21:09:36.357Z[ recovery-image] Aug 25 21:09:35.741 INFO O| Aug 25 21:09:35.741 INFO STEP 699 (remove_files) COMPLETE
74132026-08-25T21:09:36.357Z[ recovery-image] Aug 25 21:09:35.741 INFO O| Aug 25 21:09:35.741 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-08-25T21:09:36.367Z[ recovery-image] Aug 25 21:09:35.751 INFO O| Aug 25 21:09:35.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74152026-08-25T21:09:36.367Z[ recovery-image] Aug 25 21:09:35.751 INFO O| Aug 25 21:09:35.751 INFO STEP 700 (remove_files) COMPLETE
74162026-08-25T21:09:36.374Z[ recovery-image] Aug 25 21:09:35.751 INFO O| Aug 25 21:09:35.751 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-08-25T21:09:36.377Z[ recovery-image] Aug 25 21:09:35.761 INFO O| Aug 25 21:09:35.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74182026-08-25T21:09:36.377Z[ recovery-image] Aug 25 21:09:35.761 INFO O| Aug 25 21:09:35.761 INFO STEP 701 (remove_files) COMPLETE
74192026-08-25T21:09:36.381Z[ recovery-image] Aug 25 21:09:35.761 INFO O| Aug 25 21:09:35.761 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-08-25T21:09:36.387Z[ recovery-image] Aug 25 21:09:35.771 INFO O| Aug 25 21:09:35.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74212026-08-25T21:09:36.387Z[ recovery-image] Aug 25 21:09:35.771 INFO O| Aug 25 21:09:35.771 INFO STEP 702 (remove_files) COMPLETE
74222026-08-25T21:09:36.388Z[ recovery-image] Aug 25 21:09:35.771 INFO O| Aug 25 21:09:35.771 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-08-25T21:09:36.400Z[ recovery-image] Aug 25 21:09:35.780 INFO O| Aug 25 21:09:35.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74242026-08-25T21:09:36.400Z[ recovery-image] Aug 25 21:09:35.781 INFO O| Aug 25 21:09:35.781 INFO STEP 703 (remove_files) COMPLETE
74252026-08-25T21:09:36.400Z[ recovery-image] Aug 25 21:09:35.781 INFO O| Aug 25 21:09:35.781 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-08-25T21:09:36.407Z[ recovery-image] Aug 25 21:09:35.790 INFO O| Aug 25 21:09:35.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74272026-08-25T21:09:36.407Z[ recovery-image] Aug 25 21:09:35.790 INFO O| Aug 25 21:09:35.790 INFO STEP 704 (remove_files) COMPLETE
74282026-08-25T21:09:36.407Z[ recovery-image] Aug 25 21:09:35.790 INFO O| Aug 25 21:09:35.790 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-08-25T21:09:36.416Z[ recovery-image] Aug 25 21:09:35.800 INFO O| Aug 25 21:09:35.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74302026-08-25T21:09:36.416Z[ recovery-image] Aug 25 21:09:35.800 INFO O| Aug 25 21:09:35.800 INFO STEP 705 (remove_files) COMPLETE
74312026-08-25T21:09:36.417Z[ recovery-image] Aug 25 21:09:35.800 INFO O| Aug 25 21:09:35.800 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-08-25T21:09:36.425Z[ recovery-image] Aug 25 21:09:35.809 INFO O| Aug 25 21:09:35.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74332026-08-25T21:09:36.426Z[ recovery-image] Aug 25 21:09:35.809 INFO O| Aug 25 21:09:35.809 INFO STEP 706 (remove_files) COMPLETE
74342026-08-25T21:09:36.429Z[ recovery-image] Aug 25 21:09:35.809 INFO O| Aug 25 21:09:35.809 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-08-25T21:09:36.434Z[ recovery-image] Aug 25 21:09:35.818 INFO O| Aug 25 21:09:35.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74362026-08-25T21:09:36.434Z[ recovery-image] Aug 25 21:09:35.818 INFO O| Aug 25 21:09:35.818 INFO STEP 707 (remove_files) COMPLETE
74372026-08-25T21:09:36.434Z[ recovery-image] Aug 25 21:09:35.818 INFO O| Aug 25 21:09:35.818 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-08-25T21:09:36.445Z[ recovery-image] Aug 25 21:09:35.828 INFO O| Aug 25 21:09:35.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74392026-08-25T21:09:36.445Z[ recovery-image] Aug 25 21:09:35.828 INFO O| Aug 25 21:09:35.828 INFO STEP 708 (remove_files) COMPLETE
74402026-08-25T21:09:36.445Z[ recovery-image] Aug 25 21:09:35.828 INFO O| Aug 25 21:09:35.828 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-08-25T21:09:36.454Z[ recovery-image] Aug 25 21:09:35.837 INFO O| Aug 25 21:09:35.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74422026-08-25T21:09:36.454Z[ recovery-image] Aug 25 21:09:35.837 INFO O| Aug 25 21:09:35.837 INFO STEP 709 (remove_files) COMPLETE
74432026-08-25T21:09:36.454Z[ recovery-image] Aug 25 21:09:35.837 INFO O| Aug 25 21:09:35.837 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-08-25T21:09:36.463Z[ recovery-image] Aug 25 21:09:35.846 INFO O| Aug 25 21:09:35.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74452026-08-25T21:09:36.463Z[ recovery-image] Aug 25 21:09:35.847 INFO O| Aug 25 21:09:35.846 INFO STEP 710 (remove_files) COMPLETE
74462026-08-25T21:09:36.463Z[ recovery-image] Aug 25 21:09:35.847 INFO O| Aug 25 21:09:35.846 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-08-25T21:09:36.471Z[ recovery-image] Aug 25 21:09:35.855 INFO O| Aug 25 21:09:35.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74482026-08-25T21:09:36.471Z[ recovery-image] Aug 25 21:09:35.855 INFO O| Aug 25 21:09:35.855 INFO STEP 711 (remove_files) COMPLETE
74492026-08-25T21:09:36.471Z[ recovery-image] Aug 25 21:09:35.855 INFO O| Aug 25 21:09:35.855 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-08-25T21:09:36.479Z[ recovery-image] Aug 25 21:09:35.863 INFO O| Aug 25 21:09:35.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74512026-08-25T21:09:36.479Z[ recovery-image] Aug 25 21:09:35.863 INFO O| Aug 25 21:09:35.863 INFO STEP 712 (remove_files) COMPLETE
74522026-08-25T21:09:36.479Z[ recovery-image] Aug 25 21:09:35.863 INFO O| Aug 25 21:09:35.863 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-08-25T21:09:36.490Z[ recovery-image] Aug 25 21:09:35.873 INFO O| Aug 25 21:09:35.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74542026-08-25T21:09:36.490Z[ recovery-image] Aug 25 21:09:35.873 INFO O| Aug 25 21:09:35.873 INFO STEP 713 (remove_files) COMPLETE
74552026-08-25T21:09:36.490Z[ recovery-image] Aug 25 21:09:35.873 INFO O| Aug 25 21:09:35.873 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-08-25T21:09:36.500Z[ recovery-image] Aug 25 21:09:35.883 INFO O| Aug 25 21:09:35.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74572026-08-25T21:09:36.500Z[ recovery-image] Aug 25 21:09:35.883 INFO O| Aug 25 21:09:35.883 INFO STEP 714 (remove_files) COMPLETE
74582026-08-25T21:09:36.500Z[ recovery-image] Aug 25 21:09:35.883 INFO O| Aug 25 21:09:35.883 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-08-25T21:09:36.509Z[ recovery-image] Aug 25 21:09:35.893 INFO O| Aug 25 21:09:35.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74602026-08-25T21:09:36.509Z[ recovery-image] Aug 25 21:09:35.893 INFO O| Aug 25 21:09:35.893 INFO STEP 715 (remove_files) COMPLETE
74612026-08-25T21:09:36.509Z[ recovery-image] Aug 25 21:09:35.893 INFO O| Aug 25 21:09:35.893 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-08-25T21:09:36.584Z[ recovery-image] Aug 25 21:09:35.903 INFO O| Aug 25 21:09:35.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74632026-08-25T21:09:36.584Z[ recovery-image] Aug 25 21:09:35.904 INFO O| Aug 25 21:09:35.904 INFO STEP 716 (remove_files) COMPLETE
74642026-08-25T21:09:36.584Z[ recovery-image] Aug 25 21:09:35.904 INFO O| Aug 25 21:09:35.904 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-08-25T21:09:36.584Z[ recovery-image] Aug 25 21:09:35.914 INFO O| Aug 25 21:09:35.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74662026-08-25T21:09:36.584Z[ recovery-image] Aug 25 21:09:35.915 INFO O| Aug 25 21:09:35.915 INFO STEP 717 (remove_files) COMPLETE
74672026-08-25T21:09:36.584Z[ recovery-image] Aug 25 21:09:35.915 INFO O| Aug 25 21:09:35.915 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-08-25T21:09:36.584Z[ recovery-image] Aug 25 21:09:35.926 INFO O| Aug 25 21:09:35.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74692026-08-25T21:09:36.584Z[ recovery-image] Aug 25 21:09:35.926 INFO O| Aug 25 21:09:35.926 INFO STEP 718 (remove_files) COMPLETE
74702026-08-25T21:09:36.584Z[ recovery-image] Aug 25 21:09:35.926 INFO O| Aug 25 21:09:35.926 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-08-25T21:09:36.584Z[ recovery-image] Aug 25 21:09:35.936 INFO O| Aug 25 21:09:35.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74722026-08-25T21:09:36.585Z[ recovery-image] Aug 25 21:09:35.936 INFO O| Aug 25 21:09:35.936 INFO STEP 719 (remove_files) COMPLETE
74732026-08-25T21:09:36.585Z[ recovery-image] Aug 25 21:09:35.936 INFO O| Aug 25 21:09:35.936 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-08-25T21:09:36.585Z[ recovery-image] Aug 25 21:09:35.947 INFO O| Aug 25 21:09:35.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74752026-08-25T21:09:36.585Z[ recovery-image] Aug 25 21:09:35.947 INFO O| Aug 25 21:09:35.947 INFO STEP 720 (remove_files) COMPLETE
74762026-08-25T21:09:36.586Z[ recovery-image] Aug 25 21:09:35.947 INFO O| Aug 25 21:09:35.947 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-08-25T21:09:36.586Z[ recovery-image] Aug 25 21:09:35.958 INFO O| Aug 25 21:09:35.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74782026-08-25T21:09:36.586Z[ recovery-image] Aug 25 21:09:35.958 INFO O| Aug 25 21:09:35.958 INFO STEP 721 (remove_files) COMPLETE
74792026-08-25T21:09:36.586Z[ recovery-image] Aug 25 21:09:35.958 INFO O| Aug 25 21:09:35.958 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-08-25T21:09:36.591Z[ recovery-image] Aug 25 21:09:35.970 INFO O| Aug 25 21:09:35.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74812026-08-25T21:09:36.591Z[ recovery-image] Aug 25 21:09:35.970 INFO O| Aug 25 21:09:35.970 INFO STEP 722 (remove_files) COMPLETE
74822026-08-25T21:09:36.591Z[ recovery-image] Aug 25 21:09:35.970 INFO O| Aug 25 21:09:35.970 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-08-25T21:09:36.594Z[ recovery-image] Aug 25 21:09:35.978 INFO O| Aug 25 21:09:35.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74842026-08-25T21:09:36.594Z[ recovery-image] Aug 25 21:09:35.978 INFO O| Aug 25 21:09:35.978 INFO STEP 723 (remove_files) COMPLETE
74852026-08-25T21:09:36.594Z[ recovery-image] Aug 25 21:09:35.978 INFO O| Aug 25 21:09:35.978 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-08-25T21:09:36.604Z[ recovery-image] Aug 25 21:09:35.986 INFO O| Aug 25 21:09:35.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74872026-08-25T21:09:36.604Z[ recovery-image] Aug 25 21:09:35.986 INFO O| Aug 25 21:09:35.986 INFO STEP 724 (remove_files) COMPLETE
74882026-08-25T21:09:36.608Z[ recovery-image] Aug 25 21:09:35.986 INFO O| Aug 25 21:09:35.986 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-08-25T21:09:36.612Z[ recovery-image] Aug 25 21:09:35.994 INFO O| Aug 25 21:09:35.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74902026-08-25T21:09:36.612Z[ recovery-image] Aug 25 21:09:35.994 INFO O| Aug 25 21:09:35.994 INFO STEP 725 (remove_files) COMPLETE
74912026-08-25T21:09:36.612Z[ recovery-image] Aug 25 21:09:35.994 INFO O| Aug 25 21:09:35.994 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-08-25T21:09:36.618Z[ recovery-image] Aug 25 21:09:36.002 INFO O| Aug 25 21:09:36.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74932026-08-25T21:09:36.618Z[ recovery-image] Aug 25 21:09:36.002 INFO O| Aug 25 21:09:36.002 INFO STEP 726 (remove_files) COMPLETE
74942026-08-25T21:09:36.622Z[ recovery-image] Aug 25 21:09:36.002 INFO O| Aug 25 21:09:36.002 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-08-25T21:09:36.626Z[ recovery-image] Aug 25 21:09:36.011 INFO O| Aug 25 21:09:36.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74962026-08-25T21:09:36.626Z[ recovery-image] Aug 25 21:09:36.011 INFO O| Aug 25 21:09:36.011 INFO STEP 727 (remove_files) COMPLETE
74972026-08-25T21:09:36.626Z[ recovery-image] Aug 25 21:09:36.011 INFO O| Aug 25 21:09:36.011 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-08-25T21:09:36.635Z[ recovery-image] Aug 25 21:09:36.019 INFO O| Aug 25 21:09:36.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74992026-08-25T21:09:36.635Z[ recovery-image] Aug 25 21:09:36.019 INFO O| Aug 25 21:09:36.019 INFO STEP 728 (remove_files) COMPLETE
75002026-08-25T21:09:36.635Z[ recovery-image] Aug 25 21:09:36.019 INFO O| Aug 25 21:09:36.019 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-08-25T21:09:36.643Z[ recovery-image] Aug 25 21:09:36.027 INFO O| Aug 25 21:09:36.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75022026-08-25T21:09:36.643Z[ recovery-image] Aug 25 21:09:36.027 INFO O| Aug 25 21:09:36.027 INFO STEP 729 (remove_files) COMPLETE
75032026-08-25T21:09:36.643Z[ recovery-image] Aug 25 21:09:36.027 INFO O| Aug 25 21:09:36.027 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-08-25T21:09:36.656Z[ recovery-image] Aug 25 21:09:36.037 INFO O| Aug 25 21:09:36.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75052026-08-25T21:09:36.656Z[ recovery-image] Aug 25 21:09:36.037 INFO O| Aug 25 21:09:36.037 INFO STEP 730 (remove_files) COMPLETE
75062026-08-25T21:09:36.659Z[ recovery-image] Aug 25 21:09:36.037 INFO O| Aug 25 21:09:36.037 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-08-25T21:09:36.664Z[ recovery-image] Aug 25 21:09:36.048 INFO O| Aug 25 21:09:36.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75082026-08-25T21:09:36.664Z[ recovery-image] Aug 25 21:09:36.048 INFO O| Aug 25 21:09:36.048 INFO STEP 731 (remove_files) COMPLETE
75092026-08-25T21:09:36.664Z[ recovery-image] Aug 25 21:09:36.048 INFO O| Aug 25 21:09:36.048 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-08-25T21:09:36.675Z[ recovery-image] Aug 25 21:09:36.059 INFO O| Aug 25 21:09:36.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75112026-08-25T21:09:36.678Z[ recovery-image] Aug 25 21:09:36.059 INFO O| Aug 25 21:09:36.059 INFO STEP 732 (remove_files) COMPLETE
75122026-08-25T21:09:36.679Z[ recovery-image] Aug 25 21:09:36.059 INFO O| Aug 25 21:09:36.059 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-08-25T21:09:36.686Z[ recovery-image] Aug 25 21:09:36.069 INFO O| Aug 25 21:09:36.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75142026-08-25T21:09:36.686Z[ recovery-image] Aug 25 21:09:36.069 INFO O| Aug 25 21:09:36.069 INFO STEP 733 (remove_files) COMPLETE
75152026-08-25T21:09:36.686Z[ recovery-image] Aug 25 21:09:36.069 INFO O| Aug 25 21:09:36.069 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-08-25T21:09:36.695Z[ recovery-image] Aug 25 21:09:36.079 INFO O| Aug 25 21:09:36.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75172026-08-25T21:09:36.696Z[ recovery-image] Aug 25 21:09:36.079 INFO O| Aug 25 21:09:36.078 INFO STEP 734 (remove_files) COMPLETE
75182026-08-25T21:09:36.696Z[ recovery-image] Aug 25 21:09:36.079 INFO O| Aug 25 21:09:36.078 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-08-25T21:09:36.714Z[ recovery-image] Aug 25 21:09:36.093 INFO O| Aug 25 21:09:36.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75202026-08-25T21:09:36.714Z[ recovery-image] Aug 25 21:09:36.093 INFO O| Aug 25 21:09:36.093 INFO STEP 735 (remove_files) COMPLETE
75212026-08-25T21:09:36.714Z[ recovery-image] Aug 25 21:09:36.093 INFO O| Aug 25 21:09:36.093 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-08-25T21:09:36.720Z[ recovery-image] Aug 25 21:09:36.104 INFO O| Aug 25 21:09:36.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75232026-08-25T21:09:36.724Z[ recovery-image] Aug 25 21:09:36.104 INFO O| Aug 25 21:09:36.104 INFO STEP 736 (remove_files) COMPLETE
75242026-08-25T21:09:36.724Z[ recovery-image] Aug 25 21:09:36.104 INFO O| Aug 25 21:09:36.104 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-08-25T21:09:36.730Z[verify-libraries] Compiling hex-literal v1.1.0
75262026-08-25T21:09:36.734Z[ recovery-image] Aug 25 21:09:36.115 INFO O| Aug 25 21:09:36.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75272026-08-25T21:09:36.734Z[ recovery-image] Aug 25 21:09:36.115 INFO O| Aug 25 21:09:36.115 INFO STEP 737 (remove_files) COMPLETE
75282026-08-25T21:09:36.734Z[ recovery-image] Aug 25 21:09:36.115 INFO O| Aug 25 21:09:36.115 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-08-25T21:09:36.747Z[ recovery-image] Aug 25 21:09:36.130 INFO O| Aug 25 21:09:36.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75302026-08-25T21:09:36.747Z[ recovery-image] Aug 25 21:09:36.130 INFO O| Aug 25 21:09:36.130 INFO STEP 738 (remove_files) COMPLETE
75312026-08-25T21:09:36.747Z[ recovery-image] Aug 25 21:09:36.130 INFO O| Aug 25 21:09:36.130 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-08-25T21:09:36.756Z[ recovery-image] Aug 25 21:09:36.140 INFO O| Aug 25 21:09:36.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75332026-08-25T21:09:36.756Z[ recovery-image] Aug 25 21:09:36.140 INFO O| Aug 25 21:09:36.140 INFO STEP 739 (remove_files) COMPLETE
75342026-08-25T21:09:36.757Z[ recovery-image] Aug 25 21:09:36.140 INFO O| Aug 25 21:09:36.140 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-08-25T21:09:36.767Z[ recovery-image] Aug 25 21:09:36.151 INFO O| Aug 25 21:09:36.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75362026-08-25T21:09:36.768Z[ recovery-image] Aug 25 21:09:36.151 INFO O| Aug 25 21:09:36.151 INFO STEP 740 (remove_files) COMPLETE
75372026-08-25T21:09:36.772Z[ recovery-image] Aug 25 21:09:36.151 INFO O| Aug 25 21:09:36.151 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-08-25T21:09:36.777Z[ recovery-image] Aug 25 21:09:36.162 INFO O| Aug 25 21:09:36.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75392026-08-25T21:09:36.778Z[ recovery-image] Aug 25 21:09:36.162 INFO O| Aug 25 21:09:36.162 INFO STEP 741 (remove_files) COMPLETE
75402026-08-25T21:09:36.778Z[ recovery-image] Aug 25 21:09:36.162 INFO O| Aug 25 21:09:36.162 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-08-25T21:09:36.787Z[ recovery-image] Aug 25 21:09:36.171 INFO O| Aug 25 21:09:36.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75422026-08-25T21:09:36.787Z[ recovery-image] Aug 25 21:09:36.171 INFO O| Aug 25 21:09:36.171 INFO STEP 742 (remove_files) COMPLETE
75432026-08-25T21:09:36.787Z[ recovery-image] Aug 25 21:09:36.171 INFO O| Aug 25 21:09:36.171 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-08-25T21:09:36.799Z[ recovery-image] Aug 25 21:09:36.182 INFO O| Aug 25 21:09:36.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75452026-08-25T21:09:36.799Z[ recovery-image] Aug 25 21:09:36.182 INFO O| Aug 25 21:09:36.182 INFO STEP 743 (remove_files) COMPLETE
75462026-08-25T21:09:36.803Z[ recovery-image] Aug 25 21:09:36.182 INFO O| Aug 25 21:09:36.182 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-08-25T21:09:36.809Z[ recovery-image] Aug 25 21:09:36.192 INFO O| Aug 25 21:09:36.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75482026-08-25T21:09:36.809Z[ recovery-image] Aug 25 21:09:36.192 INFO O| Aug 25 21:09:36.192 INFO STEP 744 (remove_files) COMPLETE
75492026-08-25T21:09:36.809Z[ recovery-image] Aug 25 21:09:36.192 INFO O| Aug 25 21:09:36.192 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-08-25T21:09:36.819Z[ recovery-image] Aug 25 21:09:36.203 INFO O| Aug 25 21:09:36.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75512026-08-25T21:09:36.819Z[ recovery-image] Aug 25 21:09:36.203 INFO O| Aug 25 21:09:36.203 INFO STEP 745 (remove_files) COMPLETE
75522026-08-25T21:09:36.820Z[ recovery-image] Aug 25 21:09:36.203 INFO O| Aug 25 21:09:36.203 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-08-25T21:09:36.837Z[ recovery-image] Aug 25 21:09:36.218 INFO O| Aug 25 21:09:36.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75542026-08-25T21:09:36.837Z[ recovery-image] Aug 25 21:09:36.218 INFO O| Aug 25 21:09:36.218 INFO STEP 746 (remove_files) COMPLETE
75552026-08-25T21:09:36.837Z[ recovery-image] Aug 25 21:09:36.218 INFO O| Aug 25 21:09:36.218 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-08-25T21:09:36.846Z[ recovery-image] Aug 25 21:09:36.229 INFO O| Aug 25 21:09:36.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75572026-08-25T21:09:36.847Z[ recovery-image] Aug 25 21:09:36.229 INFO O| Aug 25 21:09:36.229 INFO STEP 747 (remove_files) COMPLETE
75582026-08-25T21:09:36.847Z[ recovery-image] Aug 25 21:09:36.229 INFO O| Aug 25 21:09:36.229 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-08-25T21:09:36.856Z[ recovery-image] Aug 25 21:09:36.239 INFO O| Aug 25 21:09:36.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75602026-08-25T21:09:36.856Z[ recovery-image] Aug 25 21:09:36.239 INFO O| Aug 25 21:09:36.239 INFO STEP 748 (remove_files) COMPLETE
75612026-08-25T21:09:36.856Z[ recovery-image] Aug 25 21:09:36.239 INFO O| Aug 25 21:09:36.239 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-08-25T21:09:36.865Z[ recovery-image] Aug 25 21:09:36.248 INFO O| Aug 25 21:09:36.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75632026-08-25T21:09:36.865Z[ recovery-image] Aug 25 21:09:36.248 INFO O| Aug 25 21:09:36.248 INFO STEP 749 (remove_files) COMPLETE
75642026-08-25T21:09:36.869Z[ recovery-image] Aug 25 21:09:36.248 INFO O| Aug 25 21:09:36.248 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-08-25T21:09:36.874Z[ recovery-image] Aug 25 21:09:36.257 INFO O| Aug 25 21:09:36.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75662026-08-25T21:09:36.874Z[ recovery-image] Aug 25 21:09:36.257 INFO O| Aug 25 21:09:36.257 INFO STEP 750 (remove_files) COMPLETE
75672026-08-25T21:09:36.874Z[ recovery-image] Aug 25 21:09:36.257 INFO O| Aug 25 21:09:36.257 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-08-25T21:09:36.893Z[ recovery-image] Aug 25 21:09:36.268 INFO O| Aug 25 21:09:36.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75692026-08-25T21:09:36.893Z[ recovery-image] Aug 25 21:09:36.268 INFO O| Aug 25 21:09:36.265 INFO STEP 751 (remove_files) COMPLETE
75702026-08-25T21:09:36.893Z[ recovery-image] Aug 25 21:09:36.268 INFO O| Aug 25 21:09:36.265 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-08-25T21:09:36.894Z[ recovery-image] Aug 25 21:09:36.273 INFO O| Aug 25 21:09:36.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75722026-08-25T21:09:36.894Z[ recovery-image] Aug 25 21:09:36.273 INFO O| Aug 25 21:09:36.273 INFO STEP 752 (remove_files) COMPLETE
75732026-08-25T21:09:36.894Z[ recovery-image] Aug 25 21:09:36.273 INFO O| Aug 25 21:09:36.273 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-08-25T21:09:36.897Z[verify-libraries] Compiling md5 v0.8.0
75752026-08-25T21:09:36.897Z[verify-libraries] Compiling seq-macro v0.3.6
75762026-08-25T21:09:36.900Z[ recovery-image] Aug 25 21:09:36.282 INFO O| Aug 25 21:09:36.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75772026-08-25T21:09:36.900Z[ recovery-image] Aug 25 21:09:36.282 INFO O| Aug 25 21:09:36.282 INFO STEP 753 (remove_files) COMPLETE
75782026-08-25T21:09:36.900Z[ recovery-image] Aug 25 21:09:36.282 INFO O| Aug 25 21:09:36.282 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-08-25T21:09:36.909Z[ recovery-image] Aug 25 21:09:36.291 INFO O| Aug 25 21:09:36.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75802026-08-25T21:09:36.909Z[ recovery-image] Aug 25 21:09:36.291 INFO O| Aug 25 21:09:36.291 INFO STEP 754 (remove_files) COMPLETE
75812026-08-25T21:09:36.909Z[ recovery-image] Aug 25 21:09:36.291 INFO O| Aug 25 21:09:36.291 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-08-25T21:09:36.924Z[ recovery-image] Aug 25 21:09:36.300 INFO O| Aug 25 21:09:36.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75832026-08-25T21:09:36.924Z[ recovery-image] Aug 25 21:09:36.300 INFO O| Aug 25 21:09:36.300 INFO STEP 755 (remove_files) COMPLETE
75842026-08-25T21:09:36.924Z[ recovery-image] Aug 25 21:09:36.300 INFO O| Aug 25 21:09:36.300 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-08-25T21:09:36.929Z[ recovery-image] Aug 25 21:09:36.309 INFO O| Aug 25 21:09:36.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75862026-08-25T21:09:36.929Z[ recovery-image] Aug 25 21:09:36.309 INFO O| Aug 25 21:09:36.309 INFO STEP 756 (remove_files) COMPLETE
75872026-08-25T21:09:36.929Z[ recovery-image] Aug 25 21:09:36.309 INFO O| Aug 25 21:09:36.309 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-08-25T21:09:36.934Z[ recovery-image] Aug 25 21:09:36.318 INFO O| Aug 25 21:09:36.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75892026-08-25T21:09:36.934Z[ recovery-image] Aug 25 21:09:36.318 INFO O| Aug 25 21:09:36.318 INFO STEP 757 (remove_files) COMPLETE
75902026-08-25T21:09:36.939Z[ recovery-image] Aug 25 21:09:36.318 INFO O| Aug 25 21:09:36.318 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-08-25T21:09:36.944Z[ recovery-image] Aug 25 21:09:36.328 INFO O| Aug 25 21:09:36.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75922026-08-25T21:09:36.951Z[ recovery-image] Aug 25 21:09:36.329 INFO O| Aug 25 21:09:36.329 INFO STEP 758 (remove_files) COMPLETE
75932026-08-25T21:09:36.951Z[ recovery-image] Aug 25 21:09:36.329 INFO O| Aug 25 21:09:36.329 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-08-25T21:09:36.956Z[ recovery-image] Aug 25 21:09:36.339 INFO O| Aug 25 21:09:36.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75952026-08-25T21:09:36.956Z[ recovery-image] Aug 25 21:09:36.339 INFO O| Aug 25 21:09:36.339 INFO STEP 759 (remove_files) COMPLETE
75962026-08-25T21:09:36.956Z[ recovery-image] Aug 25 21:09:36.339 INFO O| Aug 25 21:09:36.339 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-08-25T21:09:36.966Z[ recovery-image] Aug 25 21:09:36.350 INFO O| Aug 25 21:09:36.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75982026-08-25T21:09:36.966Z[ recovery-image] Aug 25 21:09:36.350 INFO O| Aug 25 21:09:36.350 INFO STEP 760 (remove_files) COMPLETE
75992026-08-25T21:09:36.966Z[ recovery-image] Aug 25 21:09:36.350 INFO O| Aug 25 21:09:36.350 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-08-25T21:09:36.981Z[ recovery-image] Aug 25 21:09:36.362 INFO O| Aug 25 21:09:36.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76012026-08-25T21:09:36.983Z[ recovery-image] Aug 25 21:09:36.362 INFO O| Aug 25 21:09:36.362 INFO STEP 761 (remove_files) COMPLETE
76022026-08-25T21:09:36.987Z[ recovery-image] Aug 25 21:09:36.362 INFO O| Aug 25 21:09:36.362 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-08-25T21:09:36.991Z[ recovery-image] Aug 25 21:09:36.373 INFO O| Aug 25 21:09:36.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76042026-08-25T21:09:36.991Z[ recovery-image] Aug 25 21:09:36.373 INFO O| Aug 25 21:09:36.373 INFO STEP 762 (remove_files) COMPLETE
76052026-08-25T21:09:36.991Z[ recovery-image] Aug 25 21:09:36.373 INFO O| Aug 25 21:09:36.373 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-08-25T21:09:36.991Z[verify-libraries] Compiling sync-ptr v0.1.4
76072026-08-25T21:09:36.998Z[ recovery-image] Aug 25 21:09:36.382 INFO O| Aug 25 21:09:36.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76082026-08-25T21:09:36.998Z[ recovery-image] Aug 25 21:09:36.382 INFO O| Aug 25 21:09:36.382 INFO STEP 763 (remove_files) COMPLETE
76092026-08-25T21:09:36.998Z[ recovery-image] Aug 25 21:09:36.382 INFO O| Aug 25 21:09:36.382 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-08-25T21:09:37.008Z[ recovery-image] Aug 25 21:09:36.392 INFO O| Aug 25 21:09:36.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76112026-08-25T21:09:37.009Z[ recovery-image] Aug 25 21:09:36.392 INFO O| Aug 25 21:09:36.392 INFO STEP 764 (remove_files) COMPLETE
76122026-08-25T21:09:37.009Z[ recovery-image] Aug 25 21:09:36.392 INFO O| Aug 25 21:09:36.392 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-08-25T21:09:37.023Z[ recovery-image] Aug 25 21:09:36.402 INFO O| Aug 25 21:09:36.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76142026-08-25T21:09:37.024Z[ recovery-image] Aug 25 21:09:36.402 INFO O| Aug 25 21:09:36.402 INFO STEP 765 (remove_files) COMPLETE
76152026-08-25T21:09:37.024Z[ recovery-image] Aug 25 21:09:36.402 INFO O| Aug 25 21:09:36.402 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-08-25T21:09:37.031Z[ recovery-image] Aug 25 21:09:36.412 INFO O| Aug 25 21:09:36.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76172026-08-25T21:09:37.032Z[ recovery-image] Aug 25 21:09:36.412 INFO O| Aug 25 21:09:36.412 INFO STEP 766 (remove_files) COMPLETE
76182026-08-25T21:09:37.032Z[ recovery-image] Aug 25 21:09:36.412 INFO O| Aug 25 21:09:36.412 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-08-25T21:09:37.039Z[ recovery-image] Aug 25 21:09:36.421 INFO O| Aug 25 21:09:36.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76202026-08-25T21:09:37.039Z[ recovery-image] Aug 25 21:09:36.421 INFO O| Aug 25 21:09:36.421 INFO STEP 767 (remove_files) COMPLETE
76212026-08-25T21:09:37.043Z[ recovery-image] Aug 25 21:09:36.421 INFO O| Aug 25 21:09:36.421 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-08-25T21:09:37.047Z[ recovery-image] Aug 25 21:09:36.429 INFO O| Aug 25 21:09:36.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76232026-08-25T21:09:37.047Z[ recovery-image] Aug 25 21:09:36.429 INFO O| Aug 25 21:09:36.429 INFO STEP 768 (remove_files) COMPLETE
76242026-08-25T21:09:37.047Z[ recovery-image] Aug 25 21:09:36.429 INFO O| Aug 25 21:09:36.429 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-08-25T21:09:37.055Z[ recovery-image] Aug 25 21:09:36.438 INFO O| Aug 25 21:09:36.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76262026-08-25T21:09:37.055Z[ recovery-image] Aug 25 21:09:36.438 INFO O| Aug 25 21:09:36.438 INFO STEP 769 (remove_files) COMPLETE
76272026-08-25T21:09:37.055Z[ recovery-image] Aug 25 21:09:36.438 INFO O| Aug 25 21:09:36.438 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-08-25T21:09:37.062Z[ recovery-image] Aug 25 21:09:36.446 INFO O| Aug 25 21:09:36.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76292026-08-25T21:09:37.062Z[ recovery-image] Aug 25 21:09:36.446 INFO O| Aug 25 21:09:36.446 INFO STEP 770 (remove_files) COMPLETE
76302026-08-25T21:09:37.062Z[ recovery-image] Aug 25 21:09:36.446 INFO O| Aug 25 21:09:36.446 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-08-25T21:09:37.071Z[ recovery-image] Aug 25 21:09:36.454 INFO O| Aug 25 21:09:36.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76322026-08-25T21:09:37.071Z[ recovery-image] Aug 25 21:09:36.454 INFO O| Aug 25 21:09:36.454 INFO STEP 771 (remove_files) COMPLETE
76332026-08-25T21:09:37.075Z[ recovery-image] Aug 25 21:09:36.454 INFO O| Aug 25 21:09:36.454 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-08-25T21:09:37.080Z[ recovery-image] Aug 25 21:09:36.463 INFO O| Aug 25 21:09:36.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76352026-08-25T21:09:37.080Z[ recovery-image] Aug 25 21:09:36.463 INFO O| Aug 25 21:09:36.463 INFO STEP 772 (remove_files) COMPLETE
76362026-08-25T21:09:37.080Z[ recovery-image] Aug 25 21:09:36.463 INFO O| Aug 25 21:09:36.463 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-08-25T21:09:37.087Z[ recovery-image] Aug 25 21:09:36.471 INFO O| Aug 25 21:09:36.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76382026-08-25T21:09:37.087Z[ recovery-image] Aug 25 21:09:36.471 INFO O| Aug 25 21:09:36.471 INFO STEP 773 (remove_files) COMPLETE
76392026-08-25T21:09:37.093Z[ recovery-image] Aug 25 21:09:36.471 INFO O| Aug 25 21:09:36.471 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-08-25T21:09:37.099Z[ recovery-image] Aug 25 21:09:36.482 INFO O| Aug 25 21:09:36.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76412026-08-25T21:09:37.099Z[ recovery-image] Aug 25 21:09:36.482 INFO O| Aug 25 21:09:36.482 INFO STEP 774 (remove_files) COMPLETE
76422026-08-25T21:09:37.103Z[ recovery-image] Aug 25 21:09:36.482 INFO O| Aug 25 21:09:36.482 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-08-25T21:09:37.116Z[ recovery-image] Aug 25 21:09:36.494 INFO O| Aug 25 21:09:36.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76442026-08-25T21:09:37.116Z[ recovery-image] Aug 25 21:09:36.494 INFO O| Aug 25 21:09:36.494 INFO STEP 775 (remove_files) COMPLETE
76452026-08-25T21:09:37.116Z[ recovery-image] Aug 25 21:09:36.494 INFO O| Aug 25 21:09:36.494 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-08-25T21:09:37.121Z[ recovery-image] Aug 25 21:09:36.504 INFO O| Aug 25 21:09:36.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76472026-08-25T21:09:37.122Z[ recovery-image] Aug 25 21:09:36.505 INFO O| Aug 25 21:09:36.504 INFO STEP 776 (remove_files) COMPLETE
76482026-08-25T21:09:37.127Z[ recovery-image] Aug 25 21:09:36.505 INFO O| Aug 25 21:09:36.504 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-08-25T21:09:37.132Z[ recovery-image] Aug 25 21:09:36.515 INFO O| Aug 25 21:09:36.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76502026-08-25T21:09:37.132Z[ recovery-image] Aug 25 21:09:36.515 INFO O| Aug 25 21:09:36.515 INFO STEP 777 (remove_files) COMPLETE
76512026-08-25T21:09:37.132Z[ recovery-image] Aug 25 21:09:36.515 INFO O| Aug 25 21:09:36.515 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-08-25T21:09:37.142Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
76532026-08-25T21:09:37.147Z[ recovery-image] Aug 25 21:09:36.525 INFO O| Aug 25 21:09:36.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76542026-08-25T21:09:37.147Z[ recovery-image] Aug 25 21:09:36.525 INFO O| Aug 25 21:09:36.525 INFO STEP 778 (remove_files) COMPLETE
76552026-08-25T21:09:37.147Z[ recovery-image] Aug 25 21:09:36.525 INFO O| Aug 25 21:09:36.525 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-08-25T21:09:37.153Z[ recovery-image] Aug 25 21:09:36.536 INFO O| Aug 25 21:09:36.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76572026-08-25T21:09:37.153Z[ recovery-image] Aug 25 21:09:36.536 INFO O| Aug 25 21:09:36.536 INFO STEP 779 (remove_files) COMPLETE
76582026-08-25T21:09:37.153Z[ recovery-image] Aug 25 21:09:36.536 INFO O| Aug 25 21:09:36.536 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-08-25T21:09:37.162Z[ recovery-image] Aug 25 21:09:36.545 INFO O| Aug 25 21:09:36.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76602026-08-25T21:09:37.162Z[ recovery-image] Aug 25 21:09:36.545 INFO O| Aug 25 21:09:36.545 INFO STEP 780 (remove_files) COMPLETE
76612026-08-25T21:09:37.162Z[ recovery-image] Aug 25 21:09:36.545 INFO O| Aug 25 21:09:36.545 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-08-25T21:09:37.172Z[ recovery-image] Aug 25 21:09:36.555 INFO O| Aug 25 21:09:36.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76632026-08-25T21:09:37.172Z[ recovery-image] Aug 25 21:09:36.555 INFO O| Aug 25 21:09:36.555 INFO STEP 781 (remove_files) COMPLETE
76642026-08-25T21:09:37.172Z[ recovery-image] Aug 25 21:09:36.555 INFO O| Aug 25 21:09:36.555 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-08-25T21:09:37.180Z[ recovery-image] Aug 25 21:09:36.564 INFO O| Aug 25 21:09:36.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76662026-08-25T21:09:37.180Z[ recovery-image] Aug 25 21:09:36.564 INFO O| Aug 25 21:09:36.564 INFO STEP 782 (remove_files) COMPLETE
76672026-08-25T21:09:37.180Z[ recovery-image] Aug 25 21:09:36.564 INFO O| Aug 25 21:09:36.564 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-08-25T21:09:37.194Z[ recovery-image] Aug 25 21:09:36.573 INFO O| Aug 25 21:09:36.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76692026-08-25T21:09:37.194Z[ recovery-image] Aug 25 21:09:36.573 INFO O| Aug 25 21:09:36.573 INFO STEP 783 (remove_files) COMPLETE
76702026-08-25T21:09:37.194Z[ recovery-image] Aug 25 21:09:36.573 INFO O| Aug 25 21:09:36.573 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-08-25T21:09:37.207Z[ recovery-image] Aug 25 21:09:36.583 INFO O| Aug 25 21:09:36.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76722026-08-25T21:09:37.207Z[ recovery-image] Aug 25 21:09:36.583 INFO O| Aug 25 21:09:36.583 INFO STEP 784 (remove_files) COMPLETE
76732026-08-25T21:09:37.207Z[ recovery-image] Aug 25 21:09:36.583 INFO O| Aug 25 21:09:36.583 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-08-25T21:09:37.210Z[ recovery-image] Aug 25 21:09:36.592 INFO O| Aug 25 21:09:36.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76752026-08-25T21:09:37.210Z[ recovery-image] Aug 25 21:09:36.592 INFO O| Aug 25 21:09:36.592 INFO STEP 785 (remove_files) COMPLETE
76762026-08-25T21:09:37.210Z[ recovery-image] Aug 25 21:09:36.592 INFO O| Aug 25 21:09:36.592 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-25T21:09:37.217Z[ recovery-image] Aug 25 21:09:36.601 INFO O| Aug 25 21:09:36.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76782026-08-25T21:09:37.217Z[ recovery-image] Aug 25 21:09:36.601 INFO O| Aug 25 21:09:36.601 INFO STEP 786 (remove_files) COMPLETE
76792026-08-25T21:09:37.217Z[ recovery-image] Aug 25 21:09:36.601 INFO O| Aug 25 21:09:36.601 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-25T21:09:37.231Z[ recovery-image] Aug 25 21:09:36.611 INFO O| Aug 25 21:09:36.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76812026-08-25T21:09:37.231Z[ recovery-image] Aug 25 21:09:36.611 INFO O| Aug 25 21:09:36.611 INFO STEP 787 (remove_files) COMPLETE
76822026-08-25T21:09:37.236Z[ recovery-image] Aug 25 21:09:36.611 INFO O| Aug 25 21:09:36.611 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-08-25T21:09:37.236Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
76842026-08-25T21:09:37.240Z[ recovery-image] Aug 25 21:09:36.621 INFO O| Aug 25 21:09:36.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76852026-08-25T21:09:37.240Z[ recovery-image] Aug 25 21:09:36.621 INFO O| Aug 25 21:09:36.621 INFO STEP 788 (remove_files) COMPLETE
76862026-08-25T21:09:37.240Z[ recovery-image] Aug 25 21:09:36.621 INFO O| Aug 25 21:09:36.621 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-08-25T21:09:37.247Z[ recovery-image] Aug 25 21:09:36.631 INFO O| Aug 25 21:09:36.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76882026-08-25T21:09:37.247Z[ recovery-image] Aug 25 21:09:36.631 INFO O| Aug 25 21:09:36.631 INFO STEP 789 (remove_files) COMPLETE
76892026-08-25T21:09:37.252Z[ recovery-image] Aug 25 21:09:36.631 INFO O| Aug 25 21:09:36.631 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-08-25T21:09:37.257Z[ recovery-image] Aug 25 21:09:36.641 INFO O| Aug 25 21:09:36.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76912026-08-25T21:09:37.258Z[ recovery-image] Aug 25 21:09:36.641 INFO O| Aug 25 21:09:36.641 INFO STEP 790 (remove_files) COMPLETE
76922026-08-25T21:09:37.258Z[ recovery-image] Aug 25 21:09:36.641 INFO O| Aug 25 21:09:36.641 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-08-25T21:09:37.267Z[ recovery-image] Aug 25 21:09:36.651 INFO O| Aug 25 21:09:36.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76942026-08-25T21:09:37.267Z[ recovery-image] Aug 25 21:09:36.651 INFO O| Aug 25 21:09:36.651 INFO STEP 791 (remove_files) COMPLETE
76952026-08-25T21:09:37.271Z[ recovery-image] Aug 25 21:09:36.651 INFO O| Aug 25 21:09:36.651 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-08-25T21:09:37.275Z[ recovery-image] Aug 25 21:09:36.659 INFO O| Aug 25 21:09:36.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76972026-08-25T21:09:37.275Z[ recovery-image] Aug 25 21:09:36.659 INFO O| Aug 25 21:09:36.659 INFO STEP 792 (remove_files) COMPLETE
76982026-08-25T21:09:37.279Z[ recovery-image] Aug 25 21:09:36.659 INFO O| Aug 25 21:09:36.659 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-08-25T21:09:37.286Z[ recovery-image] Aug 25 21:09:36.667 INFO O| Aug 25 21:09:36.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77002026-08-25T21:09:37.293Z[ recovery-image] Aug 25 21:09:36.667 INFO O| Aug 25 21:09:36.667 INFO STEP 793 (remove_files) COMPLETE
77012026-08-25T21:09:37.293Z[ recovery-image] Aug 25 21:09:36.667 INFO O| Aug 25 21:09:36.667 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-08-25T21:09:37.303Z[ recovery-image] Aug 25 21:09:36.676 INFO O| Aug 25 21:09:36.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77032026-08-25T21:09:37.303Z[ recovery-image] Aug 25 21:09:36.676 INFO O| Aug 25 21:09:36.676 INFO STEP 794 (remove_files) COMPLETE
77042026-08-25T21:09:37.303Z[ recovery-image] Aug 25 21:09:36.676 INFO O| Aug 25 21:09:36.676 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-08-25T21:09:37.306Z[ recovery-image] Aug 25 21:09:36.684 INFO O| Aug 25 21:09:36.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77062026-08-25T21:09:37.306Z[ recovery-image] Aug 25 21:09:36.685 INFO O| Aug 25 21:09:36.684 INFO STEP 795 (remove_files) COMPLETE
77072026-08-25T21:09:37.306Z[ recovery-image] Aug 25 21:09:36.685 INFO O| Aug 25 21:09:36.685 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-08-25T21:09:37.311Z[ recovery-image] Aug 25 21:09:36.693 INFO O| Aug 25 21:09:36.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77092026-08-25T21:09:37.311Z[ recovery-image] Aug 25 21:09:36.693 INFO O| Aug 25 21:09:36.693 INFO STEP 796 (remove_files) COMPLETE
77102026-08-25T21:09:37.311Z[ recovery-image] Aug 25 21:09:36.693 INFO O| Aug 25 21:09:36.693 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-08-25T21:09:37.316Z[verify-libraries] Compiling russh v0.62.4
77122026-08-25T21:09:37.322Z[ recovery-image] Aug 25 21:09:36.702 INFO O| Aug 25 21:09:36.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77132026-08-25T21:09:37.322Z[ recovery-image] Aug 25 21:09:36.702 INFO O| Aug 25 21:09:36.702 INFO STEP 797 (remove_files) COMPLETE
77142026-08-25T21:09:37.322Z[ recovery-image] Aug 25 21:09:36.702 INFO O| Aug 25 21:09:36.702 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-08-25T21:09:37.331Z[ recovery-image] Aug 25 21:09:36.713 INFO O| Aug 25 21:09:36.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77162026-08-25T21:09:37.334Z[ recovery-image] Aug 25 21:09:36.713 INFO O| Aug 25 21:09:36.713 INFO STEP 798 (remove_files) COMPLETE
77172026-08-25T21:09:37.334Z[ recovery-image] Aug 25 21:09:36.713 INFO O| Aug 25 21:09:36.713 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-08-25T21:09:37.343Z[ recovery-image] Aug 25 21:09:36.723 INFO O| Aug 25 21:09:36.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77192026-08-25T21:09:37.343Z[ recovery-image] Aug 25 21:09:36.724 INFO O| Aug 25 21:09:36.723 INFO STEP 799 (remove_files) COMPLETE
77202026-08-25T21:09:37.348Z[ recovery-image] Aug 25 21:09:36.724 INFO O| Aug 25 21:09:36.723 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-08-25T21:09:37.363Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
77222026-08-25T21:09:37.364Z[ recovery-image] Aug 25 21:09:36.734 INFO O| Aug 25 21:09:36.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77232026-08-25T21:09:37.364Z[ recovery-image] Aug 25 21:09:36.734 INFO O| Aug 25 21:09:36.734 INFO STEP 800 (remove_files) COMPLETE
77242026-08-25T21:09:37.364Z[ recovery-image] Aug 25 21:09:36.734 INFO O| Aug 25 21:09:36.734 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-08-25T21:09:37.364Z[ recovery-image] Aug 25 21:09:36.745 INFO O| Aug 25 21:09:36.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77262026-08-25T21:09:37.364Z[ recovery-image] Aug 25 21:09:36.745 INFO O| Aug 25 21:09:36.745 INFO STEP 801 (remove_files) COMPLETE
77272026-08-25T21:09:37.364Z[ recovery-image] Aug 25 21:09:36.745 INFO O| Aug 25 21:09:36.745 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-08-25T21:09:37.381Z[ recovery-image] Aug 25 21:09:36.763 INFO O| Aug 25 21:09:36.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77292026-08-25T21:09:37.381Z[ recovery-image] Aug 25 21:09:36.763 INFO O| Aug 25 21:09:36.763 INFO STEP 802 (remove_files) COMPLETE
77302026-08-25T21:09:37.386Z[ recovery-image] Aug 25 21:09:36.763 INFO O| Aug 25 21:09:36.763 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-08-25T21:09:37.390Z[ recovery-image] Aug 25 21:09:36.772 INFO O| Aug 25 21:09:36.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77322026-08-25T21:09:37.390Z[ recovery-image] Aug 25 21:09:36.772 INFO O| Aug 25 21:09:36.772 INFO STEP 803 (remove_files) COMPLETE
77332026-08-25T21:09:37.390Z[ recovery-image] Aug 25 21:09:36.772 INFO O| Aug 25 21:09:36.772 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-08-25T21:09:37.400Z[ recovery-image] Aug 25 21:09:36.782 INFO O| Aug 25 21:09:36.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77352026-08-25T21:09:37.400Z[ recovery-image] Aug 25 21:09:36.783 INFO O| Aug 25 21:09:36.783 INFO STEP 804 (remove_files) COMPLETE
77362026-08-25T21:09:37.400Z[ recovery-image] Aug 25 21:09:36.783 INFO O| Aug 25 21:09:36.783 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-08-25T21:09:37.408Z[ recovery-image] Aug 25 21:09:36.792 INFO O| Aug 25 21:09:36.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77382026-08-25T21:09:37.412Z[ recovery-image] Aug 25 21:09:36.793 INFO O| Aug 25 21:09:36.793 INFO STEP 805 (remove_files) COMPLETE
77392026-08-25T21:09:37.412Z[ recovery-image] Aug 25 21:09:36.793 INFO O| Aug 25 21:09:36.793 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-25T21:09:37.421Z[ recovery-image] Aug 25 21:09:36.803 INFO O| Aug 25 21:09:36.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77412026-08-25T21:09:37.421Z[ recovery-image] Aug 25 21:09:36.803 INFO O| Aug 25 21:09:36.803 INFO STEP 806 (remove_files) COMPLETE
77422026-08-25T21:09:37.421Z[ recovery-image] Aug 25 21:09:36.803 INFO O| Aug 25 21:09:36.803 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-08-25T21:09:37.435Z[ recovery-image] Aug 25 21:09:36.814 INFO O| Aug 25 21:09:36.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77442026-08-25T21:09:37.435Z[ recovery-image] Aug 25 21:09:36.814 INFO O| Aug 25 21:09:36.814 INFO STEP 807 (remove_files) COMPLETE
77452026-08-25T21:09:37.435Z[ recovery-image] Aug 25 21:09:36.814 INFO O| Aug 25 21:09:36.814 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-08-25T21:09:37.446Z[ recovery-image] Aug 25 21:09:36.830 INFO O| Aug 25 21:09:36.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77472026-08-25T21:09:37.447Z[ recovery-image] Aug 25 21:09:36.830 INFO O| Aug 25 21:09:36.830 INFO STEP 808 (remove_files) COMPLETE
77482026-08-25T21:09:37.447Z[ recovery-image] Aug 25 21:09:36.830 INFO O| Aug 25 21:09:36.830 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-08-25T21:09:37.456Z[ recovery-image] Aug 25 21:09:36.840 INFO O| Aug 25 21:09:36.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77502026-08-25T21:09:37.457Z[ recovery-image] Aug 25 21:09:36.840 INFO O| Aug 25 21:09:36.840 INFO STEP 809 (remove_files) COMPLETE
77512026-08-25T21:09:37.457Z[ recovery-image] Aug 25 21:09:36.840 INFO O| Aug 25 21:09:36.840 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-08-25T21:09:37.474Z[ recovery-image] Aug 25 21:09:36.849 INFO O| Aug 25 21:09:36.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77532026-08-25T21:09:37.475Z[ recovery-image] Aug 25 21:09:36.849 INFO O| Aug 25 21:09:36.849 INFO STEP 810 (remove_files) COMPLETE
77542026-08-25T21:09:37.475Z[ recovery-image] Aug 25 21:09:36.849 INFO O| Aug 25 21:09:36.849 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-08-25T21:09:37.490Z[ recovery-image] Aug 25 21:09:36.859 INFO O| Aug 25 21:09:36.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77562026-08-25T21:09:37.490Z[ recovery-image] Aug 25 21:09:36.859 INFO O| Aug 25 21:09:36.859 INFO STEP 811 (remove_files) COMPLETE
77572026-08-25T21:09:37.490Z[ recovery-image] Aug 25 21:09:36.859 INFO O| Aug 25 21:09:36.859 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-08-25T21:09:37.490Z[ recovery-image] Aug 25 21:09:36.868 INFO O| Aug 25 21:09:36.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77592026-08-25T21:09:37.491Z[ recovery-image] Aug 25 21:09:36.868 INFO O| Aug 25 21:09:36.868 INFO STEP 812 (remove_files) COMPLETE
77602026-08-25T21:09:37.491Z[ recovery-image] Aug 25 21:09:36.868 INFO O| Aug 25 21:09:36.868 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-08-25T21:09:37.496Z[ recovery-image] Aug 25 21:09:36.877 INFO O| Aug 25 21:09:36.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77622026-08-25T21:09:37.496Z[ recovery-image] Aug 25 21:09:36.877 INFO O| Aug 25 21:09:36.877 INFO STEP 813 (remove_files) COMPLETE
77632026-08-25T21:09:37.496Z[ recovery-image] Aug 25 21:09:36.877 INFO O| Aug 25 21:09:36.877 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-08-25T21:09:37.508Z[ recovery-image] Aug 25 21:09:36.885 INFO O| Aug 25 21:09:36.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77652026-08-25T21:09:37.508Z[ recovery-image] Aug 25 21:09:36.885 INFO O| Aug 25 21:09:36.885 INFO STEP 814 (remove_files) COMPLETE
77662026-08-25T21:09:37.515Z[ recovery-image] Aug 25 21:09:36.885 INFO O| Aug 25 21:09:36.885 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-08-25T21:09:37.517Z[ recovery-image] Aug 25 21:09:36.894 INFO O| Aug 25 21:09:36.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77682026-08-25T21:09:37.517Z[ recovery-image] Aug 25 21:09:36.894 INFO O| Aug 25 21:09:36.894 INFO STEP 815 (remove_files) COMPLETE
77692026-08-25T21:09:37.517Z[ recovery-image] Aug 25 21:09:36.894 INFO O| Aug 25 21:09:36.894 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-08-25T21:09:37.520Z[ recovery-image] Aug 25 21:09:36.903 INFO O| Aug 25 21:09:36.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77712026-08-25T21:09:37.521Z[ recovery-image] Aug 25 21:09:36.903 INFO O| Aug 25 21:09:36.903 INFO STEP 816 (remove_files) COMPLETE
77722026-08-25T21:09:37.521Z[ recovery-image] Aug 25 21:09:36.903 INFO O| Aug 25 21:09:36.903 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-08-25T21:09:37.536Z[ recovery-image] Aug 25 21:09:36.911 INFO O| Aug 25 21:09:36.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77742026-08-25T21:09:37.536Z[ recovery-image] Aug 25 21:09:36.911 INFO O| Aug 25 21:09:36.911 INFO STEP 817 (remove_files) COMPLETE
77752026-08-25T21:09:37.536Z[ recovery-image] Aug 25 21:09:36.911 INFO O| Aug 25 21:09:36.911 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-08-25T21:09:37.541Z[ recovery-image] Aug 25 21:09:36.920 INFO O| Aug 25 21:09:36.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77772026-08-25T21:09:37.541Z[ recovery-image] Aug 25 21:09:36.920 INFO O| Aug 25 21:09:36.920 INFO STEP 818 (remove_files) COMPLETE
77782026-08-25T21:09:37.541Z[ recovery-image] Aug 25 21:09:36.920 INFO O| Aug 25 21:09:36.920 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-08-25T21:09:37.558Z[ recovery-image] Aug 25 21:09:36.928 INFO O| Aug 25 21:09:36.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77802026-08-25T21:09:37.558Z[ recovery-image] Aug 25 21:09:36.928 INFO O| Aug 25 21:09:36.928 INFO STEP 819 (remove_files) COMPLETE
77812026-08-25T21:09:37.558Z[ recovery-image] Aug 25 21:09:36.928 INFO O| Aug 25 21:09:36.928 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-08-25T21:09:37.558Z[ recovery-image] Aug 25 21:09:36.936 INFO O| Aug 25 21:09:36.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77832026-08-25T21:09:37.558Z[ recovery-image] Aug 25 21:09:36.937 INFO O| Aug 25 21:09:36.937 INFO STEP 820 (remove_files) COMPLETE
77842026-08-25T21:09:37.558Z[ recovery-image] Aug 25 21:09:36.937 INFO O| Aug 25 21:09:36.937 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-08-25T21:09:37.574Z[ recovery-image] Aug 25 21:09:36.945 INFO O| Aug 25 21:09:36.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77862026-08-25T21:09:37.574Z[ recovery-image] Aug 25 21:09:36.945 INFO O| Aug 25 21:09:36.945 INFO STEP 821 (remove_files) COMPLETE
77872026-08-25T21:09:37.574Z[ recovery-image] Aug 25 21:09:36.945 INFO O| Aug 25 21:09:36.945 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-08-25T21:09:37.592Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
77892026-08-25T21:09:37.592Z[ recovery-image] Aug 25 21:09:36.954 INFO O| Aug 25 21:09:36.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77902026-08-25T21:09:37.592Z[ recovery-image] Aug 25 21:09:36.954 INFO O| Aug 25 21:09:36.954 INFO STEP 822 (remove_files) COMPLETE
77912026-08-25T21:09:37.592Z[ recovery-image] Aug 25 21:09:36.954 INFO O| Aug 25 21:09:36.954 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-08-25T21:09:37.592Z[ recovery-image] Aug 25 21:09:36.962 INFO O| Aug 25 21:09:36.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77932026-08-25T21:09:37.592Z[ recovery-image] Aug 25 21:09:36.962 INFO O| Aug 25 21:09:36.962 INFO STEP 823 (remove_files) COMPLETE
77942026-08-25T21:09:37.592Z[ recovery-image] Aug 25 21:09:36.962 INFO O| Aug 25 21:09:36.962 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-08-25T21:09:37.605Z[ recovery-image] Aug 25 21:09:36.971 INFO O| Aug 25 21:09:36.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77962026-08-25T21:09:37.605Z[ recovery-image] Aug 25 21:09:36.971 INFO O| Aug 25 21:09:36.971 INFO STEP 824 (remove_files) COMPLETE
77972026-08-25T21:09:37.641Z[ recovery-image] Aug 25 21:09:36.971 INFO O| Aug 25 21:09:36.971 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-08-25T21:09:37.641Z[ recovery-image] Aug 25 21:09:36.980 INFO O| Aug 25 21:09:36.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77992026-08-25T21:09:37.641Z[ recovery-image] Aug 25 21:09:36.980 INFO O| Aug 25 21:09:36.980 INFO STEP 825 (remove_files) COMPLETE
78002026-08-25T21:09:37.641Z[ recovery-image] Aug 25 21:09:36.980 INFO O| Aug 25 21:09:36.980 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-08-25T21:09:37.645Z[ recovery-image] Aug 25 21:09:36.993 INFO O| Aug 25 21:09:36.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78022026-08-25T21:09:37.645Z[ recovery-image] Aug 25 21:09:36.993 INFO O| Aug 25 21:09:36.993 INFO STEP 826 (remove_files) COMPLETE
78032026-08-25T21:09:37.645Z[ recovery-image] Aug 25 21:09:36.993 INFO O| Aug 25 21:09:36.993 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-25T21:09:37.645Z[ recovery-image] Aug 25 21:09:37.003 INFO O| Aug 25 21:09:37.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78052026-08-25T21:09:37.645Z[ recovery-image] Aug 25 21:09:37.004 INFO O| Aug 25 21:09:37.004 INFO STEP 827 (remove_files) COMPLETE
78062026-08-25T21:09:37.645Z[ recovery-image] Aug 25 21:09:37.004 INFO O| Aug 25 21:09:37.004 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-25T21:09:37.645Z[ recovery-image] Aug 25 21:09:37.014 INFO O| Aug 25 21:09:37.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78082026-08-25T21:09:37.645Z[ recovery-image] Aug 25 21:09:37.014 INFO O| Aug 25 21:09:37.014 INFO STEP 828 (remove_files) COMPLETE
78092026-08-25T21:09:37.645Z[ recovery-image] Aug 25 21:09:37.014 INFO O| Aug 25 21:09:37.014 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-25T21:09:37.645Z[ recovery-image] Aug 25 21:09:37.024 INFO O| Aug 25 21:09:37.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78112026-08-25T21:09:37.645Z[ recovery-image] Aug 25 21:09:37.024 INFO O| Aug 25 21:09:37.024 INFO STEP 829 (remove_files) COMPLETE
78122026-08-25T21:09:37.656Z[ recovery-image] Aug 25 21:09:37.024 INFO O| Aug 25 21:09:37.024 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-25T21:09:37.674Z[ recovery-image] Aug 25 21:09:37.034 INFO O| Aug 25 21:09:37.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78142026-08-25T21:09:37.674Z[ recovery-image] Aug 25 21:09:37.034 INFO O| Aug 25 21:09:37.034 INFO STEP 830 (remove_files) COMPLETE
78152026-08-25T21:09:37.674Z[ recovery-image] Aug 25 21:09:37.034 INFO O| Aug 25 21:09:37.034 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-25T21:09:37.674Z[ recovery-image] Aug 25 21:09:37.044 INFO O| Aug 25 21:09:37.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78172026-08-25T21:09:37.674Z[ recovery-image] Aug 25 21:09:37.045 INFO O| Aug 25 21:09:37.045 INFO STEP 831 (remove_files) COMPLETE
78182026-08-25T21:09:37.674Z[ recovery-image] Aug 25 21:09:37.045 INFO O| Aug 25 21:09:37.045 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-25T21:09:37.674Z[ recovery-image] Aug 25 21:09:37.055 INFO O| Aug 25 21:09:37.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78202026-08-25T21:09:37.674Z[ recovery-image] Aug 25 21:09:37.055 INFO O| Aug 25 21:09:37.055 INFO STEP 832 (remove_files) COMPLETE
78212026-08-25T21:09:37.674Z[ recovery-image] Aug 25 21:09:37.055 INFO O| Aug 25 21:09:37.055 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-25T21:09:37.681Z[ recovery-image] Aug 25 21:09:37.065 INFO O| Aug 25 21:09:37.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78232026-08-25T21:09:37.681Z[ recovery-image] Aug 25 21:09:37.065 INFO O| Aug 25 21:09:37.065 INFO STEP 833 (remove_files) COMPLETE
78242026-08-25T21:09:37.681Z[ recovery-image] Aug 25 21:09:37.065 INFO O| Aug 25 21:09:37.065 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-25T21:09:37.698Z[ recovery-image] Aug 25 21:09:37.082 INFO O| Aug 25 21:09:37.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78262026-08-25T21:09:37.698Z[ recovery-image] Aug 25 21:09:37.082 INFO O| Aug 25 21:09:37.075 INFO STEP 834 (remove_files) COMPLETE
78272026-08-25T21:09:37.698Z[ recovery-image] Aug 25 21:09:37.082 INFO O| Aug 25 21:09:37.075 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-08-25T21:09:37.704Z[ recovery-image] Aug 25 21:09:37.088 INFO O| Aug 25 21:09:37.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78292026-08-25T21:09:37.704Z[ recovery-image] Aug 25 21:09:37.088 INFO O| Aug 25 21:09:37.088 INFO STEP 835 (remove_files) COMPLETE
78302026-08-25T21:09:37.707Z[ recovery-image] Aug 25 21:09:37.088 INFO O| Aug 25 21:09:37.088 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-25T21:09:37.714Z[ recovery-image] Aug 25 21:09:37.098 INFO O| Aug 25 21:09:37.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78322026-08-25T21:09:37.714Z[ recovery-image] Aug 25 21:09:37.098 INFO O| Aug 25 21:09:37.098 INFO STEP 836 (remove_files) COMPLETE
78332026-08-25T21:09:37.717Z[ recovery-image] Aug 25 21:09:37.098 INFO O| Aug 25 21:09:37.098 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-25T21:09:37.725Z[ recovery-image] Aug 25 21:09:37.108 INFO O| Aug 25 21:09:37.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78352026-08-25T21:09:37.725Z[ recovery-image] Aug 25 21:09:37.108 INFO O| Aug 25 21:09:37.108 INFO STEP 837 (remove_files) COMPLETE
78362026-08-25T21:09:37.725Z[ recovery-image] Aug 25 21:09:37.108 INFO O| Aug 25 21:09:37.108 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-25T21:09:37.732Z[ recovery-image] Aug 25 21:09:37.117 INFO O| Aug 25 21:09:37.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78382026-08-25T21:09:37.732Z[ recovery-image] Aug 25 21:09:37.117 INFO O| Aug 25 21:09:37.117 INFO STEP 838 (remove_files) COMPLETE
78392026-08-25T21:09:37.732Z[ recovery-image] Aug 25 21:09:37.117 INFO O| Aug 25 21:09:37.117 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-25T21:09:37.742Z[ recovery-image] Aug 25 21:09:37.126 INFO O| Aug 25 21:09:37.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78412026-08-25T21:09:37.742Z[ recovery-image] Aug 25 21:09:37.126 INFO O| Aug 25 21:09:37.126 INFO STEP 839 (remove_files) COMPLETE
78422026-08-25T21:09:37.746Z[ recovery-image] Aug 25 21:09:37.126 INFO O| Aug 25 21:09:37.126 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-25T21:09:37.753Z[ recovery-image] Aug 25 21:09:37.136 INFO O| Aug 25 21:09:37.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78442026-08-25T21:09:37.753Z[ recovery-image] Aug 25 21:09:37.136 INFO O| Aug 25 21:09:37.136 INFO STEP 840 (remove_files) COMPLETE
78452026-08-25T21:09:37.753Z[ recovery-image] Aug 25 21:09:37.136 INFO O| Aug 25 21:09:37.136 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-25T21:09:37.762Z[ recovery-image] Aug 25 21:09:37.146 INFO O| Aug 25 21:09:37.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78472026-08-25T21:09:37.762Z[ recovery-image] Aug 25 21:09:37.146 INFO O| Aug 25 21:09:37.146 INFO STEP 841 (remove_files) COMPLETE
78482026-08-25T21:09:37.762Z[ recovery-image] Aug 25 21:09:37.146 INFO O| Aug 25 21:09:37.146 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-25T21:09:37.771Z[ recovery-image] Aug 25 21:09:37.154 INFO O| Aug 25 21:09:37.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78502026-08-25T21:09:37.771Z[ recovery-image] Aug 25 21:09:37.154 INFO O| Aug 25 21:09:37.154 INFO STEP 842 (remove_files) COMPLETE
78512026-08-25T21:09:37.771Z[ recovery-image] Aug 25 21:09:37.154 INFO O| Aug 25 21:09:37.154 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-25T21:09:37.778Z[ recovery-image] Aug 25 21:09:37.162 INFO O| Aug 25 21:09:37.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78532026-08-25T21:09:37.778Z[ recovery-image] Aug 25 21:09:37.162 INFO O| Aug 25 21:09:37.162 INFO STEP 843 (remove_files) COMPLETE
78542026-08-25T21:09:37.778Z[ recovery-image] Aug 25 21:09:37.162 INFO O| Aug 25 21:09:37.162 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-25T21:09:37.787Z[ recovery-image] Aug 25 21:09:37.171 INFO O| Aug 25 21:09:37.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78562026-08-25T21:09:37.788Z[ recovery-image] Aug 25 21:09:37.171 INFO O| Aug 25 21:09:37.171 INFO STEP 844 (remove_files) COMPLETE
78572026-08-25T21:09:37.788Z[ recovery-image] Aug 25 21:09:37.171 INFO O| Aug 25 21:09:37.171 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-25T21:09:37.796Z[ recovery-image] Aug 25 21:09:37.180 INFO O| Aug 25 21:09:37.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78592026-08-25T21:09:37.797Z[ recovery-image] Aug 25 21:09:37.180 INFO O| Aug 25 21:09:37.180 INFO STEP 845 (remove_files) COMPLETE
78602026-08-25T21:09:37.797Z[ recovery-image] Aug 25 21:09:37.180 INFO O| Aug 25 21:09:37.180 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-25T21:09:37.806Z[ recovery-image] Aug 25 21:09:37.190 INFO O| Aug 25 21:09:37.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78622026-08-25T21:09:37.806Z[ recovery-image] Aug 25 21:09:37.190 INFO O| Aug 25 21:09:37.190 INFO STEP 846 (remove_files) COMPLETE
78632026-08-25T21:09:37.806Z[ recovery-image] Aug 25 21:09:37.190 INFO O| Aug 25 21:09:37.190 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-25T21:09:37.814Z[ recovery-image] Aug 25 21:09:37.198 INFO O| Aug 25 21:09:37.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78652026-08-25T21:09:37.814Z[ recovery-image] Aug 25 21:09:37.199 INFO O| Aug 25 21:09:37.199 INFO STEP 847 (remove_files) COMPLETE
78662026-08-25T21:09:37.814Z[ recovery-image] Aug 25 21:09:37.199 INFO O| Aug 25 21:09:37.199 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-25T21:09:37.820Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
78682026-08-25T21:09:37.824Z[ recovery-image] Aug 25 21:09:37.207 INFO O| Aug 25 21:09:37.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78692026-08-25T21:09:37.824Z[ recovery-image] Aug 25 21:09:37.207 INFO O| Aug 25 21:09:37.207 INFO STEP 848 (remove_files) COMPLETE
78702026-08-25T21:09:37.824Z[ recovery-image] Aug 25 21:09:37.207 INFO O| Aug 25 21:09:37.207 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-08-25T21:09:37.833Z[ recovery-image] Aug 25 21:09:37.217 INFO O| Aug 25 21:09:37.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78722026-08-25T21:09:37.833Z[ recovery-image] Aug 25 21:09:37.217 INFO O| Aug 25 21:09:37.217 INFO STEP 849 (remove_files) COMPLETE
78732026-08-25T21:09:37.833Z[ recovery-image] Aug 25 21:09:37.217 INFO O| Aug 25 21:09:37.217 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-08-25T21:09:37.842Z[ recovery-image] Aug 25 21:09:37.226 INFO O| Aug 25 21:09:37.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78752026-08-25T21:09:37.842Z[ recovery-image] Aug 25 21:09:37.226 INFO O| Aug 25 21:09:37.226 INFO STEP 850 (remove_files) COMPLETE
78762026-08-25T21:09:37.842Z[ recovery-image] Aug 25 21:09:37.226 INFO O| Aug 25 21:09:37.226 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-08-25T21:09:37.850Z[ recovery-image] Aug 25 21:09:37.234 INFO O| Aug 25 21:09:37.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78782026-08-25T21:09:37.850Z[ recovery-image] Aug 25 21:09:37.234 INFO O| Aug 25 21:09:37.234 INFO STEP 851 (remove_files) COMPLETE
78792026-08-25T21:09:37.850Z[ recovery-image] Aug 25 21:09:37.234 INFO O| Aug 25 21:09:37.234 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-08-25T21:09:37.858Z[ recovery-image] Aug 25 21:09:37.242 INFO O| Aug 25 21:09:37.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78812026-08-25T21:09:37.858Z[ recovery-image] Aug 25 21:09:37.242 INFO O| Aug 25 21:09:37.242 INFO STEP 852 (remove_files) COMPLETE
78822026-08-25T21:09:37.858Z[ recovery-image] Aug 25 21:09:37.242 INFO O| Aug 25 21:09:37.242 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-08-25T21:09:37.867Z[ recovery-image] Aug 25 21:09:37.251 INFO O| Aug 25 21:09:37.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78842026-08-25T21:09:37.867Z[ recovery-image] Aug 25 21:09:37.251 INFO O| Aug 25 21:09:37.251 INFO STEP 853 (remove_files) COMPLETE
78852026-08-25T21:09:37.867Z[ recovery-image] Aug 25 21:09:37.251 INFO O| Aug 25 21:09:37.251 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-08-25T21:09:37.878Z[ recovery-image] Aug 25 21:09:37.260 INFO O| Aug 25 21:09:37.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78872026-08-25T21:09:37.878Z[ recovery-image] Aug 25 21:09:37.260 INFO O| Aug 25 21:09:37.260 INFO STEP 854 (remove_files) COMPLETE
78882026-08-25T21:09:37.881Z[ recovery-image] Aug 25 21:09:37.260 INFO O| Aug 25 21:09:37.260 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-08-25T21:09:37.884Z[ recovery-image] Aug 25 21:09:37.268 INFO O| Aug 25 21:09:37.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78902026-08-25T21:09:37.884Z[ recovery-image] Aug 25 21:09:37.268 INFO O| Aug 25 21:09:37.268 INFO STEP 855 (remove_files) COMPLETE
78912026-08-25T21:09:37.888Z[ recovery-image] Aug 25 21:09:37.268 INFO O| Aug 25 21:09:37.268 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-08-25T21:09:37.893Z[ recovery-image] Aug 25 21:09:37.277 INFO O| Aug 25 21:09:37.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78932026-08-25T21:09:37.893Z[ recovery-image] Aug 25 21:09:37.277 INFO O| Aug 25 21:09:37.277 INFO STEP 856 (remove_files) COMPLETE
78942026-08-25T21:09:37.893Z[ recovery-image] Aug 25 21:09:37.277 INFO O| Aug 25 21:09:37.277 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-08-25T21:09:37.903Z[ recovery-image] Aug 25 21:09:37.287 INFO O| Aug 25 21:09:37.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78962026-08-25T21:09:37.903Z[ recovery-image] Aug 25 21:09:37.287 INFO O| Aug 25 21:09:37.287 INFO STEP 857 (remove_files) COMPLETE
78972026-08-25T21:09:37.903Z[ recovery-image] Aug 25 21:09:37.287 INFO O| Aug 25 21:09:37.287 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-08-25T21:09:37.912Z[ recovery-image] Aug 25 21:09:37.296 INFO O| Aug 25 21:09:37.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78992026-08-25T21:09:37.912Z[ recovery-image] Aug 25 21:09:37.296 INFO O| Aug 25 21:09:37.296 INFO STEP 858 (remove_files) COMPLETE
79002026-08-25T21:09:37.912Z[ recovery-image] Aug 25 21:09:37.296 INFO O| Aug 25 21:09:37.296 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-08-25T21:09:37.921Z[ recovery-image] Aug 25 21:09:37.305 INFO O| Aug 25 21:09:37.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79022026-08-25T21:09:37.921Z[ recovery-image] Aug 25 21:09:37.305 INFO O| Aug 25 21:09:37.305 INFO STEP 859 (remove_files) COMPLETE
79032026-08-25T21:09:37.921Z[ recovery-image] Aug 25 21:09:37.305 INFO O| Aug 25 21:09:37.305 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-08-25T21:09:37.930Z[ recovery-image] Aug 25 21:09:37.314 INFO O| Aug 25 21:09:37.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79052026-08-25T21:09:37.930Z[ recovery-image] Aug 25 21:09:37.314 INFO O| Aug 25 21:09:37.314 INFO STEP 860 (remove_files) COMPLETE
79062026-08-25T21:09:37.930Z[ recovery-image] Aug 25 21:09:37.314 INFO O| Aug 25 21:09:37.314 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-08-25T21:09:37.939Z[ recovery-image] Aug 25 21:09:37.323 INFO O| Aug 25 21:09:37.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79082026-08-25T21:09:37.939Z[ recovery-image] Aug 25 21:09:37.323 INFO O| Aug 25 21:09:37.323 INFO STEP 861 (remove_files) COMPLETE
79092026-08-25T21:09:37.939Z[ recovery-image] Aug 25 21:09:37.323 INFO O| Aug 25 21:09:37.323 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-08-25T21:09:37.949Z[ recovery-image] Aug 25 21:09:37.333 INFO O| Aug 25 21:09:37.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79112026-08-25T21:09:37.949Z[ recovery-image] Aug 25 21:09:37.333 INFO O| Aug 25 21:09:37.333 INFO STEP 862 (remove_files) COMPLETE
79122026-08-25T21:09:37.949Z[ recovery-image] Aug 25 21:09:37.333 INFO O| Aug 25 21:09:37.333 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-08-25T21:09:37.959Z[ recovery-image] Aug 25 21:09:37.343 INFO O| Aug 25 21:09:37.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79142026-08-25T21:09:37.959Z[ recovery-image] Aug 25 21:09:37.343 INFO O| Aug 25 21:09:37.343 INFO STEP 863 (remove_files) COMPLETE
79152026-08-25T21:09:37.959Z[ recovery-image] Aug 25 21:09:37.343 INFO O| Aug 25 21:09:37.343 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-08-25T21:09:37.969Z[ recovery-image] Aug 25 21:09:37.353 INFO O| Aug 25 21:09:37.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79172026-08-25T21:09:37.969Z[ recovery-image] Aug 25 21:09:37.353 INFO O| Aug 25 21:09:37.353 INFO STEP 864 (remove_files) COMPLETE
79182026-08-25T21:09:37.969Z[ recovery-image] Aug 25 21:09:37.353 INFO O| Aug 25 21:09:37.353 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-08-25T21:09:37.979Z[ recovery-image] Aug 25 21:09:37.363 INFO O| Aug 25 21:09:37.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79202026-08-25T21:09:37.979Z[ recovery-image] Aug 25 21:09:37.363 INFO O| Aug 25 21:09:37.363 INFO STEP 865 (remove_files) COMPLETE
79212026-08-25T21:09:37.979Z[ recovery-image] Aug 25 21:09:37.363 INFO O| Aug 25 21:09:37.363 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-08-25T21:09:37.990Z[ recovery-image] Aug 25 21:09:37.373 INFO O| Aug 25 21:09:37.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79232026-08-25T21:09:37.990Z[ recovery-image] Aug 25 21:09:37.373 INFO O| Aug 25 21:09:37.373 INFO STEP 866 (remove_files) COMPLETE
79242026-08-25T21:09:37.990Z[ recovery-image] Aug 25 21:09:37.373 INFO O| Aug 25 21:09:37.373 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-08-25T21:09:37.998Z[ recovery-image] Aug 25 21:09:37.382 INFO O| Aug 25 21:09:37.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79262026-08-25T21:09:37.998Z[ recovery-image] Aug 25 21:09:37.383 INFO O| Aug 25 21:09:37.382 INFO STEP 867 (remove_files) COMPLETE
79272026-08-25T21:09:37.999Z[ recovery-image] Aug 25 21:09:37.383 INFO O| Aug 25 21:09:37.383 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-08-25T21:09:38.009Z[ recovery-image] Aug 25 21:09:37.392 INFO O| Aug 25 21:09:37.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79292026-08-25T21:09:38.009Z[ recovery-image] Aug 25 21:09:37.392 INFO O| Aug 25 21:09:37.392 INFO STEP 868 (remove_files) COMPLETE
79302026-08-25T21:09:38.009Z[ recovery-image] Aug 25 21:09:37.392 INFO O| Aug 25 21:09:37.392 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-08-25T21:09:38.018Z[ recovery-image] Aug 25 21:09:37.402 INFO O| Aug 25 21:09:37.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79322026-08-25T21:09:38.018Z[ recovery-image] Aug 25 21:09:37.402 INFO O| Aug 25 21:09:37.402 INFO STEP 869 (remove_files) COMPLETE
79332026-08-25T21:09:38.018Z[ recovery-image] Aug 25 21:09:37.402 INFO O| Aug 25 21:09:37.402 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-08-25T21:09:38.028Z[ recovery-image] Aug 25 21:09:37.412 INFO O| Aug 25 21:09:37.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79352026-08-25T21:09:38.028Z[ recovery-image] Aug 25 21:09:37.412 INFO O| Aug 25 21:09:37.412 INFO STEP 870 (remove_files) COMPLETE
79362026-08-25T21:09:38.028Z[ recovery-image] Aug 25 21:09:37.412 INFO O| Aug 25 21:09:37.412 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-08-25T21:09:38.038Z[ recovery-image] Aug 25 21:09:37.422 INFO O| Aug 25 21:09:37.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79382026-08-25T21:09:38.038Z[ recovery-image] Aug 25 21:09:37.422 INFO O| Aug 25 21:09:37.422 INFO STEP 871 (remove_files) COMPLETE
79392026-08-25T21:09:38.038Z[ recovery-image] Aug 25 21:09:37.422 INFO O| Aug 25 21:09:37.422 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-08-25T21:09:38.049Z[ recovery-image] Aug 25 21:09:37.433 INFO O| Aug 25 21:09:37.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79412026-08-25T21:09:38.049Z[ recovery-image] Aug 25 21:09:37.433 INFO O| Aug 25 21:09:37.433 INFO STEP 872 (remove_files) COMPLETE
79422026-08-25T21:09:38.049Z[ recovery-image] Aug 25 21:09:37.433 INFO O| Aug 25 21:09:37.433 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-08-25T21:09:38.059Z[ recovery-image] Aug 25 21:09:37.443 INFO O| Aug 25 21:09:37.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79442026-08-25T21:09:38.059Z[ recovery-image] Aug 25 21:09:37.443 INFO O| Aug 25 21:09:37.443 INFO STEP 873 (remove_files) COMPLETE
79452026-08-25T21:09:38.059Z[ recovery-image] Aug 25 21:09:37.443 INFO O| Aug 25 21:09:37.443 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-08-25T21:09:38.070Z[ recovery-image] Aug 25 21:09:37.454 INFO O| Aug 25 21:09:37.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79472026-08-25T21:09:38.070Z[ recovery-image] Aug 25 21:09:37.454 INFO O| Aug 25 21:09:37.454 INFO STEP 874 (remove_files) COMPLETE
79482026-08-25T21:09:38.070Z[ recovery-image] Aug 25 21:09:37.454 INFO O| Aug 25 21:09:37.454 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-08-25T21:09:38.080Z[ recovery-image] Aug 25 21:09:37.464 INFO O| Aug 25 21:09:37.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79502026-08-25T21:09:38.080Z[ recovery-image] Aug 25 21:09:37.464 INFO O| Aug 25 21:09:37.464 INFO STEP 875 (remove_files) COMPLETE
79512026-08-25T21:09:38.083Z[ recovery-image] Aug 25 21:09:37.464 INFO O| Aug 25 21:09:37.464 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-08-25T21:09:38.091Z[ recovery-image] Aug 25 21:09:37.475 INFO O| Aug 25 21:09:37.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79532026-08-25T21:09:38.091Z[ recovery-image] Aug 25 21:09:37.475 INFO O| Aug 25 21:09:37.475 INFO STEP 876 (remove_files) COMPLETE
79542026-08-25T21:09:38.091Z[ recovery-image] Aug 25 21:09:37.475 INFO O| Aug 25 21:09:37.475 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-08-25T21:09:38.101Z[ recovery-image] Aug 25 21:09:37.485 INFO O| Aug 25 21:09:37.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79562026-08-25T21:09:38.101Z[ recovery-image] Aug 25 21:09:37.485 INFO O| Aug 25 21:09:37.485 INFO STEP 877 (remove_files) COMPLETE
79572026-08-25T21:09:38.101Z[ recovery-image] Aug 25 21:09:37.485 INFO O| Aug 25 21:09:37.485 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-08-25T21:09:38.110Z[ recovery-image] Aug 25 21:09:37.494 INFO O| Aug 25 21:09:37.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79592026-08-25T21:09:38.110Z[ recovery-image] Aug 25 21:09:37.494 INFO O| Aug 25 21:09:37.494 INFO STEP 878 (remove_files) COMPLETE
79602026-08-25T21:09:38.111Z[ recovery-image] Aug 25 21:09:37.494 INFO O| Aug 25 21:09:37.494 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-08-25T21:09:38.132Z[ recovery-image] Aug 25 21:09:37.515 INFO O| Aug 25 21:09:37.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79622026-08-25T21:09:38.132Z[ recovery-image] Aug 25 21:09:37.515 INFO O| Aug 25 21:09:37.515 INFO STEP 879 (remove_files) COMPLETE
79632026-08-25T21:09:38.136Z[ recovery-image] Aug 25 21:09:37.515 INFO O| Aug 25 21:09:37.515 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-08-25T21:09:38.140Z[ recovery-image] Aug 25 21:09:37.524 INFO O| Aug 25 21:09:37.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79652026-08-25T21:09:38.140Z[ recovery-image] Aug 25 21:09:37.524 INFO O| Aug 25 21:09:37.524 INFO STEP 880 (remove_files) COMPLETE
79662026-08-25T21:09:38.147Z[ recovery-image] Aug 25 21:09:37.524 INFO O| Aug 25 21:09:37.524 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-08-25T21:09:38.150Z[ recovery-image] Aug 25 21:09:37.534 INFO O| Aug 25 21:09:37.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79682026-08-25T21:09:38.150Z[ recovery-image] Aug 25 21:09:37.534 INFO O| Aug 25 21:09:37.534 INFO STEP 881 (remove_files) COMPLETE
79692026-08-25T21:09:38.150Z[ recovery-image] Aug 25 21:09:37.534 INFO O| Aug 25 21:09:37.534 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-08-25T21:09:38.159Z[ recovery-image] Aug 25 21:09:37.543 INFO O| Aug 25 21:09:37.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79712026-08-25T21:09:38.159Z[ recovery-image] Aug 25 21:09:37.543 INFO O| Aug 25 21:09:37.543 INFO STEP 882 (remove_files) COMPLETE
79722026-08-25T21:09:38.159Z[ recovery-image] Aug 25 21:09:37.543 INFO O| Aug 25 21:09:37.543 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-08-25T21:09:38.168Z[ recovery-image] Aug 25 21:09:37.552 INFO O| Aug 25 21:09:37.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79742026-08-25T21:09:38.168Z[ recovery-image] Aug 25 21:09:37.552 INFO O| Aug 25 21:09:37.552 INFO STEP 883 (remove_files) COMPLETE
79752026-08-25T21:09:38.168Z[ recovery-image] Aug 25 21:09:37.552 INFO O| Aug 25 21:09:37.552 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-08-25T21:09:38.178Z[ recovery-image] Aug 25 21:09:37.562 INFO O| Aug 25 21:09:37.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79772026-08-25T21:09:38.178Z[ recovery-image] Aug 25 21:09:37.562 INFO O| Aug 25 21:09:37.562 INFO STEP 884 (remove_files) COMPLETE
79782026-08-25T21:09:38.178Z[ recovery-image] Aug 25 21:09:37.562 INFO O| Aug 25 21:09:37.562 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-08-25T21:09:38.187Z[ recovery-image] Aug 25 21:09:37.571 INFO O| Aug 25 21:09:37.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79802026-08-25T21:09:38.187Z[ recovery-image] Aug 25 21:09:37.571 INFO O| Aug 25 21:09:37.571 INFO STEP 885 (remove_files) COMPLETE
79812026-08-25T21:09:38.187Z[ recovery-image] Aug 25 21:09:37.571 INFO O| Aug 25 21:09:37.571 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-08-25T21:09:38.198Z[ recovery-image] Aug 25 21:09:37.581 INFO O| Aug 25 21:09:37.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79832026-08-25T21:09:38.198Z[ recovery-image] Aug 25 21:09:37.581 INFO O| Aug 25 21:09:37.581 INFO STEP 886 (remove_files) COMPLETE
79842026-08-25T21:09:38.198Z[ recovery-image] Aug 25 21:09:37.581 INFO O| Aug 25 21:09:37.581 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-08-25T21:09:38.206Z[ recovery-image] Aug 25 21:09:37.590 INFO O| Aug 25 21:09:37.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79862026-08-25T21:09:38.206Z[ recovery-image] Aug 25 21:09:37.590 INFO O| Aug 25 21:09:37.590 INFO STEP 887 (remove_files) COMPLETE
79872026-08-25T21:09:38.206Z[ recovery-image] Aug 25 21:09:37.590 INFO O| Aug 25 21:09:37.590 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-08-25T21:09:38.215Z[ recovery-image] Aug 25 21:09:37.599 INFO O| Aug 25 21:09:37.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79892026-08-25T21:09:38.216Z[ recovery-image] Aug 25 21:09:37.599 INFO O| Aug 25 21:09:37.599 INFO STEP 888 (remove_files) COMPLETE
79902026-08-25T21:09:38.216Z[ recovery-image] Aug 25 21:09:37.599 INFO O| Aug 25 21:09:37.599 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-08-25T21:09:38.224Z[ recovery-image] Aug 25 21:09:37.607 INFO O| Aug 25 21:09:37.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79922026-08-25T21:09:38.224Z[ recovery-image] Aug 25 21:09:37.608 INFO O| Aug 25 21:09:37.608 INFO STEP 889 (remove_files) COMPLETE
79932026-08-25T21:09:38.224Z[ recovery-image] Aug 25 21:09:37.608 INFO O| Aug 25 21:09:37.608 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-08-25T21:09:38.232Z[ recovery-image] Aug 25 21:09:37.616 INFO O| Aug 25 21:09:37.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79952026-08-25T21:09:38.232Z[ recovery-image] Aug 25 21:09:37.616 INFO O| Aug 25 21:09:37.616 INFO STEP 890 (remove_files) COMPLETE
79962026-08-25T21:09:38.232Z[ recovery-image] Aug 25 21:09:37.616 INFO O| Aug 25 21:09:37.616 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-08-25T21:09:38.242Z[ recovery-image] Aug 25 21:09:37.625 INFO O| Aug 25 21:09:37.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79982026-08-25T21:09:38.242Z[ recovery-image] Aug 25 21:09:37.625 INFO O| Aug 25 21:09:37.625 INFO STEP 891 (remove_files) COMPLETE
79992026-08-25T21:09:38.242Z[ recovery-image] Aug 25 21:09:37.625 INFO O| Aug 25 21:09:37.625 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-08-25T21:09:38.250Z[ recovery-image] Aug 25 21:09:37.634 INFO O| Aug 25 21:09:37.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80012026-08-25T21:09:38.250Z[ recovery-image] Aug 25 21:09:37.634 INFO O| Aug 25 21:09:37.634 INFO STEP 892 (remove_files) COMPLETE
80022026-08-25T21:09:38.250Z[ recovery-image] Aug 25 21:09:37.634 INFO O| Aug 25 21:09:37.634 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-08-25T21:09:38.258Z[ recovery-image] Aug 25 21:09:37.642 INFO O| Aug 25 21:09:37.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80042026-08-25T21:09:38.259Z[ recovery-image] Aug 25 21:09:37.642 INFO O| Aug 25 21:09:37.642 INFO STEP 893 (remove_files) COMPLETE
80052026-08-25T21:09:38.260Z[ recovery-image] Aug 25 21:09:37.642 INFO O| Aug 25 21:09:37.642 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-08-25T21:09:38.268Z[ recovery-image] Aug 25 21:09:37.652 INFO O| Aug 25 21:09:37.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80072026-08-25T21:09:38.269Z[ recovery-image] Aug 25 21:09:37.652 INFO O| Aug 25 21:09:37.652 INFO STEP 894 (remove_files) COMPLETE
80082026-08-25T21:09:38.269Z[ recovery-image] Aug 25 21:09:37.652 INFO O| Aug 25 21:09:37.652 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-08-25T21:09:38.279Z[ recovery-image] Aug 25 21:09:37.663 INFO O| Aug 25 21:09:37.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80102026-08-25T21:09:38.279Z[ recovery-image] Aug 25 21:09:37.663 INFO O| Aug 25 21:09:37.663 INFO STEP 895 (remove_files) COMPLETE
80112026-08-25T21:09:38.279Z[ recovery-image] Aug 25 21:09:37.663 INFO O| Aug 25 21:09:37.663 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-08-25T21:09:38.289Z[ recovery-image] Aug 25 21:09:37.673 INFO O| Aug 25 21:09:37.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80132026-08-25T21:09:38.289Z[ recovery-image] Aug 25 21:09:37.673 INFO O| Aug 25 21:09:37.673 INFO STEP 896 (remove_files) COMPLETE
80142026-08-25T21:09:38.289Z[ recovery-image] Aug 25 21:09:37.673 INFO O| Aug 25 21:09:37.673 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-08-25T21:09:38.299Z[ recovery-image] Aug 25 21:09:37.683 INFO O| Aug 25 21:09:37.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80162026-08-25T21:09:38.299Z[ recovery-image] Aug 25 21:09:37.683 INFO O| Aug 25 21:09:37.683 INFO STEP 897 (remove_files) COMPLETE
80172026-08-25T21:09:38.299Z[ recovery-image] Aug 25 21:09:37.683 INFO O| Aug 25 21:09:37.683 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-08-25T21:09:38.314Z[ recovery-image] Aug 25 21:09:37.692 INFO O| Aug 25 21:09:37.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80192026-08-25T21:09:38.314Z[ recovery-image] Aug 25 21:09:37.692 INFO O| Aug 25 21:09:37.692 INFO STEP 898 (remove_files) COMPLETE
80202026-08-25T21:09:38.314Z[ recovery-image] Aug 25 21:09:37.692 INFO O| Aug 25 21:09:37.692 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-08-25T21:09:38.318Z[ recovery-image] Aug 25 21:09:37.701 INFO O| Aug 25 21:09:37.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80222026-08-25T21:09:38.318Z[ recovery-image] Aug 25 21:09:37.701 INFO O| Aug 25 21:09:37.701 INFO STEP 899 (remove_files) COMPLETE
80232026-08-25T21:09:38.318Z[ recovery-image] Aug 25 21:09:37.701 INFO O| Aug 25 21:09:37.701 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-08-25T21:09:38.327Z[ recovery-image] Aug 25 21:09:37.711 INFO O| Aug 25 21:09:37.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80252026-08-25T21:09:38.327Z[ recovery-image] Aug 25 21:09:37.711 INFO O| Aug 25 21:09:37.711 INFO STEP 900 (remove_files) COMPLETE
80262026-08-25T21:09:38.331Z[ recovery-image] Aug 25 21:09:37.711 INFO O| Aug 25 21:09:37.711 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-08-25T21:09:38.337Z[ recovery-image] Aug 25 21:09:37.721 INFO O| Aug 25 21:09:37.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80282026-08-25T21:09:38.337Z[ recovery-image] Aug 25 21:09:37.721 INFO O| Aug 25 21:09:37.721 INFO STEP 901 (remove_files) COMPLETE
80292026-08-25T21:09:38.337Z[ recovery-image] Aug 25 21:09:37.721 INFO O| Aug 25 21:09:37.721 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-08-25T21:09:38.348Z[ recovery-image] Aug 25 21:09:37.731 INFO O| Aug 25 21:09:37.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80312026-08-25T21:09:38.348Z[ recovery-image] Aug 25 21:09:37.731 INFO O| Aug 25 21:09:37.731 INFO STEP 902 (remove_files) COMPLETE
80322026-08-25T21:09:38.351Z[ recovery-image] Aug 25 21:09:37.731 INFO O| Aug 25 21:09:37.731 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-08-25T21:09:38.357Z[ recovery-image] Aug 25 21:09:37.741 INFO O| Aug 25 21:09:37.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80342026-08-25T21:09:38.357Z[ recovery-image] Aug 25 21:09:37.741 INFO O| Aug 25 21:09:37.741 INFO STEP 903 (remove_files) COMPLETE
80352026-08-25T21:09:38.360Z[ recovery-image] Aug 25 21:09:37.741 INFO O| Aug 25 21:09:37.741 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-08-25T21:09:38.367Z[ recovery-image] Aug 25 21:09:37.751 INFO O| Aug 25 21:09:37.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80372026-08-25T21:09:38.367Z[ recovery-image] Aug 25 21:09:37.751 INFO O| Aug 25 21:09:37.751 INFO STEP 904 (remove_files) COMPLETE
80382026-08-25T21:09:38.367Z[ recovery-image] Aug 25 21:09:37.751 INFO O| Aug 25 21:09:37.751 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-08-25T21:09:38.376Z[ recovery-image] Aug 25 21:09:37.761 INFO O| Aug 25 21:09:37.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80402026-08-25T21:09:38.376Z[ recovery-image] Aug 25 21:09:37.761 INFO O| Aug 25 21:09:37.761 INFO STEP 905 (remove_files) COMPLETE
80412026-08-25T21:09:38.381Z[ recovery-image] Aug 25 21:09:37.761 INFO O| Aug 25 21:09:37.761 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-08-25T21:09:38.388Z[ recovery-image] Aug 25 21:09:37.771 INFO O| Aug 25 21:09:37.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80432026-08-25T21:09:38.388Z[ recovery-image] Aug 25 21:09:37.771 INFO O| Aug 25 21:09:37.771 INFO STEP 906 (remove_files) COMPLETE
80442026-08-25T21:09:38.392Z[ recovery-image] Aug 25 21:09:37.771 INFO O| Aug 25 21:09:37.771 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-08-25T21:09:38.399Z[ recovery-image] Aug 25 21:09:37.781 INFO O| Aug 25 21:09:37.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80462026-08-25T21:09:38.399Z[ recovery-image] Aug 25 21:09:37.781 INFO O| Aug 25 21:09:37.781 INFO STEP 907 (remove_files) COMPLETE
80472026-08-25T21:09:38.404Z[ recovery-image] Aug 25 21:09:37.781 INFO O| Aug 25 21:09:37.781 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-08-25T21:09:38.409Z[ recovery-image] Aug 25 21:09:37.790 INFO O| Aug 25 21:09:37.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80492026-08-25T21:09:38.409Z[ recovery-image] Aug 25 21:09:37.791 INFO O| Aug 25 21:09:37.791 INFO STEP 908 (remove_files) COMPLETE
80502026-08-25T21:09:38.409Z[ recovery-image] Aug 25 21:09:37.791 INFO O| Aug 25 21:09:37.791 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-08-25T21:09:38.420Z[ recovery-image] Aug 25 21:09:37.800 INFO O| Aug 25 21:09:37.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80522026-08-25T21:09:38.421Z[ recovery-image] Aug 25 21:09:37.800 INFO O| Aug 25 21:09:37.800 INFO STEP 909 (remove_files) COMPLETE
80532026-08-25T21:09:38.421Z[ recovery-image] Aug 25 21:09:37.800 INFO O| Aug 25 21:09:37.800 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-08-25T21:09:38.426Z[ recovery-image] Aug 25 21:09:37.810 INFO O| Aug 25 21:09:37.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80552026-08-25T21:09:38.426Z[ recovery-image] Aug 25 21:09:37.810 INFO O| Aug 25 21:09:37.810 INFO STEP 910 (remove_files) COMPLETE
80562026-08-25T21:09:38.426Z[ recovery-image] Aug 25 21:09:37.810 INFO O| Aug 25 21:09:37.810 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-08-25T21:09:38.438Z[ recovery-image] Aug 25 21:09:37.821 INFO O| Aug 25 21:09:37.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80582026-08-25T21:09:38.438Z[ recovery-image] Aug 25 21:09:37.821 INFO O| Aug 25 21:09:37.821 INFO STEP 911 (remove_files) COMPLETE
80592026-08-25T21:09:38.441Z[ recovery-image] Aug 25 21:09:37.821 INFO O| Aug 25 21:09:37.821 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-08-25T21:09:38.441Z[verify-libraries] Compiling samael v0.0.19
80612026-08-25T21:09:38.448Z[ recovery-image] Aug 25 21:09:37.832 INFO O| Aug 25 21:09:37.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80622026-08-25T21:09:38.449Z[ recovery-image] Aug 25 21:09:37.832 INFO O| Aug 25 21:09:37.832 INFO STEP 912 (remove_files) COMPLETE
80632026-08-25T21:09:38.453Z[ recovery-image] Aug 25 21:09:37.832 INFO O| Aug 25 21:09:37.832 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-08-25T21:09:38.463Z[ recovery-image] Aug 25 21:09:37.845 INFO O| Aug 25 21:09:37.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80652026-08-25T21:09:38.463Z[ recovery-image] Aug 25 21:09:37.845 INFO O| Aug 25 21:09:37.845 INFO STEP 913 (remove_files) COMPLETE
80662026-08-25T21:09:38.469Z[ recovery-image] Aug 25 21:09:37.845 INFO O| Aug 25 21:09:37.845 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-08-25T21:09:38.474Z[ recovery-image] Aug 25 21:09:37.855 INFO O| Aug 25 21:09:37.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80682026-08-25T21:09:38.474Z[ recovery-image] Aug 25 21:09:37.855 INFO O| Aug 25 21:09:37.855 INFO STEP 914 (remove_files) COMPLETE
80692026-08-25T21:09:38.474Z[ recovery-image] Aug 25 21:09:37.855 INFO O| Aug 25 21:09:37.855 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-08-25T21:09:38.481Z[ recovery-image] Aug 25 21:09:37.865 INFO O| Aug 25 21:09:37.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80712026-08-25T21:09:38.481Z[ recovery-image] Aug 25 21:09:37.865 INFO O| Aug 25 21:09:37.865 INFO STEP 915 (remove_files) COMPLETE
80722026-08-25T21:09:38.485Z[ recovery-image] Aug 25 21:09:37.865 INFO O| Aug 25 21:09:37.865 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-08-25T21:09:38.504Z[ recovery-image] Aug 25 21:09:37.881 INFO O| Aug 25 21:09:37.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80742026-08-25T21:09:38.505Z[ recovery-image] Aug 25 21:09:37.881 INFO O| Aug 25 21:09:37.881 INFO STEP 916 (remove_files) COMPLETE
80752026-08-25T21:09:38.505Z[ recovery-image] Aug 25 21:09:37.881 INFO O| Aug 25 21:09:37.881 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-08-25T21:09:38.510Z[ recovery-image] Aug 25 21:09:37.894 INFO O| Aug 25 21:09:37.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80772026-08-25T21:09:38.510Z[ recovery-image] Aug 25 21:09:37.894 INFO O| Aug 25 21:09:37.894 INFO STEP 917 (remove_files) COMPLETE
80782026-08-25T21:09:38.517Z[ recovery-image] Aug 25 21:09:37.894 INFO O| Aug 25 21:09:37.894 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-25T21:09:38.533Z[ recovery-image] Aug 25 21:09:37.916 INFO O| Aug 25 21:09:37.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80802026-08-25T21:09:38.533Z[ recovery-image] Aug 25 21:09:37.916 INFO O| Aug 25 21:09:37.916 INFO STEP 918 (remove_files) COMPLETE
80812026-08-25T21:09:38.533Z[ recovery-image] Aug 25 21:09:37.916 INFO O| Aug 25 21:09:37.916 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-25T21:09:38.543Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
80832026-08-25T21:09:38.547Z[ recovery-image] Aug 25 21:09:37.927 INFO O| Aug 25 21:09:37.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80842026-08-25T21:09:38.547Z[ recovery-image] Aug 25 21:09:37.927 INFO O| Aug 25 21:09:37.927 INFO STEP 919 (remove_files) COMPLETE
80852026-08-25T21:09:38.547Z[ recovery-image] Aug 25 21:09:37.927 INFO O| Aug 25 21:09:37.927 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-08-25T21:09:38.594Z[ recovery-image] Aug 25 21:09:37.977 INFO O| Aug 25 21:09:37.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80872026-08-25T21:09:38.594Z[ recovery-image] Aug 25 21:09:37.977 INFO O| Aug 25 21:09:37.977 INFO STEP 920 (remove_files) COMPLETE
80882026-08-25T21:09:38.594Z[ recovery-image] Aug 25 21:09:37.977 INFO O| Aug 25 21:09:37.977 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-08-25T21:09:38.628Z[ recovery-image] Aug 25 21:09:38.012 INFO O| Aug 25 21:09:38.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80902026-08-25T21:09:38.628Z[ recovery-image] Aug 25 21:09:38.012 INFO O| Aug 25 21:09:38.012 INFO STEP 921 (remove_files) COMPLETE
80912026-08-25T21:09:38.628Z[ recovery-image] Aug 25 21:09:38.012 INFO O| Aug 25 21:09:38.012 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-08-25T21:09:38.639Z[ recovery-image] Aug 25 21:09:38.022 INFO O| Aug 25 21:09:38.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80932026-08-25T21:09:38.639Z[ recovery-image] Aug 25 21:09:38.022 INFO O| Aug 25 21:09:38.022 INFO STEP 922 (remove_files) COMPLETE
80942026-08-25T21:09:38.639Z[ recovery-image] Aug 25 21:09:38.022 INFO O| Aug 25 21:09:38.022 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-08-25T21:09:38.648Z[ recovery-image] Aug 25 21:09:38.032 INFO O| Aug 25 21:09:38.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80962026-08-25T21:09:38.648Z[ recovery-image] Aug 25 21:09:38.032 INFO O| Aug 25 21:09:38.032 INFO STEP 923 (remove_files) COMPLETE
80972026-08-25T21:09:38.648Z[ recovery-image] Aug 25 21:09:38.032 INFO O| Aug 25 21:09:38.032 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-08-25T21:09:38.659Z[ recovery-image] Aug 25 21:09:38.042 INFO O| Aug 25 21:09:38.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80992026-08-25T21:09:38.659Z[ recovery-image] Aug 25 21:09:38.042 INFO O| Aug 25 21:09:38.042 INFO STEP 924 (remove_files) COMPLETE
81002026-08-25T21:09:38.662Z[ recovery-image] Aug 25 21:09:38.042 INFO O| Aug 25 21:09:38.042 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-08-25T21:09:38.668Z[ recovery-image] Aug 25 21:09:38.052 INFO O| Aug 25 21:09:38.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81022026-08-25T21:09:38.668Z[ recovery-image] Aug 25 21:09:38.052 INFO O| Aug 25 21:09:38.052 INFO STEP 925 (remove_files) COMPLETE
81032026-08-25T21:09:38.671Z[ recovery-image] Aug 25 21:09:38.052 INFO O| Aug 25 21:09:38.052 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-08-25T21:09:38.678Z[ recovery-image] Aug 25 21:09:38.062 INFO O| Aug 25 21:09:38.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81052026-08-25T21:09:38.678Z[ recovery-image] Aug 25 21:09:38.062 INFO O| Aug 25 21:09:38.062 INFO STEP 926 (remove_files) COMPLETE
81062026-08-25T21:09:38.678Z[ recovery-image] Aug 25 21:09:38.062 INFO O| Aug 25 21:09:38.062 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-08-25T21:09:38.694Z[ recovery-image] Aug 25 21:09:38.071 INFO O| Aug 25 21:09:38.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81082026-08-25T21:09:38.694Z[ recovery-image] Aug 25 21:09:38.071 INFO O| Aug 25 21:09:38.071 INFO STEP 927 (remove_files) COMPLETE
81092026-08-25T21:09:38.694Z[ recovery-image] Aug 25 21:09:38.071 INFO O| Aug 25 21:09:38.071 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-08-25T21:09:38.699Z[ recovery-image] Aug 25 21:09:38.082 INFO O| Aug 25 21:09:38.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81112026-08-25T21:09:38.699Z[ recovery-image] Aug 25 21:09:38.082 INFO O| Aug 25 21:09:38.082 INFO STEP 928 (remove_files) COMPLETE
81122026-08-25T21:09:38.699Z[ recovery-image] Aug 25 21:09:38.082 INFO O| Aug 25 21:09:38.082 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-08-25T21:09:38.708Z[ recovery-image] Aug 25 21:09:38.092 INFO O| Aug 25 21:09:38.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81142026-08-25T21:09:38.708Z[ recovery-image] Aug 25 21:09:38.092 INFO O| Aug 25 21:09:38.092 INFO STEP 929 (remove_files) COMPLETE
81152026-08-25T21:09:38.709Z[ recovery-image] Aug 25 21:09:38.092 INFO O| Aug 25 21:09:38.092 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-08-25T21:09:38.719Z[ recovery-image] Aug 25 21:09:38.102 INFO O| Aug 25 21:09:38.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81172026-08-25T21:09:38.724Z[ recovery-image] Aug 25 21:09:38.102 INFO O| Aug 25 21:09:38.102 INFO STEP 930 (remove_files) COMPLETE
81182026-08-25T21:09:38.724Z[ recovery-image] Aug 25 21:09:38.102 INFO O| Aug 25 21:09:38.102 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-08-25T21:09:38.733Z[ recovery-image] Aug 25 21:09:38.113 INFO O| Aug 25 21:09:38.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81202026-08-25T21:09:38.733Z[ recovery-image] Aug 25 21:09:38.113 INFO O| Aug 25 21:09:38.113 INFO STEP 931 (remove_files) COMPLETE
81212026-08-25T21:09:38.733Z[ recovery-image] Aug 25 21:09:38.113 INFO O| Aug 25 21:09:38.113 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-08-25T21:09:38.739Z[ recovery-image] Aug 25 21:09:38.123 INFO O| Aug 25 21:09:38.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81232026-08-25T21:09:38.739Z[ recovery-image] Aug 25 21:09:38.123 INFO O| Aug 25 21:09:38.123 INFO STEP 932 (remove_files) COMPLETE
81242026-08-25T21:09:38.739Z[ recovery-image] Aug 25 21:09:38.123 INFO O| Aug 25 21:09:38.123 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-08-25T21:09:38.749Z[ recovery-image] Aug 25 21:09:38.132 INFO O| Aug 25 21:09:38.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81262026-08-25T21:09:38.749Z[ recovery-image] Aug 25 21:09:38.132 INFO O| Aug 25 21:09:38.132 INFO STEP 933 (remove_files) COMPLETE
81272026-08-25T21:09:38.749Z[ recovery-image] Aug 25 21:09:38.132 INFO O| Aug 25 21:09:38.132 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-08-25T21:09:38.759Z[ recovery-image] Aug 25 21:09:38.142 INFO O| Aug 25 21:09:38.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81292026-08-25T21:09:38.762Z[ recovery-image] Aug 25 21:09:38.143 INFO O| Aug 25 21:09:38.143 INFO STEP 934 (remove_files) COMPLETE
81302026-08-25T21:09:38.762Z[ recovery-image] Aug 25 21:09:38.143 INFO O| Aug 25 21:09:38.143 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-08-25T21:09:38.768Z[ recovery-image] Aug 25 21:09:38.153 INFO O| Aug 25 21:09:38.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81322026-08-25T21:09:38.772Z[ recovery-image] Aug 25 21:09:38.153 INFO O| Aug 25 21:09:38.153 INFO STEP 935 (remove_files) COMPLETE
81332026-08-25T21:09:38.772Z[ recovery-image] Aug 25 21:09:38.153 INFO O| Aug 25 21:09:38.153 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-08-25T21:09:38.779Z[ recovery-image] Aug 25 21:09:38.162 INFO O| Aug 25 21:09:38.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81352026-08-25T21:09:38.779Z[ recovery-image] Aug 25 21:09:38.162 INFO O| Aug 25 21:09:38.162 INFO STEP 936 (remove_files) COMPLETE
81362026-08-25T21:09:38.779Z[ recovery-image] Aug 25 21:09:38.162 INFO O| Aug 25 21:09:38.162 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-08-25T21:09:38.788Z[ recovery-image] Aug 25 21:09:38.172 INFO O| Aug 25 21:09:38.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81382026-08-25T21:09:38.845Z[ recovery-image] Aug 25 21:09:38.173 INFO O| Aug 25 21:09:38.173 INFO STEP 937 (remove_files) COMPLETE
81392026-08-25T21:09:38.846Z[ recovery-image] Aug 25 21:09:38.173 INFO O| Aug 25 21:09:38.173 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-08-25T21:09:38.846Z[ recovery-image] Aug 25 21:09:38.182 INFO O| Aug 25 21:09:38.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81412026-08-25T21:09:38.846Z[ recovery-image] Aug 25 21:09:38.182 INFO O| Aug 25 21:09:38.182 INFO STEP 938 (remove_files) COMPLETE
81422026-08-25T21:09:38.846Z[ recovery-image] Aug 25 21:09:38.182 INFO O| Aug 25 21:09:38.182 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-08-25T21:09:38.846Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
81442026-08-25T21:09:38.846Z[ recovery-image] Aug 25 21:09:38.192 INFO O| Aug 25 21:09:38.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81452026-08-25T21:09:38.846Z[ recovery-image] Aug 25 21:09:38.192 INFO O| Aug 25 21:09:38.192 INFO STEP 939 (remove_files) COMPLETE
81462026-08-25T21:09:38.849Z[ recovery-image] Aug 25 21:09:38.192 INFO O| Aug 25 21:09:38.192 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-08-25T21:09:38.849Z[ recovery-image] Aug 25 21:09:38.201 INFO O| Aug 25 21:09:38.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81482026-08-25T21:09:38.849Z[ recovery-image] Aug 25 21:09:38.201 INFO O| Aug 25 21:09:38.201 INFO STEP 940 (remove_files) COMPLETE
81492026-08-25T21:09:38.849Z[ recovery-image] Aug 25 21:09:38.201 INFO O| Aug 25 21:09:38.201 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-08-25T21:09:38.849Z[ recovery-image] Aug 25 21:09:38.211 INFO O| Aug 25 21:09:38.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81512026-08-25T21:09:38.849Z[ recovery-image] Aug 25 21:09:38.211 INFO O| Aug 25 21:09:38.211 INFO STEP 941 (remove_files) COMPLETE
81522026-08-25T21:09:38.850Z[ recovery-image] Aug 25 21:09:38.211 INFO O| Aug 25 21:09:38.211 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-08-25T21:09:38.850Z[ recovery-image] Aug 25 21:09:38.222 INFO O| Aug 25 21:09:38.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81542026-08-25T21:09:38.850Z[ recovery-image] Aug 25 21:09:38.222 INFO O| Aug 25 21:09:38.222 INFO STEP 942 (remove_files) COMPLETE
81552026-08-25T21:09:38.850Z[ recovery-image] Aug 25 21:09:38.222 INFO O| Aug 25 21:09:38.222 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-08-25T21:09:38.857Z[ recovery-image] Aug 25 21:09:38.233 INFO O| Aug 25 21:09:38.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81572026-08-25T21:09:38.857Z[ recovery-image] Aug 25 21:09:38.233 INFO O| Aug 25 21:09:38.233 INFO STEP 943 (remove_files) COMPLETE
81582026-08-25T21:09:38.857Z[ recovery-image] Aug 25 21:09:38.233 INFO O| Aug 25 21:09:38.233 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-08-25T21:09:38.861Z[ recovery-image] Aug 25 21:09:38.244 INFO O| Aug 25 21:09:38.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81602026-08-25T21:09:38.861Z[ recovery-image] Aug 25 21:09:38.244 INFO O| Aug 25 21:09:38.244 INFO STEP 944 (remove_files) COMPLETE
81612026-08-25T21:09:38.861Z[ recovery-image] Aug 25 21:09:38.244 INFO O| Aug 25 21:09:38.244 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-08-25T21:09:38.871Z[ recovery-image] Aug 25 21:09:38.254 INFO O| Aug 25 21:09:38.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81632026-08-25T21:09:38.871Z[ recovery-image] Aug 25 21:09:38.254 INFO O| Aug 25 21:09:38.254 INFO STEP 945 (remove_files) COMPLETE
81642026-08-25T21:09:38.871Z[ recovery-image] Aug 25 21:09:38.254 INFO O| Aug 25 21:09:38.254 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-08-25T21:09:38.894Z[ recovery-image] Aug 25 21:09:38.264 INFO O| Aug 25 21:09:38.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81662026-08-25T21:09:38.894Z[ recovery-image] Aug 25 21:09:38.264 INFO O| Aug 25 21:09:38.264 INFO STEP 946 (remove_files) COMPLETE
81672026-08-25T21:09:38.894Z[ recovery-image] Aug 25 21:09:38.264 INFO O| Aug 25 21:09:38.264 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-08-25T21:09:38.894Z[ recovery-image] Aug 25 21:09:38.274 INFO O| Aug 25 21:09:38.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81692026-08-25T21:09:38.894Z[ recovery-image] Aug 25 21:09:38.274 INFO O| Aug 25 21:09:38.274 INFO STEP 947 (remove_files) COMPLETE
81702026-08-25T21:09:38.894Z[ recovery-image] Aug 25 21:09:38.274 INFO O| Aug 25 21:09:38.274 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-08-25T21:09:38.902Z[ recovery-image] Aug 25 21:09:38.283 INFO O| Aug 25 21:09:38.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81722026-08-25T21:09:38.902Z[ recovery-image] Aug 25 21:09:38.283 INFO O| Aug 25 21:09:38.283 INFO STEP 948 (remove_files) COMPLETE
81732026-08-25T21:09:38.902Z[ recovery-image] Aug 25 21:09:38.283 INFO O| Aug 25 21:09:38.283 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-08-25T21:09:38.908Z[ recovery-image] Aug 25 21:09:38.292 INFO O| Aug 25 21:09:38.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81752026-08-25T21:09:38.908Z[ recovery-image] Aug 25 21:09:38.292 INFO O| Aug 25 21:09:38.292 INFO STEP 949 (remove_files) COMPLETE
81762026-08-25T21:09:38.908Z[ recovery-image] Aug 25 21:09:38.292 INFO O| Aug 25 21:09:38.292 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-08-25T21:09:38.920Z[ recovery-image] Aug 25 21:09:38.301 INFO O| Aug 25 21:09:38.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81782026-08-25T21:09:38.920Z[ recovery-image] Aug 25 21:09:38.301 INFO O| Aug 25 21:09:38.301 INFO STEP 950 (remove_files) COMPLETE
81792026-08-25T21:09:38.921Z[ recovery-image] Aug 25 21:09:38.301 INFO O| Aug 25 21:09:38.301 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-08-25T21:09:38.926Z[ recovery-image] Aug 25 21:09:38.310 INFO O| Aug 25 21:09:38.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81812026-08-25T21:09:38.926Z[ recovery-image] Aug 25 21:09:38.310 INFO O| Aug 25 21:09:38.310 INFO STEP 951 (remove_files) COMPLETE
81822026-08-25T21:09:38.927Z[ recovery-image] Aug 25 21:09:38.310 INFO O| Aug 25 21:09:38.310 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-08-25T21:09:38.936Z[ recovery-image] Aug 25 21:09:38.319 INFO O| Aug 25 21:09:38.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81842026-08-25T21:09:38.936Z[ recovery-image] Aug 25 21:09:38.319 INFO O| Aug 25 21:09:38.319 INFO STEP 952 (remove_files) COMPLETE
81852026-08-25T21:09:38.936Z[ recovery-image] Aug 25 21:09:38.319 INFO O| Aug 25 21:09:38.319 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-25T21:09:38.945Z[ recovery-image] Aug 25 21:09:38.329 INFO O| Aug 25 21:09:38.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81872026-08-25T21:09:38.945Z[ recovery-image] Aug 25 21:09:38.329 INFO O| Aug 25 21:09:38.329 INFO STEP 953 (remove_files) COMPLETE
81882026-08-25T21:09:38.945Z[ recovery-image] Aug 25 21:09:38.329 INFO O| Aug 25 21:09:38.329 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-25T21:09:38.955Z[ recovery-image] Aug 25 21:09:38.339 INFO O| Aug 25 21:09:38.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81902026-08-25T21:09:38.955Z[ recovery-image] Aug 25 21:09:38.339 INFO O| Aug 25 21:09:38.339 INFO STEP 954 (remove_files) COMPLETE
81912026-08-25T21:09:38.960Z[ recovery-image] Aug 25 21:09:38.339 INFO O| Aug 25 21:09:38.339 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-25T21:09:38.966Z[ recovery-image] Aug 25 21:09:38.349 INFO O| Aug 25 21:09:38.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81932026-08-25T21:09:38.966Z[ recovery-image] Aug 25 21:09:38.349 INFO O| Aug 25 21:09:38.349 INFO STEP 955 (remove_files) COMPLETE
81942026-08-25T21:09:38.966Z[ recovery-image] Aug 25 21:09:38.349 INFO O| Aug 25 21:09:38.349 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-25T21:09:38.980Z[ recovery-image] Aug 25 21:09:38.358 INFO O| Aug 25 21:09:38.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81962026-08-25T21:09:38.980Z[ recovery-image] Aug 25 21:09:38.358 INFO O| Aug 25 21:09:38.358 INFO STEP 956 (remove_files) COMPLETE
81972026-08-25T21:09:38.980Z[ recovery-image] Aug 25 21:09:38.358 INFO O| Aug 25 21:09:38.358 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-25T21:09:38.987Z[ recovery-image] Aug 25 21:09:38.366 INFO O| Aug 25 21:09:38.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81992026-08-25T21:09:38.987Z[ recovery-image] Aug 25 21:09:38.366 INFO O| Aug 25 21:09:38.366 INFO STEP 957 (remove_files) COMPLETE
82002026-08-25T21:09:38.987Z[ recovery-image] Aug 25 21:09:38.366 INFO O| Aug 25 21:09:38.366 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-08-25T21:09:38.996Z[ recovery-image] Aug 25 21:09:38.375 INFO O| Aug 25 21:09:38.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82022026-08-25T21:09:38.996Z[ recovery-image] Aug 25 21:09:38.375 INFO O| Aug 25 21:09:38.375 INFO STEP 958 (remove_files) COMPLETE
82032026-08-25T21:09:38.996Z[ recovery-image] Aug 25 21:09:38.375 INFO O| Aug 25 21:09:38.375 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-08-25T21:09:39.002Z[ recovery-image] Aug 25 21:09:38.384 INFO O| Aug 25 21:09:38.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82052026-08-25T21:09:39.002Z[ recovery-image] Aug 25 21:09:38.384 INFO O| Aug 25 21:09:38.384 INFO STEP 959 (remove_files) COMPLETE
82062026-08-25T21:09:39.006Z[ recovery-image] Aug 25 21:09:38.384 INFO O| Aug 25 21:09:38.384 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-08-25T21:09:39.011Z[ recovery-image] Aug 25 21:09:38.395 INFO O| Aug 25 21:09:38.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82082026-08-25T21:09:39.011Z[ recovery-image] Aug 25 21:09:38.395 INFO O| Aug 25 21:09:38.395 INFO STEP 960 (remove_files) COMPLETE
82092026-08-25T21:09:39.011Z[ recovery-image] Aug 25 21:09:38.395 INFO O| Aug 25 21:09:38.395 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-08-25T21:09:39.020Z[ recovery-image] Aug 25 21:09:38.405 INFO O| Aug 25 21:09:38.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82112026-08-25T21:09:39.020Z[ recovery-image] Aug 25 21:09:38.405 INFO O| Aug 25 21:09:38.405 INFO STEP 961 (remove_files) COMPLETE
82122026-08-25T21:09:39.021Z[ recovery-image] Aug 25 21:09:38.405 INFO O| Aug 25 21:09:38.405 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-08-25T21:09:39.030Z[ recovery-image] Aug 25 21:09:38.414 INFO O| Aug 25 21:09:38.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82142026-08-25T21:09:39.030Z[ recovery-image] Aug 25 21:09:38.414 INFO O| Aug 25 21:09:38.414 INFO STEP 962 (remove_files) COMPLETE
82152026-08-25T21:09:39.036Z[ recovery-image] Aug 25 21:09:38.414 INFO O| Aug 25 21:09:38.414 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-08-25T21:09:39.046Z[ recovery-image] Aug 25 21:09:38.425 INFO O| Aug 25 21:09:38.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82172026-08-25T21:09:39.046Z[ recovery-image] Aug 25 21:09:38.425 INFO O| Aug 25 21:09:38.425 INFO STEP 963 (remove_files) COMPLETE
82182026-08-25T21:09:39.046Z[ recovery-image] Aug 25 21:09:38.425 INFO O| Aug 25 21:09:38.425 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-08-25T21:09:39.049Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
82202026-08-25T21:09:39.054Z[ recovery-image] Aug 25 21:09:38.434 INFO O| Aug 25 21:09:38.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82212026-08-25T21:09:39.054Z[ recovery-image] Aug 25 21:09:38.434 INFO O| Aug 25 21:09:38.434 INFO STEP 964 (remove_files) COMPLETE
82222026-08-25T21:09:39.054Z[ recovery-image] Aug 25 21:09:38.434 INFO O| Aug 25 21:09:38.434 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-08-25T21:09:39.063Z[ recovery-image] Aug 25 21:09:38.446 INFO O| Aug 25 21:09:38.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82242026-08-25T21:09:39.063Z[ recovery-image] Aug 25 21:09:38.446 INFO O| Aug 25 21:09:38.446 INFO STEP 965 (remove_files) COMPLETE
82252026-08-25T21:09:39.063Z[ recovery-image] Aug 25 21:09:38.446 INFO O| Aug 25 21:09:38.446 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-08-25T21:09:39.072Z[ recovery-image] Aug 25 21:09:38.456 INFO O| Aug 25 21:09:38.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82272026-08-25T21:09:39.072Z[ recovery-image] Aug 25 21:09:38.456 INFO O| Aug 25 21:09:38.456 INFO STEP 966 (remove_files) COMPLETE
82282026-08-25T21:09:39.076Z[ recovery-image] Aug 25 21:09:38.456 INFO O| Aug 25 21:09:38.456 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-08-25T21:09:39.081Z[ recovery-image] Aug 25 21:09:38.465 INFO O| Aug 25 21:09:38.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82302026-08-25T21:09:39.081Z[ recovery-image] Aug 25 21:09:38.466 INFO O| Aug 25 21:09:38.465 INFO STEP 967 (remove_files) COMPLETE
82312026-08-25T21:09:39.081Z[ recovery-image] Aug 25 21:09:38.466 INFO O| Aug 25 21:09:38.466 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-08-25T21:09:39.092Z[ recovery-image] Aug 25 21:09:38.474 INFO O| Aug 25 21:09:38.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82332026-08-25T21:09:39.092Z[ recovery-image] Aug 25 21:09:38.474 INFO O| Aug 25 21:09:38.474 INFO STEP 968 (remove_files) COMPLETE
82342026-08-25T21:09:39.093Z[ recovery-image] Aug 25 21:09:38.474 INFO O| Aug 25 21:09:38.474 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-08-25T21:09:39.114Z[ recovery-image] Aug 25 21:09:38.483 INFO O| Aug 25 21:09:38.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82362026-08-25T21:09:39.114Z[ recovery-image] Aug 25 21:09:38.483 INFO O| Aug 25 21:09:38.483 INFO STEP 969 (remove_files) COMPLETE
82372026-08-25T21:09:39.114Z[ recovery-image] Aug 25 21:09:38.483 INFO O| Aug 25 21:09:38.483 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-08-25T21:09:39.119Z[ recovery-image] Aug 25 21:09:38.491 INFO O| Aug 25 21:09:38.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82392026-08-25T21:09:39.120Z[ recovery-image] Aug 25 21:09:38.492 INFO O| Aug 25 21:09:38.492 INFO STEP 970 (remove_files) COMPLETE
82402026-08-25T21:09:39.120Z[ recovery-image] Aug 25 21:09:38.492 INFO O| Aug 25 21:09:38.492 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-25T21:09:39.120Z[ recovery-image] Aug 25 21:09:38.500 INFO O| Aug 25 21:09:38.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82422026-08-25T21:09:39.120Z[ recovery-image] Aug 25 21:09:38.500 INFO O| Aug 25 21:09:38.500 INFO STEP 971 (remove_files) COMPLETE
82432026-08-25T21:09:39.120Z[ recovery-image] Aug 25 21:09:38.500 INFO O| Aug 25 21:09:38.500 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-25T21:09:39.126Z[ recovery-image] Aug 25 21:09:38.510 INFO O| Aug 25 21:09:38.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82452026-08-25T21:09:39.127Z[ recovery-image] Aug 25 21:09:38.510 INFO O| Aug 25 21:09:38.510 INFO STEP 972 (remove_files) COMPLETE
82462026-08-25T21:09:39.130Z[ recovery-image] Aug 25 21:09:38.510 INFO O| Aug 25 21:09:38.510 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-25T21:09:39.140Z[ recovery-image] Aug 25 21:09:38.519 INFO O| Aug 25 21:09:38.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82482026-08-25T21:09:39.140Z[ recovery-image] Aug 25 21:09:38.519 INFO O| Aug 25 21:09:38.519 INFO STEP 973 (remove_files) COMPLETE
82492026-08-25T21:09:39.140Z[ recovery-image] Aug 25 21:09:38.519 INFO O| Aug 25 21:09:38.519 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-25T21:09:39.153Z[ recovery-image] Aug 25 21:09:38.527 INFO O| Aug 25 21:09:38.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82512026-08-25T21:09:39.153Z[ recovery-image] Aug 25 21:09:38.527 INFO O| Aug 25 21:09:38.527 INFO STEP 974 (remove_files) COMPLETE
82522026-08-25T21:09:39.153Z[ recovery-image] Aug 25 21:09:38.527 INFO O| Aug 25 21:09:38.527 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-25T21:09:39.154Z[ recovery-image] Aug 25 21:09:38.536 INFO O| Aug 25 21:09:38.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82542026-08-25T21:09:39.154Z[ recovery-image] Aug 25 21:09:38.536 INFO O| Aug 25 21:09:38.536 INFO STEP 975 (remove_files) COMPLETE
82552026-08-25T21:09:39.154Z[ recovery-image] Aug 25 21:09:38.536 INFO O| Aug 25 21:09:38.536 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-25T21:09:39.163Z[ recovery-image] Aug 25 21:09:38.545 INFO O| Aug 25 21:09:38.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82572026-08-25T21:09:39.163Z[ recovery-image] Aug 25 21:09:38.545 INFO O| Aug 25 21:09:38.545 INFO STEP 976 (remove_files) COMPLETE
82582026-08-25T21:09:39.163Z[ recovery-image] Aug 25 21:09:38.545 INFO O| Aug 25 21:09:38.545 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-25T21:09:39.172Z[ recovery-image] Aug 25 21:09:38.555 INFO O| Aug 25 21:09:38.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82602026-08-25T21:09:39.172Z[ recovery-image] Aug 25 21:09:38.555 INFO O| Aug 25 21:09:38.555 INFO STEP 977 (remove_files) COMPLETE
82612026-08-25T21:09:39.172Z[ recovery-image] Aug 25 21:09:38.555 INFO O| Aug 25 21:09:38.555 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-25T21:09:39.183Z[ recovery-image] Aug 25 21:09:38.564 INFO O| Aug 25 21:09:38.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82632026-08-25T21:09:39.183Z[ recovery-image] Aug 25 21:09:38.565 INFO O| Aug 25 21:09:38.565 INFO STEP 978 (remove_files) COMPLETE
82642026-08-25T21:09:39.183Z[ recovery-image] Aug 25 21:09:38.565 INFO O| Aug 25 21:09:38.565 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-25T21:09:39.196Z[ recovery-image] Aug 25 21:09:38.575 INFO O| Aug 25 21:09:38.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82662026-08-25T21:09:39.196Z[ recovery-image] Aug 25 21:09:38.575 INFO O| Aug 25 21:09:38.575 INFO STEP 979 (remove_files) COMPLETE
82672026-08-25T21:09:39.196Z[ recovery-image] Aug 25 21:09:38.575 INFO O| Aug 25 21:09:38.575 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-25T21:09:39.201Z[ recovery-image] Aug 25 21:09:38.584 INFO O| Aug 25 21:09:38.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82692026-08-25T21:09:39.201Z[ recovery-image] Aug 25 21:09:38.584 INFO O| Aug 25 21:09:38.584 INFO STEP 980 (remove_files) COMPLETE
82702026-08-25T21:09:39.201Z[ recovery-image] Aug 25 21:09:38.584 INFO O| Aug 25 21:09:38.584 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-25T21:09:39.210Z[ recovery-image] Aug 25 21:09:38.594 INFO O| Aug 25 21:09:38.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82722026-08-25T21:09:39.215Z[ recovery-image] Aug 25 21:09:38.595 INFO O| Aug 25 21:09:38.595 INFO STEP 981 (remove_files) COMPLETE
82732026-08-25T21:09:39.215Z[ recovery-image] Aug 25 21:09:38.595 INFO O| Aug 25 21:09:38.595 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-25T21:09:39.235Z[ recovery-image] Aug 25 21:09:38.605 INFO O| Aug 25 21:09:38.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82752026-08-25T21:09:39.235Z[ recovery-image] Aug 25 21:09:38.605 INFO O| Aug 25 21:09:38.605 INFO STEP 982 (remove_files) COMPLETE
82762026-08-25T21:09:39.235Z[ recovery-image] Aug 25 21:09:38.605 INFO O| Aug 25 21:09:38.605 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-25T21:09:39.240Z[ recovery-image] Aug 25 21:09:38.614 INFO O| Aug 25 21:09:38.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82782026-08-25T21:09:39.240Z[ recovery-image] Aug 25 21:09:38.614 INFO O| Aug 25 21:09:38.614 INFO STEP 983 (remove_files) COMPLETE
82792026-08-25T21:09:39.240Z[ recovery-image] Aug 25 21:09:38.614 INFO O| Aug 25 21:09:38.614 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-25T21:09:39.253Z[ recovery-image] Aug 25 21:09:38.625 INFO O| Aug 25 21:09:38.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82812026-08-25T21:09:39.253Z[ recovery-image] Aug 25 21:09:38.625 INFO O| Aug 25 21:09:38.625 INFO STEP 984 (remove_files) COMPLETE
82822026-08-25T21:09:39.253Z[ recovery-image] Aug 25 21:09:38.625 INFO O| Aug 25 21:09:38.625 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-25T21:09:39.269Z[ recovery-image] Aug 25 21:09:38.636 INFO O| Aug 25 21:09:38.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82842026-08-25T21:09:39.269Z[ recovery-image] Aug 25 21:09:38.636 INFO O| Aug 25 21:09:38.636 INFO STEP 985 (remove_files) COMPLETE
82852026-08-25T21:09:39.269Z[ recovery-image] Aug 25 21:09:38.636 INFO O| Aug 25 21:09:38.636 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-25T21:09:39.269Z[ recovery-image] Aug 25 21:09:38.646 INFO O| Aug 25 21:09:38.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82872026-08-25T21:09:39.269Z[ recovery-image] Aug 25 21:09:38.646 INFO O| Aug 25 21:09:38.646 INFO STEP 986 (remove_files) COMPLETE
82882026-08-25T21:09:39.269Z[ recovery-image] Aug 25 21:09:38.646 INFO O| Aug 25 21:09:38.646 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-25T21:09:39.277Z[ recovery-image] Aug 25 21:09:38.656 INFO O| Aug 25 21:09:38.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82902026-08-25T21:09:39.277Z[ recovery-image] Aug 25 21:09:38.656 INFO O| Aug 25 21:09:38.656 INFO STEP 987 (remove_files) COMPLETE
82912026-08-25T21:09:39.277Z[ recovery-image] Aug 25 21:09:38.656 INFO O| Aug 25 21:09:38.656 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-25T21:09:39.282Z[ recovery-image] Aug 25 21:09:38.665 INFO O| Aug 25 21:09:38.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82932026-08-25T21:09:39.282Z[ recovery-image] Aug 25 21:09:38.665 INFO O| Aug 25 21:09:38.665 INFO STEP 988 (remove_files) COMPLETE
82942026-08-25T21:09:39.287Z[ recovery-image] Aug 25 21:09:38.665 INFO O| Aug 25 21:09:38.665 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-25T21:09:39.292Z[ recovery-image] Aug 25 21:09:38.675 INFO O| Aug 25 21:09:38.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82962026-08-25T21:09:39.292Z[ recovery-image] Aug 25 21:09:38.675 INFO O| Aug 25 21:09:38.675 INFO STEP 989 (remove_files) COMPLETE
82972026-08-25T21:09:39.315Z[ recovery-image] Aug 25 21:09:38.675 INFO O| Aug 25 21:09:38.675 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-25T21:09:39.315Z[ recovery-image] Aug 25 21:09:38.685 INFO O| Aug 25 21:09:38.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82992026-08-25T21:09:39.315Z[ recovery-image] Aug 25 21:09:38.685 INFO O| Aug 25 21:09:38.685 INFO STEP 990 (remove_files) COMPLETE
83002026-08-25T21:09:39.315Z[ recovery-image] Aug 25 21:09:38.685 INFO O| Aug 25 21:09:38.685 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-25T21:09:39.319Z[ recovery-image] Aug 25 21:09:38.696 INFO O| Aug 25 21:09:38.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83022026-08-25T21:09:39.319Z[ recovery-image] Aug 25 21:09:38.696 INFO O| Aug 25 21:09:38.696 INFO STEP 991 (remove_files) COMPLETE
83032026-08-25T21:09:39.319Z[ recovery-image] Aug 25 21:09:38.696 INFO O| Aug 25 21:09:38.696 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-08-25T21:09:39.325Z[ recovery-image] Aug 25 21:09:38.706 INFO O| Aug 25 21:09:38.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83052026-08-25T21:09:39.325Z[ recovery-image] Aug 25 21:09:38.706 INFO O| Aug 25 21:09:38.706 INFO STEP 992 (remove_files) COMPLETE
83062026-08-25T21:09:39.325Z[ recovery-image] Aug 25 21:09:38.706 INFO O| Aug 25 21:09:38.706 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-08-25T21:09:39.334Z[ recovery-image] Aug 25 21:09:38.715 INFO O| Aug 25 21:09:38.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83082026-08-25T21:09:39.335Z[ recovery-image] Aug 25 21:09:38.715 INFO O| Aug 25 21:09:38.715 INFO STEP 993 (remove_files) COMPLETE
83092026-08-25T21:09:39.335Z[ recovery-image] Aug 25 21:09:38.715 INFO O| Aug 25 21:09:38.715 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-08-25T21:09:39.340Z[ recovery-image] Aug 25 21:09:38.724 INFO O| Aug 25 21:09:38.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83112026-08-25T21:09:39.340Z[ recovery-image] Aug 25 21:09:38.724 INFO O| Aug 25 21:09:38.724 INFO STEP 994 (remove_files) COMPLETE
83122026-08-25T21:09:39.341Z[ recovery-image] Aug 25 21:09:38.725 INFO O| Aug 25 21:09:38.724 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-08-25T21:09:39.350Z[ recovery-image] Aug 25 21:09:38.734 INFO O| Aug 25 21:09:38.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83142026-08-25T21:09:39.351Z[ recovery-image] Aug 25 21:09:38.734 INFO O| Aug 25 21:09:38.734 INFO STEP 995 (remove_files) COMPLETE
83152026-08-25T21:09:39.351Z[ recovery-image] Aug 25 21:09:38.734 INFO O| Aug 25 21:09:38.734 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-08-25T21:09:39.359Z[ recovery-image] Aug 25 21:09:38.743 INFO O| Aug 25 21:09:38.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83172026-08-25T21:09:39.360Z[ recovery-image] Aug 25 21:09:38.743 INFO O| Aug 25 21:09:38.743 INFO STEP 996 (remove_files) COMPLETE
83182026-08-25T21:09:39.360Z[ recovery-image] Aug 25 21:09:38.743 INFO O| Aug 25 21:09:38.743 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-08-25T21:09:39.372Z[ recovery-image] Aug 25 21:09:38.753 INFO O| Aug 25 21:09:38.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83202026-08-25T21:09:39.372Z[ recovery-image] Aug 25 21:09:38.754 INFO O| Aug 25 21:09:38.754 INFO STEP 997 (remove_files) COMPLETE
83212026-08-25T21:09:39.372Z[ recovery-image] Aug 25 21:09:38.754 INFO O| Aug 25 21:09:38.754 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-08-25T21:09:39.382Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
83232026-08-25T21:09:39.385Z[ recovery-image] Aug 25 21:09:38.764 INFO O| Aug 25 21:09:38.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83242026-08-25T21:09:39.386Z[ recovery-image] Aug 25 21:09:38.764 INFO O| Aug 25 21:09:38.764 INFO STEP 998 (remove_files) COMPLETE
83252026-08-25T21:09:39.386Z[ recovery-image] Aug 25 21:09:38.764 INFO O| Aug 25 21:09:38.764 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-08-25T21:09:39.390Z[ recovery-image] Aug 25 21:09:38.774 INFO O| Aug 25 21:09:38.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83272026-08-25T21:09:39.390Z[ recovery-image] Aug 25 21:09:38.774 INFO O| Aug 25 21:09:38.774 INFO STEP 999 (remove_files) COMPLETE
83282026-08-25T21:09:39.390Z[ recovery-image] Aug 25 21:09:38.774 INFO O| Aug 25 21:09:38.774 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-08-25T21:09:39.400Z[ recovery-image] Aug 25 21:09:38.784 INFO O| Aug 25 21:09:38.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83302026-08-25T21:09:39.400Z[ recovery-image] Aug 25 21:09:38.784 INFO O| Aug 25 21:09:38.784 INFO STEP 1000 (remove_files) COMPLETE
83312026-08-25T21:09:39.400Z[ recovery-image] Aug 25 21:09:38.784 INFO O| Aug 25 21:09:38.784 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-08-25T21:09:39.409Z[ recovery-image] Aug 25 21:09:38.793 INFO O| Aug 25 21:09:38.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83332026-08-25T21:09:39.410Z[ recovery-image] Aug 25 21:09:38.793 INFO O| Aug 25 21:09:38.793 INFO STEP 1001 (remove_files) COMPLETE
83342026-08-25T21:09:39.410Z[ recovery-image] Aug 25 21:09:38.793 INFO O| Aug 25 21:09:38.793 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-08-25T21:09:39.419Z[ recovery-image] Aug 25 21:09:38.802 INFO O| Aug 25 21:09:38.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83362026-08-25T21:09:39.419Z[ recovery-image] Aug 25 21:09:38.802 INFO O| Aug 25 21:09:38.802 INFO STEP 1002 (remove_files) COMPLETE
83372026-08-25T21:09:39.419Z[ recovery-image] Aug 25 21:09:38.802 INFO O| Aug 25 21:09:38.802 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-08-25T21:09:39.434Z[ recovery-image] Aug 25 21:09:38.817 INFO O| Aug 25 21:09:38.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83392026-08-25T21:09:39.434Z[ recovery-image] Aug 25 21:09:38.817 INFO O| Aug 25 21:09:38.817 INFO STEP 1003 (remove_files) COMPLETE
83402026-08-25T21:09:39.434Z[ recovery-image] Aug 25 21:09:38.817 INFO O| Aug 25 21:09:38.817 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-08-25T21:09:39.444Z[ recovery-image] Aug 25 21:09:38.828 INFO O| Aug 25 21:09:38.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83422026-08-25T21:09:39.445Z[ recovery-image] Aug 25 21:09:38.828 INFO O| Aug 25 21:09:38.828 INFO STEP 1004 (remove_files) COMPLETE
83432026-08-25T21:09:39.445Z[ recovery-image] Aug 25 21:09:38.828 INFO O| Aug 25 21:09:38.828 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-08-25T21:09:39.458Z[ recovery-image] Aug 25 21:09:38.841 INFO O| Aug 25 21:09:38.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83452026-08-25T21:09:39.458Z[ recovery-image] Aug 25 21:09:38.841 INFO O| Aug 25 21:09:38.841 INFO STEP 1005 (remove_files) COMPLETE
83462026-08-25T21:09:39.458Z[ recovery-image] Aug 25 21:09:38.841 INFO O| Aug 25 21:09:38.841 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-25T21:09:39.468Z[ recovery-image] Aug 25 21:09:38.851 INFO O| Aug 25 21:09:38.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83482026-08-25T21:09:39.468Z[ recovery-image] Aug 25 21:09:38.851 INFO O| Aug 25 21:09:38.851 INFO STEP 1006 (remove_files) COMPLETE
83492026-08-25T21:09:39.468Z[ recovery-image] Aug 25 21:09:38.851 INFO O| Aug 25 21:09:38.851 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-08-25T21:09:39.478Z[ recovery-image] Aug 25 21:09:38.861 INFO O| Aug 25 21:09:38.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83512026-08-25T21:09:39.478Z[ recovery-image] Aug 25 21:09:38.861 INFO O| Aug 25 21:09:38.861 INFO STEP 1007 (remove_files) COMPLETE
83522026-08-25T21:09:39.484Z[ recovery-image] Aug 25 21:09:38.861 INFO O| Aug 25 21:09:38.861 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-08-25T21:09:39.489Z[ recovery-image] Aug 25 21:09:38.872 INFO O| Aug 25 21:09:38.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83542026-08-25T21:09:39.489Z[ recovery-image] Aug 25 21:09:38.872 INFO O| Aug 25 21:09:38.872 INFO STEP 1008 (remove_files) COMPLETE
83552026-08-25T21:09:39.489Z[ recovery-image] Aug 25 21:09:38.872 INFO O| Aug 25 21:09:38.872 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-08-25T21:09:39.498Z[ recovery-image] Aug 25 21:09:38.882 INFO O| Aug 25 21:09:38.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83572026-08-25T21:09:39.499Z[ recovery-image] Aug 25 21:09:38.882 INFO O| Aug 25 21:09:38.882 INFO STEP 1009 (remove_files) COMPLETE
83582026-08-25T21:09:39.501Z[ recovery-image] Aug 25 21:09:38.882 INFO O| Aug 25 21:09:38.882 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-08-25T21:09:39.507Z[ recovery-image] Aug 25 21:09:38.891 INFO O| Aug 25 21:09:38.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83602026-08-25T21:09:39.507Z[ recovery-image] Aug 25 21:09:38.891 INFO O| Aug 25 21:09:38.891 INFO STEP 1010 (remove_files) COMPLETE
83612026-08-25T21:09:39.512Z[ recovery-image] Aug 25 21:09:38.891 INFO O| Aug 25 21:09:38.891 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-08-25T21:09:39.520Z[ recovery-image] Aug 25 21:09:38.903 INFO O| Aug 25 21:09:38.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83632026-08-25T21:09:39.521Z[ recovery-image] Aug 25 21:09:38.903 INFO O| Aug 25 21:09:38.903 INFO STEP 1011 (remove_files) COMPLETE
83642026-08-25T21:09:39.525Z[ recovery-image] Aug 25 21:09:38.903 INFO O| Aug 25 21:09:38.903 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-08-25T21:09:39.531Z[ recovery-image] Aug 25 21:09:38.914 INFO O| Aug 25 21:09:38.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83662026-08-25T21:09:39.531Z[ recovery-image] Aug 25 21:09:38.914 INFO O| Aug 25 21:09:38.914 INFO STEP 1012 (remove_files) COMPLETE
83672026-08-25T21:09:39.531Z[ recovery-image] Aug 25 21:09:38.914 INFO O| Aug 25 21:09:38.914 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-08-25T21:09:39.541Z[ recovery-image] Aug 25 21:09:38.924 INFO O| Aug 25 21:09:38.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83692026-08-25T21:09:39.542Z[ recovery-image] Aug 25 21:09:38.924 INFO O| Aug 25 21:09:38.924 INFO STEP 1013 (remove_files) COMPLETE
83702026-08-25T21:09:39.542Z[ recovery-image] Aug 25 21:09:38.924 INFO O| Aug 25 21:09:38.924 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-08-25T21:09:39.553Z[ recovery-image] Aug 25 21:09:38.934 INFO O| Aug 25 21:09:38.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83722026-08-25T21:09:39.553Z[ recovery-image] Aug 25 21:09:38.934 INFO O| Aug 25 21:09:38.934 INFO STEP 1014 (remove_files) COMPLETE
83732026-08-25T21:09:39.553Z[ recovery-image] Aug 25 21:09:38.934 INFO O| Aug 25 21:09:38.934 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-08-25T21:09:39.560Z[ recovery-image] Aug 25 21:09:38.944 INFO O| Aug 25 21:09:38.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83752026-08-25T21:09:39.560Z[ recovery-image] Aug 25 21:09:38.944 INFO O| Aug 25 21:09:38.944 INFO STEP 1015 (remove_files) COMPLETE
83762026-08-25T21:09:39.560Z[ recovery-image] Aug 25 21:09:38.944 INFO O| Aug 25 21:09:38.944 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-08-25T21:09:39.570Z[ recovery-image] Aug 25 21:09:38.954 INFO O| Aug 25 21:09:38.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83782026-08-25T21:09:39.574Z[ recovery-image] Aug 25 21:09:38.954 INFO O| Aug 25 21:09:38.954 INFO STEP 1016 (remove_files) COMPLETE
83792026-08-25T21:09:39.575Z[ recovery-image] Aug 25 21:09:38.954 INFO O| Aug 25 21:09:38.954 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-08-25T21:09:39.586Z[ recovery-image] Aug 25 21:09:38.964 INFO O| Aug 25 21:09:38.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83812026-08-25T21:09:39.586Z[ recovery-image] Aug 25 21:09:38.964 INFO O| Aug 25 21:09:38.964 INFO STEP 1017 (remove_files) COMPLETE
83822026-08-25T21:09:39.586Z[ recovery-image] Aug 25 21:09:38.964 INFO O| Aug 25 21:09:38.964 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-08-25T21:09:39.595Z[ recovery-image] Aug 25 21:09:38.975 INFO O| Aug 25 21:09:38.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83842026-08-25T21:09:39.595Z[ recovery-image] Aug 25 21:09:38.975 INFO O| Aug 25 21:09:38.975 INFO STEP 1018 (remove_files) COMPLETE
83852026-08-25T21:09:39.595Z[ recovery-image] Aug 25 21:09:38.975 INFO O| Aug 25 21:09:38.975 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-08-25T21:09:39.605Z[ recovery-image] Aug 25 21:09:38.986 INFO O| Aug 25 21:09:38.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83872026-08-25T21:09:39.605Z[ recovery-image] Aug 25 21:09:38.986 INFO O| Aug 25 21:09:38.986 INFO STEP 1019 (remove_files) COMPLETE
83882026-08-25T21:09:39.605Z[ recovery-image] Aug 25 21:09:38.986 INFO O| Aug 25 21:09:38.986 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-08-25T21:09:39.613Z[ recovery-image] Aug 25 21:09:38.997 INFO O| Aug 25 21:09:38.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83902026-08-25T21:09:39.613Z[ recovery-image] Aug 25 21:09:38.997 INFO O| Aug 25 21:09:38.997 INFO STEP 1020 (remove_files) COMPLETE
83912026-08-25T21:09:39.613Z[ recovery-image] Aug 25 21:09:38.997 INFO O| Aug 25 21:09:38.997 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-08-25T21:09:39.631Z[ recovery-image] Aug 25 21:09:39.014 INFO O| Aug 25 21:09:39.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83932026-08-25T21:09:39.636Z[ recovery-image] Aug 25 21:09:39.015 INFO O| Aug 25 21:09:39.015 INFO STEP 1021 (remove_files) COMPLETE
83942026-08-25T21:09:39.636Z[ recovery-image] Aug 25 21:09:39.015 INFO O| Aug 25 21:09:39.015 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-08-25T21:09:39.643Z[ recovery-image] Aug 25 21:09:39.028 INFO O| Aug 25 21:09:39.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83962026-08-25T21:09:39.644Z[ recovery-image] Aug 25 21:09:39.028 INFO O| Aug 25 21:09:39.028 INFO STEP 1022 (remove_files) COMPLETE
83972026-08-25T21:09:39.650Z[ recovery-image] Aug 25 21:09:39.028 INFO O| Aug 25 21:09:39.028 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-08-25T21:09:39.655Z[ recovery-image] Aug 25 21:09:39.038 INFO O| Aug 25 21:09:39.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83992026-08-25T21:09:39.655Z[ recovery-image] Aug 25 21:09:39.038 INFO O| Aug 25 21:09:39.038 INFO STEP 1023 (remove_files) COMPLETE
84002026-08-25T21:09:39.655Z[ recovery-image] Aug 25 21:09:39.038 INFO O| Aug 25 21:09:39.038 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-08-25T21:09:39.665Z[ recovery-image] Aug 25 21:09:39.048 INFO O| Aug 25 21:09:39.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84022026-08-25T21:09:39.665Z[ recovery-image] Aug 25 21:09:39.048 INFO O| Aug 25 21:09:39.048 INFO STEP 1024 (remove_files) COMPLETE
84032026-08-25T21:09:39.665Z[ recovery-image] Aug 25 21:09:39.048 INFO O| Aug 25 21:09:39.048 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-08-25T21:09:39.675Z[ recovery-image] Aug 25 21:09:39.059 INFO O| Aug 25 21:09:39.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84052026-08-25T21:09:39.675Z[ recovery-image] Aug 25 21:09:39.059 INFO O| Aug 25 21:09:39.059 INFO STEP 1025 (remove_files) COMPLETE
84062026-08-25T21:09:39.675Z[ recovery-image] Aug 25 21:09:39.059 INFO O| Aug 25 21:09:39.059 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-08-25T21:09:39.685Z[ recovery-image] Aug 25 21:09:39.069 INFO O| Aug 25 21:09:39.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84082026-08-25T21:09:39.685Z[ recovery-image] Aug 25 21:09:39.069 INFO O| Aug 25 21:09:39.069 INFO STEP 1026 (remove_files) COMPLETE
84092026-08-25T21:09:39.685Z[ recovery-image] Aug 25 21:09:39.069 INFO O| Aug 25 21:09:39.069 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-08-25T21:09:39.695Z[ recovery-image] Aug 25 21:09:39.078 INFO O| Aug 25 21:09:39.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84112026-08-25T21:09:39.695Z[ recovery-image] Aug 25 21:09:39.078 INFO O| Aug 25 21:09:39.078 INFO STEP 1027 (remove_files) COMPLETE
84122026-08-25T21:09:39.695Z[ recovery-image] Aug 25 21:09:39.078 INFO O| Aug 25 21:09:39.078 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-08-25T21:09:39.701Z[verify-libraries] Compiling socket2 v0.5.10
84142026-08-25T21:09:39.709Z[ recovery-image] Aug 25 21:09:39.089 INFO O| Aug 25 21:09:39.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84152026-08-25T21:09:39.709Z[ recovery-image] Aug 25 21:09:39.089 INFO O| Aug 25 21:09:39.089 INFO STEP 1028 (remove_files) COMPLETE
84162026-08-25T21:09:39.709Z[ recovery-image] Aug 25 21:09:39.089 INFO O| Aug 25 21:09:39.089 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-08-25T21:09:39.715Z[ recovery-image] Aug 25 21:09:39.099 INFO O| Aug 25 21:09:39.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84182026-08-25T21:09:39.715Z[ recovery-image] Aug 25 21:09:39.099 INFO O| Aug 25 21:09:39.099 INFO STEP 1029 (remove_files) COMPLETE
84192026-08-25T21:09:39.724Z[ recovery-image] Aug 25 21:09:39.099 INFO O| Aug 25 21:09:39.099 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-08-25T21:09:39.728Z[ recovery-image] Aug 25 21:09:39.107 INFO O| Aug 25 21:09:39.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84212026-08-25T21:09:39.728Z[ recovery-image] Aug 25 21:09:39.107 INFO O| Aug 25 21:09:39.107 INFO STEP 1030 (remove_files) COMPLETE
84222026-08-25T21:09:39.729Z[ recovery-image] Aug 25 21:09:39.107 INFO O| Aug 25 21:09:39.107 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-08-25T21:09:39.733Z[ recovery-image] Aug 25 21:09:39.117 INFO O| Aug 25 21:09:39.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84242026-08-25T21:09:39.733Z[ recovery-image] Aug 25 21:09:39.117 INFO O| Aug 25 21:09:39.117 INFO STEP 1031 (remove_files) COMPLETE
84252026-08-25T21:09:39.733Z[ recovery-image] Aug 25 21:09:39.117 INFO O| Aug 25 21:09:39.117 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-08-25T21:09:39.742Z[ recovery-image] Aug 25 21:09:39.125 INFO O| Aug 25 21:09:39.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84272026-08-25T21:09:39.742Z[ recovery-image] Aug 25 21:09:39.126 INFO O| Aug 25 21:09:39.126 INFO STEP 1032 (remove_files) COMPLETE
84282026-08-25T21:09:39.742Z[ recovery-image] Aug 25 21:09:39.126 INFO O| Aug 25 21:09:39.126 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-08-25T21:09:39.754Z[ recovery-image] Aug 25 21:09:39.137 INFO O| Aug 25 21:09:39.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84302026-08-25T21:09:39.754Z[ recovery-image] Aug 25 21:09:39.137 INFO O| Aug 25 21:09:39.137 INFO STEP 1033 (remove_files) COMPLETE
84312026-08-25T21:09:39.754Z[ recovery-image] Aug 25 21:09:39.137 INFO O| Aug 25 21:09:39.137 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-08-25T21:09:39.768Z[ recovery-image] Aug 25 21:09:39.148 INFO O| Aug 25 21:09:39.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84332026-08-25T21:09:39.768Z[ recovery-image] Aug 25 21:09:39.148 INFO O| Aug 25 21:09:39.148 INFO STEP 1034 (remove_files) COMPLETE
84342026-08-25T21:09:39.771Z[ recovery-image] Aug 25 21:09:39.148 INFO O| Aug 25 21:09:39.148 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-08-25T21:09:39.776Z[ recovery-image] Aug 25 21:09:39.159 INFO O| Aug 25 21:09:39.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84362026-08-25T21:09:39.776Z[ recovery-image] Aug 25 21:09:39.159 INFO O| Aug 25 21:09:39.159 INFO STEP 1035 (remove_files) COMPLETE
84372026-08-25T21:09:39.776Z[ recovery-image] Aug 25 21:09:39.159 INFO O| Aug 25 21:09:39.159 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-08-25T21:09:39.787Z[ recovery-image] Aug 25 21:09:39.170 INFO O| Aug 25 21:09:39.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84392026-08-25T21:09:39.787Z[ recovery-image] Aug 25 21:09:39.170 INFO O| Aug 25 21:09:39.170 INFO STEP 1036 (remove_files) COMPLETE
84402026-08-25T21:09:39.787Z[ recovery-image] Aug 25 21:09:39.170 INFO O| Aug 25 21:09:39.170 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-08-25T21:09:39.796Z[ recovery-image] Aug 25 21:09:39.180 INFO O| Aug 25 21:09:39.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84422026-08-25T21:09:39.796Z[ recovery-image] Aug 25 21:09:39.180 INFO O| Aug 25 21:09:39.180 INFO STEP 1037 (remove_files) COMPLETE
84432026-08-25T21:09:39.796Z[ recovery-image] Aug 25 21:09:39.180 INFO O| Aug 25 21:09:39.180 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-08-25T21:09:39.806Z[ recovery-image] Aug 25 21:09:39.190 INFO O| Aug 25 21:09:39.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84452026-08-25T21:09:39.806Z[ recovery-image] Aug 25 21:09:39.190 INFO O| Aug 25 21:09:39.190 INFO STEP 1038 (remove_files) COMPLETE
84462026-08-25T21:09:39.806Z[ recovery-image] Aug 25 21:09:39.190 INFO O| Aug 25 21:09:39.190 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-08-25T21:09:39.815Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
84482026-08-25T21:09:39.819Z[ recovery-image] Aug 25 21:09:39.201 INFO O| Aug 25 21:09:39.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84492026-08-25T21:09:39.819Z[ recovery-image] Aug 25 21:09:39.201 INFO O| Aug 25 21:09:39.201 INFO STEP 1039 (remove_files) COMPLETE
84502026-08-25T21:09:39.819Z[ recovery-image] Aug 25 21:09:39.201 INFO O| Aug 25 21:09:39.201 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-08-25T21:09:39.827Z[ recovery-image] Aug 25 21:09:39.211 INFO O| Aug 25 21:09:39.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84522026-08-25T21:09:39.828Z[ recovery-image] Aug 25 21:09:39.211 INFO O| Aug 25 21:09:39.211 INFO STEP 1040 (remove_files) COMPLETE
84532026-08-25T21:09:39.828Z[ recovery-image] Aug 25 21:09:39.211 INFO O| Aug 25 21:09:39.211 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-08-25T21:09:39.837Z[ recovery-image] Aug 25 21:09:39.220 INFO O| Aug 25 21:09:39.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84552026-08-25T21:09:39.837Z[ recovery-image] Aug 25 21:09:39.220 INFO O| Aug 25 21:09:39.220 INFO STEP 1041 (remove_files) COMPLETE
84562026-08-25T21:09:39.837Z[ recovery-image] Aug 25 21:09:39.220 INFO O| Aug 25 21:09:39.220 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-08-25T21:09:39.847Z[ recovery-image] Aug 25 21:09:39.230 INFO O| Aug 25 21:09:39.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84582026-08-25T21:09:39.847Z[ recovery-image] Aug 25 21:09:39.230 INFO O| Aug 25 21:09:39.230 INFO STEP 1042 (remove_files) COMPLETE
84592026-08-25T21:09:39.847Z[ recovery-image] Aug 25 21:09:39.230 INFO O| Aug 25 21:09:39.230 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-08-25T21:09:39.858Z[ recovery-image] Aug 25 21:09:39.242 INFO O| Aug 25 21:09:39.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84612026-08-25T21:09:39.858Z[ recovery-image] Aug 25 21:09:39.242 INFO O| Aug 25 21:09:39.242 INFO STEP 1043 (remove_files) COMPLETE
84622026-08-25T21:09:39.858Z[ recovery-image] Aug 25 21:09:39.242 INFO O| Aug 25 21:09:39.242 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-08-25T21:09:39.870Z[ recovery-image] Aug 25 21:09:39.252 INFO O| Aug 25 21:09:39.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84642026-08-25T21:09:39.870Z[ recovery-image] Aug 25 21:09:39.252 INFO O| Aug 25 21:09:39.252 INFO STEP 1044 (remove_files) COMPLETE
84652026-08-25T21:09:39.870Z[ recovery-image] Aug 25 21:09:39.252 INFO O| Aug 25 21:09:39.252 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-08-25T21:09:39.887Z[ recovery-image] Aug 25 21:09:39.263 INFO O| Aug 25 21:09:39.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84672026-08-25T21:09:39.888Z[ recovery-image] Aug 25 21:09:39.263 INFO O| Aug 25 21:09:39.263 INFO STEP 1045 (remove_files) COMPLETE
84682026-08-25T21:09:39.888Z[ recovery-image] Aug 25 21:09:39.263 INFO O| Aug 25 21:09:39.263 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-08-25T21:09:39.898Z[ recovery-image] Aug 25 21:09:39.274 INFO O| Aug 25 21:09:39.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84702026-08-25T21:09:39.898Z[ recovery-image] Aug 25 21:09:39.274 INFO O| Aug 25 21:09:39.274 INFO STEP 1046 (remove_files) COMPLETE
84712026-08-25T21:09:39.898Z[ recovery-image] Aug 25 21:09:39.274 INFO O| Aug 25 21:09:39.274 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-08-25T21:09:39.916Z[ recovery-image] Aug 25 21:09:39.283 INFO O| Aug 25 21:09:39.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84732026-08-25T21:09:39.916Z[ recovery-image] Aug 25 21:09:39.283 INFO O| Aug 25 21:09:39.283 INFO STEP 1047 (remove_files) COMPLETE
84742026-08-25T21:09:39.916Z[ recovery-image] Aug 25 21:09:39.283 INFO O| Aug 25 21:09:39.283 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-08-25T21:09:39.919Z[ recovery-image] Aug 25 21:09:39.292 INFO O| Aug 25 21:09:39.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84762026-08-25T21:09:39.919Z[ recovery-image] Aug 25 21:09:39.292 INFO O| Aug 25 21:09:39.292 INFO STEP 1048 (remove_files) COMPLETE
84772026-08-25T21:09:39.919Z[ recovery-image] Aug 25 21:09:39.292 INFO O| Aug 25 21:09:39.292 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-08-25T21:09:39.919Z[ recovery-image] Aug 25 21:09:39.302 INFO O| Aug 25 21:09:39.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84792026-08-25T21:09:39.919Z[ recovery-image] Aug 25 21:09:39.302 INFO O| Aug 25 21:09:39.302 INFO STEP 1049 (remove_files) COMPLETE
84802026-08-25T21:09:39.919Z[ recovery-image] Aug 25 21:09:39.302 INFO O| Aug 25 21:09:39.302 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-08-25T21:09:39.927Z[ recovery-image] Aug 25 21:09:39.311 INFO O| Aug 25 21:09:39.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84822026-08-25T21:09:39.927Z[ recovery-image] Aug 25 21:09:39.311 INFO O| Aug 25 21:09:39.311 INFO STEP 1050 (remove_files) COMPLETE
84832026-08-25T21:09:39.927Z[ recovery-image] Aug 25 21:09:39.311 INFO O| Aug 25 21:09:39.311 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-08-25T21:09:39.937Z[ recovery-image] Aug 25 21:09:39.320 INFO O| Aug 25 21:09:39.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84852026-08-25T21:09:39.953Z[ recovery-image] Aug 25 21:09:39.321 INFO O| Aug 25 21:09:39.320 INFO STEP 1051 (remove_files) COMPLETE
84862026-08-25T21:09:39.953Z[ recovery-image] Aug 25 21:09:39.321 INFO O| Aug 25 21:09:39.320 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-08-25T21:09:39.953Z[ recovery-image] Aug 25 21:09:39.332 INFO O| Aug 25 21:09:39.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84882026-08-25T21:09:39.953Z[ recovery-image] Aug 25 21:09:39.332 INFO O| Aug 25 21:09:39.332 INFO STEP 1052 (remove_files) COMPLETE
84892026-08-25T21:09:39.953Z[ recovery-image] Aug 25 21:09:39.332 INFO O| Aug 25 21:09:39.332 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-08-25T21:09:39.961Z[ recovery-image] Aug 25 21:09:39.341 INFO O| Aug 25 21:09:39.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84912026-08-25T21:09:39.961Z[ recovery-image] Aug 25 21:09:39.341 INFO O| Aug 25 21:09:39.341 INFO STEP 1053 (remove_files) COMPLETE
84922026-08-25T21:09:39.961Z[ recovery-image] Aug 25 21:09:39.341 INFO O| Aug 25 21:09:39.341 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-08-25T21:09:39.972Z[ recovery-image] Aug 25 21:09:39.351 INFO O| Aug 25 21:09:39.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84942026-08-25T21:09:39.972Z[ recovery-image] Aug 25 21:09:39.351 INFO O| Aug 25 21:09:39.351 INFO STEP 1054 (remove_files) COMPLETE
84952026-08-25T21:09:39.980Z[ recovery-image] Aug 25 21:09:39.351 INFO O| Aug 25 21:09:39.351 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-08-25T21:09:39.982Z[ recovery-image] Aug 25 21:09:39.360 INFO O| Aug 25 21:09:39.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84972026-08-25T21:09:39.982Z[ recovery-image] Aug 25 21:09:39.360 INFO O| Aug 25 21:09:39.360 INFO STEP 1055 (remove_files) COMPLETE
84982026-08-25T21:09:39.982Z[ recovery-image] Aug 25 21:09:39.360 INFO O| Aug 25 21:09:39.360 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-08-25T21:09:39.999Z[ recovery-image] Aug 25 21:09:39.368 INFO O| Aug 25 21:09:39.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85002026-08-25T21:09:39.999Z[ recovery-image] Aug 25 21:09:39.368 INFO O| Aug 25 21:09:39.368 INFO STEP 1056 (remove_files) COMPLETE
85012026-08-25T21:09:39.999Z[ recovery-image] Aug 25 21:09:39.368 INFO O| Aug 25 21:09:39.368 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-25T21:09:39.999Z[ recovery-image] Aug 25 21:09:39.378 INFO O| Aug 25 21:09:39.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85032026-08-25T21:09:39.999Z[ recovery-image] Aug 25 21:09:39.378 INFO O| Aug 25 21:09:39.378 INFO STEP 1057 (remove_files) COMPLETE
85042026-08-25T21:09:39.999Z[ recovery-image] Aug 25 21:09:39.378 INFO O| Aug 25 21:09:39.378 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-08-25T21:09:40.010Z[ recovery-image] Aug 25 21:09:39.387 INFO O| Aug 25 21:09:39.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85062026-08-25T21:09:40.010Z[ recovery-image] Aug 25 21:09:39.387 INFO O| Aug 25 21:09:39.387 INFO STEP 1058 (remove_files) COMPLETE
85072026-08-25T21:09:40.010Z[ recovery-image] Aug 25 21:09:39.387 INFO O| Aug 25 21:09:39.387 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-25T21:09:40.027Z[ recovery-image] Aug 25 21:09:39.397 INFO O| Aug 25 21:09:39.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85092026-08-25T21:09:40.027Z[ recovery-image] Aug 25 21:09:39.397 INFO O| Aug 25 21:09:39.397 INFO STEP 1059 (remove_files) COMPLETE
85102026-08-25T21:09:40.027Z[ recovery-image] Aug 25 21:09:39.397 INFO O| Aug 25 21:09:39.397 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-25T21:09:40.027Z[verify-libraries] Compiling fs-err v2.11.0
85122026-08-25T21:09:40.032Z[ recovery-image] Aug 25 21:09:39.406 INFO O| Aug 25 21:09:39.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85132026-08-25T21:09:40.032Z[ recovery-image] Aug 25 21:09:39.406 INFO O| Aug 25 21:09:39.406 INFO STEP 1060 (remove_files) COMPLETE
85142026-08-25T21:09:40.032Z[ recovery-image] Aug 25 21:09:39.406 INFO O| Aug 25 21:09:39.406 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-08-25T21:09:40.032Z[ recovery-image] Aug 25 21:09:39.416 INFO O| Aug 25 21:09:39.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85162026-08-25T21:09:40.032Z[ recovery-image] Aug 25 21:09:39.416 INFO O| Aug 25 21:09:39.416 INFO STEP 1061 (remove_files) COMPLETE
85172026-08-25T21:09:40.032Z[ recovery-image] Aug 25 21:09:39.416 INFO O| Aug 25 21:09:39.416 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-08-25T21:09:40.043Z[ recovery-image] Aug 25 21:09:39.426 INFO O| Aug 25 21:09:39.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85192026-08-25T21:09:40.046Z[ recovery-image] Aug 25 21:09:39.427 INFO O| Aug 25 21:09:39.427 INFO STEP 1062 (remove_files) COMPLETE
85202026-08-25T21:09:40.047Z[ recovery-image] Aug 25 21:09:39.427 INFO O| Aug 25 21:09:39.427 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-08-25T21:09:40.055Z[ recovery-image] Aug 25 21:09:39.437 INFO O| Aug 25 21:09:39.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85222026-08-25T21:09:40.060Z[ recovery-image] Aug 25 21:09:39.441 INFO O| Aug 25 21:09:39.441 INFO STEP 1063 (remove_files) COMPLETE
85232026-08-25T21:09:40.060Z[ recovery-image] Aug 25 21:09:39.441 INFO O| Aug 25 21:09:39.441 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-08-25T21:09:40.066Z[ recovery-image] Aug 25 21:09:39.450 INFO O| Aug 25 21:09:39.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85252026-08-25T21:09:40.066Z[ recovery-image] Aug 25 21:09:39.450 INFO O| Aug 25 21:09:39.450 INFO STEP 1064 (remove_files) COMPLETE
85262026-08-25T21:09:40.074Z[ recovery-image] Aug 25 21:09:39.450 INFO O| Aug 25 21:09:39.450 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-08-25T21:09:40.083Z[ recovery-image] Aug 25 21:09:39.460 INFO O| Aug 25 21:09:39.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85282026-08-25T21:09:40.083Z[ recovery-image] Aug 25 21:09:39.460 INFO O| Aug 25 21:09:39.460 INFO STEP 1065 (remove_files) COMPLETE
85292026-08-25T21:09:40.083Z[ recovery-image] Aug 25 21:09:39.460 INFO O| Aug 25 21:09:39.460 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-08-25T21:09:40.087Z[ recovery-image] Aug 25 21:09:39.471 INFO O| Aug 25 21:09:39.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85312026-08-25T21:09:40.088Z[ recovery-image] Aug 25 21:09:39.471 INFO O| Aug 25 21:09:39.471 INFO STEP 1066 (remove_files) COMPLETE
85322026-08-25T21:09:40.088Z[ recovery-image] Aug 25 21:09:39.471 INFO O| Aug 25 21:09:39.471 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-08-25T21:09:40.097Z[ recovery-image] Aug 25 21:09:39.481 INFO O| Aug 25 21:09:39.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85342026-08-25T21:09:40.097Z[ recovery-image] Aug 25 21:09:39.481 INFO O| Aug 25 21:09:39.481 INFO STEP 1067 (remove_files) COMPLETE
85352026-08-25T21:09:40.097Z[ recovery-image] Aug 25 21:09:39.481 INFO O| Aug 25 21:09:39.481 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-08-25T21:09:40.109Z[ recovery-image] Aug 25 21:09:39.492 INFO O| Aug 25 21:09:39.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85372026-08-25T21:09:40.109Z[ recovery-image] Aug 25 21:09:39.493 INFO O| Aug 25 21:09:39.493 INFO STEP 1068 (remove_files) COMPLETE
85382026-08-25T21:09:40.109Z[ recovery-image] Aug 25 21:09:39.493 INFO O| Aug 25 21:09:39.493 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-08-25T21:09:40.119Z[ recovery-image] Aug 25 21:09:39.503 INFO O| Aug 25 21:09:39.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85402026-08-25T21:09:40.119Z[ recovery-image] Aug 25 21:09:39.503 INFO O| Aug 25 21:09:39.503 INFO STEP 1069 (remove_files) COMPLETE
85412026-08-25T21:09:40.119Z[ recovery-image] Aug 25 21:09:39.503 INFO O| Aug 25 21:09:39.503 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-08-25T21:09:40.135Z[ recovery-image] Aug 25 21:09:39.518 INFO O| Aug 25 21:09:39.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85432026-08-25T21:09:40.136Z[ recovery-image] Aug 25 21:09:39.519 INFO O| Aug 25 21:09:39.519 INFO STEP 1070 (remove_files) COMPLETE
85442026-08-25T21:09:40.136Z[ recovery-image] Aug 25 21:09:39.519 INFO O| Aug 25 21:09:39.519 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-08-25T21:09:40.153Z[ recovery-image] Aug 25 21:09:39.530 INFO O| Aug 25 21:09:39.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85462026-08-25T21:09:40.153Z[ recovery-image] Aug 25 21:09:39.530 INFO O| Aug 25 21:09:39.530 INFO STEP 1071 (remove_files) COMPLETE
85472026-08-25T21:09:40.153Z[ recovery-image] Aug 25 21:09:39.530 INFO O| Aug 25 21:09:39.530 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-08-25T21:09:40.159Z[ recovery-image] Aug 25 21:09:39.540 INFO O| Aug 25 21:09:39.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85492026-08-25T21:09:40.159Z[ recovery-image] Aug 25 21:09:39.540 INFO O| Aug 25 21:09:39.540 INFO STEP 1072 (remove_files) COMPLETE
85502026-08-25T21:09:40.159Z[ recovery-image] Aug 25 21:09:39.540 INFO O| Aug 25 21:09:39.540 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-08-25T21:09:40.168Z[ recovery-image] Aug 25 21:09:39.551 INFO O| Aug 25 21:09:39.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85522026-08-25T21:09:40.168Z[ recovery-image] Aug 25 21:09:39.551 INFO O| Aug 25 21:09:39.551 INFO STEP 1073 (remove_files) COMPLETE
85532026-08-25T21:09:40.168Z[ recovery-image] Aug 25 21:09:39.551 INFO O| Aug 25 21:09:39.551 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-08-25T21:09:40.178Z[ recovery-image] Aug 25 21:09:39.561 INFO O| Aug 25 21:09:39.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85552026-08-25T21:09:40.178Z[ recovery-image] Aug 25 21:09:39.561 INFO O| Aug 25 21:09:39.561 INFO STEP 1074 (remove_files) COMPLETE
85562026-08-25T21:09:40.178Z[ recovery-image] Aug 25 21:09:39.561 INFO O| Aug 25 21:09:39.561 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-08-25T21:09:40.186Z[ recovery-image] Aug 25 21:09:39.570 INFO O| Aug 25 21:09:39.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85582026-08-25T21:09:40.186Z[ recovery-image] Aug 25 21:09:39.570 INFO O| Aug 25 21:09:39.570 INFO STEP 1075 (remove_files) COMPLETE
85592026-08-25T21:09:40.186Z[ recovery-image] Aug 25 21:09:39.570 INFO O| Aug 25 21:09:39.570 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-08-25T21:09:40.196Z[ recovery-image] Aug 25 21:09:39.580 INFO O| Aug 25 21:09:39.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85612026-08-25T21:09:40.196Z[ recovery-image] Aug 25 21:09:39.580 INFO O| Aug 25 21:09:39.580 INFO STEP 1076 (remove_files) COMPLETE
85622026-08-25T21:09:40.202Z[ recovery-image] Aug 25 21:09:39.580 INFO O| Aug 25 21:09:39.580 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-08-25T21:09:40.208Z[ recovery-image] Aug 25 21:09:39.589 INFO O| Aug 25 21:09:39.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85642026-08-25T21:09:40.208Z[ recovery-image] Aug 25 21:09:39.589 INFO O| Aug 25 21:09:39.589 INFO STEP 1077 (remove_files) COMPLETE
85652026-08-25T21:09:40.208Z[ recovery-image] Aug 25 21:09:39.589 INFO O| Aug 25 21:09:39.589 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-08-25T21:09:40.214Z[ recovery-image] Aug 25 21:09:39.598 INFO O| Aug 25 21:09:39.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85672026-08-25T21:09:40.214Z[ recovery-image] Aug 25 21:09:39.598 INFO O| Aug 25 21:09:39.598 INFO STEP 1078 (remove_files) COMPLETE
85682026-08-25T21:09:40.214Z[ recovery-image] Aug 25 21:09:39.598 INFO O| Aug 25 21:09:39.598 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-08-25T21:09:40.224Z[ recovery-image] Aug 25 21:09:39.608 INFO O| Aug 25 21:09:39.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85702026-08-25T21:09:40.224Z[ recovery-image] Aug 25 21:09:39.608 INFO O| Aug 25 21:09:39.608 INFO STEP 1079 (remove_files) COMPLETE
85712026-08-25T21:09:40.231Z[ recovery-image] Aug 25 21:09:39.608 INFO O| Aug 25 21:09:39.608 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-08-25T21:09:40.237Z[ recovery-image] Aug 25 21:09:39.617 INFO O| Aug 25 21:09:39.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85732026-08-25T21:09:40.237Z[ recovery-image] Aug 25 21:09:39.617 INFO O| Aug 25 21:09:39.617 INFO STEP 1080 (remove_files) COMPLETE
85742026-08-25T21:09:40.238Z[ recovery-image] Aug 25 21:09:39.617 INFO O| Aug 25 21:09:39.617 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-08-25T21:09:40.244Z[ recovery-image] Aug 25 21:09:39.627 INFO O| Aug 25 21:09:39.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85762026-08-25T21:09:40.244Z[ recovery-image] Aug 25 21:09:39.627 INFO O| Aug 25 21:09:39.627 INFO STEP 1081 (remove_files) COMPLETE
85772026-08-25T21:09:40.244Z[ recovery-image] Aug 25 21:09:39.627 INFO O| Aug 25 21:09:39.627 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-08-25T21:09:40.253Z[ recovery-image] Aug 25 21:09:39.637 INFO O| Aug 25 21:09:39.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85792026-08-25T21:09:40.253Z[ recovery-image] Aug 25 21:09:39.637 INFO O| Aug 25 21:09:39.637 INFO STEP 1082 (remove_files) COMPLETE
85802026-08-25T21:09:40.259Z[ recovery-image] Aug 25 21:09:39.637 INFO O| Aug 25 21:09:39.637 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-08-25T21:09:40.264Z[ recovery-image] Aug 25 21:09:39.647 INFO O| Aug 25 21:09:39.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85822026-08-25T21:09:40.264Z[ recovery-image] Aug 25 21:09:39.647 INFO O| Aug 25 21:09:39.647 INFO STEP 1083 (remove_files) COMPLETE
85832026-08-25T21:09:40.264Z[ recovery-image] Aug 25 21:09:39.648 INFO O| Aug 25 21:09:39.647 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-08-25T21:09:40.282Z[ recovery-image] Aug 25 21:09:39.664 INFO O| Aug 25 21:09:39.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85852026-08-25T21:09:40.282Z[ recovery-image] Aug 25 21:09:39.664 INFO O| Aug 25 21:09:39.664 INFO STEP 1084 (remove_files) COMPLETE
85862026-08-25T21:09:40.282Z[ recovery-image] Aug 25 21:09:39.664 INFO O| Aug 25 21:09:39.664 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-08-25T21:09:40.293Z[ recovery-image] Aug 25 21:09:39.674 INFO O| Aug 25 21:09:39.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85882026-08-25T21:09:40.293Z[ recovery-image] Aug 25 21:09:39.674 INFO O| Aug 25 21:09:39.674 INFO STEP 1085 (remove_files) COMPLETE
85892026-08-25T21:09:40.293Z[ recovery-image] Aug 25 21:09:39.674 INFO O| Aug 25 21:09:39.674 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-08-25T21:09:40.300Z[ recovery-image] Aug 25 21:09:39.684 INFO O| Aug 25 21:09:39.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85912026-08-25T21:09:40.301Z[ recovery-image] Aug 25 21:09:39.684 INFO O| Aug 25 21:09:39.684 INFO STEP 1086 (remove_files) COMPLETE
85922026-08-25T21:09:40.301Z[ recovery-image] Aug 25 21:09:39.684 INFO O| Aug 25 21:09:39.684 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-08-25T21:09:40.311Z[verify-libraries] Compiling internet-checksum v0.2.1
85942026-08-25T21:09:40.314Z[ recovery-image] Aug 25 21:09:39.695 INFO O| Aug 25 21:09:39.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85952026-08-25T21:09:40.314Z[ recovery-image] Aug 25 21:09:39.695 INFO O| Aug 25 21:09:39.695 INFO STEP 1087 (remove_files) COMPLETE
85962026-08-25T21:09:40.315Z[ recovery-image] Aug 25 21:09:39.695 INFO O| Aug 25 21:09:39.695 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-08-25T21:09:40.322Z[ recovery-image] Aug 25 21:09:39.706 INFO O| Aug 25 21:09:39.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85982026-08-25T21:09:40.322Z[ recovery-image] Aug 25 21:09:39.706 INFO O| Aug 25 21:09:39.706 INFO STEP 1088 (remove_files) COMPLETE
85992026-08-25T21:09:40.326Z[ recovery-image] Aug 25 21:09:39.706 INFO O| Aug 25 21:09:39.706 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-08-25T21:09:40.336Z[ recovery-image] Aug 25 21:09:39.716 INFO O| Aug 25 21:09:39.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86012026-08-25T21:09:40.336Z[ recovery-image] Aug 25 21:09:39.716 INFO O| Aug 25 21:09:39.716 INFO STEP 1089 (remove_files) COMPLETE
86022026-08-25T21:09:40.336Z[ recovery-image] Aug 25 21:09:39.717 INFO O| Aug 25 21:09:39.716 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-08-25T21:09:40.344Z[ recovery-image] Aug 25 21:09:39.727 INFO O| Aug 25 21:09:39.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86042026-08-25T21:09:40.344Z[ recovery-image] Aug 25 21:09:39.727 INFO O| Aug 25 21:09:39.727 INFO STEP 1090 (remove_files) COMPLETE
86052026-08-25T21:09:40.344Z[ recovery-image] Aug 25 21:09:39.727 INFO O| Aug 25 21:09:39.727 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-08-25T21:09:40.353Z[ recovery-image] Aug 25 21:09:39.737 INFO O| Aug 25 21:09:39.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86072026-08-25T21:09:40.353Z[ recovery-image] Aug 25 21:09:39.737 INFO O| Aug 25 21:09:39.737 INFO STEP 1091 (remove_files) COMPLETE
86082026-08-25T21:09:40.353Z[ recovery-image] Aug 25 21:09:39.737 INFO O| Aug 25 21:09:39.737 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-08-25T21:09:40.363Z[ recovery-image] Aug 25 21:09:39.746 INFO O| Aug 25 21:09:39.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86102026-08-25T21:09:40.363Z[ recovery-image] Aug 25 21:09:39.746 INFO O| Aug 25 21:09:39.746 INFO STEP 1092 (remove_files) COMPLETE
86112026-08-25T21:09:40.367Z[ recovery-image] Aug 25 21:09:39.746 INFO O| Aug 25 21:09:39.746 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-08-25T21:09:40.373Z[ recovery-image] Aug 25 21:09:39.756 INFO O| Aug 25 21:09:39.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86132026-08-25T21:09:40.373Z[ recovery-image] Aug 25 21:09:39.756 INFO O| Aug 25 21:09:39.756 INFO STEP 1093 (remove_files) COMPLETE
86142026-08-25T21:09:40.373Z[ recovery-image] Aug 25 21:09:39.756 INFO O| Aug 25 21:09:39.756 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-08-25T21:09:40.384Z[ recovery-image] Aug 25 21:09:39.769 INFO O| Aug 25 21:09:39.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86162026-08-25T21:09:40.385Z[ recovery-image] Aug 25 21:09:39.769 INFO O| Aug 25 21:09:39.769 INFO STEP 1094 (remove_files) COMPLETE
86172026-08-25T21:09:40.385Z[ recovery-image] Aug 25 21:09:39.769 INFO O| Aug 25 21:09:39.769 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-08-25T21:09:40.397Z[ recovery-image] Aug 25 21:09:39.780 INFO O| Aug 25 21:09:39.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86192026-08-25T21:09:40.397Z[ recovery-image] Aug 25 21:09:39.780 INFO O| Aug 25 21:09:39.780 INFO STEP 1095 (remove_files) COMPLETE
86202026-08-25T21:09:40.397Z[ recovery-image] Aug 25 21:09:39.780 INFO O| Aug 25 21:09:39.780 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-08-25T21:09:40.406Z[ recovery-image] Aug 25 21:09:39.790 INFO O| Aug 25 21:09:39.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86222026-08-25T21:09:40.407Z[ recovery-image] Aug 25 21:09:39.790 INFO O| Aug 25 21:09:39.790 INFO STEP 1096 (remove_files) COMPLETE
86232026-08-25T21:09:40.407Z[ recovery-image] Aug 25 21:09:39.790 INFO O| Aug 25 21:09:39.790 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-08-25T21:09:40.418Z[ recovery-image] Aug 25 21:09:39.801 INFO O| Aug 25 21:09:39.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86252026-08-25T21:09:40.418Z[ recovery-image] Aug 25 21:09:39.801 INFO O| Aug 25 21:09:39.801 INFO STEP 1097 (remove_files) COMPLETE
86262026-08-25T21:09:40.418Z[ recovery-image] Aug 25 21:09:39.801 INFO O| Aug 25 21:09:39.801 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-08-25T21:09:40.428Z[ recovery-image] Aug 25 21:09:39.812 INFO O| Aug 25 21:09:39.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86282026-08-25T21:09:40.428Z[ recovery-image] Aug 25 21:09:39.812 INFO O| Aug 25 21:09:39.812 INFO STEP 1098 (remove_files) COMPLETE
86292026-08-25T21:09:40.428Z[ recovery-image] Aug 25 21:09:39.812 INFO O| Aug 25 21:09:39.812 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-08-25T21:09:40.438Z[ recovery-image] Aug 25 21:09:39.822 INFO O| Aug 25 21:09:39.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86312026-08-25T21:09:40.438Z[ recovery-image] Aug 25 21:09:39.822 INFO O| Aug 25 21:09:39.822 INFO STEP 1099 (remove_files) COMPLETE
86322026-08-25T21:09:40.441Z[ recovery-image] Aug 25 21:09:39.822 INFO O| Aug 25 21:09:39.822 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-08-25T21:09:40.446Z[ recovery-image] Aug 25 21:09:39.830 INFO O| Aug 25 21:09:39.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86342026-08-25T21:09:40.446Z[ recovery-image] Aug 25 21:09:39.830 INFO O| Aug 25 21:09:39.830 INFO STEP 1100 (remove_files) COMPLETE
86352026-08-25T21:09:40.447Z[ recovery-image] Aug 25 21:09:39.830 INFO O| Aug 25 21:09:39.830 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-08-25T21:09:40.458Z[ recovery-image] Aug 25 21:09:39.839 INFO O| Aug 25 21:09:39.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86372026-08-25T21:09:40.459Z[ recovery-image] Aug 25 21:09:39.839 INFO O| Aug 25 21:09:39.839 INFO STEP 1101 (remove_files) COMPLETE
86382026-08-25T21:09:40.464Z[ recovery-image] Aug 25 21:09:39.839 INFO O| Aug 25 21:09:39.839 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-08-25T21:09:40.468Z[ recovery-image] Aug 25 21:09:39.847 INFO O| Aug 25 21:09:39.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86402026-08-25T21:09:40.469Z[ recovery-image] Aug 25 21:09:39.847 INFO O| Aug 25 21:09:39.847 INFO STEP 1102 (remove_files) COMPLETE
86412026-08-25T21:09:40.469Z[ recovery-image] Aug 25 21:09:39.847 INFO O| Aug 25 21:09:39.847 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-08-25T21:09:40.472Z[ recovery-image] Aug 25 21:09:39.856 INFO O| Aug 25 21:09:39.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86432026-08-25T21:09:40.472Z[ recovery-image] Aug 25 21:09:39.856 INFO O| Aug 25 21:09:39.856 INFO STEP 1103 (remove_files) COMPLETE
86442026-08-25T21:09:40.472Z[ recovery-image] Aug 25 21:09:39.856 INFO O| Aug 25 21:09:39.856 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86452026-08-25T21:09:40.481Z[ recovery-image] Aug 25 21:09:39.865 INFO O| Aug 25 21:09:39.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86462026-08-25T21:09:40.481Z[ recovery-image] Aug 25 21:09:39.865 INFO O| Aug 25 21:09:39.865 INFO STEP 1104 (remove_files) COMPLETE
86472026-08-25T21:09:40.481Z[ recovery-image] Aug 25 21:09:39.865 INFO O| Aug 25 21:09:39.865 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86482026-08-25T21:09:40.493Z[ recovery-image] Aug 25 21:09:39.875 INFO O| Aug 25 21:09:39.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86492026-08-25T21:09:40.493Z[ recovery-image] Aug 25 21:09:39.876 INFO O| Aug 25 21:09:39.876 INFO STEP 1105 (remove_files) COMPLETE
86502026-08-25T21:09:40.494Z[ recovery-image] Aug 25 21:09:39.876 INFO O| Aug 25 21:09:39.876 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86512026-08-25T21:09:40.501Z[ recovery-image] Aug 25 21:09:39.885 INFO O| Aug 25 21:09:39.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86522026-08-25T21:09:40.501Z[ recovery-image] Aug 25 21:09:39.885 INFO O| Aug 25 21:09:39.885 INFO STEP 1106 (remove_files) COMPLETE
86532026-08-25T21:09:40.501Z[ recovery-image] Aug 25 21:09:39.885 INFO O| Aug 25 21:09:39.885 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86542026-08-25T21:09:40.513Z[ recovery-image] Aug 25 21:09:39.896 INFO O| Aug 25 21:09:39.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86552026-08-25T21:09:40.513Z[ recovery-image] Aug 25 21:09:39.896 INFO O| Aug 25 21:09:39.896 INFO STEP 1107 (remove_files) COMPLETE
86562026-08-25T21:09:40.513Z[ recovery-image] Aug 25 21:09:39.896 INFO O| Aug 25 21:09:39.896 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86572026-08-25T21:09:40.523Z[ recovery-image] Aug 25 21:09:39.907 INFO O| Aug 25 21:09:39.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86582026-08-25T21:09:40.523Z[ recovery-image] Aug 25 21:09:39.907 INFO O| Aug 25 21:09:39.907 INFO STEP 1108 (remove_files) COMPLETE
86592026-08-25T21:09:40.523Z[ recovery-image] Aug 25 21:09:39.907 INFO O| Aug 25 21:09:39.907 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86602026-08-25T21:09:40.533Z[ recovery-image] Aug 25 21:09:39.917 INFO O| Aug 25 21:09:39.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86612026-08-25T21:09:40.533Z[ recovery-image] Aug 25 21:09:39.917 INFO O| Aug 25 21:09:39.917 INFO STEP 1109 (remove_files) COMPLETE
86622026-08-25T21:09:40.533Z[ recovery-image] Aug 25 21:09:39.917 INFO O| Aug 25 21:09:39.917 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86632026-08-25T21:09:40.542Z[ recovery-image] Aug 25 21:09:39.927 INFO O| Aug 25 21:09:39.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86642026-08-25T21:09:40.543Z[ recovery-image] Aug 25 21:09:39.927 INFO O| Aug 25 21:09:39.927 INFO STEP 1110 (remove_files) COMPLETE
86652026-08-25T21:09:40.543Z[ recovery-image] Aug 25 21:09:39.927 INFO O| Aug 25 21:09:39.927 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86662026-08-25T21:09:40.553Z[ recovery-image] Aug 25 21:09:39.936 INFO O| Aug 25 21:09:39.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86672026-08-25T21:09:40.554Z[ recovery-image] Aug 25 21:09:39.936 INFO O| Aug 25 21:09:39.936 INFO STEP 1111 (remove_files) COMPLETE
86682026-08-25T21:09:40.554Z[ recovery-image] Aug 25 21:09:39.936 INFO O| Aug 25 21:09:39.936 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86692026-08-25T21:09:40.562Z[ recovery-image] Aug 25 21:09:39.945 INFO O| Aug 25 21:09:39.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86702026-08-25T21:09:40.562Z[ recovery-image] Aug 25 21:09:39.945 INFO O| Aug 25 21:09:39.945 INFO STEP 1112 (remove_files) COMPLETE
86712026-08-25T21:09:40.562Z[ recovery-image] Aug 25 21:09:39.945 INFO O| Aug 25 21:09:39.945 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86722026-08-25T21:09:40.573Z[ recovery-image] Aug 25 21:09:39.957 INFO O| Aug 25 21:09:39.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86732026-08-25T21:09:40.574Z[ recovery-image] Aug 25 21:09:39.957 INFO O| Aug 25 21:09:39.957 INFO STEP 1113 (remove_files) COMPLETE
86742026-08-25T21:09:40.579Z[ recovery-image] Aug 25 21:09:39.957 INFO O| Aug 25 21:09:39.957 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86752026-08-25T21:09:40.991Z[ recovery-image] Aug 25 21:09:39.966 INFO O| Aug 25 21:09:39.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86762026-08-25T21:09:40.991Z[ recovery-image] Aug 25 21:09:39.967 INFO O| Aug 25 21:09:39.967 INFO STEP 1114 (remove_files) COMPLETE
86772026-08-25T21:09:40.991Z[ recovery-image] Aug 25 21:09:39.967 INFO O| Aug 25 21:09:39.967 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86782026-08-25T21:09:40.996Z[ recovery-image] Aug 25 21:09:39.976 INFO O| Aug 25 21:09:39.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86792026-08-25T21:09:40.996Z[ recovery-image] Aug 25 21:09:39.976 INFO O| Aug 25 21:09:39.976 INFO STEP 1115 (remove_files) COMPLETE
86802026-08-25T21:09:40.996Z[ recovery-image] Aug 25 21:09:39.976 INFO O| Aug 25 21:09:39.976 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86812026-08-25T21:09:40.996Z[ recovery-image] Aug 25 21:09:39.985 INFO O| Aug 25 21:09:39.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86822026-08-25T21:09:40.996Z[ recovery-image] Aug 25 21:09:39.985 INFO O| Aug 25 21:09:39.985 INFO STEP 1116 (remove_files) COMPLETE
86832026-08-25T21:09:40.996Z[ recovery-image] Aug 25 21:09:39.985 INFO O| Aug 25 21:09:39.985 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86842026-08-25T21:09:40.997Z[ recovery-image] Aug 25 21:09:39.995 INFO O| Aug 25 21:09:39.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86852026-08-25T21:09:40.997Z[ recovery-image] Aug 25 21:09:39.995 INFO O| Aug 25 21:09:39.995 INFO STEP 1117 (remove_files) COMPLETE
86862026-08-25T21:09:40.997Z[ recovery-image] Aug 25 21:09:39.995 INFO O| Aug 25 21:09:39.995 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86872026-08-25T21:09:40.997Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86882026-08-25T21:09:40.997Z[ recovery-image] Aug 25 21:09:40.011 INFO O| Aug 25 21:09:40.011 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86892026-08-25T21:09:40.997Z[ recovery-image] Aug 25 21:09:40.012 INFO O| Aug 25 21:09:40.011 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86902026-08-25T21:09:41.290Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
86912026-08-25T21:09:41.689Z[ recovery-image] Aug 25 21:09:41.068 INFO O| Aug 25 21:09:41.068 INFO STEP 1118 (pack_tar) COMPLETE
86922026-08-25T21:09:41.689Z[ recovery-image] Aug 25 21:09:41.068 INFO O| Aug 25 21:09:41.068 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86932026-08-25T21:09:41.689Z[ recovery-image] Aug 25 21:09:41.068 INFO O| Aug 25 21:09:41.068 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86942026-08-25T21:09:42.277Z[ recovery-image] Aug 25 21:09:41.661 INFO O| Aug 25 21:09:41.661 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86952026-08-25T21:09:42.398Z[ recovery-image] Aug 25 21:09:41.780 INFO O| Aug 25 21:09:41.780 INFO completed processing sled/ramdisk-03-recovery-trim
86962026-08-25T21:09:42.403Z[ recovery-image] Aug 25 21:09:41.784 INFO image builder template: zfs-recovery...
86972026-08-25T21:09:42.403Z[ recovery-image] Aug 25 21:09:41.784 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/.tmpjbOF9F/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs-recovery"], pwd: None
86982026-08-25T21:09:42.432Z[ recovery-image] Aug 25 21:09:41.811 INFO O| Aug 25 21:09:41.811 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86992026-08-25T21:09:42.438Z[ recovery-image] Aug 25 21:09:41.819 INFO O| Aug 25 21:09:41.817 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87002026-08-25T21:09:42.519Z[ recovery-image] Aug 25 21:09:41.902 INFO O| Aug 25 21:09:41.902 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87012026-08-25T21:09:42.576Z[ recovery-image] Aug 25 21:09:41.957 INFO O| Aug 25 21:09:41.957 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87022026-08-25T21:09:42.576Z[ recovery-image] Aug 25 21:09:41.957 INFO O| Aug 25 21:09:41.957 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87032026-08-25T21:09:42.590Z[ recovery-image] Aug 25 21:09:41.962 INFO O| Aug 25 21:09:41.962 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87042026-08-25T21:09:42.638Z[ recovery-image] Aug 25 21:09:42.020 INFO O| Aug 25 21:09:42.020 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87052026-08-25T21:09:42.685Z[ recovery-image] Aug 25 21:09:42.068 INFO O| Aug 25 21:09:42.067 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87062026-08-25T21:09:42.694Z[ recovery-image] Aug 25 21:09:42.077 INFO O| Aug 25 21:09:42.077 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87072026-08-25T21:09:42.700Z[ recovery-image] Aug 25 21:09:42.083 INFO O| Aug 25 21:09:42.083 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87082026-08-25T21:09:42.704Z[ recovery-image] Aug 25 21:09:42.084 INFO O| Aug 25 21:09:42.084 INFO no lofi found
87092026-08-25T21:09:42.705Z[ recovery-image] Aug 25 21:09:42.084 INFO O| Aug 25 21:09:42.084 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87102026-08-25T21:09:42.705Z[ recovery-image] Aug 25 21:09:42.085 INFO O| Aug 25 21:09:42.084 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87112026-08-25T21:09:42.718Z[verify-libraries] Compiling git2 v0.20.4
87122026-08-25T21:09:42.800Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
87132026-08-25T21:09:43.164Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
87142026-08-25T21:09:43.535Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
87152026-08-25T21:09:44.236Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
87162026-08-25T21:09:44.384Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
87172026-08-25T21:09:44.618Z[ recovery-image] Aug 25 21:09:44.001 INFO O| Aug 25 21:09:44.001 INFO lofi device = /dev/dsk/c2t1d0p0
87182026-08-25T21:09:44.619Z[ recovery-image] Aug 25 21:09:44.001 INFO O| Aug 25 21:09:44.001 INFO pool device = /dev/dsk/c2t1d0p0
87192026-08-25T21:09:44.624Z[ recovery-image] Aug 25 21:09:44.001 INFO O| Aug 25 21:09:44.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"]
87202026-08-25T21:09:44.817Z[ recovery-image] Aug 25 21:09:44.201 INFO O| Aug 25 21:09:44.200 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87212026-08-25T21:09:44.817Z[ recovery-image] Aug 25 21:09:44.201 INFO O| Aug 25 21:09:44.201 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87222026-08-25T21:09:44.846Z[ recovery-image] Aug 25 21:09:44.230 INFO O| Aug 25 21:09:44.230 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87232026-08-25T21:09:44.957Z[ recovery-image] Aug 25 21:09:44.339 INFO O| Aug 25 21:09:44.339 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87242026-08-25T21:09:44.988Z[ recovery-image] Aug 25 21:09:44.372 INFO O| Aug 25 21:09:44.372 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87252026-08-25T21:09:45.011Z[ recovery-image] Aug 25 21:09:44.393 INFO O| Aug 25 21:09:44.393 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87262026-08-25T21:09:45.026Z[ recovery-image] Aug 25 21:09:44.410 INFO O| Aug 25 21:09:44.409 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87272026-08-25T21:09:45.070Z[ recovery-image] Aug 25 21:09:44.454 INFO O| Aug 25 21:09:44.453 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87282026-08-25T21:09:45.070Z[ recovery-image] Aug 25 21:09:44.454 INFO O| Aug 25 21:09:44.454 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87292026-08-25T21:09:45.071Z[ recovery-image] Aug 25 21:09:44.454 INFO O| Aug 25 21:09:44.454 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87302026-08-25T21:09:45.080Z[ recovery-image] Aug 25 21:09:44.463 INFO O| Aug 25 21:09:44.463 INFO boot environment UUID: 16bfe7b8-4803-4968-baf4-7210e009ca74
87312026-08-25T21:09:45.080Z[ recovery-image] Aug 25 21:09:44.463 INFO O| Aug 25 21:09:44.463 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 16bfe7b8-4803-4968-baf4-7210e009ca74
87322026-08-25T21:09:45.098Z[ recovery-image] Aug 25 21:09:44.481 INFO O| Aug 25 21:09:44.481 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87332026-08-25T21:09:45.119Z[ recovery-image] Aug 25 21:09:44.502 INFO O| Aug 25 21:09:44.502 INFO STEP 0 (create_be) COMPLETE
87342026-08-25T21:09:45.119Z[ recovery-image] Aug 25 21:09:44.502 INFO O| Aug 25 21:09:44.502 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87352026-08-25T21:09:45.134Z[ recovery-image] Aug 25 21:09:44.518 INFO O| Aug 25 21:09:44.517 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"]
87362026-08-25T21:09:46.334Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
87372026-08-25T21:09:46.679Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
87382026-08-25T21:09:46.736Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
87392026-08-25T21:09:46.807Z[verify-libraries] Compiling yansi v1.0.1
87402026-08-25T21:09:46.899Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87412026-08-25T21:09:47.212Z[verify-libraries] Compiling pretty_assertions v1.4.1
87422026-08-25T21:09:47.252Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87432026-08-25T21:09:47.379Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87442026-08-25T21:09:48.113Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87452026-08-25T21:09:48.289Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87462026-08-25T21:09:48.374Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87472026-08-25T21:09:48.510Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87482026-08-25T21:09:48.665Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87492026-08-25T21:09:48.756Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87502026-08-25T21:09:48.941Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87512026-08-25T21:09:49.150Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87522026-08-25T21:09:49.187Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87532026-08-25T21:09:49.336Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87542026-08-25T21:09:49.461Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87552026-08-25T21:09:49.592Z[verify-libraries] Compiling drift v0.2.0
87562026-08-25T21:09:49.688Z[verify-libraries] Compiling uzers v0.12.2
87572026-08-25T21:09:50.022Z[verify-libraries] Compiling parse-size v1.1.0
87582026-08-25T21:09:50.155Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87592026-08-25T21:09:50.284Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87602026-08-25T21:09:50.639Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87612026-08-25T21:09:50.762Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87622026-08-25T21:09:51.379Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87632026-08-25T21:09:51.464Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87642026-08-25T21:09:53.380Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87652026-08-25T21:09:54.030Z[ recovery-image] Aug 25 21:09:53.413 INFO O| Aug 25 21:09:53.413 INFO STEP 1 (unpack_tar) COMPLETE
87662026-08-25T21:09:54.031Z[ recovery-image] Aug 25 21:09:53.413 INFO O| Aug 25 21:09:53.413 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87672026-08-25T21:09:54.042Z[ recovery-image] Aug 25 21:09:53.425 INFO O| Aug 25 21:09:53.425 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87682026-08-25T21:09:54.118Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87692026-08-25T21:09:54.677Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87702026-08-25T21:09:55.314Z[ recovery-image] Aug 25 21:09:54.698 INFO O| Aug 25 21:09:54.698 INFO STEP 2 (devfsadm) COMPLETE
87712026-08-25T21:09:55.314Z[ recovery-image] Aug 25 21:09:54.698 INFO O| Aug 25 21:09:54.698 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87722026-08-25T21:09:55.326Z[ recovery-image] Aug 25 21:09:54.709 INFO O| Aug 25 21:09:54.709 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87732026-08-25T21:09:55.327Z[ recovery-image] Aug 25 21:09:54.709 INFO O| Aug 25 21:09:54.709 INFO STEP 3 (ensure_dir) COMPLETE
87742026-08-25T21:09:55.331Z[ recovery-image] Aug 25 21:09:54.709 INFO O| Aug 25 21:09:54.709 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87752026-08-25T21:09:55.336Z[ recovery-image] Aug 25 21:09:54.719 INFO O| Aug 25 21:09:54.719 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87762026-08-25T21:09:55.337Z[ recovery-image] Aug 25 21:09:54.719 INFO O| Aug 25 21:09:54.719 INFO STEP 4 (ensure_dir) COMPLETE
87772026-08-25T21:09:55.342Z[ recovery-image] Aug 25 21:09:54.719 INFO O| Aug 25 21:09:54.719 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87782026-08-25T21:09:55.346Z[ recovery-image] Aug 25 21:09:54.729 INFO O| Aug 25 21:09:54.729 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87792026-08-25T21:09:55.346Z[ recovery-image] Aug 25 21:09:54.729 INFO O| Aug 25 21:09:54.729 INFO STEP 5 (ensure_dir) COMPLETE
87802026-08-25T21:09:55.346Z[ recovery-image] Aug 25 21:09:54.729 INFO O| Aug 25 21:09:54.729 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87812026-08-25T21:09:55.354Z[ recovery-image] Aug 25 21:09:54.738 INFO O| Aug 25 21:09:54.737 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87822026-08-25T21:09:55.355Z[ recovery-image] Aug 25 21:09:54.738 INFO O| Aug 25 21:09:54.738 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87832026-08-25T21:09:55.358Z[ recovery-image] Aug 25 21:09:54.738 INFO O| Aug 25 21:09:54.738 INFO STEP 6 (ensure_dir) COMPLETE
87842026-08-25T21:09:55.358Z[ recovery-image] Aug 25 21:09:54.738 INFO O| Aug 25 21:09:54.738 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87852026-08-25T21:09:55.365Z[ recovery-image] Aug 25 21:09:54.748 INFO O| Aug 25 21:09:54.748 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87862026-08-25T21:09:55.365Z[ recovery-image] Aug 25 21:09:54.748 INFO O| Aug 25 21:09:54.748 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87872026-08-25T21:09:55.368Z[ recovery-image] Aug 25 21:09:54.748 INFO O| Aug 25 21:09:54.748 INFO STEP 7 (ensure_dir) COMPLETE
87882026-08-25T21:09:55.368Z[ recovery-image] Aug 25 21:09:54.748 INFO O| Aug 25 21:09:54.748 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87892026-08-25T21:09:55.374Z[ recovery-image] Aug 25 21:09:54.758 INFO O| Aug 25 21:09:54.758 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87902026-08-25T21:09:55.378Z[ recovery-image] Aug 25 21:09:54.759 INFO O| Aug 25 21:09:54.759 INFO STEP 8 (remove_files) COMPLETE
87912026-08-25T21:09:55.378Z[ recovery-image] Aug 25 21:09:54.759 INFO O| Aug 25 21:09:54.759 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87922026-08-25T21:09:55.386Z[ recovery-image] Aug 25 21:09:54.768 INFO O| Aug 25 21:09:54.768 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87932026-08-25T21:09:55.390Z[ recovery-image] Aug 25 21:09:54.769 INFO O| Aug 25 21:09:54.769 INFO STEP 9 (remove_files) COMPLETE
87942026-08-25T21:09:55.390Z[ recovery-image] Aug 25 21:09:54.769 INFO O| Aug 25 21:09:54.769 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87952026-08-25T21:09:55.395Z[ recovery-image] Aug 25 21:09:54.779 INFO O| Aug 25 21:09:54.779 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87962026-08-25T21:09:55.399Z[ recovery-image] Aug 25 21:09:54.780 INFO O| Aug 25 21:09:54.780 INFO STEP 10 (remove_files) COMPLETE
87972026-08-25T21:09:55.399Z[ recovery-image] Aug 25 21:09:54.780 INFO O| Aug 25 21:09:54.780 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87982026-08-25T21:09:55.406Z[ recovery-image] Aug 25 21:09:54.789 INFO O| Aug 25 21:09:54.789 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87992026-08-25T21:09:55.406Z[ recovery-image] Aug 25 21:09:54.789 INFO O| Aug 25 21:09:54.789 INFO STEP 11 (remove_files) COMPLETE
88002026-08-25T21:09:55.406Z[ recovery-image] Aug 25 21:09:54.789 INFO O| Aug 25 21:09:54.789 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88012026-08-25T21:09:55.418Z[ recovery-image] Aug 25 21:09:54.799 INFO O| Aug 25 21:09:54.799 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88022026-08-25T21:09:55.418Z[ recovery-image] Aug 25 21:09:54.799 INFO O| Aug 25 21:09:54.799 INFO STEP 12 (remove_files) COMPLETE
88032026-08-25T21:09:55.418Z[ recovery-image] Aug 25 21:09:54.799 INFO O| Aug 25 21:09:54.799 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042026-08-25T21:09:55.431Z[ recovery-image] Aug 25 21:09:54.810 INFO O| Aug 25 21:09:54.809 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88052026-08-25T21:09:55.433Z[ recovery-image] Aug 25 21:09:54.810 INFO O| Aug 25 21:09:54.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88062026-08-25T21:09:55.433Z[ recovery-image] Aug 25 21:09:54.810 INFO O| Aug 25 21:09:54.810 INFO STEP 13 (ensure_dir) COMPLETE
88072026-08-25T21:09:55.441Z[ recovery-image] Aug 25 21:09:54.810 INFO O| Aug 25 21:09:54.810 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88082026-08-25T21:09:55.441Z[ recovery-image] Aug 25 21:09:54.820 INFO O| Aug 25 21:09:54.820 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88092026-08-25T21:09:55.441Z[ recovery-image] Aug 25 21:09:54.820 INFO O| Aug 25 21:09:54.820 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88102026-08-25T21:09:55.441Z[ recovery-image] Aug 25 21:09:54.820 INFO O| Aug 25 21:09:54.820 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88112026-08-25T21:09:55.441Z[ recovery-image] Aug 25 21:09:54.820 INFO O| Aug 25 21:09:54.820 INFO STEP 14 (ensure_dir) COMPLETE
88122026-08-25T21:09:55.441Z[ recovery-image] Aug 25 21:09:54.820 INFO O| Aug 25 21:09:54.820 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88132026-08-25T21:09:55.447Z[ recovery-image] Aug 25 21:09:54.831 INFO O| Aug 25 21:09:54.830 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88142026-08-25T21:09:55.447Z[ recovery-image] Aug 25 21:09:54.831 INFO O| Aug 25 21:09:54.831 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88152026-08-25T21:09:55.447Z[ recovery-image] Aug 25 21:09:54.831 INFO O| Aug 25 21:09:54.831 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88162026-08-25T21:09:55.447Z[ recovery-image] Aug 25 21:09:54.831 INFO O| Aug 25 21:09:54.831 INFO STEP 15 (ensure_dir) COMPLETE
88172026-08-25T21:09:55.450Z[ recovery-image] Aug 25 21:09:54.831 INFO O| Aug 25 21:09:54.831 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88182026-08-25T21:09:55.457Z[ recovery-image] Aug 25 21:09:54.841 INFO O| Aug 25 21:09:54.841 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88192026-08-25T21:09:55.457Z[ recovery-image] Aug 25 21:09:54.841 INFO O| Aug 25 21:09:54.841 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88202026-08-25T21:09:55.461Z[ recovery-image] Aug 25 21:09:54.841 INFO O| Aug 25 21:09:54.841 INFO STEP 16 (ensure_dir) COMPLETE
88212026-08-25T21:09:55.470Z[ recovery-image] Aug 25 21:09:54.841 INFO O| Aug 25 21:09:54.841 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88222026-08-25T21:09:55.474Z[ recovery-image] Aug 25 21:09:54.852 INFO O| Aug 25 21:09:54.852 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88232026-08-25T21:09:55.475Z[ recovery-image] Aug 25 21:09:54.852 INFO O| Aug 25 21:09:54.852 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88242026-08-25T21:09:55.475Z[ recovery-image] Aug 25 21:09:54.852 INFO O| Aug 25 21:09:54.852 INFO STEP 17 (ensure_dir) COMPLETE
88252026-08-25T21:09:55.475Z[ recovery-image] Aug 25 21:09:54.852 INFO O| Aug 25 21:09:54.852 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88262026-08-25T21:09:55.480Z[ recovery-image] Aug 25 21:09:54.864 INFO O| Aug 25 21:09:54.864 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88272026-08-25T21:09:55.480Z[ recovery-image] Aug 25 21:09:54.864 INFO O| Aug 25 21:09:54.864 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88282026-08-25T21:09:55.480Z[ recovery-image] Aug 25 21:09:54.864 INFO O| Aug 25 21:09:54.864 INFO ok!
88292026-08-25T21:09:55.523Z[ recovery-image] Aug 25 21:09:54.864 INFO O| Aug 25 21:09:54.864 INFO STEP 18 (ensure_symlink) COMPLETE
88302026-08-25T21:09:55.523Z[ recovery-image] Aug 25 21:09:54.864 INFO O| Aug 25 21:09:54.864 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88312026-08-25T21:09:55.523Z[ recovery-image] Aug 25 21:09:54.873 INFO O| Aug 25 21:09:54.873 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88322026-08-25T21:09:55.523Z[ recovery-image] Aug 25 21:09:54.873 INFO O| Aug 25 21:09:54.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88332026-08-25T21:09:55.523Z[ recovery-image] Aug 25 21:09:54.873 INFO O| Aug 25 21:09:54.873 INFO ok!
88342026-08-25T21:09:55.523Z[ recovery-image] Aug 25 21:09:54.873 INFO O| Aug 25 21:09:54.873 INFO STEP 19 (ensure_file) COMPLETE
88352026-08-25T21:09:55.523Z[ recovery-image] Aug 25 21:09:54.873 INFO O| Aug 25 21:09:54.873 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88362026-08-25T21:09:55.523Z[ recovery-image] Aug 25 21:09:54.885 INFO O| Aug 25 21:09:54.885 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88372026-08-25T21:09:55.523Z[ recovery-image] Aug 25 21:09:54.885 INFO O| Aug 25 21:09:54.885 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88382026-08-25T21:09:55.523Z[ recovery-image] Aug 25 21:09:54.885 INFO O| Aug 25 21:09:54.885 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88392026-08-25T21:09:55.524Z[ recovery-image] Aug 25 21:09:54.885 INFO O| Aug 25 21:09:54.885 INFO ok!
88402026-08-25T21:09:55.524Z[ recovery-image] Aug 25 21:09:54.885 INFO O| Aug 25 21:09:54.885 INFO STEP 20 (ensure_symlink) COMPLETE
88412026-08-25T21:09:55.525Z[ recovery-image] Aug 25 21:09:54.885 INFO O| Aug 25 21:09:54.885 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88422026-08-25T21:09:55.525Z[ recovery-image] Aug 25 21:09:54.896 INFO O| Aug 25 21:09:54.896 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88432026-08-25T21:09:55.525Z[ recovery-image] Aug 25 21:09:54.896 INFO O| Aug 25 21:09:54.896 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88442026-08-25T21:09:55.525Z[ recovery-image] Aug 25 21:09:54.896 INFO O| Aug 25 21:09:54.896 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88452026-08-25T21:09:55.525Z[ recovery-image] Aug 25 21:09:54.896 INFO O| Aug 25 21:09:54.896 INFO ok!
88462026-08-25T21:09:55.525Z[ recovery-image] Aug 25 21:09:54.896 INFO O| Aug 25 21:09:54.896 INFO STEP 21 (ensure_symlink) COMPLETE
88472026-08-25T21:09:55.525Z[ recovery-image] Aug 25 21:09:54.896 INFO O| Aug 25 21:09:54.896 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88482026-08-25T21:09:55.545Z[ recovery-image] Aug 25 21:09:54.907 INFO O| Aug 25 21:09:54.907 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88492026-08-25T21:09:55.545Z[ recovery-image] Aug 25 21:09:54.907 INFO O| Aug 25 21:09:54.907 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88502026-08-25T21:09:55.545Z[ recovery-image] Aug 25 21:09:54.907 INFO O| Aug 25 21:09:54.907 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88512026-08-25T21:09:55.545Z[ recovery-image] Aug 25 21:09:54.907 INFO O| Aug 25 21:09:54.907 INFO ok!
88522026-08-25T21:09:55.546Z[ recovery-image] Aug 25 21:09:54.907 INFO O| Aug 25 21:09:54.907 INFO STEP 22 (ensure_symlink) COMPLETE
88532026-08-25T21:09:55.546Z[ recovery-image] Aug 25 21:09:54.907 INFO O| Aug 25 21:09:54.907 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88542026-08-25T21:09:55.546Z[ recovery-image] Aug 25 21:09:54.917 INFO O| Aug 25 21:09:54.917 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88552026-08-25T21:09:55.546Z[ recovery-image] Aug 25 21:09:54.917 INFO O| Aug 25 21:09:54.917 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88562026-08-25T21:09:55.546Z[ recovery-image] Aug 25 21:09:54.917 INFO O| Aug 25 21:09:54.917 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88572026-08-25T21:09:55.546Z[ recovery-image] Aug 25 21:09:54.917 INFO O| Aug 25 21:09:54.917 INFO ok!
88582026-08-25T21:09:55.546Z[ recovery-image] Aug 25 21:09:54.917 INFO O| Aug 25 21:09:54.917 INFO STEP 23 (ensure_symlink) COMPLETE
88592026-08-25T21:09:55.546Z[ recovery-image] Aug 25 21:09:54.917 INFO O| Aug 25 21:09:54.917 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88602026-08-25T21:09:55.551Z[ recovery-image] Aug 25 21:09:54.928 INFO O| Aug 25 21:09:54.928 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88612026-08-25T21:09:55.551Z[ recovery-image] Aug 25 21:09:54.928 INFO O| Aug 25 21:09:54.928 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 ...
88622026-08-25T21:09:55.551Z[ recovery-image] Aug 25 21:09:54.928 INFO O| Aug 25 21:09:54.928 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88632026-08-25T21:09:55.551Z[ recovery-image] Aug 25 21:09:54.928 INFO O| Aug 25 21:09:54.928 INFO ok!
88642026-08-25T21:09:55.551Z[ recovery-image] Aug 25 21:09:54.928 INFO O| Aug 25 21:09:54.928 INFO STEP 24 (ensure_file) COMPLETE
88652026-08-25T21:09:55.551Z[ recovery-image] Aug 25 21:09:54.928 INFO O| Aug 25 21:09:54.928 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88662026-08-25T21:09:55.583Z[ recovery-image] Aug 25 21:09:54.939 INFO O| Aug 25 21:09:54.938 INFO updating shadow file
88672026-08-25T21:09:55.583Z[ recovery-image] Aug 25 21:09:54.939 INFO O| Aug 25 21:09:54.939 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88682026-08-25T21:09:55.583Z[ recovery-image] Aug 25 21:09:54.939 INFO O| Aug 25 21:09:54.939 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88692026-08-25T21:09:55.583Z[ recovery-image] Aug 25 21:09:54.939 INFO O| Aug 25 21:09:54.939 INFO STEP 25 (shadow) COMPLETE
88702026-08-25T21:09:55.583Z[ recovery-image] Aug 25 21:09:54.939 INFO O| Aug 25 21:09:54.939 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88712026-08-25T21:09:55.583Z[ recovery-image] Aug 25 21:09:54.949 INFO O| Aug 25 21:09:54.949 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88722026-08-25T21:09:55.584Z[ recovery-image] Aug 25 21:09:54.949 INFO O| Aug 25 21:09:54.949 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88732026-08-25T21:09:55.584Z[ recovery-image] Aug 25 21:09:54.949 INFO O| Aug 25 21:09:54.949 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88742026-08-25T21:09:55.584Z[ recovery-image] Aug 25 21:09:54.949 INFO O| Aug 25 21:09:54.949 INFO ok!
88752026-08-25T21:09:55.584Z[ recovery-image] Aug 25 21:09:54.949 INFO O| Aug 25 21:09:54.949 INFO STEP 26 (ensure_file) COMPLETE
88762026-08-25T21:09:55.584Z[ recovery-image] Aug 25 21:09:54.949 INFO O| Aug 25 21:09:54.949 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88772026-08-25T21:09:55.597Z[ recovery-image] Aug 25 21:09:54.961 INFO O| Aug 25 21:09:54.961 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88782026-08-25T21:09:55.597Z[ recovery-image] Aug 25 21:09:54.961 INFO O| Aug 25 21:09:54.961 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88792026-08-25T21:09:55.598Z[ recovery-image] Aug 25 21:09:54.961 INFO O| Aug 25 21:09:54.961 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88802026-08-25T21:09:55.599Z[ recovery-image] Aug 25 21:09:54.961 INFO O| Aug 25 21:09:54.961 INFO ok!
88812026-08-25T21:09:55.599Z[ recovery-image] Aug 25 21:09:54.961 INFO O| Aug 25 21:09:54.961 INFO STEP 27 (ensure_file) COMPLETE
88822026-08-25T21:09:55.599Z[ recovery-image] Aug 25 21:09:54.961 INFO O| Aug 25 21:09:54.961 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88832026-08-25T21:09:55.599Z[ recovery-image] Aug 25 21:09:54.970 INFO O| Aug 25 21:09:54.970 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88842026-08-25T21:09:55.599Z[ recovery-image] Aug 25 21:09:54.970 INFO O| Aug 25 21:09:54.970 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88852026-08-25T21:09:55.599Z[ recovery-image] Aug 25 21:09:54.970 INFO O| Aug 25 21:09:54.970 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88862026-08-25T21:09:55.599Z[ recovery-image] Aug 25 21:09:54.970 INFO O| Aug 25 21:09:54.970 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88872026-08-25T21:09:55.599Z[ recovery-image] Aug 25 21:09:54.970 INFO O| Aug 25 21:09:54.970 INFO ok!
88882026-08-25T21:09:55.599Z[ recovery-image] Aug 25 21:09:54.970 INFO O| Aug 25 21:09:54.970 INFO STEP 28 (ensure_file) COMPLETE
88892026-08-25T21:09:55.599Z[ recovery-image] Aug 25 21:09:54.970 INFO O| Aug 25 21:09:54.970 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88902026-08-25T21:09:55.605Z[ recovery-image] Aug 25 21:09:54.979 INFO O| Aug 25 21:09:54.979 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88912026-08-25T21:09:55.606Z[ recovery-image] Aug 25 21:09:54.979 INFO O| Aug 25 21:09:54.979 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88922026-08-25T21:09:55.606Z[ recovery-image] Aug 25 21:09:54.979 INFO O| Aug 25 21:09:54.979 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88932026-08-25T21:09:55.606Z[ recovery-image] Aug 25 21:09:54.979 INFO O| Aug 25 21:09:54.979 INFO ok!
88942026-08-25T21:09:55.606Z[ recovery-image] Aug 25 21:09:54.979 INFO O| Aug 25 21:09:54.979 INFO STEP 29 (ensure_file) COMPLETE
88952026-08-25T21:09:55.613Z[ recovery-image] Aug 25 21:09:54.979 INFO O| Aug 25 21:09:54.979 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88962026-08-25T21:09:55.632Z[ recovery-image] Aug 25 21:09:54.988 INFO O| Aug 25 21:09:54.988 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88972026-08-25T21:09:55.632Z[ recovery-image] Aug 25 21:09:54.988 INFO O| Aug 25 21:09:54.988 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88982026-08-25T21:09:55.632Z[ recovery-image] Aug 25 21:09:54.988 INFO O| Aug 25 21:09:54.988 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88992026-08-25T21:09:55.632Z[ recovery-image] Aug 25 21:09:54.988 INFO O| Aug 25 21:09:54.988 INFO STEP 30 (ensure_dir) COMPLETE
89002026-08-25T21:09:55.632Z[ recovery-image] Aug 25 21:09:54.988 INFO O| Aug 25 21:09:54.988 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89012026-08-25T21:09:55.632Z[ recovery-image] Aug 25 21:09:54.999 INFO O| Aug 25 21:09:54.999 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89022026-08-25T21:09:55.632Z[ recovery-image] Aug 25 21:09:54.999 INFO O| Aug 25 21:09:54.999 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 ...
89032026-08-25T21:09:55.632Z[ recovery-image] Aug 25 21:09:54.999 INFO O| Aug 25 21:09:54.999 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
89042026-08-25T21:09:55.655Z[ recovery-image] Aug 25 21:09:54.999 INFO O| Aug 25 21:09:54.999 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89052026-08-25T21:09:55.655Z[ recovery-image] Aug 25 21:09:54.999 INFO O| Aug 25 21:09:54.999 INFO ok!
89062026-08-25T21:09:55.655Z[ recovery-image] Aug 25 21:09:54.999 INFO O| Aug 25 21:09:54.999 INFO STEP 31 (ensure_file) COMPLETE
89072026-08-25T21:09:55.655Z[ recovery-image] Aug 25 21:09:54.999 INFO O| Aug 25 21:09:54.999 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89082026-08-25T21:09:55.655Z[ recovery-image] Aug 25 21:09:55.009 INFO O| Aug 25 21:09:55.009 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89092026-08-25T21:09:55.655Z[ recovery-image] Aug 25 21:09:55.009 INFO O| Aug 25 21:09:55.009 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89102026-08-25T21:09:55.656Z[ recovery-image] Aug 25 21:09:55.009 INFO O| Aug 25 21:09:55.009 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89112026-08-25T21:09:55.656Z[ recovery-image] Aug 25 21:09:55.009 INFO O| Aug 25 21:09:55.009 INFO STEP 32 (ensure_dir) COMPLETE
89122026-08-25T21:09:55.656Z[ recovery-image] Aug 25 21:09:55.009 INFO O| Aug 25 21:09:55.009 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89132026-08-25T21:09:55.656Z[ recovery-image] Aug 25 21:09:55.018 INFO O| Aug 25 21:09:55.018 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89142026-08-25T21:09:55.656Z[ recovery-image] Aug 25 21:09:55.018 INFO O| Aug 25 21:09:55.018 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 ...
89152026-08-25T21:09:55.656Z[ recovery-image] Aug 25 21:09:55.018 INFO O| Aug 25 21:09:55.018 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
89162026-08-25T21:09:55.656Z[ recovery-image] Aug 25 21:09:55.018 INFO O| Aug 25 21:09:55.018 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89172026-08-25T21:09:55.656Z[ recovery-image] Aug 25 21:09:55.018 INFO O| Aug 25 21:09:55.018 INFO ok!
89182026-08-25T21:09:55.656Z[ recovery-image] Aug 25 21:09:55.018 INFO O| Aug 25 21:09:55.018 INFO STEP 33 (ensure_file) COMPLETE
89192026-08-25T21:09:55.656Z[ recovery-image] Aug 25 21:09:55.018 INFO O| Aug 25 21:09:55.018 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89202026-08-25T21:09:55.666Z[ recovery-image] Aug 25 21:09:55.027 INFO O| Aug 25 21:09:55.027 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89212026-08-25T21:09:55.666Z[ recovery-image] Aug 25 21:09:55.027 INFO O| Aug 25 21:09:55.027 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89222026-08-25T21:09:55.666Z[ recovery-image] Aug 25 21:09:55.027 INFO O| Aug 25 21:09:55.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89232026-08-25T21:09:55.666Z[ recovery-image] Aug 25 21:09:55.027 INFO O| Aug 25 21:09:55.027 INFO ok!
89242026-08-25T21:09:55.666Z[ recovery-image] Aug 25 21:09:55.027 INFO O| Aug 25 21:09:55.027 INFO STEP 34 (ensure_file) COMPLETE
89252026-08-25T21:09:55.666Z[ recovery-image] Aug 25 21:09:55.027 INFO O| Aug 25 21:09:55.027 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89262026-08-25T21:09:55.666Z[ recovery-image] Aug 25 21:09:55.036 INFO O| Aug 25 21:09:55.036 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89272026-08-25T21:09:55.667Z[ recovery-image] Aug 25 21:09:55.036 INFO O| Aug 25 21:09:55.036 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89282026-08-25T21:09:55.667Z[ recovery-image] Aug 25 21:09:55.036 INFO O| Aug 25 21:09:55.036 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89292026-08-25T21:09:55.667Z[ recovery-image] Aug 25 21:09:55.036 INFO O| Aug 25 21:09:55.036 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89302026-08-25T21:09:55.667Z[ recovery-image] Aug 25 21:09:55.036 INFO O| Aug 25 21:09:55.036 INFO ok!
89312026-08-25T21:09:55.667Z[ recovery-image] Aug 25 21:09:55.036 INFO O| Aug 25 21:09:55.036 INFO STEP 35 (ensure_file) COMPLETE
89322026-08-25T21:09:55.667Z[ recovery-image] Aug 25 21:09:55.036 INFO O| Aug 25 21:09:55.036 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89332026-08-25T21:09:55.667Z[ recovery-image] Aug 25 21:09:55.048 INFO O| Aug 25 21:09:55.048 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89342026-08-25T21:09:55.667Z[ recovery-image] Aug 25 21:09:55.048 INFO O| Aug 25 21:09:55.048 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89352026-08-25T21:09:55.668Z[ recovery-image] Aug 25 21:09:55.048 INFO O| Aug 25 21:09:55.048 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89362026-08-25T21:09:55.668Z[ recovery-image] Aug 25 21:09:55.048 INFO O| Aug 25 21:09:55.048 INFO ok!
89372026-08-25T21:09:55.668Z[ recovery-image] Aug 25 21:09:55.048 INFO O| Aug 25 21:09:55.048 INFO STEP 36 (ensure_file) COMPLETE
89382026-08-25T21:09:55.668Z[ recovery-image] Aug 25 21:09:55.048 INFO O| Aug 25 21:09:55.048 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89392026-08-25T21:09:55.675Z[ recovery-image] Aug 25 21:09:55.057 INFO O| Aug 25 21:09:55.057 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89402026-08-25T21:09:55.675Z[ recovery-image] Aug 25 21:09:55.057 INFO O| Aug 25 21:09:55.057 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89412026-08-25T21:09:55.675Z[ recovery-image] Aug 25 21:09:55.057 INFO O| Aug 25 21:09:55.057 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89422026-08-25T21:09:55.675Z[ recovery-image] Aug 25 21:09:55.057 INFO O| Aug 25 21:09:55.057 INFO ok!
89432026-08-25T21:09:55.675Z[ recovery-image] Aug 25 21:09:55.057 INFO O| Aug 25 21:09:55.057 INFO STEP 37 (ensure_file) COMPLETE
89442026-08-25T21:09:55.675Z[ recovery-image] Aug 25 21:09:55.057 INFO O| Aug 25 21:09:55.057 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89452026-08-25T21:09:55.691Z[ recovery-image] Aug 25 21:09:55.067 INFO O| Aug 25 21:09:55.067 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89462026-08-25T21:09:55.691Z[ recovery-image] Aug 25 21:09:55.067 INFO O| Aug 25 21:09:55.067 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89472026-08-25T21:09:55.691Z[ recovery-image] Aug 25 21:09:55.067 INFO O| Aug 25 21:09:55.067 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89482026-08-25T21:09:55.691Z[ recovery-image] Aug 25 21:09:55.067 INFO O| Aug 25 21:09:55.067 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89492026-08-25T21:09:55.691Z[ recovery-image] Aug 25 21:09:55.067 INFO O| Aug 25 21:09:55.067 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89502026-08-25T21:09:55.691Z[ recovery-image] Aug 25 21:09:55.067 INFO O| Aug 25 21:09:55.067 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89512026-08-25T21:09:55.692Z[ recovery-image] Aug 25 21:09:55.067 INFO O| Aug 25 21:09:55.067 INFO ok!
89522026-08-25T21:09:55.692Z[ recovery-image] Aug 25 21:09:55.067 INFO O| Aug 25 21:09:55.067 INFO STEP 38 (ensure_file) COMPLETE
89532026-08-25T21:09:55.692Z[ recovery-image] Aug 25 21:09:55.067 INFO O| Aug 25 21:09:55.067 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89542026-08-25T21:09:55.725Z[ recovery-image] Aug 25 21:09:55.080 INFO O| Aug 25 21:09:55.080 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89552026-08-25T21:09:55.726Z[ recovery-image] Aug 25 21:09:55.080 INFO O| Aug 25 21:09:55.080 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89562026-08-25T21:09:55.726Z[ recovery-image] Aug 25 21:09:55.080 INFO O| Aug 25 21:09:55.080 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89572026-08-25T21:09:55.726Z[ recovery-image] Aug 25 21:09:55.080 INFO O| Aug 25 21:09:55.080 INFO STEP 39 (ensure_dir) COMPLETE
89582026-08-25T21:09:55.726Z[ recovery-image] Aug 25 21:09:55.080 INFO O| Aug 25 21:09:55.080 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89592026-08-25T21:09:55.726Z[ recovery-image] Aug 25 21:09:55.090 INFO O| Aug 25 21:09:55.090 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
89602026-08-25T21:09:55.726Z[ recovery-image] Aug 25 21:09:55.090 INFO O| Aug 25 21:09:55.090 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 ...
89612026-08-25T21:09:55.726Z[ recovery-image] Aug 25 21:09:55.090 INFO O| Aug 25 21:09:55.090 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
89622026-08-25T21:09:55.726Z[ recovery-image] Aug 25 21:09:55.090 INFO O| Aug 25 21:09:55.090 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
89632026-08-25T21:09:55.726Z[ recovery-image] Aug 25 21:09:55.090 INFO O| Aug 25 21:09:55.090 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
89642026-08-25T21:09:55.726Z[ recovery-image] Aug 25 21:09:55.090 INFO O| Aug 25 21:09:55.090 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
89652026-08-25T21:09:55.726Z[ recovery-image] Aug 25 21:09:55.090 INFO O| Aug 25 21:09:55.090 INFO ok!
89662026-08-25T21:09:55.726Z[ recovery-image] Aug 25 21:09:55.090 INFO O| Aug 25 21:09:55.090 INFO STEP 40 (ensure_file) COMPLETE
89672026-08-25T21:09:55.729Z[ recovery-image] Aug 25 21:09:55.090 INFO O| Aug 25 21:09:55.090 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89682026-08-25T21:09:55.735Z[ recovery-image] Aug 25 21:09:55.101 INFO O| Aug 25 21:09:55.100 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89692026-08-25T21:09:55.735Z[ recovery-image] Aug 25 21:09:55.101 INFO O| Aug 25 21:09:55.100 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 ...
89702026-08-25T21:09:55.735Z[ recovery-image] Aug 25 21:09:55.101 INFO O| Aug 25 21:09:55.101 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89712026-08-25T21:09:55.735Z[ recovery-image] Aug 25 21:09:55.101 INFO O| Aug 25 21:09:55.101 INFO ok!
89722026-08-25T21:09:55.735Z[ recovery-image] Aug 25 21:09:55.101 INFO O| Aug 25 21:09:55.101 INFO STEP 41 (ensure_symlink) COMPLETE
89732026-08-25T21:09:55.735Z[ recovery-image] Aug 25 21:09:55.101 INFO O| Aug 25 21:09:55.101 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89742026-08-25T21:09:55.735Z[ recovery-image] Aug 25 21:09:55.110 INFO O| Aug 25 21:09:55.110 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89752026-08-25T21:09:55.735Z[ recovery-image] Aug 25 21:09:55.110 INFO O| Aug 25 21:09:55.110 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89762026-08-25T21:09:55.735Z[ recovery-image] Aug 25 21:09:55.110 INFO O| Aug 25 21:09:55.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89772026-08-25T21:09:55.735Z[ recovery-image] Aug 25 21:09:55.110 INFO O| Aug 25 21:09:55.110 INFO ok!
89782026-08-25T21:09:55.735Z[ recovery-image] Aug 25 21:09:55.110 INFO O| Aug 25 21:09:55.110 INFO STEP 42 (ensure_symlink) COMPLETE
89792026-08-25T21:09:55.735Z[ recovery-image] Aug 25 21:09:55.110 INFO O| Aug 25 21:09:55.110 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89802026-08-25T21:09:55.740Z[ recovery-image] Aug 25 21:09:55.118 INFO O| Aug 25 21:09:55.118 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89812026-08-25T21:09:55.740Z[ recovery-image] Aug 25 21:09:55.119 INFO O| Aug 25 21:09:55.118 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89822026-08-25T21:09:55.740Z[ recovery-image] Aug 25 21:09:55.119 INFO O| Aug 25 21:09:55.119 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89832026-08-25T21:09:55.740Z[ recovery-image] Aug 25 21:09:55.119 INFO O| Aug 25 21:09:55.119 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89842026-08-25T21:09:55.740Z[ recovery-image] Aug 25 21:09:55.119 INFO O| Aug 25 21:09:55.119 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89852026-08-25T21:09:55.740Z[ recovery-image] Aug 25 21:09:55.119 INFO O| Aug 25 21:09:55.119 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89862026-08-25T21:09:55.740Z[ recovery-image] Aug 25 21:09:55.119 INFO O| Aug 25 21:09:55.119 INFO ok!
89872026-08-25T21:09:55.741Z[ recovery-image] Aug 25 21:09:55.119 INFO O| Aug 25 21:09:55.119 INFO STEP 43 (ensure_file) COMPLETE
89882026-08-25T21:09:55.741Z[ recovery-image] Aug 25 21:09:55.119 INFO O| Aug 25 21:09:55.119 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89892026-08-25T21:09:55.747Z[ recovery-image] Aug 25 21:09:55.129 INFO O| Aug 25 21:09:55.129 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89902026-08-25T21:09:55.747Z[ recovery-image] Aug 25 21:09:55.129 INFO O| Aug 25 21:09:55.129 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 ...
89912026-08-25T21:09:55.747Z[ recovery-image] Aug 25 21:09:55.129 INFO O| Aug 25 21:09:55.129 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
89922026-08-25T21:09:55.751Z[ recovery-image] Aug 25 21:09:55.129 INFO O| Aug 25 21:09:55.129 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89932026-08-25T21:09:55.751Z[ recovery-image] Aug 25 21:09:55.129 INFO O| Aug 25 21:09:55.129 INFO ok!
89942026-08-25T21:09:55.751Z[ recovery-image] Aug 25 21:09:55.129 INFO O| Aug 25 21:09:55.129 INFO STEP 44 (ensure_file) COMPLETE
89952026-08-25T21:09:55.751Z[ recovery-image] Aug 25 21:09:55.129 INFO O| Aug 25 21:09:55.129 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89962026-08-25T21:09:55.756Z[ recovery-image] Aug 25 21:09:55.140 INFO O| Aug 25 21:09:55.140 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89972026-08-25T21:09:55.756Z[ recovery-image] Aug 25 21:09:55.140 INFO O| Aug 25 21:09:55.140 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89982026-08-25T21:09:55.756Z[ recovery-image] Aug 25 21:09:55.140 INFO O| Aug 25 21:09:55.140 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89992026-08-25T21:09:55.763Z[ recovery-image] Aug 25 21:09:55.140 INFO O| Aug 25 21:09:55.140 INFO ok!
90002026-08-25T21:09:55.763Z[ recovery-image] Aug 25 21:09:55.140 INFO O| Aug 25 21:09:55.140 INFO STEP 45 (ensure_file) COMPLETE
90012026-08-25T21:09:55.764Z[ recovery-image] Aug 25 21:09:55.140 INFO O| Aug 25 21:09:55.140 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90022026-08-25T21:09:55.768Z[ recovery-image] Aug 25 21:09:55.152 INFO O| Aug 25 21:09:55.151 INFO updating shadow file
90032026-08-25T21:09:55.768Z[ recovery-image] Aug 25 21:09:55.152 INFO O| Aug 25 21:09:55.152 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90042026-08-25T21:09:55.773Z[ recovery-image] Aug 25 21:09:55.152 INFO O| Aug 25 21:09:55.152 INFO STEP 46 (shadow) COMPLETE
90052026-08-25T21:09:55.773Z[ recovery-image] Aug 25 21:09:55.152 INFO O| Aug 25 21:09:55.152 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90062026-08-25T21:09:55.783Z[ recovery-image] Aug 25 21:09:55.163 INFO O| Aug 25 21:09:55.163 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90072026-08-25T21:09:55.783Z[ recovery-image] Aug 25 21:09:55.163 INFO O| Aug 25 21:09:55.163 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90082026-08-25T21:09:55.783Z[ recovery-image] Aug 25 21:09:55.163 INFO O| Aug 25 21:09:55.163 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90092026-08-25T21:09:55.788Z[ recovery-image] Aug 25 21:09:55.163 INFO O| Aug 25 21:09:55.163 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90102026-08-25T21:09:55.788Z[ recovery-image] Aug 25 21:09:55.163 INFO O| Aug 25 21:09:55.163 INFO ok!
90112026-08-25T21:09:55.788Z[ recovery-image] Aug 25 21:09:55.163 INFO O| Aug 25 21:09:55.163 INFO STEP 47 (ensure_file) COMPLETE
90122026-08-25T21:09:55.788Z[ recovery-image] Aug 25 21:09:55.163 INFO O| Aug 25 21:09:55.163 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90132026-08-25T21:09:55.793Z[ recovery-image] Aug 25 21:09:55.174 INFO O| Aug 25 21:09:55.174 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90142026-08-25T21:09:55.793Z[ recovery-image] Aug 25 21:09:55.174 INFO O| Aug 25 21:09:55.174 INFO STEP 48 (ensure_dir) COMPLETE
90152026-08-25T21:09:55.793Z[ recovery-image] Aug 25 21:09:55.174 INFO O| Aug 25 21:09:55.174 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90162026-08-25T21:09:55.801Z[ recovery-image] Aug 25 21:09:55.183 INFO O| Aug 25 21:09:55.183 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90172026-08-25T21:09:55.801Z[ recovery-image] Aug 25 21:09:55.183 INFO O| Aug 25 21:09:55.183 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90182026-08-25T21:09:55.801Z[ recovery-image] Aug 25 21:09:55.183 INFO O| Aug 25 21:09:55.183 INFO STEP 49 (ensure_dir) COMPLETE
90192026-08-25T21:09:55.801Z[ recovery-image] Aug 25 21:09:55.183 INFO O| Aug 25 21:09:55.183 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90202026-08-25T21:09:55.818Z[ recovery-image] Aug 25 21:09:55.192 INFO O| Aug 25 21:09:55.192 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90212026-08-25T21:09:55.837Z[ recovery-image] Aug 25 21:09:55.192 INFO O| Aug 25 21:09:55.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90222026-08-25T21:09:55.837Z[ recovery-image] Aug 25 21:09:55.192 INFO O| Aug 25 21:09:55.192 INFO STEP 50 (ensure_dir) COMPLETE
90232026-08-25T21:09:55.837Z[ recovery-image] Aug 25 21:09:55.192 INFO O| Aug 25 21:09:55.192 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90242026-08-25T21:09:55.837Z[ recovery-image] Aug 25 21:09:55.202 INFO O| Aug 25 21:09:55.202 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90252026-08-25T21:09:55.837Z[ recovery-image] Aug 25 21:09:55.202 INFO O| Aug 25 21:09:55.202 INFO copying /tmp/.tmpjbOF9F/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90262026-08-25T21:09:55.857Z[ recovery-image] Aug 25 21:09:55.234 INFO O| Aug 25 21:09:55.234 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90272026-08-25T21:09:55.857Z[ recovery-image] Aug 25 21:09:55.234 INFO O| Aug 25 21:09:55.234 INFO ok!
90282026-08-25T21:09:55.861Z[ recovery-image] Aug 25 21:09:55.234 INFO O| Aug 25 21:09:55.234 INFO STEP 51 (ensure_file) COMPLETE
90292026-08-25T21:09:55.861Z[ recovery-image] Aug 25 21:09:55.234 INFO O| Aug 25 21:09:55.234 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90302026-08-25T21:09:55.861Z[ recovery-image] Aug 25 21:09:55.245 INFO O| Aug 25 21:09:55.245 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90312026-08-25T21:09:55.861Z[ recovery-image] Aug 25 21:09:55.245 INFO O| Aug 25 21:09:55.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90322026-08-25T21:09:55.865Z[ recovery-image] Aug 25 21:09:55.245 INFO O| Aug 25 21:09:55.245 INFO STEP 52 (ensure_dir) COMPLETE
90332026-08-25T21:09:55.865Z[ recovery-image] Aug 25 21:09:55.245 INFO O| Aug 25 21:09:55.245 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90342026-08-25T21:09:55.871Z[ recovery-image] Aug 25 21:09:55.255 INFO O| Aug 25 21:09:55.255 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90352026-08-25T21:09:55.871Z[ recovery-image] Aug 25 21:09:55.255 INFO O| Aug 25 21:09:55.255 INFO copying /tmp/.tmpjbOF9F/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90362026-08-25T21:09:55.871Z[ recovery-image] Aug 25 21:09:55.255 INFO O| Aug 25 21:09:55.255 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90372026-08-25T21:09:55.874Z[ recovery-image] Aug 25 21:09:55.255 INFO O| Aug 25 21:09:55.255 INFO ok!
90382026-08-25T21:09:55.879Z[ recovery-image] Aug 25 21:09:55.255 INFO O| Aug 25 21:09:55.255 INFO STEP 53 (ensure_file) COMPLETE
90392026-08-25T21:09:55.879Z[ recovery-image] Aug 25 21:09:55.255 INFO O| Aug 25 21:09:55.255 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90402026-08-25T21:09:55.883Z[ recovery-image] Aug 25 21:09:55.266 INFO O| Aug 25 21:09:55.266 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90412026-08-25T21:09:55.885Z[ recovery-image] Aug 25 21:09:55.266 INFO O| Aug 25 21:09:55.266 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90422026-08-25T21:09:55.885Z[ recovery-image] Aug 25 21:09:55.267 INFO O| Aug 25 21:09:55.266 INFO STEP 54 (ensure_dir) COMPLETE
90432026-08-25T21:09:55.885Z[ recovery-image] Aug 25 21:09:55.267 INFO O| Aug 25 21:09:55.266 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90442026-08-25T21:09:55.894Z[ recovery-image] Aug 25 21:09:55.278 INFO O| Aug 25 21:09:55.278 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90452026-08-25T21:09:55.894Z[ recovery-image] Aug 25 21:09:55.278 INFO O| Aug 25 21:09:55.278 INFO copying /tmp/.tmpjbOF9F/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90462026-08-25T21:09:56.275Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
90472026-08-25T21:09:56.440Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
90482026-08-25T21:09:56.440Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
90492026-08-25T21:09:56.683Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
90502026-08-25T21:09:57.023Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
90512026-08-25T21:09:57.101Z[verify-libraries] Compiling multimap v0.10.1
90522026-08-25T21:09:57.203Z[verify-libraries] Compiling termios v0.3.3
90532026-08-25T21:09:57.352Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
90542026-08-25T21:09:57.431Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
90552026-08-25T21:09:57.464Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
90562026-08-25T21:09:57.894Z[ recovery-image] Aug 25 21:09:57.277 INFO O| Aug 25 21:09:57.277 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90572026-08-25T21:09:57.894Z[ recovery-image] Aug 25 21:09:57.277 INFO O| Aug 25 21:09:57.277 INFO ok!
90582026-08-25T21:09:57.894Z[ recovery-image] Aug 25 21:09:57.277 INFO O| Aug 25 21:09:57.277 INFO STEP 55 (ensure_file) COMPLETE
90592026-08-25T21:09:57.894Z[ recovery-image] Aug 25 21:09:57.277 INFO O| Aug 25 21:09:57.277 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90602026-08-25T21:09:57.905Z[ recovery-image] Aug 25 21:09:57.288 INFO O| Aug 25 21:09:57.288 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90612026-08-25T21:09:57.905Z[ recovery-image] Aug 25 21:09:57.288 INFO O| Aug 25 21:09:57.288 INFO copying /tmp/.tmpjbOF9F/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90622026-08-25T21:09:59.842Z[ recovery-image] Aug 25 21:09:59.224 INFO O| Aug 25 21:09:59.224 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90632026-08-25T21:09:59.842Z[ recovery-image] Aug 25 21:09:59.224 INFO O| Aug 25 21:09:59.224 INFO ok!
90642026-08-25T21:09:59.871Z[ recovery-image] Aug 25 21:09:59.224 INFO O| Aug 25 21:09:59.224 INFO STEP 56 (ensure_file) COMPLETE
90652026-08-25T21:09:59.871Z[ recovery-image] Aug 25 21:09:59.224 INFO O| Aug 25 21:09:59.224 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90662026-08-25T21:09:59.890Z[ recovery-image] Aug 25 21:09:59.236 INFO O| Aug 25 21:09:59.236 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90672026-08-25T21:09:59.890Z[ recovery-image] Aug 25 21:09:59.236 INFO O| Aug 25 21:09:59.236 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90682026-08-25T21:09:59.890Z[ recovery-image] Aug 25 21:09:59.236 INFO O| Aug 25 21:09:59.236 INFO STEP 57 (ensure_dir) COMPLETE
90692026-08-25T21:09:59.890Z[ recovery-image] Aug 25 21:09:59.236 INFO O| Aug 25 21:09:59.236 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90702026-08-25T21:09:59.890Z[ recovery-image] Aug 25 21:09:59.246 INFO O| Aug 25 21:09:59.246 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90712026-08-25T21:09:59.891Z[ recovery-image] Aug 25 21:09:59.246 INFO O| Aug 25 21:09:59.246 INFO copying /tmp/.tmpjbOF9F/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 ...
90722026-08-25T21:09:59.891Z[ recovery-image] Aug 25 21:09:59.246 INFO O| Aug 25 21:09:59.246 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
90732026-08-25T21:09:59.891Z[ recovery-image] Aug 25 21:09:59.246 INFO O| Aug 25 21:09:59.246 INFO ok!
90742026-08-25T21:09:59.891Z[ recovery-image] Aug 25 21:09:59.246 INFO O| Aug 25 21:09:59.246 INFO STEP 58 (ensure_file) COMPLETE
90752026-08-25T21:09:59.895Z[ recovery-image] Aug 25 21:09:59.246 INFO O| Aug 25 21:09:59.246 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90762026-08-25T21:09:59.895Z[ recovery-image] Aug 25 21:09:59.256 INFO O| Aug 25 21:09:59.255 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90772026-08-25T21:09:59.895Z[ recovery-image] Aug 25 21:09:59.256 INFO O| Aug 25 21:09:59.255 INFO copying /tmp/.tmpjbOF9F/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 ...
90782026-08-25T21:09:59.895Z[ recovery-image] Aug 25 21:09:59.256 INFO O| Aug 25 21:09:59.256 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
90792026-08-25T21:09:59.895Z[ recovery-image] Aug 25 21:09:59.256 INFO O| Aug 25 21:09:59.256 INFO ok!
90802026-08-25T21:09:59.895Z[ recovery-image] Aug 25 21:09:59.256 INFO O| Aug 25 21:09:59.256 INFO STEP 59 (ensure_file) COMPLETE
90812026-08-25T21:09:59.895Z[ recovery-image] Aug 25 21:09:59.256 INFO O| Aug 25 21:09:59.256 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90822026-08-25T21:09:59.903Z[ recovery-image] Aug 25 21:09:59.265 INFO O| Aug 25 21:09:59.265 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90832026-08-25T21:09:59.903Z[ recovery-image] Aug 25 21:09:59.265 INFO O| Aug 25 21:09:59.265 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90842026-08-25T21:09:59.903Z[ recovery-image] Aug 25 21:09:59.265 INFO O| Aug 25 21:09:59.265 INFO STEP 60 (ensure_dir) COMPLETE
90852026-08-25T21:09:59.904Z[ recovery-image] Aug 25 21:09:59.265 INFO O| Aug 25 21:09:59.265 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90862026-08-25T21:09:59.904Z[ recovery-image] Aug 25 21:09:59.273 INFO O| Aug 25 21:09:59.273 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90872026-08-25T21:09:59.904Z[ recovery-image] Aug 25 21:09:59.274 INFO O| Aug 25 21:09:59.273 INFO copying /tmp/.tmpjbOF9F/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 ...
90882026-08-25T21:09:59.904Z[ recovery-image] Aug 25 21:09:59.274 INFO O| Aug 25 21:09:59.274 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90892026-08-25T21:09:59.904Z[ recovery-image] Aug 25 21:09:59.274 INFO O| Aug 25 21:09:59.274 INFO ok!
90902026-08-25T21:09:59.904Z[ recovery-image] Aug 25 21:09:59.274 INFO O| Aug 25 21:09:59.274 INFO STEP 61 (ensure_file) COMPLETE
90912026-08-25T21:09:59.904Z[ recovery-image] Aug 25 21:09:59.274 INFO O| Aug 25 21:09:59.274 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90922026-08-25T21:09:59.904Z[ recovery-image] Aug 25 21:09:59.286 INFO O| Aug 25 21:09:59.285 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90932026-08-25T21:09:59.904Z[ recovery-image] Aug 25 21:09:59.286 INFO O| Aug 25 21:09:59.286 INFO copying /tmp/.tmpjbOF9F/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 ...
90942026-08-25T21:09:59.904Z[ recovery-image] Aug 25 21:09:59.286 INFO O| Aug 25 21:09:59.286 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
90952026-08-25T21:09:59.904Z[ recovery-image] Aug 25 21:09:59.286 INFO O| Aug 25 21:09:59.286 INFO ok!
90962026-08-25T21:09:59.904Z[ recovery-image] Aug 25 21:09:59.286 INFO O| Aug 25 21:09:59.286 INFO STEP 62 (ensure_file) COMPLETE
90972026-08-25T21:09:59.904Z[ recovery-image] Aug 25 21:09:59.286 INFO O| Aug 25 21:09:59.286 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90982026-08-25T21:09:59.958Z[ recovery-image] Aug 25 21:09:59.296 INFO O| Aug 25 21:09:59.296 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90992026-08-25T21:09:59.958Z[ recovery-image] Aug 25 21:09:59.296 INFO O| Aug 25 21:09:59.296 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91002026-08-25T21:09:59.958Z[ recovery-image] Aug 25 21:09:59.296 INFO O| Aug 25 21:09:59.296 INFO STEP 63 (ensure_dir) COMPLETE
91012026-08-25T21:09:59.958Z[ recovery-image] Aug 25 21:09:59.296 INFO O| Aug 25 21:09:59.296 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91022026-08-25T21:09:59.994Z[ recovery-image] Aug 25 21:09:59.307 INFO O| Aug 25 21:09:59.307 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91032026-08-25T21:09:59.994Z[ recovery-image] Aug 25 21:09:59.307 INFO O| Aug 25 21:09:59.307 INFO copying /tmp/.tmpjbOF9F/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 ...
91042026-08-25T21:09:59.996Z[ recovery-image] Aug 25 21:09:59.307 INFO O| Aug 25 21:09:59.307 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91052026-08-25T21:09:59.996Z[ recovery-image] Aug 25 21:09:59.307 INFO O| Aug 25 21:09:59.307 INFO ok!
91062026-08-25T21:09:59.996Z[ recovery-image] Aug 25 21:09:59.307 INFO O| Aug 25 21:09:59.307 INFO STEP 64 (ensure_file) COMPLETE
91072026-08-25T21:09:59.996Z[ recovery-image] Aug 25 21:09:59.307 INFO O| Aug 25 21:09:59.307 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91082026-08-25T21:09:59.996Z[ recovery-image] Aug 25 21:09:59.317 INFO O| Aug 25 21:09:59.317 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91092026-08-25T21:09:59.996Z[ recovery-image] Aug 25 21:09:59.317 INFO O| Aug 25 21:09:59.317 INFO copying /tmp/.tmpjbOF9F/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91102026-08-25T21:09:59.996Z[ recovery-image] Aug 25 21:09:59.317 INFO O| Aug 25 21:09:59.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91112026-08-25T21:09:59.996Z[ recovery-image] Aug 25 21:09:59.317 INFO O| Aug 25 21:09:59.317 INFO ok!
91122026-08-25T21:09:59.996Z[ recovery-image] Aug 25 21:09:59.317 INFO O| Aug 25 21:09:59.317 INFO STEP 65 (ensure_file) COMPLETE
91132026-08-25T21:09:59.996Z[ recovery-image] Aug 25 21:09:59.317 INFO O| Aug 25 21:09:59.317 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91142026-08-25T21:09:59.996Z[ recovery-image] Aug 25 21:09:59.327 INFO O| Aug 25 21:09:59.327 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91152026-08-25T21:09:59.996Z[ recovery-image] Aug 25 21:09:59.327 INFO O| Aug 25 21:09:59.327 INFO STEP 66 (ensure_dir) COMPLETE
91162026-08-25T21:09:59.996Z[ recovery-image] Aug 25 21:09:59.327 INFO O| Aug 25 21:09:59.327 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91172026-08-25T21:09:59.996Z[ recovery-image] Aug 25 21:09:59.335 INFO O| Aug 25 21:09:59.335 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91182026-08-25T21:09:59.996Z[ recovery-image] Aug 25 21:09:59.335 INFO O| Aug 25 21:09:59.335 INFO STEP 67 (ensure_dir) COMPLETE
91192026-08-25T21:09:59.996Z[ recovery-image] Aug 25 21:09:59.335 INFO O| Aug 25 21:09:59.335 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91202026-08-25T21:09:59.996Z[ recovery-image] Aug 25 21:09:59.345 INFO O| Aug 25 21:09:59.345 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91212026-08-25T21:09:59.996Z[ recovery-image] Aug 25 21:09:59.345 INFO O| Aug 25 21:09:59.345 INFO STEP 68 (ensure_dir) COMPLETE
91222026-08-25T21:09:59.996Z[ recovery-image] Aug 25 21:09:59.345 INFO O| Aug 25 21:09:59.345 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91232026-08-25T21:10:00.019Z[ recovery-image] Aug 25 21:09:59.354 INFO O| Aug 25 21:09:59.354 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91242026-08-25T21:10:00.019Z[ recovery-image] Aug 25 21:09:59.354 INFO O| Aug 25 21:09:59.354 INFO STEP 69 (ensure_dir) COMPLETE
91252026-08-25T21:10:00.019Z[ recovery-image] Aug 25 21:09:59.354 INFO O| Aug 25 21:09:59.354 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91262026-08-25T21:10:00.019Z[ recovery-image] Aug 25 21:09:59.363 INFO O| Aug 25 21:09:59.363 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91272026-08-25T21:10:00.019Z[ recovery-image] Aug 25 21:09:59.363 INFO O| Aug 25 21:09:59.363 INFO copying /tmp/.tmpjbOF9F/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91282026-08-25T21:10:00.019Z[ recovery-image] Aug 25 21:09:59.363 INFO O| Aug 25 21:09:59.363 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91292026-08-25T21:10:00.019Z[ recovery-image] Aug 25 21:09:59.363 INFO O| Aug 25 21:09:59.363 INFO ok!
91302026-08-25T21:10:00.019Z[ recovery-image] Aug 25 21:09:59.363 INFO O| Aug 25 21:09:59.363 INFO STEP 70 (ensure_file) COMPLETE
91312026-08-25T21:10:00.037Z[ recovery-image] Aug 25 21:09:59.363 INFO O| Aug 25 21:09:59.363 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91322026-08-25T21:10:00.038Z[ recovery-image] Aug 25 21:09:59.372 INFO O| Aug 25 21:09:59.372 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91332026-08-25T21:10:00.038Z[ recovery-image] Aug 25 21:09:59.372 INFO O| Aug 25 21:09:59.372 INFO STEP 71 (remove_files) COMPLETE
91342026-08-25T21:10:00.038Z[ recovery-image] Aug 25 21:09:59.372 INFO O| Aug 25 21:09:59.372 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91352026-08-25T21:10:00.038Z[ recovery-image] Aug 25 21:09:59.381 INFO O| Aug 25 21:09:59.381 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91362026-08-25T21:10:00.044Z[ recovery-image] Aug 25 21:09:59.381 INFO O| Aug 25 21:09:59.381 INFO STEP 72 (remove_files) COMPLETE
91372026-08-25T21:10:00.044Z[ recovery-image] Aug 25 21:09:59.381 INFO O| Aug 25 21:09:59.381 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91382026-08-25T21:10:00.044Z[ recovery-image] Aug 25 21:09:59.390 INFO O| Aug 25 21:09:59.390 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91392026-08-25T21:10:00.044Z[ recovery-image] Aug 25 21:09:59.390 INFO O| Aug 25 21:09:59.390 INFO STEP 73 (remove_files) COMPLETE
91402026-08-25T21:10:00.044Z[ recovery-image] Aug 25 21:09:59.390 INFO O| Aug 25 21:09:59.390 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91412026-08-25T21:10:00.080Z[ recovery-image] Aug 25 21:09:59.399 INFO O| Aug 25 21:09:59.399 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91422026-08-25T21:10:00.080Z[ recovery-image] Aug 25 21:09:59.399 INFO O| Aug 25 21:09:59.399 INFO STEP 74 (remove_files) COMPLETE
91432026-08-25T21:10:00.080Z[ recovery-image] Aug 25 21:09:59.399 INFO O| Aug 25 21:09:59.399 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91442026-08-25T21:10:00.080Z[ recovery-image] Aug 25 21:09:59.408 INFO O| Aug 25 21:09:59.408 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91452026-08-25T21:10:00.080Z[ recovery-image] Aug 25 21:09:59.409 INFO O| Aug 25 21:09:59.409 INFO STEP 75 (remove_files) COMPLETE
91462026-08-25T21:10:00.096Z[ recovery-image] Aug 25 21:09:59.409 INFO O| Aug 25 21:09:59.409 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91472026-08-25T21:10:00.096Z[ recovery-image] Aug 25 21:09:59.418 INFO O| Aug 25 21:09:59.418 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91482026-08-25T21:10:00.096Z[ recovery-image] Aug 25 21:09:59.419 INFO O| Aug 25 21:09:59.419 INFO STEP 76 (remove_files) COMPLETE
91492026-08-25T21:10:00.096Z[ recovery-image] Aug 25 21:09:59.419 INFO O| Aug 25 21:09:59.419 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91502026-08-25T21:10:00.096Z[ recovery-image] Aug 25 21:09:59.428 INFO O| Aug 25 21:09:59.428 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91512026-08-25T21:10:00.096Z[ recovery-image] Aug 25 21:09:59.428 INFO O| Aug 25 21:09:59.428 INFO STEP 77 (remove_files) COMPLETE
91522026-08-25T21:10:00.096Z[ recovery-image] Aug 25 21:09:59.428 INFO O| Aug 25 21:09:59.428 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91532026-08-25T21:10:00.096Z[ recovery-image] Aug 25 21:09:59.438 INFO O| Aug 25 21:09:59.438 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91542026-08-25T21:10:00.096Z[ recovery-image] Aug 25 21:09:59.438 INFO O| Aug 25 21:09:59.438 INFO STEP 78 (remove_files) COMPLETE
91552026-08-25T21:10:00.096Z[ recovery-image] Aug 25 21:09:59.438 INFO O| Aug 25 21:09:59.438 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91562026-08-25T21:10:00.147Z[ recovery-image] Aug 25 21:09:59.465 INFO O| Aug 25 21:09:59.465 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91572026-08-25T21:10:00.147Z[ recovery-image] Aug 25 21:09:59.465 INFO O| Aug 25 21:09:59.465 INFO STEP 79 (remove_files) COMPLETE
91582026-08-25T21:10:00.147Z[ recovery-image] Aug 25 21:09:59.465 INFO O| Aug 25 21:09:59.465 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91592026-08-25T21:10:00.147Z[ recovery-image] Aug 25 21:09:59.474 INFO O| Aug 25 21:09:59.474 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91602026-08-25T21:10:00.147Z[ recovery-image] Aug 25 21:09:59.474 INFO O| Aug 25 21:09:59.474 INFO STEP 80 (remove_files) COMPLETE
91612026-08-25T21:10:00.153Z[ recovery-image] Aug 25 21:09:59.474 INFO O| Aug 25 21:09:59.474 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91622026-08-25T21:10:00.153Z[ recovery-image] Aug 25 21:09:59.484 INFO O| Aug 25 21:09:59.484 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91632026-08-25T21:10:00.153Z[ recovery-image] Aug 25 21:09:59.484 INFO O| Aug 25 21:09:59.484 INFO STEP 81 (remove_files) COMPLETE
91642026-08-25T21:10:00.153Z[ recovery-image] Aug 25 21:09:59.484 INFO O| Aug 25 21:09:59.484 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91652026-08-25T21:10:00.195Z[ recovery-image] Aug 25 21:09:59.493 INFO O| Aug 25 21:09:59.493 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91662026-08-25T21:10:00.195Z[ recovery-image] Aug 25 21:09:59.494 INFO O| Aug 25 21:09:59.493 INFO STEP 82 (remove_files) COMPLETE
91672026-08-25T21:10:00.195Z[ recovery-image] Aug 25 21:09:59.494 INFO O| Aug 25 21:09:59.494 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91682026-08-25T21:10:00.195Z[ recovery-image] Aug 25 21:09:59.504 INFO O| Aug 25 21:09:59.503 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91692026-08-25T21:10:00.195Z[ recovery-image] Aug 25 21:09:59.504 INFO O| Aug 25 21:09:59.504 INFO STEP 83 (remove_files) COMPLETE
91702026-08-25T21:10:00.195Z[ recovery-image] Aug 25 21:09:59.504 INFO O| Aug 25 21:09:59.504 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91712026-08-25T21:10:00.195Z[ recovery-image] Aug 25 21:09:59.514 INFO O| Aug 25 21:09:59.514 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91722026-08-25T21:10:00.195Z[ recovery-image] Aug 25 21:09:59.514 INFO O| Aug 25 21:09:59.514 INFO STEP 84 (remove_files) COMPLETE
91732026-08-25T21:10:00.195Z[ recovery-image] Aug 25 21:09:59.514 INFO O| Aug 25 21:09:59.514 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91742026-08-25T21:10:00.195Z[ recovery-image] Aug 25 21:09:59.525 INFO O| Aug 25 21:09:59.525 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91752026-08-25T21:10:00.195Z[ recovery-image] Aug 25 21:09:59.525 INFO O| Aug 25 21:09:59.525 INFO STEP 85 (remove_files) COMPLETE
91762026-08-25T21:10:00.222Z[ recovery-image] Aug 25 21:09:59.525 INFO O| Aug 25 21:09:59.525 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91772026-08-25T21:10:00.222Z[ recovery-image] Aug 25 21:09:59.536 INFO O| Aug 25 21:09:59.536 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91782026-08-25T21:10:00.222Z[ recovery-image] Aug 25 21:09:59.536 INFO O| Aug 25 21:09:59.536 INFO STEP 86 (remove_files) COMPLETE
91792026-08-25T21:10:00.222Z[ recovery-image] Aug 25 21:09:59.536 INFO O| Aug 25 21:09:59.536 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91802026-08-25T21:10:00.247Z[ recovery-image] Aug 25 21:09:59.546 INFO O| Aug 25 21:09:59.546 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91812026-08-25T21:10:00.247Z[ recovery-image] Aug 25 21:09:59.546 INFO O| Aug 25 21:09:59.546 INFO STEP 87 (remove_files) COMPLETE
91822026-08-25T21:10:00.247Z[ recovery-image] Aug 25 21:09:59.546 INFO O| Aug 25 21:09:59.546 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91832026-08-25T21:10:00.247Z[ recovery-image] Aug 25 21:09:59.557 INFO O| Aug 25 21:09:59.557 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91842026-08-25T21:10:00.247Z[ recovery-image] Aug 25 21:09:59.557 INFO O| Aug 25 21:09:59.557 INFO STEP 88 (remove_files) COMPLETE
91852026-08-25T21:10:00.247Z[ recovery-image] Aug 25 21:09:59.557 INFO O| Aug 25 21:09:59.557 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91862026-08-25T21:10:00.247Z[ recovery-image] Aug 25 21:09:59.568 INFO O| Aug 25 21:09:59.568 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91872026-08-25T21:10:00.247Z[ recovery-image] Aug 25 21:09:59.568 INFO O| Aug 25 21:09:59.568 INFO STEP 89 (remove_files) COMPLETE
91882026-08-25T21:10:00.247Z[ recovery-image] Aug 25 21:09:59.568 INFO O| Aug 25 21:09:59.568 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91892026-08-25T21:10:00.247Z[ recovery-image] Aug 25 21:09:59.579 INFO O| Aug 25 21:09:59.579 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91902026-08-25T21:10:00.248Z[ recovery-image] Aug 25 21:09:59.579 INFO O| Aug 25 21:09:59.579 INFO STEP 90 (remove_files) COMPLETE
91912026-08-25T21:10:00.248Z[ recovery-image] Aug 25 21:09:59.579 INFO O| Aug 25 21:09:59.579 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91922026-08-25T21:10:00.248Z[ recovery-image] Aug 25 21:09:59.590 INFO O| Aug 25 21:09:59.590 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91932026-08-25T21:10:00.248Z[ recovery-image] Aug 25 21:09:59.590 INFO O| Aug 25 21:09:59.590 INFO STEP 91 (remove_files) COMPLETE
91942026-08-25T21:10:00.248Z[ recovery-image] Aug 25 21:09:59.590 INFO O| Aug 25 21:09:59.590 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91952026-08-25T21:10:00.248Z[ recovery-image] Aug 25 21:09:59.601 INFO O| Aug 25 21:09:59.601 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91962026-08-25T21:10:00.248Z[ recovery-image] Aug 25 21:09:59.601 INFO O| Aug 25 21:09:59.601 INFO STEP 92 (remove_files) COMPLETE
91972026-08-25T21:10:00.248Z[ recovery-image] Aug 25 21:09:59.601 INFO O| Aug 25 21:09:59.601 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91982026-08-25T21:10:00.248Z[ recovery-image] Aug 25 21:09:59.610 INFO O| Aug 25 21:09:59.610 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91992026-08-25T21:10:00.248Z[ recovery-image] Aug 25 21:09:59.611 INFO O| Aug 25 21:09:59.611 INFO STEP 93 (remove_files) COMPLETE
92002026-08-25T21:10:00.248Z[ recovery-image] Aug 25 21:09:59.611 INFO O| Aug 25 21:09:59.611 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92012026-08-25T21:10:00.314Z[ recovery-image] Aug 25 21:09:59.620 INFO O| Aug 25 21:09:59.620 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
92022026-08-25T21:10:00.314Z[ recovery-image] Aug 25 21:09:59.621 INFO O| Aug 25 21:09:59.621 INFO STEP 94 (remove_files) COMPLETE
92032026-08-25T21:10:00.314Z[ recovery-image] Aug 25 21:09:59.621 INFO O| Aug 25 21:09:59.621 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92042026-08-25T21:10:00.314Z[ recovery-image] Aug 25 21:09:59.630 INFO O| Aug 25 21:09:59.630 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92052026-08-25T21:10:00.314Z[ recovery-image] Aug 25 21:09:59.630 INFO O| Aug 25 21:09:59.630 INFO STEP 95 (remove_files) COMPLETE
92062026-08-25T21:10:00.316Z[ recovery-image] Aug 25 21:09:59.630 INFO O| Aug 25 21:09:59.630 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92072026-08-25T21:10:00.316Z[ recovery-image] Aug 25 21:09:59.640 INFO O| Aug 25 21:09:59.639 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92082026-08-25T21:10:00.316Z[ recovery-image] Aug 25 21:09:59.640 INFO O| Aug 25 21:09:59.640 INFO STEP 96 (remove_files) COMPLETE
92092026-08-25T21:10:00.316Z[ recovery-image] Aug 25 21:09:59.640 INFO O| Aug 25 21:09:59.640 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92102026-08-25T21:10:00.371Z[ recovery-image] Aug 25 21:09:59.648 INFO O| Aug 25 21:09:59.648 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92112026-08-25T21:10:00.371Z[ recovery-image] Aug 25 21:09:59.648 INFO O| Aug 25 21:09:59.648 INFO STEP 97 (remove_files) COMPLETE
92122026-08-25T21:10:00.371Z[ recovery-image] Aug 25 21:09:59.648 INFO O| Aug 25 21:09:59.648 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92132026-08-25T21:10:00.371Z[ recovery-image] Aug 25 21:09:59.657 INFO O| Aug 25 21:09:59.657 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92142026-08-25T21:10:00.371Z[ recovery-image] Aug 25 21:09:59.657 INFO O| Aug 25 21:09:59.657 INFO STEP 98 (remove_files) COMPLETE
92152026-08-25T21:10:00.371Z[ recovery-image] Aug 25 21:09:59.657 INFO O| Aug 25 21:09:59.657 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92162026-08-25T21:10:00.371Z[ recovery-image] Aug 25 21:09:59.666 INFO O| Aug 25 21:09:59.666 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92172026-08-25T21:10:00.371Z[ recovery-image] Aug 25 21:09:59.666 INFO O| Aug 25 21:09:59.666 INFO STEP 99 (remove_files) COMPLETE
92182026-08-25T21:10:00.371Z[ recovery-image] Aug 25 21:09:59.666 INFO O| Aug 25 21:09:59.666 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92192026-08-25T21:10:00.371Z[verify-libraries] Compiling polar-core v0.27.3
92202026-08-25T21:10:00.371Z[ recovery-image] Aug 25 21:09:59.681 INFO O| Aug 25 21:09:59.681 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92212026-08-25T21:10:00.371Z[ recovery-image] Aug 25 21:09:59.682 INFO O| Aug 25 21:09:59.681 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92222026-08-25T21:10:04.156Z[ recovery-image] Aug 25 21:10:03.537 INFO O| Aug 25 21:10:03.537 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
92232026-08-25T21:10:04.156Z[ recovery-image] Aug 25 21:10:03.537 INFO O| Aug 25 21:10:03.537 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92242026-08-25T21:10:04.167Z[ recovery-image] Aug 25 21:10:03.551 INFO O| Aug 25 21:10:03.551 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], 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"}
92252026-08-25T21:10:04.267Z[ recovery-image] Aug 25 21:10:03.648 INFO O| Aug 25 21:10:03.648 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
92262026-08-25T21:10:04.322Z[ recovery-image] Aug 25 21:10:03.705 INFO O| Aug 25 21:10:03.705 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
92272026-08-25T21:10:04.388Z[ recovery-image] Aug 25 21:10:03.771 INFO O| Aug 25 21:10:03.771 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92282026-08-25T21:10:04.388Z[ recovery-image] Aug 25 21:10:03.771 INFO O| Aug 25 21:10:03.771 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 ...
92292026-08-25T21:10:04.397Z[ recovery-image] Aug 25 21:10:03.773 INFO O| Aug 25 21:10:03.773 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92302026-08-25T21:10:04.397Z[ recovery-image] Aug 25 21:10:03.773 INFO O| Aug 25 21:10:03.773 INFO ok!
92312026-08-25T21:10:04.397Z[ recovery-image] Aug 25 21:10:03.773 INFO O| Aug 25 21:10:03.773 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92322026-08-25T21:10:04.397Z[ recovery-image] Aug 25 21:10:03.773 INFO O| Aug 25 21:10:03.773 INFO STEP 100 (seed_smf) COMPLETE
92332026-08-25T21:10:04.397Z[ recovery-image] Aug 25 21:10:03.773 INFO O| Aug 25 21:10:03.773 INFO steps complete; finalising image!
92342026-08-25T21:10:04.397Z[ recovery-image] Aug 25 21:10:03.773 INFO O| Aug 25 21:10:03.773 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92352026-08-25T21:10:04.451Z[ recovery-image] Aug 25 21:10:03.834 INFO O| Aug 25 21:10:03.834 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Tue Aug 25 21:10:03 2026)
92362026-08-25T21:10:04.658Z[ recovery-image] Aug 25 21:10:04.041 INFO O| Aug 25 21:10:04.041 INFO trim TEMPORARY-sled-zfs-recovery: (39% trimmed, started at Tue Aug 25 21:10:03 2026)
92372026-08-25T21:10:04.865Z[ recovery-image] Aug 25 21:10:04.248 INFO O| Aug 25 21:10:04.248 INFO trim TEMPORARY-sled-zfs-recovery: (70% trimmed, started at Tue Aug 25 21:10:03 2026)
92382026-08-25T21:10:05.071Z[ recovery-image] Aug 25 21:10:04.455 INFO O| Aug 25 21:10:04.455 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 21:10:03 2026)
92392026-08-25T21:10:05.277Z[ recovery-image] Aug 25 21:10:04.661 INFO O| Aug 25 21:10:04.661 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 21:10:03 2026)
92402026-08-25T21:10:09.933Z[ recovery-image] Aug 25 21:10:04.867 INFO O| Aug 25 21:10:04.867 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 21:10:03 2026)
92412026-08-25T21:10:10.060Z[ recovery-image] Aug 25 21:10:05.073 INFO O| Aug 25 21:10:05.073 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 21:10:03 2026)
92422026-08-25T21:10:10.060Z[ recovery-image] Aug 25 21:10:05.280 INFO O| Aug 25 21:10:05.280 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 21:10:03 2026)
92432026-08-25T21:10:10.060Z[ recovery-image] Aug 25 21:10:05.486 INFO O| Aug 25 21:10:05.486 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 21:10:03 2026)
92442026-08-25T21:10:10.060Z[ recovery-image] Aug 25 21:10:05.692 INFO O| Aug 25 21:10:05.692 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 21:10:03 2026)
92452026-08-25T21:10:10.060Z[ recovery-image] Aug 25 21:10:05.897 INFO O| Aug 25 21:10:05.897 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 21:10:03 2026)
92462026-08-25T21:10:10.060Z[ recovery-image] Aug 25 21:10:06.104 INFO O| Aug 25 21:10:06.104 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 21:10:03 2026)
92472026-08-25T21:10:10.061Z[ recovery-image] Aug 25 21:10:06.310 INFO O| Aug 25 21:10:06.310 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 21:10:03 2026)
92482026-08-25T21:10:10.061Z[ recovery-image] Aug 25 21:10:06.516 INFO O| Aug 25 21:10:06.516 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 21:10:03 2026)
92492026-08-25T21:10:10.061Z[ recovery-image] Aug 25 21:10:06.723 INFO O| Aug 25 21:10:06.723 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Tue Aug 25 21:10:03 2026)
92502026-08-25T21:10:10.061Z[ recovery-image] Aug 25 21:10:06.930 INFO O| Aug 25 21:10:06.930 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Tue Aug 25 21:10:03 2026)
92512026-08-25T21:10:10.061Z[ recovery-image] Aug 25 21:10:07.136 INFO O| Aug 25 21:10:07.136 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Tue Aug 25 21:10:03 2026)
92522026-08-25T21:10:10.061Z[ recovery-image] Aug 25 21:10:07.343 INFO O| Aug 25 21:10:07.343 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Tue Aug 25 21:10:03 2026)
92532026-08-25T21:10:10.061Z[ recovery-image] Aug 25 21:10:07.551 INFO O| Aug 25 21:10:07.551 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Tue Aug 25 21:10:03 2026)
92542026-08-25T21:10:10.061Z[verify-libraries] Compiling oso v0.27.3
92552026-08-25T21:10:10.061Z[ recovery-image] Aug 25 21:10:07.775 INFO O| Aug 25 21:10:07.775 INFO temporary pool has 499M used, 1.26G avail, 1.00x compressratio
92562026-08-25T21:10:10.061Z[ recovery-image] Aug 25 21:10:07.775 INFO O| Aug 25 21:10:07.775 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92572026-08-25T21:10:10.061Z[ host-image] Aug 25 21:10:08.330 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24216:20260824T215529Z
92582026-08-25T21:10:10.061Z[ host-image] Aug 25 21:10:08.330 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24216:20260824T215529Z
92592026-08-25T21:10:10.061Z[ host-image] Aug 25 21:10:08.330 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92602026-08-25T21:10:10.061Z[ host-image] Aug 25 21:10:08.330 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92612026-08-25T21:10:10.061Z[ host-image] Aug 25 21:10:08.330 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92622026-08-25T21:10:10.061Z[ host-image] Aug 25 21:10:08.330 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92632026-08-25T21:10:10.061Z[ host-image] Aug 25 21:10:08.331 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92642026-08-25T21:10:10.061Z[ host-image] Aug 25 21:10:08.331 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92652026-08-25T21:10:10.061Z[ host-image] Aug 25 21:10:08.331 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260825T205409Z
92662026-08-25T21:10:10.061Z[ host-image] Aug 25 21:10:08.331 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92672026-08-25T21:10:10.061Z[ host-image] Aug 25 21:10:08.331 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92682026-08-25T21:10:10.061Z[ host-image] Aug 25 21:10:08.331 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24216:20260824T215530Z
92692026-08-25T21:10:10.061Z[ host-image] Aug 25 21:10:08.332 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24216:20260824T215530Z
92702026-08-25T21:10:10.072Z[ host-image] Aug 25 21:10:08.332 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24216:20260824T215530Z
92712026-08-25T21:10:10.072Z[ host-image] Aug 25 21:10:08.332 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24216:20260824T215530Z
92722026-08-25T21:10:10.072Z[ host-image] Aug 25 21:10:08.332 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92732026-08-25T21:10:10.072Z[ host-image] Aug 25 21:10:08.332 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24216:20260824T215530Z
92742026-08-25T21:10:10.072Z[ host-image] Aug 25 21:10:08.333 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24216:20260824T215530Z
92752026-08-25T21:10:10.072Z[ host-image] Aug 25 21:10:08.333 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24216:20260824T215530Z
92762026-08-25T21:10:10.072Z[ host-image] Aug 25 21:10:08.333 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24216:20260824T215530Z
92772026-08-25T21:10:10.072Z[ host-image] Aug 25 21:10:08.333 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24216:20260824T215531Z
92782026-08-25T21:10:10.072Z[ host-image] Aug 25 21:10:08.333 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24216:20260824T215531Z
92792026-08-25T21:10:10.072Z[ host-image] Aug 25 21:10:08.333 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92802026-08-25T21:10:10.072Z[ host-image] Aug 25 21:10:08.333 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24216:20260824T215531Z
92812026-08-25T21:10:10.072Z[ host-image] Aug 25 21:10:08.333 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92822026-08-25T21:10:10.072Z[ host-image] Aug 25 21:10:08.333 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24216:20260824T215531Z
92832026-08-25T21:10:10.072Z[ host-image] Aug 25 21:10:08.333 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24216:20260824T215532Z
92842026-08-25T21:10:10.072Z[ host-image] Aug 25 21:10:08.333 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24216:20260824T215532Z
92852026-08-25T21:10:10.072Z[ host-image] Aug 25 21:10:08.333 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24216:20260824T215532Z
92862026-08-25T21:10:10.072Z[ host-image] Aug 25 21:10:08.333 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24216:20260824T215533Z
92872026-08-25T21:10:10.079Z[ host-image] Aug 25 21:10:08.333 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24216:20260824T215533Z
92882026-08-25T21:10:10.079Z[ host-image] Aug 25 21:10:08.333 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92892026-08-25T21:10:10.079Z[ host-image] Aug 25 21:10:08.333 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24216:20260824T215534Z
92902026-08-25T21:10:10.079Z[ host-image] Aug 25 21:10:08.333 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24216:20260824T215535Z
92912026-08-25T21:10:10.079Z[ host-image] Aug 25 21:10:08.333 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24216:20260824T215535Z
92922026-08-25T21:10:10.079Z[ host-image] Aug 25 21:10:08.333 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24216:20260824T215535Z
92932026-08-25T21:10:10.079Z[ host-image] Aug 25 21:10:08.334 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24216:20260824T215535Z
92942026-08-25T21:10:10.080Z[ host-image] Aug 25 21:10:08.334 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24216:20260824T215536Z
92952026-08-25T21:10:10.080Z[ host-image] Aug 25 21:10:08.334 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24216:20260824T215536Z
92962026-08-25T21:10:10.080Z[ host-image] Aug 25 21:10:08.337 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92972026-08-25T21:10:10.080Z[ host-image] Aug 25 21:10:08.337 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24216:20260824T215536Z
92982026-08-25T21:10:10.080Z[ host-image] Aug 25 21:10:08.337 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92992026-08-25T21:10:10.080Z[ host-image] Aug 25 21:10:08.337 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
93002026-08-25T21:10:10.080Z[ host-image] Aug 25 21:10:08.337 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
93012026-08-25T21:10:10.080Z[ host-image] Aug 25 21:10:08.337 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93022026-08-25T21:10:10.080Z[ host-image] Aug 25 21:10:08.337 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24216:20260824T215536Z
93032026-08-25T21:10:10.080Z[ host-image] Aug 25 21:10:08.337 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93042026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.337 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93052026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.337 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93062026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.338 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93072026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.341 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93082026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.341 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93092026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.341 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93102026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.341 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93112026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.342 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93122026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.342 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93132026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.354 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93142026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.354 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93152026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.354 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93162026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.354 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24216:20260824T215537Z
93172026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.355 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24216:20260824T215539Z
93182026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.355 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93192026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.355 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24216:20260824T215540Z
93202026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.355 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93212026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.355 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93222026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.355 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93232026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.355 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93242026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.355 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24216:20260824T215540Z
93252026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.355 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93262026-08-25T21:10:10.093Z[ host-image] Aug 25 21:10:08.356 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93272026-08-25T21:10:10.094Z[ host-image] Aug 25 21:10:08.356 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93282026-08-25T21:10:10.094Z[ host-image] Aug 25 21:10:08.356 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93292026-08-25T21:10:10.094Z[ host-image] Aug 25 21:10:08.356 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24216:20260824T215540Z
93302026-08-25T21:10:10.094Z[ host-image] Aug 25 21:10:08.356 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93312026-08-25T21:10:10.094Z[ host-image] Aug 25 21:10:08.360 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93322026-08-25T21:10:10.094Z[ host-image] Aug 25 21:10:08.360 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24216:20260824T215540Z
93332026-08-25T21:10:10.094Z[ host-image] Aug 25 21:10:08.361 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24216:20260824T215540Z
93342026-08-25T21:10:10.094Z[ host-image] Aug 25 21:10:08.361 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24216:20260824T215540Z
93352026-08-25T21:10:10.094Z[ host-image] Aug 25 21:10:08.361 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93362026-08-25T21:10:10.094Z[ host-image] Aug 25 21:10:08.361 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24216:20260824T215541Z
93372026-08-25T21:10:10.094Z[ host-image] Aug 25 21:10:08.361 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24216:20260824T215541Z
93382026-08-25T21:10:10.100Z[ host-image] Aug 25 21:10:08.361 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24216:20260824T215541Z
93392026-08-25T21:10:10.101Z[ host-image] Aug 25 21:10:08.361 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24216:20260824T215541Z
93402026-08-25T21:10:10.101Z[ host-image] Aug 25 21:10:08.363 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93412026-08-25T21:10:10.130Z[ host-image] Aug 25 21:10:08.363 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24216:20260824T215541Z
93422026-08-25T21:10:10.130Z[ host-image] Aug 25 21:10:08.363 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24216:20260824T215542Z
93432026-08-25T21:10:10.130Z[ host-image] Aug 25 21:10:08.363 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93442026-08-25T21:10:10.133Z[ host-image] Aug 25 21:10:08.363 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24216:20260824T215542Z
93452026-08-25T21:10:10.133Z[ host-image] Aug 25 21:10:08.363 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24216:20260824T215542Z
93462026-08-25T21:10:10.133Z[ host-image] Aug 25 21:10:08.363 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24216:20260824T215542Z
93472026-08-25T21:10:10.133Z[ host-image] Aug 25 21:10:08.363 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24216:20260824T215542Z
93482026-08-25T21:10:10.133Z[ host-image] Aug 25 21:10:08.365 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24216:20260824T215542Z
93492026-08-25T21:10:10.133Z[ host-image] Aug 25 21:10:08.365 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93502026-08-25T21:10:10.133Z[ host-image] Aug 25 21:10:08.366 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24216:20260824T215542Z
93512026-08-25T21:10:10.133Z[ host-image] Aug 25 21:10:08.366 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24216:20260824T215542Z
93522026-08-25T21:10:10.133Z[ host-image] Aug 25 21:10:08.366 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24216:20260824T215542Z
93532026-08-25T21:10:10.133Z[ host-image] Aug 25 21:10:08.366 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24216:20260824T215542Z
93542026-08-25T21:10:10.133Z[ host-image] Aug 25 21:10:08.366 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24216:20260824T215543Z
93552026-08-25T21:10:10.133Z[ host-image] Aug 25 21:10:08.367 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24216:20260824T215543Z
93562026-08-25T21:10:10.133Z[ host-image] Aug 25 21:10:08.367 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24216:20260824T215543Z
93572026-08-25T21:10:10.133Z[ host-image] Aug 25 21:10:08.367 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24216:20260824T215543Z
93582026-08-25T21:10:10.133Z[ host-image] Aug 25 21:10:08.370 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24216:20260824T215544Z
93592026-08-25T21:10:10.133Z[ host-image] Aug 25 21:10:08.370 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24216:20260824T215543Z
93602026-08-25T21:10:10.133Z[ host-image] Aug 25 21:10:08.370 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24216:20260824T215543Z
93612026-08-25T21:10:10.138Z[ host-image] Aug 25 21:10:08.370 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24216:20260824T215543Z
93622026-08-25T21:10:10.138Z[ host-image] Aug 25 21:10:08.370 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24216:20260824T215544Z
93632026-08-25T21:10:10.138Z[ host-image] Aug 25 21:10:08.376 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24216:20260824T215545Z
93642026-08-25T21:10:10.138Z[ host-image] Aug 25 21:10:08.376 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24216:20260824T215544Z
93652026-08-25T21:10:10.138Z[ host-image] Aug 25 21:10:08.376 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24216:20260824T215544Z
93662026-08-25T21:10:10.138Z[ host-image] Aug 25 21:10:08.376 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93672026-08-25T21:10:10.138Z[ host-image] Aug 25 21:10:08.376 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93682026-08-25T21:10:10.138Z[ host-image] Aug 25 21:10:08.386 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24216:20260824T215544Z
93692026-08-25T21:10:10.138Z[ host-image] Aug 25 21:10:08.386 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93702026-08-25T21:10:10.138Z[ host-image] Aug 25 21:10:08.386 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24216:20260824T215544Z
93712026-08-25T21:10:10.138Z[ host-image] Aug 25 21:10:08.386 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24216:20260824T215544Z
93722026-08-25T21:10:10.138Z[ host-image] Aug 25 21:10:08.386 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24216:20260824T215544Z
93732026-08-25T21:10:10.138Z[ host-image] Aug 25 21:10:08.386 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93742026-08-25T21:10:10.138Z[ host-image] Aug 25 21:10:08.387 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93752026-08-25T21:10:10.138Z[ host-image] Aug 25 21:10:08.387 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24216:20260824T215545Z
93762026-08-25T21:10:10.138Z[ host-image] Aug 25 21:10:08.387 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24216:20260824T215544Z
93772026-08-25T21:10:10.138Z[ host-image] Aug 25 21:10:08.387 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24216:20260824T215544Z
93782026-08-25T21:10:10.142Z[ host-image] Aug 25 21:10:08.387 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24216:20260824T215545Z
93792026-08-25T21:10:10.142Z[ host-image] Aug 25 21:10:08.387 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24216:20260824T215545Z
93802026-08-25T21:10:10.142Z[ host-image] Aug 25 21:10:08.387 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24216:20260824T215545Z
93812026-08-25T21:10:10.142Z[ host-image] Aug 25 21:10:08.388 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93822026-08-25T21:10:10.142Z[ host-image] Aug 25 21:10:08.388 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24216:20260824T215545Z
93832026-08-25T21:10:10.142Z[ host-image] Aug 25 21:10:08.388 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24216:20260824T215545Z
93842026-08-25T21:10:10.142Z[ host-image] Aug 25 21:10:08.388 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24216:20260824T215545Z
93852026-08-25T21:10:10.142Z[ host-image] Aug 25 21:10:08.389 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24216:20260824T215546Z
93862026-08-25T21:10:10.142Z[ host-image] Aug 25 21:10:08.389 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24216:20260824T215546Z
93872026-08-25T21:10:10.143Z[ host-image] Aug 25 21:10:08.389 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24216:20260824T215546Z
93882026-08-25T21:10:10.143Z[ host-image] Aug 25 21:10:08.389 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93892026-08-25T21:10:10.143Z[ host-image] Aug 25 21:10:08.389 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93902026-08-25T21:10:10.143Z[ host-image] Aug 25 21:10:08.389 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24216:20260824T215547Z
93912026-08-25T21:10:10.143Z[ host-image] Aug 25 21:10:08.389 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24216:20260824T215547Z
93922026-08-25T21:10:10.143Z[ host-image] Aug 25 21:10:08.389 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93932026-08-25T21:10:10.143Z[ host-image] Aug 25 21:10:08.389 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93942026-08-25T21:10:10.143Z[ host-image] Aug 25 21:10:08.389 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93952026-08-25T21:10:10.146Z[ host-image] Aug 25 21:10:08.389 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93962026-08-25T21:10:10.146Z[ host-image] Aug 25 21:10:08.389 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93972026-08-25T21:10:10.146Z[ host-image] Aug 25 21:10:08.389 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93982026-08-25T21:10:10.146Z[ host-image] Aug 25 21:10:08.390 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93992026-08-25T21:10:10.146Z[ host-image] Aug 25 21:10:08.390 INFO O| tempdir @ "/tmp/.tmpTrcIEe/tmp"
94002026-08-25T21:10:10.146Z[ host-image] Aug 25 21:10:08.390 INFO O| image root @ "/tmp/.tmpTrcIEe/tmp/root"
94012026-08-25T21:10:10.146Z[ host-image] Aug 25 21:10:08.390 INFO O| creating image...
94022026-08-25T21:10:10.146Z[ recovery-image] Aug 25 21:10:08.506 INFO O| Aug 25 21:10:08.506 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
94032026-08-25T21:10:10.146Z[ recovery-image] Aug 25 21:10:08.506 INFO O| Aug 25 21:10:08.506 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
94042026-08-25T21:10:11.572Z[ host-image] Aug 25 21:10:10.952 INFO O| copying publishers...
94052026-08-25T21:10:12.033Z[ recovery-image] Aug 25 21:10:11.413 INFO O| Aug 25 21:10:11.413 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94062026-08-25T21:10:12.033Z[ recovery-image] Aug 25 21:10:11.413 INFO O| Aug 25 21:10:11.413 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94072026-08-25T21:10:12.034Z[ recovery-image] Aug 25 21:10:11.413 INFO O| Aug 25 21:10:11.413 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94082026-08-25T21:10:12.034Z[ recovery-image] Aug 25 21:10:11.413 INFO O| Aug 25 21:10:11.413 INFO completed processing sled/zfs-recovery
94092026-08-25T21:10:12.034Z[ recovery-image] Aug 25 21:10:11.413 INFO O| Aug 25 21:10:11.413 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
94102026-08-25T21:10:13.764Z[ recovery-image] Aug 25 21:10:13.147 INFO O| Aug 25 21:10:13.147 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
94112026-08-25T21:10:13.919Z[ recovery-image] Aug 25 21:10:13.302 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
94122026-08-25T21:10:13.919Z[ recovery-image] Aug 25 21:10:13.302 INFO expanded image name: "recovery 21f4906/${os_short_commit} 2026-08-25 20:54" -> "recovery 21f4906/bbd33bf 2026-08-25 20:54"
94132026-08-25T21:10:13.924Z[ recovery-image] Aug 25 21:10:13.302 INFO output artefacts stored in: "/work/os-recovery"
94142026-08-25T21:10:13.924Z[ recovery-image] Aug 25 21:10:13.302 INFO collecting git info from project "amd-host-image-builder"...
94152026-08-25T21:10:13.963Z[ recovery-image] Aug 25 21:10:13.345 INFO collecting git info from project "dmar-report"...
94162026-08-25T21:10:13.973Z[ recovery-image] Aug 25 21:10:13.357 INFO collecting git info from project "amd-firmware"...
94172026-08-25T21:10:14.354Z[ recovery-image] Aug 25 21:10:13.737 INFO collecting git info from project "bootserver"...
94182026-08-25T21:10:14.361Z[ recovery-image] Aug 25 21:10:13.743 INFO collecting git info from project "image-builder"...
94192026-08-25T21:10:14.367Z[ recovery-image] Aug 25 21:10:13.750 INFO collecting git info from project "phbl"...
94202026-08-25T21:10:14.377Z[ recovery-image] Aug 25 21:10:13.760 INFO collecting git info from project "pinprick"...
94212026-08-25T21:10:14.385Z[ recovery-image] Aug 25 21:10:13.768 INFO collecting git info from project "pilot"...
94222026-08-25T21:10:14.424Z[ recovery-image] Aug 25 21:10:13.807 INFO collecting git info from project "chelsio-t6-roms"...
94232026-08-25T21:10:14.460Z[ recovery-image] Aug 25 21:10:13.844 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94242026-08-25T21:10:14.894Z[ recovery-image] Aug 25 21:10:14.276 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94252026-08-25T21:10:15.345Z[ recovery-image] Aug 25 21:10:14.728 INFO creating Oxide boot image...
94262026-08-25T21:10:15.345Z[ recovery-image] Aug 25 21:10:14.728 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 21f4906/bbd33bf 2026-08-25 20:54", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94272026-08-25T21:10:15.505Z[ host-image] Aug 25 21:10:14.885 INFO O| adding properties...
94282026-08-25T21:10:15.709Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
94292026-08-25T21:10:16.068Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
94302026-08-25T21:10:17.441Z[ host-image] Aug 25 21:10:16.824 INFO O| installing packages...
94312026-08-25T21:10:24.992Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94322026-08-25T21:10:28.714Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94332026-08-25T21:10:28.807Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94342026-08-25T21:10:30.354Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94352026-08-25T21:10:30.834Z[ host-image] Aug 25 21:10:30.216 INFO O| seeding SMF database...
94362026-08-25T21:10:31.214Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94372026-08-25T21:10:32.679Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94382026-08-25T21:10:35.477Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94392026-08-25T21:10:35.676Z[ host-image] Aug 25 21:10:35.059 INFO O| configuring SMF profile...
94402026-08-25T21:10:35.676Z[ host-image] Aug 25 21:10:35.059 INFO O| modifying shadow(5)...
94412026-08-25T21:10:35.680Z[ host-image] Aug 25 21:10:35.059 INFO O| loading user and group database...
94422026-08-25T21:10:35.680Z[ host-image] Aug 25 21:10:35.059 INFO O| loading facet selections...
94432026-08-25T21:10:35.838Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94442026-08-25T21:10:36.345Z[ host-image] Aug 25 21:10:35.728 INFO O| devel -> true
94452026-08-25T21:10:36.345Z[ host-image] Aug 25 21:10:35.728 INFO O| doc.man -> true
94462026-08-25T21:10:36.346Z[ host-image] Aug 25 21:10:35.728 INFO O| version-lock.shell/ksh93 -> true
94472026-08-25T21:10:36.349Z[ host-image] Aug 25 21:10:35.728 INFO O| version-lock.system/data/hardware-registry -> true
94482026-08-25T21:10:36.350Z[ host-image] Aug 25 21:10:35.728 INFO O| version-lock.system/data/zoneinfo -> true
94492026-08-25T21:10:36.350Z[ host-image] Aug 25 21:10:35.728 INFO O| version-lock.system/microcode/amd -> true
94502026-08-25T21:10:36.350Z[ host-image] Aug 25 21:10:35.728 INFO O| version-lock.system/microcode/intel -> true
94512026-08-25T21:10:36.350Z[ host-image] Aug 25 21:10:35.728 INFO O| version-lock.system/microcode/oxide -> true
94522026-08-25T21:10:36.350Z[ host-image] Aug 25 21:10:35.728 INFO O| assessing packaged files...
94532026-08-25T21:10:37.802Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94542026-08-25T21:10:38.261Z[ host-image] Aug 25 21:10:37.644 INFO O| creating archive...
94552026-08-25T21:10:38.286Z[ host-image] Aug 25 21:10:37.668 INFO O| missing from packaging:
94562026-08-25T21:10:38.286Z[ host-image] Aug 25 21:10:37.668 INFO O| "etc/.pwd.lock"
94572026-08-25T21:10:38.286Z[ host-image] Aug 25 21:10:37.668 INFO O| "etc/bash"
94582026-08-25T21:10:38.292Z[ host-image] Aug 25 21:10:37.673 INFO O| "etc/svc/profile/generic.xml"
94592026-08-25T21:10:38.293Z[ host-image] Aug 25 21:10:37.673 INFO O| "etc/svc/profile/inetd_services.xml"
94602026-08-25T21:10:38.293Z[ host-image] Aug 25 21:10:37.673 INFO O| "etc/svc/profile/name_service.xml"
94612026-08-25T21:10:38.293Z[ host-image] Aug 25 21:10:37.673 INFO O| "etc/svc/profile/platform.xml"
94622026-08-25T21:10:38.293Z[ host-image] Aug 25 21:10:37.673 INFO O| "etc/svc/profile/platform_omicron1.xml"
94632026-08-25T21:10:38.296Z[ host-image] Aug 25 21:10:37.673 INFO O| "etc/svc/repository.db"
94642026-08-25T21:10:38.303Z[ host-image] Aug 25 21:10:37.686 INFO O| "opt/ooce/share"
94652026-08-25T21:10:38.303Z[ host-image] Aug 25 21:10:37.686 INFO O| "opt/ooce/share/man"
94662026-08-25T21:10:38.317Z[ host-image] Aug 25 21:10:37.686 INFO O| "opt/ooce/share/man/man1"
94672026-08-25T21:10:38.350Z[ host-image] Aug 25 21:10:37.696 INFO O| finishing archive...
94682026-08-25T21:10:41.114Z[ host-image] Aug 25 21:10:40.497 INFO O| creating gzonly manifest...
94692026-08-25T21:10:41.131Z[ host-image] Aug 25 21:10:40.503 INFO O| ok
94702026-08-25T21:10:41.393Z[ host-image] Aug 25 21:10:40.776 INFO image builder template: ramdisk-02-trim...
94712026-08-25T21:10:41.394Z[ host-image] Aug 25 21:10:40.776 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/.tmpjbOF9F/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94722026-08-25T21:10:41.437Z[ host-image] Aug 25 21:10:40.820 INFO O| Aug 25 21:10:40.820 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94732026-08-25T21:10:41.445Z[ host-image] Aug 25 21:10:40.829 INFO O| Aug 25 21:10:40.828 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94742026-08-25T21:10:43.003Z[ host-image] Aug 25 21:10:42.326 INFO O| Aug 25 21:10:42.326 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94752026-08-25T21:10:44.039Z[ host-image] Aug 25 21:10:43.422 INFO O| Aug 25 21:10:43.422 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94762026-08-25T21:10:44.039Z[ host-image] Aug 25 21:10:43.422 INFO O| Aug 25 21:10:43.422 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94772026-08-25T21:10:44.044Z[ host-image] Aug 25 21:10:43.427 INFO O| Aug 25 21:10:43.427 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94782026-08-25T21:10:44.047Z[ host-image] Aug 25 21:10:43.430 INFO O| Aug 25 21:10:43.430 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94792026-08-25T21:10:44.052Z[ host-image] Aug 25 21:10:43.435 INFO O| Aug 25 21:10:43.435 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94802026-08-25T21:10:45.769Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94812026-08-25T21:10:46.121Z[ host-image] Aug 25 21:10:45.504 INFO O| Aug 25 21:10:45.504 INFO rolled back to input snapshot; work may begin
94822026-08-25T21:10:46.122Z[ host-image] Aug 25 21:10:45.504 INFO O| Aug 25 21:10:45.504 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94832026-08-25T21:10:46.126Z[ host-image] Aug 25 21:10:45.508 INFO O| Aug 25 21:10:45.508 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94842026-08-25T21:10:46.134Z[ host-image] Aug 25 21:10:45.517 INFO O| Aug 25 21:10:45.517 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94852026-08-25T21:10:46.174Z[ host-image] Aug 25 21:10:45.557 INFO O| Aug 25 21:10:45.557 INFO STEP 0 (remove_files) COMPLETE
94862026-08-25T21:10:46.174Z[ host-image] Aug 25 21:10:45.558 INFO O| Aug 25 21:10:45.557 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-08-25T21:10:46.183Z[ host-image] Aug 25 21:10:45.566 INFO O| Aug 25 21:10:45.566 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94882026-08-25T21:10:46.187Z[ host-image] Aug 25 21:10:45.567 INFO O| Aug 25 21:10:45.567 INFO STEP 1 (remove_files) COMPLETE
94892026-08-25T21:10:46.187Z[ host-image] Aug 25 21:10:45.567 INFO O| Aug 25 21:10:45.567 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94902026-08-25T21:10:46.193Z[ host-image] Aug 25 21:10:45.576 INFO O| Aug 25 21:10:45.576 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94912026-08-25T21:10:46.206Z[ host-image] Aug 25 21:10:45.589 INFO O| Aug 25 21:10:45.589 INFO STEP 2 (remove_files) COMPLETE
94922026-08-25T21:10:46.206Z[ host-image] Aug 25 21:10:45.589 INFO O| Aug 25 21:10:45.589 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94932026-08-25T21:10:46.214Z[ host-image] Aug 25 21:10:45.598 INFO O| Aug 25 21:10:45.598 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94942026-08-25T21:10:46.218Z[ host-image] Aug 25 21:10:45.599 INFO O| Aug 25 21:10:45.599 INFO STEP 3 (remove_files) COMPLETE
94952026-08-25T21:10:46.218Z[ host-image] Aug 25 21:10:45.599 INFO O| Aug 25 21:10:45.599 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-08-25T21:10:46.224Z[ host-image] Aug 25 21:10:45.607 INFO O| Aug 25 21:10:45.607 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94972026-08-25T21:10:46.228Z[ host-image] Aug 25 21:10:45.610 INFO O| Aug 25 21:10:45.610 INFO STEP 4 (remove_files) COMPLETE
94982026-08-25T21:10:46.228Z[ host-image] Aug 25 21:10:45.610 INFO O| Aug 25 21:10:45.610 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-08-25T21:10:46.236Z[ host-image] Aug 25 21:10:45.619 INFO O| Aug 25 21:10:45.619 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
95002026-08-25T21:10:46.239Z[ host-image] Aug 25 21:10:45.621 INFO O| Aug 25 21:10:45.621 INFO STEP 5 (remove_files) COMPLETE
95012026-08-25T21:10:46.239Z[ host-image] Aug 25 21:10:45.622 INFO O| Aug 25 21:10:45.621 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-08-25T21:10:46.247Z[ host-image] Aug 25 21:10:45.631 INFO O| Aug 25 21:10:45.631 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
95032026-08-25T21:10:46.257Z[ host-image] Aug 25 21:10:45.640 INFO O| Aug 25 21:10:45.640 INFO STEP 6 (remove_files) COMPLETE
95042026-08-25T21:10:46.261Z[ host-image] Aug 25 21:10:45.641 INFO O| Aug 25 21:10:45.640 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-08-25T21:10:46.261Z[ host-image] Aug 25 21:10:45.641 INFO O| Aug 25 21:10:45.640 INFO skip step because feature "heliosv2" is not enabled
95062026-08-25T21:10:46.261Z[ host-image] Aug 25 21:10:45.641 INFO O| Aug 25 21:10:45.640 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95072026-08-25T21:10:46.265Z[ host-image] Aug 25 21:10:45.649 INFO O| Aug 25 21:10:45.649 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
95082026-08-25T21:10:46.276Z[ host-image] Aug 25 21:10:45.660 INFO O| Aug 25 21:10:45.660 INFO STEP 8 (remove_files) COMPLETE
95092026-08-25T21:10:46.276Z[ host-image] Aug 25 21:10:45.660 INFO O| Aug 25 21:10:45.660 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95102026-08-25T21:10:46.285Z[ host-image] Aug 25 21:10:45.669 INFO O| Aug 25 21:10:45.669 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95112026-08-25T21:10:46.353Z[ host-image] Aug 25 21:10:45.736 INFO O| Aug 25 21:10:45.736 INFO STEP 9 (remove_files) COMPLETE
95122026-08-25T21:10:46.354Z[ host-image] Aug 25 21:10:45.736 INFO O| Aug 25 21:10:45.736 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95132026-08-25T21:10:46.362Z[ host-image] Aug 25 21:10:45.745 INFO O| Aug 25 21:10:45.745 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95142026-08-25T21:10:46.444Z[ host-image] Aug 25 21:10:45.827 INFO O| Aug 25 21:10:45.827 INFO STEP 10 (remove_files) COMPLETE
95152026-08-25T21:10:46.444Z[ host-image] Aug 25 21:10:45.827 INFO O| Aug 25 21:10:45.827 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95162026-08-25T21:10:46.453Z[ host-image] Aug 25 21:10:45.836 INFO O| Aug 25 21:10:45.836 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95172026-08-25T21:10:46.457Z[ host-image] Aug 25 21:10:45.839 INFO O| Aug 25 21:10:45.839 INFO STEP 11 (remove_files) COMPLETE
95182026-08-25T21:10:46.457Z[ host-image] Aug 25 21:10:45.839 INFO O| Aug 25 21:10:45.839 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95192026-08-25T21:10:46.464Z[ host-image] Aug 25 21:10:45.848 INFO O| Aug 25 21:10:45.848 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95202026-08-25T21:10:46.468Z[ host-image] Aug 25 21:10:45.849 INFO O| Aug 25 21:10:45.849 INFO STEP 12 (remove_files) COMPLETE
95212026-08-25T21:10:46.468Z[ host-image] Aug 25 21:10:45.849 INFO O| Aug 25 21:10:45.849 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95222026-08-25T21:10:46.473Z[ host-image] Aug 25 21:10:45.857 INFO O| Aug 25 21:10:45.857 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95232026-08-25T21:10:46.477Z[ host-image] Aug 25 21:10:45.858 INFO O| Aug 25 21:10:45.858 INFO STEP 13 (remove_files) COMPLETE
95242026-08-25T21:10:46.477Z[ host-image] Aug 25 21:10:45.858 INFO O| Aug 25 21:10:45.858 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95252026-08-25T21:10:46.673Z[ host-image] Aug 25 21:10:46.056 INFO O| Aug 25 21:10:46.055 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95262026-08-25T21:10:46.688Z[ host-image] Aug 25 21:10:46.071 INFO O| Aug 25 21:10:46.071 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95272026-08-25T21:10:46.716Z[ host-image] Aug 25 21:10:46.099 INFO O| Aug 25 21:10:46.099 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95282026-08-25T21:10:46.716Z[ host-image] Aug 25 21:10:46.099 INFO O| Aug 25 21:10:46.099 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95292026-08-25T21:10:46.716Z[ host-image] Aug 25 21:10:46.099 INFO O| Aug 25 21:10:46.099 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95302026-08-25T21:10:46.720Z[ host-image] Aug 25 21:10:46.100 INFO O| Aug 25 21:10:46.099 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95312026-08-25T21:10:46.720Z[ host-image] Aug 25 21:10:46.100 INFO O| Aug 25 21:10:46.100 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95322026-08-25T21:10:46.721Z[ host-image] Aug 25 21:10:46.100 INFO O| Aug 25 21:10:46.100 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95332026-08-25T21:10:46.721Z[ host-image] Aug 25 21:10:46.100 INFO O| Aug 25 21:10:46.100 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95342026-08-25T21:10:46.721Z[ host-image] Aug 25 21:10:46.100 INFO O| Aug 25 21:10:46.100 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95352026-08-25T21:10:46.721Z[ host-image] Aug 25 21:10:46.100 INFO O| Aug 25 21:10:46.100 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95362026-08-25T21:10:46.721Z[ host-image] Aug 25 21:10:46.100 INFO O| Aug 25 21:10:46.100 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95372026-08-25T21:10:46.721Z[ host-image] Aug 25 21:10:46.100 INFO O| Aug 25 21:10:46.100 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95382026-08-25T21:10:46.721Z[ host-image] Aug 25 21:10:46.100 INFO O| Aug 25 21:10:46.100 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95392026-08-25T21:10:46.722Z[ host-image] Aug 25 21:10:46.100 INFO O| Aug 25 21:10:46.100 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95402026-08-25T21:10:46.722Z[ host-image] Aug 25 21:10:46.100 INFO O| Aug 25 21:10:46.100 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95412026-08-25T21:10:46.722Z[ host-image] Aug 25 21:10:46.100 INFO O| Aug 25 21:10:46.100 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95422026-08-25T21:10:46.722Z[ host-image] Aug 25 21:10:46.100 INFO O| Aug 25 21:10:46.100 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95432026-08-25T21:10:46.722Z[ host-image] Aug 25 21:10:46.100 INFO O| Aug 25 21:10:46.100 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95442026-08-25T21:10:46.722Z[ host-image] Aug 25 21:10:46.100 INFO O| Aug 25 21:10:46.100 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95452026-08-25T21:10:46.731Z[ host-image] Aug 25 21:10:46.114 INFO O| Aug 25 21:10:46.114 INFO STEP 14 (remove_files) COMPLETE
95462026-08-25T21:10:46.731Z[ host-image] Aug 25 21:10:46.114 INFO O| Aug 25 21:10:46.114 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-08-25T21:10:46.741Z[ host-image] Aug 25 21:10:46.124 INFO O| Aug 25 21:10:46.123 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95482026-08-25T21:10:46.746Z[ host-image] Aug 25 21:10:46.125 INFO O| Aug 25 21:10:46.125 INFO STEP 15 (remove_files) COMPLETE
95492026-08-25T21:10:46.746Z[ host-image] Aug 25 21:10:46.125 INFO O| Aug 25 21:10:46.125 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-08-25T21:10:46.752Z[ host-image] Aug 25 21:10:46.135 INFO O| Aug 25 21:10:46.134 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95512026-08-25T21:10:46.757Z[ host-image] Aug 25 21:10:46.141 INFO O| Aug 25 21:10:46.141 INFO STEP 16 (remove_files) COMPLETE
95522026-08-25T21:10:46.760Z[ host-image] Aug 25 21:10:46.141 INFO O| Aug 25 21:10:46.141 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-08-25T21:10:46.768Z[ host-image] Aug 25 21:10:46.151 INFO O| Aug 25 21:10:46.151 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95542026-08-25T21:10:46.771Z[ host-image] Aug 25 21:10:46.151 INFO O| Aug 25 21:10:46.151 INFO STEP 17 (remove_files) COMPLETE
95552026-08-25T21:10:46.771Z[ host-image] Aug 25 21:10:46.151 INFO O| Aug 25 21:10:46.151 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-08-25T21:10:46.776Z[ host-image] Aug 25 21:10:46.159 INFO O| Aug 25 21:10:46.159 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95572026-08-25T21:10:46.779Z[ host-image] Aug 25 21:10:46.161 INFO O| Aug 25 21:10:46.161 INFO STEP 18 (remove_files) COMPLETE
95582026-08-25T21:10:46.779Z[ host-image] Aug 25 21:10:46.161 INFO O| Aug 25 21:10:46.161 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-08-25T21:10:46.786Z[ host-image] Aug 25 21:10:46.169 INFO O| Aug 25 21:10:46.169 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95602026-08-25T21:10:46.786Z[ host-image] Aug 25 21:10:46.170 INFO O| Aug 25 21:10:46.169 INFO STEP 19 (remove_files) COMPLETE
95612026-08-25T21:10:46.790Z[ host-image] Aug 25 21:10:46.170 INFO O| Aug 25 21:10:46.170 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-08-25T21:10:46.794Z[ host-image] Aug 25 21:10:46.178 INFO O| Aug 25 21:10:46.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95632026-08-25T21:10:46.794Z[ host-image] Aug 25 21:10:46.178 INFO O| Aug 25 21:10:46.178 INFO STEP 20 (remove_files) COMPLETE
95642026-08-25T21:10:46.798Z[ host-image] Aug 25 21:10:46.178 INFO O| Aug 25 21:10:46.178 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-08-25T21:10:46.803Z[ host-image] Aug 25 21:10:46.186 INFO O| Aug 25 21:10:46.186 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95662026-08-25T21:10:46.806Z[ host-image] Aug 25 21:10:46.186 INFO O| Aug 25 21:10:46.186 INFO STEP 21 (remove_files) COMPLETE
95672026-08-25T21:10:46.806Z[ host-image] Aug 25 21:10:46.186 INFO O| Aug 25 21:10:46.186 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-08-25T21:10:46.812Z[ host-image] Aug 25 21:10:46.195 INFO O| Aug 25 21:10:46.195 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95692026-08-25T21:10:46.815Z[ host-image] Aug 25 21:10:46.195 INFO O| Aug 25 21:10:46.195 INFO STEP 22 (remove_files) COMPLETE
95702026-08-25T21:10:46.815Z[ host-image] Aug 25 21:10:46.195 INFO O| Aug 25 21:10:46.195 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-08-25T21:10:46.820Z[ host-image] Aug 25 21:10:46.203 INFO O| Aug 25 21:10:46.203 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95722026-08-25T21:10:46.820Z[ host-image] Aug 25 21:10:46.203 INFO O| Aug 25 21:10:46.203 INFO STEP 23 (remove_files) COMPLETE
95732026-08-25T21:10:46.824Z[ host-image] Aug 25 21:10:46.203 INFO O| Aug 25 21:10:46.203 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-08-25T21:10:46.827Z[ host-image] Aug 25 21:10:46.211 INFO O| Aug 25 21:10:46.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95752026-08-25T21:10:46.827Z[ host-image] Aug 25 21:10:46.211 INFO O| Aug 25 21:10:46.211 INFO STEP 24 (remove_files) COMPLETE
95762026-08-25T21:10:46.828Z[ host-image] Aug 25 21:10:46.211 INFO O| Aug 25 21:10:46.211 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-08-25T21:10:46.837Z[ host-image] Aug 25 21:10:46.220 INFO O| Aug 25 21:10:46.220 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95782026-08-25T21:10:46.837Z[ host-image] Aug 25 21:10:46.220 INFO O| Aug 25 21:10:46.220 INFO STEP 25 (remove_files) COMPLETE
95792026-08-25T21:10:46.837Z[ host-image] Aug 25 21:10:46.220 INFO O| Aug 25 21:10:46.220 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-08-25T21:10:46.845Z[ host-image] Aug 25 21:10:46.228 INFO O| Aug 25 21:10:46.228 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95812026-08-25T21:10:46.845Z[ host-image] Aug 25 21:10:46.228 INFO O| Aug 25 21:10:46.228 INFO STEP 26 (remove_files) COMPLETE
95822026-08-25T21:10:46.848Z[ host-image] Aug 25 21:10:46.228 INFO O| Aug 25 21:10:46.228 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-08-25T21:10:46.852Z[ host-image] Aug 25 21:10:46.235 INFO O| Aug 25 21:10:46.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95842026-08-25T21:10:46.855Z[ host-image] Aug 25 21:10:46.236 INFO O| Aug 25 21:10:46.236 INFO STEP 27 (remove_files) COMPLETE
95852026-08-25T21:10:46.855Z[ host-image] Aug 25 21:10:46.236 INFO O| Aug 25 21:10:46.236 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-08-25T21:10:46.859Z[ host-image] Aug 25 21:10:46.243 INFO O| Aug 25 21:10:46.243 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95872026-08-25T21:10:46.860Z[ host-image] Aug 25 21:10:46.243 INFO O| Aug 25 21:10:46.243 INFO STEP 28 (remove_files) COMPLETE
95882026-08-25T21:10:46.860Z[ host-image] Aug 25 21:10:46.243 INFO O| Aug 25 21:10:46.243 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-08-25T21:10:46.866Z[ host-image] Aug 25 21:10:46.250 INFO O| Aug 25 21:10:46.250 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95902026-08-25T21:10:46.870Z[ host-image] Aug 25 21:10:46.250 INFO O| Aug 25 21:10:46.250 INFO STEP 29 (remove_files) COMPLETE
95912026-08-25T21:10:46.871Z[ host-image] Aug 25 21:10:46.250 INFO O| Aug 25 21:10:46.250 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-08-25T21:10:46.875Z[ host-image] Aug 25 21:10:46.257 INFO O| Aug 25 21:10:46.257 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95932026-08-25T21:10:46.875Z[ host-image] Aug 25 21:10:46.257 INFO O| Aug 25 21:10:46.257 INFO STEP 30 (remove_files) COMPLETE
95942026-08-25T21:10:46.875Z[ host-image] Aug 25 21:10:46.257 INFO O| Aug 25 21:10:46.257 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-08-25T21:10:46.880Z[ host-image] Aug 25 21:10:46.264 INFO O| Aug 25 21:10:46.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95962026-08-25T21:10:46.880Z[ host-image] Aug 25 21:10:46.264 INFO O| Aug 25 21:10:46.264 INFO STEP 31 (remove_files) COMPLETE
95972026-08-25T21:10:46.880Z[ host-image] Aug 25 21:10:46.264 INFO O| Aug 25 21:10:46.264 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-08-25T21:10:46.891Z[ host-image] Aug 25 21:10:46.274 INFO O| Aug 25 21:10:46.274 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95992026-08-25T21:10:46.891Z[ host-image] Aug 25 21:10:46.274 INFO O| Aug 25 21:10:46.274 INFO STEP 32 (remove_files) COMPLETE
96002026-08-25T21:10:46.891Z[ host-image] Aug 25 21:10:46.274 INFO O| Aug 25 21:10:46.274 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-08-25T21:10:46.900Z[ host-image] Aug 25 21:10:46.283 INFO O| Aug 25 21:10:46.283 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
96022026-08-25T21:10:46.900Z[ host-image] Aug 25 21:10:46.283 INFO O| Aug 25 21:10:46.283 INFO STEP 33 (remove_files) COMPLETE
96032026-08-25T21:10:46.900Z[ host-image] Aug 25 21:10:46.283 INFO O| Aug 25 21:10:46.283 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-08-25T21:10:46.908Z[ host-image] Aug 25 21:10:46.292 INFO O| Aug 25 21:10:46.292 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
96052026-08-25T21:10:46.908Z[ host-image] Aug 25 21:10:46.292 INFO O| Aug 25 21:10:46.292 INFO STEP 34 (remove_files) COMPLETE
96062026-08-25T21:10:46.912Z[ host-image] Aug 25 21:10:46.292 INFO O| Aug 25 21:10:46.292 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-08-25T21:10:46.919Z[ host-image] Aug 25 21:10:46.302 INFO O| Aug 25 21:10:46.302 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
96082026-08-25T21:10:46.919Z[ host-image] Aug 25 21:10:46.302 INFO O| Aug 25 21:10:46.302 INFO STEP 35 (remove_files) COMPLETE
96092026-08-25T21:10:46.919Z[ host-image] Aug 25 21:10:46.302 INFO O| Aug 25 21:10:46.302 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-08-25T21:10:46.929Z[ host-image] Aug 25 21:10:46.312 INFO O| Aug 25 21:10:46.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96112026-08-25T21:10:46.929Z[ host-image] Aug 25 21:10:46.312 INFO O| Aug 25 21:10:46.312 INFO STEP 36 (remove_files) COMPLETE
96122026-08-25T21:10:46.929Z[ host-image] Aug 25 21:10:46.312 INFO O| Aug 25 21:10:46.312 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-08-25T21:10:46.937Z[ host-image] Aug 25 21:10:46.320 INFO O| Aug 25 21:10:46.320 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96142026-08-25T21:10:46.937Z[ host-image] Aug 25 21:10:46.320 INFO O| Aug 25 21:10:46.320 INFO STEP 37 (remove_files) COMPLETE
96152026-08-25T21:10:46.940Z[ host-image] Aug 25 21:10:46.320 INFO O| Aug 25 21:10:46.320 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96162026-08-25T21:10:46.945Z[ host-image] Aug 25 21:10:46.328 INFO O| Aug 25 21:10:46.328 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96172026-08-25T21:10:46.945Z[ host-image] Aug 25 21:10:46.328 INFO O| Aug 25 21:10:46.328 INFO STEP 38 (remove_files) COMPLETE
96182026-08-25T21:10:46.948Z[ host-image] Aug 25 21:10:46.328 INFO O| Aug 25 21:10:46.328 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96192026-08-25T21:10:46.955Z[ host-image] Aug 25 21:10:46.338 INFO O| Aug 25 21:10:46.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96202026-08-25T21:10:46.955Z[ host-image] Aug 25 21:10:46.338 INFO O| Aug 25 21:10:46.338 INFO STEP 39 (remove_files) COMPLETE
96212026-08-25T21:10:46.958Z[ host-image] Aug 25 21:10:46.338 INFO O| Aug 25 21:10:46.338 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96222026-08-25T21:10:46.963Z[ host-image] Aug 25 21:10:46.347 INFO O| Aug 25 21:10:46.347 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96232026-08-25T21:10:46.964Z[ host-image] Aug 25 21:10:46.347 INFO O| Aug 25 21:10:46.347 INFO STEP 40 (remove_files) COMPLETE
96242026-08-25T21:10:46.967Z[ host-image] Aug 25 21:10:46.347 INFO O| Aug 25 21:10:46.347 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-08-25T21:10:46.972Z[ host-image] Aug 25 21:10:46.355 INFO O| Aug 25 21:10:46.355 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96262026-08-25T21:10:46.975Z[ host-image] Aug 25 21:10:46.355 INFO O| Aug 25 21:10:46.355 INFO STEP 41 (remove_files) COMPLETE
96272026-08-25T21:10:46.976Z[ host-image] Aug 25 21:10:46.355 INFO O| Aug 25 21:10:46.355 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96282026-08-25T21:10:46.981Z[ host-image] Aug 25 21:10:46.364 INFO O| Aug 25 21:10:46.364 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96292026-08-25T21:10:46.981Z[ host-image] Aug 25 21:10:46.364 INFO O| Aug 25 21:10:46.364 INFO STEP 42 (remove_files) COMPLETE
96302026-08-25T21:10:46.984Z[ host-image] Aug 25 21:10:46.364 INFO O| Aug 25 21:10:46.364 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96312026-08-25T21:10:46.989Z[ host-image] Aug 25 21:10:46.373 INFO O| Aug 25 21:10:46.373 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96322026-08-25T21:10:46.989Z[ host-image] Aug 25 21:10:46.373 INFO O| Aug 25 21:10:46.373 INFO STEP 43 (remove_files) COMPLETE
96332026-08-25T21:10:46.990Z[ host-image] Aug 25 21:10:46.373 INFO O| Aug 25 21:10:46.373 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96342026-08-25T21:10:46.997Z[ host-image] Aug 25 21:10:46.380 INFO O| Aug 25 21:10:46.380 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96352026-08-25T21:10:46.997Z[ host-image] Aug 25 21:10:46.380 INFO O| Aug 25 21:10:46.380 INFO STEP 44 (remove_files) COMPLETE
96362026-08-25T21:10:47.001Z[ host-image] Aug 25 21:10:46.380 INFO O| Aug 25 21:10:46.380 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96372026-08-25T21:10:47.004Z[ host-image] Aug 25 21:10:46.388 INFO O| Aug 25 21:10:46.388 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96382026-08-25T21:10:47.004Z[ host-image] Aug 25 21:10:46.388 INFO O| Aug 25 21:10:46.388 INFO STEP 45 (remove_files) COMPLETE
96392026-08-25T21:10:47.008Z[ host-image] Aug 25 21:10:46.388 INFO O| Aug 25 21:10:46.388 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96402026-08-25T21:10:47.015Z[ host-image] Aug 25 21:10:46.398 INFO O| Aug 25 21:10:46.398 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96412026-08-25T21:10:47.015Z[ host-image] Aug 25 21:10:46.398 INFO O| Aug 25 21:10:46.398 INFO STEP 46 (remove_files) COMPLETE
96422026-08-25T21:10:47.020Z[ host-image] Aug 25 21:10:46.398 INFO O| Aug 25 21:10:46.398 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96432026-08-25T21:10:47.037Z[ host-image] Aug 25 21:10:46.406 INFO O| Aug 25 21:10:46.406 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96442026-08-25T21:10:47.038Z[ host-image] Aug 25 21:10:46.407 INFO O| Aug 25 21:10:46.406 INFO STEP 47 (remove_files) COMPLETE
96452026-08-25T21:10:47.038Z[ host-image] Aug 25 21:10:46.407 INFO O| Aug 25 21:10:46.407 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96462026-08-25T21:10:47.038Z[ host-image] Aug 25 21:10:46.414 INFO O| Aug 25 21:10:46.414 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96472026-08-25T21:10:47.038Z[ host-image] Aug 25 21:10:46.415 INFO O| Aug 25 21:10:46.415 INFO STEP 48 (remove_files) COMPLETE
96482026-08-25T21:10:47.038Z[ host-image] Aug 25 21:10:46.415 INFO O| Aug 25 21:10:46.415 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96492026-08-25T21:10:47.043Z[ host-image] Aug 25 21:10:46.424 INFO O| Aug 25 21:10:46.424 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96502026-08-25T21:10:47.044Z[ host-image] Aug 25 21:10:46.424 INFO O| Aug 25 21:10:46.424 INFO STEP 49 (remove_files) COMPLETE
96512026-08-25T21:10:47.044Z[ host-image] Aug 25 21:10:46.424 INFO O| Aug 25 21:10:46.424 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96522026-08-25T21:10:47.049Z[ host-image] Aug 25 21:10:46.432 INFO O| Aug 25 21:10:46.432 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96532026-08-25T21:10:47.049Z[ host-image] Aug 25 21:10:46.432 INFO O| Aug 25 21:10:46.432 INFO STEP 50 (remove_files) COMPLETE
96542026-08-25T21:10:47.049Z[ host-image] Aug 25 21:10:46.432 INFO O| Aug 25 21:10:46.432 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96552026-08-25T21:10:47.058Z[ host-image] Aug 25 21:10:46.441 INFO O| Aug 25 21:10:46.441 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96562026-08-25T21:10:47.058Z[ host-image] Aug 25 21:10:46.441 INFO O| Aug 25 21:10:46.441 INFO STEP 51 (remove_files) COMPLETE
96572026-08-25T21:10:47.058Z[ host-image] Aug 25 21:10:46.441 INFO O| Aug 25 21:10:46.441 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96582026-08-25T21:10:47.065Z[ host-image] Aug 25 21:10:46.448 INFO O| Aug 25 21:10:46.448 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96592026-08-25T21:10:47.069Z[ host-image] Aug 25 21:10:46.448 INFO O| Aug 25 21:10:46.448 INFO STEP 52 (remove_files) COMPLETE
96602026-08-25T21:10:47.069Z[ host-image] Aug 25 21:10:46.448 INFO O| Aug 25 21:10:46.448 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96612026-08-25T21:10:47.072Z[ host-image] Aug 25 21:10:46.456 INFO O| Aug 25 21:10:46.456 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96622026-08-25T21:10:47.072Z[ host-image] Aug 25 21:10:46.456 INFO O| Aug 25 21:10:46.456 INFO STEP 53 (remove_files) COMPLETE
96632026-08-25T21:10:47.076Z[ host-image] Aug 25 21:10:46.456 INFO O| Aug 25 21:10:46.456 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96642026-08-25T21:10:47.079Z[ host-image] Aug 25 21:10:46.463 INFO O| Aug 25 21:10:46.463 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96652026-08-25T21:10:47.079Z[ host-image] Aug 25 21:10:46.463 INFO O| Aug 25 21:10:46.463 INFO STEP 54 (remove_files) COMPLETE
96662026-08-25T21:10:47.079Z[ host-image] Aug 25 21:10:46.463 INFO O| Aug 25 21:10:46.463 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96672026-08-25T21:10:47.087Z[ host-image] Aug 25 21:10:46.470 INFO O| Aug 25 21:10:46.470 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96682026-08-25T21:10:47.087Z[ host-image] Aug 25 21:10:46.470 INFO O| Aug 25 21:10:46.470 INFO STEP 55 (remove_files) COMPLETE
96692026-08-25T21:10:47.090Z[ host-image] Aug 25 21:10:46.470 INFO O| Aug 25 21:10:46.470 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96702026-08-25T21:10:47.094Z[ host-image] Aug 25 21:10:46.478 INFO O| Aug 25 21:10:46.478 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96712026-08-25T21:10:47.094Z[ host-image] Aug 25 21:10:46.478 INFO O| Aug 25 21:10:46.478 INFO STEP 56 (remove_files) COMPLETE
96722026-08-25T21:10:47.094Z[ host-image] Aug 25 21:10:46.478 INFO O| Aug 25 21:10:46.478 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96732026-08-25T21:10:47.102Z[ host-image] Aug 25 21:10:46.485 INFO O| Aug 25 21:10:46.485 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96742026-08-25T21:10:47.102Z[ host-image] Aug 25 21:10:46.485 INFO O| Aug 25 21:10:46.485 INFO STEP 57 (remove_files) COMPLETE
96752026-08-25T21:10:47.103Z[ host-image] Aug 25 21:10:46.485 INFO O| Aug 25 21:10:46.485 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96762026-08-25T21:10:47.111Z[ host-image] Aug 25 21:10:46.495 INFO O| Aug 25 21:10:46.495 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96772026-08-25T21:10:47.111Z[ host-image] Aug 25 21:10:46.495 INFO O| Aug 25 21:10:46.495 INFO STEP 58 (remove_files) COMPLETE
96782026-08-25T21:10:47.112Z[ host-image] Aug 25 21:10:46.495 INFO O| Aug 25 21:10:46.495 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96792026-08-25T21:10:47.119Z[ host-image] Aug 25 21:10:46.502 INFO O| Aug 25 21:10:46.502 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96802026-08-25T21:10:47.122Z[ host-image] Aug 25 21:10:46.502 INFO O| Aug 25 21:10:46.502 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96812026-08-25T21:10:47.122Z[ host-image] Aug 25 21:10:46.502 INFO O| Aug 25 21:10:46.502 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96822026-08-25T21:10:47.123Z[ host-image] Aug 25 21:10:46.502 INFO O| Aug 25 21:10:46.502 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96832026-08-25T21:10:47.123Z[ host-image] Aug 25 21:10:46.502 INFO O| Aug 25 21:10:46.502 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96842026-08-25T21:10:47.123Z[ host-image] Aug 25 21:10:46.502 INFO O| Aug 25 21:10:46.502 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96852026-08-25T21:10:47.123Z[ host-image] Aug 25 21:10:46.502 INFO O| Aug 25 21:10:46.502 INFO ok!
96862026-08-25T21:10:47.123Z[ host-image] Aug 25 21:10:46.502 INFO O| Aug 25 21:10:46.502 INFO STEP 59 (ensure_file) COMPLETE
96872026-08-25T21:10:47.123Z[ host-image] Aug 25 21:10:46.502 INFO O| Aug 25 21:10:46.502 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96882026-08-25T21:10:47.127Z[ host-image] Aug 25 21:10:46.510 INFO O| Aug 25 21:10:46.510 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96892026-08-25T21:10:47.130Z[ host-image] Aug 25 21:10:46.510 INFO O| Aug 25 21:10:46.510 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96902026-08-25T21:10:47.130Z[ host-image] Aug 25 21:10:46.511 INFO O| Aug 25 21:10:46.511 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96912026-08-25T21:10:47.131Z[ host-image] Aug 25 21:10:46.511 INFO O| Aug 25 21:10:46.511 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96922026-08-25T21:10:47.131Z[ host-image] Aug 25 21:10:46.511 INFO O| Aug 25 21:10:46.511 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96932026-08-25T21:10:47.131Z[ host-image] Aug 25 21:10:46.511 INFO O| Aug 25 21:10:46.511 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96942026-08-25T21:10:47.131Z[ host-image] Aug 25 21:10:46.511 INFO O| Aug 25 21:10:46.511 INFO ok!
96952026-08-25T21:10:47.131Z[ host-image] Aug 25 21:10:46.511 INFO O| Aug 25 21:10:46.511 INFO STEP 60 (ensure_file) COMPLETE
96962026-08-25T21:10:47.131Z[ host-image] Aug 25 21:10:46.511 INFO O| Aug 25 21:10:46.511 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96972026-08-25T21:10:47.135Z[ host-image] Aug 25 21:10:46.519 INFO O| Aug 25 21:10:46.519 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96982026-08-25T21:10:47.135Z[ host-image] Aug 25 21:10:46.519 INFO O| Aug 25 21:10:46.519 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96992026-08-25T21:10:47.135Z[ host-image] Aug 25 21:10:46.519 INFO O| Aug 25 21:10:46.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
97002026-08-25T21:10:47.139Z[ host-image] Aug 25 21:10:46.519 INFO O| Aug 25 21:10:46.519 INFO ok!
97012026-08-25T21:10:47.139Z[ host-image] Aug 25 21:10:46.519 INFO O| Aug 25 21:10:46.519 INFO STEP 61 (ensure_file) COMPLETE
97022026-08-25T21:10:47.139Z[ host-image] Aug 25 21:10:46.519 INFO O| Aug 25 21:10:46.519 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97032026-08-25T21:10:47.146Z[ host-image] Aug 25 21:10:46.530 INFO O| Aug 25 21:10:46.530 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
97042026-08-25T21:10:47.147Z[ host-image] Aug 25 21:10:46.530 INFO O| Aug 25 21:10:46.530 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
97052026-08-25T21:10:47.148Z[ host-image] Aug 25 21:10:46.530 INFO O| Aug 25 21:10:46.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
97062026-08-25T21:10:47.151Z[ host-image] Aug 25 21:10:46.530 INFO O| Aug 25 21:10:46.530 INFO ok!
97072026-08-25T21:10:47.151Z[ host-image] Aug 25 21:10:46.530 INFO O| Aug 25 21:10:46.530 INFO STEP 62 (ensure_file) COMPLETE
97082026-08-25T21:10:47.151Z[ host-image] Aug 25 21:10:46.530 INFO O| Aug 25 21:10:46.530 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97092026-08-25T21:10:47.157Z[ host-image] Aug 25 21:10:46.541 INFO O| Aug 25 21:10:46.541 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97102026-08-25T21:10:47.157Z[ host-image] Aug 25 21:10:46.541 INFO O| Aug 25 21:10:46.541 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97112026-08-25T21:10:47.157Z[ host-image] Aug 25 21:10:46.541 INFO O| Aug 25 21:10:46.541 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97122026-08-25T21:10:47.161Z[ host-image] Aug 25 21:10:46.541 INFO O| Aug 25 21:10:46.541 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97132026-08-25T21:10:47.161Z[ host-image] Aug 25 21:10:46.541 INFO O| Aug 25 21:10:46.541 INFO ok!
97142026-08-25T21:10:47.161Z[ host-image] Aug 25 21:10:46.541 INFO O| Aug 25 21:10:46.541 INFO STEP 63 (ensure_file) COMPLETE
97152026-08-25T21:10:47.161Z[ host-image] Aug 25 21:10:46.541 INFO O| Aug 25 21:10:46.541 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97162026-08-25T21:10:47.168Z[ host-image] Aug 25 21:10:46.551 INFO O| Aug 25 21:10:46.551 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97172026-08-25T21:10:47.168Z[ host-image] Aug 25 21:10:46.551 INFO O| Aug 25 21:10:46.551 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97182026-08-25T21:10:47.168Z[ host-image] Aug 25 21:10:46.551 INFO O| Aug 25 21:10:46.551 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97192026-08-25T21:10:47.172Z[ host-image] Aug 25 21:10:46.551 INFO O| Aug 25 21:10:46.551 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97202026-08-25T21:10:47.172Z[ host-image] Aug 25 21:10:46.551 INFO O| Aug 25 21:10:46.551 INFO ok!
97212026-08-25T21:10:47.172Z[ host-image] Aug 25 21:10:46.551 INFO O| Aug 25 21:10:46.551 INFO STEP 64 (ensure_file) COMPLETE
97222026-08-25T21:10:47.173Z[ host-image] Aug 25 21:10:46.551 INFO O| Aug 25 21:10:46.551 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97232026-08-25T21:10:47.179Z[ host-image] Aug 25 21:10:46.562 INFO O| Aug 25 21:10:46.562 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97242026-08-25T21:10:47.179Z[ host-image] Aug 25 21:10:46.562 INFO O| Aug 25 21:10:46.562 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97252026-08-25T21:10:47.179Z[ host-image] Aug 25 21:10:46.562 INFO O| Aug 25 21:10:46.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97262026-08-25T21:10:47.179Z[ host-image] Aug 25 21:10:46.562 INFO O| Aug 25 21:10:46.562 INFO ok!
97272026-08-25T21:10:47.179Z[ host-image] Aug 25 21:10:46.562 INFO O| Aug 25 21:10:46.562 INFO STEP 65 (assemble_files) COMPLETE
97282026-08-25T21:10:47.184Z[ host-image] Aug 25 21:10:46.562 INFO O| Aug 25 21:10:46.562 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97292026-08-25T21:10:47.189Z[ host-image] Aug 25 21:10:46.572 INFO O| Aug 25 21:10:46.572 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97302026-08-25T21:10:47.190Z[ host-image] Aug 25 21:10:46.572 INFO O| Aug 25 21:10:46.572 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97312026-08-25T21:10:47.190Z[ host-image] Aug 25 21:10:46.572 INFO O| Aug 25 21:10:46.572 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97322026-08-25T21:10:47.195Z[ host-image] Aug 25 21:10:46.572 INFO O| Aug 25 21:10:46.572 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97332026-08-25T21:10:47.195Z[ host-image] Aug 25 21:10:46.572 INFO O| Aug 25 21:10:46.572 INFO ok!
97342026-08-25T21:10:47.195Z[ host-image] Aug 25 21:10:46.572 INFO O| Aug 25 21:10:46.572 INFO STEP 66 (ensure_file) COMPLETE
97352026-08-25T21:10:47.196Z[ host-image] Aug 25 21:10:46.572 INFO O| Aug 25 21:10:46.572 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97362026-08-25T21:10:47.200Z[ host-image] Aug 25 21:10:46.580 INFO O| Aug 25 21:10:46.580 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97372026-08-25T21:10:47.200Z[ host-image] Aug 25 21:10:46.580 INFO O| Aug 25 21:10:46.580 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97382026-08-25T21:10:47.200Z[ host-image] Aug 25 21:10:46.580 INFO O| Aug 25 21:10:46.580 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97392026-08-25T21:10:47.200Z[ host-image] Aug 25 21:10:46.580 INFO O| Aug 25 21:10:46.580 INFO STEP 67 (ensure_dir) COMPLETE
97402026-08-25T21:10:47.200Z[ host-image] Aug 25 21:10:46.580 INFO O| Aug 25 21:10:46.580 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97412026-08-25T21:10:47.206Z[ host-image] Aug 25 21:10:46.589 INFO O| Aug 25 21:10:46.589 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97422026-08-25T21:10:47.206Z[ host-image] Aug 25 21:10:46.589 INFO O| Aug 25 21:10:46.589 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 ...
97432026-08-25T21:10:47.212Z[ host-image] Aug 25 21:10:46.595 INFO O| Aug 25 21:10:46.595 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
97442026-08-25T21:10:47.212Z[ host-image] Aug 25 21:10:46.595 INFO O| Aug 25 21:10:46.595 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97452026-08-25T21:10:47.216Z[ host-image] Aug 25 21:10:46.595 INFO O| Aug 25 21:10:46.595 INFO ok!
97462026-08-25T21:10:47.216Z[ host-image] Aug 25 21:10:46.595 INFO O| Aug 25 21:10:46.595 INFO STEP 68 (ensure_file) COMPLETE
97472026-08-25T21:10:47.216Z[ host-image] Aug 25 21:10:46.595 INFO O| Aug 25 21:10:46.595 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97482026-08-25T21:10:47.221Z[ host-image] Aug 25 21:10:46.604 INFO O| Aug 25 21:10:46.604 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97492026-08-25T21:10:47.221Z[ host-image] Aug 25 21:10:46.604 INFO O| Aug 25 21:10:46.604 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 ...
97502026-08-25T21:10:47.227Z[ host-image] Aug 25 21:10:46.605 INFO O| Aug 25 21:10:46.605 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
97512026-08-25T21:10:47.227Z[ host-image] Aug 25 21:10:46.605 INFO O| Aug 25 21:10:46.605 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97522026-08-25T21:10:47.227Z[ host-image] Aug 25 21:10:46.605 INFO O| Aug 25 21:10:46.605 INFO ok!
97532026-08-25T21:10:47.227Z[ host-image] Aug 25 21:10:46.605 INFO O| Aug 25 21:10:46.605 INFO STEP 69 (ensure_file) COMPLETE
97542026-08-25T21:10:47.227Z[ host-image] Aug 25 21:10:46.605 INFO O| Aug 25 21:10:46.605 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97552026-08-25T21:10:47.237Z[ host-image] Aug 25 21:10:46.620 INFO O| Aug 25 21:10:46.620 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97562026-08-25T21:10:47.237Z[ host-image] Aug 25 21:10:46.620 INFO O| Aug 25 21:10:46.620 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97572026-08-25T21:10:48.790Z[ host-image] Aug 25 21:10:48.173 INFO O| Aug 25 21:10:48.173 INFO STEP 70 (pack_tar) COMPLETE
97582026-08-25T21:10:48.791Z[ host-image] Aug 25 21:10:48.174 INFO O| Aug 25 21:10:48.173 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97592026-08-25T21:10:48.791Z[ host-image] Aug 25 21:10:48.174 INFO O| Aug 25 21:10:48.173 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97602026-08-25T21:10:49.413Z[ host-image] Aug 25 21:10:48.797 INFO O| Aug 25 21:10:48.796 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97612026-08-25T21:10:49.605Z[ host-image] Aug 25 21:10:48.988 INFO O| Aug 25 21:10:48.987 INFO completed processing sled/ramdisk-02-trim
97622026-08-25T21:10:49.608Z[ host-image] Aug 25 21:10:48.990 INFO image builder template: zfs...
97632026-08-25T21:10:49.608Z[ host-image] Aug 25 21:10:48.990 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/.tmpjbOF9F/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
97642026-08-25T21:10:49.618Z[ host-image] Aug 25 21:10:49.001 INFO O| Aug 25 21:10:49.001 INFO skip include "stress" because feature "stress" is not enabled
97652026-08-25T21:10:49.618Z[ host-image] Aug 25 21:10:49.002 INFO O| Aug 25 21:10:49.001 INFO skip include "stress" because feature "compliance" is not enabled
97662026-08-25T21:10:49.646Z[ host-image] Aug 25 21:10:49.029 INFO O| Aug 25 21:10:49.029 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97672026-08-25T21:10:49.649Z[ host-image] Aug 25 21:10:49.032 INFO O| Aug 25 21:10:49.032 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97682026-08-25T21:10:49.715Z[ host-image] Aug 25 21:10:49.098 INFO O| Aug 25 21:10:49.098 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97692026-08-25T21:10:49.758Z[ host-image] Aug 25 21:10:49.141 INFO O| Aug 25 21:10:49.141 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97702026-08-25T21:10:49.758Z[ host-image] Aug 25 21:10:49.141 INFO O| Aug 25 21:10:49.141 INFO work dataset: rpool/images/build/host/work/sled/zfs
97712026-08-25T21:10:49.764Z[ host-image] Aug 25 21:10:49.145 INFO O| Aug 25 21:10:49.145 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97722026-08-25T21:10:49.853Z[ host-image] Aug 25 21:10:49.234 INFO O| Aug 25 21:10:49.234 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97732026-08-25T21:10:49.891Z[ host-image] Aug 25 21:10:49.274 INFO O| Aug 25 21:10:49.274 INFO DESTROY POOL: TEMPORARY-sled-zfs
97742026-08-25T21:10:49.900Z[ host-image] Aug 25 21:10:49.283 INFO O| Aug 25 21:10:49.283 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97752026-08-25T21:10:49.905Z[ host-image] Aug 25 21:10:49.288 INFO O| Aug 25 21:10:49.288 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97762026-08-25T21:10:49.905Z[ host-image] Aug 25 21:10:49.289 INFO O| Aug 25 21:10:49.288 INFO no lofi found
97772026-08-25T21:10:49.908Z[ host-image] Aug 25 21:10:49.289 INFO O| Aug 25 21:10:49.289 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97782026-08-25T21:10:49.908Z[ host-image] Aug 25 21:10:49.289 INFO O| Aug 25 21:10:49.289 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97792026-08-25T21:10:50.345Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97802026-08-25T21:10:51.618Z[ host-image] Aug 25 21:10:51.001 INFO O| Aug 25 21:10:51.001 INFO lofi device = /dev/dsk/c2t1d0p0
97812026-08-25T21:10:51.618Z[ host-image] Aug 25 21:10:51.001 INFO O| Aug 25 21:10:51.001 INFO pool device = /dev/dsk/c2t1d0p0
97822026-08-25T21:10:51.621Z[ host-image] Aug 25 21:10:51.001 INFO O| Aug 25 21:10:51.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"]
97832026-08-25T21:10:51.694Z[ host-image] Aug 25 21:10:51.077 INFO O| Aug 25 21:10:51.077 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97842026-08-25T21:10:51.695Z[ host-image] Aug 25 21:10:51.077 INFO O| Aug 25 21:10:51.077 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97852026-08-25T21:10:51.713Z[ host-image] Aug 25 21:10:51.096 INFO O| Aug 25 21:10:51.096 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97862026-08-25T21:10:51.763Z[ host-image] Aug 25 21:10:51.146 INFO O| Aug 25 21:10:51.146 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97872026-08-25T21:10:51.792Z[ host-image] Aug 25 21:10:51.175 INFO O| Aug 25 21:10:51.175 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97882026-08-25T21:10:51.807Z[ host-image] Aug 25 21:10:51.190 INFO O| Aug 25 21:10:51.190 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97892026-08-25T21:10:51.818Z[ host-image] Aug 25 21:10:51.202 INFO O| Aug 25 21:10:51.202 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97902026-08-25T21:10:51.856Z[ host-image] Aug 25 21:10:51.240 INFO O| Aug 25 21:10:51.240 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97912026-08-25T21:10:51.856Z[ host-image] Aug 25 21:10:51.240 INFO O| Aug 25 21:10:51.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97922026-08-25T21:10:51.860Z[ host-image] Aug 25 21:10:51.240 INFO O| Aug 25 21:10:51.240 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97932026-08-25T21:10:51.870Z[ host-image] Aug 25 21:10:51.251 INFO O| Aug 25 21:10:51.251 INFO boot environment UUID: fe7875dc-6d32-46e1-a0d4-ec234f69ab7a
97942026-08-25T21:10:51.870Z[ host-image] Aug 25 21:10:51.251 INFO O| Aug 25 21:10:51.251 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = fe7875dc-6d32-46e1-a0d4-ec234f69ab7a
97952026-08-25T21:10:51.879Z[ host-image] Aug 25 21:10:51.263 INFO O| Aug 25 21:10:51.263 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97962026-08-25T21:10:51.891Z[ host-image] Aug 25 21:10:51.275 INFO O| Aug 25 21:10:51.275 INFO STEP 0 (create_be) COMPLETE
97972026-08-25T21:10:51.891Z[ host-image] Aug 25 21:10:51.275 INFO O| Aug 25 21:10:51.275 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97982026-08-25T21:10:51.907Z[ host-image] Aug 25 21:10:51.291 INFO O| Aug 25 21:10:51.291 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97992026-08-25T21:11:00.459Z[ recovery-image] Aug 25 21:10:59.843 INFO O| ok, image written!
98002026-08-25T21:11:00.460Z[ recovery-image] Aug 25 21:10:59.843 INFO O| ok, boot_image_csum file written!
98012026-08-25T21:11:00.463Z[ recovery-image] Aug 25 21:10:59.846 INFO creating boot archive (CPIO)...
98022026-08-25T21:11:00.465Z[ recovery-image] Aug 25 21:10:59.846 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
98032026-08-25T21:11:00.468Z[ recovery-image] Aug 25 21:10:59.851 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
98042026-08-25T21:11:00.468Z[ recovery-image] Aug 25 21:10:59.851 INFO E| + outfile=/work/os-recovery/cpio
98052026-08-25T21:11:00.468Z[ recovery-image] Aug 25 21:10:59.851 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
98062026-08-25T21:11:00.471Z[ recovery-image] Aug 25 21:10:59.854 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
98072026-08-25T21:11:00.471Z[ recovery-image] Aug 25 21:10:59.854 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
98082026-08-25T21:11:00.514Z[ recovery-image] Aug 25 21:10:59.897 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
98092026-08-25T21:11:00.514Z[ recovery-image] Aug 25 21:10:59.897 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
98102026-08-25T21:11:00.521Z[ recovery-image] Aug 25 21:10:59.905 INFO creating compressed cpio/unix for dev loaders...
98112026-08-25T21:11:00.522Z[ recovery-image] Aug 25 21:10:59.905 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
98122026-08-25T21:11:01.047Z[ recovery-image] Aug 25 21:11:00.430 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
98132026-08-25T21:11:02.144Z[ host-image] Aug 25 21:11:01.528 INFO O| Aug 25 21:11:01.528 INFO STEP 1 (unpack_tar) COMPLETE
98142026-08-25T21:11:02.146Z[ host-image] Aug 25 21:11:01.528 INFO O| Aug 25 21:11:01.528 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98152026-08-25T21:11:02.157Z[ host-image] Aug 25 21:11:01.541 INFO O| Aug 25 21:11:01.540 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98162026-08-25T21:11:02.476Z[ host-image] Aug 25 21:11:01.859 INFO O| Aug 25 21:11:01.859 INFO STEP 2 (devfsadm) COMPLETE
98172026-08-25T21:11:02.476Z[ host-image] Aug 25 21:11:01.859 INFO O| Aug 25 21:11:01.859 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98182026-08-25T21:11:02.489Z[ host-image] Aug 25 21:11:01.872 INFO O| Aug 25 21:11:01.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98192026-08-25T21:11:02.489Z[ host-image] Aug 25 21:11:01.872 INFO O| Aug 25 21:11:01.872 INFO STEP 3 (ensure_dir) COMPLETE
98202026-08-25T21:11:02.492Z[ host-image] Aug 25 21:11:01.872 INFO O| Aug 25 21:11:01.872 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98212026-08-25T21:11:02.500Z[ host-image] Aug 25 21:11:01.884 INFO O| Aug 25 21:11:01.884 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98222026-08-25T21:11:02.500Z[ host-image] Aug 25 21:11:01.884 INFO O| Aug 25 21:11:01.884 INFO STEP 4 (ensure_dir) COMPLETE
98232026-08-25T21:11:02.503Z[ host-image] Aug 25 21:11:01.884 INFO O| Aug 25 21:11:01.884 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98242026-08-25T21:11:02.511Z[ host-image] Aug 25 21:11:01.894 INFO O| Aug 25 21:11:01.894 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98252026-08-25T21:11:02.511Z[ host-image] Aug 25 21:11:01.894 INFO O| Aug 25 21:11:01.894 INFO STEP 5 (ensure_dir) COMPLETE
98262026-08-25T21:11:02.514Z[ host-image] Aug 25 21:11:01.894 INFO O| Aug 25 21:11:01.894 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98272026-08-25T21:11:02.522Z[ host-image] Aug 25 21:11:01.906 INFO O| Aug 25 21:11:01.906 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98282026-08-25T21:11:02.526Z[ host-image] Aug 25 21:11:01.906 INFO O| Aug 25 21:11:01.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98292026-08-25T21:11:02.526Z[ host-image] Aug 25 21:11:01.906 INFO O| Aug 25 21:11:01.906 INFO STEP 6 (ensure_dir) COMPLETE
98302026-08-25T21:11:02.526Z[ host-image] Aug 25 21:11:01.906 INFO O| Aug 25 21:11:01.906 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98312026-08-25T21:11:02.532Z[ host-image] Aug 25 21:11:01.915 INFO O| Aug 25 21:11:01.915 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98322026-08-25T21:11:02.534Z[ host-image] Aug 25 21:11:01.915 INFO O| Aug 25 21:11:01.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98332026-08-25T21:11:02.534Z[ host-image] Aug 25 21:11:01.915 INFO O| Aug 25 21:11:01.915 INFO STEP 7 (ensure_dir) COMPLETE
98342026-08-25T21:11:02.535Z[ host-image] Aug 25 21:11:01.915 INFO O| Aug 25 21:11:01.915 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98352026-08-25T21:11:02.542Z[ host-image] Aug 25 21:11:01.926 INFO O| Aug 25 21:11:01.926 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98362026-08-25T21:11:02.545Z[ host-image] Aug 25 21:11:01.927 INFO O| Aug 25 21:11:01.927 INFO STEP 8 (remove_files) COMPLETE
98372026-08-25T21:11:02.545Z[ host-image] Aug 25 21:11:01.927 INFO O| Aug 25 21:11:01.927 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98382026-08-25T21:11:02.553Z[ host-image] Aug 25 21:11:01.937 INFO O| Aug 25 21:11:01.937 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98392026-08-25T21:11:02.556Z[ host-image] Aug 25 21:11:01.937 INFO O| Aug 25 21:11:01.937 INFO STEP 9 (remove_files) COMPLETE
98402026-08-25T21:11:02.556Z[ host-image] Aug 25 21:11:01.937 INFO O| Aug 25 21:11:01.937 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98412026-08-25T21:11:02.564Z[ host-image] Aug 25 21:11:01.948 INFO O| Aug 25 21:11:01.948 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98422026-08-25T21:11:02.567Z[ host-image] Aug 25 21:11:01.948 INFO O| Aug 25 21:11:01.948 INFO STEP 10 (remove_files) COMPLETE
98432026-08-25T21:11:02.567Z[ host-image] Aug 25 21:11:01.948 INFO O| Aug 25 21:11:01.948 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98442026-08-25T21:11:02.575Z[ host-image] Aug 25 21:11:01.959 INFO O| Aug 25 21:11:01.959 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98452026-08-25T21:11:02.578Z[ host-image] Aug 25 21:11:01.959 INFO O| Aug 25 21:11:01.959 INFO STEP 11 (remove_files) COMPLETE
98462026-08-25T21:11:02.578Z[ host-image] Aug 25 21:11:01.959 INFO O| Aug 25 21:11:01.959 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98472026-08-25T21:11:02.584Z[ host-image] Aug 25 21:11:01.968 INFO O| Aug 25 21:11:01.968 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98482026-08-25T21:11:02.587Z[ host-image] Aug 25 21:11:01.968 INFO O| Aug 25 21:11:01.968 INFO STEP 12 (remove_files) COMPLETE
98492026-08-25T21:11:02.587Z[ host-image] Aug 25 21:11:01.968 INFO O| Aug 25 21:11:01.968 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98502026-08-25T21:11:02.593Z[ host-image] Aug 25 21:11:01.977 INFO O| Aug 25 21:11:01.977 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98512026-08-25T21:11:02.593Z[ host-image] Aug 25 21:11:01.977 INFO O| Aug 25 21:11:01.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98522026-08-25T21:11:02.596Z[ host-image] Aug 25 21:11:01.977 INFO O| Aug 25 21:11:01.977 INFO STEP 13 (ensure_dir) COMPLETE
98532026-08-25T21:11:02.596Z[ host-image] Aug 25 21:11:01.977 INFO O| Aug 25 21:11:01.977 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98542026-08-25T21:11:02.602Z[ host-image] Aug 25 21:11:01.986 INFO O| Aug 25 21:11:01.986 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98552026-08-25T21:11:02.605Z[ host-image] Aug 25 21:11:01.986 INFO O| Aug 25 21:11:01.986 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98562026-08-25T21:11:02.605Z[ host-image] Aug 25 21:11:01.986 INFO O| Aug 25 21:11:01.986 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98572026-08-25T21:11:02.605Z[ host-image] Aug 25 21:11:01.986 INFO O| Aug 25 21:11:01.986 INFO STEP 14 (ensure_dir) COMPLETE
98582026-08-25T21:11:02.605Z[ host-image] Aug 25 21:11:01.986 INFO O| Aug 25 21:11:01.986 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98592026-08-25T21:11:02.612Z[ host-image] Aug 25 21:11:01.995 INFO O| Aug 25 21:11:01.995 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98602026-08-25T21:11:02.616Z[ host-image] Aug 25 21:11:01.995 INFO O| Aug 25 21:11:01.995 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98612026-08-25T21:11:02.616Z[ host-image] Aug 25 21:11:01.995 INFO O| Aug 25 21:11:01.995 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98622026-08-25T21:11:02.616Z[ host-image] Aug 25 21:11:01.995 INFO O| Aug 25 21:11:01.995 INFO STEP 15 (ensure_dir) COMPLETE
98632026-08-25T21:11:02.616Z[ host-image] Aug 25 21:11:01.995 INFO O| Aug 25 21:11:01.995 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98642026-08-25T21:11:02.622Z[ host-image] Aug 25 21:11:02.006 INFO O| Aug 25 21:11:02.005 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98652026-08-25T21:11:02.625Z[ host-image] Aug 25 21:11:02.006 INFO O| Aug 25 21:11:02.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98662026-08-25T21:11:02.625Z[ host-image] Aug 25 21:11:02.006 INFO O| Aug 25 21:11:02.006 INFO STEP 16 (ensure_dir) COMPLETE
98672026-08-25T21:11:02.625Z[ host-image] Aug 25 21:11:02.006 INFO O| Aug 25 21:11:02.006 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98682026-08-25T21:11:02.633Z[ host-image] Aug 25 21:11:02.017 INFO O| Aug 25 21:11:02.017 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98692026-08-25T21:11:02.633Z[ host-image] Aug 25 21:11:02.017 INFO O| Aug 25 21:11:02.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98702026-08-25T21:11:02.633Z[ host-image] Aug 25 21:11:02.017 INFO O| Aug 25 21:11:02.017 INFO STEP 17 (ensure_dir) COMPLETE
98712026-08-25T21:11:02.637Z[ host-image] Aug 25 21:11:02.017 INFO O| Aug 25 21:11:02.017 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98722026-08-25T21:11:02.645Z[ host-image] Aug 25 21:11:02.028 INFO O| Aug 25 21:11:02.028 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98732026-08-25T21:11:02.645Z[ host-image] Aug 25 21:11:02.028 INFO O| Aug 25 21:11:02.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98742026-08-25T21:11:02.648Z[ host-image] Aug 25 21:11:02.028 INFO O| Aug 25 21:11:02.028 INFO ok!
98752026-08-25T21:11:02.648Z[ host-image] Aug 25 21:11:02.028 INFO O| Aug 25 21:11:02.028 INFO STEP 18 (ensure_symlink) COMPLETE
98762026-08-25T21:11:02.649Z[ host-image] Aug 25 21:11:02.028 INFO O| Aug 25 21:11:02.028 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98772026-08-25T21:11:02.656Z[ host-image] Aug 25 21:11:02.040 INFO O| Aug 25 21:11:02.040 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98782026-08-25T21:11:02.659Z[ host-image] Aug 25 21:11:02.040 INFO O| Aug 25 21:11:02.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98792026-08-25T21:11:02.659Z[ host-image] Aug 25 21:11:02.040 INFO O| Aug 25 21:11:02.040 INFO ok!
98802026-08-25T21:11:02.659Z[ host-image] Aug 25 21:11:02.040 INFO O| Aug 25 21:11:02.040 INFO STEP 19 (ensure_file) COMPLETE
98812026-08-25T21:11:02.659Z[ host-image] Aug 25 21:11:02.040 INFO O| Aug 25 21:11:02.040 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98822026-08-25T21:11:02.666Z[ host-image] Aug 25 21:11:02.049 INFO O| Aug 25 21:11:02.049 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98832026-08-25T21:11:02.666Z[ host-image] Aug 25 21:11:02.050 INFO O| Aug 25 21:11:02.049 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98842026-08-25T21:11:02.669Z[ host-image] Aug 25 21:11:02.050 INFO O| Aug 25 21:11:02.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98852026-08-25T21:11:02.669Z[ host-image] Aug 25 21:11:02.050 INFO O| Aug 25 21:11:02.050 INFO ok!
98862026-08-25T21:11:02.669Z[ host-image] Aug 25 21:11:02.050 INFO O| Aug 25 21:11:02.050 INFO STEP 20 (ensure_symlink) COMPLETE
98872026-08-25T21:11:02.669Z[ host-image] Aug 25 21:11:02.050 INFO O| Aug 25 21:11:02.050 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98882026-08-25T21:11:02.675Z[ host-image] Aug 25 21:11:02.059 INFO O| Aug 25 21:11:02.059 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98892026-08-25T21:11:02.675Z[ host-image] Aug 25 21:11:02.059 INFO O| Aug 25 21:11:02.059 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98902026-08-25T21:11:02.678Z[ host-image] Aug 25 21:11:02.059 INFO O| Aug 25 21:11:02.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98912026-08-25T21:11:02.678Z[ host-image] Aug 25 21:11:02.059 INFO O| Aug 25 21:11:02.059 INFO ok!
98922026-08-25T21:11:02.678Z[ host-image] Aug 25 21:11:02.059 INFO O| Aug 25 21:11:02.059 INFO STEP 21 (ensure_symlink) COMPLETE
98932026-08-25T21:11:02.678Z[ host-image] Aug 25 21:11:02.059 INFO O| Aug 25 21:11:02.059 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98942026-08-25T21:11:02.684Z[ host-image] Aug 25 21:11:02.068 INFO O| Aug 25 21:11:02.068 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98952026-08-25T21:11:02.684Z[ host-image] Aug 25 21:11:02.068 INFO O| Aug 25 21:11:02.068 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98962026-08-25T21:11:02.687Z[ host-image] Aug 25 21:11:02.068 INFO O| Aug 25 21:11:02.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98972026-08-25T21:11:02.687Z[ host-image] Aug 25 21:11:02.068 INFO O| Aug 25 21:11:02.068 INFO ok!
98982026-08-25T21:11:02.687Z[ host-image] Aug 25 21:11:02.068 INFO O| Aug 25 21:11:02.068 INFO STEP 22 (ensure_symlink) COMPLETE
98992026-08-25T21:11:02.687Z[ host-image] Aug 25 21:11:02.068 INFO O| Aug 25 21:11:02.068 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99002026-08-25T21:11:02.694Z[ host-image] Aug 25 21:11:02.078 INFO O| Aug 25 21:11:02.078 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
99012026-08-25T21:11:02.694Z[ host-image] Aug 25 21:11:02.078 INFO O| Aug 25 21:11:02.078 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
99022026-08-25T21:11:02.697Z[ host-image] Aug 25 21:11:02.078 INFO O| Aug 25 21:11:02.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
99032026-08-25T21:11:02.697Z[ host-image] Aug 25 21:11:02.078 INFO O| Aug 25 21:11:02.078 INFO ok!
99042026-08-25T21:11:02.697Z[ host-image] Aug 25 21:11:02.078 INFO O| Aug 25 21:11:02.078 INFO STEP 23 (ensure_symlink) COMPLETE
99052026-08-25T21:11:02.697Z[ host-image] Aug 25 21:11:02.078 INFO O| Aug 25 21:11:02.078 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99062026-08-25T21:11:02.703Z[ host-image] Aug 25 21:11:02.086 INFO O| Aug 25 21:11:02.086 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99072026-08-25T21:11:02.707Z[ host-image] Aug 25 21:11:02.087 INFO O| Aug 25 21:11:02.086 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99082026-08-25T21:11:02.707Z[ host-image] Aug 25 21:11:02.087 INFO O| Aug 25 21:11:02.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99092026-08-25T21:11:02.707Z[ host-image] Aug 25 21:11:02.087 INFO O| Aug 25 21:11:02.087 INFO ok!
99102026-08-25T21:11:02.707Z[ host-image] Aug 25 21:11:02.087 INFO O| Aug 25 21:11:02.087 INFO STEP 24 (ensure_file) COMPLETE
99112026-08-25T21:11:02.707Z[ host-image] Aug 25 21:11:02.087 INFO O| Aug 25 21:11:02.087 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99122026-08-25T21:11:02.713Z[ host-image] Aug 25 21:11:02.096 INFO O| Aug 25 21:11:02.096 INFO updating shadow file
99132026-08-25T21:11:02.715Z[ host-image] Aug 25 21:11:02.096 INFO O| Aug 25 21:11:02.096 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99142026-08-25T21:11:02.716Z[ host-image] Aug 25 21:11:02.096 INFO O| Aug 25 21:11:02.096 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99152026-08-25T21:11:02.716Z[ host-image] Aug 25 21:11:02.096 INFO O| Aug 25 21:11:02.096 INFO STEP 25 (shadow) COMPLETE
99162026-08-25T21:11:02.716Z[ host-image] Aug 25 21:11:02.096 INFO O| Aug 25 21:11:02.096 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99172026-08-25T21:11:02.721Z[ host-image] Aug 25 21:11:02.105 INFO O| Aug 25 21:11:02.105 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99182026-08-25T21:11:02.724Z[ host-image] Aug 25 21:11:02.105 INFO O| Aug 25 21:11:02.105 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99192026-08-25T21:11:02.724Z[ host-image] Aug 25 21:11:02.105 INFO O| Aug 25 21:11:02.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99202026-08-25T21:11:02.724Z[ host-image] Aug 25 21:11:02.105 INFO O| Aug 25 21:11:02.105 INFO ok!
99212026-08-25T21:11:02.724Z[ host-image] Aug 25 21:11:02.105 INFO O| Aug 25 21:11:02.105 INFO STEP 26 (ensure_file) COMPLETE
99222026-08-25T21:11:02.724Z[ host-image] Aug 25 21:11:02.105 INFO O| Aug 25 21:11:02.105 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99232026-08-25T21:11:02.730Z[ host-image] Aug 25 21:11:02.113 INFO O| Aug 25 21:11:02.113 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99242026-08-25T21:11:02.732Z[ host-image] Aug 25 21:11:02.113 INFO O| Aug 25 21:11:02.113 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99252026-08-25T21:11:02.733Z[ host-image] Aug 25 21:11:02.113 INFO O| Aug 25 21:11:02.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99262026-08-25T21:11:02.733Z[ host-image] Aug 25 21:11:02.113 INFO O| Aug 25 21:11:02.113 INFO ok!
99272026-08-25T21:11:02.733Z[ host-image] Aug 25 21:11:02.113 INFO O| Aug 25 21:11:02.113 INFO STEP 27 (ensure_file) COMPLETE
99282026-08-25T21:11:02.734Z[ host-image] Aug 25 21:11:02.113 INFO O| Aug 25 21:11:02.113 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99292026-08-25T21:11:02.739Z[ host-image] Aug 25 21:11:02.122 INFO O| Aug 25 21:11:02.122 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99302026-08-25T21:11:02.741Z[ host-image] Aug 25 21:11:02.122 INFO O| Aug 25 21:11:02.122 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99312026-08-25T21:11:02.742Z[ host-image] Aug 25 21:11:02.122 INFO O| Aug 25 21:11:02.122 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99322026-08-25T21:11:02.742Z[ host-image] Aug 25 21:11:02.122 INFO O| Aug 25 21:11:02.122 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99332026-08-25T21:11:02.742Z[ host-image] Aug 25 21:11:02.122 INFO O| Aug 25 21:11:02.122 INFO ok!
99342026-08-25T21:11:02.742Z[ host-image] Aug 25 21:11:02.122 INFO O| Aug 25 21:11:02.122 INFO STEP 28 (ensure_file) COMPLETE
99352026-08-25T21:11:02.742Z[ host-image] Aug 25 21:11:02.122 INFO O| Aug 25 21:11:02.122 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99362026-08-25T21:11:02.747Z[ host-image] Aug 25 21:11:02.131 INFO O| Aug 25 21:11:02.131 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99372026-08-25T21:11:02.747Z[ host-image] Aug 25 21:11:02.131 INFO O| Aug 25 21:11:02.131 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99382026-08-25T21:11:02.752Z[ host-image] Aug 25 21:11:02.131 INFO O| Aug 25 21:11:02.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99392026-08-25T21:11:02.752Z[ host-image] Aug 25 21:11:02.131 INFO O| Aug 25 21:11:02.131 INFO ok!
99402026-08-25T21:11:02.752Z[ host-image] Aug 25 21:11:02.131 INFO O| Aug 25 21:11:02.131 INFO STEP 29 (ensure_file) COMPLETE
99412026-08-25T21:11:02.752Z[ host-image] Aug 25 21:11:02.131 INFO O| Aug 25 21:11:02.131 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99422026-08-25T21:11:02.755Z[ host-image] Aug 25 21:11:02.139 INFO O| Aug 25 21:11:02.139 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99432026-08-25T21:11:02.758Z[ host-image] Aug 25 21:11:02.139 INFO O| Aug 25 21:11:02.139 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99442026-08-25T21:11:02.758Z[ host-image] Aug 25 21:11:02.139 INFO O| Aug 25 21:11:02.139 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99452026-08-25T21:11:02.758Z[ host-image] Aug 25 21:11:02.139 INFO O| Aug 25 21:11:02.139 INFO STEP 30 (ensure_dir) COMPLETE
99462026-08-25T21:11:02.759Z[ host-image] Aug 25 21:11:02.139 INFO O| Aug 25 21:11:02.139 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99472026-08-25T21:11:02.766Z[ host-image] Aug 25 21:11:02.150 INFO O| Aug 25 21:11:02.150 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99482026-08-25T21:11:02.769Z[ host-image] Aug 25 21:11:02.150 INFO O| Aug 25 21:11:02.150 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99492026-08-25T21:11:02.769Z[ host-image] Aug 25 21:11:02.150 INFO O| Aug 25 21:11:02.150 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99502026-08-25T21:11:02.769Z[ host-image] Aug 25 21:11:02.150 INFO O| Aug 25 21:11:02.150 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99512026-08-25T21:11:02.769Z[ host-image] Aug 25 21:11:02.150 INFO O| Aug 25 21:11:02.150 INFO ok!
99522026-08-25T21:11:02.769Z[ host-image] Aug 25 21:11:02.150 INFO O| Aug 25 21:11:02.150 INFO STEP 31 (ensure_file) COMPLETE
99532026-08-25T21:11:02.770Z[ host-image] Aug 25 21:11:02.150 INFO O| Aug 25 21:11:02.150 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99542026-08-25T21:11:02.775Z[ host-image] Aug 25 21:11:02.159 INFO O| Aug 25 21:11:02.159 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99552026-08-25T21:11:02.775Z[ host-image] Aug 25 21:11:02.159 INFO O| Aug 25 21:11:02.159 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99562026-08-25T21:11:02.775Z[ host-image] Aug 25 21:11:02.159 INFO O| Aug 25 21:11:02.159 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99572026-08-25T21:11:02.778Z[ host-image] Aug 25 21:11:02.159 INFO O| Aug 25 21:11:02.159 INFO STEP 32 (ensure_dir) COMPLETE
99582026-08-25T21:11:02.778Z[ host-image] Aug 25 21:11:02.159 INFO O| Aug 25 21:11:02.159 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99592026-08-25T21:11:02.785Z[ host-image] Aug 25 21:11:02.169 INFO O| Aug 25 21:11:02.169 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99602026-08-25T21:11:02.785Z[ host-image] Aug 25 21:11:02.169 INFO O| Aug 25 21:11:02.169 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 ...
99612026-08-25T21:11:02.788Z[ host-image] Aug 25 21:11:02.169 INFO O| Aug 25 21:11:02.169 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
99622026-08-25T21:11:02.788Z[ host-image] Aug 25 21:11:02.169 INFO O| Aug 25 21:11:02.169 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99632026-08-25T21:11:02.788Z[ host-image] Aug 25 21:11:02.169 INFO O| Aug 25 21:11:02.169 INFO ok!
99642026-08-25T21:11:02.788Z[ host-image] Aug 25 21:11:02.169 INFO O| Aug 25 21:11:02.169 INFO STEP 33 (ensure_file) COMPLETE
99652026-08-25T21:11:02.788Z[ host-image] Aug 25 21:11:02.169 INFO O| Aug 25 21:11:02.169 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99662026-08-25T21:11:02.794Z[ host-image] Aug 25 21:11:02.178 INFO O| Aug 25 21:11:02.178 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99672026-08-25T21:11:02.795Z[ host-image] Aug 25 21:11:02.178 INFO O| Aug 25 21:11:02.178 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99682026-08-25T21:11:02.798Z[ host-image] Aug 25 21:11:02.178 INFO O| Aug 25 21:11:02.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99692026-08-25T21:11:02.798Z[ host-image] Aug 25 21:11:02.178 INFO O| Aug 25 21:11:02.178 INFO ok!
99702026-08-25T21:11:02.799Z[ host-image] Aug 25 21:11:02.178 INFO O| Aug 25 21:11:02.178 INFO STEP 34 (ensure_file) COMPLETE
99712026-08-25T21:11:02.799Z[ host-image] Aug 25 21:11:02.178 INFO O| Aug 25 21:11:02.178 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99722026-08-25T21:11:02.804Z[ host-image] Aug 25 21:11:02.188 INFO O| Aug 25 21:11:02.188 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99732026-08-25T21:11:02.807Z[ host-image] Aug 25 21:11:02.188 INFO O| Aug 25 21:11:02.188 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99742026-08-25T21:11:02.807Z[ host-image] Aug 25 21:11:02.188 INFO O| Aug 25 21:11:02.188 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99752026-08-25T21:11:02.807Z[ host-image] Aug 25 21:11:02.188 INFO O| Aug 25 21:11:02.188 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99762026-08-25T21:11:02.807Z[ host-image] Aug 25 21:11:02.188 INFO O| Aug 25 21:11:02.188 INFO ok!
99772026-08-25T21:11:02.807Z[ host-image] Aug 25 21:11:02.188 INFO O| Aug 25 21:11:02.188 INFO STEP 35 (ensure_file) COMPLETE
99782026-08-25T21:11:02.807Z[ host-image] Aug 25 21:11:02.188 INFO O| Aug 25 21:11:02.188 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99792026-08-25T21:11:02.813Z[ host-image] Aug 25 21:11:02.197 INFO O| Aug 25 21:11:02.197 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99802026-08-25T21:11:02.813Z[ host-image] Aug 25 21:11:02.197 INFO O| Aug 25 21:11:02.197 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99812026-08-25T21:11:02.816Z[ host-image] Aug 25 21:11:02.197 INFO O| Aug 25 21:11:02.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99822026-08-25T21:11:02.817Z[ host-image] Aug 25 21:11:02.197 INFO O| Aug 25 21:11:02.197 INFO ok!
99832026-08-25T21:11:02.817Z[ host-image] Aug 25 21:11:02.197 INFO O| Aug 25 21:11:02.197 INFO STEP 36 (ensure_file) COMPLETE
99842026-08-25T21:11:02.817Z[ host-image] Aug 25 21:11:02.197 INFO O| Aug 25 21:11:02.197 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99852026-08-25T21:11:02.822Z[ host-image] Aug 25 21:11:02.206 INFO O| Aug 25 21:11:02.206 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99862026-08-25T21:11:02.825Z[ host-image] Aug 25 21:11:02.206 INFO O| Aug 25 21:11:02.206 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99872026-08-25T21:11:02.825Z[ host-image] Aug 25 21:11:02.206 INFO O| Aug 25 21:11:02.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99882026-08-25T21:11:02.825Z[ host-image] Aug 25 21:11:02.206 INFO O| Aug 25 21:11:02.206 INFO ok!
99892026-08-25T21:11:02.825Z[ host-image] Aug 25 21:11:02.206 INFO O| Aug 25 21:11:02.206 INFO STEP 37 (ensure_file) COMPLETE
99902026-08-25T21:11:02.825Z[ host-image] Aug 25 21:11:02.206 INFO O| Aug 25 21:11:02.206 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99912026-08-25T21:11:02.833Z[ host-image] Aug 25 21:11:02.216 INFO O| Aug 25 21:11:02.216 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99922026-08-25T21:11:02.833Z[ host-image] Aug 25 21:11:02.216 INFO O| Aug 25 21:11:02.216 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99932026-08-25T21:11:02.836Z[ host-image] Aug 25 21:11:02.216 INFO O| Aug 25 21:11:02.216 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99942026-08-25T21:11:02.836Z[ host-image] Aug 25 21:11:02.216 INFO O| Aug 25 21:11:02.216 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99952026-08-25T21:11:02.836Z[ host-image] Aug 25 21:11:02.216 INFO O| Aug 25 21:11:02.216 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99962026-08-25T21:11:02.836Z[ host-image] Aug 25 21:11:02.216 INFO O| Aug 25 21:11:02.216 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99972026-08-25T21:11:02.836Z[ host-image] Aug 25 21:11:02.216 INFO O| Aug 25 21:11:02.216 INFO ok!
99982026-08-25T21:11:02.836Z[ host-image] Aug 25 21:11:02.216 INFO O| Aug 25 21:11:02.216 INFO STEP 38 (ensure_file) COMPLETE
99992026-08-25T21:11:02.836Z[ host-image] Aug 25 21:11:02.216 INFO O| Aug 25 21:11:02.216 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100002026-08-25T21:11:02.843Z[ host-image] Aug 25 21:11:02.227 INFO O| Aug 25 21:11:02.227 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100012026-08-25T21:11:02.846Z[ host-image] Aug 25 21:11:02.227 INFO O| Aug 25 21:11:02.227 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100022026-08-25T21:11:02.846Z[ host-image] Aug 25 21:11:02.227 INFO O| Aug 25 21:11:02.227 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100032026-08-25T21:11:02.846Z[ host-image] Aug 25 21:11:02.227 INFO O| Aug 25 21:11:02.227 INFO STEP 39 (ensure_dir) COMPLETE
100042026-08-25T21:11:02.846Z[ host-image] Aug 25 21:11:02.227 INFO O| Aug 25 21:11:02.227 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100052026-08-25T21:11:02.853Z[ host-image] Aug 25 21:11:02.237 INFO O| Aug 25 21:11:02.237 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
100062026-08-25T21:11:02.853Z[ host-image] Aug 25 21:11:02.237 INFO O| Aug 25 21:11:02.237 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 ...
100072026-08-25T21:11:02.856Z[ host-image] Aug 25 21:11:02.237 INFO O| Aug 25 21:11:02.237 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
100082026-08-25T21:11:02.856Z[ host-image] Aug 25 21:11:02.237 INFO O| Aug 25 21:11:02.237 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
100092026-08-25T21:11:02.856Z[ host-image] Aug 25 21:11:02.237 INFO O| Aug 25 21:11:02.237 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
100102026-08-25T21:11:02.856Z[ host-image] Aug 25 21:11:02.237 INFO O| Aug 25 21:11:02.237 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
100112026-08-25T21:11:02.856Z[ host-image] Aug 25 21:11:02.237 INFO O| Aug 25 21:11:02.237 INFO ok!
100122026-08-25T21:11:02.856Z[ host-image] Aug 25 21:11:02.237 INFO O| Aug 25 21:11:02.237 INFO STEP 40 (ensure_file) COMPLETE
100132026-08-25T21:11:02.856Z[ host-image] Aug 25 21:11:02.237 INFO O| Aug 25 21:11:02.237 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100142026-08-25T21:11:02.862Z[ host-image] Aug 25 21:11:02.246 INFO O| Aug 25 21:11:02.246 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100152026-08-25T21:11:02.862Z[ host-image] Aug 25 21:11:02.246 INFO O| Aug 25 21:11:02.246 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 ...
100162026-08-25T21:11:02.865Z[ host-image] Aug 25 21:11:02.246 INFO O| Aug 25 21:11:02.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100172026-08-25T21:11:02.865Z[ host-image] Aug 25 21:11:02.246 INFO O| Aug 25 21:11:02.246 INFO ok!
100182026-08-25T21:11:02.865Z[ host-image] Aug 25 21:11:02.246 INFO O| Aug 25 21:11:02.246 INFO STEP 41 (ensure_symlink) COMPLETE
100192026-08-25T21:11:02.865Z[ host-image] Aug 25 21:11:02.246 INFO O| Aug 25 21:11:02.246 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100202026-08-25T21:11:02.872Z[ host-image] Aug 25 21:11:02.255 INFO O| Aug 25 21:11:02.255 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100212026-08-25T21:11:02.872Z[ host-image] Aug 25 21:11:02.255 INFO O| Aug 25 21:11:02.255 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100222026-08-25T21:11:02.875Z[ host-image] Aug 25 21:11:02.255 INFO O| Aug 25 21:11:02.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100232026-08-25T21:11:02.875Z[ host-image] Aug 25 21:11:02.255 INFO O| Aug 25 21:11:02.255 INFO ok!
100242026-08-25T21:11:02.875Z[ host-image] Aug 25 21:11:02.255 INFO O| Aug 25 21:11:02.255 INFO STEP 42 (ensure_symlink) COMPLETE
100252026-08-25T21:11:02.875Z[ host-image] Aug 25 21:11:02.255 INFO O| Aug 25 21:11:02.255 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100262026-08-25T21:11:02.880Z[ host-image] Aug 25 21:11:02.264 INFO O| Aug 25 21:11:02.264 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100272026-08-25T21:11:02.880Z[ host-image] Aug 25 21:11:02.264 INFO O| Aug 25 21:11:02.264 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100282026-08-25T21:11:02.883Z[ host-image] Aug 25 21:11:02.264 INFO O| Aug 25 21:11:02.264 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100292026-08-25T21:11:02.883Z[ host-image] Aug 25 21:11:02.264 INFO O| Aug 25 21:11:02.264 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100302026-08-25T21:11:02.883Z[ host-image] Aug 25 21:11:02.264 INFO O| Aug 25 21:11:02.264 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100312026-08-25T21:11:02.883Z[ host-image] Aug 25 21:11:02.264 INFO O| Aug 25 21:11:02.264 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100322026-08-25T21:11:02.883Z[ host-image] Aug 25 21:11:02.264 INFO O| Aug 25 21:11:02.264 INFO ok!
100332026-08-25T21:11:02.883Z[ host-image] Aug 25 21:11:02.264 INFO O| Aug 25 21:11:02.264 INFO STEP 43 (ensure_file) COMPLETE
100342026-08-25T21:11:02.883Z[ host-image] Aug 25 21:11:02.264 INFO O| Aug 25 21:11:02.264 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100352026-08-25T21:11:02.889Z[ host-image] Aug 25 21:11:02.272 INFO O| Aug 25 21:11:02.272 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100362026-08-25T21:11:02.889Z[ host-image] Aug 25 21:11:02.272 INFO O| Aug 25 21:11:02.272 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 ...
100372026-08-25T21:11:02.891Z[ host-image] Aug 25 21:11:02.272 INFO O| Aug 25 21:11:02.272 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
100382026-08-25T21:11:02.891Z[ host-image] Aug 25 21:11:02.272 INFO O| Aug 25 21:11:02.272 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100392026-08-25T21:11:02.891Z[ host-image] Aug 25 21:11:02.272 INFO O| Aug 25 21:11:02.272 INFO ok!
100402026-08-25T21:11:02.891Z[ host-image] Aug 25 21:11:02.272 INFO O| Aug 25 21:11:02.272 INFO STEP 44 (ensure_file) COMPLETE
100412026-08-25T21:11:02.892Z[ host-image] Aug 25 21:11:02.272 INFO O| Aug 25 21:11:02.272 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100422026-08-25T21:11:02.898Z[ host-image] Aug 25 21:11:02.282 INFO O| Aug 25 21:11:02.282 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100432026-08-25T21:11:02.898Z[ host-image] Aug 25 21:11:02.282 INFO O| Aug 25 21:11:02.282 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100442026-08-25T21:11:02.901Z[ host-image] Aug 25 21:11:02.282 INFO O| Aug 25 21:11:02.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100452026-08-25T21:11:02.901Z[ host-image] Aug 25 21:11:02.282 INFO O| Aug 25 21:11:02.282 INFO ok!
100462026-08-25T21:11:02.901Z[ host-image] Aug 25 21:11:02.282 INFO O| Aug 25 21:11:02.282 INFO STEP 45 (ensure_file) COMPLETE
100472026-08-25T21:11:02.901Z[ host-image] Aug 25 21:11:02.282 INFO O| Aug 25 21:11:02.282 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100482026-08-25T21:11:02.906Z[ host-image] Aug 25 21:11:02.290 INFO O| Aug 25 21:11:02.290 INFO updating shadow file
100492026-08-25T21:11:02.909Z[ host-image] Aug 25 21:11:02.290 INFO O| Aug 25 21:11:02.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100502026-08-25T21:11:02.909Z[ host-image] Aug 25 21:11:02.290 INFO O| Aug 25 21:11:02.290 INFO STEP 46 (shadow) COMPLETE
100512026-08-25T21:11:02.909Z[ host-image] Aug 25 21:11:02.290 INFO O| Aug 25 21:11:02.290 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100522026-08-25T21:11:02.914Z[ host-image] Aug 25 21:11:02.298 INFO O| Aug 25 21:11:02.298 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100532026-08-25T21:11:02.914Z[ host-image] Aug 25 21:11:02.298 INFO O| Aug 25 21:11:02.298 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100542026-08-25T21:11:02.917Z[ host-image] Aug 25 21:11:02.298 INFO O| Aug 25 21:11:02.298 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100552026-08-25T21:11:02.917Z[ host-image] Aug 25 21:11:02.298 INFO O| Aug 25 21:11:02.298 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100562026-08-25T21:11:02.918Z[ host-image] Aug 25 21:11:02.298 INFO O| Aug 25 21:11:02.298 INFO ok!
100572026-08-25T21:11:02.918Z[ host-image] Aug 25 21:11:02.298 INFO O| Aug 25 21:11:02.298 INFO STEP 47 (ensure_file) COMPLETE
100582026-08-25T21:11:02.918Z[ host-image] Aug 25 21:11:02.298 INFO O| Aug 25 21:11:02.298 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100592026-08-25T21:11:02.918Z[ host-image] Aug 25 21:11:02.298 INFO O| Aug 25 21:11:02.298 INFO skip step because feature "mfg" is not enabled
100602026-08-25T21:11:02.918Z[ host-image] Aug 25 21:11:02.298 INFO O| Aug 25 21:11:02.298 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100612026-08-25T21:11:02.918Z[ host-image] Aug 25 21:11:02.298 INFO O| Aug 25 21:11:02.298 INFO skip step because feature "mfg" is not enabled
100622026-08-25T21:11:02.918Z[ host-image] Aug 25 21:11:02.298 INFO O| Aug 25 21:11:02.298 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100632026-08-25T21:11:02.922Z[ host-image] Aug 25 21:11:02.306 INFO O| Aug 25 21:11:02.306 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100642026-08-25T21:11:02.922Z[ host-image] Aug 25 21:11:02.306 INFO O| Aug 25 21:11:02.306 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100652026-08-25T21:11:02.948Z[ host-image] Aug 25 21:11:02.332 INFO O| Aug 25 21:11:02.332 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100662026-08-25T21:11:02.948Z[ host-image] Aug 25 21:11:02.332 INFO O| Aug 25 21:11:02.332 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100672026-08-25T21:11:02.948Z[ host-image] Aug 25 21:11:02.332 INFO O| Aug 25 21:11:02.332 INFO ok!
100682026-08-25T21:11:02.951Z[ host-image] Aug 25 21:11:02.332 INFO O| Aug 25 21:11:02.332 INFO STEP 50 (ensure_file) COMPLETE
100692026-08-25T21:11:02.951Z[ host-image] Aug 25 21:11:02.332 INFO O| Aug 25 21:11:02.332 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100702026-08-25T21:11:02.951Z[ host-image] Aug 25 21:11:02.332 INFO O| Aug 25 21:11:02.332 INFO skip step because feature "compliance" is not enabled
100712026-08-25T21:11:02.951Z[ host-image] Aug 25 21:11:02.332 INFO O| Aug 25 21:11:02.332 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100722026-08-25T21:11:02.959Z[ host-image] Aug 25 21:11:02.342 INFO O| Aug 25 21:11:02.342 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100732026-08-25T21:11:02.959Z[ host-image] Aug 25 21:11:02.342 INFO O| Aug 25 21:11:02.342 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100742026-08-25T21:11:02.961Z[ host-image] Aug 25 21:11:02.342 INFO O| Aug 25 21:11:02.342 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100752026-08-25T21:11:02.961Z[ host-image] Aug 25 21:11:02.342 INFO O| Aug 25 21:11:02.342 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100762026-08-25T21:11:02.961Z[ host-image] Aug 25 21:11:02.342 INFO O| Aug 25 21:11:02.342 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100772026-08-25T21:11:02.962Z[ host-image] Aug 25 21:11:02.343 INFO O| Aug 25 21:11:02.342 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100782026-08-25T21:11:02.962Z[ host-image] Aug 25 21:11:02.343 INFO O| Aug 25 21:11:02.343 INFO ok!
100792026-08-25T21:11:02.962Z[ host-image] Aug 25 21:11:02.343 INFO O| Aug 25 21:11:02.343 INFO STEP 52 (ensure_file) COMPLETE
100802026-08-25T21:11:02.962Z[ host-image] Aug 25 21:11:02.343 INFO O| Aug 25 21:11:02.343 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100812026-08-25T21:11:02.968Z[ host-image] Aug 25 21:11:02.352 INFO O| Aug 25 21:11:02.352 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100822026-08-25T21:11:02.968Z[ host-image] Aug 25 21:11:02.352 INFO O| Aug 25 21:11:02.352 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 ...
100832026-08-25T21:11:02.972Z[ host-image] Aug 25 21:11:02.352 INFO O| Aug 25 21:11:02.352 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
100842026-08-25T21:11:02.972Z[ host-image] Aug 25 21:11:02.352 INFO O| Aug 25 21:11:02.352 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100852026-08-25T21:11:02.972Z[ host-image] Aug 25 21:11:02.352 INFO O| Aug 25 21:11:02.352 INFO ok!
100862026-08-25T21:11:02.972Z[ host-image] Aug 25 21:11:02.352 INFO O| Aug 25 21:11:02.352 INFO STEP 53 (ensure_file) COMPLETE
100872026-08-25T21:11:02.972Z[ host-image] Aug 25 21:11:02.352 INFO O| Aug 25 21:11:02.352 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100882026-08-25T21:11:02.976Z[ host-image] Aug 25 21:11:02.360 INFO O| Aug 25 21:11:02.360 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100892026-08-25T21:11:02.976Z[ host-image] Aug 25 21:11:02.360 INFO O| Aug 25 21:11:02.360 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 ...
100902026-08-25T21:11:02.979Z[ host-image] Aug 25 21:11:02.360 INFO O| Aug 25 21:11:02.360 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100912026-08-25T21:11:02.979Z[ host-image] Aug 25 21:11:02.360 INFO O| Aug 25 21:11:02.360 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100922026-08-25T21:11:02.979Z[ host-image] Aug 25 21:11:02.360 INFO O| Aug 25 21:11:02.360 INFO ok!
100932026-08-25T21:11:02.979Z[ host-image] Aug 25 21:11:02.360 INFO O| Aug 25 21:11:02.360 INFO STEP 54 (ensure_file) COMPLETE
100942026-08-25T21:11:02.979Z[ host-image] Aug 25 21:11:02.360 INFO O| Aug 25 21:11:02.360 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100952026-08-25T21:11:02.984Z[ host-image] Aug 25 21:11:02.368 INFO O| Aug 25 21:11:02.368 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100962026-08-25T21:11:02.987Z[ host-image] Aug 25 21:11:02.368 INFO O| Aug 25 21:11:02.368 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 ...
100972026-08-25T21:11:02.987Z[ host-image] Aug 25 21:11:02.368 INFO O| Aug 25 21:11:02.368 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
100982026-08-25T21:11:02.987Z[ host-image] Aug 25 21:11:02.368 INFO O| Aug 25 21:11:02.368 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100992026-08-25T21:11:02.987Z[ host-image] Aug 25 21:11:02.368 INFO O| Aug 25 21:11:02.368 INFO ok!
101002026-08-25T21:11:02.987Z[ host-image] Aug 25 21:11:02.368 INFO O| Aug 25 21:11:02.368 INFO STEP 55 (ensure_file) COMPLETE
101012026-08-25T21:11:02.989Z[ host-image] Aug 25 21:11:02.368 INFO O| Aug 25 21:11:02.368 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101022026-08-25T21:11:02.995Z[ host-image] Aug 25 21:11:02.378 INFO O| Aug 25 21:11:02.378 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101032026-08-25T21:11:02.995Z[ host-image] Aug 25 21:11:02.378 INFO O| Aug 25 21:11:02.378 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 ...
101042026-08-25T21:11:02.995Z[ host-image] Aug 25 21:11:02.378 INFO O| Aug 25 21:11:02.378 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101052026-08-25T21:11:02.997Z[ host-image] Aug 25 21:11:02.378 INFO O| Aug 25 21:11:02.378 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101062026-08-25T21:11:02.997Z[ host-image] Aug 25 21:11:02.379 INFO O| Aug 25 21:11:02.378 INFO ok!
101072026-08-25T21:11:02.997Z[ host-image] Aug 25 21:11:02.379 INFO O| Aug 25 21:11:02.378 INFO STEP 56 (ensure_file) COMPLETE
101082026-08-25T21:11:02.997Z[ host-image] Aug 25 21:11:02.379 INFO O| Aug 25 21:11:02.379 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101092026-08-25T21:11:03.005Z[ host-image] Aug 25 21:11:02.388 INFO O| Aug 25 21:11:02.388 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101102026-08-25T21:11:03.005Z[ host-image] Aug 25 21:11:02.388 INFO O| Aug 25 21:11:02.388 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 ...
101112026-08-25T21:11:03.005Z[ host-image] Aug 25 21:11:02.388 INFO O| Aug 25 21:11:02.388 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
101122026-08-25T21:11:03.005Z[ host-image] Aug 25 21:11:02.388 INFO O| Aug 25 21:11:02.388 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101132026-08-25T21:11:03.005Z[ host-image] Aug 25 21:11:02.388 INFO O| Aug 25 21:11:02.388 INFO ok!
101142026-08-25T21:11:03.008Z[ host-image] Aug 25 21:11:02.388 INFO O| Aug 25 21:11:02.388 INFO STEP 57 (ensure_file) COMPLETE
101152026-08-25T21:11:03.008Z[ host-image] Aug 25 21:11:02.388 INFO O| Aug 25 21:11:02.388 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101162026-08-25T21:11:03.013Z[ host-image] Aug 25 21:11:02.397 INFO O| Aug 25 21:11:02.397 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101172026-08-25T21:11:03.013Z[ host-image] Aug 25 21:11:02.397 INFO O| Aug 25 21:11:02.397 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 ...
101182026-08-25T21:11:03.013Z[ host-image] Aug 25 21:11:02.397 INFO O| Aug 25 21:11:02.397 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101192026-08-25T21:11:03.017Z[ host-image] Aug 25 21:11:02.397 INFO O| Aug 25 21:11:02.397 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101202026-08-25T21:11:03.017Z[ host-image] Aug 25 21:11:02.397 INFO O| Aug 25 21:11:02.397 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101212026-08-25T21:11:03.017Z[ host-image] Aug 25 21:11:02.397 INFO O| Aug 25 21:11:02.397 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101222026-08-25T21:11:03.017Z[ host-image] Aug 25 21:11:02.397 INFO O| Aug 25 21:11:02.397 INFO ok!
101232026-08-25T21:11:03.017Z[ host-image] Aug 25 21:11:02.397 INFO O| Aug 25 21:11:02.397 INFO STEP 58 (ensure_file) COMPLETE
101242026-08-25T21:11:03.017Z[ host-image] Aug 25 21:11:02.397 INFO O| Aug 25 21:11:02.397 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101252026-08-25T21:11:03.024Z[ host-image] Aug 25 21:11:02.407 INFO O| Aug 25 21:11:02.407 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101262026-08-25T21:11:03.024Z[ host-image] Aug 25 21:11:02.407 INFO O| Aug 25 21:11:02.407 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 ...
101272026-08-25T21:11:03.027Z[ host-image] Aug 25 21:11:02.407 INFO O| Aug 25 21:11:02.407 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
101282026-08-25T21:11:03.027Z[ host-image] Aug 25 21:11:02.407 INFO O| Aug 25 21:11:02.407 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101292026-08-25T21:11:03.027Z[ host-image] Aug 25 21:11:02.407 INFO O| Aug 25 21:11:02.407 INFO ok!
101302026-08-25T21:11:03.028Z[ host-image] Aug 25 21:11:02.407 INFO O| Aug 25 21:11:02.407 INFO STEP 59 (ensure_file) COMPLETE
101312026-08-25T21:11:03.028Z[ host-image] Aug 25 21:11:02.407 INFO O| Aug 25 21:11:02.407 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101322026-08-25T21:11:03.049Z[ host-image] Aug 25 21:11:02.430 INFO O| Aug 25 21:11:02.428 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101332026-08-25T21:11:03.049Z[ host-image] Aug 25 21:11:02.430 INFO O| Aug 25 21:11:02.428 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101342026-08-25T21:11:03.052Z[ host-image] Aug 25 21:11:02.430 INFO O| Aug 25 21:11:02.428 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101352026-08-25T21:11:03.055Z[ host-image] Aug 25 21:11:02.430 INFO O| Aug 25 21:11:02.428 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101362026-08-25T21:11:03.059Z[ host-image] Aug 25 21:11:02.430 INFO O| Aug 25 21:11:02.428 INFO ok!
101372026-08-25T21:11:03.101Z[ host-image] Aug 25 21:11:02.430 INFO O| Aug 25 21:11:02.428 INFO STEP 60 (ensure_file) COMPLETE
101382026-08-25T21:11:03.101Z[ host-image] Aug 25 21:11:02.430 INFO O| Aug 25 21:11:02.428 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101392026-08-25T21:11:03.101Z[ host-image] Aug 25 21:11:02.443 INFO O| Aug 25 21:11:02.441 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101402026-08-25T21:11:03.101Z[ host-image] Aug 25 21:11:02.443 INFO O| Aug 25 21:11:02.441 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 ...
101412026-08-25T21:11:03.101Z[ host-image] Aug 25 21:11:02.443 INFO O| Aug 25 21:11:02.441 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
101422026-08-25T21:11:03.101Z[ host-image] Aug 25 21:11:02.443 INFO O| Aug 25 21:11:02.441 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101432026-08-25T21:11:03.105Z[ host-image] Aug 25 21:11:02.443 INFO O| Aug 25 21:11:02.441 INFO ok!
101442026-08-25T21:11:03.105Z[ host-image] Aug 25 21:11:02.443 INFO O| Aug 25 21:11:02.441 INFO STEP 61 (ensure_file) COMPLETE
101452026-08-25T21:11:03.106Z[ host-image] Aug 25 21:11:02.443 INFO O| Aug 25 21:11:02.441 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101462026-08-25T21:11:03.111Z[ host-image] Aug 25 21:11:02.495 INFO O| Aug 25 21:11:02.495 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101472026-08-25T21:11:03.112Z[ host-image] Aug 25 21:11:02.495 INFO O| Aug 25 21:11:02.495 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101482026-08-25T21:11:03.112Z[ host-image] Aug 25 21:11:02.495 INFO O| Aug 25 21:11:02.495 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101492026-08-25T21:11:03.114Z[ host-image] Aug 25 21:11:02.495 INFO O| Aug 25 21:11:02.495 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101502026-08-25T21:11:03.115Z[ host-image] Aug 25 21:11:02.495 INFO O| Aug 25 21:11:02.495 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101512026-08-25T21:11:03.115Z[ host-image] Aug 25 21:11:02.495 INFO O| Aug 25 21:11:02.495 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101522026-08-25T21:11:03.115Z[ host-image] Aug 25 21:11:02.495 INFO O| Aug 25 21:11:02.495 INFO ok!
101532026-08-25T21:11:03.115Z[ host-image] Aug 25 21:11:02.495 INFO O| Aug 25 21:11:02.495 INFO STEP 62 (ensure_file) COMPLETE
101542026-08-25T21:11:03.115Z[ host-image] Aug 25 21:11:02.495 INFO O| Aug 25 21:11:02.495 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101552026-08-25T21:11:03.120Z[ host-image] Aug 25 21:11:02.504 INFO O| Aug 25 21:11:02.504 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101562026-08-25T21:11:03.120Z[ host-image] Aug 25 21:11:02.504 INFO O| Aug 25 21:11:02.504 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 ...
101572026-08-25T21:11:03.120Z[ host-image] Aug 25 21:11:02.504 INFO O| Aug 25 21:11:02.504 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
101582026-08-25T21:11:03.123Z[ host-image] Aug 25 21:11:02.504 INFO O| Aug 25 21:11:02.504 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101592026-08-25T21:11:03.123Z[ host-image] Aug 25 21:11:02.504 INFO O| Aug 25 21:11:02.504 INFO ok!
101602026-08-25T21:11:03.123Z[ host-image] Aug 25 21:11:02.504 INFO O| Aug 25 21:11:02.504 INFO STEP 63 (ensure_file) COMPLETE
101612026-08-25T21:11:03.123Z[ host-image] Aug 25 21:11:02.504 INFO O| Aug 25 21:11:02.504 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101622026-08-25T21:11:03.137Z[ host-image] Aug 25 21:11:02.517 INFO O| Aug 25 21:11:02.516 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101632026-08-25T21:11:03.140Z[ host-image] Aug 25 21:11:02.517 INFO O| Aug 25 21:11:02.516 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 ...
101642026-08-25T21:11:03.140Z[ host-image] Aug 25 21:11:02.517 INFO O| Aug 25 21:11:02.517 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
101652026-08-25T21:11:03.140Z[ host-image] Aug 25 21:11:02.517 INFO O| Aug 25 21:11:02.517 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101662026-08-25T21:11:03.140Z[ host-image] Aug 25 21:11:02.517 INFO O| Aug 25 21:11:02.517 INFO ok!
101672026-08-25T21:11:03.140Z[ host-image] Aug 25 21:11:02.517 INFO O| Aug 25 21:11:02.517 INFO STEP 64 (ensure_file) COMPLETE
101682026-08-25T21:11:03.140Z[ host-image] Aug 25 21:11:02.517 INFO O| Aug 25 21:11:02.517 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101692026-08-25T21:11:03.180Z[ host-image] Aug 25 21:11:02.531 INFO O| Aug 25 21:11:02.531 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101702026-08-25T21:11:03.180Z[ host-image] Aug 25 21:11:02.531 INFO O| Aug 25 21:11:02.531 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 ...
101712026-08-25T21:11:03.183Z[ host-image] Aug 25 21:11:02.531 INFO O| Aug 25 21:11:02.531 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
101722026-08-25T21:11:03.184Z[ host-image] Aug 25 21:11:02.531 INFO O| Aug 25 21:11:02.531 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101732026-08-25T21:11:03.184Z[ host-image] Aug 25 21:11:02.531 INFO O| Aug 25 21:11:02.531 INFO ok!
101742026-08-25T21:11:03.184Z[ host-image] Aug 25 21:11:02.531 INFO O| Aug 25 21:11:02.531 INFO STEP 65 (ensure_file) COMPLETE
101752026-08-25T21:11:03.184Z[ host-image] Aug 25 21:11:02.531 INFO O| Aug 25 21:11:02.531 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101762026-08-25T21:11:03.184Z[ host-image] Aug 25 21:11:02.531 INFO O| Aug 25 21:11:02.531 INFO skip step because feature "mbist" is not enabled
101772026-08-25T21:11:03.184Z[ host-image] Aug 25 21:11:02.531 INFO O| Aug 25 21:11:02.531 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101782026-08-25T21:11:03.184Z[ host-image] Aug 25 21:11:02.543 INFO O| Aug 25 21:11:02.543 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101792026-08-25T21:11:03.184Z[ host-image] Aug 25 21:11:02.543 INFO O| Aug 25 21:11:02.543 INFO STEP 67 (ensure_dir) COMPLETE
101802026-08-25T21:11:03.184Z[ host-image] Aug 25 21:11:02.543 INFO O| Aug 25 21:11:02.543 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101812026-08-25T21:11:03.184Z[ host-image] Aug 25 21:11:02.553 INFO O| Aug 25 21:11:02.553 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101822026-08-25T21:11:03.184Z[ host-image] Aug 25 21:11:02.553 INFO O| Aug 25 21:11:02.553 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101832026-08-25T21:11:03.184Z[ host-image] Aug 25 21:11:02.553 INFO O| Aug 25 21:11:02.553 INFO STEP 68 (ensure_dir) COMPLETE
101842026-08-25T21:11:03.184Z[ host-image] Aug 25 21:11:02.553 INFO O| Aug 25 21:11:02.553 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852026-08-25T21:11:03.184Z[ host-image] Aug 25 21:11:02.564 INFO O| Aug 25 21:11:02.564 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101862026-08-25T21:11:03.184Z[ host-image] Aug 25 21:11:02.564 INFO O| Aug 25 21:11:02.564 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101872026-08-25T21:11:03.185Z[ host-image] Aug 25 21:11:02.564 INFO O| Aug 25 21:11:02.564 INFO STEP 69 (ensure_dir) COMPLETE
101882026-08-25T21:11:03.185Z[ host-image] Aug 25 21:11:02.564 INFO O| Aug 25 21:11:02.564 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101892026-08-25T21:11:03.189Z[ host-image] Aug 25 21:11:02.573 INFO O| Aug 25 21:11:02.573 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101902026-08-25T21:11:03.189Z[ host-image] Aug 25 21:11:02.573 INFO O| Aug 25 21:11:02.573 INFO copying /tmp/.tmpjbOF9F/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101912026-08-25T21:11:03.562Z[ host-image] Aug 25 21:11:02.945 INFO O| Aug 25 21:11:02.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101922026-08-25T21:11:03.562Z[ host-image] Aug 25 21:11:02.945 INFO O| Aug 25 21:11:02.945 INFO ok!
101932026-08-25T21:11:03.562Z[ host-image] Aug 25 21:11:02.945 INFO O| Aug 25 21:11:02.945 INFO STEP 70 (ensure_file) COMPLETE
101942026-08-25T21:11:03.565Z[ host-image] Aug 25 21:11:02.945 INFO O| Aug 25 21:11:02.945 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101952026-08-25T21:11:03.573Z[ host-image] Aug 25 21:11:02.956 INFO O| Aug 25 21:11:02.956 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101962026-08-25T21:11:03.573Z[ host-image] Aug 25 21:11:02.956 INFO O| Aug 25 21:11:02.956 INFO copying /tmp/.tmpjbOF9F/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101972026-08-25T21:11:04.244Z[ host-image] Aug 25 21:11:03.627 INFO O| Aug 25 21:11:03.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101982026-08-25T21:11:04.244Z[ host-image] Aug 25 21:11:03.627 INFO O| Aug 25 21:11:03.627 INFO ok!
101992026-08-25T21:11:04.247Z[ host-image] Aug 25 21:11:03.628 INFO O| Aug 25 21:11:03.627 INFO STEP 71 (ensure_file) COMPLETE
102002026-08-25T21:11:04.247Z[ host-image] Aug 25 21:11:03.628 INFO O| Aug 25 21:11:03.627 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012026-08-25T21:11:04.255Z[ host-image] Aug 25 21:11:03.639 INFO O| Aug 25 21:11:03.639 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102022026-08-25T21:11:04.255Z[ host-image] Aug 25 21:11:03.639 INFO O| Aug 25 21:11:03.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102032026-08-25T21:11:04.258Z[ host-image] Aug 25 21:11:03.639 INFO O| Aug 25 21:11:03.639 INFO STEP 72 (ensure_dir) COMPLETE
102042026-08-25T21:11:04.258Z[ host-image] Aug 25 21:11:03.639 INFO O| Aug 25 21:11:03.639 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052026-08-25T21:11:04.264Z[ host-image] Aug 25 21:11:03.648 INFO O| Aug 25 21:11:03.648 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102062026-08-25T21:11:04.264Z[ host-image] Aug 25 21:11:03.648 INFO O| Aug 25 21:11:03.648 INFO copying /tmp/.tmpjbOF9F/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 ...
102072026-08-25T21:11:04.267Z[ host-image] Aug 25 21:11:03.648 INFO O| Aug 25 21:11:03.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102082026-08-25T21:11:04.267Z[ host-image] Aug 25 21:11:03.648 INFO O| Aug 25 21:11:03.648 INFO ok!
102092026-08-25T21:11:04.267Z[ host-image] Aug 25 21:11:03.648 INFO O| Aug 25 21:11:03.648 INFO STEP 73 (ensure_file) COMPLETE
102102026-08-25T21:11:04.267Z[ host-image] Aug 25 21:11:03.648 INFO O| Aug 25 21:11:03.648 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102112026-08-25T21:11:04.272Z[ host-image] Aug 25 21:11:03.656 INFO O| Aug 25 21:11:03.656 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102122026-08-25T21:11:04.272Z[ host-image] Aug 25 21:11:03.656 INFO O| Aug 25 21:11:03.656 INFO copying /tmp/.tmpjbOF9F/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 ...
102132026-08-25T21:11:04.272Z[ host-image] Aug 25 21:11:03.656 INFO O| Aug 25 21:11:03.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102142026-08-25T21:11:04.276Z[ host-image] Aug 25 21:11:03.656 INFO O| Aug 25 21:11:03.656 INFO ok!
102152026-08-25T21:11:04.276Z[ host-image] Aug 25 21:11:03.656 INFO O| Aug 25 21:11:03.656 INFO STEP 74 (ensure_file) COMPLETE
102162026-08-25T21:11:04.276Z[ host-image] Aug 25 21:11:03.656 INFO O| Aug 25 21:11:03.656 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102172026-08-25T21:11:04.281Z[ host-image] Aug 25 21:11:03.665 INFO O| Aug 25 21:11:03.664 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102182026-08-25T21:11:04.284Z[ host-image] Aug 25 21:11:03.665 INFO O| Aug 25 21:11:03.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102192026-08-25T21:11:04.284Z[ host-image] Aug 25 21:11:03.665 INFO O| Aug 25 21:11:03.665 INFO STEP 75 (ensure_dir) COMPLETE
102202026-08-25T21:11:04.284Z[ host-image] Aug 25 21:11:03.665 INFO O| Aug 25 21:11:03.665 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-08-25T21:11:04.288Z[ host-image] Aug 25 21:11:03.672 INFO O| Aug 25 21:11:03.672 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102222026-08-25T21:11:04.291Z[ host-image] Aug 25 21:11:03.672 INFO O| Aug 25 21:11:03.672 INFO copying /tmp/.tmpjbOF9F/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 ...
102232026-08-25T21:11:04.291Z[ host-image] Aug 25 21:11:03.672 INFO O| Aug 25 21:11:03.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102242026-08-25T21:11:04.291Z[ host-image] Aug 25 21:11:03.672 INFO O| Aug 25 21:11:03.672 INFO ok!
102252026-08-25T21:11:04.291Z[ host-image] Aug 25 21:11:03.672 INFO O| Aug 25 21:11:03.672 INFO STEP 76 (ensure_file) COMPLETE
102262026-08-25T21:11:04.291Z[ host-image] Aug 25 21:11:03.672 INFO O| Aug 25 21:11:03.672 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102272026-08-25T21:11:04.297Z[ host-image] Aug 25 21:11:03.681 INFO O| Aug 25 21:11:03.681 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102282026-08-25T21:11:04.297Z[ host-image] Aug 25 21:11:03.681 INFO O| Aug 25 21:11:03.681 INFO copying /tmp/.tmpjbOF9F/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 ...
102292026-08-25T21:11:04.300Z[ host-image] Aug 25 21:11:03.681 INFO O| Aug 25 21:11:03.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102302026-08-25T21:11:04.300Z[ host-image] Aug 25 21:11:03.681 INFO O| Aug 25 21:11:03.681 INFO ok!
102312026-08-25T21:11:04.300Z[ host-image] Aug 25 21:11:03.681 INFO O| Aug 25 21:11:03.681 INFO STEP 77 (ensure_file) COMPLETE
102322026-08-25T21:11:04.300Z[ host-image] Aug 25 21:11:03.681 INFO O| Aug 25 21:11:03.681 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102332026-08-25T21:11:04.308Z[ host-image] Aug 25 21:11:03.690 INFO O| Aug 25 21:11:03.690 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102342026-08-25T21:11:04.311Z[ host-image] Aug 25 21:11:03.690 INFO O| Aug 25 21:11:03.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102352026-08-25T21:11:04.311Z[ host-image] Aug 25 21:11:03.690 INFO O| Aug 25 21:11:03.690 INFO STEP 78 (ensure_dir) COMPLETE
102362026-08-25T21:11:04.311Z[ host-image] Aug 25 21:11:03.690 INFO O| Aug 25 21:11:03.690 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-08-25T21:11:04.315Z[ host-image] Aug 25 21:11:03.699 INFO O| Aug 25 21:11:03.699 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102382026-08-25T21:11:04.315Z[ host-image] Aug 25 21:11:03.699 INFO O| Aug 25 21:11:03.699 INFO copying /tmp/.tmpjbOF9F/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 ...
102392026-08-25T21:11:04.318Z[ host-image] Aug 25 21:11:03.699 INFO O| Aug 25 21:11:03.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102402026-08-25T21:11:04.318Z[ host-image] Aug 25 21:11:03.699 INFO O| Aug 25 21:11:03.699 INFO ok!
102412026-08-25T21:11:04.318Z[ host-image] Aug 25 21:11:03.699 INFO O| Aug 25 21:11:03.699 INFO STEP 79 (ensure_file) COMPLETE
102422026-08-25T21:11:04.318Z[ host-image] Aug 25 21:11:03.699 INFO O| Aug 25 21:11:03.699 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-08-25T21:11:04.324Z[ host-image] Aug 25 21:11:03.708 INFO O| Aug 25 21:11:03.708 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102442026-08-25T21:11:04.327Z[ host-image] Aug 25 21:11:03.708 INFO O| Aug 25 21:11:03.708 INFO copying /tmp/.tmpjbOF9F/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102452026-08-25T21:11:04.327Z[ host-image] Aug 25 21:11:03.708 INFO O| Aug 25 21:11:03.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102462026-08-25T21:11:04.327Z[ host-image] Aug 25 21:11:03.708 INFO O| Aug 25 21:11:03.708 INFO ok!
102472026-08-25T21:11:04.327Z[ host-image] Aug 25 21:11:03.708 INFO O| Aug 25 21:11:03.708 INFO STEP 80 (ensure_file) COMPLETE
102482026-08-25T21:11:04.327Z[ host-image] Aug 25 21:11:03.708 INFO O| Aug 25 21:11:03.708 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102492026-08-25T21:11:04.332Z[ host-image] Aug 25 21:11:03.716 INFO O| Aug 25 21:11:03.716 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102502026-08-25T21:11:04.335Z[ host-image] Aug 25 21:11:03.716 INFO O| Aug 25 21:11:03.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102512026-08-25T21:11:04.335Z[ host-image] Aug 25 21:11:03.716 INFO O| Aug 25 21:11:03.716 INFO STEP 81 (ensure_dir) COMPLETE
102522026-08-25T21:11:04.335Z[ host-image] Aug 25 21:11:03.716 INFO O| Aug 25 21:11:03.716 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102532026-08-25T21:11:04.340Z[ host-image] Aug 25 21:11:03.724 INFO O| Aug 25 21:11:03.724 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102542026-08-25T21:11:04.340Z[ host-image] Aug 25 21:11:03.724 INFO O| Aug 25 21:11:03.724 INFO copying /tmp/.tmpjbOF9F/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102552026-08-25T21:11:04.943Z[ host-image] Aug 25 21:11:04.327 INFO O| Aug 25 21:11:04.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102562026-08-25T21:11:04.945Z[ host-image] Aug 25 21:11:04.327 INFO O| Aug 25 21:11:04.327 INFO ok!
102572026-08-25T21:11:04.945Z[ host-image] Aug 25 21:11:04.327 INFO O| Aug 25 21:11:04.327 INFO STEP 82 (ensure_file) COMPLETE
102582026-08-25T21:11:04.950Z[ host-image] Aug 25 21:11:04.327 INFO O| Aug 25 21:11:04.327 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102592026-08-25T21:11:04.955Z[ host-image] Aug 25 21:11:04.335 INFO O| Aug 25 21:11:04.335 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102602026-08-25T21:11:04.955Z[ host-image] Aug 25 21:11:04.335 INFO O| Aug 25 21:11:04.335 INFO copying /tmp/.tmpjbOF9F/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102612026-08-25T21:11:05.232Z[ host-image] Aug 25 21:11:04.615 INFO O| Aug 25 21:11:04.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102622026-08-25T21:11:05.232Z[ host-image] Aug 25 21:11:04.615 INFO O| Aug 25 21:11:04.615 INFO ok!
102632026-08-25T21:11:05.235Z[ host-image] Aug 25 21:11:04.615 INFO O| Aug 25 21:11:04.615 INFO STEP 83 (ensure_file) COMPLETE
102642026-08-25T21:11:05.235Z[ host-image] Aug 25 21:11:04.615 INFO O| Aug 25 21:11:04.615 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102652026-08-25T21:11:05.242Z[ host-image] Aug 25 21:11:04.625 INFO O| Aug 25 21:11:04.625 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102662026-08-25T21:11:05.242Z[ host-image] Aug 25 21:11:04.625 INFO O| Aug 25 21:11:04.625 INFO copying /tmp/.tmpjbOF9F/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102672026-08-25T21:11:05.811Z[ recovery-image] Aug 25 21:11:05.192 INFO creating reset image...
102682026-08-25T21:11:05.811Z[ recovery-image] Aug 25 21:11:05.192 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")
102692026-08-25T21:11:06.124Z[ recovery-image] Aug 25 21:11:05.505 INFO E| Updating crates.io index
102702026-08-25T21:11:06.276Z[ recovery-image] Aug 25 21:11:05.659 INFO E| Downloading crates ...
102712026-08-25T21:11:06.324Z[ recovery-image] Aug 25 21:11:05.708 INFO E| Downloaded clap_lex v1.1.0
102722026-08-25T21:11:06.327Z[ recovery-image] Aug 25 21:11:05.710 INFO E| Downloaded sigchld v0.2.4
102732026-08-25T21:11:06.341Z[ recovery-image] Aug 25 21:11:05.724 INFO E| Downloaded os_pipe v1.2.3
102742026-08-25T21:11:06.356Z[ recovery-image] Aug 25 21:11:05.739 INFO E| Downloaded duct v1.1.1
102752026-08-25T21:11:06.360Z[ recovery-image] Aug 25 21:11:05.741 INFO E| Downloaded shared_child v1.1.1
102762026-08-25T21:11:06.364Z[ recovery-image] Aug 25 21:11:05.741 INFO E| Downloaded shared_thread v0.2.0
102772026-08-25T21:11:06.364Z[ recovery-image] Aug 25 21:11:05.742 INFO E| Downloaded colorchoice v1.0.5
102782026-08-25T21:11:06.502Z[ recovery-image] Aug 25 21:11:05.885 INFO E| Compiling libc v0.2.186
102792026-08-25T21:11:06.502Z[ recovery-image] Aug 25 21:11:05.885 INFO E| Compiling proc-macro2 v1.0.106
102802026-08-25T21:11:06.502Z[ recovery-image] Aug 25 21:11:05.885 INFO E| Compiling unicode-ident v1.0.24
102812026-08-25T21:11:06.502Z[ recovery-image] Aug 25 21:11:05.885 INFO E| Compiling quote v1.0.45
102822026-08-25T21:11:06.502Z[ recovery-image] Aug 25 21:11:05.885 INFO E| Compiling signal-hook v0.3.18
102832026-08-25T21:11:06.502Z[ recovery-image] Aug 25 21:11:05.885 INFO E| Compiling utf8parse v0.2.2
102842026-08-25T21:11:06.502Z[ recovery-image] Aug 25 21:11:05.885 INFO E| Compiling anstyle v1.0.14
102852026-08-25T21:11:06.502Z[ recovery-image] Aug 25 21:11:05.885 INFO E| Compiling is_terminal_polyfill v1.70.2
102862026-08-25T21:11:06.502Z[ recovery-image] Aug 25 21:11:05.885 INFO E| Compiling anstyle-query v1.1.5
102872026-08-25T21:11:06.502Z[ recovery-image] Aug 25 21:11:05.885 INFO E| Compiling colorchoice v1.0.5
102882026-08-25T21:11:06.506Z[ recovery-image] Aug 25 21:11:05.885 INFO E| Compiling clap_lex v1.1.0
102892026-08-25T21:11:06.506Z[ recovery-image] Aug 25 21:11:05.885 INFO E| Compiling strsim v0.11.1
102902026-08-25T21:11:06.506Z[ recovery-image] Aug 25 21:11:05.885 INFO E| Compiling heck v0.5.0
102912026-08-25T21:11:06.506Z[ recovery-image] Aug 25 21:11:05.885 INFO E| Compiling shared_thread v0.2.0
102922026-08-25T21:11:06.638Z[ host-image] Aug 25 21:11:06.021 INFO O| Aug 25 21:11:06.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102932026-08-25T21:11:06.638Z[ host-image] Aug 25 21:11:06.021 INFO O| Aug 25 21:11:06.021 INFO ok!
102942026-08-25T21:11:06.638Z[ host-image] Aug 25 21:11:06.021 INFO O| Aug 25 21:11:06.021 INFO STEP 84 (ensure_file) COMPLETE
102952026-08-25T21:11:06.641Z[ host-image] Aug 25 21:11:06.021 INFO O| Aug 25 21:11:06.021 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102962026-08-25T21:11:06.647Z[ host-image] Aug 25 21:11:06.031 INFO O| Aug 25 21:11:06.031 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102972026-08-25T21:11:06.647Z[ host-image] Aug 25 21:11:06.031 INFO O| Aug 25 21:11:06.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102982026-08-25T21:11:06.647Z[ host-image] Aug 25 21:11:06.031 INFO O| Aug 25 21:11:06.031 INFO STEP 85 (ensure_dir) COMPLETE
102992026-08-25T21:11:06.650Z[ host-image] Aug 25 21:11:06.031 INFO O| Aug 25 21:11:06.031 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103002026-08-25T21:11:06.659Z[ host-image] Aug 25 21:11:06.042 INFO O| Aug 25 21:11:06.042 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
103012026-08-25T21:11:06.659Z[ host-image] Aug 25 21:11:06.042 INFO O| Aug 25 21:11:06.042 INFO copying /tmp/.tmpjbOF9F/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 ...
103022026-08-25T21:11:06.662Z[ host-image] Aug 25 21:11:06.042 INFO O| Aug 25 21:11:06.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
103032026-08-25T21:11:06.662Z[ host-image] Aug 25 21:11:06.042 INFO O| Aug 25 21:11:06.042 INFO ok!
103042026-08-25T21:11:06.662Z[ host-image] Aug 25 21:11:06.043 INFO O| Aug 25 21:11:06.042 INFO STEP 86 (ensure_file) COMPLETE
103052026-08-25T21:11:06.662Z[ host-image] Aug 25 21:11:06.043 INFO O| Aug 25 21:11:06.042 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103062026-08-25T21:11:06.671Z[ host-image] Aug 25 21:11:06.054 INFO O| Aug 25 21:11:06.054 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
103072026-08-25T21:11:06.671Z[ host-image] Aug 25 21:11:06.054 INFO O| Aug 25 21:11:06.054 INFO copying /tmp/.tmpjbOF9F/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 ...
103082026-08-25T21:11:06.671Z[ host-image] Aug 25 21:11:06.054 INFO O| Aug 25 21:11:06.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103092026-08-25T21:11:06.674Z[ host-image] Aug 25 21:11:06.054 INFO O| Aug 25 21:11:06.054 INFO ok!
103102026-08-25T21:11:06.674Z[ host-image] Aug 25 21:11:06.054 INFO O| Aug 25 21:11:06.054 INFO STEP 87 (ensure_file) COMPLETE
103112026-08-25T21:11:06.674Z[ host-image] Aug 25 21:11:06.054 INFO O| Aug 25 21:11:06.054 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103122026-08-25T21:11:06.683Z[ host-image] Aug 25 21:11:06.066 INFO O| Aug 25 21:11:06.066 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103132026-08-25T21:11:06.683Z[ host-image] Aug 25 21:11:06.066 INFO O| Aug 25 21:11:06.066 INFO copying /tmp/.tmpjbOF9F/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103142026-08-25T21:11:06.686Z[ host-image] Aug 25 21:11:06.066 INFO O| Aug 25 21:11:06.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103152026-08-25T21:11:06.686Z[ host-image] Aug 25 21:11:06.066 INFO O| Aug 25 21:11:06.066 INFO ok!
103162026-08-25T21:11:06.686Z[ host-image] Aug 25 21:11:06.066 INFO O| Aug 25 21:11:06.066 INFO STEP 88 (ensure_file) COMPLETE
103172026-08-25T21:11:06.686Z[ host-image] Aug 25 21:11:06.066 INFO O| Aug 25 21:11:06.066 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103182026-08-25T21:11:06.695Z[ host-image] Aug 25 21:11:06.078 INFO O| Aug 25 21:11:06.078 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103192026-08-25T21:11:06.695Z[ host-image] Aug 25 21:11:06.078 INFO O| Aug 25 21:11:06.078 INFO copying /tmp/.tmpjbOF9F/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103202026-08-25T21:11:06.695Z[ host-image] Aug 25 21:11:06.078 INFO O| Aug 25 21:11:06.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103212026-08-25T21:11:06.698Z[ host-image] Aug 25 21:11:06.078 INFO O| Aug 25 21:11:06.078 INFO ok!
103222026-08-25T21:11:06.698Z[ host-image] Aug 25 21:11:06.078 INFO O| Aug 25 21:11:06.078 INFO STEP 89 (ensure_file) COMPLETE
103232026-08-25T21:11:06.698Z[ host-image] Aug 25 21:11:06.078 INFO O| Aug 25 21:11:06.078 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103242026-08-25T21:11:06.706Z[ host-image] Aug 25 21:11:06.090 INFO O| Aug 25 21:11:06.090 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103252026-08-25T21:11:06.706Z[ host-image] Aug 25 21:11:06.090 INFO O| Aug 25 21:11:06.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103262026-08-25T21:11:06.706Z[ host-image] Aug 25 21:11:06.090 INFO O| Aug 25 21:11:06.090 INFO STEP 90 (ensure_dir) COMPLETE
103272026-08-25T21:11:06.706Z[ host-image] Aug 25 21:11:06.090 INFO O| Aug 25 21:11:06.090 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103282026-08-25T21:11:06.717Z[ recovery-image] Aug 25 21:11:06.100 INFO E| Compiling anstyle-parse v1.0.0
103292026-08-25T21:11:06.719Z[ host-image] Aug 25 21:11:06.102 INFO O| Aug 25 21:11:06.102 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103302026-08-25T21:11:06.720Z[ host-image] Aug 25 21:11:06.102 INFO O| Aug 25 21:11:06.102 INFO copying /tmp/.tmpjbOF9F/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103312026-08-25T21:11:06.943Z[ recovery-image] Aug 25 21:11:06.327 INFO E| Compiling anstream v1.0.0
103322026-08-25T21:11:06.967Z[ host-image] Aug 25 21:11:06.351 INFO O| Aug 25 21:11:06.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103332026-08-25T21:11:06.967Z[ host-image] Aug 25 21:11:06.351 INFO O| Aug 25 21:11:06.351 INFO ok!
103342026-08-25T21:11:06.971Z[ host-image] Aug 25 21:11:06.351 INFO O| Aug 25 21:11:06.351 INFO STEP 91 (ensure_file) COMPLETE
103352026-08-25T21:11:06.971Z[ host-image] Aug 25 21:11:06.351 INFO O| Aug 25 21:11:06.351 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103362026-08-25T21:11:06.978Z[ host-image] Aug 25 21:11:06.361 INFO O| Aug 25 21:11:06.361 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103372026-08-25T21:11:06.978Z[ host-image] Aug 25 21:11:06.361 INFO O| Aug 25 21:11:06.361 INFO copying /tmp/.tmpjbOF9F/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103382026-08-25T21:11:06.978Z[ host-image] Aug 25 21:11:06.361 INFO O| Aug 25 21:11:06.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103392026-08-25T21:11:06.981Z[ host-image] Aug 25 21:11:06.361 INFO O| Aug 25 21:11:06.361 INFO ok!
103402026-08-25T21:11:06.981Z[ host-image] Aug 25 21:11:06.361 INFO O| Aug 25 21:11:06.361 INFO STEP 92 (ensure_file) COMPLETE
103412026-08-25T21:11:06.981Z[ host-image] Aug 25 21:11:06.361 INFO O| Aug 25 21:11:06.361 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103422026-08-25T21:11:06.989Z[ host-image] Aug 25 21:11:06.372 INFO O| Aug 25 21:11:06.372 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103432026-08-25T21:11:06.989Z[ host-image] Aug 25 21:11:06.372 INFO O| Aug 25 21:11:06.372 INFO copying /tmp/.tmpjbOF9F/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103442026-08-25T21:11:07.191Z[ recovery-image] Aug 25 21:11:06.574 INFO E| Compiling clap_builder v4.6.0
103452026-08-25T21:11:07.506Z[ host-image] Aug 25 21:11:06.890 INFO O| Aug 25 21:11:06.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103462026-08-25T21:11:07.506Z[ host-image] Aug 25 21:11:06.890 INFO O| Aug 25 21:11:06.890 INFO ok!
103472026-08-25T21:11:07.509Z[ host-image] Aug 25 21:11:06.890 INFO O| Aug 25 21:11:06.890 INFO STEP 93 (ensure_file) COMPLETE
103482026-08-25T21:11:07.509Z[ host-image] Aug 25 21:11:06.890 INFO O| Aug 25 21:11:06.890 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103492026-08-25T21:11:07.516Z[ host-image] Aug 25 21:11:06.900 INFO O| Aug 25 21:11:06.900 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103502026-08-25T21:11:07.516Z[ host-image] Aug 25 21:11:06.900 INFO O| Aug 25 21:11:06.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103512026-08-25T21:11:07.516Z[ host-image] Aug 25 21:11:06.900 INFO O| Aug 25 21:11:06.900 INFO STEP 94 (ensure_dir) COMPLETE
103522026-08-25T21:11:07.519Z[ host-image] Aug 25 21:11:06.900 INFO O| Aug 25 21:11:06.900 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103532026-08-25T21:11:07.526Z[ host-image] Aug 25 21:11:06.910 INFO O| Aug 25 21:11:06.910 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103542026-08-25T21:11:07.526Z[ host-image] Aug 25 21:11:06.910 INFO O| Aug 25 21:11:06.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103552026-08-25T21:11:07.529Z[ host-image] Aug 25 21:11:06.910 INFO O| Aug 25 21:11:06.910 INFO STEP 95 (ensure_dir) COMPLETE
103562026-08-25T21:11:07.529Z[ host-image] Aug 25 21:11:06.910 INFO O| Aug 25 21:11:06.910 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103572026-08-25T21:11:07.533Z[ host-image] Aug 25 21:11:06.917 INFO O| Aug 25 21:11:06.917 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103582026-08-25T21:11:07.533Z[ host-image] Aug 25 21:11:06.917 INFO O| Aug 25 21:11:06.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103592026-08-25T21:11:07.533Z[ host-image] Aug 25 21:11:06.917 INFO O| Aug 25 21:11:06.917 INFO STEP 96 (ensure_dir) COMPLETE
103602026-08-25T21:11:07.536Z[ host-image] Aug 25 21:11:06.917 INFO O| Aug 25 21:11:06.917 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103612026-08-25T21:11:07.541Z[ host-image] Aug 25 21:11:06.924 INFO O| Aug 25 21:11:06.924 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103622026-08-25T21:11:07.543Z[ host-image] Aug 25 21:11:06.924 INFO O| Aug 25 21:11:06.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103632026-08-25T21:11:07.543Z[ host-image] Aug 25 21:11:06.924 INFO O| Aug 25 21:11:06.924 INFO STEP 97 (ensure_dir) COMPLETE
103642026-08-25T21:11:07.543Z[ host-image] Aug 25 21:11:06.924 INFO O| Aug 25 21:11:06.924 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103652026-08-25T21:11:07.548Z[ recovery-image] Aug 25 21:11:06.932 INFO E| Compiling errno v0.3.14
103662026-08-25T21:11:07.551Z[ recovery-image] Aug 25 21:11:06.932 INFO E| Compiling os_pipe v1.2.3
103672026-08-25T21:11:07.551Z[ host-image] Aug 25 21:11:06.932 INFO O| Aug 25 21:11:06.932 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103682026-08-25T21:11:07.551Z[ host-image] Aug 25 21:11:06.932 INFO O| Aug 25 21:11:06.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103692026-08-25T21:11:07.551Z[ host-image] Aug 25 21:11:06.932 INFO O| Aug 25 21:11:06.932 INFO STEP 98 (ensure_dir) COMPLETE
103702026-08-25T21:11:07.551Z[ host-image] Aug 25 21:11:06.932 INFO O| Aug 25 21:11:06.932 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103712026-08-25T21:11:07.559Z[ host-image] Aug 25 21:11:06.942 INFO O| Aug 25 21:11:06.942 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103722026-08-25T21:11:07.559Z[ host-image] Aug 25 21:11:06.942 INFO O| Aug 25 21:11:06.942 INFO copying /tmp/.tmpjbOF9F/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 ...
103732026-08-25T21:11:07.559Z[ host-image] Aug 25 21:11:06.942 INFO O| Aug 25 21:11:06.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103742026-08-25T21:11:07.559Z[ host-image] Aug 25 21:11:06.942 INFO O| Aug 25 21:11:06.942 INFO ok!
103752026-08-25T21:11:07.562Z[ host-image] Aug 25 21:11:06.942 INFO O| Aug 25 21:11:06.942 INFO STEP 99 (ensure_file) COMPLETE
103762026-08-25T21:11:07.562Z[ host-image] Aug 25 21:11:06.942 INFO O| Aug 25 21:11:06.942 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103772026-08-25T21:11:07.569Z[ host-image] Aug 25 21:11:06.952 INFO O| Aug 25 21:11:06.952 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103782026-08-25T21:11:07.569Z[ host-image] Aug 25 21:11:06.953 INFO O| Aug 25 21:11:06.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103792026-08-25T21:11:07.572Z[ host-image] Aug 25 21:11:06.953 INFO O| Aug 25 21:11:06.953 INFO STEP 100 (ensure_dir) COMPLETE
103802026-08-25T21:11:07.572Z[ host-image] Aug 25 21:11:06.953 INFO O| Aug 25 21:11:06.953 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103812026-08-25T21:11:07.578Z[ host-image] Aug 25 21:11:06.962 INFO O| Aug 25 21:11:06.962 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103822026-08-25T21:11:07.578Z[ host-image] Aug 25 21:11:06.962 INFO O| Aug 25 21:11:06.962 INFO copying /tmp/.tmpjbOF9F/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103832026-08-25T21:11:07.672Z[ recovery-image] Aug 25 21:11:07.049 INFO E| Compiling signal-hook-registry v1.4.8
103842026-08-25T21:11:07.994Z[ recovery-image] Aug 25 21:11:07.378 INFO E| Compiling syn v2.0.117
103852026-08-25T21:11:08.002Z[ host-image] Aug 25 21:11:07.385 INFO O| Aug 25 21:11:07.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103862026-08-25T21:11:08.002Z[ host-image] Aug 25 21:11:07.385 INFO O| Aug 25 21:11:07.385 INFO ok!
103872026-08-25T21:11:08.002Z[ host-image] Aug 25 21:11:07.385 INFO O| Aug 25 21:11:07.385 INFO STEP 101 (ensure_file) COMPLETE
103882026-08-25T21:11:08.005Z[ host-image] Aug 25 21:11:07.385 INFO O| Aug 25 21:11:07.385 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103892026-08-25T21:11:08.009Z[ recovery-image] Aug 25 21:11:07.393 INFO E| Compiling sigchld v0.2.4
103902026-08-25T21:11:08.012Z[ host-image] Aug 25 21:11:07.395 INFO O| Aug 25 21:11:07.395 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103912026-08-25T21:11:08.012Z[ host-image] Aug 25 21:11:07.395 INFO O| Aug 25 21:11:07.395 INFO copying /tmp/.tmpjbOF9F/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103922026-08-25T21:11:08.012Z[ host-image] Aug 25 21:11:07.395 INFO O| Aug 25 21:11:07.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103932026-08-25T21:11:08.012Z[ host-image] Aug 25 21:11:07.395 INFO O| Aug 25 21:11:07.395 INFO ok!
103942026-08-25T21:11:08.012Z[ host-image] Aug 25 21:11:07.395 INFO O| Aug 25 21:11:07.395 INFO STEP 102 (ensure_file) COMPLETE
103952026-08-25T21:11:08.012Z[ host-image] Aug 25 21:11:07.395 INFO O| Aug 25 21:11:07.395 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103962026-08-25T21:11:08.022Z[ host-image] Aug 25 21:11:07.406 INFO O| Aug 25 21:11:07.406 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103972026-08-25T21:11:08.022Z[ host-image] Aug 25 21:11:07.406 INFO O| Aug 25 21:11:07.406 INFO copying /tmp/.tmpjbOF9F/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103982026-08-25T21:11:08.035Z[ host-image] Aug 25 21:11:07.418 INFO O| Aug 25 21:11:07.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103992026-08-25T21:11:08.035Z[ host-image] Aug 25 21:11:07.418 INFO O| Aug 25 21:11:07.418 INFO ok!
104002026-08-25T21:11:08.038Z[ host-image] Aug 25 21:11:07.418 INFO O| Aug 25 21:11:07.418 INFO STEP 103 (ensure_file) COMPLETE
104012026-08-25T21:11:08.038Z[ host-image] Aug 25 21:11:07.418 INFO O| Aug 25 21:11:07.418 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104022026-08-25T21:11:08.045Z[ host-image] Aug 25 21:11:07.428 INFO O| Aug 25 21:11:07.428 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
104032026-08-25T21:11:08.045Z[ host-image] Aug 25 21:11:07.428 INFO O| Aug 25 21:11:07.428 INFO copying /tmp/.tmpjbOF9F/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
104042026-08-25T21:11:08.047Z[ host-image] Aug 25 21:11:07.428 INFO O| Aug 25 21:11:07.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
104052026-08-25T21:11:08.047Z[ host-image] Aug 25 21:11:07.428 INFO O| Aug 25 21:11:07.428 INFO ok!
104062026-08-25T21:11:08.047Z[ host-image] Aug 25 21:11:07.428 INFO O| Aug 25 21:11:07.428 INFO STEP 104 (ensure_file) COMPLETE
104072026-08-25T21:11:08.047Z[ host-image] Aug 25 21:11:07.428 INFO O| Aug 25 21:11:07.428 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104082026-08-25T21:11:08.055Z[ host-image] Aug 25 21:11:07.439 INFO O| Aug 25 21:11:07.439 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104092026-08-25T21:11:08.055Z[ host-image] Aug 25 21:11:07.439 INFO O| Aug 25 21:11:07.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104102026-08-25T21:11:08.055Z[ host-image] Aug 25 21:11:07.439 INFO O| Aug 25 21:11:07.439 INFO STEP 105 (ensure_dir) COMPLETE
104112026-08-25T21:11:08.058Z[ host-image] Aug 25 21:11:07.439 INFO O| Aug 25 21:11:07.439 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104122026-08-25T21:11:08.065Z[ host-image] Aug 25 21:11:07.448 INFO O| Aug 25 21:11:07.448 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
104132026-08-25T21:11:08.065Z[ host-image] Aug 25 21:11:07.448 INFO O| Aug 25 21:11:07.448 INFO copying /tmp/.tmpjbOF9F/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 ...
104142026-08-25T21:11:08.116Z[ recovery-image] Aug 25 21:11:07.497 INFO E| Compiling shared_child v1.1.1
104152026-08-25T21:11:08.321Z[ recovery-image] Aug 25 21:11:07.704 INFO E| Compiling duct v1.1.1
104162026-08-25T21:11:08.408Z[ host-image] Aug 25 21:11:07.791 INFO O| Aug 25 21:11:07.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104172026-08-25T21:11:08.408Z[ host-image] Aug 25 21:11:07.791 INFO O| Aug 25 21:11:07.791 INFO ok!
104182026-08-25T21:11:08.411Z[ host-image] Aug 25 21:11:07.791 INFO O| Aug 25 21:11:07.791 INFO STEP 106 (ensure_file) COMPLETE
104192026-08-25T21:11:08.411Z[ host-image] Aug 25 21:11:07.791 INFO O| Aug 25 21:11:07.791 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104202026-08-25T21:11:08.418Z[ host-image] Aug 25 21:11:07.802 INFO O| Aug 25 21:11:07.802 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104212026-08-25T21:11:08.419Z[ host-image] Aug 25 21:11:07.802 INFO O| Aug 25 21:11:07.802 INFO copying /tmp/.tmpjbOF9F/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 ...
104222026-08-25T21:11:08.419Z[ host-image] Aug 25 21:11:07.802 INFO O| Aug 25 21:11:07.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104232026-08-25T21:11:08.422Z[ host-image] Aug 25 21:11:07.802 INFO O| Aug 25 21:11:07.802 INFO ok!
104242026-08-25T21:11:08.422Z[ host-image] Aug 25 21:11:07.802 INFO O| Aug 25 21:11:07.802 INFO STEP 107 (ensure_file) COMPLETE
104252026-08-25T21:11:08.422Z[ host-image] Aug 25 21:11:07.802 INFO O| Aug 25 21:11:07.802 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104262026-08-25T21:11:08.428Z[ host-image] Aug 25 21:11:07.812 INFO O| Aug 25 21:11:07.812 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104272026-08-25T21:11:08.429Z[ host-image] Aug 25 21:11:07.812 INFO O| Aug 25 21:11:07.812 INFO copying /tmp/.tmpjbOF9F/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 ...
104282026-08-25T21:11:08.432Z[ host-image] Aug 25 21:11:07.812 INFO O| Aug 25 21:11:07.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104292026-08-25T21:11:08.432Z[ host-image] Aug 25 21:11:07.812 INFO O| Aug 25 21:11:07.812 INFO ok!
104302026-08-25T21:11:08.432Z[ host-image] Aug 25 21:11:07.812 INFO O| Aug 25 21:11:07.812 INFO STEP 108 (ensure_file) COMPLETE
104312026-08-25T21:11:08.432Z[ host-image] Aug 25 21:11:07.812 INFO O| Aug 25 21:11:07.812 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104322026-08-25T21:11:08.438Z[ host-image] Aug 25 21:11:07.822 INFO O| Aug 25 21:11:07.822 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104332026-08-25T21:11:08.438Z[ host-image] Aug 25 21:11:07.822 INFO O| Aug 25 21:11:07.822 INFO copying /tmp/.tmpjbOF9F/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 ...
104342026-08-25T21:11:08.441Z[ host-image] Aug 25 21:11:07.822 INFO O| Aug 25 21:11:07.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104352026-08-25T21:11:08.441Z[ host-image] Aug 25 21:11:07.822 INFO O| Aug 25 21:11:07.822 INFO ok!
104362026-08-25T21:11:08.441Z[ host-image] Aug 25 21:11:07.822 INFO O| Aug 25 21:11:07.822 INFO STEP 109 (ensure_file) COMPLETE
104372026-08-25T21:11:08.441Z[ host-image] Aug 25 21:11:07.822 INFO O| Aug 25 21:11:07.822 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104382026-08-25T21:11:08.448Z[ host-image] Aug 25 21:11:07.832 INFO O| Aug 25 21:11:07.832 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104392026-08-25T21:11:08.451Z[ host-image] Aug 25 21:11:07.832 INFO O| Aug 25 21:11:07.832 INFO copying /tmp/.tmpjbOF9F/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 ...
104402026-08-25T21:11:08.451Z[ host-image] Aug 25 21:11:07.832 INFO O| Aug 25 21:11:07.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104412026-08-25T21:11:08.451Z[ host-image] Aug 25 21:11:07.832 INFO O| Aug 25 21:11:07.832 INFO ok!
104422026-08-25T21:11:08.451Z[ host-image] Aug 25 21:11:07.832 INFO O| Aug 25 21:11:07.832 INFO STEP 110 (ensure_file) COMPLETE
104432026-08-25T21:11:08.452Z[ host-image] Aug 25 21:11:07.832 INFO O| Aug 25 21:11:07.832 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104442026-08-25T21:11:08.457Z[ host-image] Aug 25 21:11:07.840 INFO O| Aug 25 21:11:07.840 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104452026-08-25T21:11:08.457Z[ host-image] Aug 25 21:11:07.840 INFO O| Aug 25 21:11:07.840 INFO copying /tmp/.tmpjbOF9F/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 ...
104462026-08-25T21:11:08.459Z[ host-image] Aug 25 21:11:07.840 INFO O| Aug 25 21:11:07.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104472026-08-25T21:11:08.460Z[ host-image] Aug 25 21:11:07.840 INFO O| Aug 25 21:11:07.840 INFO ok!
104482026-08-25T21:11:08.460Z[ host-image] Aug 25 21:11:07.840 INFO O| Aug 25 21:11:07.840 INFO STEP 111 (ensure_file) COMPLETE
104492026-08-25T21:11:08.460Z[ host-image] Aug 25 21:11:07.840 INFO O| Aug 25 21:11:07.840 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104502026-08-25T21:11:08.467Z[ host-image] Aug 25 21:11:07.851 INFO O| Aug 25 21:11:07.851 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104512026-08-25T21:11:08.467Z[ host-image] Aug 25 21:11:07.851 INFO O| Aug 25 21:11:07.851 INFO copying /tmp/.tmpjbOF9F/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 ...
104522026-08-25T21:11:08.470Z[ host-image] Aug 25 21:11:07.851 INFO O| Aug 25 21:11:07.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104532026-08-25T21:11:08.470Z[ host-image] Aug 25 21:11:07.851 INFO O| Aug 25 21:11:07.851 INFO ok!
104542026-08-25T21:11:08.470Z[ host-image] Aug 25 21:11:07.851 INFO O| Aug 25 21:11:07.851 INFO STEP 112 (ensure_file) COMPLETE
104552026-08-25T21:11:08.470Z[ host-image] Aug 25 21:11:07.851 INFO O| Aug 25 21:11:07.851 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104562026-08-25T21:11:08.479Z[ host-image] Aug 25 21:11:07.863 INFO O| Aug 25 21:11:07.862 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104572026-08-25T21:11:08.479Z[ host-image] Aug 25 21:11:07.863 INFO O| Aug 25 21:11:07.862 INFO copying /tmp/.tmpjbOF9F/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104582026-08-25T21:11:08.479Z[ host-image] Aug 25 21:11:07.863 INFO O| Aug 25 21:11:07.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104592026-08-25T21:11:08.482Z[ host-image] Aug 25 21:11:07.863 INFO O| Aug 25 21:11:07.863 INFO ok!
104602026-08-25T21:11:08.482Z[ host-image] Aug 25 21:11:07.863 INFO O| Aug 25 21:11:07.863 INFO STEP 113 (ensure_file) COMPLETE
104612026-08-25T21:11:08.482Z[ host-image] Aug 25 21:11:07.863 INFO O| Aug 25 21:11:07.863 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104622026-08-25T21:11:08.489Z[ host-image] Aug 25 21:11:07.873 INFO O| Aug 25 21:11:07.873 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104632026-08-25T21:11:08.489Z[ host-image] Aug 25 21:11:07.873 INFO O| Aug 25 21:11:07.873 INFO copying /tmp/.tmpjbOF9F/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 ...
104642026-08-25T21:11:08.489Z[ host-image] Aug 25 21:11:07.873 INFO O| Aug 25 21:11:07.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104652026-08-25T21:11:08.492Z[ host-image] Aug 25 21:11:07.873 INFO O| Aug 25 21:11:07.873 INFO ok!
104662026-08-25T21:11:08.492Z[ host-image] Aug 25 21:11:07.873 INFO O| Aug 25 21:11:07.873 INFO STEP 114 (ensure_file) COMPLETE
104672026-08-25T21:11:08.492Z[ host-image] Aug 25 21:11:07.873 INFO O| Aug 25 21:11:07.873 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104682026-08-25T21:11:08.498Z[ host-image] Aug 25 21:11:07.881 INFO O| Aug 25 21:11:07.881 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104692026-08-25T21:11:08.498Z[ host-image] Aug 25 21:11:07.881 INFO O| Aug 25 21:11:07.881 INFO copying /tmp/.tmpjbOF9F/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 ...
104702026-08-25T21:11:08.501Z[ host-image] Aug 25 21:11:07.882 INFO O| Aug 25 21:11:07.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104712026-08-25T21:11:08.501Z[ host-image] Aug 25 21:11:07.882 INFO O| Aug 25 21:11:07.882 INFO ok!
104722026-08-25T21:11:08.501Z[ host-image] Aug 25 21:11:07.882 INFO O| Aug 25 21:11:07.882 INFO STEP 115 (ensure_file) COMPLETE
104732026-08-25T21:11:08.501Z[ host-image] Aug 25 21:11:07.882 INFO O| Aug 25 21:11:07.882 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104742026-08-25T21:11:08.507Z[ host-image] Aug 25 21:11:07.891 INFO O| Aug 25 21:11:07.891 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104752026-08-25T21:11:08.507Z[ host-image] Aug 25 21:11:07.891 INFO O| Aug 25 21:11:07.891 INFO copying /tmp/.tmpjbOF9F/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 ...
104762026-08-25T21:11:08.510Z[ host-image] Aug 25 21:11:07.891 INFO O| Aug 25 21:11:07.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104772026-08-25T21:11:08.510Z[ host-image] Aug 25 21:11:07.891 INFO O| Aug 25 21:11:07.891 INFO ok!
104782026-08-25T21:11:08.510Z[ host-image] Aug 25 21:11:07.891 INFO O| Aug 25 21:11:07.891 INFO STEP 116 (ensure_file) COMPLETE
104792026-08-25T21:11:08.510Z[ host-image] Aug 25 21:11:07.891 INFO O| Aug 25 21:11:07.891 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104802026-08-25T21:11:08.515Z[ host-image] Aug 25 21:11:07.898 INFO O| Aug 25 21:11:07.898 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104812026-08-25T21:11:08.516Z[ host-image] Aug 25 21:11:07.898 INFO O| Aug 25 21:11:07.898 INFO copying /tmp/.tmpjbOF9F/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104822026-08-25T21:11:08.519Z[ host-image] Aug 25 21:11:07.899 INFO O| Aug 25 21:11:07.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104832026-08-25T21:11:08.519Z[ host-image] Aug 25 21:11:07.899 INFO O| Aug 25 21:11:07.899 INFO ok!
104842026-08-25T21:11:08.519Z[ host-image] Aug 25 21:11:07.899 INFO O| Aug 25 21:11:07.899 INFO STEP 117 (ensure_file) COMPLETE
104852026-08-25T21:11:08.519Z[ host-image] Aug 25 21:11:07.899 INFO O| Aug 25 21:11:07.899 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104862026-08-25T21:11:08.522Z[ host-image] Aug 25 21:11:07.906 INFO O| Aug 25 21:11:07.906 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104872026-08-25T21:11:08.522Z[ host-image] Aug 25 21:11:07.906 INFO O| Aug 25 21:11:07.906 INFO copying /tmp/.tmpjbOF9F/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 ...
104882026-08-25T21:11:08.522Z[ host-image] Aug 25 21:11:07.906 INFO O| Aug 25 21:11:07.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104892026-08-25T21:11:08.525Z[ host-image] Aug 25 21:11:07.906 INFO O| Aug 25 21:11:07.906 INFO ok!
104902026-08-25T21:11:08.525Z[ host-image] Aug 25 21:11:07.906 INFO O| Aug 25 21:11:07.906 INFO STEP 118 (ensure_file) COMPLETE
104912026-08-25T21:11:08.525Z[ host-image] Aug 25 21:11:07.906 INFO O| Aug 25 21:11:07.906 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104922026-08-25T21:11:08.530Z[ host-image] Aug 25 21:11:07.914 INFO O| Aug 25 21:11:07.914 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104932026-08-25T21:11:08.530Z[ host-image] Aug 25 21:11:07.914 INFO O| Aug 25 21:11:07.914 INFO copying /tmp/.tmpjbOF9F/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 ...
104942026-08-25T21:11:08.533Z[ host-image] Aug 25 21:11:07.914 INFO O| Aug 25 21:11:07.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104952026-08-25T21:11:08.534Z[ host-image] Aug 25 21:11:07.914 INFO O| Aug 25 21:11:07.914 INFO ok!
104962026-08-25T21:11:08.534Z[ host-image] Aug 25 21:11:07.914 INFO O| Aug 25 21:11:07.914 INFO STEP 119 (ensure_file) COMPLETE
104972026-08-25T21:11:08.534Z[ host-image] Aug 25 21:11:07.914 INFO O| Aug 25 21:11:07.914 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104982026-08-25T21:11:08.539Z[ host-image] Aug 25 21:11:07.923 INFO O| Aug 25 21:11:07.923 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104992026-08-25T21:11:08.539Z[ host-image] Aug 25 21:11:07.923 INFO O| Aug 25 21:11:07.923 INFO copying /tmp/.tmpjbOF9F/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 ...
105002026-08-25T21:11:08.542Z[ host-image] Aug 25 21:11:07.923 INFO O| Aug 25 21:11:07.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
105012026-08-25T21:11:08.542Z[ host-image] Aug 25 21:11:07.923 INFO O| Aug 25 21:11:07.923 INFO ok!
105022026-08-25T21:11:08.543Z[ host-image] Aug 25 21:11:07.923 INFO O| Aug 25 21:11:07.923 INFO STEP 120 (ensure_file) COMPLETE
105032026-08-25T21:11:08.543Z[ host-image] Aug 25 21:11:07.923 INFO O| Aug 25 21:11:07.923 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105042026-08-25T21:11:08.549Z[ host-image] Aug 25 21:11:07.932 INFO O| Aug 25 21:11:07.932 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
105052026-08-25T21:11:08.549Z[ host-image] Aug 25 21:11:07.933 INFO O| Aug 25 21:11:07.932 INFO copying /tmp/.tmpjbOF9F/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 ...
105062026-08-25T21:11:08.552Z[ host-image] Aug 25 21:11:07.933 INFO O| Aug 25 21:11:07.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
105072026-08-25T21:11:08.552Z[ host-image] Aug 25 21:11:07.933 INFO O| Aug 25 21:11:07.933 INFO ok!
105082026-08-25T21:11:08.552Z[ host-image] Aug 25 21:11:07.933 INFO O| Aug 25 21:11:07.933 INFO STEP 121 (ensure_file) COMPLETE
105092026-08-25T21:11:08.552Z[ host-image] Aug 25 21:11:07.933 INFO O| Aug 25 21:11:07.933 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105102026-08-25T21:11:08.557Z[ host-image] Aug 25 21:11:07.941 INFO O| Aug 25 21:11:07.941 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
105112026-08-25T21:11:08.560Z[ host-image] Aug 25 21:11:07.941 INFO O| Aug 25 21:11:07.941 INFO copying /tmp/.tmpjbOF9F/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 ...
105122026-08-25T21:11:08.560Z[ host-image] Aug 25 21:11:07.941 INFO O| Aug 25 21:11:07.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
105132026-08-25T21:11:08.560Z[ host-image] Aug 25 21:11:07.941 INFO O| Aug 25 21:11:07.941 INFO ok!
105142026-08-25T21:11:08.560Z[ host-image] Aug 25 21:11:07.941 INFO O| Aug 25 21:11:07.941 INFO STEP 122 (ensure_file) COMPLETE
105152026-08-25T21:11:08.560Z[ host-image] Aug 25 21:11:07.941 INFO O| Aug 25 21:11:07.941 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105162026-08-25T21:11:08.564Z[ host-image] Aug 25 21:11:07.947 INFO O| Aug 25 21:11:07.947 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105172026-08-25T21:11:08.567Z[ host-image] Aug 25 21:11:07.947 INFO O| Aug 25 21:11:07.947 INFO copying /tmp/.tmpjbOF9F/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 ...
105182026-08-25T21:11:08.567Z[ host-image] Aug 25 21:11:07.947 INFO O| Aug 25 21:11:07.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105192026-08-25T21:11:08.567Z[ host-image] Aug 25 21:11:07.947 INFO O| Aug 25 21:11:07.947 INFO ok!
105202026-08-25T21:11:08.567Z[ host-image] Aug 25 21:11:07.947 INFO O| Aug 25 21:11:07.947 INFO STEP 123 (ensure_file) COMPLETE
105212026-08-25T21:11:08.567Z[ host-image] Aug 25 21:11:07.947 INFO O| Aug 25 21:11:07.947 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105222026-08-25T21:11:08.571Z[ host-image] Aug 25 21:11:07.955 INFO O| Aug 25 21:11:07.955 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105232026-08-25T21:11:08.572Z[ host-image] Aug 25 21:11:07.955 INFO O| Aug 25 21:11:07.955 INFO copying /tmp/.tmpjbOF9F/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 ...
105242026-08-25T21:11:08.573Z[ host-image] Aug 25 21:11:07.955 INFO O| Aug 25 21:11:07.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105252026-08-25T21:11:08.573Z[ host-image] Aug 25 21:11:07.955 INFO O| Aug 25 21:11:07.955 INFO ok!
105262026-08-25T21:11:08.573Z[ host-image] Aug 25 21:11:07.955 INFO O| Aug 25 21:11:07.955 INFO STEP 124 (ensure_file) COMPLETE
105272026-08-25T21:11:08.573Z[ host-image] Aug 25 21:11:07.955 INFO O| Aug 25 21:11:07.955 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105282026-08-25T21:11:08.578Z[ host-image] Aug 25 21:11:07.961 INFO O| Aug 25 21:11:07.961 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105292026-08-25T21:11:08.578Z[ host-image] Aug 25 21:11:07.961 INFO O| Aug 25 21:11:07.961 INFO copying /tmp/.tmpjbOF9F/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 ...
105302026-08-25T21:11:08.581Z[ host-image] Aug 25 21:11:07.962 INFO O| Aug 25 21:11:07.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105312026-08-25T21:11:08.581Z[ host-image] Aug 25 21:11:07.962 INFO O| Aug 25 21:11:07.962 INFO ok!
105322026-08-25T21:11:08.581Z[ host-image] Aug 25 21:11:07.962 INFO O| Aug 25 21:11:07.962 INFO STEP 125 (ensure_file) COMPLETE
105332026-08-25T21:11:08.581Z[ host-image] Aug 25 21:11:07.962 INFO O| Aug 25 21:11:07.962 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105342026-08-25T21:11:08.588Z[ host-image] Aug 25 21:11:07.971 INFO O| Aug 25 21:11:07.971 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105352026-08-25T21:11:08.590Z[ host-image] Aug 25 21:11:07.971 INFO O| Aug 25 21:11:07.971 INFO copying /tmp/.tmpjbOF9F/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 ...
105362026-08-25T21:11:08.591Z[ host-image] Aug 25 21:11:07.971 INFO O| Aug 25 21:11:07.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105372026-08-25T21:11:08.591Z[ host-image] Aug 25 21:11:07.971 INFO O| Aug 25 21:11:07.971 INFO ok!
105382026-08-25T21:11:08.592Z[ host-image] Aug 25 21:11:07.971 INFO O| Aug 25 21:11:07.971 INFO STEP 126 (ensure_file) COMPLETE
105392026-08-25T21:11:08.592Z[ host-image] Aug 25 21:11:07.971 INFO O| Aug 25 21:11:07.971 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105402026-08-25T21:11:08.597Z[ host-image] Aug 25 21:11:07.981 INFO O| Aug 25 21:11:07.981 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105412026-08-25T21:11:08.597Z[ host-image] Aug 25 21:11:07.981 INFO O| Aug 25 21:11:07.981 INFO copying /tmp/.tmpjbOF9F/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 ...
105422026-08-25T21:11:08.597Z[ host-image] Aug 25 21:11:07.981 INFO O| Aug 25 21:11:07.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105432026-08-25T21:11:08.599Z[ host-image] Aug 25 21:11:07.981 INFO O| Aug 25 21:11:07.981 INFO ok!
105442026-08-25T21:11:08.600Z[ host-image] Aug 25 21:11:07.981 INFO O| Aug 25 21:11:07.981 INFO STEP 127 (ensure_file) COMPLETE
105452026-08-25T21:11:08.600Z[ host-image] Aug 25 21:11:07.981 INFO O| Aug 25 21:11:07.981 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105462026-08-25T21:11:08.607Z[ host-image] Aug 25 21:11:07.989 INFO O| Aug 25 21:11:07.989 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105472026-08-25T21:11:08.607Z[ host-image] Aug 25 21:11:07.989 INFO O| Aug 25 21:11:07.989 INFO copying /tmp/.tmpjbOF9F/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 ...
105482026-08-25T21:11:08.610Z[ host-image] Aug 25 21:11:07.989 INFO O| Aug 25 21:11:07.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105492026-08-25T21:11:08.610Z[ host-image] Aug 25 21:11:07.989 INFO O| Aug 25 21:11:07.989 INFO ok!
105502026-08-25T21:11:08.610Z[ host-image] Aug 25 21:11:07.989 INFO O| Aug 25 21:11:07.989 INFO STEP 128 (ensure_file) COMPLETE
105512026-08-25T21:11:08.611Z[ host-image] Aug 25 21:11:07.989 INFO O| Aug 25 21:11:07.989 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105522026-08-25T21:11:08.614Z[ host-image] Aug 25 21:11:07.998 INFO O| Aug 25 21:11:07.998 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105532026-08-25T21:11:08.614Z[ host-image] Aug 25 21:11:07.998 INFO O| Aug 25 21:11:07.998 INFO copying /tmp/.tmpjbOF9F/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 ...
105542026-08-25T21:11:08.617Z[ host-image] Aug 25 21:11:07.998 INFO O| Aug 25 21:11:07.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105552026-08-25T21:11:08.617Z[ host-image] Aug 25 21:11:07.998 INFO O| Aug 25 21:11:07.998 INFO ok!
105562026-08-25T21:11:08.617Z[ host-image] Aug 25 21:11:07.998 INFO O| Aug 25 21:11:07.998 INFO STEP 129 (ensure_file) COMPLETE
105572026-08-25T21:11:08.617Z[ host-image] Aug 25 21:11:07.998 INFO O| Aug 25 21:11:07.998 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105582026-08-25T21:11:08.623Z[ host-image] Aug 25 21:11:08.007 INFO O| Aug 25 21:11:08.007 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105592026-08-25T21:11:08.623Z[ host-image] Aug 25 21:11:08.007 INFO O| Aug 25 21:11:08.007 INFO copying /tmp/.tmpjbOF9F/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 ...
105602026-08-25T21:11:08.626Z[ host-image] Aug 25 21:11:08.007 INFO O| Aug 25 21:11:08.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105612026-08-25T21:11:08.626Z[ host-image] Aug 25 21:11:08.007 INFO O| Aug 25 21:11:08.007 INFO ok!
105622026-08-25T21:11:08.626Z[ host-image] Aug 25 21:11:08.007 INFO O| Aug 25 21:11:08.007 INFO STEP 130 (ensure_file) COMPLETE
105632026-08-25T21:11:08.626Z[ host-image] Aug 25 21:11:08.007 INFO O| Aug 25 21:11:08.007 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105642026-08-25T21:11:08.632Z[ host-image] Aug 25 21:11:08.016 INFO O| Aug 25 21:11:08.016 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105652026-08-25T21:11:08.632Z[ host-image] Aug 25 21:11:08.016 INFO O| Aug 25 21:11:08.016 INFO copying /tmp/.tmpjbOF9F/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 ...
105662026-08-25T21:11:08.636Z[ host-image] Aug 25 21:11:08.016 INFO O| Aug 25 21:11:08.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105672026-08-25T21:11:08.636Z[ host-image] Aug 25 21:11:08.016 INFO O| Aug 25 21:11:08.016 INFO ok!
105682026-08-25T21:11:08.636Z[ host-image] Aug 25 21:11:08.016 INFO O| Aug 25 21:11:08.016 INFO STEP 131 (ensure_file) COMPLETE
105692026-08-25T21:11:08.636Z[ host-image] Aug 25 21:11:08.016 INFO O| Aug 25 21:11:08.016 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105702026-08-25T21:11:08.642Z[ host-image] Aug 25 21:11:08.026 INFO O| Aug 25 21:11:08.026 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105712026-08-25T21:11:08.642Z[ host-image] Aug 25 21:11:08.026 INFO O| Aug 25 21:11:08.026 INFO copying /tmp/.tmpjbOF9F/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 ...
105722026-08-25T21:11:08.645Z[ host-image] Aug 25 21:11:08.026 INFO O| Aug 25 21:11:08.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105732026-08-25T21:11:08.645Z[ host-image] Aug 25 21:11:08.026 INFO O| Aug 25 21:11:08.026 INFO ok!
105742026-08-25T21:11:08.645Z[ host-image] Aug 25 21:11:08.026 INFO O| Aug 25 21:11:08.026 INFO STEP 132 (ensure_file) COMPLETE
105752026-08-25T21:11:08.645Z[ host-image] Aug 25 21:11:08.026 INFO O| Aug 25 21:11:08.026 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105762026-08-25T21:11:08.650Z[ host-image] Aug 25 21:11:08.034 INFO O| Aug 25 21:11:08.034 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105772026-08-25T21:11:08.653Z[ host-image] Aug 25 21:11:08.034 INFO O| Aug 25 21:11:08.034 INFO copying /tmp/.tmpjbOF9F/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 ...
105782026-08-25T21:11:08.653Z[ host-image] Aug 25 21:11:08.034 INFO O| Aug 25 21:11:08.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105792026-08-25T21:11:08.653Z[ host-image] Aug 25 21:11:08.034 INFO O| Aug 25 21:11:08.034 INFO ok!
105802026-08-25T21:11:08.653Z[ host-image] Aug 25 21:11:08.034 INFO O| Aug 25 21:11:08.034 INFO STEP 133 (ensure_file) COMPLETE
105812026-08-25T21:11:08.654Z[ host-image] Aug 25 21:11:08.034 INFO O| Aug 25 21:11:08.034 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105822026-08-25T21:11:08.658Z[ host-image] Aug 25 21:11:08.042 INFO O| Aug 25 21:11:08.042 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105832026-08-25T21:11:08.658Z[ host-image] Aug 25 21:11:08.042 INFO O| Aug 25 21:11:08.042 INFO copying /tmp/.tmpjbOF9F/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 ...
105842026-08-25T21:11:08.661Z[ host-image] Aug 25 21:11:08.042 INFO O| Aug 25 21:11:08.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105852026-08-25T21:11:08.661Z[ host-image] Aug 25 21:11:08.042 INFO O| Aug 25 21:11:08.042 INFO ok!
105862026-08-25T21:11:08.661Z[ host-image] Aug 25 21:11:08.042 INFO O| Aug 25 21:11:08.042 INFO STEP 134 (ensure_file) COMPLETE
105872026-08-25T21:11:08.661Z[ host-image] Aug 25 21:11:08.042 INFO O| Aug 25 21:11:08.042 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105882026-08-25T21:11:08.667Z[ host-image] Aug 25 21:11:08.050 INFO O| Aug 25 21:11:08.050 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105892026-08-25T21:11:08.667Z[ host-image] Aug 25 21:11:08.050 INFO O| Aug 25 21:11:08.050 INFO copying /tmp/.tmpjbOF9F/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 ...
105902026-08-25T21:11:08.670Z[ host-image] Aug 25 21:11:08.050 INFO O| Aug 25 21:11:08.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105912026-08-25T21:11:08.670Z[ host-image] Aug 25 21:11:08.051 INFO O| Aug 25 21:11:08.050 INFO ok!
105922026-08-25T21:11:08.670Z[ host-image] Aug 25 21:11:08.051 INFO O| Aug 25 21:11:08.050 INFO STEP 135 (ensure_file) COMPLETE
105932026-08-25T21:11:08.670Z[ host-image] Aug 25 21:11:08.051 INFO O| Aug 25 21:11:08.050 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105942026-08-25T21:11:08.678Z[ host-image] Aug 25 21:11:08.060 INFO O| Aug 25 21:11:08.060 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105952026-08-25T21:11:08.679Z[ host-image] Aug 25 21:11:08.060 INFO O| Aug 25 21:11:08.060 INFO copying /tmp/.tmpjbOF9F/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105962026-08-25T21:11:08.682Z[ host-image] Aug 25 21:11:08.060 INFO O| Aug 25 21:11:08.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105972026-08-25T21:11:08.682Z[ host-image] Aug 25 21:11:08.060 INFO O| Aug 25 21:11:08.060 INFO ok!
105982026-08-25T21:11:08.682Z[ host-image] Aug 25 21:11:08.060 INFO O| Aug 25 21:11:08.060 INFO STEP 136 (ensure_file) COMPLETE
105992026-08-25T21:11:08.682Z[ host-image] Aug 25 21:11:08.060 INFO O| Aug 25 21:11:08.060 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106002026-08-25T21:11:08.686Z[ host-image] Aug 25 21:11:08.070 INFO O| Aug 25 21:11:08.070 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
106012026-08-25T21:11:08.686Z[ host-image] Aug 25 21:11:08.070 INFO O| Aug 25 21:11:08.070 INFO copying /tmp/.tmpjbOF9F/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 ...
106022026-08-25T21:11:08.689Z[ host-image] Aug 25 21:11:08.070 INFO O| Aug 25 21:11:08.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
106032026-08-25T21:11:08.689Z[ host-image] Aug 25 21:11:08.070 INFO O| Aug 25 21:11:08.070 INFO ok!
106042026-08-25T21:11:08.689Z[ host-image] Aug 25 21:11:08.070 INFO O| Aug 25 21:11:08.070 INFO STEP 137 (ensure_file) COMPLETE
106052026-08-25T21:11:08.689Z[ host-image] Aug 25 21:11:08.070 INFO O| Aug 25 21:11:08.070 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106062026-08-25T21:11:08.695Z[ host-image] Aug 25 21:11:08.079 INFO O| Aug 25 21:11:08.079 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
106072026-08-25T21:11:08.695Z[ host-image] Aug 25 21:11:08.079 INFO O| Aug 25 21:11:08.079 INFO copying /tmp/.tmpjbOF9F/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
106082026-08-25T21:11:08.698Z[ host-image] Aug 25 21:11:08.079 INFO O| Aug 25 21:11:08.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
106092026-08-25T21:11:08.698Z[ host-image] Aug 25 21:11:08.079 INFO O| Aug 25 21:11:08.079 INFO ok!
106102026-08-25T21:11:08.698Z[ host-image] Aug 25 21:11:08.079 INFO O| Aug 25 21:11:08.079 INFO STEP 138 (ensure_file) COMPLETE
106112026-08-25T21:11:08.698Z[ host-image] Aug 25 21:11:08.079 INFO O| Aug 25 21:11:08.079 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106122026-08-25T21:11:08.703Z[ host-image] Aug 25 21:11:08.086 INFO O| Aug 25 21:11:08.086 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
106132026-08-25T21:11:08.703Z[ host-image] Aug 25 21:11:08.086 INFO O| Aug 25 21:11:08.086 INFO copying /tmp/.tmpjbOF9F/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
106142026-08-25T21:11:10.648Z[ recovery-image] Aug 25 21:11:10.031 INFO E| Compiling clap_derive v4.6.1
106152026-08-25T21:11:12.250Z[ recovery-image] Aug 25 21:11:11.633 INFO E| Compiling clap v4.6.1
106162026-08-25T21:11:12.318Z[ recovery-image] Aug 25 21:11:11.701 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106172026-08-25T21:11:13.388Z[ recovery-image] Aug 25 21:11:12.771 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.52s
106182026-08-25T21:11:13.394Z[ recovery-image] Aug 25 21:11:12.778 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106192026-08-25T21:11:13.673Z[ recovery-image] Aug 25 21:11:13.056 INFO E| Downloading crates ...
106202026-08-25T21:11:13.717Z[ recovery-image] Aug 25 21:11:13.100 INFO E| Downloaded bitstruct v0.1.1
106212026-08-25T21:11:13.722Z[ recovery-image] Aug 25 21:11:13.105 INFO E| Downloaded bitflags v2.13.0
106222026-08-25T21:11:13.729Z[ recovery-image] Aug 25 21:11:13.113 INFO E| Downloaded cpio_reader v0.1.2
106232026-08-25T21:11:13.732Z[ recovery-image] Aug 25 21:11:13.114 INFO E| Downloaded bit_field v0.10.3
106242026-08-25T21:11:13.732Z[ recovery-image] Aug 25 21:11:13.115 INFO E| Downloaded bitstruct_derive v0.1.0
106252026-08-25T21:11:13.736Z[ recovery-image] Aug 25 21:11:13.120 INFO E| Downloaded log v0.4.32
106262026-08-25T21:11:13.739Z[ recovery-image] Aug 25 21:11:13.122 INFO E| Downloaded raw-cpuid v10.7.0
106272026-08-25T21:11:13.749Z[ recovery-image] Aug 25 21:11:13.133 INFO E| Downloaded miniz_oxide v0.9.1
106282026-08-25T21:11:13.774Z[ recovery-image] Aug 25 21:11:13.158 INFO E| Downloaded goblin v0.10.7
106292026-08-25T21:11:13.886Z[ recovery-image] Aug 25 21:11:13.269 INFO E| Downloaded x86 v0.52.0
106302026-08-25T21:11:13.932Z[ recovery-image] Aug 25 21:11:13.315 INFO E| Updating crates.io index
106312026-08-25T21:11:13.979Z[ recovery-image] Aug 25 21:11:13.362 INFO E| Downloading crates ...
106322026-08-25T21:11:13.993Z[ recovery-image] Aug 25 21:11:13.377 INFO E| Downloaded rustc-literal-escaper v0.0.7
106332026-08-25T21:11:14.001Z[ recovery-image] Aug 25 21:11:13.384 INFO E| Downloaded hashbrown v0.17.1
106342026-08-25T21:11:14.056Z[ recovery-image] Aug 25 21:11:13.439 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)
106352026-08-25T21:11:14.056Z[ recovery-image] Aug 25 21:11:13.439 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)
106362026-08-25T21:11:14.056Z[ recovery-image] Aug 25 21:11:13.439 INFO E| Compiling proc-macro2 v1.0.106
106372026-08-25T21:11:14.060Z[ recovery-image] Aug 25 21:11:13.439 INFO E| Compiling quote v1.0.45
106382026-08-25T21:11:14.060Z[ recovery-image] Aug 25 21:11:13.439 INFO E| Compiling unicode-ident v1.0.24
106392026-08-25T21:11:14.060Z[ recovery-image] Aug 25 21:11:13.439 INFO E| Compiling syn v1.0.109
106402026-08-25T21:11:14.060Z[ recovery-image] Aug 25 21:11:13.440 INFO E| Compiling x86 v0.52.0
106412026-08-25T21:11:14.060Z[ recovery-image] Aug 25 21:11:13.440 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106422026-08-25T21:11:14.060Z[ recovery-image] Aug 25 21:11:13.440 INFO E| Compiling seq-macro v0.3.6
106432026-08-25T21:11:15.209Z[ recovery-image] Aug 25 21:11:14.592 INFO E| Compiling syn v2.0.117
106442026-08-25T21:11:16.695Z[ host-image] Aug 25 21:11:16.078 INFO O| Aug 25 21:11:16.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106452026-08-25T21:11:16.695Z[ host-image] Aug 25 21:11:16.078 INFO O| Aug 25 21:11:16.078 INFO ok!
106462026-08-25T21:11:16.695Z[ host-image] Aug 25 21:11:16.078 INFO O| Aug 25 21:11:16.078 INFO STEP 139 (ensure_file) COMPLETE
106472026-08-25T21:11:16.698Z[ host-image] Aug 25 21:11:16.078 INFO O| Aug 25 21:11:16.078 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106482026-08-25T21:11:16.702Z[ host-image] Aug 25 21:11:16.086 INFO O| Aug 25 21:11:16.086 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106492026-08-25T21:11:16.702Z[ host-image] Aug 25 21:11:16.086 INFO O| Aug 25 21:11:16.086 INFO STEP 140 (ensure_dir) COMPLETE
106502026-08-25T21:11:16.705Z[ host-image] Aug 25 21:11:16.086 INFO O| Aug 25 21:11:16.086 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106512026-08-25T21:11:16.712Z[ host-image] Aug 25 21:11:16.096 INFO O| Aug 25 21:11:16.096 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106522026-08-25T21:11:16.712Z[ host-image] Aug 25 21:11:16.096 INFO O| Aug 25 21:11:16.096 INFO STEP 141 (ensure_dir) COMPLETE
106532026-08-25T21:11:16.717Z[ host-image] Aug 25 21:11:16.096 INFO O| Aug 25 21:11:16.096 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106542026-08-25T21:11:16.720Z[ host-image] Aug 25 21:11:16.104 INFO O| Aug 25 21:11:16.104 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106552026-08-25T21:11:16.721Z[ host-image] Aug 25 21:11:16.104 INFO O| Aug 25 21:11:16.104 INFO STEP 142 (ensure_dir) COMPLETE
106562026-08-25T21:11:16.723Z[ host-image] Aug 25 21:11:16.104 INFO O| Aug 25 21:11:16.104 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106572026-08-25T21:11:16.727Z[ host-image] Aug 25 21:11:16.111 INFO O| Aug 25 21:11:16.111 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106582026-08-25T21:11:16.727Z[ host-image] Aug 25 21:11:16.111 INFO O| Aug 25 21:11:16.111 INFO STEP 143 (ensure_dir) COMPLETE
106592026-08-25T21:11:16.730Z[ host-image] Aug 25 21:11:16.111 INFO O| Aug 25 21:11:16.111 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106602026-08-25T21:11:16.735Z[ host-image] Aug 25 21:11:16.119 INFO O| Aug 25 21:11:16.119 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106612026-08-25T21:11:16.738Z[ host-image] Aug 25 21:11:16.119 INFO O| Aug 25 21:11:16.119 INFO copying /tmp/.tmpjbOF9F/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 ...
106622026-08-25T21:11:16.738Z[ host-image] Aug 25 21:11:16.119 INFO O| Aug 25 21:11:16.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106632026-08-25T21:11:16.738Z[ host-image] Aug 25 21:11:16.119 INFO O| Aug 25 21:11:16.119 INFO ok!
106642026-08-25T21:11:16.738Z[ host-image] Aug 25 21:11:16.119 INFO O| Aug 25 21:11:16.119 INFO STEP 144 (ensure_file) COMPLETE
106652026-08-25T21:11:16.738Z[ host-image] Aug 25 21:11:16.119 INFO O| Aug 25 21:11:16.119 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106662026-08-25T21:11:16.742Z[ host-image] Aug 25 21:11:16.126 INFO O| Aug 25 21:11:16.126 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106672026-08-25T21:11:16.742Z[ host-image] Aug 25 21:11:16.126 INFO O| Aug 25 21:11:16.126 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106682026-08-25T21:11:16.746Z[ host-image] Aug 25 21:11:16.126 INFO O| Aug 25 21:11:16.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106692026-08-25T21:11:16.746Z[ host-image] Aug 25 21:11:16.126 INFO O| Aug 25 21:11:16.126 INFO STEP 145 (ensure_dir) COMPLETE
106702026-08-25T21:11:16.746Z[ host-image] Aug 25 21:11:16.126 INFO O| Aug 25 21:11:16.126 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106712026-08-25T21:11:16.750Z[ host-image] Aug 25 21:11:16.134 INFO O| Aug 25 21:11:16.134 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106722026-08-25T21:11:16.750Z[ host-image] Aug 25 21:11:16.134 INFO O| Aug 25 21:11:16.134 INFO copying /tmp/.tmpjbOF9F/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106732026-08-25T21:11:16.753Z[ host-image] Aug 25 21:11:16.134 INFO O| Aug 25 21:11:16.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106742026-08-25T21:11:16.753Z[ host-image] Aug 25 21:11:16.134 INFO O| Aug 25 21:11:16.134 INFO ok!
106752026-08-25T21:11:16.753Z[ host-image] Aug 25 21:11:16.134 INFO O| Aug 25 21:11:16.134 INFO STEP 146 (ensure_file) COMPLETE
106762026-08-25T21:11:16.753Z[ host-image] Aug 25 21:11:16.134 INFO O| Aug 25 21:11:16.134 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106772026-08-25T21:11:16.759Z[ host-image] Aug 25 21:11:16.142 INFO O| Aug 25 21:11:16.142 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106782026-08-25T21:11:16.761Z[ host-image] Aug 25 21:11:16.143 INFO O| Aug 25 21:11:16.143 INFO STEP 147 (remove_files) COMPLETE
106792026-08-25T21:11:16.762Z[ host-image] Aug 25 21:11:16.143 INFO O| Aug 25 21:11:16.143 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106802026-08-25T21:11:16.766Z[ host-image] Aug 25 21:11:16.150 INFO O| Aug 25 21:11:16.150 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106812026-08-25T21:11:16.769Z[ host-image] Aug 25 21:11:16.150 INFO O| Aug 25 21:11:16.150 INFO STEP 148 (remove_files) COMPLETE
106822026-08-25T21:11:16.769Z[ host-image] Aug 25 21:11:16.150 INFO O| Aug 25 21:11:16.150 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106832026-08-25T21:11:16.773Z[ host-image] Aug 25 21:11:16.157 INFO O| Aug 25 21:11:16.157 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106842026-08-25T21:11:16.777Z[ host-image] Aug 25 21:11:16.157 INFO O| Aug 25 21:11:16.157 INFO STEP 149 (remove_files) COMPLETE
106852026-08-25T21:11:16.777Z[ host-image] Aug 25 21:11:16.157 INFO O| Aug 25 21:11:16.157 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106862026-08-25T21:11:16.777Z[ recovery-image] Aug 25 21:11:16.160 INFO E| Compiling scroll_derive v0.13.1
106872026-08-25T21:11:16.781Z[ host-image] Aug 25 21:11:16.165 INFO O| Aug 25 21:11:16.165 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106882026-08-25T21:11:16.784Z[ host-image] Aug 25 21:11:16.165 INFO O| Aug 25 21:11:16.165 INFO STEP 150 (remove_files) COMPLETE
106892026-08-25T21:11:16.784Z[ host-image] Aug 25 21:11:16.165 INFO O| Aug 25 21:11:16.165 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106902026-08-25T21:11:16.788Z[ host-image] Aug 25 21:11:16.172 INFO O| Aug 25 21:11:16.172 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106912026-08-25T21:11:16.791Z[ host-image] Aug 25 21:11:16.172 INFO O| Aug 25 21:11:16.172 INFO STEP 151 (remove_files) COMPLETE
106922026-08-25T21:11:16.791Z[ host-image] Aug 25 21:11:16.172 INFO O| Aug 25 21:11:16.172 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106932026-08-25T21:11:16.795Z[ host-image] Aug 25 21:11:16.178 INFO O| Aug 25 21:11:16.178 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106942026-08-25T21:11:16.797Z[ host-image] Aug 25 21:11:16.178 INFO O| Aug 25 21:11:16.178 INFO STEP 152 (remove_files) COMPLETE
106952026-08-25T21:11:16.797Z[ host-image] Aug 25 21:11:16.178 INFO O| Aug 25 21:11:16.178 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106962026-08-25T21:11:16.801Z[ host-image] Aug 25 21:11:16.185 INFO O| Aug 25 21:11:16.185 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106972026-08-25T21:11:16.801Z[ host-image] Aug 25 21:11:16.185 INFO O| Aug 25 21:11:16.185 INFO STEP 153 (remove_files) COMPLETE
106982026-08-25T21:11:16.804Z[ host-image] Aug 25 21:11:16.185 INFO O| Aug 25 21:11:16.185 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106992026-08-25T21:11:16.808Z[ host-image] Aug 25 21:11:16.191 INFO O| Aug 25 21:11:16.191 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
107002026-08-25T21:11:16.808Z[ host-image] Aug 25 21:11:16.191 INFO O| Aug 25 21:11:16.191 INFO STEP 154 (remove_files) COMPLETE
107012026-08-25T21:11:16.810Z[ host-image] Aug 25 21:11:16.191 INFO O| Aug 25 21:11:16.191 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107022026-08-25T21:11:16.814Z[ host-image] Aug 25 21:11:16.198 INFO O| Aug 25 21:11:16.198 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
107032026-08-25T21:11:16.814Z[ host-image] Aug 25 21:11:16.198 INFO O| Aug 25 21:11:16.198 INFO STEP 155 (remove_files) COMPLETE
107042026-08-25T21:11:16.817Z[ host-image] Aug 25 21:11:16.198 INFO O| Aug 25 21:11:16.198 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107052026-08-25T21:11:16.821Z[ host-image] Aug 25 21:11:16.204 INFO O| Aug 25 21:11:16.204 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
107062026-08-25T21:11:16.821Z[ host-image] Aug 25 21:11:16.204 INFO O| Aug 25 21:11:16.204 INFO STEP 156 (remove_files) COMPLETE
107072026-08-25T21:11:16.823Z[ host-image] Aug 25 21:11:16.204 INFO O| Aug 25 21:11:16.204 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107082026-08-25T21:11:16.827Z[ host-image] Aug 25 21:11:16.210 INFO O| Aug 25 21:11:16.210 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
107092026-08-25T21:11:16.829Z[ host-image] Aug 25 21:11:16.210 INFO O| Aug 25 21:11:16.210 INFO STEP 157 (remove_files) COMPLETE
107102026-08-25T21:11:16.829Z[ host-image] Aug 25 21:11:16.210 INFO O| Aug 25 21:11:16.210 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107112026-08-25T21:11:16.832Z[ host-image] Aug 25 21:11:16.216 INFO O| Aug 25 21:11:16.216 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
107122026-08-25T21:11:16.832Z[ host-image] Aug 25 21:11:16.216 INFO O| Aug 25 21:11:16.216 INFO STEP 158 (remove_files) COMPLETE
107132026-08-25T21:11:16.832Z[ host-image] Aug 25 21:11:16.216 INFO O| Aug 25 21:11:16.216 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107142026-08-25T21:11:16.838Z[ host-image] Aug 25 21:11:16.221 INFO O| Aug 25 21:11:16.221 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
107152026-08-25T21:11:16.838Z[ host-image] Aug 25 21:11:16.221 INFO O| Aug 25 21:11:16.221 INFO STEP 159 (remove_files) COMPLETE
107162026-08-25T21:11:16.841Z[ host-image] Aug 25 21:11:16.221 INFO O| Aug 25 21:11:16.221 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107172026-08-25T21:11:16.844Z[ host-image] Aug 25 21:11:16.227 INFO O| Aug 25 21:11:16.227 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
107182026-08-25T21:11:16.844Z[ host-image] Aug 25 21:11:16.227 INFO O| Aug 25 21:11:16.227 INFO STEP 160 (remove_files) COMPLETE
107192026-08-25T21:11:16.844Z[ host-image] Aug 25 21:11:16.227 INFO O| Aug 25 21:11:16.227 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107202026-08-25T21:11:16.849Z[ host-image] Aug 25 21:11:16.233 INFO O| Aug 25 21:11:16.233 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
107212026-08-25T21:11:16.852Z[ host-image] Aug 25 21:11:16.233 INFO O| Aug 25 21:11:16.233 INFO STEP 161 (remove_files) COMPLETE
107222026-08-25T21:11:16.852Z[ host-image] Aug 25 21:11:16.233 INFO O| Aug 25 21:11:16.233 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107232026-08-25T21:11:16.855Z[ host-image] Aug 25 21:11:16.238 INFO O| Aug 25 21:11:16.238 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
107242026-08-25T21:11:16.857Z[ host-image] Aug 25 21:11:16.238 INFO O| Aug 25 21:11:16.238 INFO STEP 162 (remove_files) COMPLETE
107252026-08-25T21:11:16.857Z[ host-image] Aug 25 21:11:16.238 INFO O| Aug 25 21:11:16.238 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107262026-08-25T21:11:16.861Z[ host-image] Aug 25 21:11:16.245 INFO O| Aug 25 21:11:16.245 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107272026-08-25T21:11:16.864Z[ host-image] Aug 25 21:11:16.245 INFO O| Aug 25 21:11:16.245 INFO STEP 163 (remove_files) COMPLETE
107282026-08-25T21:11:16.864Z[ host-image] Aug 25 21:11:16.245 INFO O| Aug 25 21:11:16.245 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107292026-08-25T21:11:16.869Z[ host-image] Aug 25 21:11:16.252 INFO O| Aug 25 21:11:16.252 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107302026-08-25T21:11:16.869Z[ host-image] Aug 25 21:11:16.252 INFO O| Aug 25 21:11:16.252 INFO STEP 164 (remove_files) COMPLETE
107312026-08-25T21:11:16.870Z[ host-image] Aug 25 21:11:16.252 INFO O| Aug 25 21:11:16.252 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107322026-08-25T21:11:16.875Z[ host-image] Aug 25 21:11:16.258 INFO O| Aug 25 21:11:16.258 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107332026-08-25T21:11:16.875Z[ host-image] Aug 25 21:11:16.258 INFO O| Aug 25 21:11:16.258 INFO STEP 165 (remove_files) COMPLETE
107342026-08-25T21:11:16.877Z[ host-image] Aug 25 21:11:16.258 INFO O| Aug 25 21:11:16.258 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107352026-08-25T21:11:16.883Z[ host-image] Aug 25 21:11:16.266 INFO O| Aug 25 21:11:16.266 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107362026-08-25T21:11:16.883Z[ host-image] Aug 25 21:11:16.266 INFO O| Aug 25 21:11:16.266 INFO STEP 166 (remove_files) COMPLETE
107372026-08-25T21:11:16.885Z[ host-image] Aug 25 21:11:16.266 INFO O| Aug 25 21:11:16.266 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107382026-08-25T21:11:16.890Z[ host-image] Aug 25 21:11:16.274 INFO O| Aug 25 21:11:16.274 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107392026-08-25T21:11:16.890Z[ host-image] Aug 25 21:11:16.274 INFO O| Aug 25 21:11:16.274 INFO STEP 167 (remove_files) COMPLETE
107402026-08-25T21:11:16.893Z[ host-image] Aug 25 21:11:16.274 INFO O| Aug 25 21:11:16.274 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107412026-08-25T21:11:16.899Z[ host-image] Aug 25 21:11:16.283 INFO O| Aug 25 21:11:16.283 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107422026-08-25T21:11:16.902Z[ host-image] Aug 25 21:11:16.283 INFO O| Aug 25 21:11:16.283 INFO STEP 168 (remove_files) COMPLETE
107432026-08-25T21:11:16.902Z[ host-image] Aug 25 21:11:16.283 INFO O| Aug 25 21:11:16.283 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107442026-08-25T21:11:16.908Z[ host-image] Aug 25 21:11:16.290 INFO O| Aug 25 21:11:16.290 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107452026-08-25T21:11:16.908Z[ host-image] Aug 25 21:11:16.291 INFO O| Aug 25 21:11:16.291 INFO STEP 169 (remove_files) COMPLETE
107462026-08-25T21:11:16.911Z[ host-image] Aug 25 21:11:16.291 INFO O| Aug 25 21:11:16.291 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107472026-08-25T21:11:16.915Z[ host-image] Aug 25 21:11:16.299 INFO O| Aug 25 21:11:16.299 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107482026-08-25T21:11:16.918Z[ host-image] Aug 25 21:11:16.299 INFO O| Aug 25 21:11:16.299 INFO STEP 170 (remove_files) COMPLETE
107492026-08-25T21:11:16.918Z[ host-image] Aug 25 21:11:16.299 INFO O| Aug 25 21:11:16.299 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107502026-08-25T21:11:16.968Z[ host-image] Aug 25 21:11:16.306 INFO O| Aug 25 21:11:16.306 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107512026-08-25T21:11:16.968Z[ host-image] Aug 25 21:11:16.306 INFO O| Aug 25 21:11:16.306 INFO STEP 171 (remove_files) COMPLETE
107522026-08-25T21:11:16.968Z[ host-image] Aug 25 21:11:16.306 INFO O| Aug 25 21:11:16.306 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107532026-08-25T21:11:16.968Z[ host-image] Aug 25 21:11:16.313 INFO O| Aug 25 21:11:16.313 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107542026-08-25T21:11:16.968Z[ host-image] Aug 25 21:11:16.313 INFO O| Aug 25 21:11:16.313 INFO STEP 172 (remove_files) COMPLETE
107552026-08-25T21:11:16.968Z[ host-image] Aug 25 21:11:16.313 INFO O| Aug 25 21:11:16.313 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107562026-08-25T21:11:16.968Z[ host-image] Aug 25 21:11:16.320 INFO O| Aug 25 21:11:16.320 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107572026-08-25T21:11:16.968Z[ host-image] Aug 25 21:11:16.320 INFO O| Aug 25 21:11:16.320 INFO STEP 173 (remove_files) COMPLETE
107582026-08-25T21:11:16.968Z[ host-image] Aug 25 21:11:16.320 INFO O| Aug 25 21:11:16.320 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107592026-08-25T21:11:16.968Z[ host-image] Aug 25 21:11:16.328 INFO O| Aug 25 21:11:16.328 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107602026-08-25T21:11:16.968Z[ host-image] Aug 25 21:11:16.328 INFO O| Aug 25 21:11:16.328 INFO STEP 174 (remove_files) COMPLETE
107612026-08-25T21:11:16.968Z[ host-image] Aug 25 21:11:16.328 INFO O| Aug 25 21:11:16.328 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107622026-08-25T21:11:16.968Z[ host-image] Aug 25 21:11:16.334 INFO O| Aug 25 21:11:16.334 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107632026-08-25T21:11:16.968Z[ host-image] Aug 25 21:11:16.334 INFO O| Aug 25 21:11:16.334 INFO STEP 175 (remove_files) COMPLETE
107642026-08-25T21:11:16.968Z[ host-image] Aug 25 21:11:16.334 INFO O| Aug 25 21:11:16.334 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107652026-08-25T21:11:16.968Z[ host-image] Aug 25 21:11:16.344 INFO O| Aug 25 21:11:16.344 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107662026-08-25T21:11:16.968Z[ host-image] Aug 25 21:11:16.344 INFO O| Aug 25 21:11:16.344 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107672026-08-25T21:11:17.814Z[ recovery-image] Aug 25 21:11:17.197 INFO E| Compiling bitstruct_derive v0.1.0
107682026-08-25T21:11:20.505Z[ host-image] Aug 25 21:11:19.888 INFO O| Aug 25 21:11:19.888 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
107692026-08-25T21:11:20.507Z[ host-image] Aug 25 21:11:19.888 INFO O| Aug 25 21:11:19.888 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107702026-08-25T21:11:20.516Z[ host-image] Aug 25 21:11:19.899 INFO O| Aug 25 21:11:19.899 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107712026-08-25T21:11:20.611Z[ host-image] Aug 25 21:11:19.994 INFO O| Aug 25 21:11:19.994 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_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107722026-08-25T21:11:20.664Z[ host-image] Aug 25 21:11:20.047 INFO O| Aug 25 21:11:20.047 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "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"}
107732026-08-25T21:11:20.723Z[ host-image] Aug 25 21:11:20.106 INFO O| Aug 25 21:11:20.106 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107742026-08-25T21:11:20.723Z[ host-image] Aug 25 21:11:20.106 INFO O| Aug 25 21:11:20.106 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107752026-08-25T21:11:20.772Z[ host-image] Aug 25 21:11:20.155 INFO O| Aug 25 21:11:20.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107762026-08-25T21:11:20.773Z[ host-image] Aug 25 21:11:20.155 INFO O| Aug 25 21:11:20.155 INFO ok!
107772026-08-25T21:11:20.773Z[ host-image] Aug 25 21:11:20.155 INFO O| Aug 25 21:11:20.155 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107782026-08-25T21:11:20.777Z[ host-image] Aug 25 21:11:20.155 INFO O| Aug 25 21:11:20.155 INFO STEP 176 (seed_smf) COMPLETE
107792026-08-25T21:11:20.777Z[ host-image] Aug 25 21:11:20.155 INFO O| Aug 25 21:11:20.155 INFO steps complete; finalising image!
107802026-08-25T21:11:20.777Z[ host-image] Aug 25 21:11:20.155 INFO O| Aug 25 21:11:20.155 INFO TRIM POOL: TEMPORARY-sled-zfs
107812026-08-25T21:11:20.827Z[ host-image] Aug 25 21:11:20.210 INFO O| Aug 25 21:11:20.210 INFO trim TEMPORARY-sled-zfs: (55% trimmed, started at Tue Aug 25 21:11:20 2026)
107822026-08-25T21:11:21.040Z[ host-image] Aug 25 21:11:20.423 INFO O| Aug 25 21:11:20.423 INFO temporary pool has 912M used, 112M avail, 1.80x compressratio
107832026-08-25T21:11:21.040Z[ host-image] Aug 25 21:11:20.423 INFO O| Aug 25 21:11:20.423 INFO EXPORT POOL: TEMPORARY-sled-zfs
107842026-08-25T21:11:21.374Z[ host-image] Aug 25 21:11:20.757 INFO O| Aug 25 21:11:20.757 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107852026-08-25T21:11:21.378Z[ host-image] Aug 25 21:11:20.757 INFO O| Aug 25 21:11:20.757 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107862026-08-25T21:11:22.150Z[ host-image] Aug 25 21:11:21.533 INFO O| Aug 25 21:11:21.533 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107872026-08-25T21:11:22.152Z[ host-image] Aug 25 21:11:21.533 INFO O| Aug 25 21:11:21.533 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107882026-08-25T21:11:22.152Z[ host-image] Aug 25 21:11:21.533 INFO O| Aug 25 21:11:21.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107892026-08-25T21:11:22.152Z[ host-image] Aug 25 21:11:21.533 INFO O| Aug 25 21:11:21.533 INFO completed processing sled/zfs
107902026-08-25T21:11:22.155Z[ host-image] Aug 25 21:11:21.533 INFO O| Aug 25 21:11:21.533 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107912026-08-25T21:11:26.843Z[ recovery-image] Aug 25 21:11:26.226 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)
107922026-08-25T21:11:28.878Z[ recovery-image] Aug 25 21:11:28.261 INFO E| Compiling bitflags v1.3.2
107932026-08-25T21:11:28.878Z[ recovery-image] Aug 25 21:11:28.261 INFO E| Compiling scroll v0.13.0
107942026-08-25T21:11:28.878Z[ recovery-image] Aug 25 21:11:28.261 INFO E| Compiling adler2 v2.0.1
107952026-08-25T21:11:28.882Z[ recovery-image] Aug 25 21:11:28.261 INFO E| Compiling plain v0.2.3
107962026-08-25T21:11:28.882Z[ recovery-image] Aug 25 21:11:28.261 INFO E| Compiling bitflags v2.13.0
107972026-08-25T21:11:28.882Z[ recovery-image] Aug 25 21:11:28.261 INFO E| Compiling log v0.4.32
107982026-08-25T21:11:28.882Z[ recovery-image] Aug 25 21:11:28.261 INFO E| Compiling bit_field v0.10.3
107992026-08-25T21:11:28.883Z[ recovery-image] Aug 25 21:11:28.261 INFO E| Compiling bitstruct v0.1.1
108002026-08-25T21:11:28.883Z[ recovery-image] Aug 25 21:11:28.262 INFO E| Compiling static_assertions v1.1.0
108012026-08-25T21:11:28.930Z[ recovery-image] Aug 25 21:11:28.314 INFO E| Compiling raw-cpuid v10.7.0
108022026-08-25T21:11:28.978Z[ recovery-image] Aug 25 21:11:28.362 INFO E| Compiling miniz_oxide v0.9.1
108032026-08-25T21:11:29.026Z[ recovery-image] Aug 25 21:11:28.409 INFO E| Compiling cpio_reader v0.1.2
108042026-08-25T21:11:29.100Z[ recovery-image] Aug 25 21:11:28.483 INFO E| Compiling goblin v0.10.7
108052026-08-25T21:11:31.855Z[ recovery-image] Aug 25 21:11:31.238 INFO E| Finished `release` profile [optimized] target(s) in 18.44s
108062026-08-25T21:11:31.874Z[ recovery-image] Aug 25 21:11:31.258 INFO building ROM for gimlet
108072026-08-25T21:11:31.874Z[ recovery-image] Aug 25 21:11:31.258 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")
108082026-08-25T21:11:31.954Z[ recovery-image] Aug 25 21:11:31.337 INFO E| Downloading crates ...
108092026-08-25T21:11:32.008Z[ recovery-image] Aug 25 21:11:31.391 INFO E| Downloaded clap_lex v0.7.4
108102026-08-25T21:11:32.021Z[ recovery-image] Aug 25 21:11:31.405 INFO E| Downloaded anstyle-query v1.1.2
108112026-08-25T21:11:32.024Z[ recovery-image] Aug 25 21:11:31.407 INFO E| Downloaded colorchoice v1.0.3
108122026-08-25T21:11:32.025Z[ recovery-image] Aug 25 21:11:31.408 INFO E| Downloaded serde_spanned v0.6.8
108132026-08-25T21:11:32.028Z[ recovery-image] Aug 25 21:11:31.409 INFO E| Downloaded toml_write v0.1.1
108142026-08-25T21:11:32.030Z[ recovery-image] Aug 25 21:11:31.412 INFO E| Downloaded anstyle v1.0.10
108152026-08-25T21:11:32.030Z[ recovery-image] Aug 25 21:11:31.413 INFO E| Downloaded toml_datetime v0.6.9
108162026-08-25T21:11:32.033Z[ recovery-image] Aug 25 21:11:31.416 INFO E| Downloaded is_terminal_polyfill v1.70.1
108172026-08-25T21:11:32.033Z[ recovery-image] Aug 25 21:11:31.417 INFO E| Downloaded shared_child v1.0.1
108182026-08-25T21:11:32.036Z[ recovery-image] Aug 25 21:11:31.418 INFO E| Downloaded os_pipe v1.2.1
108192026-08-25T21:11:32.037Z[ recovery-image] Aug 25 21:11:31.418 INFO E| Downloaded clap_derive v4.5.32
108202026-08-25T21:11:32.040Z[ recovery-image] Aug 25 21:11:31.421 INFO E| Downloaded anstream v0.6.18
108212026-08-25T21:11:32.040Z[ recovery-image] Aug 25 21:11:31.422 INFO E| Downloaded anstyle-parse v0.2.6
108222026-08-25T21:11:32.043Z[ recovery-image] Aug 25 21:11:31.426 INFO E| Downloaded duct v0.13.7
108232026-08-25T21:11:32.046Z[ recovery-image] Aug 25 21:11:31.430 INFO E| Downloaded clap v4.5.37
108242026-08-25T21:11:32.057Z[ recovery-image] Aug 25 21:11:31.440 INFO E| Downloaded toml v0.8.22
108252026-08-25T21:11:32.076Z[ recovery-image] Aug 25 21:11:31.459 INFO E| Downloaded cc v1.2.20
108262026-08-25T21:11:32.079Z[ recovery-image] Aug 25 21:11:31.461 INFO E| Downloaded toml_edit v0.22.26
108272026-08-25T21:11:32.097Z[ recovery-image] Aug 25 21:11:31.481 INFO E| Downloaded winnow v0.7.7
108282026-08-25T21:11:32.102Z[ recovery-image] Aug 25 21:11:31.485 INFO E| Downloaded clap_builder v4.5.37
108292026-08-25T21:11:32.115Z[ recovery-image] Aug 25 21:11:31.499 INFO E| Compiling libc v0.2.172
108302026-08-25T21:11:32.115Z[ recovery-image] Aug 25 21:11:31.499 INFO E| Compiling utf8parse v0.2.2
108312026-08-25T21:11:32.118Z[ recovery-image] Aug 25 21:11:31.499 INFO E| Compiling equivalent v1.0.2
108322026-08-25T21:11:32.118Z[ recovery-image] Aug 25 21:11:31.499 INFO E| Compiling shlex v1.3.0
108332026-08-25T21:11:32.119Z[ recovery-image] Aug 25 21:11:31.499 INFO E| Compiling colorchoice v1.0.3
108342026-08-25T21:11:32.119Z[ recovery-image] Aug 25 21:11:31.499 INFO E| Compiling is_terminal_polyfill v1.70.1
108352026-08-25T21:11:32.119Z[ recovery-image] Aug 25 21:11:31.499 INFO E| Compiling anstyle-query v1.1.2
108362026-08-25T21:11:32.119Z[ recovery-image] Aug 25 21:11:31.499 INFO E| Compiling once_cell v1.21.3
108372026-08-25T21:11:32.119Z[ recovery-image] Aug 25 21:11:31.499 INFO E| Compiling anstyle v1.0.10
108382026-08-25T21:11:32.119Z[ recovery-image] Aug 25 21:11:31.499 INFO E| Compiling hashbrown v0.15.2
108392026-08-25T21:11:32.119Z[ recovery-image] Aug 25 21:11:31.499 INFO E| Compiling clap_lex v0.7.4
108402026-08-25T21:11:32.133Z[ recovery-image] Aug 25 21:11:31.517 INFO E| Compiling winnow v0.7.7
108412026-08-25T21:11:32.136Z[ recovery-image] Aug 25 21:11:31.517 INFO E| Compiling toml_write v0.1.1
108422026-08-25T21:11:32.144Z[ recovery-image] Aug 25 21:11:31.527 INFO E| Compiling anyhow v1.0.98
108432026-08-25T21:11:32.148Z[ recovery-image] Aug 25 21:11:31.531 INFO E| Compiling strsim v0.11.1
108442026-08-25T21:11:32.151Z[ recovery-image] Aug 25 21:11:31.534 INFO E| Compiling syn v2.0.101
108452026-08-25T21:11:32.251Z[ recovery-image] Aug 25 21:11:31.634 INFO E| Compiling anstyle-parse v0.2.6
108462026-08-25T21:11:32.281Z[ recovery-image] Aug 25 21:11:31.664 INFO E| Compiling cc v1.2.20
108472026-08-25T21:11:32.385Z[ recovery-image] Aug 25 21:11:31.768 INFO E| Compiling anstream v0.6.18
108482026-08-25T21:11:32.581Z[ recovery-image] Aug 25 21:11:31.964 INFO E| Compiling clap_builder v4.5.37
108492026-08-25T21:11:32.614Z[ recovery-image] Aug 25 21:11:31.997 INFO E| Compiling indexmap v2.9.0
108502026-08-25T21:11:32.729Z[ recovery-image] Aug 25 21:11:32.112 INFO E| Compiling os_pipe v1.2.1
108512026-08-25T21:11:32.729Z[ recovery-image] Aug 25 21:11:32.112 INFO E| Compiling shared_child v1.0.1
108522026-08-25T21:11:32.847Z[ recovery-image] Aug 25 21:11:32.230 INFO E| Compiling duct v0.13.7
108532026-08-25T21:11:33.309Z[ recovery-image] Aug 25 21:11:32.692 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108542026-08-25T21:11:34.125Z[ recovery-image] Aug 25 21:11:33.508 INFO E| Compiling serde_derive v1.0.219
108552026-08-25T21:11:34.125Z[ recovery-image] Aug 25 21:11:33.508 INFO E| Compiling clap_derive v4.5.32
108562026-08-25T21:11:35.340Z[ recovery-image] Aug 25 21:11:34.723 INFO E| Compiling clap v4.5.37
108572026-08-25T21:11:35.973Z[ recovery-image] Aug 25 21:11:35.356 INFO E| Compiling serde v1.0.219
108582026-08-25T21:11:37.654Z[ recovery-image] Aug 25 21:11:37.037 INFO E| Compiling toml_datetime v0.6.9
108592026-08-25T21:11:37.654Z[ recovery-image] Aug 25 21:11:37.037 INFO E| Compiling serde_spanned v0.6.8
108602026-08-25T21:11:37.770Z[ host-image] Aug 25 21:11:37.153 INFO O| Aug 25 21:11:37.153 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108612026-08-25T21:11:37.797Z[ recovery-image] Aug 25 21:11:37.181 INFO E| Compiling toml_edit v0.22.26
108622026-08-25T21:11:37.917Z[ host-image] Aug 25 21:11:37.301 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
108632026-08-25T21:11:37.917Z[ host-image] Aug 25 21:11:37.301 INFO expanded image name: "ci 21f4906/${os_short_commit} 2026-08-25 20:54" -> "ci 21f4906/bbd33bf 2026-08-25 20:54"
108642026-08-25T21:11:37.920Z[ host-image] Aug 25 21:11:37.301 INFO output artefacts stored in: "/work/os-host"
108652026-08-25T21:11:37.920Z[ host-image] Aug 25 21:11:37.301 INFO collecting git info from project "amd-host-image-builder"...
108662026-08-25T21:11:37.924Z[ host-image] Aug 25 21:11:37.307 INFO collecting git info from project "dmar-report"...
108672026-08-25T21:11:37.928Z[ host-image] Aug 25 21:11:37.311 INFO collecting git info from project "amd-firmware"...
108682026-08-25T21:11:37.938Z[ host-image] Aug 25 21:11:37.322 INFO collecting git info from project "bootserver"...
108692026-08-25T21:11:37.942Z[ host-image] Aug 25 21:11:37.326 INFO collecting git info from project "image-builder"...
108702026-08-25T21:11:37.946Z[ host-image] Aug 25 21:11:37.330 INFO collecting git info from project "phbl"...
108712026-08-25T21:11:37.950Z[ host-image] Aug 25 21:11:37.333 INFO collecting git info from project "pinprick"...
108722026-08-25T21:11:37.953Z[ host-image] Aug 25 21:11:37.337 INFO collecting git info from project "pilot"...
108732026-08-25T21:11:37.958Z[ host-image] Aug 25 21:11:37.341 INFO collecting git info from project "chelsio-t6-roms"...
108742026-08-25T21:11:37.961Z[ host-image] Aug 25 21:11:37.345 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108752026-08-25T21:11:38.263Z[ host-image] Aug 25 21:11:37.646 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108762026-08-25T21:11:38.552Z[ host-image] Aug 25 21:11:37.935 INFO creating Oxide boot image...
108772026-08-25T21:11:38.552Z[ host-image] Aug 25 21:11:37.935 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 21f4906/bbd33bf 2026-08-25 20:54", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108782026-08-25T21:11:38.948Z[ recovery-image] Aug 25 21:11:38.331 INFO E| Compiling toml v0.8.22
108792026-08-25T21:11:39.329Z[ host-image] Aug 25 21:11:38.712 INFO O| ok, image written!
108802026-08-25T21:11:39.330Z[ host-image] Aug 25 21:11:38.712 INFO O| ok, boot_image_csum file written!
108812026-08-25T21:11:39.334Z[ host-image] Aug 25 21:11:38.714 INFO creating boot archive (CPIO)...
108822026-08-25T21:11:39.334Z[ host-image] Aug 25 21:11:38.714 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
108832026-08-25T21:11:39.337Z[ host-image] Aug 25 21:11:38.718 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108842026-08-25T21:11:39.337Z[ host-image] Aug 25 21:11:38.718 INFO E| + outfile=/work/os-host/cpio
108852026-08-25T21:11:39.337Z[ host-image] Aug 25 21:11:38.718 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108862026-08-25T21:11:39.338Z[ host-image] Aug 25 21:11:38.720 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108872026-08-25T21:11:39.338Z[ host-image] Aug 25 21:11:38.720 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108882026-08-25T21:11:39.364Z[ host-image] Aug 25 21:11:38.747 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108892026-08-25T21:11:39.364Z[ host-image] Aug 25 21:11:38.747 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108902026-08-25T21:11:39.370Z[ host-image] Aug 25 21:11:38.753 INFO creating compressed cpio/unix for dev loaders...
108912026-08-25T21:11:39.370Z[ host-image] Aug 25 21:11:38.753 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
108922026-08-25T21:11:39.593Z[ host-image] Aug 25 21:11:38.976 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108932026-08-25T21:11:41.265Z[ recovery-image] Aug 25 21:11:40.648 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.35s
108942026-08-25T21:11:41.275Z[ recovery-image] Aug 25 21:11:40.657 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`
108952026-08-25T21:11:41.293Z[ recovery-image] Aug 25 21:11:40.676 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108962026-08-25T21:11:41.375Z[ recovery-image] Aug 25 21:11:40.758 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108972026-08-25T21:11:41.379Z[ recovery-image] Aug 25 21:11:40.762 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`
108982026-08-25T21:11:41.541Z[ recovery-image] Aug 25 21:11:40.924 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108992026-08-25T21:11:41.542Z[ recovery-image] Aug 25 21:11:40.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109002026-08-25T21:11:41.545Z[ recovery-image] Aug 25 21:11:40.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109012026-08-25T21:11:41.545Z[ recovery-image] Aug 25 21:11:40.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109022026-08-25T21:11:41.545Z[ recovery-image] Aug 25 21:11:40.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109032026-08-25T21:11:41.545Z[ recovery-image] Aug 25 21:11:40.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109042026-08-25T21:11:41.545Z[ recovery-image] Aug 25 21:11:40.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109052026-08-25T21:11:41.545Z[ recovery-image] Aug 25 21:11:40.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109062026-08-25T21:11:41.545Z[ recovery-image] Aug 25 21:11:40.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109072026-08-25T21:11:41.545Z[ recovery-image] Aug 25 21:11:40.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109082026-08-25T21:11:41.546Z[ recovery-image] Aug 25 21:11:40.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109092026-08-25T21:11:41.546Z[ recovery-image] Aug 25 21:11:40.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109102026-08-25T21:11:41.546Z[ recovery-image] Aug 25 21:11:40.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109112026-08-25T21:11:41.546Z[ recovery-image] Aug 25 21:11:40.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109122026-08-25T21:11:41.546Z[ recovery-image] Aug 25 21:11:40.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109132026-08-25T21:11:41.546Z[ recovery-image] Aug 25 21:11:40.925 INFO O| Info: ABL version: 0x100f5010
109142026-08-25T21:11:41.547Z[ recovery-image] Aug 25 21:11:40.925 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109152026-08-25T21:11:41.547Z[ recovery-image] Aug 25 21:11:40.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109162026-08-25T21:11:41.547Z[ recovery-image] Aug 25 21:11:40.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109172026-08-25T21:11:41.547Z[ recovery-image] Aug 25 21:11:40.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109182026-08-25T21:11:41.547Z[ recovery-image] Aug 25 21:11:40.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109192026-08-25T21:11:41.547Z[ recovery-image] Aug 25 21:11:40.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109202026-08-25T21:11:41.547Z[ recovery-image] Aug 25 21:11:40.925 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109212026-08-25T21:11:41.547Z[ recovery-image] Aug 25 21:11:40.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109222026-08-25T21:11:41.547Z[ recovery-image] Aug 25 21:11:40.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109232026-08-25T21:11:41.547Z[ recovery-image] Aug 25 21:11:40.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109242026-08-25T21:11:41.547Z[ recovery-image] Aug 25 21:11:40.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109252026-08-25T21:11:41.547Z[ recovery-image] Aug 25 21:11:40.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109262026-08-25T21:11:41.547Z[ recovery-image] Aug 25 21:11:40.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109272026-08-25T21:11:41.547Z[ recovery-image] Aug 25 21:11:40.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109282026-08-25T21:11:41.547Z[ recovery-image] Aug 25 21:11:40.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109292026-08-25T21:11:41.547Z[ recovery-image] Aug 25 21:11:40.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109302026-08-25T21:11:41.547Z[ recovery-image] Aug 25 21:11:40.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109312026-08-25T21:11:41.547Z[ recovery-image] Aug 25 21:11:40.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109322026-08-25T21:11:41.547Z[ recovery-image] Aug 25 21:11:40.926 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109332026-08-25T21:11:41.584Z[ recovery-image] Aug 25 21:11:40.967 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109342026-08-25T21:11:41.584Z[ recovery-image] Aug 25 21:11:40.967 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109352026-08-25T21:11:41.587Z[ recovery-image] Aug 25 21:11:40.967 INFO building ROM for cosmo
109362026-08-25T21:11:41.587Z[ recovery-image] Aug 25 21:11:40.967 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")
109372026-08-25T21:11:41.685Z[ recovery-image] Aug 25 21:11:41.068 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109382026-08-25T21:11:41.689Z[ recovery-image] Aug 25 21:11:41.072 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`
109392026-08-25T21:11:41.705Z[ recovery-image] Aug 25 21:11:41.088 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109402026-08-25T21:11:41.786Z[ recovery-image] Aug 25 21:11:41.169 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109412026-08-25T21:11:41.790Z[ recovery-image] Aug 25 21:11:41.174 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`
109422026-08-25T21:11:42.019Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109432026-08-25T21:11:42.019Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109442026-08-25T21:11:42.019Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109452026-08-25T21:11:42.019Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109462026-08-25T21:11:42.023Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109472026-08-25T21:11:42.023Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109482026-08-25T21:11:42.024Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109492026-08-25T21:11:42.024Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109502026-08-25T21:11:42.024Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109512026-08-25T21:11:42.024Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109522026-08-25T21:11:42.024Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109532026-08-25T21:11:42.024Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109542026-08-25T21:11:42.024Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109552026-08-25T21:11:42.024Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109562026-08-25T21:11:42.024Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109572026-08-25T21:11:42.024Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109582026-08-25T21:11:42.024Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109592026-08-25T21:11:42.024Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109602026-08-25T21:11:42.024Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109612026-08-25T21:11:42.024Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109622026-08-25T21:11:42.025Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109632026-08-25T21:11:42.025Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109642026-08-25T21:11:42.025Z[ recovery-image] Aug 25 21:11:41.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109652026-08-25T21:11:42.025Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109662026-08-25T21:11:42.025Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109672026-08-25T21:11:42.025Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109682026-08-25T21:11:42.025Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109692026-08-25T21:11:42.025Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109702026-08-25T21:11:42.025Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109712026-08-25T21:11:42.025Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109722026-08-25T21:11:42.025Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109732026-08-25T21:11:42.025Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109742026-08-25T21:11:42.025Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109752026-08-25T21:11:42.025Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109762026-08-25T21:11:42.026Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109772026-08-25T21:11:42.026Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109782026-08-25T21:11:42.026Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109792026-08-25T21:11:42.026Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109802026-08-25T21:11:42.026Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109812026-08-25T21:11:42.026Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109822026-08-25T21:11:42.026Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109832026-08-25T21:11:42.026Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109842026-08-25T21:11:42.026Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109852026-08-25T21:11:42.026Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109862026-08-25T21:11:42.026Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109872026-08-25T21:11:42.026Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109882026-08-25T21:11:42.026Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109892026-08-25T21:11:42.026Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109902026-08-25T21:11:42.026Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109912026-08-25T21:11:42.027Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109922026-08-25T21:11:42.027Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109932026-08-25T21:11:42.027Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109942026-08-25T21:11:42.027Z[ recovery-image] Aug 25 21:11:41.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109952026-08-25T21:11:42.027Z[ recovery-image] Aug 25 21:11:41.403 INFO O| Info: ABL version: 0x100af010
109962026-08-25T21:11:42.027Z[ recovery-image] Aug 25 21:11:41.404 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109972026-08-25T21:11:42.027Z[ recovery-image] Aug 25 21:11:41.404 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109982026-08-25T21:11:42.027Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109992026-08-25T21:11:42.027Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110002026-08-25T21:11:42.027Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110012026-08-25T21:11:42.027Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110022026-08-25T21:11:42.027Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110032026-08-25T21:11:42.027Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110042026-08-25T21:11:42.027Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110052026-08-25T21:11:42.027Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110062026-08-25T21:11:42.030Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110072026-08-25T21:11:42.030Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110082026-08-25T21:11:42.030Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110092026-08-25T21:11:42.030Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110102026-08-25T21:11:42.030Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110112026-08-25T21:11:42.030Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110122026-08-25T21:11:42.030Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110132026-08-25T21:11:42.030Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110142026-08-25T21:11:42.030Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110152026-08-25T21:11:42.030Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110162026-08-25T21:11:42.030Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110172026-08-25T21:11:42.031Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110182026-08-25T21:11:42.031Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110192026-08-25T21:11:42.031Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110202026-08-25T21:11:42.033Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110212026-08-25T21:11:42.033Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110222026-08-25T21:11:42.033Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110232026-08-25T21:11:42.033Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110242026-08-25T21:11:42.033Z[ recovery-image] Aug 25 21:11:41.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110252026-08-25T21:11:42.033Z[ recovery-image] Aug 25 21:11:41.405 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110262026-08-25T21:11:42.033Z[ recovery-image] Aug 25 21:11:41.405 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110272026-08-25T21:11:42.033Z[ recovery-image] Aug 25 21:11:41.405 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110282026-08-25T21:11:42.033Z[ recovery-image] Aug 25 21:11:41.405 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110292026-08-25T21:11:42.072Z[ recovery-image] Aug 25 21:11:41.455 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110302026-08-25T21:11:42.960Z[ host-image] Aug 25 21:11:42.343 INFO creating reset image...
110312026-08-25T21:11:42.960Z[ host-image] Aug 25 21:11:42.343 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")
110322026-08-25T21:11:43.035Z[ host-image] Aug 25 21:11:42.417 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
110332026-08-25T21:11:43.039Z[ host-image] Aug 25 21:11:42.419 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110342026-08-25T21:11:43.269Z[ recovery-image] Aug 25 21:11:42.653 INFO image complete! materials are in "/work/os-recovery"
110352026-08-25T21:11:43.273Z[ recovery-image]
110362026-08-25T21:11:43.273Z[ recovery-image] real 3:17.056514633
110372026-08-25T21:11:43.273Z[ recovery-image] user 2:38.768008177
110382026-08-25T21:11:43.276Z[ recovery-image] sys 38.292413777
110392026-08-25T21:11:43.276Z[ recovery-image] trap 0.137796592
110402026-08-25T21:11:43.276Z[ recovery-image] tflt 0.746550168
110412026-08-25T21:11:43.276Z[ recovery-image] dflt 0.716533508
110422026-08-25T21:11:43.276Z[ recovery-image] kflt 0.000247290
110432026-08-25T21:11:43.276Z[ recovery-image] lock 7:05.644968088
110442026-08-25T21:11:43.276Z[ recovery-image] slp 17:25.409922744
110452026-08-25T21:11:43.276Z[ recovery-image] lat 32.683184579
110462026-08-25T21:11:43.276Z[ recovery-image] stop 8.837935754
110472026-08-25T21:11:43.276ZAug 25 21:11:42.657 INFO [recovery-image] process exited with exit status: 0 (197.062071064s)
110482026-08-25T21:11:43.276ZAug 25 21:11:42.657 INFO [tuf-v2-recovery] running task
110492026-08-25T21:11:43.276ZAug 25 21:11:42.658 INFO [tuf-v2-recovery] task succeeded (638.991µs)
110502026-08-25T21:11:43.359Z[ host-image] Aug 25 21:11:42.742 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)
110512026-08-25T21:11:43.359Z[ host-image] Aug 25 21:11:42.742 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)
110522026-08-25T21:11:43.359Z[ host-image] Aug 25 21:11:42.742 INFO E| Compiling proc-macro2 v1.0.106
110532026-08-25T21:11:43.362Z[ host-image] Aug 25 21:11:42.742 INFO E| Compiling quote v1.0.45
110542026-08-25T21:11:43.362Z[ host-image] Aug 25 21:11:42.742 INFO E| Compiling unicode-ident v1.0.24
110552026-08-25T21:11:43.362Z[ host-image] Aug 25 21:11:42.742 INFO E| Compiling syn v1.0.109
110562026-08-25T21:11:43.363Z[ host-image] Aug 25 21:11:42.743 INFO E| Compiling x86 v0.52.0
110572026-08-25T21:11:43.363Z[ host-image] Aug 25 21:11:42.743 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110582026-08-25T21:11:43.363Z[ host-image] Aug 25 21:11:42.743 INFO E| Compiling seq-macro v0.3.6
110592026-08-25T21:11:44.352Z[ host-image] Aug 25 21:11:43.735 INFO E| Compiling syn v2.0.117
110602026-08-25T21:11:45.772Z[ host-image] Aug 25 21:11:45.156 INFO E| Compiling scroll_derive v0.13.1
110612026-08-25T21:11:46.936Z[ host-image] Aug 25 21:11:46.318 INFO E| Compiling bitstruct_derive v0.1.0
110622026-08-25T21:11:56.192Z[ host-image] Aug 25 21:11:55.575 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)
110632026-08-25T21:11:58.345Z[ host-image] Aug 25 21:11:57.728 INFO E| Compiling bitflags v1.3.2
110642026-08-25T21:11:58.345Z[ host-image] Aug 25 21:11:57.728 INFO E| Compiling log v0.4.32
110652026-08-25T21:11:58.345Z[ host-image] Aug 25 21:11:57.728 INFO E| Compiling scroll v0.13.0
110662026-08-25T21:11:58.348Z[ host-image] Aug 25 21:11:57.728 INFO E| Compiling adler2 v2.0.1
110672026-08-25T21:11:58.348Z[ host-image] Aug 25 21:11:57.728 INFO E| Compiling bit_field v0.10.3
110682026-08-25T21:11:58.348Z[ host-image] Aug 25 21:11:57.728 INFO E| Compiling bitflags v2.13.0
110692026-08-25T21:11:58.349Z[ host-image] Aug 25 21:11:57.728 INFO E| Compiling plain v0.2.3
110702026-08-25T21:11:58.349Z[ host-image] Aug 25 21:11:57.728 INFO E| Compiling bitstruct v0.1.1
110712026-08-25T21:11:58.349Z[ host-image] Aug 25 21:11:57.728 INFO E| Compiling static_assertions v1.1.0
110722026-08-25T21:11:58.400Z[ host-image] Aug 25 21:11:57.783 INFO E| Compiling raw-cpuid v10.7.0
110732026-08-25T21:11:58.454Z[ host-image] Aug 25 21:11:57.838 INFO E| Compiling miniz_oxide v0.9.1
110742026-08-25T21:11:58.511Z[ host-image] Aug 25 21:11:57.894 INFO E| Compiling cpio_reader v0.1.2
110752026-08-25T21:11:58.581Z[ host-image] Aug 25 21:11:57.964 INFO E| Compiling goblin v0.10.7
110762026-08-25T21:12:01.470Z[ host-image] Aug 25 21:12:00.853 INFO E| Finished `release` profile [optimized] target(s) in 18.42s
110772026-08-25T21:12:01.482Z[ host-image] Aug 25 21:12:00.865 INFO building ROM for gimlet
110782026-08-25T21:12:01.482Z[ host-image] Aug 25 21:12:00.865 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")
110792026-08-25T21:12:01.575Z[ host-image] Aug 25 21:12:00.957 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110802026-08-25T21:12:01.579Z[ host-image] Aug 25 21:12:00.960 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`
110812026-08-25T21:12:01.589Z[ host-image] Aug 25 21:12:00.972 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110822026-08-25T21:12:01.656Z[ host-image] Aug 25 21:12:01.039 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110832026-08-25T21:12:01.659Z[ host-image] Aug 25 21:12:01.042 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`
110842026-08-25T21:12:01.786Z[ host-image] Aug 25 21:12:01.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110852026-08-25T21:12:01.786Z[ host-image] Aug 25 21:12:01.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110862026-08-25T21:12:01.791Z[ host-image] Aug 25 21:12:01.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110872026-08-25T21:12:01.791Z[ host-image] Aug 25 21:12:01.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110882026-08-25T21:12:01.791Z[ host-image] Aug 25 21:12:01.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110892026-08-25T21:12:01.791Z[ host-image] Aug 25 21:12:01.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110902026-08-25T21:12:01.791Z[ host-image] Aug 25 21:12:01.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110912026-08-25T21:12:01.792Z[ host-image] Aug 25 21:12:01.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110922026-08-25T21:12:01.792Z[ host-image] Aug 25 21:12:01.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110932026-08-25T21:12:01.792Z[ host-image] Aug 25 21:12:01.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110942026-08-25T21:12:01.792Z[ host-image] Aug 25 21:12:01.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110952026-08-25T21:12:01.792Z[ host-image] Aug 25 21:12:01.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110962026-08-25T21:12:01.792Z[ host-image] Aug 25 21:12:01.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110972026-08-25T21:12:01.792Z[ host-image] Aug 25 21:12:01.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110982026-08-25T21:12:01.792Z[ host-image] Aug 25 21:12:01.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110992026-08-25T21:12:01.792Z[ host-image] Aug 25 21:12:01.170 INFO O| Info: ABL version: 0x100f5010
111002026-08-25T21:12:01.792Z[ host-image] Aug 25 21:12:01.170 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111012026-08-25T21:12:01.792Z[ host-image] Aug 25 21:12:01.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111022026-08-25T21:12:01.792Z[ host-image] Aug 25 21:12:01.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111032026-08-25T21:12:01.792Z[ host-image] Aug 25 21:12:01.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111042026-08-25T21:12:01.792Z[ host-image] Aug 25 21:12:01.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111052026-08-25T21:12:01.792Z[ host-image] Aug 25 21:12:01.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111062026-08-25T21:12:01.792Z[ host-image] Aug 25 21:12:01.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111072026-08-25T21:12:01.793Z[ host-image] Aug 25 21:12:01.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111082026-08-25T21:12:01.793Z[ host-image] Aug 25 21:12:01.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111092026-08-25T21:12:01.793Z[ host-image] Aug 25 21:12:01.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111102026-08-25T21:12:01.793Z[ host-image] Aug 25 21:12:01.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111112026-08-25T21:12:01.793Z[ host-image] Aug 25 21:12:01.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111122026-08-25T21:12:01.793Z[ host-image] Aug 25 21:12:01.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111132026-08-25T21:12:01.793Z[ host-image] Aug 25 21:12:01.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111142026-08-25T21:12:01.793Z[ host-image] Aug 25 21:12:01.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111152026-08-25T21:12:01.793Z[ host-image] Aug 25 21:12:01.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111162026-08-25T21:12:01.793Z[ host-image] Aug 25 21:12:01.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111172026-08-25T21:12:01.794Z[ host-image] Aug 25 21:12:01.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111182026-08-25T21:12:01.794Z[ host-image] Aug 25 21:12:01.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111192026-08-25T21:12:01.822Z[ host-image] Aug 25 21:12:01.205 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111202026-08-25T21:12:01.822Z[ host-image] Aug 25 21:12:01.205 INFO building ROM for cosmo
111212026-08-25T21:12:01.825Z[ host-image] Aug 25 21:12:01.205 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")
111222026-08-25T21:12:01.910Z[ host-image] Aug 25 21:12:01.293 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111232026-08-25T21:12:01.913Z[ host-image] Aug 25 21:12:01.295 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`
111242026-08-25T21:12:01.924Z[ host-image] Aug 25 21:12:01.307 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
111252026-08-25T21:12:01.993Z[ host-image] Aug 25 21:12:01.375 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111262026-08-25T21:12:01.999Z[ host-image] Aug 25 21:12:01.381 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`
111272026-08-25T21:12:02.210Z[ host-image] Aug 25 21:12:01.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
111282026-08-25T21:12:02.210Z[ host-image] Aug 25 21:12:01.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
111292026-08-25T21:12:02.213Z[ host-image] Aug 25 21:12:01.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
111302026-08-25T21:12:02.214Z[ host-image] Aug 25 21:12:01.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
111312026-08-25T21:12:02.214Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
111322026-08-25T21:12:02.214Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
111332026-08-25T21:12:02.214Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111342026-08-25T21:12:02.214Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111352026-08-25T21:12:02.214Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111362026-08-25T21:12:02.214Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111372026-08-25T21:12:02.214Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111382026-08-25T21:12:02.214Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111392026-08-25T21:12:02.214Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111402026-08-25T21:12:02.214Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111412026-08-25T21:12:02.214Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111422026-08-25T21:12:02.215Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111432026-08-25T21:12:02.215Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111442026-08-25T21:12:02.216Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111452026-08-25T21:12:02.216Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111462026-08-25T21:12:02.216Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111472026-08-25T21:12:02.216Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111482026-08-25T21:12:02.216Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111492026-08-25T21:12:02.216Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111502026-08-25T21:12:02.216Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111512026-08-25T21:12:02.216Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111522026-08-25T21:12:02.216Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111532026-08-25T21:12:02.216Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111542026-08-25T21:12:02.216Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111552026-08-25T21:12:02.216Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111562026-08-25T21:12:02.216Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111572026-08-25T21:12:02.216Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111582026-08-25T21:12:02.217Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111592026-08-25T21:12:02.218Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111602026-08-25T21:12:02.218Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111612026-08-25T21:12:02.218Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111622026-08-25T21:12:02.218Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111632026-08-25T21:12:02.218Z[ host-image] Aug 25 21:12:01.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111642026-08-25T21:12:02.218Z[ host-image] Aug 25 21:12:01.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111652026-08-25T21:12:02.218Z[ host-image] Aug 25 21:12:01.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111662026-08-25T21:12:02.218Z[ host-image] Aug 25 21:12:01.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111672026-08-25T21:12:02.218Z[ host-image] Aug 25 21:12:01.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111682026-08-25T21:12:02.218Z[ host-image] Aug 25 21:12:01.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111692026-08-25T21:12:02.218Z[ host-image] Aug 25 21:12:01.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111702026-08-25T21:12:02.218Z[ host-image] Aug 25 21:12:01.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111712026-08-25T21:12:02.218Z[ host-image] Aug 25 21:12:01.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111722026-08-25T21:12:02.218Z[ host-image] Aug 25 21:12:01.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111732026-08-25T21:12:02.219Z[ host-image] Aug 25 21:12:01.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111742026-08-25T21:12:02.219Z[ host-image] Aug 25 21:12:01.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111752026-08-25T21:12:02.219Z[ host-image] Aug 25 21:12:01.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111762026-08-25T21:12:02.219Z[ host-image] Aug 25 21:12:01.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111772026-08-25T21:12:02.219Z[ host-image] Aug 25 21:12:01.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111782026-08-25T21:12:02.219Z[ host-image] Aug 25 21:12:01.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111792026-08-25T21:12:02.219Z[ host-image] Aug 25 21:12:01.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111802026-08-25T21:12:02.219Z[ host-image] Aug 25 21:12:01.594 INFO O| Info: ABL version: 0x100af010
111812026-08-25T21:12:02.219Z[ host-image] Aug 25 21:12:01.594 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111822026-08-25T21:12:02.219Z[ host-image] Aug 25 21:12:01.594 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111832026-08-25T21:12:02.219Z[ host-image] Aug 25 21:12:01.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111842026-08-25T21:12:02.219Z[ host-image] Aug 25 21:12:01.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111852026-08-25T21:12:02.219Z[ host-image] Aug 25 21:12:01.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111862026-08-25T21:12:02.219Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111872026-08-25T21:12:02.219Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111882026-08-25T21:12:02.220Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111892026-08-25T21:12:02.220Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111902026-08-25T21:12:02.220Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111912026-08-25T21:12:02.220Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111922026-08-25T21:12:02.220Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111932026-08-25T21:12:02.220Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111942026-08-25T21:12:02.220Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111952026-08-25T21:12:02.220Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111962026-08-25T21:12:02.220Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111972026-08-25T21:12:02.220Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111982026-08-25T21:12:02.220Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111992026-08-25T21:12:02.220Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
112002026-08-25T21:12:02.220Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
112012026-08-25T21:12:02.220Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
112022026-08-25T21:12:02.221Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
112032026-08-25T21:12:02.221Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
112042026-08-25T21:12:02.221Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
112052026-08-25T21:12:02.221Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
112062026-08-25T21:12:02.221Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
112072026-08-25T21:12:02.221Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
112082026-08-25T21:12:02.221Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
112092026-08-25T21:12:02.221Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
112102026-08-25T21:12:02.221Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
112112026-08-25T21:12:02.221Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
112122026-08-25T21:12:02.221Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
112132026-08-25T21:12:02.221Z[ host-image] Aug 25 21:12:01.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
112142026-08-25T21:12:02.246Z[ host-image] Aug 25 21:12:01.629 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
112152026-08-25T21:12:02.247Z[ host-image] Aug 25 21:12:01.629 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112162026-08-25T21:12:14.002Z[ host-image] Aug 25 21:12:13.384 INFO image complete! materials are in "/work/os-host"
112172026-08-25T21:12:14.006Z[ host-image]
112182026-08-25T21:12:14.006Z[ host-image] real 4:00.544371489
112192026-08-25T21:12:14.006Z[ host-image] user 2:50.984871832
112202026-08-25T21:12:14.006Z[ host-image] sys 36.180062485
112212026-08-25T21:12:14.006Z[ host-image] trap 0.152956146
112222026-08-25T21:12:14.006Z[ host-image] tflt 0.274782550
112232026-08-25T21:12:14.006Z[ host-image] dflt 0.259738885
112242026-08-25T21:12:14.006Z[ host-image] kflt 0.000175550
112252026-08-25T21:12:14.006Z[ host-image] lock 4:44.044065724
112262026-08-25T21:12:14.006Z[ host-image] slp 20:08.475981753
112272026-08-25T21:12:14.006Z[ host-image] lat 23.081276832
112282026-08-25T21:12:14.006Z[ host-image] stop 1.812551728
112292026-08-25T21:12:14.006ZAug 25 21:12:13.388 INFO [host-image] process exited with exit status: 0 (240.550368482s)
112302026-08-25T21:12:14.006ZAug 25 21:12:13.388 INFO [tuf-v2-host] running task
112312026-08-25T21:12:14.006ZAug 25 21:12:13.388 INFO [tuf-repo] running task
112322026-08-25T21:12:14.006ZAug 25 21:12:13.389 INFO [tuf-v2-host] task succeeded (684.97µs)
112332026-08-25T21:12:14.006ZAug 25 21:12:13.389 INFO [tuf-v2-repo] running task
112342026-08-25T21:12:35.933ZAug 25 21:12:35.315 INFO [tuf-v2-repo] task succeeded (21.926710045s)
112352026-08-25T21:12:36.083ZAug 25 21:12:35.466 INFO assembling repository in `/tmp/tufaceousjhb5Ao`, component: OmicronRepoAssembler
112362026-08-25T21:12:44.744ZAug 25 21:12:44.127 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112372026-08-25T21:12:45.009ZAug 25 21:12:44.392 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112382026-08-25T21:12:47.300ZAug 25 21:12:46.683 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112392026-08-25T21:12:47.353ZAug 25 21:12:46.735 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112402026-08-25T21:12:47.408ZAug 25 21:12:46.790 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112412026-08-25T21:12:47.458ZAug 25 21:12:46.841 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112422026-08-25T21:12:47.507ZAug 25 21:12:46.890 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112432026-08-25T21:12:47.565ZAug 25 21:12:46.947 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112442026-08-25T21:12:47.615ZAug 25 21:12:46.998 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112452026-08-25T21:12:58.028ZAug 25 21:12:57.409 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
112462026-08-25T21:12:58.033ZAug 25 21:12:57.415 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
112472026-08-25T21:12:58.057ZAug 25 21:12:57.440 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
112482026-08-25T21:12:58.111ZAug 25 21:12:57.494 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112492026-08-25T21:12:58.174ZAug 25 21:12:57.556 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112502026-08-25T21:12:58.230ZAug 25 21:12:57.612 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112512026-08-25T21:12:58.295ZAug 25 21:12:57.678 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
112522026-08-25T21:12:58.301ZAug 25 21:12:57.684 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
112532026-08-25T21:12:58.324ZAug 25 21:12:57.707 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
112542026-08-25T21:13:00.098ZAug 25 21:12:59.480 INFO [tuf-repo] task succeeded (46.0925399s)
112552026-08-25T21:15:34.694Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 05s
112562026-08-25T21:15:34.699Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112572026-08-25T21:15:34.699Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112582026-08-25T21:15:37.365ZAug 25 21:15:36.739 INFO [verify-libraries] process exited with exit status: 0 (431.36769261s)
112592026-08-25T21:15:37.366ZAug 25 21:15:36.739 INFO all jobs completed in 1293.00773441s
112602026-08-25T21:15:38.603Zprocess exited: duration 1512364 ms, exit code 0
 
112612026-08-25T21:15:38.633Zfound 41 output files
112622026-08-25T21:15:38.633Zuploading: /work/manifest.toml (17334 bytes)
112632026-08-25T21:15:39.658Zuploaded: /work/manifest.toml
112642026-08-25T21:15:39.658Zuploading: /work/repo.zip (3288681867 bytes)
112652026-08-25T21:16:46.958Zuploaded: /work/repo.zip
112662026-08-25T21:16:46.961Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112672026-08-25T21:16:47.975Zuploaded: /work/repo.zip.sha256.txt
112682026-08-25T21:16:47.976Zuploading: /work/helios.json (647 bytes)
112692026-08-25T21:16:48.985Zuploaded: /work/helios.json
112702026-08-25T21:16:48.989Zuploading: /work/incorporation.p5m (113590 bytes)
112712026-08-25T21:16:50.004Zuploaded: /work/incorporation.p5m
112722026-08-25T21:16:50.005Zuploading: /work/incorporation.p5p (133120 bytes)
112732026-08-25T21:16:51.021Zuploaded: /work/incorporation.p5p
112742026-08-25T21:16:51.021Zuploading: /work/helios-incorp.log (522 bytes)
112752026-08-25T21:16:52.032Zuploaded: /work/helios-incorp.log
112762026-08-25T21:16:52.032Zuploading: /work/helios-setup.log (57392 bytes)
112772026-08-25T21:16:53.043Zuploaded: /work/helios-setup.log
112782026-08-25T21:16:53.043Zuploading: /work/host-image.log (233226 bytes)
112792026-08-25T21:16:54.058Zuploaded: /work/host-image.log
112802026-08-25T21:16:54.058Zuploading: /work/host-package.log (33790 bytes)
112812026-08-25T21:16:55.069Zuploaded: /work/host-package.log
112822026-08-25T21:16:55.069Zuploading: /work/host-target.log (101 bytes)
112832026-08-25T21:16:56.118Zuploaded: /work/host-target.log
112842026-08-25T21:16:56.118Zuploading: /work/incorp-create.log (0 bytes)
112852026-08-25T21:16:57.134Zuploaded: /work/incorp-create.log
112862026-08-25T21:16:57.134Zuploading: /work/incorp-fmt.log (0 bytes)
112872026-08-25T21:16:58.145Zuploaded: /work/incorp-fmt.log
112882026-08-25T21:16:58.145Zuploading: /work/incorp-pkgsend.log (108 bytes)
112892026-08-25T21:16:59.156Zuploaded: /work/incorp-pkgsend.log
112902026-08-25T21:16:59.157Zuploading: /work/incorp-publisher.log (0 bytes)
112912026-08-25T21:17:00.165Zuploaded: /work/incorp-publisher.log
112922026-08-25T21:17:00.165Zuploading: /work/omicron-package.log (10430 bytes)
112932026-08-25T21:17:01.175Zuploaded: /work/omicron-package.log
112942026-08-25T21:17:01.176Zuploading: /work/recovery-image.log (591108 bytes)
112952026-08-25T21:17:02.194Zuploaded: /work/recovery-image.log
112962026-08-25T21:17:02.194Zuploading: /work/recovery-package.log (321 bytes)
112972026-08-25T21:17:03.209Zuploaded: /work/recovery-package.log
112982026-08-25T21:17:03.209Zuploading: /work/recovery-target.log (98 bytes)
112992026-08-25T21:17:04.220Zuploaded: /work/recovery-target.log
113002026-08-25T21:17:04.220Zuploading: /work/stamp-clickhouse.log (117 bytes)
113012026-08-25T21:17:05.230Zuploaded: /work/stamp-clickhouse.log
113022026-08-25T21:17:05.230Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113032026-08-25T21:17:06.241Zuploaded: /work/stamp-clickhouse_keeper.log
113042026-08-25T21:17:06.241Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113052026-08-25T21:17:07.248Zuploaded: /work/stamp-clickhouse_server.log
113062026-08-25T21:17:07.248Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113072026-08-25T21:17:08.258Zuploaded: /work/stamp-cockroachdb.log
113082026-08-25T21:17:08.258Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113092026-08-25T21:17:09.268Zuploaded: /work/stamp-crucible-pantry-zone.log
113102026-08-25T21:17:09.268Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113112026-08-25T21:17:10.283Zuploaded: /work/stamp-crucible-utils.log
113122026-08-25T21:17:10.283Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113132026-08-25T21:17:11.292Zuploaded: /work/stamp-crucible-zone.log
113142026-08-25T21:17:11.293Zuploading: /work/stamp-external-dns.log (119 bytes)
113152026-08-25T21:17:12.304Zuploaded: /work/stamp-external-dns.log
113162026-08-25T21:17:12.304Zuploading: /work/stamp-installinator.log (103 bytes)
113172026-08-25T21:17:13.314Zuploaded: /work/stamp-installinator.log
113182026-08-25T21:17:13.314Zuploading: /work/stamp-internal-dns.log (119 bytes)
113192026-08-25T21:17:14.324Zuploaded: /work/stamp-internal-dns.log
113202026-08-25T21:17:14.324Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113212026-08-25T21:17:15.335Zuploaded: /work/stamp-mg-ddm-gz.log
113222026-08-25T21:17:15.335Zuploading: /work/stamp-nexus.log (112 bytes)
113232026-08-25T21:17:16.345Zuploaded: /work/stamp-nexus.log
113242026-08-25T21:17:16.345Zuploading: /work/stamp-ntp.log (110 bytes)
113252026-08-25T21:17:17.355Zuploaded: /work/stamp-ntp.log
113262026-08-25T21:17:17.355Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113272026-08-25T21:17:18.369Zuploaded: /work/stamp-omicron-sled-agent.log
113282026-08-25T21:17:18.370Zuploading: /work/stamp-overlay.log (114 bytes)
113292026-08-25T21:17:19.381Zuploaded: /work/stamp-overlay.log
113302026-08-25T21:17:19.381Zuploading: /work/stamp-oximeter.log (115 bytes)
113312026-08-25T21:17:20.395Zuploaded: /work/stamp-oximeter.log
113322026-08-25T21:17:20.395Zuploading: /work/stamp-oxlog.log (109 bytes)
113332026-08-25T21:17:21.406Zuploaded: /work/stamp-oxlog.log
113342026-08-25T21:17:21.406Zuploading: /work/stamp-probe.log (112 bytes)
113352026-08-25T21:17:22.415Zuploaded: /work/stamp-probe.log
113362026-08-25T21:17:22.415Zuploading: /work/stamp-propolis-server.log (122 bytes)
113372026-08-25T21:17:23.428Zuploaded: /work/stamp-propolis-server.log
113382026-08-25T21:17:23.428Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113392026-08-25T21:17:24.439Zuploaded: /work/stamp-pumpkind-gz.log
113402026-08-25T21:17:24.439Zuploading: /work/stamp-switch-asic.log (118 bytes)
113412026-08-25T21:17:25.449Zuploaded: /work/stamp-switch-asic.log
113422026-08-25T21:17:25.449Zuploading: /work/verify-libraries.log (50737 bytes)
113432026-08-25T21:17:26.462Zuploaded: /work/verify-libraries.log