01KZY77DFMWG2G7WB6J3A09305: 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: 01KZY77VZZW2DVGYH1QX8Q22RZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-13T18:49:14.371Zjob assigned to worker 01KZY786R162EH3SGRYZYR68FQ [factory aws, i-05ddd7ed203f4d6ba] (queued for 1 m 10 s)
 
22026-08-13T18:49:21.525Zstarting task 0: "setup"
32026-08-13T18:49:21.535Z++ uname -s
42026-08-13T18:49:21.538Z+ kern=SunOS
52026-08-13T18:49:21.538Z+ build_user=build
62026-08-13T18:49:21.538Z+ build_uid=12345
72026-08-13T18:49:21.538Z+ work_dir=/work
82026-08-13T18:49:21.538Z+ input_dir=/input
92026-08-13T18:49:21.539Z+ [[ 0 == 12345 ]]
102026-08-13T18:49:21.539Z+ case "$kern" in
112026-08-13T18:49:21.539Z+ groupadd -g 12345 build
122026-08-13T18:49:21.542Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-13T18:49:23.550Z+ zfs create -o mountpoint=/work rpool/work
142026-08-13T18:49:23.627Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-13T18:49:23.630Z+ home_fs=zfs
162026-08-13T18:49:23.630Z+ [[ zfs == autofs ]]
172026-08-13T18:49:23.630Z+ mkdir -p /home/build
182026-08-13T18:49:23.633Z+ chown build:build /home/build /work
192026-08-13T18:49:25.633Z+ chmod 0700 /home/build /work
202026-08-13T18:49:25.637Zprocess exited: duration 4112 ms, exit code 0
 
212026-08-13T18:49:25.644Zstarting task 1: "rust-toolchain"
222026-08-13T18:49:25.651Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-13T18:49:25.651Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-13T18:49:25.651Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-13T18:49:25.651Z * rust toolchain channel = "1.97.1"
262026-08-13T18:49:25.651Z * rust toolchain profile = "default"
272026-08-13T18:49:25.651Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-13T18:49:25.654Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-13T18:49:25.655Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-13T18:49:25.719Zinfo: downloading installer
312026-08-13T18:49:27.268Zwarn: It looks like you have an existing rustup settings file at:
322026-08-13T18:49:27.268Zwarn: /home/build/.rustup/settings.toml
332026-08-13T18:49:27.268Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-13T18:49:27.268Zwarn: instead of the one inferred from the default host triple.
352026-08-13T18:49:27.282Zinfo: profile set to default
362026-08-13T18:49:27.282Zinfo: default host triple is x86_64-unknown-illumos
372026-08-13T18:49:27.285Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-13T18:49:27.425Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-13T18:49:27.428Zinfo: downloading 6 components
402026-08-13T18:49:43.356Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-13T18:49:43.356Z
422026-08-13T18:49:43.386Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-13T18:49:43.386Z
442026-08-13T18:49:43.386Z
452026-08-13T18:49:43.386ZRust is installed now. Great!
462026-08-13T18:49:43.386Z
472026-08-13T18:49:43.386ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-13T18:49:43.386Zenvironment variable. This has not been done automatically.
492026-08-13T18:49:43.386Z
502026-08-13T18:49:43.386ZTo configure your current shell, you need to source
512026-08-13T18:49:43.386Zthe corresponding env file under $HOME/.cargo.
522026-08-13T18:49:43.386Z
532026-08-13T18:49:43.386ZThis is usually done by running one of the following (note the leading DOT):
542026-08-13T18:49:43.386Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-13T18:49:43.386Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-13T18:49:43.386Zsource "~/.cargo/env.nu" # For nushell
572026-08-13T18:49:43.386Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-13T18:49:43.386Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-13T18:49:43.390Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-13T18:49:43.390Zwarn: no default linker (`cc`) was found in your PATH
612026-08-13T18:49:43.390Zwarn: many Rust crates require a system C toolchain to build
622026-08-13T18:49:43.491Z+ rustup --version
632026-08-13T18:49:43.498Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-13T18:49:43.501Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-13T18:49:43.519Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-13T18:49:43.522Z+ cargo --version
672026-08-13T18:49:43.530Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-13T18:49:43.534Z+ rustc --version
692026-08-13T18:49:43.554Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-13T18:49:43.557Zprocess exited: duration 17912 ms, exit code 0
 
712026-08-13T18:49:43.565Zstarting task 2: "authentication"
722026-08-13T18:49:43.588Zprocess exited: duration 22 ms, exit code 0
 
732026-08-13T18:49:43.596Zstarting task 3: "clone repository"
742026-08-13T18:49:43.600Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-13T18:49:43.604Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-13T18:49:43.636ZCloning into '/work/oxidecomputer/omicron'...
772026-08-13T18:49:55.182Z+ cd /work/oxidecomputer/omicron
782026-08-13T18:49:55.182Z+ git fetch origin 30df0f21bcb15483e46b103088a6662f52fac275
792026-08-13T18:49:55.510ZFrom https://github.com/oxidecomputer/omicron
802026-08-13T18:49:55.510Z * branch 30df0f21bcb15483e46b103088a6662f52fac275 -> FETCH_HEAD
812026-08-13T18:49:55.528Z+ [[ -n sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository ]]
822026-08-13T18:49:55.532Z++ git branch --show-current
832026-08-13T18:49:55.532Z+ current=main
842026-08-13T18:49:55.532Z+ [[ main != sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository ]]
852026-08-13T18:49:55.532Z+ git branch -f sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository 30df0f21bcb15483e46b103088a6662f52fac275
862026-08-13T18:49:55.535Z+ git checkout -f sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository
872026-08-13T18:49:55.812ZSwitched to branch 'sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository'
882026-08-13T18:49:55.817Z+ git reset --hard 30df0f21bcb15483e46b103088a6662f52fac275
892026-08-13T18:49:55.832ZHEAD is now at 30df0f21b rebase on main
902026-08-13T18:49:55.836Zprocess exited: duration 12238 ms, exit code 0
 
912026-08-13T18:49:55.843Zstarting task 4: "build"
922026-08-13T18:49:55.850Z+ source .github/buildomat/ci-env.sh
932026-08-13T18:49:55.850Z++ export CARGO_TERM_COLOR=always
942026-08-13T18:49:55.850Z++ CARGO_TERM_COLOR=always
952026-08-13T18:49:55.854Z+++ uname -s
962026-08-13T18:49:55.854Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-13T18:49:55.854Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-13T18:49:55.857Z+ cargo --version
992026-08-13T18:49:55.867Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-13T18:49:55.870Z+ rustc --version
1012026-08-13T18:49:55.893Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-13T18:49:55.896Z+ cargo tree --locked
1032026-08-13T18:49:56.089Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-13T18:49:56.399Z Updating crates.io index
1052026-08-13T18:49:56.402Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-13T18:49:56.685Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-13T18:49:57.140Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-13T18:49:58.187Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-13T18:49:58.724Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-13T18:50:00.412Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-13T18:50:02.393Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-13T18:50:02.700Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-13T18:50:03.139Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-13T18:50:04.673Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-13T18:50:05.007Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-13T18:50:05.376Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-08-13T18:50:05.657Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-08-13T18:50:06.171Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-08-13T18:50:06.451Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-08-13T18:50:06.807Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-13T18:50:07.113Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-13T18:50:07.447Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1232026-08-13T18:50:07.905Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1242026-08-13T18:50:08.390Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-08-13T18:50:08.767Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262026-08-13T18:50:09.314Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-08-13T18:50:09.627Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282026-08-13T18:50:10.195Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1292026-08-13T18:50:10.560Z Updating git repository `https://github.com/oxidecomputer/erebor`
1302026-08-13T18:50:10.867Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1312026-08-13T18:50:11.350Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1322026-08-13T18:50:11.654Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1332026-08-13T18:50:11.991Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-08-13T18:50:12.409Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-08-13T18:50:12.683Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-08-13T18:50:13.012Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372026-08-13T18:50:13.417Z Updating git repository `https://github.com/oxidecomputer/tough`
1382026-08-13T18:50:14.170Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-08-13T18:50:14.434Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-13T18:50:14.716Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-08-13T18:50:15.028Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-08-13T18:50:15.379Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1432026-08-13T18:50:15.677Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-08-13T18:50:15.981Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-08-13T18:50:16.325Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-08-13T18:50:16.619Z Updating git repository `https://github.com/illumos/smf-rs`
1472026-08-13T18:50:20.381Z Downloading crates ...
1482026-08-13T18:50:20.429Z Downloaded ciborium-ll v0.2.2
1492026-08-13T18:50:20.432Z Downloaded ciborium-io v0.2.2
1502026-08-13T18:50:20.445Z Downloaded clap_lex v1.0.0
1512026-08-13T18:50:20.453Z Downloaded crc-catalog v2.4.0
1522026-08-13T18:50:20.456Z Downloaded cobs v0.3.0
1532026-08-13T18:50:20.459Z Downloaded hex-literal v1.1.0
1542026-08-13T18:50:20.462Z Downloaded constant_time_eq v0.3.1
1552026-08-13T18:50:20.471Z Downloaded half v2.7.1
1562026-08-13T18:50:20.474Z Downloaded instant v0.1.13
1572026-08-13T18:50:20.474Z Downloaded guppy-workspace-hack v0.1.0
1582026-08-13T18:50:20.477Z Downloaded is_terminal_polyfill v1.70.2
1592026-08-13T18:50:20.480Z Downloaded crc v3.4.0
1602026-08-13T18:50:20.484Z Downloaded http-range v0.1.5
1612026-08-13T18:50:20.487Z Downloaded colorchoice v1.0.4
1622026-08-13T18:50:20.491Z Downloaded cpufeatures v0.2.17
1632026-08-13T18:50:20.491Z Downloaded headers v0.4.1
1642026-08-13T18:50:20.494Z Downloaded crc8 v0.1.1
1652026-08-13T18:50:20.494Z Downloaded darling_macro v0.23.0
1662026-08-13T18:50:20.494Z Downloaded headers-core v0.3.0
1672026-08-13T18:50:20.494Z Downloaded crypto-common v0.1.7
1682026-08-13T18:50:20.494Z Downloaded convert_case v0.4.0
1692026-08-13T18:50:20.497Z Downloaded hubpack_derive v0.1.1
1702026-08-13T18:50:20.497Z Downloaded crypto-common v0.2.2
1712026-08-13T18:50:20.497Z Downloaded cmake v0.1.57
1722026-08-13T18:50:20.500Z Downloaded compression-core v0.4.31
1732026-08-13T18:50:20.500Z Downloaded httpdate v1.0.3
1742026-08-13T18:50:20.501Z Downloaded highway v1.3.0
1752026-08-13T18:50:20.504Z Downloaded group v0.14.0
1762026-08-13T18:50:20.504Z Downloaded http-body-util v0.1.3
1772026-08-13T18:50:20.507Z Downloaded compression-codecs v0.4.37
1782026-08-13T18:50:20.510Z Downloaded corncobs v0.1.4
1792026-08-13T18:50:20.510Z Downloaded critical-section v1.2.0
1802026-08-13T18:50:20.510Z Downloaded hash32 v0.3.1
1812026-08-13T18:50:20.510Z Downloaded hex v0.4.3
1822026-08-13T18:50:20.513Z Downloaded constant_time_eq v0.4.2
1832026-08-13T18:50:20.513Z Downloaded hash32 v0.2.1
1842026-08-13T18:50:20.516Z Downloaded hmac v0.13.0
1852026-08-13T18:50:20.520Z Downloaded hostname v0.3.1
1862026-08-13T18:50:20.520Z Downloaded cmov v0.5.4
1872026-08-13T18:50:20.520Z Downloaded console v0.16.2
1882026-08-13T18:50:20.523Z Downloaded addr2line v0.25.1
1892026-08-13T18:50:20.523Z Downloaded cookie v0.18.1
1902026-08-13T18:50:20.528Z Downloaded group v0.13.0
1912026-08-13T18:50:20.528Z Downloaded console v0.15.11
1922026-08-13T18:50:20.528Z Downloaded home v0.5.12
1932026-08-13T18:50:20.531Z Downloaded http-body v1.0.1
1942026-08-13T18:50:20.531Z Downloaded hubpack v0.1.2
1952026-08-13T18:50:20.531Z Downloaded defmt v0.3.100
1962026-08-13T18:50:20.531Z Downloaded darling_macro v0.21.3
1972026-08-13T18:50:20.531Z Downloaded hostname v0.4.2
1982026-08-13T18:50:20.537Z Downloaded darling_macro v0.13.4
1992026-08-13T18:50:20.540Z Downloaded crunchy v0.2.4
2002026-08-13T18:50:20.543Z Downloaded debug-ignore v1.0.5
2012026-08-13T18:50:20.543Z Downloaded defmt-parser v1.0.0
2022026-08-13T18:50:20.546Z Downloaded darling_macro v0.20.11
2032026-08-13T18:50:20.549Z Downloaded cstr-argument v0.1.2
2042026-08-13T18:50:20.549Z Downloaded illumos-nvpair v0.3.0
2052026-08-13T18:50:20.553Z Downloaded derive_builder_macro v0.20.2
2062026-08-13T18:50:20.553Z Downloaded crucible-workspace-hack v0.1.0
2072026-08-13T18:50:20.556Z Downloaded hyper-tls v0.6.0
2082026-08-13T18:50:20.559Z Downloaded cpufeatures v0.3.0
2092026-08-13T18:50:20.559Z Downloaded concurrent-queue v2.5.0
2102026-08-13T18:50:20.562Z Downloaded const_format_proc_macros v0.2.34
2112026-08-13T18:50:20.562Z Downloaded convert_case v0.10.0
2122026-08-13T18:50:20.562Z Downloaded cpubits v0.1.1
2132026-08-13T18:50:20.562Z Downloaded crossbeam-deque v0.8.6
2142026-08-13T18:50:20.565Z Downloaded der_derive v0.7.3
2152026-08-13T18:50:20.569Z Downloaded ident_case v1.0.1
2162026-08-13T18:50:20.569Z Downloaded heck v0.5.0
2172026-08-13T18:50:20.573Z Downloaded cipher v0.5.2
2182026-08-13T18:50:20.579Z Downloaded colored v2.2.0
2192026-08-13T18:50:20.579Z Downloaded crossbeam-epoch v0.9.18
2202026-08-13T18:50:20.579Z Downloaded half v1.8.3
2212026-08-13T18:50:20.587Z Downloaded hickory-client v0.25.2
2222026-08-13T18:50:20.587Z Downloaded crc32fast v1.5.0
2232026-08-13T18:50:20.587Z Downloaded daft-derive v0.1.7
2242026-08-13T18:50:20.587Z Downloaded clap_derive v4.6.1
2252026-08-13T18:50:20.587Z Downloaded const-oid v0.9.6
2262026-08-13T18:50:20.587Z Downloaded ciborium v0.2.2
2272026-08-13T18:50:20.590Z Downloaded inout v0.2.2
2282026-08-13T18:50:20.591Z Downloaded criterion-plot v0.6.0
2292026-08-13T18:50:20.591Z Downloaded darling v0.13.4
2302026-08-13T18:50:20.594Z Downloaded instability v0.3.11
2312026-08-13T18:50:20.594Z Downloaded const-oid v0.10.2
2322026-08-13T18:50:20.597Z Downloaded itoa v1.0.17
2332026-08-13T18:50:20.597Z Downloaded inout v0.1.4
2342026-08-13T18:50:20.597Z Downloaded hex-literal v0.4.1
2352026-08-13T18:50:20.597Z Downloaded bitfield-macros v0.19.4
2362026-08-13T18:50:20.600Z Downloaded bitfield-struct v0.6.2
2372026-08-13T18:50:20.600Z Downloaded illumos-nvpair-sys v0.2.0
2382026-08-13T18:50:20.600Z Downloaded cargo-platform v0.3.2
2392026-08-13T18:50:20.604Z Downloaded ascii-canvas v3.0.0
2402026-08-13T18:50:20.604Z Downloaded atomic-waker v1.1.2
2412026-08-13T18:50:20.604Z Downloaded derive_builder_core v0.20.2
2422026-08-13T18:50:20.607Z Downloaded async-recursion v1.1.1
2432026-08-13T18:50:20.610Z Downloaded indoc v1.0.9
2442026-08-13T18:50:20.610Z Downloaded ctr v0.10.1
2452026-08-13T18:50:20.613Z Downloaded curve25519-dalek-derive v0.1.1
2462026-08-13T18:50:20.614Z Downloaded is-terminal v0.4.17
2472026-08-13T18:50:20.614Z Downloaded is_ci v1.2.0
2482026-08-13T18:50:20.614Z Downloaded data-encoding v2.10.0
2492026-08-13T18:50:20.618Z Downloaded delegate v0.13.5
2502026-08-13T18:50:20.618Z Downloaded approx v0.5.1
2512026-08-13T18:50:20.618Z Downloaded assert-json-diff v2.0.2
2522026-08-13T18:50:20.618Z Downloaded defmt-macros v1.0.1
2532026-08-13T18:50:20.622Z Downloaded ctutils v0.4.2
2542026-08-13T18:50:20.622Z Downloaded daft v0.1.7
2552026-08-13T18:50:20.622Z Downloaded indent_write v2.2.0
2562026-08-13T18:50:20.622Z Downloaded deranged v0.5.8
2572026-08-13T18:50:20.625Z Downloaded internet-checksum v0.2.1
2582026-08-13T18:50:20.625Z Downloaded oso-derive v0.27.3
2592026-08-13T18:50:20.625Z Downloaded idna_adapter v1.2.1
2602026-08-13T18:50:20.625Z Downloaded httparse v1.10.1
2612026-08-13T18:50:20.628Z Downloaded httptest v0.16.4
2622026-08-13T18:50:20.628Z Downloaded derive_more v0.99.20
2632026-08-13T18:50:20.632Z Downloaded clang-sys v1.8.1
2642026-08-13T18:50:20.632Z Downloaded opaque-debug v0.3.1
2652026-08-13T18:50:20.635Z Downloaded packed_struct_codegen v0.10.1
2662026-08-13T18:50:20.635Z Downloaded heck v0.4.1
2672026-08-13T18:50:20.635Z Downloaded cipher v0.4.4
2682026-08-13T18:50:20.639Z Downloaded ipnet v2.11.0
2692026-08-13T18:50:20.642Z Downloaded defmt v1.0.1
2702026-08-13T18:50:20.642Z Downloaded anes v0.1.6
2712026-08-13T18:50:20.646Z Downloaded anstyle-parse v0.2.7
2722026-08-13T18:50:20.646Z Downloaded impl-trait-for-tuples v0.2.3
2732026-08-13T18:50:20.649Z Downloaded cookie_store v0.22.1
2742026-08-13T18:50:20.649Z Downloaded powerfmt v0.2.0
2752026-08-13T18:50:20.652Z Downloaded clap v4.6.1
2762026-08-13T18:50:20.656Z Downloaded colored v3.1.1
2772026-08-13T18:50:20.659Z Downloaded ipnetwork v0.21.1
2782026-08-13T18:50:20.659Z Downloaded proc-macro-crate v1.3.1
2792026-08-13T18:50:20.663Z Downloaded proc-macro-error-attr2 v2.0.0
2802026-08-13T18:50:20.663Z Downloaded bit-set v0.8.0
2812026-08-13T18:50:20.663Z Downloaded const_format v0.2.35
2822026-08-13T18:50:20.666Z Downloaded path-slash v0.1.5
2832026-08-13T18:50:20.666Z Downloaded plotters-svg v0.3.7
2842026-08-13T18:50:20.669Z Downloaded blowfish v0.10.0
2852026-08-13T18:50:20.673Z Downloaded predicates-tree v1.0.13
2862026-08-13T18:50:20.673Z Downloaded radium v0.7.0
2872026-08-13T18:50:20.673Z Downloaded hmac v0.12.1
2882026-08-13T18:50:20.677Z Downloaded rand_pcg v0.10.2
2892026-08-13T18:50:20.677Z Downloaded rand_xorshift v0.4.0
2902026-08-13T18:50:20.680Z Downloaded russh-cryptovec v0.62.0
2912026-08-13T18:50:20.680Z Downloaded russh-util v0.52.0
2922026-08-13T18:50:20.680Z Downloaded humantime v2.3.0
2932026-08-13T18:50:20.683Z Downloaded indoc v2.0.7
2942026-08-13T18:50:20.686Z Downloaded owo-colors v4.3.0
2952026-08-13T18:50:20.686Z Downloaded csv-core v0.1.13
2962026-08-13T18:50:20.689Z Downloaded darling v0.23.0
2972026-08-13T18:50:20.692Z Downloaded darling v0.21.3
2982026-08-13T18:50:20.696Z Downloaded darling v0.20.11
2992026-08-13T18:50:20.699Z Downloaded derive-ex v0.1.8
3002026-08-13T18:50:20.699Z Downloaded crossbeam-utils v0.8.21
3012026-08-13T18:50:20.702Z Downloaded glob v0.3.3
3022026-08-13T18:50:20.702Z Downloaded ingot v0.2.1
3032026-08-13T18:50:20.702Z Downloaded hyper-staticfile v0.10.1
3042026-08-13T18:50:20.706Z Downloaded pem-rfc7468 v0.7.0
3052026-08-13T18:50:20.706Z Downloaded phf v0.12.1
3062026-08-13T18:50:20.706Z Downloaded serde_plain v1.0.2
3072026-08-13T18:50:20.711Z Downloaded pem-rfc7468 v1.0.0
3082026-08-13T18:50:20.721Z Downloaded postgres-protocol v0.6.10
3092026-08-13T18:50:20.721Z Downloaded derive_builder v0.20.2
3102026-08-13T18:50:20.725Z Downloaded secrecy v0.10.3
3112026-08-13T18:50:20.725Z Downloaded serde_urlencoded v0.7.1
3122026-08-13T18:50:20.725Z Downloaded sha1 v0.11.0
3132026-08-13T18:50:20.725Z Downloaded signature v2.2.0
3142026-08-13T18:50:20.729Z Downloaded subtle v2.6.1
3152026-08-13T18:50:20.729Z Downloaded chumsky v0.9.3
3162026-08-13T18:50:20.729Z Downloaded compact_str v0.8.1
3172026-08-13T18:50:20.733Z Downloaded crc-any v2.5.0
3182026-08-13T18:50:20.733Z Downloaded argon2 v0.6.0-rc.8
3192026-08-13T18:50:20.733Z Downloaded proc-macro-error2 v2.0.1
3202026-08-13T18:50:20.737Z Downloaded bitflags v1.3.2
3212026-08-13T18:50:20.737Z Downloaded packed_struct v0.10.1
3222026-08-13T18:50:20.742Z Downloaded strip-ansi-escapes v0.2.1
3232026-08-13T18:50:20.742Z Downloaded supports-color v3.0.2
3242026-08-13T18:50:20.742Z Downloaded terminal_size v0.4.3
3252026-08-13T18:50:20.742Z Downloaded iana-time-zone v0.1.65
3262026-08-13T18:50:20.746Z Downloaded buf-list v1.1.2
3272026-08-13T18:50:20.750Z Downloaded camino v1.2.2
3282026-08-13T18:50:20.753Z Downloaded path-tree v0.8.3
3292026-08-13T18:50:20.753Z Downloaded rand_core v0.9.5
3302026-08-13T18:50:20.757Z Downloaded rand_seeder v0.4.0
3312026-08-13T18:50:20.757Z Downloaded partial-io v0.5.4
3322026-08-13T18:50:20.757Z Downloaded topological-sort v0.2.2
3332026-08-13T18:50:20.760Z Downloaded typify-macro v0.6.2
3342026-08-13T18:50:20.763Z Downloaded smawk v0.3.2
3352026-08-13T18:50:20.771Z Downloaded thread-id v5.1.0
3362026-08-13T18:50:20.771Z Downloaded datatest-stable v0.3.3
3372026-08-13T18:50:20.776Z Downloaded darling_core v0.13.4
3382026-08-13T18:50:20.776Z Downloaded derive-where v1.6.0
3392026-08-13T18:50:20.776Z Downloaded cancel-safe-futures v0.1.5
3402026-08-13T18:50:20.780Z Downloaded owo-colors v3.5.0
3412026-08-13T18:50:20.780Z Downloaded parking_lot_core v0.9.12
3422026-08-13T18:50:20.780Z Downloaded toml_datetime v0.6.11
3432026-08-13T18:50:20.780Z Downloaded tokio-macros v2.7.0
3442026-08-13T18:50:20.781Z Downloaded unit-prefix v0.5.2
3452026-08-13T18:50:20.784Z Downloaded usdt v0.6.0
3462026-08-13T18:50:20.784Z Downloaded xattr v1.6.1
3472026-08-13T18:50:20.784Z Downloaded heapless v0.8.0
3482026-08-13T18:50:20.794Z Downloaded pkcs1 v0.8.0-rc.4
3492026-08-13T18:50:20.797Z Downloaded ingot-types v0.2.0
3502026-08-13T18:50:20.797Z Downloaded zeroize_derive v1.5.0
3512026-08-13T18:50:20.801Z Downloaded ingot-macros v0.2.0
3522026-08-13T18:50:20.804Z Downloaded simd-adler32 v0.3.8
3532026-08-13T18:50:20.807Z Downloaded slog-json v2.6.1
3542026-08-13T18:50:20.807Z Downloaded stringprep v0.1.5
3552026-08-13T18:50:20.807Z Downloaded synstructure v0.13.2
3562026-08-13T18:50:20.807Z Downloaded target-lexicon v0.13.3
3572026-08-13T18:50:20.811Z Downloaded spki v0.7.3
3582026-08-13T18:50:20.811Z Downloaded zone v0.3.1
3592026-08-13T18:50:20.814Z Downloaded dirs-sys-next v0.1.2
3602026-08-13T18:50:20.817Z Downloaded dtrace-parser v0.2.0
3612026-08-13T18:50:20.817Z Downloaded dtrace-parser v0.3.0
3622026-08-13T18:50:20.817Z Downloaded darling_core v0.20.11
3632026-08-13T18:50:20.820Z Downloaded rustversion v1.0.22
3642026-08-13T18:50:20.820Z Downloaded hybrid-array v0.4.13
3652026-08-13T18:50:20.824Z Downloaded crossbeam-channel v0.5.15
3662026-08-13T18:50:20.824Z Downloaded chacha20 v0.9.1
3672026-08-13T18:50:20.829Z Downloaded rustls-pemfile v2.2.0
3682026-08-13T18:50:20.829Z Downloaded serde_with_macros v1.5.2
3692026-08-13T18:50:20.829Z Downloaded tokio-tungstenite v0.23.1
3702026-08-13T18:50:20.832Z Downloaded toml_writer v1.1.1+spec-1.1.0
3712026-08-13T18:50:20.832Z Downloaded untrusted v0.7.1
3722026-08-13T18:50:20.832Z Downloaded utf8_iter v1.0.4
3732026-08-13T18:50:20.832Z Downloaded tui-tree-widget v0.23.1
3742026-08-13T18:50:20.832Z Downloaded embedded-io v0.6.1
3752026-08-13T18:50:20.832Z Downloaded display-error-chain v0.2.2
3762026-08-13T18:50:20.835Z Downloaded salsa20 v0.11.0
3772026-08-13T18:50:20.835Z Downloaded darling_core v0.21.3
3782026-08-13T18:50:20.839Z Downloaded heapless v0.7.17
3792026-08-13T18:50:20.842Z Downloaded ignore v0.4.25
3802026-08-13T18:50:20.845Z Downloaded darling_core v0.23.0
3812026-08-13T18:50:20.845Z Downloaded hyper-rustls v0.27.7
3822026-08-13T18:50:20.852Z Downloaded flagset v0.4.7
3832026-08-13T18:50:20.855Z Downloaded float-cmp v0.10.0
3842026-08-13T18:50:20.855Z Downloaded cfg-expr v0.20.6
3852026-08-13T18:50:20.855Z Downloaded form_urlencoded v1.2.2
3862026-08-13T18:50:20.858Z Downloaded futures-core v0.3.32
3872026-08-13T18:50:20.858Z Downloaded pkcs8 v0.11.0
3882026-08-13T18:50:20.858Z Downloaded git-stub v1.0.0
3892026-08-13T18:50:20.861Z Downloaded kem v0.3.0
3902026-08-13T18:50:20.862Z Downloaded ssh-encoding v0.3.0
3912026-08-13T18:50:20.866Z Downloaded strum_macros v0.24.3
3922026-08-13T18:50:20.869Z Downloaded thiserror v2.0.18
3932026-08-13T18:50:20.873Z Downloaded tls_codec v0.4.2
3942026-08-13T18:50:20.873Z Downloaded serde_cbor v0.11.2
3952026-08-13T18:50:20.876Z Downloaded errno v0.3.14
3962026-08-13T18:50:20.876Z Downloaded escape8259 v0.5.3
3972026-08-13T18:50:20.876Z Downloaded vergen-lib v0.1.6
3982026-08-13T18:50:20.876Z Downloaded xshell v0.2.7
3992026-08-13T18:50:20.879Z Downloaded zerovec-derive v0.11.2
4002026-08-13T18:50:20.879Z Downloaded libscf-sys v1.2.0
4012026-08-13T18:50:20.879Z Downloaded float-ord v0.3.2
4022026-08-13T18:50:20.879Z Downloaded futures-task v0.3.32
4032026-08-13T18:50:20.882Z Downloaded lru-cache v0.1.2
4042026-08-13T18:50:20.882Z Downloaded icu_properties v2.1.2
4052026-08-13T18:50:20.882Z Downloaded mime v0.3.17
4062026-08-13T18:50:20.883Z Downloaded multimap v0.10.1
4072026-08-13T18:50:20.889Z Downloaded progenitor-impl v0.13.0
4082026-08-13T18:50:20.892Z Downloaded spin v0.9.8
4092026-08-13T18:50:20.893Z Downloaded icu_provider v2.1.1
4102026-08-13T18:50:20.901Z Downloaded zstd-safe v7.2.4
4112026-08-13T18:50:20.901Z Downloaded embedded-io v0.4.0
4122026-08-13T18:50:20.906Z Downloaded digest v0.11.3
4132026-08-13T18:50:20.906Z Downloaded indexmap v1.9.3
4142026-08-13T18:50:20.910Z Downloaded num v0.4.3
4152026-08-13T18:50:20.910Z Downloaded base64 v0.22.1
4162026-08-13T18:50:20.914Z Downloaded futures-sink v0.3.32
4172026-08-13T18:50:20.914Z Downloaded trybuild v1.0.116
4182026-08-13T18:50:20.919Z Downloaded linked-hash-map v0.5.6
4192026-08-13T18:50:20.920Z Downloaded assert_matches v1.5.0
4202026-08-13T18:50:20.924Z Downloaded der v0.7.10
4212026-08-13T18:50:20.925Z Downloaded managed v0.8.0
4222026-08-13T18:50:20.925Z Downloaded vergen-lib v9.1.0
4232026-08-13T18:50:20.930Z Downloaded ryu v1.0.23
4242026-08-13T18:50:20.930Z Downloaded schemars v0.8.22
4252026-08-13T18:50:20.935Z Downloaded md-5 v0.10.6
4262026-08-13T18:50:20.940Z Downloaded git-stub-vcs v0.1.0
4272026-08-13T18:50:20.941Z Downloaded num_enum_derive v0.5.11
4282026-08-13T18:50:20.941Z Downloaded atomicwrites v0.4.4
4292026-08-13T18:50:20.941Z Downloaded walkdir v2.5.0
4302026-08-13T18:50:20.941Z Downloaded icu_normalizer v2.1.1
4312026-08-13T18:50:20.971Z Downloaded openssl-probe v0.1.6
4322026-08-13T18:50:20.979Z Downloaded icu_normalizer_data v2.1.1
4332026-08-13T18:50:20.979Z Downloaded pin-project v1.1.11
4342026-08-13T18:50:20.980Z Downloaded term v0.7.0
4352026-08-13T18:50:20.980Z Downloaded parking v2.2.1
4362026-08-13T18:50:20.980Z Downloaded percent-encoding v2.3.2
4372026-08-13T18:50:20.980Z Downloaded nanorand v0.7.0
4382026-08-13T18:50:20.980Z Downloaded prettyplease v0.2.37
4392026-08-13T18:50:20.980Z Downloaded multer v3.1.0
4402026-08-13T18:50:20.999Z Downloaded filetime v0.2.27
4412026-08-13T18:50:20.999Z Downloaded jiff-static v0.2.34
4422026-08-13T18:50:21.000Z Downloaded des v0.9.0
4432026-08-13T18:50:21.000Z Downloaded cast v0.3.0
4442026-08-13T18:50:21.000Z Downloaded castaway v0.2.4
4452026-08-13T18:50:21.000Z Downloaded tinystr v0.8.2
4462026-08-13T18:50:21.000Z Downloaded password-hash v0.6.1
4472026-08-13T18:50:21.024Z Downloaded predicates-core v1.0.10
4482026-08-13T18:50:21.024Z Downloaded plotters-backend v0.3.7
4492026-08-13T18:50:21.025Z Downloaded tokio-rustls v0.26.4
4502026-08-13T18:50:21.025Z Downloaded base64 v0.21.7
4512026-08-13T18:50:21.025Z Downloaded icu_locale_core v2.1.1
4522026-08-13T18:50:21.025Z Downloaded indicatif v0.18.4
4532026-08-13T18:50:21.025Z Downloaded num-rational v0.4.2
4542026-08-13T18:50:21.025Z Downloaded rfc6979 v0.4.0
4552026-08-13T18:50:21.025Z Downloaded rtoolbox v0.0.3
4562026-08-13T18:50:21.025Z Downloaded semver v0.1.20
4572026-08-13T18:50:21.025Z Downloaded serde_spanned v1.1.1
4582026-08-13T18:50:21.025Z Downloaded hashbrown v0.13.2
4592026-08-13T18:50:21.036Z Downloaded crypto-bigint v0.5.5
4602026-08-13T18:50:21.036Z Downloaded schemars v0.9.0
4612026-08-13T18:50:21.036Z Downloaded tracing-attributes v0.1.31
4622026-08-13T18:50:21.036Z Downloaded potential_utf v0.1.4
4632026-08-13T18:50:21.036Z Downloaded getrandom v0.2.17
4642026-08-13T18:50:21.036Z Downloaded backoff v0.4.0
4652026-08-13T18:50:21.036Z Downloaded bcs v0.1.6
4662026-08-13T18:50:21.036Z Downloaded camino-tempfile v1.4.1
4672026-08-13T18:50:21.036Z Downloaded openssl-macros v0.1.1
4682026-08-13T18:50:21.036Z Downloaded bit-vec v0.6.3
4692026-08-13T18:50:21.055Z Downloaded recursive-proc-macro-impl v0.1.1
4702026-08-13T18:50:21.056Z Downloaded slog v2.8.2
4712026-08-13T18:50:21.056Z Downloaded usdt-impl v0.5.0
4722026-08-13T18:50:21.056Z Downloaded serde_core v1.0.228
4732026-08-13T18:50:21.056Z Downloaded adler2 v2.0.1
4742026-08-13T18:50:21.056Z Downloaded anstream v1.0.0
4752026-08-13T18:50:21.056Z Downloaded rustc_version v0.1.7
4762026-08-13T18:50:21.056Z Downloaded rustc_version v0.4.1
4772026-08-13T18:50:21.056Z Downloaded serde_bytes v0.11.19
4782026-08-13T18:50:21.057Z Downloaded similar-asserts v1.7.0
4792026-08-13T18:50:21.057Z Downloaded pin-project-internal v1.1.11
4802026-08-13T18:50:21.057Z Downloaded slog-bunyan v2.5.0
4812026-08-13T18:50:21.057Z Downloaded memmap2 v0.9.10
4822026-08-13T18:50:21.070Z Downloaded peg v0.8.5
4832026-08-13T18:50:21.070Z Downloaded supports-color v2.1.0
4842026-08-13T18:50:21.070Z Downloaded poly1305 v0.8.0
4852026-08-13T18:50:21.070Z Downloaded progenitor-client v0.13.0
4862026-08-13T18:50:21.070Z Downloaded tabled_derive v0.7.0
4872026-08-13T18:50:21.071Z Downloaded progenitor v0.14.0
4882026-08-13T18:50:21.080Z Downloaded elliptic-curve v0.14.1
4892026-08-13T18:50:21.080Z Downloaded ahash v0.8.12
4902026-08-13T18:50:21.080Z Downloaded toml_edit v0.22.27
4912026-08-13T18:50:21.081Z Downloaded test-strategy v0.4.5
4922026-08-13T18:50:21.089Z Downloaded thiserror-impl v1.0.69
4932026-08-13T18:50:21.090Z Downloaded resolv-conf v0.7.6
4942026-08-13T18:50:21.090Z Downloaded openssl-probe v0.2.1
4952026-08-13T18:50:21.090Z Downloaded schemars_derive v0.8.22
4962026-08-13T18:50:21.090Z Downloaded tokio-test v0.4.5
4972026-08-13T18:50:21.090Z Downloaded stable_deref_trait v1.2.1
4982026-08-13T18:50:21.090Z Downloaded tap v1.0.1
4992026-08-13T18:50:21.090Z Downloaded unicode-linebreak v0.1.5
5002026-08-13T18:50:21.109Z Downloaded scuffle v0.1.0
5012026-08-13T18:50:21.109Z Downloaded serde v1.0.228
5022026-08-13T18:50:21.109Z Downloaded icu_collections v2.1.1
5032026-08-13T18:50:21.161Z Downloaded async-bb8-diesel v0.2.1
5042026-08-13T18:50:21.162Z Downloaded backon v1.6.0
5052026-08-13T18:50:21.162Z Downloaded bit-vec v0.8.0
5062026-08-13T18:50:21.162Z Downloaded blake2b_simd v1.0.4
5072026-08-13T18:50:21.162Z Downloaded sec1 v0.7.3
5082026-08-13T18:50:21.162Z Downloaded try-lock v0.2.5
5092026-08-13T18:50:21.162Z Downloaded universal-hash v0.6.1
5102026-08-13T18:50:21.162Z Downloaded usdt v0.5.0
5112026-08-13T18:50:21.162Z Downloaded criterion v0.7.0
5122026-08-13T18:50:21.162Z Downloaded guppy v0.17.25
5132026-08-13T18:50:21.162Z Downloaded litrs v1.0.0
5142026-08-13T18:50:21.162Z Downloaded parking_lot v0.11.2
5152026-08-13T18:50:21.162Z Downloaded want v0.3.1
5162026-08-13T18:50:21.162Z Downloaded primefield v0.14.0
5172026-08-13T18:50:21.162Z Downloaded psm v0.1.30
5182026-08-13T18:50:21.162Z Downloaded slog-stdlog v4.1.1
5192026-08-13T18:50:21.162Z Downloaded thread-id v4.2.2
5202026-08-13T18:50:21.162Z Downloaded string_cache v0.8.9
5212026-08-13T18:50:21.189Z Downloaded stringmetrics v2.2.2
5222026-08-13T18:50:21.190Z Downloaded termios v0.3.3
5232026-08-13T18:50:21.190Z Downloaded wnaf v0.14.0
5242026-08-13T18:50:21.190Z Downloaded yoke-derive v0.8.1
5252026-08-13T18:50:21.190Z Downloaded downcast-rs v2.0.2
5262026-08-13T18:50:21.190Z Downloaded dropshot-api-manager-types v0.7.2
5272026-08-13T18:50:21.190Z Downloaded usdt-macro v0.5.0
5282026-08-13T18:50:21.190Z Downloaded hickory-resolver v0.25.2
5292026-08-13T18:50:21.190Z Downloaded anyhow v1.0.102
5302026-08-13T18:50:21.190Z Downloaded serdect v0.4.3
5312026-08-13T18:50:21.190Z Downloaded tiny-keccak v2.0.2
5322026-08-13T18:50:21.190Z Downloaded http v1.4.2
5332026-08-13T18:50:21.190Z Downloaded tokio-dtrace v0.1.1
5342026-08-13T18:50:21.190Z Downloaded tokio-tungstenite v0.21.0
5352026-08-13T18:50:21.191Z Downloaded chacha20 v0.10.0
5362026-08-13T18:50:21.191Z Downloaded keccak v0.1.6
5372026-08-13T18:50:21.191Z Downloaded der v0.8.0
5382026-08-13T18:50:21.191Z Downloaded hickory-resolver v0.24.4
5392026-08-13T18:50:21.191Z Downloaded chrono v0.4.45
5402026-08-13T18:50:21.250Z Downloaded bytes v1.11.1
5412026-08-13T18:50:21.250Z Downloaded linkme-impl v0.3.35
5422026-08-13T18:50:21.250Z Downloaded fatfs v0.3.6
5432026-08-13T18:50:21.250Z Downloaded lru v0.12.5
5442026-08-13T18:50:21.250Z Downloaded slog-term v2.9.2
5452026-08-13T18:50:21.250Z Downloaded sqlformat v0.3.5
5462026-08-13T18:50:21.251Z Downloaded strum_macros v0.26.4
5472026-08-13T18:50:21.251Z Downloaded difflib v0.4.0
5482026-08-13T18:50:21.251Z Downloaded equivalent v1.0.2
5492026-08-13T18:50:21.251Z Downloaded knuffel v3.2.0
5502026-08-13T18:50:21.251Z Downloaded md5 v0.8.0
5512026-08-13T18:50:21.251Z Downloaded normalize-line-endings v0.3.0
5522026-08-13T18:50:21.251Z Downloaded env_filter v1.0.0
5532026-08-13T18:50:21.251Z Downloaded maplit v1.0.2
5542026-08-13T18:50:21.251Z Downloaded fnv v1.0.7
5552026-08-13T18:50:21.251Z Downloaded foreign-types-shared v0.3.1
5562026-08-13T18:50:21.251Z Downloaded futures-io v0.3.32
5572026-08-13T18:50:21.251Z Downloaded fxhash v0.2.1
5582026-08-13T18:50:21.251Z Downloaded newtype-uuid-macros v0.1.0
5592026-08-13T18:50:21.252Z Downloaded num_threads v0.1.7
5602026-08-13T18:50:21.252Z Downloaded indexmap v2.14.0
5612026-08-13T18:50:21.252Z Downloaded hashbrown v0.12.3
5622026-08-13T18:50:21.252Z Downloaded hickory-server v0.25.2
5632026-08-13T18:50:21.252Z Downloaded backtrace v0.3.76
5642026-08-13T18:50:21.252Z Downloaded zstd v0.13.3
5652026-08-13T18:50:21.252Z Downloaded num-conv v0.2.0
5662026-08-13T18:50:21.252Z Downloaded async-stream v0.3.6
5672026-08-13T18:50:21.253Z Downloaded atty v0.2.14
5682026-08-13T18:50:21.253Z Downloaded async-stream-impl v0.3.6
5692026-08-13T18:50:21.253Z Downloaded crossterm v0.29.0
5702026-08-13T18:50:21.253Z Downloaded hashbrown v0.16.1
5712026-08-13T18:50:21.306Z Downloaded rsa v0.9.10
5722026-08-13T18:50:21.306Z Downloaded thiserror-no-std v2.0.2
5732026-08-13T18:50:21.307Z Downloaded quinn-udp v0.5.14
5742026-08-13T18:50:21.307Z Downloaded rand_chacha v0.9.0
5752026-08-13T18:50:21.307Z Downloaded jobserver v0.1.34
5762026-08-13T18:50:21.310Z Downloaded crossterm v0.28.1
5772026-08-13T18:50:21.310Z Downloaded flate2 v1.1.9
5782026-08-13T18:50:21.310Z Downloaded vsss-rs v3.3.4
5792026-08-13T18:50:21.311Z Downloaded serde_with_macros v3.21.0
5802026-08-13T18:50:21.311Z Downloaded serde_yaml v0.9.34+deprecated
5812026-08-13T18:50:21.311Z Downloaded signal-hook v0.3.18
5822026-08-13T18:50:21.311Z Downloaded globset v0.4.18
5832026-08-13T18:50:21.311Z Downloaded libloading v0.8.9
5842026-08-13T18:50:21.311Z Downloaded libsw v3.5.0
5852026-08-13T18:50:21.311Z Downloaded array-init v0.0.4
5862026-08-13T18:50:21.311Z Downloaded pathdiff v0.2.3
5872026-08-13T18:50:21.311Z Downloaded itertools v0.10.5
5882026-08-13T18:50:21.312Z Downloaded snafu v0.8.9
5892026-08-13T18:50:21.312Z Downloaded qorb v0.4.1
5902026-08-13T18:50:21.312Z Downloaded socket2 v0.5.10
5912026-08-13T18:50:21.312Z Downloaded diesel-dtrace v0.5.0
5922026-08-13T18:50:21.312Z Downloaded env_logger v0.11.9
5932026-08-13T18:50:21.312Z Downloaded fs-err v2.11.0
5942026-08-13T18:50:21.375Z Downloaded clap_builder v4.6.0
5952026-08-13T18:50:21.375Z Downloaded ed25519-dalek v2.2.0
5962026-08-13T18:50:21.375Z Downloaded h2 v0.4.15
5972026-08-13T18:50:21.375Z Downloaded zerocopy v0.6.6
5982026-08-13T18:50:21.375Z Downloaded displaydoc v0.2.5
5992026-08-13T18:50:21.375Z Downloaded async-trait v0.1.89
6002026-08-13T18:50:21.375Z Downloaded internal-russh-num-bigint v0.5.0
6012026-08-13T18:50:21.375Z Downloaded rfc6979 v0.6.0
6022026-08-13T18:50:21.375Z Downloaded sigpipe v0.1.3
6032026-08-13T18:50:21.375Z Downloaded bytecount v0.6.9
6042026-08-13T18:50:21.375Z Downloaded pkcs8 v0.10.2
6052026-08-13T18:50:21.375Z Downloaded scroll_derive v0.12.1
6062026-08-13T18:50:21.375Z Downloaded zerocopy-derive v0.8.40
6072026-08-13T18:50:21.375Z Downloaded sponge-cursor v0.1.0
6082026-08-13T18:50:21.375Z Downloaded module-lattice v0.2.3
6092026-08-13T18:50:21.375Z Downloaded ar_archive_writer v0.5.1
6102026-08-13T18:50:21.376Z Downloaded parse-display-derive v0.10.0
6112026-08-13T18:50:21.376Z Downloaded uuid v1.23.4
6122026-08-13T18:50:21.376Z Downloaded oxide-update-engine-display v0.1.2
6132026-08-13T18:50:21.376Z Downloaded pem v3.0.6
6142026-08-13T18:50:21.376Z Downloaded tower-service v0.3.3
6152026-08-13T18:50:21.376Z Downloaded signal-hook-mio v0.2.5
6162026-08-13T18:50:21.376Z Downloaded aes-gcm v0.11.0
6172026-08-13T18:50:21.429Z Downloaded strsim v0.10.0
6182026-08-13T18:50:21.429Z Downloaded testing_table v0.3.0
6192026-08-13T18:50:21.429Z Downloaded thiserror-impl-no-std v2.0.2
6202026-08-13T18:50:21.429Z Downloaded predicates v3.1.4
6212026-08-13T18:50:21.429Z Downloaded r2d2 v0.8.10
6222026-08-13T18:50:21.429Z Downloaded unarray v0.1.4
6232026-08-13T18:50:21.429Z Downloaded void v1.0.2
6242026-08-13T18:50:21.429Z Downloaded pretty_assertions v1.4.1
6252026-08-13T18:50:21.429Z Downloaded drift v0.2.0
6262026-08-13T18:50:21.429Z Downloaded rand v0.10.1
6272026-08-13T18:50:21.429Z Downloaded rustls-native-certs v0.8.3
6282026-08-13T18:50:21.430Z Downloaded scheduled-thread-pool v0.2.7
6292026-08-13T18:50:21.430Z Downloaded sec1 v0.8.1
6302026-08-13T18:50:21.430Z Downloaded zone_cfg_derive v0.3.1
6312026-08-13T18:50:21.430Z Downloaded ff v0.14.0
6322026-08-13T18:50:21.430Z Downloaded blake2 v0.10.6
6332026-08-13T18:50:21.430Z Downloaded unicode-xid v0.2.6
6342026-08-13T18:50:21.430Z Downloaded slog-dtrace v0.3.0
6352026-08-13T18:50:21.430Z Downloaded untrusted v0.9.0
6362026-08-13T18:50:21.430Z Downloaded hyper-util v0.1.20
6372026-08-13T18:50:21.430Z Downloaded rustls-webpki v0.103.13
6382026-08-13T18:50:21.430Z Downloaded schemars v1.2.1
6392026-08-13T18:50:21.488Z Downloaded primeorder v0.14.0
6402026-08-13T18:50:21.488Z Downloaded getrandom v0.3.4
6412026-08-13T18:50:21.488Z Downloaded blake2 v0.11.0-rc.6
6422026-08-13T18:50:21.488Z Downloaded pest_meta v2.8.6
6432026-08-13T18:50:21.488Z Downloaded slog-async v2.8.0
6442026-08-13T18:50:21.488Z Downloaded sync_wrapper v1.0.2
6452026-08-13T18:50:21.488Z Downloaded tls_codec_derive v0.4.2
6462026-08-13T18:50:21.488Z Downloaded pest_generator v2.8.6
6472026-08-13T18:50:21.488Z Downloaded ghash v0.6.0
6482026-08-13T18:50:21.488Z Downloaded ml-kem v0.3.2
6492026-08-13T18:50:21.488Z Downloaded kstat-rs v0.2.5
6502026-08-13T18:50:21.488Z Downloaded diesel_table_macro_syntax v0.3.0
6512026-08-13T18:50:21.488Z Downloaded dunce v1.0.5
6522026-08-13T18:50:21.488Z Downloaded postcard v1.1.3
6532026-08-13T18:50:21.489Z Downloaded fd-lock v4.0.4
6542026-08-13T18:50:21.489Z Downloaded foreign-types v0.5.0
6552026-08-13T18:50:21.489Z Downloaded generic-array v0.14.7
6562026-08-13T18:50:21.489Z Downloaded whoami v1.6.1
6572026-08-13T18:50:21.489Z Downloaded lzss v0.8.2
6582026-08-13T18:50:21.489Z Downloaded vergen-gitcl v1.0.8
6592026-08-13T18:50:21.489Z Downloaded uzers v0.12.2
6602026-08-13T18:50:21.489Z Downloaded serde-hex v0.1.0
6612026-08-13T18:50:21.552Z Downloaded mio v1.2.0
6622026-08-13T18:50:21.553Z Downloaded stacker v0.1.23
6632026-08-13T18:50:21.553Z Downloaded static_assertions v1.1.0
6642026-08-13T18:50:21.553Z Downloaded thread_local v1.1.9
6652026-08-13T18:50:21.553Z Downloaded memmap v0.7.0
6662026-08-13T18:50:21.553Z Downloaded num-derive v0.4.2
6672026-08-13T18:50:21.553Z Downloaded hashbrown v0.14.5
6682026-08-13T18:50:21.553Z Downloaded arrayref v0.3.9
6692026-08-13T18:50:21.553Z Downloaded itertools v0.13.0
6702026-08-13T18:50:21.553Z Downloaded num-bigint v0.4.6
6712026-08-13T18:50:21.553Z Downloaded iri-string v0.7.10
6722026-08-13T18:50:21.554Z Downloaded idna v1.1.0
6732026-08-13T18:50:21.554Z Downloaded reqwest v0.13.2
6742026-08-13T18:50:21.554Z Downloaded cbc v0.2.1
6752026-08-13T18:50:21.554Z Downloaded openssl-sys v0.9.117
6762026-08-13T18:50:21.554Z Downloaded base16ct v0.2.0
6772026-08-13T18:50:21.554Z Downloaded nodrop v0.1.14
6782026-08-13T18:50:21.554Z Downloaded fs_extra v1.3.0
6792026-08-13T18:50:21.554Z Downloaded tar v0.4.46
6802026-08-13T18:50:21.554Z Downloaded futures-executor v0.3.32
6812026-08-13T18:50:21.554Z Downloaded pest_derive v2.8.6
6822026-08-13T18:50:21.554Z Downloaded peg-runtime v0.8.5
6832026-08-13T18:50:21.555Z Downloaded itertools v0.12.1
6842026-08-13T18:50:21.555Z Downloaded async-object-pool v0.2.0
6852026-08-13T18:50:21.555Z Downloaded toml_parser v1.1.2+spec-1.1.0
6862026-08-13T18:50:21.555Z Downloaded block-buffer v0.12.1
6872026-08-13T18:50:21.555Z Downloaded cfg_aliases v0.1.1
6882026-08-13T18:50:21.555Z Downloaded quinn v0.11.11
6892026-08-13T18:50:21.555Z Downloaded textwrap v0.16.2
6902026-08-13T18:50:21.555Z Downloaded writeable v0.6.2
6912026-08-13T18:50:21.555Z Downloaded tokio-stream v0.1.18
6922026-08-13T18:50:21.628Z Downloaded ed25519 v3.0.0
6932026-08-13T18:50:21.628Z Downloaded parse-size v1.1.0
6942026-08-13T18:50:21.628Z Downloaded enum_dispatch v0.3.13
6952026-08-13T18:50:21.628Z Downloaded ff v0.13.1
6962026-08-13T18:50:21.628Z Downloaded recursive v0.1.1
6972026-08-13T18:50:21.628Z Downloaded sapling-renderdag v0.1.0
6982026-08-13T18:50:21.628Z Downloaded quick-error v1.2.3
6992026-08-13T18:50:21.628Z Downloaded serde_derive_internals v0.29.1
7002026-08-13T18:50:21.628Z Downloaded scopeguard v1.2.0
7012026-08-13T18:50:21.628Z Downloaded rcgen v0.12.1
7022026-08-13T18:50:21.690Z Downloaded yasna v0.5.2
7032026-08-13T18:50:21.690Z Downloaded yoke v0.8.1
7042026-08-13T18:50:21.691Z Downloaded samael v0.0.19
7052026-08-13T18:50:21.691Z Downloaded allocator-api2 v0.2.21
7062026-08-13T18:50:21.691Z Downloaded newtype-uuid v1.3.2
7072026-08-13T18:50:21.691Z Downloaded num-traits v0.2.19
7082026-08-13T18:50:21.691Z Downloaded num-complex v0.4.6
7092026-08-13T18:50:21.691Z Downloaded seq-macro v0.3.6
7102026-08-13T18:50:21.691Z Downloaded serde_repr v0.1.20
7112026-08-13T18:50:21.691Z Downloaded sha2 v0.11.0
7122026-08-13T18:50:21.691Z Downloaded libefi-sys v0.1.0
7132026-08-13T18:50:21.691Z Downloaded term v1.2.1
7142026-08-13T18:50:21.691Z Downloaded aead v0.6.1
7152026-08-13T18:50:21.691Z Downloaded hashbrown v0.17.0
7162026-08-13T18:50:21.691Z Downloaded icu_properties_data v2.1.2
7172026-08-13T18:50:21.691Z Downloaded itertools v0.14.0
7182026-08-13T18:50:21.691Z Downloaded rawzip v0.4.4
7192026-08-13T18:50:21.692Z Downloaded toml_edit v0.19.15
7202026-08-13T18:50:21.692Z Downloaded chacha20poly1305 v0.10.1
7212026-08-13T18:50:21.692Z Downloaded byteorder v1.5.0
7222026-08-13T18:50:21.692Z Downloaded flume v0.11.1
7232026-08-13T18:50:21.692Z Downloaded tabwriter v1.4.1
7242026-08-13T18:50:21.692Z Downloaded target-triple v1.0.0
7252026-08-13T18:50:21.692Z Downloaded ucd-trie v0.1.7
7262026-08-13T18:50:21.692Z Downloaded strsim v0.11.1
7272026-08-13T18:50:21.692Z Downloaded oxnet v0.1.6
7282026-08-13T18:50:21.692Z Downloaded peg-macros v0.8.5
7292026-08-13T18:50:21.692Z Downloaded slog-envlogger v2.2.0
7302026-08-13T18:50:21.692Z Downloaded strum v0.27.2
7312026-08-13T18:50:21.692Z Downloaded termtree v0.5.1
7322026-08-13T18:50:21.692Z Downloaded hashbrown v0.15.5
7332026-08-13T18:50:21.692Z Downloaded hkdf v0.12.4
7342026-08-13T18:50:21.692Z Downloaded hyper v1.10.1
7352026-08-13T18:50:21.692Z Downloaded usdt-macro v0.6.0
7362026-08-13T18:50:21.693Z Downloaded proc-macro2 v1.0.106
7372026-08-13T18:50:21.693Z Downloaded tungstenite v0.21.0
7382026-08-13T18:50:21.693Z Downloaded winnow v0.5.40
7392026-08-13T18:50:21.693Z Downloaded winnow v0.6.26
7402026-08-13T18:50:21.693Z Downloaded bcrypt-pbkdf v0.11.0
7412026-08-13T18:50:21.693Z Downloaded litemap v0.8.1
7422026-08-13T18:50:21.693Z Downloaded rayon-core v1.13.0
7432026-08-13T18:50:21.693Z Downloaded progenitor-extras v0.2.0
7442026-08-13T18:50:21.693Z Downloaded rust-argon2 v2.1.0
7452026-08-13T18:50:21.693Z Downloaded dof v0.3.0
7462026-08-13T18:50:21.693Z Downloaded progenitor-impl v0.14.0
7472026-08-13T18:50:21.693Z Downloaded foreign-types v0.3.2
7482026-08-13T18:50:21.693Z Downloaded unicode-normalization v0.1.25
7492026-08-13T18:50:21.693Z Downloaded rstest v0.25.0
7502026-08-13T18:50:21.693Z Downloaded ed25519 v2.2.3
7512026-08-13T18:50:21.693Z Downloaded x509-cert v0.2.5
7522026-08-13T18:50:21.694Z Downloaded proc-macro-error v1.0.4
7532026-08-13T18:50:21.694Z Downloaded version_check v0.9.5
7542026-08-13T18:50:21.694Z Downloaded dyn-clone v1.0.20
7552026-08-13T18:50:21.694Z Downloaded signature v3.0.0
7562026-08-13T18:50:21.694Z Downloaded spki v0.8.0
7572026-08-13T18:50:21.694Z Downloaded zerotrie v0.2.3
7582026-08-13T18:50:21.694Z Downloaded bzip2 v0.4.4
7592026-08-13T18:50:21.694Z Downloaded serde_derive v1.0.228
7602026-08-13T18:50:21.694Z Downloaded miette-derive v5.10.0
7612026-08-13T18:50:21.694Z Downloaded block-buffer v0.10.4
7622026-08-13T18:50:21.694Z Downloaded shell-words v1.1.1
7632026-08-13T18:50:21.695Z Downloaded enum-as-inner v0.6.1
7642026-08-13T18:50:21.695Z Downloaded funty v2.0.0
7652026-08-13T18:50:21.695Z Downloaded bb8 v0.8.6
7662026-08-13T18:50:21.695Z Downloaded lazy_static v1.5.0
7672026-08-13T18:50:21.695Z Downloaded ssh-key v0.7.0-rc.11
7682026-08-13T18:50:21.733Z Downloaded bumpalo v3.20.2
7692026-08-13T18:50:21.733Z Downloaded slog-scope v4.4.1
7702026-08-13T18:50:21.733Z Downloaded pkcs1 v0.7.5
7712026-08-13T18:50:21.733Z Downloaded vergen-git2 v9.1.0
7722026-08-13T18:50:21.733Z Downloaded p384 v0.14.0
7732026-08-13T18:50:21.733Z Downloaded mime_guess v2.0.5
7742026-08-13T18:50:21.733Z Downloaded native-tls v0.2.18
7752026-08-13T18:50:21.733Z Downloaded crypto-primes v0.7.2
7762026-08-13T18:50:21.733Z Downloaded match_cfg v0.1.0
7772026-08-13T18:50:21.733Z Downloaded nested v0.1.1
7782026-08-13T18:50:21.734Z Downloaded nibble_vec v0.1.0
7792026-08-13T18:50:21.734Z Downloaded newtype_derive v0.1.6
7802026-08-13T18:50:21.734Z Downloaded cfg_aliases v0.2.1
7812026-08-13T18:50:21.734Z Downloaded libm v0.2.16
7822026-08-13T18:50:21.734Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7832026-08-13T18:50:21.734Z Downloaded zip v4.6.1
7842026-08-13T18:50:21.734Z Downloaded zmij v1.0.21
7852026-08-13T18:50:21.734Z Downloaded either v1.15.0
7862026-08-13T18:50:21.734Z Downloaded fallible-iterator v0.2.0
7872026-08-13T18:50:21.734Z Downloaded async-compression v0.4.41
7882026-08-13T18:50:21.734Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7892026-08-13T18:50:21.734Z Downloaded unicase v2.9.0
7902026-08-13T18:50:21.735Z Downloaded proc-macro-crate v3.4.0
7912026-08-13T18:50:21.735Z Downloaded wyz v0.5.1
7922026-08-13T18:50:21.735Z Downloaded strum v0.26.3
7932026-08-13T18:50:21.735Z Downloaded unicode-truncate v1.1.0
7942026-08-13T18:50:21.735Z Downloaded relative-path v1.9.3
7952026-08-13T18:50:21.735Z Downloaded ref-cast v1.0.25
7962026-08-13T18:50:21.735Z Downloaded serde_spanned v0.6.9
7972026-08-13T18:50:21.735Z Downloaded swrite v0.1.0
7982026-08-13T18:50:21.735Z Downloaded oso v0.27.3
7992026-08-13T18:50:21.735Z Downloaded anstyle-parse v1.0.0
8002026-08-13T18:50:21.735Z Downloaded usdt-attr-macro v0.6.0
8012026-08-13T18:50:21.735Z Downloaded cc v1.2.56
8022026-08-13T18:50:21.750Z Downloaded dsl_auto_type v0.2.0
8032026-08-13T18:50:21.750Z Downloaded sync-ptr v0.1.4
8042026-08-13T18:50:21.750Z Downloaded trait-variant v0.1.2
8052026-08-13T18:50:21.750Z Downloaded papergrid v0.18.0
8062026-08-13T18:50:21.750Z Downloaded pkcs5 v0.8.1
8072026-08-13T18:50:21.751Z Downloaded strum_macros v0.27.2
8082026-08-13T18:50:21.751Z Downloaded futures-timer v3.0.3
8092026-08-13T18:50:21.751Z Downloaded dropshot-api-manager v0.7.2
8102026-08-13T18:50:21.751Z Downloaded phf v0.13.1
8112026-08-13T18:50:21.751Z Downloaded maybe-uninit v2.0.0
8122026-08-13T18:50:21.751Z Downloaded gethostname v0.5.0
8132026-08-13T18:50:21.751Z Downloaded libtest-mimic v0.8.1
8142026-08-13T18:50:21.751Z Downloaded oxide-update-engine v0.1.2
8152026-08-13T18:50:21.751Z Downloaded sha3 v0.12.0
8162026-08-13T18:50:21.751Z Downloaded arrayvec v0.7.6
8172026-08-13T18:50:21.766Z Downloaded pkg-config v0.3.32
8182026-08-13T18:50:21.766Z Downloaded memchr v2.8.0
8192026-08-13T18:50:21.766Z Downloaded foreign-types-macros v0.2.3
8202026-08-13T18:50:21.767Z Downloaded foreign-types-shared v0.1.1
8212026-08-13T18:50:21.767Z Downloaded pin-project-lite v0.2.17
8222026-08-13T18:50:21.767Z Downloaded olpc-cjson v0.1.4
8232026-08-13T18:50:21.767Z Downloaded base16ct v1.0.0
8242026-08-13T18:50:21.767Z Downloaded scroll v0.13.0
8252026-08-13T18:50:21.767Z Downloaded num-iter v0.1.45
8262026-08-13T18:50:21.767Z Downloaded publicsuffix v2.3.0
8272026-08-13T18:50:21.767Z Downloaded hkdf v0.13.0
8282026-08-13T18:50:21.768Z Downloaded iddqd v0.4.2
8292026-08-13T18:50:21.778Z Downloaded password-hash v0.5.0
8302026-08-13T18:50:21.778Z Downloaded ref-cast-impl v1.0.25
8312026-08-13T18:50:21.778Z Downloaded sha2 v0.10.9
8322026-08-13T18:50:21.778Z Downloaded ppv-lite86 v0.2.21
8332026-08-13T18:50:21.778Z Downloaded rand_core v0.10.0
8342026-08-13T18:50:21.778Z Downloaded pretty-hex v0.4.1
8352026-08-13T18:50:21.778Z Downloaded siphasher v1.0.2
8362026-08-13T18:50:21.792Z Downloaded proptest v1.11.0
8372026-08-13T18:50:21.811Z Downloaded progenitor-client v0.14.0
8382026-08-13T18:50:21.811Z Downloaded once_cell v1.21.3
8392026-08-13T18:50:21.811Z Downloaded usdt-impl v0.6.0
8402026-08-13T18:50:21.811Z Downloaded sqlparser_derive v0.5.0
8412026-08-13T18:50:21.812Z Downloaded nom v8.0.0
8422026-08-13T18:50:21.812Z Downloaded structmeta v0.3.0
8432026-08-13T18:50:21.812Z Downloaded tower v0.5.3
8442026-08-13T18:50:21.856Z Downloaded typed-path v0.9.3
8452026-08-13T18:50:21.856Z Downloaded typenum v1.20.1
8462026-08-13T18:50:21.856Z Downloaded serde_json v1.0.151
8472026-08-13T18:50:21.856Z Downloaded rustls-platform-verifier v0.6.2
8482026-08-13T18:50:21.856Z Downloaded steno v0.4.1
8492026-08-13T18:50:21.856Z Downloaded termcolor v1.4.1
8502026-08-13T18:50:21.856Z Downloaded keccak v0.2.0
8512026-08-13T18:50:21.856Z Downloaded rustc-hash v2.1.1
8522026-08-13T18:50:21.856Z Downloaded time-macros v0.2.27
8532026-08-13T18:50:21.857Z Downloaded utf-8 v0.7.6
8542026-08-13T18:50:21.857Z Downloaded structmeta-derive v0.3.0
8552026-08-13T18:50:21.857Z Downloaded zerocopy v0.7.35
8562026-08-13T18:50:21.857Z Downloaded xshell-macros v0.2.7
8572026-08-13T18:50:21.857Z Downloaded fastrand v2.3.0
8582026-08-13T18:50:21.857Z Downloaded prefix-trie v0.7.0
8592026-08-13T18:50:21.896Z Downloaded whoami v2.1.0
8602026-08-13T18:50:21.896Z Downloaded rustls-pki-types v1.14.0
8612026-08-13T18:50:21.896Z Downloaded semver v1.0.28
8622026-08-13T18:50:21.897Z Downloaded futures-macro v0.3.32
8632026-08-13T18:50:21.897Z Downloaded knuffel-derive v3.2.0
8642026-08-13T18:50:21.897Z Downloaded rstest_macros v0.25.0
8652026-08-13T18:50:21.897Z Downloaded assert_cmd v2.1.2
8662026-08-13T18:50:21.897Z Downloaded polyval v0.7.1
8672026-08-13T18:50:21.897Z Downloaded derive_more-impl v2.1.1
8682026-08-13T18:50:21.897Z Downloaded utf8parse v0.2.2
8692026-08-13T18:50:21.897Z Downloaded itertools v0.15.0
8702026-08-13T18:50:21.897Z Downloaded libsw-core v0.3.2
8712026-08-13T18:50:21.898Z Downloaded getrandom v0.4.1
8722026-08-13T18:50:21.898Z Downloaded snafu-derive v0.8.9
8732026-08-13T18:50:21.898Z Downloaded newline-converter v0.3.0
8742026-08-13T18:50:21.898Z Downloaded url v2.5.8
8752026-08-13T18:50:21.898Z Downloaded nonempty v0.12.0
8762026-08-13T18:50:21.898Z Downloaded aws-lc-rs v1.16.3
8772026-08-13T18:50:21.898Z Downloaded phf_shared v0.13.1
8782026-08-13T18:50:21.898Z Downloaded psl-types v2.0.11
8792026-08-13T18:50:21.898Z Downloaded diesel_derives v2.3.7
8802026-08-13T18:50:21.977Z Downloaded unsafe-libyaml v0.2.11
8812026-08-13T18:50:21.978Z Downloaded digest-io v0.1.0
8822026-08-13T18:50:21.978Z Downloaded globwalk v0.9.1
8832026-08-13T18:50:21.978Z Downloaded lru-slab v0.1.2
8842026-08-13T18:50:21.978Z Downloaded expectorate v1.2.0
8852026-08-13T18:50:21.978Z Downloaded rayon v1.11.0
8862026-08-13T18:50:21.978Z Downloaded diff v0.1.13
8872026-08-13T18:50:21.978Z Downloaded camino-tempfile-ext v0.3.3
8882026-08-13T18:50:21.978Z Downloaded oxide-tokio-rt v0.1.4
8892026-08-13T18:50:21.978Z Downloaded phf_shared v0.12.1
8902026-08-13T18:50:21.978Z Downloaded zerocopy-derive v0.7.35
8912026-08-13T18:50:21.978Z Downloaded zopfli v0.8.3
8922026-08-13T18:50:21.978Z Downloaded pbkdf2 v0.13.0
8932026-08-13T18:50:21.978Z Downloaded primeorder v0.13.6
8942026-08-13T18:50:21.978Z Downloaded ssh-cipher v0.3.0
8952026-08-13T18:50:21.978Z Downloaded event-listener v5.4.1
8962026-08-13T18:50:21.978Z Downloaded tagptr v0.2.0
8972026-08-13T18:50:21.978Z Downloaded aead v0.5.2
8982026-08-13T18:50:21.978Z Downloaded jiff-core v0.1.0
8992026-08-13T18:50:21.978Z Downloaded quote v1.0.45
9002026-08-13T18:50:21.978Z Downloaded signal-hook-registry v1.4.8
9012026-08-13T18:50:21.979Z Downloaded smallvec v0.6.14
9022026-08-13T18:50:21.979Z Downloaded russh v0.62.4
9032026-08-13T18:50:21.979Z Downloaded papergrid v0.11.0
9042026-08-13T18:50:21.979Z Downloaded document-features v0.2.12
9052026-08-13T18:50:21.979Z Downloaded serde_tokenstream v0.2.3
9062026-08-13T18:50:21.979Z Downloaded sha1 v0.10.6
9072026-08-13T18:50:21.979Z Downloaded terminal_size v0.1.17
9082026-08-13T18:50:21.979Z Downloaded rand_distr v0.5.1
9092026-08-13T18:50:21.979Z Downloaded time-core v0.1.8
9102026-08-13T18:50:21.979Z Downloaded zerofrom v0.1.6
9112026-08-13T18:50:21.979Z Downloaded foldhash v0.2.0
9122026-08-13T18:50:21.979Z Downloaded anstyle v1.0.14
9132026-08-13T18:50:21.979Z Downloaded fixedbitset v0.4.2
9142026-08-13T18:50:21.979Z Downloaded bzip2 v0.6.1
9152026-08-13T18:50:21.979Z Downloaded rsa v0.10.0-rc.18
9162026-08-13T18:50:22.048Z Downloaded tracing-core v0.1.36
9172026-08-13T18:50:22.048Z Downloaded new_debug_unreachable v1.0.6
9182026-08-13T18:50:22.048Z Downloaded base64ct v1.8.3
9192026-08-13T18:50:22.049Z Downloaded bs58 v0.5.1
9202026-08-13T18:50:22.049Z Downloaded serde-big-array v0.5.1
9212026-08-13T18:50:22.049Z Downloaded ecdsa v0.16.9
9222026-08-13T18:50:22.049Z Downloaded cexpr v0.6.0
9232026-08-13T18:50:22.049Z Downloaded secrecy v0.8.0
9242026-08-13T18:50:22.049Z Downloaded supports-unicode v2.1.0
9252026-08-13T18:50:22.049Z Downloaded tinyvec v1.10.0
9262026-08-13T18:50:22.049Z Downloaded toml_edit v0.23.10+spec-1.0.0
9272026-08-13T18:50:22.049Z Downloaded parse-display v0.10.0
9282026-08-13T18:50:22.049Z Downloaded elliptic-curve v0.13.8
9292026-08-13T18:50:22.049Z Downloaded rand_chacha v0.3.1
9302026-08-13T18:50:22.049Z Downloaded universal-hash v0.5.1
9312026-08-13T18:50:22.049Z Downloaded usdt-attr-macro v0.5.0
9322026-08-13T18:50:22.049Z Downloaded rustyline v14.0.0
9332026-08-13T18:50:22.049Z Downloaded anstream v0.6.21
9342026-08-13T18:50:22.049Z Downloaded bit-set v0.5.3
9352026-08-13T18:50:22.049Z Downloaded progenitor v0.13.0
9362026-08-13T18:50:22.050Z Downloaded pest v2.8.6
9372026-08-13T18:50:22.050Z Downloaded rustc-demangle v0.1.27
9382026-08-13T18:50:22.050Z Downloaded dof v0.4.0
9392026-08-13T18:50:22.050Z Downloaded rusty-fork v0.3.1
9402026-08-13T18:50:22.050Z Downloaded slab v0.4.12
9412026-08-13T18:50:22.050Z Downloaded reedline v0.40.0
9422026-08-13T18:50:22.050Z Downloaded tough v0.22.0
9432026-08-13T18:50:22.050Z Downloaded tokio-native-tls v0.3.1
9442026-08-13T18:50:22.050Z Downloaded ena v0.14.4
9452026-08-13T18:50:22.050Z Downloaded cfg-if v1.0.4
9462026-08-13T18:50:22.050Z Downloaded precomputed-hash v0.1.1
9472026-08-13T18:50:22.050Z Downloaded proc-macro-error-attr v1.0.4
9482026-08-13T18:50:22.050Z Downloaded backtrace-ext v0.2.1
9492026-08-13T18:50:22.050Z Downloaded progenitor-macro v0.13.0
9502026-08-13T18:50:22.050Z Downloaded thiserror-impl v2.0.18
9512026-08-13T18:50:22.050Z Downloaded find-msvc-tools v0.1.9
9522026-08-13T18:50:22.050Z Downloaded linear-map v1.2.0
9532026-08-13T18:50:22.051Z Downloaded memoffset v0.9.1
9542026-08-13T18:50:22.051Z Downloaded num_enum v0.7.6
9552026-08-13T18:50:22.051Z Downloaded socket2 v0.6.3
9562026-08-13T18:50:22.051Z Downloaded fancy-regex v0.14.0
9572026-08-13T18:50:22.051Z Downloaded oorandom v11.1.5
9582026-08-13T18:50:22.051Z Downloaded unicode-properties v0.1.4
9592026-08-13T18:50:22.051Z Downloaded poly1305 v0.9.0
9602026-08-13T18:50:22.051Z Downloaded lalrpop-util v0.19.12
9612026-08-13T18:50:22.097Z Downloaded phf_shared v0.11.3
9622026-08-13T18:50:22.097Z Downloaded macaddr v1.0.1
9632026-08-13T18:50:22.098Z Downloaded anstyle-query v1.1.5
9642026-08-13T18:50:22.098Z Downloaded take_mut v0.2.2
9652026-08-13T18:50:22.098Z Downloaded wait-timeout v0.2.1
9662026-08-13T18:50:22.098Z Downloaded thiserror v1.0.69
9672026-08-13T18:50:22.098Z Downloaded waitgroup v0.1.2
9682026-08-13T18:50:22.098Z Downloaded toml v0.7.8
9692026-08-13T18:50:22.098Z Downloaded fs-err v3.3.0
9702026-08-13T18:50:22.098Z Downloaded erased-serde v0.3.31
9712026-08-13T18:50:22.098Z Downloaded lock_api v0.4.14
9722026-08-13T18:50:22.098Z Downloaded same-file v1.0.6
9732026-08-13T18:50:22.098Z Downloaded tower-layer v0.3.3
9742026-08-13T18:50:22.098Z Downloaded argon2 v0.5.3
9752026-08-13T18:50:22.099Z Downloaded block-padding v0.4.2
9762026-08-13T18:50:22.099Z Downloaded paste v1.0.15
9772026-08-13T18:50:22.099Z Downloaded signal-hook-tokio v0.3.1
9782026-08-13T18:50:22.099Z Downloaded tokio-postgres v0.7.16
9792026-08-13T18:50:22.099Z Downloaded tokio-util v0.7.18
9802026-08-13T18:50:22.099Z Downloaded miniz_oxide v0.8.9
9812026-08-13T18:50:22.099Z Downloaded libxml v0.3.3
9822026-08-13T18:50:22.099Z Downloaded crypto-bigint v0.7.5
9832026-08-13T18:50:22.099Z Downloaded shlex v1.3.0
9842026-08-13T18:50:22.099Z Downloaded smf v0.2.3
9852026-08-13T18:50:22.099Z Downloaded byte-wrapper v0.1.0
9862026-08-13T18:50:22.099Z Downloaded serde_regex v1.1.0
9872026-08-13T18:50:22.099Z Downloaded endian-type v0.1.2
9882026-08-13T18:50:22.099Z Downloaded parking_lot v0.12.5
9892026-08-13T18:50:22.100Z Downloaded rand v0.8.6
9902026-08-13T18:50:22.100Z Downloaded scrypt v0.12.0
9912026-08-13T18:50:22.100Z Downloaded serde_path_to_error v0.1.20
9922026-08-13T18:50:22.100Z Downloaded libbz2-rs-sys v0.2.2
9932026-08-13T18:50:22.100Z Downloaded digest v0.10.7
9942026-08-13T18:50:22.100Z Downloaded foldhash v0.1.5
9952026-08-13T18:50:22.100Z Downloaded event-listener-strategy v0.5.4
9962026-08-13T18:50:22.100Z Downloaded rpassword v7.5.4
9972026-08-13T18:50:22.100Z Downloaded ron v0.8.1
9982026-08-13T18:50:22.100Z Downloaded serde_with v1.14.0
9992026-08-13T18:50:22.162Z Downloaded num-bigint-dig v0.8.6
10002026-08-13T18:50:22.163Z Downloaded nu-ansi-term v0.50.3
10012026-08-13T18:50:22.163Z Downloaded quinn-proto v0.11.16
10022026-08-13T18:50:22.163Z Downloaded twox-hash v2.1.2
10032026-08-13T18:50:22.163Z Downloaded tinyvec_macros v0.1.1
10042026-08-13T18:50:22.163Z Downloaded tabled v0.15.0
10052026-08-13T18:50:22.163Z Downloaded yansi v1.0.1
10062026-08-13T18:50:22.163Z Downloaded derive_more v2.1.1
10072026-08-13T18:50:22.163Z Downloaded tungstenite v0.23.0
10082026-08-13T18:50:22.163Z Downloaded linkme v0.3.35
10092026-08-13T18:50:22.163Z Downloaded toml_write v0.1.2
10102026-08-13T18:50:22.164Z Downloaded supports-hyperlinks v2.1.0
10112026-08-13T18:50:22.164Z Downloaded dirs-next v2.0.0
10122026-08-13T18:50:22.164Z Downloaded scroll_derive v0.13.1
10132026-08-13T18:50:22.164Z Downloaded vcpkg v0.2.15
10142026-08-13T18:50:22.212Z Downloaded num_enum_derive v0.7.6
10152026-08-13T18:50:22.212Z Downloaded vte v0.14.1
10162026-08-13T18:50:22.212Z Downloaded gimli v0.32.3
10172026-08-13T18:50:22.212Z Downloaded plain v0.2.3
10182026-08-13T18:50:22.213Z Downloaded zerofrom-derive v0.1.6
10192026-08-13T18:50:22.213Z Downloaded smallvec v1.15.1
10202026-08-13T18:50:22.213Z Downloaded unicode-segmentation v1.12.0
10212026-08-13T18:50:22.213Z Downloaded target-spec v3.5.7
10222026-08-13T18:50:22.213Z Downloaded autocfg v1.5.0
10232026-08-13T18:50:22.213Z Downloaded cassowary v0.3.0
10242026-08-13T18:50:22.213Z Downloaded dropshot_endpoint v0.17.1
10252026-08-13T18:50:22.213Z Downloaded num_enum v0.5.11
10262026-08-13T18:50:22.213Z Downloaded async-lock v3.4.2
10272026-08-13T18:50:22.213Z Downloaded cargo_metadata v0.23.1
10282026-08-13T18:50:22.213Z Downloaded toml v0.8.23
10292026-08-13T18:50:22.213Z Downloaded log v0.4.29
10302026-08-13T18:50:22.214Z Downloaded futures-channel v0.3.32
10312026-08-13T18:50:22.214Z Downloaded num-integer v0.1.46
10322026-08-13T18:50:22.214Z Downloaded aes v0.9.1
10332026-08-13T18:50:22.214Z Downloaded subprocess v0.2.15
10342026-08-13T18:50:22.214Z Downloaded textwrap v0.15.2
10352026-08-13T18:50:22.214Z Downloaded goblin v0.10.5
10362026-08-13T18:50:22.214Z Downloaded bitflags v2.11.0
10372026-08-13T18:50:22.214Z Downloaded port-file v0.1.0
10382026-08-13T18:50:22.214Z Downloaded curve25519-dalek v4.1.3
10392026-08-13T18:50:22.254Z Downloaded support-bundle-viewer v0.1.2
10402026-08-13T18:50:22.254Z Downloaded zerovec v0.11.5
10412026-08-13T18:50:22.254Z Downloaded ecdsa v0.17.0
10422026-08-13T18:50:22.254Z Downloaded scroll v0.12.0
10432026-08-13T18:50:22.255Z Downloaded tinytemplate v1.2.1
10442026-08-13T18:50:22.255Z Downloaded tempfile v3.25.0
10452026-08-13T18:50:22.255Z Downloaded typify v0.6.2
10462026-08-13T18:50:22.255Z Downloaded postgres-types v0.2.12
10472026-08-13T18:50:22.255Z Downloaded fixedbitset v0.5.7
10482026-08-13T18:50:22.255Z Downloaded similar v2.7.0
10492026-08-13T18:50:22.255Z Downloaded progenitor-macro v0.14.0
10502026-08-13T18:50:22.255Z Downloaded zeroize v1.9.0
10512026-08-13T18:50:22.255Z Downloaded rand_core v0.6.4
10522026-08-13T18:50:22.255Z Downloaded parking_lot_core v0.8.6
10532026-08-13T18:50:22.255Z Downloaded futures v0.3.32
10542026-08-13T18:50:22.256Z Downloaded zip v0.6.6
10552026-08-13T18:50:22.256Z Downloaded phc v0.6.1
10562026-08-13T18:50:22.256Z Downloaded oxide-update-engine-types v0.1.2
10572026-08-13T18:50:22.256Z Downloaded syn v2.0.117
10582026-08-13T18:50:22.286Z Downloaded omicron-zone-package v0.12.3
10592026-08-13T18:50:22.287Z Downloaded aho-corasick v1.1.4
10602026-08-13T18:50:22.287Z Downloaded bitfield v0.19.4
10612026-08-13T18:50:22.287Z Downloaded unicode-ident v1.0.24
10622026-08-13T18:50:22.287Z Downloaded p256 v0.14.0
10632026-08-13T18:50:22.287Z Downloaded unicode-bidi v0.3.18
10642026-08-13T18:50:22.287Z Downloaded vergen v9.1.0
10652026-08-13T18:50:22.288Z Downloaded rand v0.9.2
10662026-08-13T18:50:22.288Z Downloaded unicode-width v0.1.14
10672026-08-13T18:50:22.288Z Downloaded curve25519-dalek v5.0.0
10682026-08-13T18:50:22.288Z Downloaded unicode_categories v0.1.1
10692026-08-13T18:50:22.309Z Downloaded toml v1.1.2+spec-1.1.0
10702026-08-13T18:50:22.309Z Downloaded tabled v0.21.0
10712026-08-13T18:50:22.309Z Downloaded generic-array v1.4.3
10722026-08-13T18:50:22.309Z Downloaded arc-swap v1.8.2
10732026-08-13T18:50:22.319Z Downloaded polar-core v0.27.3
10742026-08-13T18:50:22.331Z Downloaded p384 v0.13.1
10752026-08-13T18:50:22.337Z Downloaded nom v7.1.3
10762026-08-13T18:50:22.347Z Downloaded regex-syntax v0.6.29
10772026-08-13T18:50:22.363Z Downloaded petname v2.0.2
10782026-08-13T18:50:22.377Z Downloaded zerocopy v0.8.40
10792026-08-13T18:50:22.377Z Downloaded syn v1.0.109
10802026-08-13T18:50:22.384Z Downloaded miette v5.10.0
10812026-08-13T18:50:22.384Z Downloaded object v0.37.3
10822026-08-13T18:50:22.389Z Downloaded blake3 v1.8.5
10832026-08-13T18:50:22.394Z Downloaded minimal-lexical v0.2.1
10842026-08-13T18:50:22.398Z Downloaded portable-atomic v1.13.1
10852026-08-13T18:50:22.402Z Downloaded quick-xml v0.37.5
10862026-08-13T18:50:22.410Z Downloaded time v0.3.47
10872026-08-13T18:50:22.418Z Downloaded tower-http v0.6.8
10882026-08-13T18:50:22.426Z Downloaded hickory-proto v0.24.4
10892026-08-13T18:50:22.435Z Downloaded salty v0.3.0
10902026-08-13T18:50:22.439Z Downloaded goblin v0.8.2
10912026-08-13T18:50:22.443Z Downloaded bitvec v1.0.1
10922026-08-13T18:50:22.458Z Downloaded ed25519-dalek v3.0.0
10932026-08-13T18:50:22.465Z Downloaded p521 v0.14.0
10942026-08-13T18:50:22.465Z Downloaded regex v1.12.3
10952026-08-13T18:50:22.465Z Downloaded futures-util v0.3.32
10962026-08-13T18:50:22.475Z Downloaded unicode-width v0.2.0
10972026-08-13T18:50:22.486Z Downloaded git2 v0.20.4
10982026-08-13T18:50:22.500Z Downloaded dropshot v0.17.1
10992026-08-13T18:50:22.510Z Downloaded radix_trie v0.2.1
11002026-08-13T18:50:22.510Z Downloaded zlib-rs v0.6.2
11012026-08-13T18:50:22.514Z Downloaded typify-impl v0.6.2
11022026-08-13T18:50:22.531Z Downloaded diesel v2.3.7
11032026-08-13T18:50:22.535Z Downloaded reqwest v0.12.28
11042026-08-13T18:50:22.535Z Downloaded object v0.30.4
11052026-08-13T18:50:22.539Z Downloaded nix v0.28.0
11062026-08-13T18:50:22.547Z Downloaded plotters v0.3.7
11072026-08-13T18:50:22.552Z Downloaded bindgen v0.71.1
11082026-08-13T18:50:22.555Z Downloaded winnow v1.0.3
11092026-08-13T18:50:22.565Z Downloaded smoltcp v0.9.1
11102026-08-13T18:50:22.569Z Downloaded sha3 v0.11.0
11112026-08-13T18:50:22.586Z Downloaded ratatui v0.29.0
11122026-08-13T18:50:22.598Z Downloaded openssl v0.10.80
11132026-08-13T18:50:22.610Z Downloaded regex-syntax v0.8.10
11142026-08-13T18:50:22.621Z Downloaded bstr v1.12.1
11152026-08-13T18:50:22.634Z Downloaded smoltcp v0.11.0
11162026-08-13T18:50:22.638Z Downloaded rustix v0.38.44
11172026-08-13T18:50:22.643Z Downloaded nix v0.27.1
11182026-08-13T18:50:22.651Z Downloaded openapiv3 v2.2.0
11192026-08-13T18:50:22.659Z Downloaded winnow v0.7.14
11202026-08-13T18:50:22.666Z Downloaded nix v0.31.2
11212026-08-13T18:50:22.672Z Downloaded moka v0.12.13
11222026-08-13T18:50:22.678Z Downloaded hickory-proto v0.25.2
11232026-08-13T18:50:22.688Z Downloaded serde_with v3.21.0
11242026-08-13T18:50:22.702Z Downloaded sqlparser v0.61.0
11252026-08-13T18:50:22.713Z Downloaded regress v0.10.5
11262026-08-13T18:50:22.727Z Downloaded lalrpop v0.19.12
11272026-08-13T18:50:22.730Z Downloaded zerocopy-derive v0.6.6
11282026-08-13T18:50:22.730Z Downloaded sled v0.34.7
11292026-08-13T18:50:22.736Z Downloaded chrono-tz v0.10.4
11302026-08-13T18:50:22.748Z Downloaded bzip2-sys v0.1.13+1.0.8
11312026-08-13T18:50:22.756Z Downloaded petgraph v0.8.3
11322026-08-13T18:50:22.779Z Downloaded jiff v0.2.34
11332026-08-13T18:50:22.783Z Downloaded regress v0.11.1
11342026-08-13T18:50:22.789Z Downloaded rustls v0.23.41
11352026-08-13T18:50:22.796Z Downloaded csv v1.4.0
11362026-08-13T18:50:22.810Z Downloaded regex-automata v0.4.14
11372026-08-13T18:50:22.820Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11382026-08-13T18:50:22.833Z Downloaded rustix v1.1.3
11392026-08-13T18:50:22.848Z Downloaded sha3 v0.10.8
11402026-08-13T18:50:22.851Z Downloaded encoding_rs v0.8.35
11412026-08-13T18:50:22.874Z Downloaded tracing v0.1.44
11422026-08-13T18:50:22.925Z Downloaded petgraph v0.6.5
11432026-08-13T18:50:23.019Z Downloaded libc v0.2.185
11442026-08-13T18:50:23.056Z Downloaded libz-sys v1.1.24
11452026-08-13T18:50:23.070Z Downloaded tokio v1.52.1
11462026-08-13T18:50:23.229Z Downloaded ring v0.17.14
11472026-08-13T18:50:23.259Z Downloaded httpmock v0.8.3
11482026-08-13T18:50:23.322Z Downloaded libgit2-sys v0.18.3+1.9.2
11492026-08-13T18:50:23.932Z Downloaded aws-lc-sys v0.40.0
11502026-08-13T18:50:24.414Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11512026-08-13T18:50:27.156Z Startup: Refreshing catalog 'helios' ... Done
11522026-08-13T18:50:27.634Z Startup: Caching catalogs ... Done
11532026-08-13T18:50:29.552ZPlanning: Solver setup ... Done (1.798s)
11542026-08-13T18:50:29.612ZPlanning: Running solver ... Done (0.061s)
11552026-08-13T18:50:29.655ZPlanning: Finding local manifests ... Done (0.004s)
11562026-08-13T18:50:29.670ZPlanning: Fetching manifests: 0/2 0% complete
11572026-08-13T18:50:29.690ZPlanning: Fetching manifests: 2/2 100% complete
11582026-08-13T18:50:29.707ZPlanning: Package planning ... Done (0.017s)
11592026-08-13T18:50:29.711ZPlanning: Merging actions ... Done (0.002s)
11602026-08-13T18:50:29.894ZPlanning: Checking for conflicting actions ... Done (0.185s)
11612026-08-13T18:50:29.897ZPlanning: Consolidating action changes ... Done (0.001s)
11622026-08-13T18:50:30.846ZPlanning: Evaluating mediators ... Done (0.945s)
11632026-08-13T18:50:30.851ZPlanning: Planning completed in 3.17 seconds
11642026-08-13T18:50:30.857Z Packages to install: 2
11652026-08-13T18:50:30.857Z Estimated space available: 155.74 GB
11662026-08-13T18:50:30.857ZEstimated space to be consumed: 67.95 MB
11672026-08-13T18:50:30.857Z Create boot environment: No
11682026-08-13T18:50:30.857ZCreate backup boot environment: No
11692026-08-13T18:50:30.857Z Rebuild boot archive: No
11702026-08-13T18:50:30.857Z
11712026-08-13T18:50:30.857ZChanged packages:
11722026-08-13T18:50:30.858Zhelios
11732026-08-13T18:50:30.858Z developer/build-essential
11742026-08-13T18:50:30.858Z None -> 11-3.0
11752026-08-13T18:50:30.858Z library/libxmlsec1
11762026-08-13T18:50:30.858Z None -> 1.2.35-3.0
11772026-08-13T18:50:30.880Z
11782026-08-13T18:50:30.880ZDownload: 0/214 items 0.0/1.3MB 0% complete
11792026-08-13T18:50:30.963ZDownload: Completed 1.28 MB in 0.08 seconds (15.4M/s)
11802026-08-13T18:50:31.061Z Actions: 1/268 actions (Installing new actions)
11812026-08-13T18:50:31.103Z Actions: Completed 268 actions in 0.04 seconds.
11822026-08-13T18:50:31.138ZFinalize: Updating package state database ... Done (0.034s)
11832026-08-13T18:50:31.138ZFinalize: Updating package cache ... Done (0.000s)
11842026-08-13T18:50:31.220ZFinalize: Updating image state ... Done (0.082s)
11852026-08-13T18:50:34.115ZFinalize: Creating fast lookup database ... Done (2.836s)
11862026-08-13T18:50:34.192ZFinalize: Reading search index ... Done (0.016s)
11872026-08-13T18:50:34.197ZFinalize: Updating search index ... Done (0.000s)
11882026-08-13T18:50:34.344ZFinalize: Updating package cache ... Done (0.000s)
11892026-08-13T18:50:34.744ZPlanning: Evaluating mediator changes ... Done
11902026-08-13T18:50:34.862ZPlanning: Checking for conflicting actions ... Done
11912026-08-13T18:50:34.868ZPlanning: Consolidating action changes ... Done
11922026-08-13T18:50:35.038ZPlanning: Evaluating mediators ... Done
11932026-08-13T18:50:35.042ZPlanning: Planning completed in 0.30 seconds
11942026-08-13T18:50:35.066Z Mediators to change: 2
11952026-08-13T18:50:35.066Z Create boot environment: No
11962026-08-13T18:50:35.066ZCreate backup boot environment: No
11972026-08-13T18:50:35.119ZFinalize: Updating package state database ... Done
11982026-08-13T18:50:35.119ZFinalize: Updating package cache ... Done
11992026-08-13T18:50:35.169ZFinalize: Updating image state ... Done
12002026-08-13T18:50:37.269ZFinalize: Creating fast lookup database ... Done
12012026-08-13T18:50:37.339ZFinalize: Reading search index ... Done
12022026-08-13T18:50:37.343ZFinalize: Updating search index ... Done
12032026-08-13T18:50:37.446ZFinalize: Updating package cache ... Done
12042026-08-13T18:50:37.758ZPlanning: Evaluating mediator changes ... Done
12052026-08-13T18:50:37.871ZPlanning: Checking for conflicting actions ... Done
12062026-08-13T18:50:37.875ZPlanning: Consolidating action changes ... Done
12072026-08-13T18:50:38.046ZPlanning: Evaluating mediators ... Done
12082026-08-13T18:50:38.050ZPlanning: Planning completed in 0.29 seconds
12092026-08-13T18:50:38.073Z Mediators to change: 1
12102026-08-13T18:50:38.073Z Create boot environment: No
12112026-08-13T18:50:38.073ZCreate backup boot environment: No
12122026-08-13T18:50:38.122ZFinalize: Updating package state database ... Done
12132026-08-13T18:50:38.122ZFinalize: Updating package cache ... Done
12142026-08-13T18:50:38.170ZFinalize: Updating image state ... Done
12152026-08-13T18:50:40.295ZFinalize: Creating fast lookup database ... Done
12162026-08-13T18:50:40.363ZFinalize: Reading search index ... Done
12172026-08-13T18:50:40.366ZFinalize: Updating search index ... Done
12182026-08-13T18:50:40.434ZFinalize: Updating package cache ... Done
12192026-08-13T18:50:40.790ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12202026-08-13T18:50:40.790Zapache system 2.4 system
12212026-08-13T18:50:40.790Zclang system 15 system
12222026-08-13T18:50:40.790Zcsh system system illumos
12232026-08-13T18:50:40.790Zctags system system illumos
12242026-08-13T18:50:40.790Zfile vendor vendor darwinsys
12252026-08-13T18:50:40.790Zfile system system illumos
12262026-08-13T18:50:40.790Zgcc vendor 14 vendor
12272026-08-13T18:50:40.790Zgcc system 13 system
12282026-08-13T18:50:40.790Zgcc system 10 system
12292026-08-13T18:50:40.790Zgo system 1.25 system
12302026-08-13T18:50:40.790Zllvm system 15 system
12312026-08-13T18:50:40.790Zmariadb system 11.4 system
12322026-08-13T18:50:40.790Zmta vendor vendor dma
12332026-08-13T18:50:40.790Zopenjdk system 17 system
12342026-08-13T18:50:40.790Zopenjdk system 11 system
12352026-08-13T18:50:40.790Zopenssl vendor 3 vendor
12362026-08-13T18:50:40.790Zperl system 5.40 system
12372026-08-13T18:50:40.790Zpostgresql system 18 system
12382026-08-13T18:50:40.790Zpostgresql system 17 system
12392026-08-13T18:50:40.790Zpython vendor 3 vendor
12402026-08-13T18:50:40.790Zpython system 2 system
12412026-08-13T18:50:40.790Zpython3 vendor 3.13 vendor
12422026-08-13T18:50:40.790Zruby system 3.4 system
12432026-08-13T18:50:40.790Zruby system 3.0 system
12442026-08-13T18:50:40.790Zwords vendor vendor american-english
12452026-08-13T18:50:40.790Zwords system system australian-english
12462026-08-13T18:50:40.790Zwords system system british-english
12472026-08-13T18:50:40.790Zwords system system canadian-english
12482026-08-13T18:50:40.790Zwords system system french
12492026-08-13T18:50:40.790Zwords system system italian
12502026-08-13T18:50:40.790Zwords system system ngerman
12512026-08-13T18:50:40.790Zwords system system ogerman
12522026-08-13T18:50:40.791Zwords system system spanish
12532026-08-13T18:50:41.068ZPUBLISHER TYPE STATUS P LOCATION
12542026-08-13T18:50:41.068Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12552026-08-13T18:50:41.574ZFMRI IFO
12562026-08-13T18:50:41.574Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12572026-08-13T18:50:41.574Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12582026-08-13T18:50:41.574Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12592026-08-13T18:50:41.574Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12602026-08-13T18:50:41.574Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12612026-08-13T18:50:41.574Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12622026-08-13T18:50:41.574Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12632026-08-13T18:50:41.574Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12642026-08-13T18:50:41.574Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12652026-08-13T18:50:42.261Z Downloading crates ...
12662026-08-13T18:50:42.309Z Downloaded cargo_toml v0.21.0
12672026-08-13T18:50:42.362Z Compiling proc-macro2 v1.0.106
12682026-08-13T18:50:42.362Z Compiling quote v1.0.45
12692026-08-13T18:50:42.362Z Compiling unicode-ident v1.0.24
12702026-08-13T18:50:42.362Z Compiling serde_core v1.0.228
12712026-08-13T18:50:42.366Z Compiling libc v0.2.185
12722026-08-13T18:50:42.366Z Compiling version_check v0.9.5
12732026-08-13T18:50:42.366Z Compiling memchr v2.8.0
12742026-08-13T18:50:42.366Z Compiling serde v1.0.228
12752026-08-13T18:50:42.366Z Compiling zmij v1.0.21
12762026-08-13T18:50:42.366Z Compiling itoa v1.0.17
12772026-08-13T18:50:42.450Z Compiling ucd-trie v0.1.7
12782026-08-13T18:50:42.458Z Compiling thiserror v1.0.69
12792026-08-13T18:50:42.461Z Compiling rustix v1.1.3
12802026-08-13T18:50:42.461Z Compiling byteorder v1.5.0
12812026-08-13T18:50:42.744Z Compiling bitflags v2.11.0
12822026-08-13T18:50:42.875Z Compiling serde_json v1.0.151
12832026-08-13T18:50:42.992Z Compiling pest v2.8.6
12842026-08-13T18:50:42.996Z Compiling camino v1.2.2
12852026-08-13T18:50:43.024Z Compiling proc-macro-error-attr v1.0.4
12862026-08-13T18:50:43.056Z Compiling usdt-impl v0.5.0
12872026-08-13T18:50:43.080Z Compiling syn v1.0.109
12882026-08-13T18:50:43.142Z Compiling proc-macro-error v1.0.4
12892026-08-13T18:50:43.164Z Compiling equivalent v1.0.2
12902026-08-13T18:50:43.187Z Compiling hashbrown v0.17.0
12912026-08-13T18:50:43.199Z Compiling getrandom v0.4.1
12922026-08-13T18:50:43.246Z Compiling utf8parse v0.2.2
12932026-08-13T18:50:43.262Z Compiling log v0.4.29
12942026-08-13T18:50:43.326Z Compiling plain v0.2.3
12952026-08-13T18:50:43.361Z Compiling anstyle-parse v1.0.0
12962026-08-13T18:50:43.394Z Compiling pretty-hex v0.4.1
12972026-08-13T18:50:43.453Z Compiling anstyle v1.0.14
12982026-08-13T18:50:43.453Z Compiling colorchoice v1.0.4
12992026-08-13T18:50:43.476Z Compiling cfg-if v1.0.4
13002026-08-13T18:50:43.499Z Compiling autocfg v1.5.0
13012026-08-13T18:50:43.510Z Compiling errno v0.3.14
13022026-08-13T18:50:43.539Z Compiling thread-id v4.2.2
13032026-08-13T18:50:43.559Z Compiling is_terminal_polyfill v1.70.2
13042026-08-13T18:50:43.570Z Compiling thiserror v2.0.18
13052026-08-13T18:50:43.583Z Compiling winnow v0.7.14
13062026-08-13T18:50:43.595Z Compiling toml_write v0.1.2
13072026-08-13T18:50:43.609Z Compiling anstyle-query v1.1.5
13082026-08-13T18:50:43.676Z Compiling heck v0.5.0
13092026-08-13T18:50:43.690Z Compiling fnv v1.0.7
13102026-08-13T18:50:43.719Z Compiling anstream v1.0.0
13112026-08-13T18:50:43.741Z Compiling once_cell v1.21.3
13122026-08-13T18:50:43.814Z Compiling indexmap v2.14.0
13132026-08-13T18:50:43.827Z Compiling strsim v0.11.1
13142026-08-13T18:50:43.849Z Compiling fastrand v2.3.0
13152026-08-13T18:50:43.863Z Compiling anyhow v1.0.102
13162026-08-13T18:50:43.955Z Compiling bytecount v0.6.9
13172026-08-13T18:50:43.967Z Compiling syn v2.0.117
13182026-08-13T18:50:44.002Z Compiling fs-err v3.3.0
13192026-08-13T18:50:44.101Z Compiling unicode-width v0.1.14
13202026-08-13T18:50:44.123Z Compiling clap_lex v1.0.0
13212026-08-13T18:50:44.161Z Compiling heck v0.4.1
13222026-08-13T18:50:44.232Z Compiling pest_meta v2.8.6
13232026-08-13T18:50:44.335Z Compiling memmap v0.7.0
13242026-08-13T18:50:44.372Z Compiling papergrid v0.11.0
13252026-08-13T18:50:44.400Z Compiling unicode-width v0.2.0
13262026-08-13T18:50:44.435Z Compiling unicode-linebreak v0.1.5
13272026-08-13T18:50:44.445Z Compiling smawk v0.3.2
13282026-08-13T18:50:44.548Z Compiling swrite v0.1.0
13292026-08-13T18:50:44.615Z Compiling terminal_size v0.4.3
13302026-08-13T18:50:44.615Z Compiling tempfile v3.25.0
13312026-08-13T18:50:44.731Z Compiling clap_builder v4.6.0
13322026-08-13T18:50:44.731Z Compiling textwrap v0.16.2
13332026-08-13T18:50:45.079Z Compiling semver v1.0.28
13342026-08-13T18:50:45.119Z Compiling cargo-platform v0.3.2
13352026-08-13T18:50:45.341Z Compiling camino-tempfile v1.4.1
13362026-08-13T18:50:45.630Z Compiling tabled_derive v0.7.0
13372026-08-13T18:50:46.385Z Compiling pest_generator v2.8.6
13382026-08-13T18:50:46.402Z Compiling tabled v0.15.0
13392026-08-13T18:50:46.970Z Compiling serde_derive v1.0.228
13402026-08-13T18:50:46.974Z Compiling thiserror-impl v1.0.69
13412026-08-13T18:50:46.974Z Compiling zerocopy-derive v0.7.35
13422026-08-13T18:50:46.974Z Compiling pest_derive v2.8.6
13432026-08-13T18:50:46.974Z Compiling scroll_derive v0.12.1
13442026-08-13T18:50:46.974Z Compiling thiserror-impl v2.0.18
13452026-08-13T18:50:46.974Z Compiling clap_derive v4.6.1
13462026-08-13T18:50:47.630Z Compiling scroll v0.12.0
13472026-08-13T18:50:47.705Z Compiling zerocopy v0.7.35
13482026-08-13T18:50:47.847Z Compiling goblin v0.8.2
13492026-08-13T18:50:48.093Z Compiling dtrace-parser v0.2.0
13502026-08-13T18:50:48.391Z Compiling clap v4.6.1
13512026-08-13T18:50:49.498Z Compiling serde_spanned v0.6.9
13522026-08-13T18:50:49.498Z Compiling toml_datetime v0.6.11
13532026-08-13T18:50:49.502Z Compiling cargo_metadata v0.23.1
13542026-08-13T18:50:49.502Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13552026-08-13T18:50:49.502Z Compiling macaddr v1.0.1
13562026-08-13T18:50:49.510Z Compiling dof v0.3.0
13572026-08-13T18:50:49.513Z Compiling serde_tokenstream v0.2.3
13582026-08-13T18:50:49.677Z Compiling toml_edit v0.22.27
13592026-08-13T18:50:50.221Z Compiling usdt-macro v0.5.0
13602026-08-13T18:50:50.221Z Compiling usdt-attr-macro v0.5.0
13612026-08-13T18:50:50.860Z Compiling usdt v0.5.0
13622026-08-13T18:50:51.012Z Compiling toml v0.8.23
13632026-08-13T18:50:51.338Z Compiling cargo_toml v0.21.0
13642026-08-13T18:50:52.642Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13652026-08-13T18:50:54.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.00s
13662026-08-13T18:50:54.782Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13672026-08-13T18:50:55.560Z Compiling libc v0.2.185
13682026-08-13T18:50:55.560Z Compiling serde_core v1.0.228
13692026-08-13T18:50:55.560Z Compiling serde v1.0.228
13702026-08-13T18:50:55.564Z Compiling log v0.4.29
13712026-08-13T18:50:55.564Z Compiling smallvec v1.15.1
13722026-08-13T18:50:55.564Z Compiling shlex v1.3.0
13732026-08-13T18:50:55.564Z Compiling find-msvc-tools v0.1.9
13742026-08-13T18:50:55.564Z Compiling subtle v2.6.1
13752026-08-13T18:50:55.697Z Compiling scopeguard v1.2.0
13762026-08-13T18:50:55.701Z Compiling stable_deref_trait v1.2.1
13772026-08-13T18:50:55.706Z Compiling typenum v1.20.1
13782026-08-13T18:50:55.710Z Compiling zerocopy v0.8.40
13792026-08-13T18:50:55.710Z Compiling portable-atomic v1.13.1
13802026-08-13T18:50:55.764Z Compiling serde_json v1.0.151
13812026-08-13T18:50:55.793Z Compiling syn v2.0.117
13822026-08-13T18:50:55.807Z Compiling critical-section v1.2.0
13832026-08-13T18:50:55.899Z Compiling libm v0.2.16
13842026-08-13T18:50:55.916Z Compiling lock_api v0.4.14
13852026-08-13T18:50:55.920Z Compiling num-traits v0.2.19
13862026-08-13T18:50:55.945Z Compiling pkg-config v0.3.32
13872026-08-13T18:50:55.960Z Compiling generic-array v0.14.7
13882026-08-13T18:50:55.971Z Compiling pin-project-lite v0.2.17
13892026-08-13T18:50:55.986Z Compiling getrandom v0.4.1
13902026-08-13T18:50:56.017Z Compiling const-oid v0.9.6
13912026-08-13T18:50:56.035Z Compiling parking_lot_core v0.9.12
13922026-08-13T18:50:56.100Z Compiling rand_core v0.10.0
13932026-08-13T18:50:56.115Z Compiling writeable v0.6.2
13942026-08-13T18:50:56.198Z Compiling futures-core v0.3.32
13952026-08-13T18:50:56.278Z Compiling litemap v0.8.1
13962026-08-13T18:50:56.299Z Compiling percent-encoding v2.3.2
13972026-08-13T18:50:56.303Z Compiling icu_normalizer_data v2.1.1
13982026-08-13T18:50:56.348Z Compiling icu_properties_data v2.1.2
13992026-08-13T18:50:56.377Z Compiling getrandom v0.3.4
14002026-08-13T18:50:56.395Z Compiling futures-sink v0.3.32
14012026-08-13T18:50:56.439Z Compiling rustix v1.1.3
14022026-08-13T18:50:56.469Z Compiling futures-task v0.3.32
14032026-08-13T18:50:56.493Z Compiling futures-io v0.3.32
14042026-08-13T18:50:56.519Z Compiling futures-channel v0.3.32
14052026-08-13T18:50:56.535Z Compiling slab v0.4.12
14062026-08-13T18:50:56.539Z Compiling utf8_iter v1.0.4
14072026-08-13T18:50:56.667Z Compiling jobserver v0.1.34
14082026-08-13T18:50:56.667Z Compiling errno v0.3.14
14092026-08-13T18:50:56.697Z Compiling getrandom v0.2.17
14102026-08-13T18:50:56.748Z Compiling mio v1.2.0
14112026-08-13T18:50:56.764Z Compiling socket2 v0.6.3
14122026-08-13T18:50:56.768Z Compiling form_urlencoded v1.2.2
14132026-08-13T18:50:56.791Z Compiling rustversion v1.0.22
14142026-08-13T18:50:56.822Z Compiling signal-hook-registry v1.4.8
14152026-08-13T18:50:56.857Z Compiling rand_core v0.6.4
14162026-08-13T18:50:56.948Z Compiling cc v1.2.56
14172026-08-13T18:50:56.963Z Compiling once_cell v1.21.3
14182026-08-13T18:50:56.982Z Compiling parking_lot v0.12.5
14192026-08-13T18:50:56.998Z Compiling iana-time-zone v0.1.65
14202026-08-13T18:50:57.040Z Compiling base64ct v1.8.3
14212026-08-13T18:50:57.111Z Compiling ident_case v1.0.1
14222026-08-13T18:50:57.131Z Compiling flagset v0.4.7
14232026-08-13T18:50:57.157Z Compiling dunce v1.0.5
14242026-08-13T18:50:57.190Z Compiling fs_extra v1.3.0
14252026-08-13T18:50:57.207Z Compiling regex-syntax v0.8.10
14262026-08-13T18:50:57.224Z Compiling base64 v0.22.1
14272026-08-13T18:50:57.250Z Compiling rand_core v0.9.5
14282026-08-13T18:50:57.254Z Compiling syn v1.0.109
14292026-08-13T18:50:57.280Z Compiling vcpkg v0.2.15
14302026-08-13T18:50:57.294Z Compiling tracing-core v0.1.36
14312026-08-13T18:50:57.335Z Compiling pem-rfc7468 v0.7.0
14322026-08-13T18:50:57.362Z Compiling cpufeatures v0.2.17
14332026-08-13T18:50:57.387Z Compiling aws-lc-rs v1.16.3
14342026-08-13T18:50:57.446Z Compiling schemars v0.8.22
14352026-08-13T18:50:57.461Z Compiling dyn-clone v1.0.20
14362026-08-13T18:50:57.487Z Compiling spin v0.9.8
14372026-08-13T18:50:57.571Z Compiling tinyvec_macros v0.1.1
14382026-08-13T18:50:57.604Z Compiling httparse v1.10.1
14392026-08-13T18:50:57.650Z Compiling crc32fast v1.5.0
14402026-08-13T18:50:57.666Z Compiling cmov v0.5.4
14412026-08-13T18:50:57.696Z Compiling openssl-probe v0.2.1
14422026-08-13T18:50:57.736Z Compiling cmake v0.1.57
14432026-08-13T18:50:57.740Z Compiling tinyvec v1.10.0
14442026-08-13T18:50:57.765Z Compiling aho-corasick v1.1.4
14452026-08-13T18:50:57.765Z Compiling tower-layer v0.3.3
14462026-08-13T18:50:57.880Z Compiling ctutils v0.4.2
14472026-08-13T18:50:57.894Z Compiling radium v0.7.0
14482026-08-13T18:50:57.907Z Compiling tower-service v0.3.3
14492026-08-13T18:50:57.911Z Compiling atomic-waker v1.1.2
14502026-08-13T18:50:57.952Z Compiling untrusted v0.7.1
14512026-08-13T18:50:57.985Z Compiling bitflags v2.11.0
14522026-08-13T18:50:58.034Z Compiling semver v1.0.28
14532026-08-13T18:50:58.056Z Compiling indexmap v2.14.0
14542026-08-13T18:50:58.070Z Compiling uuid v1.23.4
14552026-08-13T18:50:58.124Z Compiling try-lock v0.2.5
14562026-08-13T18:50:58.185Z Compiling rustls v0.23.41
14572026-08-13T18:50:58.219Z Compiling want v0.3.1
14582026-08-13T18:50:58.235Z Compiling tap v1.0.1
14592026-08-13T18:50:58.253Z Compiling openssl v0.10.80
14602026-08-13T18:50:58.340Z Compiling rustc_version v0.4.1
14612026-08-13T18:50:58.359Z Compiling untrusted v0.9.0
14622026-08-13T18:50:58.382Z Compiling simd-adler32 v0.3.8
14632026-08-13T18:50:58.397Z Compiling foreign-types-shared v0.1.1
14642026-08-13T18:50:58.413Z Compiling httpdate v1.0.3
14652026-08-13T18:50:58.485Z Compiling maybe-uninit v2.0.0
14662026-08-13T18:50:58.500Z Compiling foreign-types v0.3.2
14672026-08-13T18:50:58.503Z Compiling wyz v0.5.1
14682026-08-13T18:50:58.585Z Compiling unicode-normalization v0.1.25
14692026-08-13T18:50:58.599Z Compiling aws-lc-sys v0.40.0
14702026-08-13T18:50:58.649Z Compiling openssl-sys v0.9.117
14712026-08-13T18:50:58.663Z Compiling bzip2-sys v0.1.13+1.0.8
14722026-08-13T18:50:58.680Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-08-13T18:50:58.723Z Compiling synstructure v0.13.2
14742026-08-13T18:50:58.740Z Compiling serde_derive_internals v0.29.1
14752026-08-13T18:50:58.755Z Compiling pest_generator v2.8.6
14762026-08-13T18:50:58.778Z Compiling regex-automata v0.4.14
14772026-08-13T18:50:58.782Z Compiling darling_core v0.20.11
14782026-08-13T18:50:59.027Z Compiling num-integer v0.1.46
14792026-08-13T18:50:59.071Z Compiling tempfile v3.25.0
14802026-08-13T18:50:59.112Z Compiling terminal_size v0.4.3
14812026-08-13T18:50:59.240Z Compiling wait-timeout v0.2.1
14822026-08-13T18:50:59.303Z Compiling ahash v0.8.12
14832026-08-13T18:50:59.371Z Compiling adler2 v2.0.1
14842026-08-13T18:50:59.386Z Compiling powerfmt v0.2.0
14852026-08-13T18:50:59.402Z Compiling bit-vec v0.8.0
14862026-08-13T18:50:59.530Z Compiling time-core v0.1.8
14872026-08-13T18:50:59.534Z Compiling num-conv v0.2.0
14882026-08-13T18:50:59.559Z Compiling quick-error v1.2.3
14892026-08-13T18:50:59.562Z Compiling funty v2.0.0
14902026-08-13T18:50:59.577Z Compiling packed_struct v0.10.1
14912026-08-13T18:50:59.592Z Compiling native-tls v0.2.18
14922026-08-13T18:50:59.623Z Compiling num-bigint-dig v0.8.6
14932026-08-13T18:50:59.663Z Compiling rusty-fork v0.3.1
14942026-08-13T18:50:59.678Z Compiling bit-set v0.8.0
14952026-08-13T18:50:59.682Z Compiling clap_builder v4.6.0
14962026-08-13T18:50:59.704Z Compiling deranged v0.5.8
14972026-08-13T18:50:59.735Z Compiling time-macros v0.2.27
14982026-08-13T18:50:59.764Z Compiling miniz_oxide v0.8.9
14992026-08-13T18:50:59.856Z Compiling num-iter v0.1.45
15002026-08-13T18:50:59.916Z Compiling bitvec v1.0.1
15012026-08-13T18:50:59.980Z Compiling lazy_static v1.5.0
15022026-08-13T18:51:00.008Z Compiling rand_xorshift v0.4.0
15032026-08-13T18:51:00.012Z Compiling anstyle-parse v0.2.7
15042026-08-13T18:51:00.084Z Compiling sync_wrapper v1.0.2
15052026-08-13T18:51:00.172Z Compiling indexmap v1.9.3
15062026-08-13T18:51:00.187Z Compiling num_threads v0.1.7
15072026-08-13T18:51:00.199Z Compiling unarray v0.1.4
15082026-08-13T18:51:00.214Z Compiling crc-catalog v2.4.0
15092026-08-13T18:51:00.299Z Compiling paste v1.0.15
15102026-08-13T18:51:00.319Z Compiling nodrop v0.1.14
15112026-08-13T18:51:00.333Z Compiling crossbeam-utils v0.8.21
15122026-08-13T18:51:00.386Z Compiling siphasher v1.0.2
15132026-08-13T18:51:00.401Z Compiling usdt-impl v0.6.0
15142026-08-13T18:51:00.485Z Compiling zlib-rs v0.6.2
15152026-08-13T18:51:00.500Z Compiling serde_derive v1.0.228
15162026-08-13T18:51:00.622Z Compiling zeroize_derive v1.5.0
15172026-08-13T18:51:00.643Z Compiling zerofrom-derive v0.1.6
15182026-08-13T18:51:00.659Z Compiling zerocopy-derive v0.8.40
15192026-08-13T18:51:00.692Z Compiling yoke-derive v0.8.1
15202026-08-13T18:51:00.796Z Compiling zerovec-derive v0.11.2
15212026-08-13T18:51:00.921Z Compiling displaydoc v0.2.5
15222026-08-13T18:51:00.936Z Compiling tokio-macros v2.7.0
15232026-08-13T18:51:01.272Z Compiling futures-macro v0.3.32
15242026-08-13T18:51:01.335Z Compiling zeroize v1.9.0
15252026-08-13T18:51:01.468Z Compiling thiserror-impl v2.0.18
15262026-08-13T18:51:01.712Z Compiling der_derive v0.7.3
15272026-08-13T18:51:01.734Z Compiling tracing-attributes v0.1.31
15282026-08-13T18:51:01.749Z Compiling rustls-pki-types v1.14.0
15292026-08-13T18:51:01.952Z Compiling schemars_derive v0.8.22
15302026-08-13T18:51:01.987Z Compiling hybrid-array v0.4.13
15312026-08-13T18:51:02.134Z Compiling zerofrom v0.1.6
15322026-08-13T18:51:02.155Z Compiling crypto-common v0.1.7
15332026-08-13T18:51:02.172Z Compiling block-buffer v0.10.4
15342026-08-13T18:51:02.236Z Compiling futures-util v0.3.32
15352026-08-13T18:51:02.279Z Compiling yoke v0.8.1
15362026-08-13T18:51:02.328Z Compiling digest v0.10.7
15372026-08-13T18:51:02.366Z Compiling pest_derive v2.8.6
15382026-08-13T18:51:02.486Z Compiling zerovec v0.11.5
15392026-08-13T18:51:02.609Z Compiling zerotrie v0.2.3
15402026-08-13T18:51:02.739Z Compiling der v0.7.10
15412026-08-13T18:51:02.813Z Compiling sha2 v0.10.9
15422026-08-13T18:51:02.881Z Compiling thiserror v2.0.18
15432026-08-13T18:51:02.884Z Compiling scroll_derive v0.13.1
15442026-08-13T18:51:02.910Z Compiling signature v2.2.0
15452026-08-13T18:51:02.933Z Compiling darling_macro v0.20.11
15462026-08-13T18:51:03.008Z Compiling tinystr v0.8.2
15472026-08-13T18:51:03.037Z Compiling potential_utf v0.1.4
15482026-08-13T18:51:03.106Z Compiling thiserror-impl v1.0.69
15492026-08-13T18:51:03.122Z Compiling openssl-macros v0.1.1
15502026-08-13T18:51:03.140Z Compiling tracing v0.1.44
15512026-08-13T18:51:03.221Z Compiling icu_locale_core v2.1.1
15522026-08-13T18:51:03.236Z Compiling icu_collections v2.1.1
15532026-08-13T18:51:03.264Z Compiling hmac v0.12.1
15542026-08-13T18:51:03.439Z Compiling packed_struct_codegen v0.10.1
15552026-08-13T18:51:03.443Z Compiling bitfield-macros v0.19.4
15562026-08-13T18:51:03.470Z Compiling darling v0.20.11
15572026-08-13T18:51:03.575Z Compiling spki v0.7.3
15582026-08-13T18:51:03.739Z Compiling clap_derive v4.6.1
15592026-08-13T18:51:03.754Z Compiling pkcs8 v0.10.2
15602026-08-13T18:51:03.804Z Compiling scroll v0.13.0
15612026-08-13T18:51:03.819Z Compiling zerocopy-derive v0.6.6
15622026-08-13T18:51:03.982Z Compiling icu_provider v2.1.1
15632026-08-13T18:51:04.035Z Compiling goblin v0.10.5
15642026-08-13T18:51:04.097Z Compiling bytes v1.11.1
15652026-08-13T18:51:04.141Z Compiling chrono v0.4.45
15662026-08-13T18:51:04.159Z Compiling ipnet v2.11.0
15672026-08-13T18:51:04.174Z Compiling hex v0.4.3
15682026-08-13T18:51:04.218Z Compiling toml_datetime v0.6.11
15692026-08-13T18:51:04.311Z Compiling icu_properties v2.1.2
15702026-08-13T18:51:04.478Z Compiling icu_normalizer v2.1.1
15712026-08-13T18:51:04.509Z Compiling thiserror v1.0.69
15722026-08-13T18:51:04.539Z Compiling serde_spanned v0.6.9
15732026-08-13T18:51:04.626Z Compiling tokio v1.52.1
15742026-08-13T18:51:04.640Z Compiling http v1.4.2
15752026-08-13T18:51:04.709Z Compiling bitfield v0.19.4
15762026-08-13T18:51:04.732Z Compiling pkcs1 v0.7.5
15772026-08-13T18:51:04.749Z Compiling zerocopy v0.6.6
15782026-08-13T18:51:04.788Z Compiling derive_builder_core v0.20.2
15792026-08-13T18:51:05.036Z Compiling flate2 v1.1.9
15802026-08-13T18:51:05.051Z Compiling dtrace-parser v0.3.0
15812026-08-13T18:51:05.151Z Compiling ppv-lite86 v0.2.21
15822026-08-13T18:51:05.218Z Compiling idna_adapter v1.2.1
15832026-08-13T18:51:05.369Z Compiling idna v1.1.0
15842026-08-13T18:51:05.384Z Compiling http-body v1.0.1
15852026-08-13T18:51:05.537Z Compiling rand_chacha v0.9.0
15862026-08-13T18:51:05.552Z Compiling rand_chacha v0.3.1
15872026-08-13T18:51:05.638Z Compiling http-body-util v0.1.3
15882026-08-13T18:51:05.652Z Compiling time v0.3.47
15892026-08-13T18:51:05.685Z Compiling clap v4.6.1
15902026-08-13T18:51:05.727Z Compiling url v2.5.8
15912026-08-13T18:51:05.751Z Compiling rand v0.9.2
15922026-08-13T18:51:05.780Z Compiling rand v0.8.6
15932026-08-13T18:51:05.875Z Compiling scroll_derive v0.12.1
15942026-08-13T18:51:05.912Z Compiling structmeta-derive v0.3.0
15952026-08-13T18:51:05.928Z Compiling array-init v0.0.4
15962026-08-13T18:51:06.148Z Compiling crc v3.4.0
15972026-08-13T18:51:06.305Z Compiling anstream v0.6.21
15982026-08-13T18:51:06.373Z Compiling proptest v1.11.0
15992026-08-13T18:51:06.396Z Compiling smallvec v0.6.14
16002026-08-13T18:51:06.572Z Compiling darling_core v0.23.0
16012026-08-13T18:51:06.587Z Compiling heapless v0.7.17
16022026-08-13T18:51:06.600Z Compiling slog v2.8.2
16032026-08-13T18:51:06.629Z Compiling thread-id v5.1.0
16042026-08-13T18:51:06.644Z Compiling env_filter v1.0.0
16052026-08-13T18:51:06.659Z Compiling cookie v0.18.1
16062026-08-13T18:51:06.729Z Compiling anyhow v1.0.102
16072026-08-13T18:51:06.778Z Compiling base64 v0.21.7
16082026-08-13T18:51:06.812Z Compiling hashbrown v0.12.3
16092026-08-13T18:51:06.854Z Compiling signal-hook v0.3.18
16102026-08-13T18:51:06.877Z Compiling unicode-bidi v0.3.18
16112026-08-13T18:51:06.987Z Compiling dof v0.4.0
16122026-08-13T18:51:07.071Z Compiling iri-string v0.7.10
16132026-08-13T18:51:07.079Z Compiling ryu v1.0.23
16142026-08-13T18:51:07.094Z Compiling allocator-api2 v0.2.21
16152026-08-13T18:51:07.129Z Compiling ipnetwork v0.21.1
16162026-08-13T18:51:07.288Z Compiling winnow v0.5.40
16172026-08-13T18:51:07.328Z Compiling unicode-properties v0.1.4
16182026-08-13T18:51:07.344Z Compiling zstd-safe v7.2.4
16192026-08-13T18:51:07.436Z Compiling oxnet v0.1.6
16202026-08-13T18:51:07.563Z Compiling rsa v0.9.10
16212026-08-13T18:51:07.579Z Compiling stringprep v0.1.5
16222026-08-13T18:51:07.584Z Compiling serde_urlencoded v0.7.1
16232026-08-13T18:51:07.626Z Compiling structmeta v0.3.0
16242026-08-13T18:51:07.880Z Compiling ron v0.8.1
16252026-08-13T18:51:07.931Z Compiling env_logger v0.11.9
16262026-08-13T18:51:07.974Z Compiling scroll v0.12.0
16272026-08-13T18:51:07.995Z Compiling serde-hex v0.1.0
16282026-08-13T18:51:08.055Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16292026-08-13T18:51:08.247Z Compiling camino v1.2.2
16302026-08-13T18:51:08.262Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16312026-08-13T18:51:08.309Z Compiling hashbrown v0.13.2
16322026-08-13T18:51:08.472Z Compiling derive_builder_macro v0.20.2
16332026-08-13T18:51:08.640Z Compiling tokio-util v0.7.18
16342026-08-13T18:51:08.656Z Compiling tower v0.5.3
16352026-08-13T18:51:08.779Z Compiling toml_edit v0.19.15
16362026-08-13T18:51:08.823Z Compiling tokio-native-tls v0.3.1
16372026-08-13T18:51:08.828Z Compiling bzip2 v0.4.4
16382026-08-13T18:51:08.850Z Compiling newtype-uuid v1.3.2
16392026-08-13T18:51:08.979Z Compiling erased-serde v0.3.31
16402026-08-13T18:51:08.998Z Compiling serde_tokenstream v0.2.3
16412026-08-13T18:51:09.052Z Compiling x509-cert v0.2.5
16422026-08-13T18:51:09.066Z Compiling tower-http v0.6.8
16432026-08-13T18:51:09.161Z Compiling block-padding v0.4.2
16442026-08-13T18:51:09.178Z Compiling darling_macro v0.23.0
16452026-08-13T18:51:09.224Z Compiling block-buffer v0.12.1
16462026-08-13T18:51:09.340Z Compiling crypto-common v0.2.2
16472026-08-13T18:51:09.356Z Compiling h2 v0.4.15
16482026-08-13T18:51:09.437Z Compiling md-5 v0.10.6
16492026-08-13T18:51:09.503Z Compiling rustls-native-certs v0.8.3
16502026-08-13T18:51:09.527Z Compiling bstr v1.12.1
16512026-08-13T18:51:09.632Z Compiling daft-derive v0.1.7
16522026-08-13T18:51:09.711Z Compiling zerocopy-derive v0.7.35
16532026-08-13T18:51:09.727Z Compiling async-trait v0.1.89
16542026-08-13T18:51:09.772Z Compiling pin-project-internal v1.1.11
16552026-08-13T18:51:09.796Z Compiling curve25519-dalek v4.1.3
16562026-08-13T18:51:10.183Z Compiling vergen-lib v9.1.0
16572026-08-13T18:51:10.202Z Compiling hash32 v0.2.1
16582026-08-13T18:51:10.384Z Compiling memoffset v0.9.1
16592026-08-13T18:51:10.470Z Compiling encoding_rs v0.8.35
16602026-08-13T18:51:10.485Z Compiling mime v0.3.17
16612026-08-13T18:51:10.653Z Compiling litrs v1.0.0
16622026-08-13T18:51:10.683Z Compiling fallible-iterator v0.2.0
16632026-08-13T18:51:10.720Z Compiling smoltcp v0.9.1
16642026-08-13T18:51:10.751Z Compiling crc-any v2.5.0
16652026-08-13T18:51:10.790Z Compiling rustix v0.38.44
16662026-08-13T18:51:10.805Z Compiling psl-types v2.0.11
16672026-08-13T18:51:10.884Z Compiling ref-cast v1.0.25
16682026-08-13T18:51:10.954Z Compiling cfg_aliases v0.2.1
16692026-08-13T18:51:11.005Z Compiling pin-project v1.1.11
16702026-08-13T18:51:11.019Z Compiling postgres-protocol v0.6.10
16712026-08-13T18:51:11.041Z Compiling nix v0.31.2
16722026-08-13T18:51:11.057Z Compiling publicsuffix v2.3.0
16732026-08-13T18:51:11.121Z Compiling zerocopy v0.7.35
16742026-08-13T18:51:11.224Z Compiling document-features v0.2.12
16752026-08-13T18:51:11.240Z Compiling daft v0.1.7
16762026-08-13T18:51:11.299Z Compiling toml v0.7.8
16772026-08-13T18:51:11.320Z Compiling darling v0.23.0
16782026-08-13T18:51:11.427Z Compiling inout v0.2.2
16792026-08-13T18:51:11.442Z Compiling zip v0.6.6
16802026-08-13T18:51:11.564Z Compiling derive_builder v0.20.2
16812026-08-13T18:51:11.570Z Compiling object v0.30.4
16822026-08-13T18:51:11.622Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16832026-08-13T18:51:11.637Z Compiling goblin v0.8.2
16842026-08-13T18:51:11.712Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16852026-08-13T18:51:11.860Z Compiling derive-ex v0.1.8
16862026-08-13T18:51:11.959Z Compiling futures-executor v0.3.32
16872026-08-13T18:51:12.071Z Compiling hubpack_derive v0.1.1
16882026-08-13T18:51:12.100Z Compiling regex v1.12.3
16892026-08-13T18:51:12.168Z Compiling phf_shared v0.13.1
16902026-08-13T18:51:12.193Z Compiling strum_macros v0.27.2
16912026-08-13T18:51:12.210Z Compiling ref-cast-impl v1.0.25
16922026-08-13T18:51:12.226Z Compiling curve25519-dalek-derive v0.1.1
16932026-08-13T18:51:12.265Z Compiling snafu-derive v0.8.9
16942026-08-13T18:51:12.323Z Compiling cargo-platform v0.3.2
16952026-08-13T18:51:12.442Z Compiling vergen v9.1.0
16962026-08-13T18:51:12.569Z Compiling ff v0.13.1
16972026-08-13T18:51:12.583Z Compiling fs-err v3.3.0
16982026-08-13T18:51:12.626Z Compiling jiff-core v0.1.0
16992026-08-13T18:51:12.656Z Compiling foldhash v0.1.5
17002026-08-13T18:51:12.731Z Compiling hyper v1.10.1
17012026-08-13T18:51:12.804Z Compiling either v1.15.0
17022026-08-13T18:51:12.826Z Compiling unicode-segmentation v1.12.0
17032026-08-13T18:51:12.852Z Compiling base16ct v0.2.0
17042026-08-13T18:51:12.931Z Compiling managed v0.8.0
17052026-08-13T18:51:13.038Z Compiling libbz2-rs-sys v0.2.2
17062026-08-13T18:51:13.050Z Compiling bumpalo v3.20.2
17072026-08-13T18:51:13.134Z Compiling bitflags v1.3.2
17082026-08-13T18:51:13.166Z Compiling path-slash v0.1.5
17092026-08-13T18:51:13.238Z Compiling object v0.37.3
17102026-08-13T18:51:13.244Z Compiling foldhash v0.2.0
17112026-08-13T18:51:13.317Z Compiling same-file v1.0.6
17122026-08-13T18:51:13.332Z Compiling zopfli v0.8.3
17132026-08-13T18:51:13.490Z Compiling bzip2 v0.6.1
17142026-08-13T18:51:13.510Z Compiling walkdir v2.5.0
17152026-08-13T18:51:13.579Z Compiling hashbrown v0.16.1
17162026-08-13T18:51:13.627Z Compiling test-strategy v0.4.5
17172026-08-13T18:51:13.739Z Compiling jiff v0.2.34
17182026-08-13T18:51:13.752Z Compiling sec1 v0.7.3
17192026-08-13T18:51:13.968Z Compiling hyper-util v0.1.20
17202026-08-13T18:51:14.031Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17212026-08-13T18:51:14.066Z Compiling dof v0.3.0
17222026-08-13T18:51:14.268Z Compiling snafu v0.8.9
17232026-08-13T18:51:14.281Z Compiling strum v0.27.2
17242026-08-13T18:51:14.328Z Compiling hashbrown v0.15.5
17252026-08-13T18:51:14.400Z Compiling group v0.13.0
17262026-08-13T18:51:14.454Z Compiling hubpack v0.1.2
17272026-08-13T18:51:14.578Z Compiling cargo_metadata v0.23.1
17282026-08-13T18:51:14.592Z Compiling phf v0.13.1
17292026-08-13T18:51:14.607Z Compiling futures v0.3.32
17302026-08-13T18:51:14.654Z Compiling zstd v0.13.3
17312026-08-13T18:51:14.719Z Compiling signal-hook-mio v0.2.5
17322026-08-13T18:51:14.781Z Compiling cookie_store v0.22.1
17332026-08-13T18:51:14.833Z Compiling cipher v0.5.2
17342026-08-13T18:51:14.886Z Compiling serde_with_macros v3.21.0
17352026-08-13T18:51:14.916Z Compiling postgres-types v0.2.12
17362026-08-13T18:51:15.168Z Compiling globset v0.4.18
17372026-08-13T18:51:15.187Z Compiling usdt-macro v0.6.0
17382026-08-13T18:51:15.201Z Compiling usdt-attr-macro v0.6.0
17392026-08-13T18:51:15.298Z Compiling byte-wrapper v0.1.0
17402026-08-13T18:51:15.537Z Compiling hyper-tls v0.6.0
17412026-08-13T18:51:15.551Z Compiling dtrace-parser v0.2.0
17422026-08-13T18:51:15.561Z Compiling serde-big-array v0.5.1
17432026-08-13T18:51:15.705Z Compiling serde_plain v1.0.2
17442026-08-13T18:51:15.727Z Compiling reqwest v0.12.28
17452026-08-13T18:51:15.797Z Compiling olpc-cjson v0.1.4
17462026-08-13T18:51:15.812Z Compiling ed25519 v2.2.3
17472026-08-13T18:51:15.930Z Compiling hkdf v0.12.4
17482026-08-13T18:51:15.947Z Compiling crypto-bigint v0.5.5
17492026-08-13T18:51:15.988Z Compiling phf_shared v0.11.3
17502026-08-13T18:51:16.039Z Compiling serde_repr v0.1.20
17512026-08-13T18:51:16.076Z Compiling enum-as-inner v0.6.1
17522026-08-13T18:51:16.130Z Compiling async-recursion v1.1.1
17532026-08-13T18:51:16.151Z Compiling strum_macros v0.26.4
17542026-08-13T18:51:16.168Z Compiling float-cmp v0.10.0
17552026-08-13T18:51:16.172Z Compiling pem v3.0.6
17562026-08-13T18:51:16.200Z Compiling thread-id v4.2.2
17572026-08-13T18:51:16.300Z Compiling memmap2 v0.9.10
17582026-08-13T18:51:16.340Z Compiling whoami v2.1.0
17592026-08-13T18:51:16.354Z Compiling cpufeatures v0.3.0
17602026-08-13T18:51:16.457Z Compiling data-encoding v2.10.0
17612026-08-13T18:51:16.549Z Compiling fixedbitset v0.4.2
17622026-08-13T18:51:16.567Z Compiling keccak v0.1.6
17632026-08-13T18:51:16.623Z Compiling fixedbitset v0.5.7
17642026-08-13T18:51:16.637Z Compiling winnow v1.0.3
17652026-08-13T18:51:16.753Z Compiling static_assertions v1.1.0
17662026-08-13T18:51:16.801Z Compiling typed-path v0.9.3
17672026-08-13T18:51:16.816Z Compiling difflib v0.4.0
17682026-08-13T18:51:16.841Z Compiling normalize-line-endings v0.3.0
17692026-08-13T18:51:16.856Z Compiling const-oid v0.10.2
17702026-08-13T18:51:16.906Z Compiling precomputed-hash v0.1.1
17712026-08-13T18:51:16.956Z Compiling new_debug_unreachable v1.0.6
17722026-08-13T18:51:16.971Z Compiling predicates-core v1.0.10
17732026-08-13T18:51:17.012Z Compiling elliptic-curve v0.13.8
17742026-08-13T18:51:17.034Z Compiling digest v0.11.3
17752026-08-13T18:51:17.049Z Compiling string_cache v0.8.9
17762026-08-13T18:51:17.090Z Compiling toml_parser v1.1.2+spec-1.1.0
17772026-08-13T18:51:17.175Z Compiling predicates v3.1.4
17782026-08-13T18:51:17.224Z Compiling toml_edit v0.22.27
17792026-08-13T18:51:17.286Z Compiling petgraph v0.8.3
17802026-08-13T18:51:17.313Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17812026-08-13T18:51:17.362Z Compiling hickory-proto v0.25.2
17822026-08-13T18:51:17.416Z Compiling sha3 v0.10.8
17832026-08-13T18:51:17.460Z Compiling petgraph v0.6.5
17842026-08-13T18:51:17.488Z Compiling tokio-postgres v0.7.16
17852026-08-13T18:51:17.794Z Compiling usdt v0.6.0
17862026-08-13T18:51:17.868Z Compiling chacha20 v0.10.0
17872026-08-13T18:51:17.922Z Compiling usdt-impl v0.5.0
17882026-08-13T18:51:17.955Z Compiling serde_with v3.21.0
17892026-08-13T18:51:18.049Z Compiling strum v0.26.3
17902026-08-13T18:51:18.095Z Compiling ed25519-dalek v2.2.0
17912026-08-13T18:51:18.130Z Compiling zip v4.6.1
17922026-08-13T18:51:18.203Z Compiling crossterm v0.28.1
17932026-08-13T18:51:18.218Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17942026-08-13T18:51:18.691Z Compiling iddqd v0.4.2
17952026-08-13T18:51:19.080Z Compiling similar v2.7.0
17962026-08-13T18:51:19.111Z Compiling heck v0.4.1
17972026-08-13T18:51:19.344Z Compiling itertools v0.15.0
17982026-08-13T18:51:19.362Z Compiling itertools v0.13.0
17992026-08-13T18:51:19.528Z Compiling tokio-stream v0.1.18
18002026-08-13T18:51:19.727Z Compiling crossbeam-epoch v0.9.18
18012026-08-13T18:51:19.819Z Compiling buf-list v1.1.2
18022026-08-13T18:51:19.863Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18032026-08-13T18:51:19.876Z Compiling openapiv3 v2.2.0
18042026-08-13T18:51:20.022Z Compiling peg-runtime v0.8.5
18052026-08-13T18:51:20.037Z Compiling lalrpop-util v0.19.12
18062026-08-13T18:51:20.067Z Compiling thread_local v1.1.9
18072026-08-13T18:51:20.107Z Compiling slog-async v2.8.0
18082026-08-13T18:51:20.116Z Compiling crossbeam-channel v0.5.15
18092026-08-13T18:51:20.117Z Compiling filetime v0.2.27
18102026-08-13T18:51:20.199Z Compiling is-terminal v0.4.17
18112026-08-13T18:51:20.247Z Compiling term v1.2.1
18122026-08-13T18:51:20.303Z Compiling xattr v1.6.1
18132026-08-13T18:51:20.319Z Compiling take_mut v0.2.2
18142026-08-13T18:51:20.319Z Compiling camino-tempfile v1.4.1
18152026-08-13T18:51:20.490Z Compiling tar v0.4.46
18162026-08-13T18:51:20.595Z Compiling slog-term v2.9.2
18172026-08-13T18:51:37.991Z Compiling rustls-webpki v0.103.13
18182026-08-13T18:51:40.695Z Compiling tokio-rustls v0.26.4
18192026-08-13T18:51:40.695Z Compiling rustls-platform-verifier v0.6.2
18202026-08-13T18:51:40.695Z Compiling tough v0.22.0
18212026-08-13T18:51:40.902Z Compiling hyper-rustls v0.27.7
18222026-08-13T18:51:41.097Z Compiling reqwest v0.13.2
18232026-08-13T18:51:43.329Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18242026-08-13T18:51:43.580Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18252026-08-13T18:51:46.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.65s
18262026-08-13T18:51:46.627Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18272026-08-13T18:51:46.683ZAug 13 18:51:45.290 INFO Starting download, target: Clickhouse
18282026-08-13T18:51:46.683ZAug 13 18:51:45.291 INFO Starting download, target: Cockroach
18292026-08-13T18:51:46.686ZAug 13 18:51:45.291 INFO Starting download, target: Console
18302026-08-13T18:51:46.686ZAug 13 18:51:45.291 INFO Starting download, target: DendriteStub
18312026-08-13T18:51:46.686ZAug 13 18:51:45.291 INFO Starting download, target: MaghemiteMgd
18322026-08-13T18:51:46.687ZAug 13 18:51:45.291 INFO Starting download, target: MaghemiteDdmd
18332026-08-13T18:51:46.687ZAug 13 18:51:45.291 INFO Starting download, target: TransceiverControl
18342026-08-13T18:51:46.687ZAug 13 18:51:45.292 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18352026-08-13T18:51:46.687ZAug 13 18:51:45.292 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18362026-08-13T18:51:46.687ZAug 13 18:51:45.292 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18372026-08-13T18:51:46.687ZAug 13 18:51:45.292 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18382026-08-13T18:51:46.687ZAug 13 18:51:45.292 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18392026-08-13T18:51:46.687ZAug 13 18:51:45.292 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18402026-08-13T18:51:46.687ZAug 13 18:51:45.292 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18412026-08-13T18:51:47.126ZAug 13 18:51:45.723 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18422026-08-13T18:51:47.349ZAug 13 18:51:45.951 INFO Download complete, target: TransceiverControl
18432026-08-13T18:51:48.513ZAug 13 18:51:47.113 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18442026-08-13T18:51:48.561ZAug 13 18:51:47.167 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18452026-08-13T18:51:48.618ZAug 13 18:51:47.222 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18462026-08-13T18:51:48.830ZAug 13 18:51:47.438 INFO Download complete, target: Console
18472026-08-13T18:51:49.151ZAug 13 18:51:47.750 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18482026-08-13T18:51:49.276ZAug 13 18:51:47.881 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18492026-08-13T18:51:49.634ZAug 13 18:51:48.244 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18502026-08-13T18:51:49.635ZAug 13 18:51:48.244 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18512026-08-13T18:51:50.518ZAug 13 18:51:49.126 INFO Download complete, target: MaghemiteDdmd
18522026-08-13T18:51:51.238ZAug 13 18:51:49.847 INFO Download complete, target: DendriteStub
18532026-08-13T18:51:51.878ZAug 13 18:51:50.487 INFO Download complete, target: MaghemiteMgd
18542026-08-13T18:51:54.435ZAug 13 18:51:53.044 INFO Checking that binary works, target: Cockroach
18552026-08-13T18:51:54.563ZAug 13 18:51:53.172 INFO Download complete, target: Cockroach
18562026-08-13T18:51:56.154ZAug 13 18:51:54.762 INFO Checking that binary works, target: Clickhouse
18572026-08-13T18:51:56.243ZAug 13 18:51:54.851 INFO Download complete, target: Clickhouse
18582026-08-13T18:51:56.249ZAll prerequisites installed successfully
18592026-08-13T18:51:56.253Z
18602026-08-13T18:51:56.253Zreal 1:31.831414356
18612026-08-13T18:51:56.253Zuser 7:24.513500851
18622026-08-13T18:51:56.253Zsys 1:45.175015328
18632026-08-13T18:51:56.253Ztrap 0.255871048
18642026-08-13T18:51:56.253Ztflt 0.967038609
18652026-08-13T18:51:56.253Zdflt 1.911120320
18662026-08-13T18:51:56.253Zkflt 0.028015702
18672026-08-13T18:51:56.253Zlock 27:32.202292847
18682026-08-13T18:51:56.253Zslp 19:50.867591369
18692026-08-13T18:51:56.253Zlat 26.086671950
18702026-08-13T18:51:56.254Zstop 3:01.912699920
18712026-08-13T18:51:56.254Z+ source ./tools/include/force-git-over-https.sh
18722026-08-13T18:51:56.254Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18732026-08-13T18:51:56.254Z++ (( i = 0 ))
18742026-08-13T18:51:56.254Z++ (( i < 5 ))
18752026-08-13T18:51:56.254Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18762026-08-13T18:51:56.257Z++ (( i++ ))
18772026-08-13T18:51:56.257Z++ (( i < 5 ))
18782026-08-13T18:51:56.257Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18792026-08-13T18:51:56.257Z++ (( i++ ))
18802026-08-13T18:51:56.257Z++ (( i < 5 ))
18812026-08-13T18:51:56.258Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18822026-08-13T18:51:56.261Z++ (( i++ ))
18832026-08-13T18:51:56.261Z++ (( i < 5 ))
18842026-08-13T18:51:56.261Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18852026-08-13T18:51:56.265Z++ (( i++ ))
18862026-08-13T18:51:56.265Z++ (( i < 5 ))
18872026-08-13T18:51:56.265Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18882026-08-13T18:51:56.265Z++ (( i++ ))
18892026-08-13T18:51:56.265Z++ (( i < 5 ))
18902026-08-13T18:51:56.265Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18912026-08-13T18:51:56.265Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18922026-08-13T18:51:56.265Z+ rc=0
18932026-08-13T18:51:56.265Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18942026-08-13T18:52:03.416Z+ case $rc in
18952026-08-13T18:52:03.416Z+ pfexec zfs create -p rpool/images/build/host
18962026-08-13T18:52:03.614Z+ pfexec zfs create -p rpool/images/build/recovery
18972026-08-13T18:52:03.654Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18982026-08-13T18:52:04.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18992026-08-13T18:52:04.132Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19002026-08-13T18:52:04.981Z Compiling proc-macro2 v1.0.106
19012026-08-13T18:52:04.981Z Compiling quote v1.0.45
19022026-08-13T18:52:04.981Z Compiling unicode-ident v1.0.24
19032026-08-13T18:52:04.981Z Compiling libc v0.2.185
19042026-08-13T18:52:04.981Z Compiling serde_core v1.0.228
19052026-08-13T18:52:04.981Z Compiling serde v1.0.228
19062026-08-13T18:52:04.986Z Compiling cfg-if v1.0.4
19072026-08-13T18:52:04.986Z Compiling find-msvc-tools v0.1.9
19082026-08-13T18:52:04.986Z Compiling shlex v1.3.0
19092026-08-13T18:52:04.986Z Compiling autocfg v1.5.0
19102026-08-13T18:52:05.124Z Compiling version_check v0.9.5
19112026-08-13T18:52:05.128Z Compiling zerocopy v0.8.40
19122026-08-13T18:52:05.128Z Compiling portable-atomic v1.13.1
19132026-08-13T18:52:05.128Z Compiling zmij v1.0.21
19142026-08-13T18:52:05.128Z Compiling memchr v2.8.0
19152026-08-13T18:52:05.288Z Compiling serde_json v1.0.151
19162026-08-13T18:52:05.482Z Compiling libm v0.2.16
19172026-08-13T18:52:05.496Z Compiling getrandom v0.4.1
19182026-08-13T18:52:05.589Z Compiling generic-array v0.14.7
19192026-08-13T18:52:05.598Z Compiling parking_lot_core v0.9.12
19202026-08-13T18:52:05.608Z Compiling pkg-config v0.3.32
19212026-08-13T18:52:05.655Z Compiling icu_normalizer_data v2.1.1
19222026-08-13T18:52:05.658Z Compiling icu_properties_data v2.1.2
19232026-08-13T18:52:05.672Z Compiling num-traits v0.2.19
19242026-08-13T18:52:05.758Z Compiling smallvec v1.15.1
19252026-08-13T18:52:05.801Z Compiling log v0.4.29
19262026-08-13T18:52:05.834Z Compiling itoa v1.0.17
19272026-08-13T18:52:05.864Z Compiling getrandom v0.3.4
19282026-08-13T18:52:05.881Z Compiling rustix v1.1.3
19292026-08-13T18:52:05.899Z Compiling subtle v2.6.1
19302026-08-13T18:52:06.034Z Compiling scopeguard v1.2.0
19312026-08-13T18:52:06.072Z Compiling stable_deref_trait v1.2.1
19322026-08-13T18:52:06.093Z Compiling typenum v1.20.1
19332026-08-13T18:52:06.143Z Compiling lock_api v0.4.14
19342026-08-13T18:52:06.174Z Compiling jobserver v0.1.34
19352026-08-13T18:52:06.177Z Compiling errno v0.3.14
19362026-08-13T18:52:06.192Z Compiling heck v0.5.0
19372026-08-13T18:52:06.245Z Compiling critical-section v1.2.0
19382026-08-13T18:52:06.336Z Compiling rand_core v0.10.0
19392026-08-13T18:52:06.353Z Compiling thiserror v2.0.18
19402026-08-13T18:52:06.370Z Compiling syn v2.0.117
19412026-08-13T18:52:06.403Z Compiling cc v1.2.56
19422026-08-13T18:52:06.531Z Compiling getrandom v0.2.17
19432026-08-13T18:52:06.607Z Compiling fs_extra v1.3.0
19442026-08-13T18:52:06.628Z Compiling dunce v1.0.5
19452026-08-13T18:52:06.734Z Compiling once_cell v1.21.3
19462026-08-13T18:52:06.751Z Compiling rand_core v0.6.4
19472026-08-13T18:52:06.768Z Compiling litemap v0.8.1
19482026-08-13T18:52:06.772Z Compiling writeable v0.6.2
19492026-08-13T18:52:06.814Z Compiling percent-encoding v2.3.2
19502026-08-13T18:52:06.908Z Compiling const-oid v0.9.6
19512026-08-13T18:52:07.027Z Compiling pin-project-lite v0.2.17
19522026-08-13T18:52:07.068Z Compiling schemars v0.8.22
19532026-08-13T18:52:07.169Z Compiling cmake v0.1.57
19542026-08-13T18:52:07.186Z Compiling equivalent v1.0.2
19552026-08-13T18:52:07.198Z Compiling signal-hook-registry v1.4.8
19562026-08-13T18:52:07.307Z Compiling rustversion v1.0.22
19572026-08-13T18:52:07.328Z Compiling futures-core v0.3.32
19582026-08-13T18:52:07.332Z Compiling aws-lc-rs v1.16.3
19592026-08-13T18:52:07.373Z Compiling bitflags v2.11.0
19602026-08-13T18:52:07.464Z Compiling semver v1.0.28
19612026-08-13T18:52:07.638Z Compiling parking_lot v0.12.5
19622026-08-13T18:52:07.718Z Compiling mio v1.2.0
19632026-08-13T18:52:07.761Z Compiling aws-lc-sys v0.40.0
19642026-08-13T18:52:07.821Z Compiling crc32fast v1.5.0
19652026-08-13T18:52:07.839Z Compiling utf8_iter v1.0.4
19662026-08-13T18:52:07.975Z Compiling form_urlencoded v1.2.2
19672026-08-13T18:52:08.142Z Compiling hashbrown v0.17.0
19682026-08-13T18:52:08.266Z Compiling syn v1.0.109
19692026-08-13T18:52:08.284Z Compiling fnv v1.0.7
19702026-08-13T18:52:08.320Z Compiling strsim v0.11.1
19712026-08-13T18:52:08.373Z Compiling byteorder v1.5.0
19722026-08-13T18:52:08.406Z Compiling vcpkg v0.2.15
19732026-08-13T18:52:08.604Z Compiling socket2 v0.6.3
19742026-08-13T18:52:08.760Z Compiling futures-sink v0.3.32
19752026-08-13T18:52:08.778Z Compiling radium v0.7.0
19762026-08-13T18:52:08.800Z Compiling httparse v1.10.1
19772026-08-13T18:52:08.834Z Compiling indexmap v2.14.0
19782026-08-13T18:52:08.913Z Compiling futures-channel v0.3.32
19792026-08-13T18:52:08.983Z Compiling slab v0.4.12
19802026-08-13T18:52:09.012Z Compiling futures-task v0.3.32
19812026-08-13T18:52:09.046Z Compiling openssl-sys v0.9.117
19822026-08-13T18:52:09.081Z Compiling thiserror v1.0.69
19832026-08-13T18:52:09.103Z Compiling futures-io v0.3.32
19842026-08-13T18:52:09.132Z Compiling iana-time-zone v0.1.65
19852026-08-13T18:52:09.229Z Compiling rustls v0.23.41
19862026-08-13T18:52:09.232Z Compiling maybe-uninit v2.0.0
19872026-08-13T18:52:09.337Z Compiling synstructure v0.13.2
19882026-08-13T18:52:09.358Z Compiling serde_derive_internals v0.29.1
19892026-08-13T18:52:09.361Z Compiling base64 v0.22.1
19902026-08-13T18:52:09.460Z Compiling rustc_version v0.4.1
19912026-08-13T18:52:09.655Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-08-13T18:52:09.693Z Compiling uuid v1.23.4
19932026-08-13T18:52:09.747Z Compiling ahash v0.8.12
19942026-08-13T18:52:09.768Z Compiling packed_struct v0.10.1
19952026-08-13T18:52:09.774Z Compiling ucd-trie v0.1.7
19962026-08-13T18:52:09.804Z Compiling ident_case v1.0.1
19972026-08-13T18:52:09.808Z Compiling base64ct v1.8.3
19982026-08-13T18:52:09.850Z Compiling regex-syntax v0.8.10
19992026-08-13T18:52:09.872Z Compiling num-bigint-dig v0.8.6
20002026-08-13T18:52:09.921Z Compiling rand_core v0.9.5
20012026-08-13T18:52:09.973Z Compiling pest v2.8.6
20022026-08-13T18:52:10.060Z Compiling openssl v0.10.80
20032026-08-13T18:52:10.099Z Compiling pem-rfc7468 v0.7.0
20042026-08-13T18:52:10.143Z Compiling fastrand v2.3.0
20052026-08-13T18:52:10.167Z Compiling flagset v0.4.7
20062026-08-13T18:52:10.186Z Compiling dyn-clone v1.0.20
20072026-08-13T18:52:10.309Z Compiling indexmap v1.9.3
20082026-08-13T18:52:10.327Z Compiling utf8parse v0.2.2
20092026-08-13T18:52:10.386Z Compiling tempfile v3.25.0
20102026-08-13T18:52:10.402Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20112026-08-13T18:52:10.514Z Compiling cpufeatures v0.2.17
20122026-08-13T18:52:10.538Z Compiling anstyle v1.0.14
20132026-08-13T18:52:10.555Z Compiling serde_derive v1.0.228
20142026-08-13T18:52:10.572Z Compiling zeroize_derive v1.5.0
20152026-08-13T18:52:10.607Z Compiling zerocopy-derive v0.8.40
20162026-08-13T18:52:10.639Z Compiling zerofrom-derive v0.1.6
20172026-08-13T18:52:10.668Z Compiling yoke-derive v0.8.1
20182026-08-13T18:52:10.707Z Compiling zerovec-derive v0.11.2
20192026-08-13T18:52:10.811Z Compiling displaydoc v0.2.5
20202026-08-13T18:52:10.843Z Compiling tokio-macros v2.7.0
20212026-08-13T18:52:10.848Z Compiling futures-macro v0.3.32
20222026-08-13T18:52:11.200Z Compiling thiserror-impl v2.0.18
20232026-08-13T18:52:11.220Z Compiling zeroize v1.9.0
20242026-08-13T18:52:11.493Z Compiling der_derive v0.7.3
20252026-08-13T18:52:11.555Z Compiling schemars_derive v0.8.22
20262026-08-13T18:52:11.591Z Compiling tracing-attributes v0.1.31
20272026-08-13T18:52:11.674Z Compiling futures-util v0.3.32
20282026-08-13T18:52:11.690Z Compiling thiserror-impl v1.0.69
20292026-08-13T18:52:11.856Z Compiling zerofrom v0.1.6
20302026-08-13T18:52:12.006Z Compiling yoke v0.8.1
20312026-08-13T18:52:12.233Z Compiling zerovec v0.11.5
20322026-08-13T18:52:12.321Z Compiling zerotrie v0.2.3
20332026-08-13T18:52:12.402Z Compiling block-buffer v0.10.4
20342026-08-13T18:52:12.445Z Compiling crypto-common v0.1.7
20352026-08-13T18:52:12.628Z Compiling digest v0.10.7
20362026-08-13T18:52:12.802Z Compiling tinystr v0.8.2
20372026-08-13T18:52:12.833Z Compiling potential_utf v0.1.4
20382026-08-13T18:52:12.854Z Compiling clap_derive v4.6.1
20392026-08-13T18:52:12.869Z Compiling der v0.7.10
20402026-08-13T18:52:12.921Z Compiling packed_struct_codegen v0.10.1
20412026-08-13T18:52:12.938Z Compiling pest_meta v2.8.6
20422026-08-13T18:52:13.022Z Compiling icu_locale_core v2.1.1
20432026-08-13T18:52:13.045Z Compiling icu_collections v2.1.1
20442026-08-13T18:52:13.156Z Compiling bitfield-macros v0.19.4
20452026-08-13T18:52:13.874Z Compiling zerocopy-derive v0.6.6
20462026-08-13T18:52:13.978Z Compiling bytes v1.11.1
20472026-08-13T18:52:14.018Z Compiling icu_provider v2.1.1
20482026-08-13T18:52:14.227Z Compiling chrono v0.4.45
20492026-08-13T18:52:14.244Z Compiling hex v0.4.3
20502026-08-13T18:52:14.356Z Compiling icu_normalizer v2.1.1
20512026-08-13T18:52:14.393Z Compiling icu_properties v2.1.2
20522026-08-13T18:52:14.573Z Compiling tokio v1.52.1
20532026-08-13T18:52:14.593Z Compiling spki v0.7.3
20542026-08-13T18:52:14.651Z Compiling pest_generator v2.8.6
20552026-08-13T18:52:14.991Z Compiling openssl-macros v0.1.1
20562026-08-13T18:52:15.077Z Compiling paste v1.0.15
20572026-08-13T18:52:15.251Z Compiling ppv-lite86 v0.2.21
20582026-08-13T18:52:15.342Z Compiling idna_adapter v1.2.1
20592026-08-13T18:52:15.447Z Compiling native-tls v0.2.18
20602026-08-13T18:52:15.473Z Compiling idna v1.1.0
20612026-08-13T18:52:15.597Z Compiling rand_chacha v0.9.0
20622026-08-13T18:52:15.625Z Compiling pest_derive v2.8.6
20632026-08-13T18:52:15.702Z Compiling scroll_derive v0.13.1
20642026-08-13T18:52:15.915Z Compiling url v2.5.8
20652026-08-13T18:52:15.989Z Compiling rand v0.9.2
20662026-08-13T18:52:16.126Z Compiling is_terminal_polyfill v1.70.2
20672026-08-13T18:52:16.141Z Compiling anstyle-query v1.1.5
20682026-08-13T18:52:16.250Z Compiling crossbeam-utils v0.8.21
20692026-08-13T18:52:16.282Z Compiling camino v1.2.2
20702026-08-13T18:52:16.282Z Compiling colorchoice v1.0.4
20712026-08-13T18:52:16.540Z Compiling http v1.4.2
20722026-08-13T18:52:16.643Z Compiling pkcs8 v0.10.2
20732026-08-13T18:52:16.788Z Compiling sha2 v0.10.9
20742026-08-13T18:52:16.879Z Compiling rustls-pki-types v1.14.0
20752026-08-13T18:52:16.982Z Compiling daft-derive v0.1.7
20762026-08-13T18:52:17.059Z Compiling spin v0.9.8
20772026-08-13T18:52:17.087Z Compiling time-core v0.1.8
20782026-08-13T18:52:17.268Z Compiling tinyvec_macros v0.1.1
20792026-08-13T18:52:17.317Z Compiling num-conv v0.2.0
20802026-08-13T18:52:17.457Z Compiling tinyvec v1.10.0
20812026-08-13T18:52:17.482Z Compiling time-macros v0.2.27
20822026-08-13T18:52:17.744Z Compiling async-trait v0.1.89
20832026-08-13T18:52:17.744Z Compiling structmeta-derive v0.3.0
20842026-08-13T18:52:17.787Z Compiling anstyle-parse v1.0.0
20852026-08-13T18:52:17.803Z Compiling tracing-core v0.1.36
20862026-08-13T18:52:17.951Z Compiling plain v0.2.3
20872026-08-13T18:52:18.169Z Compiling cmov v0.5.4
20882026-08-13T18:52:18.195Z Compiling untrusted v0.7.1
20892026-08-13T18:52:18.211Z Compiling simd-adler32 v0.3.8
20902026-08-13T18:52:18.226Z Compiling tracing v0.1.44
20912026-08-13T18:52:18.360Z Compiling anstream v1.0.0
20922026-08-13T18:52:18.433Z Compiling ctutils v0.4.2
20932026-08-13T18:52:18.542Z Compiling http-body v1.0.1
20942026-08-13T18:52:18.765Z Compiling serde_spanned v0.6.9
20952026-08-13T18:52:18.783Z Compiling toml_datetime v0.6.11
20962026-08-13T18:52:18.801Z Compiling pin-project-internal v1.1.11
20972026-08-13T18:52:18.836Z Compiling structmeta v0.3.0
20982026-08-13T18:52:18.952Z Compiling terminal_size v0.4.3
20992026-08-13T18:52:18.981Z Compiling slog v2.8.2
21002026-08-13T18:52:19.034Z Compiling tokio-util v0.7.18
21012026-08-13T18:52:19.069Z Compiling wait-timeout v0.2.1
21022026-08-13T18:52:19.085Z Compiling cookie v0.18.1
21032026-08-13T18:52:19.116Z Compiling untrusted v0.9.0
21042026-08-13T18:52:19.139Z Compiling zstd-safe v7.2.4
21052026-08-13T18:52:19.231Z Compiling openssl-probe v0.2.1
21062026-08-13T18:52:19.308Z Compiling clap_lex v1.0.0
21072026-08-13T18:52:19.377Z Compiling tap v1.0.1
21082026-08-13T18:52:19.430Z Compiling bit-vec v0.8.0
21092026-08-13T18:52:19.505Z Compiling adler2 v2.0.1
21102026-08-13T18:52:19.508Z Compiling quick-error v1.2.3
21112026-08-13T18:52:19.539Z Compiling wyz v0.5.1
21122026-08-13T18:52:19.673Z Compiling bit-set v0.8.0
21132026-08-13T18:52:19.703Z Compiling rusty-fork v0.3.1
21142026-08-13T18:52:19.723Z Compiling clap_builder v4.6.0
21152026-08-13T18:52:19.745Z Compiling miniz_oxide v0.8.9
21162026-08-13T18:52:19.846Z Compiling derive-ex v0.1.8
21172026-08-13T18:52:19.949Z Compiling hybrid-array v0.4.13
21182026-08-13T18:52:20.155Z Compiling unicode-normalization v0.1.25
21192026-08-13T18:52:20.189Z Compiling rand_chacha v0.3.1
21202026-08-13T18:52:20.315Z Compiling signature v2.2.0
21212026-08-13T18:52:20.484Z Compiling scroll_derive v0.12.1
21222026-08-13T18:52:20.522Z Compiling rand_xorshift v0.4.0
21232026-08-13T18:52:20.526Z Compiling heapless v0.7.17
21242026-08-13T18:52:20.783Z Compiling num-integer v0.1.46
21252026-08-13T18:52:20.803Z Compiling aho-corasick v1.1.4
21262026-08-13T18:52:20.820Z Compiling tower-service v0.3.3
21272026-08-13T18:52:20.865Z Compiling atomic-waker v1.1.2
21282026-08-13T18:52:20.953Z Compiling unarray v0.1.4
21292026-08-13T18:52:21.021Z Compiling try-lock v0.2.5
21302026-08-13T18:52:21.096Z Compiling rustix v0.38.44
21312026-08-13T18:52:21.150Z Compiling tower-layer v0.3.3
21322026-08-13T18:52:21.166Z Compiling funty v2.0.0
21332026-08-13T18:52:21.204Z Compiling signal-hook v0.3.18
21342026-08-13T18:52:21.237Z Compiling anyhow v1.0.102
21352026-08-13T18:52:21.270Z Compiling zlib-rs v0.6.2
21362026-08-13T18:52:21.385Z Compiling usdt-impl v0.6.0
21372026-08-13T18:52:21.417Z Compiling pretty-hex v0.4.1
21382026-08-13T18:52:21.455Z Compiling h2 v0.4.15
21392026-08-13T18:52:21.486Z Compiling test-strategy v0.4.5
21402026-08-13T18:52:21.503Z Compiling want v0.3.1
21412026-08-13T18:52:21.552Z Compiling bitvec v1.0.1
21422026-08-13T18:52:21.577Z Compiling num-iter v0.1.45
21432026-08-13T18:52:21.705Z Compiling regex-automata v0.4.14
21442026-08-13T18:52:21.709Z Compiling proptest v1.11.0
21452026-08-13T18:52:22.000Z Compiling clap v4.6.1
21462026-08-13T18:52:22.400Z Compiling rand v0.8.6
21472026-08-13T18:52:22.705Z Compiling ipnetwork v0.21.1
21482026-08-13T18:52:23.114Z Compiling lazy_static v1.5.0
21492026-08-13T18:52:23.211Z Compiling scroll v0.13.0
21502026-08-13T18:52:23.243Z Compiling ipnet v2.11.0
21512026-08-13T18:52:23.525Z Compiling strum_macros v0.26.4
21522026-08-13T18:52:23.551Z Compiling snafu-derive v0.8.9
21532026-08-13T18:52:23.784Z Compiling flate2 v1.1.9
21542026-08-13T18:52:24.352Z Compiling anstyle-parse v0.2.7
21552026-08-13T18:52:24.632Z Compiling darling_core v0.23.0
21562026-08-13T18:52:24.691Z Compiling darling_core v0.20.11
21572026-08-13T18:52:25.337Z Compiling winnow v0.5.40
21582026-08-13T18:52:25.372Z Compiling crc-catalog v2.4.0
21592026-08-13T18:52:25.458Z Compiling httpdate v1.0.3
21602026-08-13T18:52:25.496Z Compiling foreign-types-shared v0.1.1
21612026-08-13T18:52:25.942Z Compiling nodrop v0.1.14
21622026-08-13T18:52:26.040Z Compiling hyper v1.10.1
21632026-08-13T18:52:26.085Z Compiling array-init v0.0.4
21642026-08-13T18:52:26.443Z Compiling foreign-types v0.3.2
21652026-08-13T18:52:26.553Z Compiling crc v3.4.0
21662026-08-13T18:52:26.785Z Compiling anstream v0.6.21
21672026-08-13T18:52:26.960Z Compiling darling_macro v0.20.11
21682026-08-13T18:52:27.076Z Compiling darling_macro v0.23.0
21692026-08-13T18:52:27.349Z Compiling toml_edit v0.19.15
21702026-08-13T18:52:27.402Z Compiling newtype-uuid v1.3.2
21712026-08-13T18:52:27.540Z Compiling goblin v0.10.5
21722026-08-13T18:52:27.699Z Compiling oxnet v0.1.6
21732026-08-13T18:52:27.995Z Compiling smallvec v0.6.14
21742026-08-13T18:52:28.293Z Compiling pkcs1 v0.7.5
21752026-08-13T18:52:28.465Z Compiling zerocopy v0.6.6
21762026-08-13T18:52:28.706Z Compiling bitfield v0.19.4
21772026-08-13T18:52:28.941Z Compiling zerocopy-derive v0.7.35
21782026-08-13T18:52:29.052Z Compiling curve25519-dalek v4.1.3
21792026-08-13T18:52:29.340Z Compiling env_filter v1.0.0
21802026-08-13T18:52:29.458Z Compiling memoffset v0.9.1
21812026-08-13T18:52:29.479Z Compiling ref-cast v1.0.25
21822026-08-13T18:52:29.565Z Compiling hashbrown v0.12.3
21832026-08-13T18:52:29.714Z Compiling base64 v0.21.7
21842026-08-13T18:52:29.971Z Compiling litrs v1.0.0
21852026-08-13T18:52:30.199Z Compiling smoltcp v0.9.1
21862026-08-13T18:52:30.487Z Compiling document-features v0.2.12
21872026-08-13T18:52:30.551Z Compiling ron v0.8.1
21882026-08-13T18:52:30.566Z Compiling dof v0.4.0
21892026-08-13T18:52:30.759Z Compiling env_logger v0.11.9
21902026-08-13T18:52:30.923Z Compiling toml v0.7.8
21912026-08-13T18:52:30.940Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21922026-08-13T18:52:30.965Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21932026-08-13T18:52:31.201Z Compiling rsa v0.9.10
21942026-08-13T18:52:31.734Z Compiling serde-hex v0.1.0
21952026-08-13T18:52:31.876Z Compiling daft v0.1.7
21962026-08-13T18:52:31.876Z Compiling bzip2 v0.4.4
21972026-08-13T18:52:31.876Z Compiling hyper-util v0.1.20
21982026-08-13T18:52:32.029Z Compiling darling v0.23.0
21992026-08-13T18:52:32.139Z Compiling darling v0.20.11
22002026-08-13T18:52:32.139Z Compiling hashbrown v0.13.2
22012026-08-13T18:52:32.652Z Compiling dtrace-parser v0.3.0
22022026-08-13T18:52:32.733Z Compiling x509-cert v0.2.5
22032026-08-13T18:52:32.980Z Compiling hmac v0.12.1
22042026-08-13T18:52:33.062Z Compiling async-recursion v1.1.1
22052026-08-13T18:52:33.222Z Compiling sync_wrapper v1.0.2
22062026-08-13T18:52:33.340Z Compiling thread-id v5.1.0
22072026-08-13T18:52:33.367Z Compiling powerfmt v0.2.0
22082026-08-13T18:52:33.500Z Compiling siphasher v1.0.2
22092026-08-13T18:52:33.756Z Compiling cfg_aliases v0.2.1
22102026-08-13T18:52:33.837Z Compiling crc-any v2.5.0
22112026-08-13T18:52:33.853Z Compiling nix v0.31.2
22122026-08-13T18:52:33.904Z Compiling deranged v0.5.8
22132026-08-13T18:52:34.264Z Compiling tower v0.5.3
22142026-08-13T18:52:34.949Z Compiling object v0.30.4
22152026-08-13T18:52:35.146Z Compiling serde_with_macros v3.21.0
22162026-08-13T18:52:35.162Z Compiling derive_builder_core v0.20.2
22172026-08-13T18:52:35.603Z Compiling zip v0.6.6
22182026-08-13T18:52:35.973Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22192026-08-13T18:52:36.038Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22202026-08-13T18:52:36.232Z Compiling bstr v1.12.1
22212026-08-13T18:52:36.333Z Compiling crypto-common v0.2.2
22222026-08-13T18:52:36.350Z Compiling block-buffer v0.12.1
22232026-08-13T18:52:36.798Z Compiling http-body-util v0.1.3
22242026-08-13T18:52:37.053Z Compiling serde_tokenstream v0.2.3
22252026-08-13T18:52:37.083Z Compiling futures-executor v0.3.32
22262026-08-13T18:52:37.138Z Compiling erased-serde v0.3.31
22272026-08-13T18:52:37.310Z Compiling hubpack_derive v0.1.1
22282026-08-13T18:52:37.443Z Compiling strum_macros v0.27.2
22292026-08-13T18:52:37.469Z Compiling ref-cast-impl v1.0.25
22302026-08-13T18:52:37.597Z Compiling curve25519-dalek-derive v0.1.1
22312026-08-13T18:52:37.759Z Compiling fs-err v3.3.0
22322026-08-13T18:52:37.778Z Compiling usdt-impl v0.5.0
22332026-08-13T18:52:37.986Z Compiling object v0.37.3
22342026-08-13T18:52:38.024Z Compiling ryu v1.0.23
22352026-08-13T18:52:38.182Z Compiling num_threads v0.1.7
22362026-08-13T18:52:38.215Z Compiling unicode-properties v0.1.4
22372026-08-13T18:52:38.235Z Compiling iri-string v0.7.10
22382026-08-13T18:52:38.302Z Compiling path-slash v0.1.5
22392026-08-13T18:52:38.450Z Compiling allocator-api2 v0.2.21
22402026-08-13T18:52:38.794Z Compiling same-file v1.0.6
22412026-08-13T18:52:38.831Z Compiling unicode-bidi v0.3.18
22422026-08-13T18:52:38.998Z Compiling walkdir v2.5.0
22432026-08-13T18:52:39.301Z Compiling stringprep v0.1.5
22442026-08-13T18:52:39.325Z Compiling time v0.3.47
22452026-08-13T18:52:39.652Z Compiling serde_urlencoded v0.7.1
22462026-08-13T18:52:39.736Z Compiling tower-http v0.6.8
22472026-08-13T18:52:40.903Z Compiling futures v0.3.32
22482026-08-13T18:52:41.146Z Compiling derive_builder_macro v0.20.2
22492026-08-13T18:52:41.427Z Compiling tokio-native-tls v0.3.1
22502026-08-13T18:52:41.639Z Compiling strum v0.26.3
22512026-08-13T18:52:41.819Z Compiling block-padding v0.4.2
22522026-08-13T18:52:41.875Z Compiling scroll v0.12.0
22532026-08-13T18:52:41.981Z Compiling pin-project v1.1.11
22542026-08-13T18:52:41.999Z Compiling rustls-native-certs v0.8.3
22552026-08-13T18:52:42.085Z Compiling md-5 v0.10.6
22562026-08-13T18:52:42.102Z Compiling hash32 v0.2.1
22572026-08-13T18:52:42.136Z Compiling vergen-lib v9.1.0
22582026-08-13T18:52:42.141Z Compiling encoding_rs v0.8.35
22592026-08-13T18:52:42.275Z Compiling mime v0.3.17
22602026-08-13T18:52:42.289Z Compiling fallible-iterator v0.2.0
22612026-08-13T18:52:42.359Z Compiling psl-types v2.0.11
22622026-08-13T18:52:42.444Z Compiling jiff-core v0.1.0
22632026-08-13T18:52:42.506Z Compiling cpufeatures v0.3.0
22642026-08-13T18:52:42.595Z Compiling postgres-protocol v0.6.10
22652026-08-13T18:52:42.615Z Compiling publicsuffix v2.3.0
22662026-08-13T18:52:42.721Z Compiling goblin v0.8.2
22672026-08-13T18:52:42.926Z Compiling snafu v0.8.9
22682026-08-13T18:52:43.067Z Compiling inout v0.2.2
22692026-08-13T18:52:43.175Z Compiling derive_builder v0.20.2
22702026-08-13T18:52:43.325Z Compiling jiff v0.2.34
22712026-08-13T18:52:43.342Z Compiling hyper-tls v0.6.0
22722026-08-13T18:52:43.663Z Compiling usdt-attr-macro v0.6.0
22732026-08-13T18:52:43.789Z Compiling usdt-macro v0.6.0
22742026-08-13T18:52:43.847Z Compiling globset v0.4.18
22752026-08-13T18:52:43.870Z Compiling phf_shared v0.13.1
22762026-08-13T18:52:43.887Z Compiling crossbeam-epoch v0.9.18
22772026-08-13T18:52:43.934Z Compiling zerocopy v0.7.35
22782026-08-13T18:52:44.417Z Compiling regex v1.12.3
22792026-08-13T18:52:44.634Z Compiling serde_plain v1.0.2
22802026-08-13T18:52:44.667Z Compiling serde_repr v0.1.20
22812026-08-13T18:52:44.881Z Compiling enum-as-inner v0.6.1
22822026-08-13T18:52:44.903Z Compiling pem v3.0.6
22832026-08-13T18:52:44.963Z Compiling vergen v9.1.0
22842026-08-13T18:52:44.979Z Compiling cargo-platform v0.3.2
22852026-08-13T18:52:45.188Z Compiling ff v0.13.1
22862026-08-13T18:52:45.205Z Compiling filetime v0.2.27
22872026-08-13T18:52:45.272Z Compiling libbz2-rs-sys v0.2.2
22882026-08-13T18:52:45.420Z Compiling bumpalo v3.20.2
22892026-08-13T18:52:45.437Z Compiling typed-path v0.9.3
22902026-08-13T18:52:45.455Z Compiling xattr v1.6.1
22912026-08-13T18:52:45.576Z Compiling const-oid v0.10.2
22922026-08-13T18:52:45.656Z Compiling either v1.15.0
22932026-08-13T18:52:45.683Z Compiling bitflags v1.3.2
22942026-08-13T18:52:45.701Z Compiling unicode-segmentation v1.12.0
22952026-08-13T18:52:45.772Z Compiling base16ct v0.2.0
22962026-08-13T18:52:45.789Z Compiling managed v0.8.0
22972026-08-13T18:52:45.817Z Compiling foldhash v0.2.0
22982026-08-13T18:52:45.913Z Compiling foldhash v0.1.5
22992026-08-13T18:52:46.064Z Compiling hashbrown v0.15.5
23002026-08-13T18:52:46.110Z Compiling hashbrown v0.16.1
23012026-08-13T18:52:46.128Z Compiling sec1 v0.7.3
23022026-08-13T18:52:46.144Z Compiling digest v0.11.3
23032026-08-13T18:52:46.237Z Compiling bzip2 v0.6.1
23042026-08-13T18:52:46.435Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23052026-08-13T18:52:46.458Z Compiling zopfli v0.8.3
23062026-08-13T18:52:46.474Z Compiling tar v0.4.46
23072026-08-13T18:52:46.780Z Compiling group v0.13.0
23082026-08-13T18:52:46.912Z Compiling cargo_metadata v0.23.1
23092026-08-13T18:52:46.969Z Compiling dof v0.3.0
23102026-08-13T18:52:47.718Z Compiling phf v0.13.1
23112026-08-13T18:52:47.793Z Compiling zstd v0.13.3
23122026-08-13T18:52:48.090Z Compiling reqwest v0.12.28
23132026-08-13T18:52:48.216Z Compiling signal-hook-mio v0.2.5
23142026-08-13T18:52:48.359Z Compiling cipher v0.5.2
23152026-08-13T18:52:48.467Z Compiling cookie_store v0.22.1
23162026-08-13T18:52:48.489Z Compiling postgres-types v0.2.12
23172026-08-13T18:52:48.596Z Compiling strum v0.27.2
23182026-08-13T18:52:48.890Z Compiling hubpack v0.1.2
23192026-08-13T18:52:48.931Z Compiling phf_shared v0.11.3
23202026-08-13T18:52:49.067Z Compiling hkdf v0.12.4
23212026-08-13T18:52:49.100Z Compiling dtrace-parser v0.2.0
23222026-08-13T18:52:49.137Z Compiling ed25519 v2.2.3
23232026-08-13T18:52:49.154Z Compiling byte-wrapper v0.1.0
23242026-08-13T18:52:49.158Z Compiling olpc-cjson v0.1.4
23252026-08-13T18:52:49.450Z Compiling serde-big-array v0.5.1
23262026-08-13T18:52:49.649Z Compiling crypto-bigint v0.5.5
23272026-08-13T18:52:49.757Z Compiling float-cmp v0.10.0
23282026-08-13T18:52:49.805Z Compiling memmap2 v0.9.10
23292026-08-13T18:52:49.843Z Compiling thread-id v4.2.2
23302026-08-13T18:52:49.954Z Compiling rayon-core v1.13.0
23312026-08-13T18:52:50.036Z Compiling winnow v0.7.14
23322026-08-13T18:52:50.068Z Compiling normalize-line-endings v0.3.0
23332026-08-13T18:52:50.155Z Compiling toml_write v0.1.2
23342026-08-13T18:52:50.194Z Compiling fixedbitset v0.4.2
23352026-08-13T18:52:50.294Z Compiling fixedbitset v0.5.7
23362026-08-13T18:52:50.346Z Compiling predicates-core v1.0.10
23372026-08-13T18:52:50.436Z Compiling keccak v0.1.6
23382026-08-13T18:52:50.500Z Compiling whoami v2.1.0
23392026-08-13T18:52:50.541Z Compiling winnow v1.0.3
23402026-08-13T18:52:50.851Z Compiling static_assertions v1.1.0
23412026-08-13T18:52:50.885Z Compiling precomputed-hash v0.1.1
23422026-08-13T18:52:50.932Z Compiling difflib v0.4.0
23432026-08-13T18:52:50.949Z Compiling new_debug_unreachable v1.0.6
23442026-08-13T18:52:51.018Z Compiling data-encoding v2.10.0
23452026-08-13T18:52:51.223Z Compiling predicates v3.1.4
23462026-08-13T18:52:51.431Z Compiling hickory-proto v0.25.2
23472026-08-13T18:52:51.457Z Compiling string_cache v0.8.9
23482026-08-13T18:52:51.595Z Compiling chacha20 v0.10.0
23492026-08-13T18:52:51.611Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23502026-08-13T18:52:51.727Z Compiling toml_edit v0.22.27
23512026-08-13T18:52:51.852Z Compiling toml_parser v1.1.2+spec-1.1.0
23522026-08-13T18:52:52.146Z Compiling tokio-postgres v0.7.16
23532026-08-13T18:52:52.180Z Compiling elliptic-curve v0.13.8
23542026-08-13T18:52:52.470Z Compiling sha3 v0.10.8
23552026-08-13T18:52:52.574Z Compiling petgraph v0.8.3
23562026-08-13T18:52:53.284Z Compiling petgraph v0.6.5
23572026-08-13T18:52:53.469Z Compiling usdt v0.6.0
23582026-08-13T18:52:54.417Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23592026-08-13T18:52:54.831Z Compiling ed25519-dalek v2.2.0
23602026-08-13T18:52:54.958Z Compiling zip v4.6.1
23612026-08-13T18:52:55.823Z Compiling crossterm v0.28.1
23622026-08-13T18:52:55.932Z Compiling iddqd v0.4.2
23632026-08-13T18:52:56.161Z Compiling similar v2.7.0
23642026-08-13T18:52:56.382Z Compiling heck v0.4.1
23652026-08-13T18:52:56.624Z Compiling itertools v0.13.0
23662026-08-13T18:52:56.933Z Compiling itertools v0.15.0
23672026-08-13T18:52:57.256Z Compiling serde_with v3.21.0
23682026-08-13T18:52:58.452Z Compiling tokio-stream v0.1.18
23692026-08-13T18:52:58.509Z Compiling buf-list v1.1.2
23702026-08-13T18:52:58.706Z Compiling half v2.7.1
23712026-08-13T18:52:58.731Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23722026-08-13T18:52:58.818Z Compiling openapiv3 v2.2.0
23732026-08-13T18:52:59.180Z Compiling ciborium-io v0.2.2
23742026-08-13T18:52:59.288Z Compiling peg-runtime v0.8.5
23752026-08-13T18:52:59.350Z Compiling lalrpop-util v0.19.12
23762026-08-13T18:52:59.463Z Compiling ciborium-ll v0.2.2
23772026-08-13T18:53:00.529Z Compiling crossbeam-deque v0.8.6
23782026-08-13T18:53:00.981Z Compiling camino-tempfile v1.4.1
23792026-08-13T18:53:01.412Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23802026-08-13T18:53:01.982Z Compiling blake3 v1.8.5
23812026-08-13T18:53:02.114Z Compiling fs-err v2.11.0
23822026-08-13T18:53:04.625Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23832026-08-13T18:53:06.285Z Compiling rustls-webpki v0.103.13
23842026-08-13T18:53:06.348Z Compiling ciborium v0.2.2
23852026-08-13T18:53:07.124Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
23862026-08-13T18:53:07.886Z Compiling thread_local v1.1.9
23872026-08-13T18:53:08.206Z Compiling slog-async v2.8.0
23882026-08-13T18:53:08.243Z Compiling constant_time_eq v0.4.2
23892026-08-13T18:53:08.289Z Compiling arrayvec v0.7.6
23902026-08-13T18:53:08.364Z Compiling arrayref v0.3.9
23912026-08-13T18:53:08.481Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23922026-08-13T18:53:08.562Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23932026-08-13T18:53:08.630Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23942026-08-13T18:53:08.851Z Compiling toml v0.8.23
23952026-08-13T18:53:08.902Z Compiling atomicwrites v0.4.4
23962026-08-13T18:53:09.018Z Compiling digest-io v0.1.0
23972026-08-13T18:53:09.043Z Compiling sha2 v0.11.0
23982026-08-13T18:53:09.186Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23992026-08-13T18:53:09.205Z Compiling crossbeam-channel v0.5.15
24002026-08-13T18:53:09.208Z Compiling serde_path_to_error v0.1.20
24012026-08-13T18:53:09.236Z Compiling is-terminal v0.4.17
24022026-08-13T18:53:09.292Z Compiling indent_write v2.2.0
24032026-08-13T18:53:09.370Z Compiling term v1.2.1
24042026-08-13T18:53:09.475Z Compiling topological-sort v0.2.2
24052026-08-13T18:53:09.697Z Compiling rawzip v0.4.4
24062026-08-13T18:53:09.715Z Compiling debug-ignore v1.0.5
24072026-08-13T18:53:09.719Z Compiling take_mut v0.2.2
24082026-08-13T18:53:09.769Z Compiling parse-size v1.1.0
24092026-08-13T18:53:09.879Z Compiling slog-term v2.9.2
24102026-08-13T18:53:09.964Z Compiling tokio-rustls v0.26.4
24112026-08-13T18:53:09.984Z Compiling rustls-platform-verifier v0.6.2
24122026-08-13T18:53:10.220Z Compiling hyper-rustls v0.27.7
24132026-08-13T18:53:10.271Z Compiling tough v0.22.0
24142026-08-13T18:53:10.555Z Compiling reqwest v0.13.2
24152026-08-13T18:53:10.727Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24162026-08-13T18:53:10.768Z Compiling shell-words v1.1.1
24172026-08-13T18:53:13.816Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24182026-08-13T18:53:18.635Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24192026-08-13T18:53:20.820Z Compiling omicron-zone-package v0.12.3
24202026-08-13T18:53:21.448Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24212026-08-13T18:53:21.478Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24222026-08-13T18:53:21.504Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24232026-08-13T18:53:26.600Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24242026-08-13T18:53:39.596Z Finished `release` profile [optimized] target(s) in 1m 35s
24252026-08-13T18:53:39.810Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24262026-08-13T18:53:39.834ZAug 13 18:53:38.404 DEBG changing working directory to /work/oxidecomputer/omicron
24272026-08-13T18:53:39.929ZAug 13 18:53:38.502 DEBG running: git rev-parse HEAD
24282026-08-13T18:53:39.998ZAug 13 18:53:38.505 DEBG process exited with exit status: 0 (3.09566ms)
24292026-08-13T18:53:39.998ZAug 13 18:53:38.505 INFO version: 23.0.0-0.ci+git30df0f21bcb
24302026-08-13T18:53:39.998ZAug 13 18:53:38.515 INFO cloning helios to /work/oxidecomputer/helios
24312026-08-13T18:53:39.999ZAug 13 18:53:38.515 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24322026-08-13T18:53:39.999ZCloning into '/work/oxidecomputer/helios'...
24332026-08-13T18:53:40.529ZAug 13 18:53:39.138 DEBG process exited with exit status: 0 (622.750939ms)
24342026-08-13T18:53:40.529ZAug 13 18:53:39.138 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24352026-08-13T18:53:40.533ZAug 13 18:53:39.140 DEBG process exited with exit status: 0 (2.42154ms)
24362026-08-13T18:53:40.533ZAug 13 18:53:39.140 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24372026-08-13T18:53:40.930ZAug 13 18:53:39.520 DEBG process exited with exit status: 0 (379.896349ms)
24382026-08-13T18:53:40.930ZAug 13 18:53:39.520 DEBG running: zfs list rpool/images/build/host
24392026-08-13T18:53:40.946ZNAME USED AVAIL REFER MOUNTPOINT
24402026-08-13T18:53:40.946Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24412026-08-13T18:53:40.946ZAug 13 18:53:39.525 DEBG process exited with exit status: 0 (5.10325ms)
24422026-08-13T18:53:40.946ZAug 13 18:53:39.525 DEBG running: zfs list rpool/images/build/recovery
24432026-08-13T18:53:40.946ZNAME USED AVAIL REFER MOUNTPOINT
24442026-08-13T18:53:40.946Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24452026-08-13T18:53:40.947ZAug 13 18:53:39.529 DEBG process exited with exit status: 0 (3.57371ms)
24462026-08-13T18:53:40.947ZAug 13 18:53:39.529 INFO console assets match pinned console commit (abbe25e8afab12062f61cb25c2556061ed5a2130)
24472026-08-13T18:53:40.947ZAug 13 18:53:39.540 INFO console client API version matches nexus API version (2026073100.0.0)
24482026-08-13T18:53:40.947ZAug 13 18:53:39.543 INFO [hubris-staging] running task
24492026-08-13T18:53:40.947ZAug 13 18:53:39.543 INFO [incorp-manifest] running task
24502026-08-13T18:53:40.947ZAug 13 18:53:39.543 INFO [hubris-production] running task
24512026-08-13T18:53:40.947ZAug 13 18:53:39.543 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24522026-08-13T18:53:40.947ZAug 13 18:53:39.543 INFO [incorp-create] running: pkgrepo create /work/incorporation
24532026-08-13T18:53:40.947ZAug 13 18:53:39.545 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24542026-08-13T18:53:40.947ZAug 13 18:53:39.545 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24552026-08-13T18:53:40.990Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24562026-08-13T18:53:41.065Z[ omicron-package] Blocking waiting for file lock on package cache
24572026-08-13T18:53:41.184ZAug 13 18:53:39.788 INFO [incorp-create] process exited with exit status: 0 (244.55401ms)
24582026-08-13T18:53:41.199ZAug 13 18:53:39.788 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24592026-08-13T18:53:41.417ZAug 13 18:53:40.022 INFO [incorp-publisher] process exited with exit status: 0 (234.003689ms)
24602026-08-13T18:53:41.818Z[ omicron-package] Blocking waiting for file lock on package cache
24612026-08-13T18:53:42.259ZAug 13 18:53:40.867 INFO [hubris-production] task succeeded (1.323806197s)
24622026-08-13T18:53:42.761ZAug 13 18:53:41.369 DEBG process exited with exit status: 0 (1.826272807s)
24632026-08-13T18:53:42.771ZAug 13 18:53:41.379 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24642026-08-13T18:53:43.155Z[ omicron-package] Compiling macaddr v1.0.1
24652026-08-13T18:53:43.166Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24662026-08-13T18:53:43.166Z[ omicron-package] Compiling secrecy v0.10.3
24672026-08-13T18:53:43.166Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24682026-08-13T18:53:43.167Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24692026-08-13T18:53:43.167Z[ omicron-package] Compiling heapless v0.8.0
24702026-08-13T18:53:43.167Z[ omicron-package] Compiling ingot-macros v0.2.0
24712026-08-13T18:53:43.167Z[ omicron-package] Compiling hash32 v0.3.1
24722026-08-13T18:53:43.167Z[ omicron-package] Compiling inout v0.1.4
24732026-08-13T18:53:43.167Z[ omicron-package] Compiling multer v3.1.0
24742026-08-13T18:53:43.167Z[ omicron-package] Compiling compression-core v0.4.31
24752026-08-13T18:53:43.167Z[ omicron-package] Compiling unicode-width v0.2.0
24762026-08-13T18:53:43.167Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24772026-08-13T18:53:43.167Z[ omicron-package] Compiling match_cfg v0.1.0
24782026-08-13T18:53:43.167Z[ omicron-package] Compiling smoltcp v0.11.0
24792026-08-13T18:53:43.167Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24802026-08-13T18:53:44.179Z[ omicron-package] Compiling slog-json v2.6.1
24812026-08-13T18:53:44.190Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
24822026-08-13T18:53:44.427Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24832026-08-13T18:53:44.427Z[ omicron-package] Compiling compression-codecs v0.4.37
24842026-08-13T18:53:44.463Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24852026-08-13T18:53:44.470Z[ omicron-package] Compiling hostname v0.3.1
24862026-08-13T18:53:44.470Z[ omicron-package] Compiling cipher v0.4.4
24872026-08-13T18:53:44.470Z[ omicron-package] Compiling cobs v0.3.0
24882026-08-13T18:53:44.470Z[ omicron-package] Compiling universal-hash v0.5.1
24892026-08-13T18:53:44.470Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24902026-08-13T18:53:44.518Z[ omicron-package] Compiling async-stream-impl v0.3.6
24912026-08-13T18:53:44.695Z[ omicron-package] Compiling serde_spanned v1.1.1
24922026-08-13T18:53:44.905Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
24932026-08-13T18:53:44.909Z[ omicron-package] Compiling dropshot v0.17.1
24942026-08-13T18:53:45.060Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24952026-08-13T18:53:45.065Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24962026-08-13T18:53:45.065Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
24972026-08-13T18:53:45.065Z[ omicron-package] Compiling convert_case v0.4.0
24982026-08-13T18:53:45.065Z[ omicron-package] Compiling opaque-debug v0.3.1
24992026-08-13T18:53:45.223Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25002026-08-13T18:53:45.243ZAug 13 18:53:43.851 DEBG process exited with exit status: 0 (2.471483074s)
25012026-08-13T18:53:45.247ZAug 13 18:53:43.852 INFO [incorp-manifest] task succeeded (4.309470901s)
25022026-08-13T18:53:45.247ZAug 13 18:53:43.852 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25032026-08-13T18:53:45.376Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25042026-08-13T18:53:45.380Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25052026-08-13T18:53:45.432Z[ omicron-package] Compiling async-stream v0.3.6
25062026-08-13T18:53:45.432Z[ omicron-package] Compiling poly1305 v0.8.0
25072026-08-13T18:53:45.432Z[ omicron-package] Compiling chacha20 v0.9.1
25082026-08-13T18:53:45.470ZAug 13 18:53:44.078 INFO [incorp-fmt] process exited with exit status: 0 (223.57175ms)
25092026-08-13T18:53:45.471ZAug 13 18:53:44.078 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25102026-08-13T18:53:45.475Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25112026-08-13T18:53:45.478Z[ omicron-package] Compiling async-compression v0.4.41
25122026-08-13T18:53:45.652Z[ omicron-package] Compiling postcard v1.1.3
25132026-08-13T18:53:45.652Z[ omicron-package] Compiling slog-bunyan v2.5.0
25142026-08-13T18:53:45.657Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25152026-08-13T18:53:45.657Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25162026-08-13T18:53:45.740Z[ omicron-package] Compiling num_enum_derive v0.7.6
25172026-08-13T18:53:45.821Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260813T185344Z
25182026-08-13T18:53:45.821Z[ incorp-pkgsend] PUBLISHED
25192026-08-13T18:53:45.843Z[ omicron-package] Compiling derive_more v0.99.20
25202026-08-13T18:53:45.875ZAug 13 18:53:44.483 INFO [incorp-pkgsend] process exited with exit status: 0 (406.900659ms)
25212026-08-13T18:53:45.879ZAug 13 18:53:44.483 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25222026-08-13T18:53:46.057Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25232026-08-13T18:53:46.057Z[ omicron-package] Compiling sha1 v0.11.0
25242026-08-13T18:53:46.150Z[ omicron-package] Compiling progenitor-client v0.14.0
25252026-08-13T18:53:46.164Z[ helios-incorp] Retrieving packages for publisher helios ...
25262026-08-13T18:53:46.168Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25272026-08-13T18:53:46.173Z[ omicron-package] Compiling parse-display-derive v0.10.0
25282026-08-13T18:53:46.174Z[ omicron-package] Compiling waitgroup v0.1.2
25292026-08-13T18:53:46.174Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25302026-08-13T18:53:46.184Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25312026-08-13T18:53:46.184Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25322026-08-13T18:53:46.184Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25332026-08-13T18:53:46.188Z[ helios-incorp]
25342026-08-13T18:53:46.188Z[ helios-incorp] Archiving packages ...
25352026-08-13T18:53:46.192Z[ helios-incorp] Packages to add: 1
25362026-08-13T18:53:46.192Z[ helios-incorp] Files to retrieve: 0
25372026-08-13T18:53:46.192Z[ helios-incorp] Estimated transfer size: 0.00 B
25382026-08-13T18:53:46.192Z[ helios-incorp]
25392026-08-13T18:53:46.192Z[ helios-incorp] Packages to archive:
25402026-08-13T18:53:46.192Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260813T185344Z
25412026-08-13T18:53:46.192Z[ helios-incorp]
25422026-08-13T18:53:46.192Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25432026-08-13T18:53:46.192Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25442026-08-13T18:53:46.251ZAug 13 18:53:44.859 INFO [helios-incorp] process exited with exit status: 0 (375.242559ms)
25452026-08-13T18:53:46.416Z[ omicron-package] Compiling backon v1.6.0
25462026-08-13T18:53:46.548Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25472026-08-13T18:53:46.595Z[ omicron-package] Compiling password-hash v0.5.0
25482026-08-13T18:53:46.672Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25492026-08-13T18:53:46.713Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25502026-08-13T18:53:46.737Z[ omicron-package] Compiling blake2 v0.10.6
25512026-08-13T18:53:46.833Z[ omicron-package] Compiling aead v0.5.2
25522026-08-13T18:53:46.926Z[ omicron-package] Compiling ingot-types v0.2.0
25532026-08-13T18:53:47.010Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25542026-08-13T18:53:47.106Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25552026-08-13T18:53:47.253Z[ omicron-package] Compiling hostname v0.4.2
25562026-08-13T18:53:47.308Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25572026-08-13T18:53:47.436Z[ omicron-package] Compiling instant v0.1.13
25582026-08-13T18:53:47.489Z[ omicron-package] Compiling ingot v0.2.1
25592026-08-13T18:53:47.520Z[ omicron-package] Compiling proc-macro-error v1.0.4
25602026-08-13T18:53:47.532Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25612026-08-13T18:53:47.835Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25622026-08-13T18:53:47.878Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25632026-08-13T18:53:47.921Z[ omicron-package] Compiling argon2 v0.5.3
25642026-08-13T18:53:47.921Z[ omicron-package] Compiling backoff v0.4.0
25652026-08-13T18:53:47.921Z[ omicron-package] Compiling num_enum v0.7.6
25662026-08-13T18:53:47.921Z[ omicron-package] Compiling progenitor-extras v0.2.0
25672026-08-13T18:53:47.980Z[ omicron-package] Compiling num_enum_derive v0.5.11
25682026-08-13T18:53:48.071Z[ omicron-package] Compiling foreign-types v0.5.0
25692026-08-13T18:53:48.071Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25702026-08-13T18:53:48.123Z[ omicron-package] Compiling vsss-rs v3.3.4
25712026-08-13T18:53:48.274Z[ omicron-package] Compiling tabwriter v1.4.1
25722026-08-13T18:53:48.333Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25732026-08-13T18:53:48.376Z[ omicron-package] Compiling regress v0.10.5
25742026-08-13T18:53:48.482Z[ omicron-package] Compiling parse-display v0.10.0
25752026-08-13T18:53:48.580Z[ omicron-package] Compiling itertools v0.14.0
25762026-08-13T18:53:48.684Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25772026-08-13T18:53:48.813Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25782026-08-13T18:53:48.856Z[ omicron-package] Compiling cstr-argument v0.1.2
25792026-08-13T18:53:48.965Z[ omicron-package] Compiling humantime v2.3.0
25802026-08-13T18:53:49.107Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25812026-08-13T18:53:49.233Z[ omicron-package] Compiling num_enum v0.5.11
25822026-08-13T18:53:49.288Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25832026-08-13T18:53:49.383Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25842026-08-13T18:53:49.490Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25852026-08-13T18:53:49.553Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25862026-08-13T18:53:49.593Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25872026-08-13T18:53:49.633Z[ omicron-package] Compiling rayon v1.11.0
25882026-08-13T18:53:49.679Z[ omicron-package] Compiling rand v0.10.1
25892026-08-13T18:53:50.313Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25902026-08-13T18:53:50.342Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25912026-08-13T18:53:50.342Z[ omicron-package] Compiling libefi-sys v0.1.0
25922026-08-13T18:53:50.342Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25932026-08-13T18:53:50.342Z[ omicron-package] Compiling colored v3.1.1
25942026-08-13T18:53:50.342Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25952026-08-13T18:53:50.342Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25962026-08-13T18:53:50.591Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25972026-08-13T18:53:50.677Z[ omicron-package] Compiling itertools v0.12.1
25982026-08-13T18:53:50.677Z[ omicron-package] Compiling usdt-macro v0.5.0
25992026-08-13T18:53:50.677Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26002026-08-13T18:53:50.755Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26012026-08-13T18:53:50.813Z[ omicron-package] Compiling bitfield-struct v0.6.2
26022026-08-13T18:53:50.866Z[ omicron-package] Compiling num-derive v0.4.2
26032026-08-13T18:53:50.883Z[ omicron-package] Compiling sigpipe v0.1.3
26042026-08-13T18:53:50.959Z[ omicron-package] Compiling memmap v0.7.0
26052026-08-13T18:53:51.066Z[ omicron-package] Compiling glob v0.3.3
26062026-08-13T18:53:51.239Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26072026-08-13T18:53:51.629Z[ omicron-package] Compiling swrite v0.1.0
26082026-08-13T18:53:51.757Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26092026-08-13T18:53:51.888Z[ omicron-package] Compiling usdt v0.5.0
26102026-08-13T18:53:52.097Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26112026-08-13T18:53:52.202Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26122026-08-13T18:53:52.262Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26132026-08-13T18:53:52.286Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26142026-08-13T18:53:52.386Z[ omicron-package] Compiling zone v0.3.1
26152026-08-13T18:53:52.535Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26162026-08-13T18:53:52.579Z[ omicron-package] Compiling smf v0.2.3
26172026-08-13T18:53:52.701Z[ omicron-package] Compiling whoami v1.6.1
26182026-08-13T18:53:52.718Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26192026-08-13T18:53:52.761Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26202026-08-13T18:53:52.791Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26212026-08-13T18:53:52.820Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26222026-08-13T18:53:52.895Z[ omicron-package] Compiling console v0.16.2
26232026-08-13T18:53:53.133Z[ omicron-package] Compiling gethostname v0.5.0
26242026-08-13T18:53:53.265Z[ omicron-package] Compiling unit-prefix v0.5.2
26252026-08-13T18:53:53.364Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26262026-08-13T18:53:53.576Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26272026-08-13T18:53:53.825Z[ omicron-package] Compiling indicatif v0.18.4
26282026-08-13T18:53:54.086Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26292026-08-13T18:53:58.013Z[ helios-setup] Aug 13 18:53:56.607 INFO helios repository root is: /work/oxidecomputer/helios
26302026-08-13T18:53:58.018Z[ helios-setup] Aug 13 18:53:56.609 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26312026-08-13T18:53:58.018Z[ helios-setup] Aug 13 18:53:56.609 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
26322026-08-13T18:53:58.018Z[ helios-setup] Aug 13 18:53:56.609 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26332026-08-13T18:53:58.018Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26342026-08-13T18:53:58.018Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26352026-08-13T18:53:59.599ZAug 13 18:53:58.204 INFO [hubris-staging] task succeeded (18.661428193s)
26362026-08-13T18:54:06.565Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26372026-08-13T18:54:09.274Z[ helios-setup] Aug 13 18:54:07.881 INFO clone ok!, project: amd-firmware
26382026-08-13T18:54:09.283Z[ helios-setup] Aug 13 18:54:07.882 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
26392026-08-13T18:54:09.284Z[ helios-setup] Aug 13 18:54:07.882 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26402026-08-13T18:54:09.284Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26412026-08-13T18:54:09.973Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26422026-08-13T18:54:10.248Z[ helios-setup] Aug 13 18:54:08.855 INFO clone ok!, project: chelsio-t6-roms
26432026-08-13T18:54:10.248Z[ helios-setup] Aug 13 18:54:08.856 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
26442026-08-13T18:54:10.251Z[ helios-setup] Aug 13 18:54:08.856 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26452026-08-13T18:54:10.252Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26462026-08-13T18:54:11.097Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26472026-08-13T18:54:11.106Z[ helios-setup] Aug 13 18:54:09.711 INFO clone ok!, project: dmar-report
26482026-08-13T18:54:11.110Z[ helios-setup] Aug 13 18:54:09.711 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26492026-08-13T18:54:11.110Z[ helios-setup] Aug 13 18:54:09.711 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
26502026-08-13T18:54:11.110Z[ helios-setup] Aug 13 18:54:09.711 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26512026-08-13T18:54:11.110Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26522026-08-13T18:54:11.640Z[ helios-setup] Aug 13 18:54:10.248 INFO clone ok!, project: pinprick
26532026-08-13T18:54:11.643Z[ helios-setup] Aug 13 18:54:10.248 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26542026-08-13T18:54:11.643Z[ helios-setup] Aug 13 18:54:10.248 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
26552026-08-13T18:54:11.643Z[ helios-setup] Aug 13 18:54:10.248 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26562026-08-13T18:54:11.643Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26572026-08-13T18:54:12.218Z[ helios-setup] Aug 13 18:54:10.826 INFO clone ok!, project: phbl
26582026-08-13T18:54:12.224Z[ helios-setup] Aug 13 18:54:10.826 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
26592026-08-13T18:54:12.224Z[ helios-setup] Aug 13 18:54:10.826 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26602026-08-13T18:54:12.224Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26612026-08-13T18:54:13.590Z[ helios-setup] Aug 13 18:54:12.198 INFO clone ok!, project: pilot
26622026-08-13T18:54:13.590Z[ helios-setup] Aug 13 18:54:12.198 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
26632026-08-13T18:54:13.594Z[ helios-setup] Aug 13 18:54:12.198 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26642026-08-13T18:54:13.594Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26652026-08-13T18:54:14.177Z[ helios-setup] Aug 13 18:54:12.785 INFO clone ok!, project: image-builder
26662026-08-13T18:54:14.177Z[ helios-setup] Aug 13 18:54:12.785 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
26672026-08-13T18:54:14.180Z[ helios-setup] Aug 13 18:54:12.785 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26682026-08-13T18:54:14.180Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26692026-08-13T18:54:14.709Z[ helios-setup] Aug 13 18:54:13.316 INFO clone ok!, project: bootserver
26702026-08-13T18:54:14.709Z[ helios-setup] Aug 13 18:54:13.317 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
26712026-08-13T18:54:14.713Z[ helios-setup] Aug 13 18:54:13.317 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
26722026-08-13T18:54:14.713Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26732026-08-13T18:54:15.637Z[ helios-setup] Aug 13 18:54:14.245 INFO clone ok!, project: amd-host-image-builder
26742026-08-13T18:54:15.641Z[ helios-setup] Aug 13 18:54:14.245 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26752026-08-13T18:54:15.850Z[ helios-setup] Aug 13 18:54:14.456 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26762026-08-13T18:54:16.061Z[ helios-setup] Aug 13 18:54:14.668 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26772026-08-13T18:54:16.061Z[ helios-setup] Aug 13 18:54:14.668 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26782026-08-13T18:54:16.290Z[ helios-setup] Aug 13 18:54:14.898 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26792026-08-13T18:54:16.526Z[ helios-setup] Aug 13 18:54:15.133 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26802026-08-13T18:54:16.526Z[ helios-setup] Aug 13 18:54:15.134 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26812026-08-13T18:54:16.745Z[ helios-setup] Aug 13 18:54:15.353 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26822026-08-13T18:54:16.965Z[ helios-setup] Aug 13 18:54:15.573 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26832026-08-13T18:54:16.966Z[ helios-setup] Aug 13 18:54:15.573 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26842026-08-13T18:54:16.969Z[ helios-setup] Aug 13 18:54:15.573 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26852026-08-13T18:54:16.969Z[ helios-setup] Aug 13 18:54:15.574 INFO ok!
26862026-08-13T18:54:16.969Z[ helios-setup] Aug 13 18:54:15.574 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26872026-08-13T18:54:16.969Z[ helios-setup] Aug 13 18:54:15.574 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26882026-08-13T18:54:16.969Z[ helios-setup] Aug 13 18:54:15.574 INFO ok!
26892026-08-13T18:54:16.969Z[ helios-setup] Aug 13 18:54:15.574 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26902026-08-13T18:54:16.969Z[ helios-setup] Aug 13 18:54:15.574 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26912026-08-13T18:54:16.969Z[ helios-setup] Aug 13 18:54:15.574 INFO ok!
26922026-08-13T18:54:16.969Z[ helios-setup] Aug 13 18:54:15.574 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
26932026-08-13T18:54:16.974Z[ helios-setup] Aug 13 18:54:15.583 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
26942026-08-13T18:54:16.974Z[ helios-setup] Aug 13 18:54:15.583 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
26952026-08-13T18:54:16.978Z[ helios-setup] Aug 13 18:54:15.583 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
26962026-08-13T18:54:17.076Z[ helios-setup] Aug 13 18:54:15.682 INFO E| Updating crates.io index
26972026-08-13T18:54:17.153Z[ helios-setup] Aug 13 18:54:15.761 INFO E| Downloading crates ...
26982026-08-13T18:54:17.198Z[ helios-setup] Aug 13 18:54:15.806 INFO E| Downloaded autocfg v1.4.0
26992026-08-13T18:54:17.204Z[ helios-setup] Aug 13 18:54:15.812 INFO E| Downloaded bitflags v2.9.1
27002026-08-13T18:54:17.225Z[ helios-setup] Aug 13 18:54:15.833 INFO E| Downloaded time-core v0.1.4
27012026-08-13T18:54:17.229Z[ helios-setup] Aug 13 18:54:15.836 INFO E| Downloaded errno v0.3.12
27022026-08-13T18:54:17.229Z[ helios-setup] Aug 13 18:54:15.837 INFO E| Downloaded itoa v1.0.15
27032026-08-13T18:54:17.239Z[ helios-setup] Aug 13 18:54:15.847 INFO E| Downloaded quote v1.0.40
27042026-08-13T18:54:17.242Z[ helios-setup] Aug 13 18:54:15.848 INFO E| Downloaded thiserror-impl v2.0.12
27052026-08-13T18:54:17.247Z[ helios-setup] Aug 13 18:54:15.855 INFO E| Downloaded time-macros v0.2.22
27062026-08-13T18:54:17.251Z[ helios-setup] Aug 13 18:54:15.859 INFO E| Downloaded deranged v0.4.0
27072026-08-13T18:54:17.255Z[ helios-setup] Aug 13 18:54:15.861 INFO E| Downloaded thiserror v2.0.12
27082026-08-13T18:54:17.258Z[ helios-setup] Aug 13 18:54:15.864 INFO E| Downloaded iana-time-zone v0.1.63
27092026-08-13T18:54:17.261Z[ helios-setup] Aug 13 18:54:15.869 INFO E| Downloaded serde_with_macros v3.12.0
27102026-08-13T18:54:17.264Z[ helios-setup] Aug 13 18:54:15.871 INFO E| Downloaded ryu v1.0.20
27112026-08-13T18:54:17.275Z[ helios-setup] Aug 13 18:54:15.883 INFO E| Downloaded anyhow v1.0.98
27122026-08-13T18:54:17.278Z[ helios-setup] Aug 13 18:54:15.885 INFO E| Downloaded proc-macro2 v1.0.95
27132026-08-13T18:54:17.282Z[ helios-setup] Aug 13 18:54:15.887 INFO E| Downloaded tempfile v3.20.0
27142026-08-13T18:54:17.282Z[ helios-setup] Aug 13 18:54:15.888 INFO E| Downloaded serde_derive v1.0.219
27152026-08-13T18:54:17.285Z[ helios-setup] Aug 13 18:54:15.890 INFO E| Downloaded unicode-ident v1.0.18
27162026-08-13T18:54:17.288Z[ helios-setup] Aug 13 18:54:15.896 INFO E| Downloaded serde v1.0.219
27172026-08-13T18:54:17.314Z[ helios-setup] Aug 13 18:54:15.922 INFO E| Downloaded getrandom v0.3.3
27182026-08-13T18:54:17.317Z[ helios-setup] Aug 13 18:54:15.924 INFO E| Downloaded memchr v2.7.4
27192026-08-13T18:54:17.321Z[ helios-setup] Aug 13 18:54:15.926 INFO E| Downloaded indexmap v2.9.0
27202026-08-13T18:54:17.324Z[ helios-setup] Aug 13 18:54:15.930 INFO E| Downloaded time v0.3.41
27212026-08-13T18:54:17.335Z[ helios-setup] Aug 13 18:54:15.943 INFO E| Downloaded hashbrown v0.15.3
27222026-08-13T18:54:17.339Z[ helios-setup] Aug 13 18:54:15.946 INFO E| Downloaded serde_with v3.12.0
27232026-08-13T18:54:17.345Z[ helios-setup] Aug 13 18:54:15.953 INFO E| Downloaded serde_json v1.0.140
27242026-08-13T18:54:17.362Z[ helios-setup] Aug 13 18:54:15.970 INFO E| Downloaded chrono v0.4.41
27252026-08-13T18:54:17.373Z[ helios-setup] Aug 13 18:54:15.981 INFO E| Downloaded syn v2.0.101
27262026-08-13T18:54:17.392Z[ helios-setup] Aug 13 18:54:15.999 INFO E| Downloaded rustix v1.0.7
27272026-08-13T18:54:17.417Z[ helios-setup] Aug 13 18:54:16.025 INFO E| Downloaded libc v0.2.172
27282026-08-13T18:54:17.468Z[ helios-setup] Aug 13 18:54:16.076 INFO E| Compiling proc-macro2 v1.0.95
27292026-08-13T18:54:17.468Z[ helios-setup] Aug 13 18:54:16.076 INFO E| Compiling unicode-ident v1.0.18
27302026-08-13T18:54:17.472Z[ helios-setup] Aug 13 18:54:16.076 INFO E| Compiling libc v0.2.172
27312026-08-13T18:54:17.472Z[ helios-setup] Aug 13 18:54:16.076 INFO E| Compiling ident_case v1.0.1
27322026-08-13T18:54:17.472Z[ helios-setup] Aug 13 18:54:16.076 INFO E| Compiling strsim v0.11.1
27332026-08-13T18:54:17.472Z[ helios-setup] Aug 13 18:54:16.076 INFO E| Compiling fnv v1.0.7
27342026-08-13T18:54:17.472Z[ helios-setup] Aug 13 18:54:16.076 INFO E| Compiling serde v1.0.219
27352026-08-13T18:54:17.472Z[ helios-setup] Aug 13 18:54:16.076 INFO E| Compiling getrandom v0.3.3
27362026-08-13T18:54:17.485Z[ helios-setup] Aug 13 18:54:16.093 INFO E| Compiling rustix v1.0.7
27372026-08-13T18:54:17.488Z[ helios-setup] Aug 13 18:54:16.093 INFO E| Compiling anyhow v1.0.98
27382026-08-13T18:54:17.488Z[ helios-setup] Aug 13 18:54:16.093 INFO E| Compiling serde_json v1.0.140
27392026-08-13T18:54:17.488Z[ helios-setup] Aug 13 18:54:16.093 INFO E| Compiling thiserror v2.0.12
27402026-08-13T18:54:17.488Z[ helios-setup] Aug 13 18:54:16.093 INFO E| Compiling bitflags v2.9.1
27412026-08-13T18:54:17.488Z[ helios-setup] Aug 13 18:54:16.094 INFO E| Compiling cfg-if v1.0.0
27422026-08-13T18:54:17.488Z[ helios-setup] Aug 13 18:54:16.094 INFO E| Compiling memchr v2.7.4
27432026-08-13T18:54:17.488Z[ helios-setup] Aug 13 18:54:16.094 INFO E| Compiling itoa v1.0.15
27442026-08-13T18:54:17.570Z[ helios-setup] Aug 13 18:54:16.178 INFO E| Compiling fastrand v2.3.0
27452026-08-13T18:54:17.605Z[ helios-setup] Aug 13 18:54:16.213 INFO E| Compiling once_cell v1.21.3
27462026-08-13T18:54:17.616Z[ helios-setup] Aug 13 18:54:16.224 INFO E| Compiling ryu v1.0.20
27472026-08-13T18:54:17.624Z[ helios-setup] Aug 13 18:54:16.232 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27482026-08-13T18:54:18.165Z[ helios-setup] Aug 13 18:54:16.773 INFO E| Compiling errno v0.3.12
27492026-08-13T18:54:18.445Z[ helios-setup] Aug 13 18:54:17.053 INFO E| Compiling quote v1.0.40
27502026-08-13T18:54:18.617Z[ helios-setup] Aug 13 18:54:17.224 INFO E| Compiling syn v2.0.101
27512026-08-13T18:54:19.061Z[ helios-setup] Aug 13 18:54:17.669 INFO E| Compiling tempfile v3.20.0
27522026-08-13T18:54:20.869Z[ helios-setup] Aug 13 18:54:19.476 INFO E| Compiling darling_core v0.20.11
27532026-08-13T18:54:21.233Z[ helios-setup] Aug 13 18:54:19.841 INFO E| Compiling serde_derive v1.0.219
27542026-08-13T18:54:21.233Z[ helios-setup] Aug 13 18:54:19.841 INFO E| Compiling thiserror-impl v2.0.12
27552026-08-13T18:54:21.636Z[ omicron-package] Finished `release` profile [optimized] target(s) in 40.69s
27562026-08-13T18:54:21.905Z[ omicron-package]
27572026-08-13T18:54:21.905Z[ omicron-package] real 40.885369469
27582026-08-13T18:54:21.909Z[ omicron-package] user 4:06.663814661
27592026-08-13T18:54:21.909Z[ omicron-package] sys 29.162964414
27602026-08-13T18:54:21.909Z[ omicron-package] trap 0.461350981
27612026-08-13T18:54:21.909Z[ omicron-package] tflt 0.697136690
27622026-08-13T18:54:21.909Z[ omicron-package] dflt 2.724123010
27632026-08-13T18:54:21.909Z[ omicron-package] kflt 0.011207996
27642026-08-13T18:54:21.909Z[ omicron-package] lock 12:08.063347837
27652026-08-13T18:54:21.909Z[ omicron-package] slp 6:33.880591277
27662026-08-13T18:54:21.909Z[ omicron-package] lat 53.496563585
27672026-08-13T18:54:21.909Z[ omicron-package] stop 2:02.693945027
27682026-08-13T18:54:21.909ZAug 13 18:54:20.513 INFO [omicron-package] process exited with exit status: 0 (40.968066148s)
27692026-08-13T18:54:21.909ZAug 13 18:54:20.514 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27702026-08-13T18:54:21.909ZAug 13 18:54:20.514 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27712026-08-13T18:54:21.916Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27722026-08-13T18:54:21.916Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27732026-08-13T18:54:21.920Z[ recovery-target] Created new build target 'recovery' and set it as active
27742026-08-13T18:54:21.920Z[ host-target] Created new build target 'host' and set it as active
27752026-08-13T18:54:21.924ZAug 13 18:54:20.529 INFO [host-target] process exited with exit status: 0 (15.74644ms)
27762026-08-13T18:54:21.924ZAug 13 18:54:20.529 INFO [recovery-target] process exited with exit status: 0 (15.34295ms)
27772026-08-13T18:54:21.924ZAug 13 18:54:20.530 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27782026-08-13T18:54:21.928Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27792026-08-13T18:54:22.140Z[ helios-setup] Aug 13 18:54:20.748 INFO E| Compiling darling_macro v0.20.11
27802026-08-13T18:54:22.738Z[ helios-setup] Aug 13 18:54:21.346 INFO E| Compiling darling v0.20.11
27812026-08-13T18:54:22.809Z[ helios-setup] Aug 13 18:54:21.416 INFO E| Compiling serde_with_macros v3.12.0
27822026-08-13T18:54:23.621Z[ host-package] Compiling heck v0.5.0
27832026-08-13T18:54:23.621Z[ host-package] Compiling regress v0.11.1
27842026-08-13T18:54:23.621Z[ host-package] Compiling unsafe-libyaml v0.2.11
27852026-08-13T18:54:23.621Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27862026-08-13T18:54:23.955Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27872026-08-13T18:54:23.978Z[ host-package] Compiling derive-where v1.6.0
27882026-08-13T18:54:23.979Z[ host-package] Compiling bytecount v0.6.9
27892026-08-13T18:54:24.024Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27902026-08-13T18:54:24.024Z[ host-package] Compiling atomicwrites v0.4.4
27912026-08-13T18:54:24.027Z[ host-package] Compiling is-terminal v0.4.17
27922026-08-13T18:54:24.027Z[ host-package] Compiling prettyplease v0.2.37
27932026-08-13T18:54:24.028Z[ host-package] Compiling console v0.15.11
27942026-08-13T18:54:24.028Z[ host-package] Compiling newline-converter v0.3.0
27952026-08-13T18:54:24.091Z[ host-package] Compiling slog-dtrace v0.3.0
27962026-08-13T18:54:24.189Z[ host-package] Compiling resolv-conf v0.7.6
27972026-08-13T18:54:24.219Z[ host-package] Compiling num-rational v0.4.2
27982026-08-13T18:54:24.260Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27992026-08-13T18:54:24.299Z[ host-package] Compiling num-complex v0.4.6
28002026-08-13T18:54:24.321Z[ host-package] Compiling thread_local v1.1.9
28012026-08-13T18:54:24.384Z[ host-package] Compiling match_cfg v0.1.0
28022026-08-13T18:54:24.384Z[ host-package] Compiling unicode-width v0.1.14
28032026-08-13T18:54:24.493Z[ host-package] Compiling compression-core v0.4.31
28042026-08-13T18:54:24.532Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28052026-08-13T18:54:24.607Z[ host-package] Compiling expectorate v1.2.0
28062026-08-13T18:54:24.763Z[ host-package] Compiling cancel-safe-futures v0.1.5
28072026-08-13T18:54:24.811Z[ host-package] Compiling num v0.4.3
28082026-08-13T18:54:24.864Z[ host-package] Compiling compression-codecs v0.4.37
28092026-08-13T18:54:24.903Z[ host-package] Compiling hostname v0.3.1
28102026-08-13T18:54:24.938Z[ host-package] Compiling slog-async v2.8.0
28112026-08-13T18:54:24.938Z[ host-package] Compiling multer v3.1.0
28122026-08-13T18:54:24.999Z[ host-package] Compiling crossbeam-channel v0.5.15
28132026-08-13T18:54:25.038Z[ host-package] Compiling slog-json v2.6.1
28142026-08-13T18:54:25.061Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28152026-08-13T18:54:25.125Z[ host-package] Compiling serde_spanned v1.1.1
28162026-08-13T18:54:25.168Z[ host-package] Compiling term v1.2.1
28172026-08-13T18:54:25.224Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28182026-08-13T18:54:25.297Z[ host-package] Compiling linked-hash-map v0.5.6
28192026-08-13T18:54:25.349Z[ host-package] Compiling float-ord v0.3.2
28202026-08-13T18:54:25.387Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28212026-08-13T18:54:25.390Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28222026-08-13T18:54:25.413Z[ host-package] Compiling take_mut v0.2.2
28232026-08-13T18:54:25.416Z[ host-package] Compiling slog-bunyan v2.5.0
28242026-08-13T18:54:25.465Z[ helios-setup] Aug 13 18:54:24.072 INFO E| Compiling serde_with v3.12.0
28252026-08-13T18:54:25.528Z[ host-package] Compiling slog-term v2.9.2
28262026-08-13T18:54:25.532Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28272026-08-13T18:54:25.618Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28282026-08-13T18:54:25.645Z[ host-package] Compiling lru-cache v0.1.2
28292026-08-13T18:54:25.771Z[ host-package] Compiling typify-impl v0.6.2
28302026-08-13T18:54:25.775Z[ host-package] Compiling async-compression v0.4.41
28312026-08-13T18:54:26.177Z[ host-package] Compiling async-stream v0.3.6
28322026-08-13T18:54:26.267Z[ host-package] Compiling dropshot v0.17.1
28332026-08-13T18:54:26.342Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28342026-08-13T18:54:26.388Z[ host-package] Compiling progenitor-client v0.14.0
28352026-08-13T18:54:26.430Z[ host-package] Compiling sha1 v0.11.0
28362026-08-13T18:54:26.478Z[ host-package] Compiling waitgroup v0.1.2
28372026-08-13T18:54:26.539Z[ host-package] Compiling rustls-pemfile v2.2.0
28382026-08-13T18:54:26.612Z[ host-package] Compiling backon v1.6.0
28392026-08-13T18:54:26.708Z[ host-package] Compiling hostname v0.4.2
28402026-08-13T18:54:26.807Z[ host-package] Compiling serde_path_to_error v0.1.20
28412026-08-13T18:54:26.918Z[ host-package] Compiling instant v0.1.13
28422026-08-13T18:54:26.985Z[ host-package] Compiling minimal-lexical v0.2.1
28432026-08-13T18:54:27.077Z[ host-package] Compiling debug-ignore v1.0.5
28442026-08-13T18:54:27.082Z[ host-package] Compiling linear-map v1.2.0
28452026-08-13T18:54:27.102Z[ host-package] Compiling backoff v0.4.0
28462026-08-13T18:54:27.106Z[ host-package] Compiling progenitor-extras v0.2.0
28472026-08-13T18:54:27.155Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28482026-08-13T18:54:27.305Z[ host-package] Compiling nom v7.1.3
28492026-08-13T18:54:27.380Z[ host-package] Compiling oxide-update-engine v0.1.2
28502026-08-13T18:54:27.383Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28512026-08-13T18:54:27.403Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28522026-08-13T18:54:27.481Z[ host-package] Compiling parse-display v0.10.0
28532026-08-13T18:54:27.484Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28542026-08-13T18:54:27.537Z[ host-package] Compiling hickory-proto v0.24.4
28552026-08-13T18:54:28.290Z[ host-package] Compiling regress v0.10.5
28562026-08-13T18:54:28.438Z[ host-package] Compiling itertools v0.14.0
28572026-08-13T18:54:28.631Z[ host-package] Compiling macaddr v1.0.1
28582026-08-13T18:54:29.064Z[ host-package] Compiling humantime v2.3.0
28592026-08-13T18:54:29.214Z[ host-package] Compiling unicode-xid v0.2.6
28602026-08-13T18:54:29.378Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28612026-08-13T18:54:29.487Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28622026-08-13T18:54:29.562Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28632026-08-13T18:54:29.693Z[ host-package] Compiling convert_case v0.10.0
28642026-08-13T18:54:29.774Z[ host-package] Compiling owo-colors v4.3.0
28652026-08-13T18:54:29.931Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28662026-08-13T18:54:30.043Z[ host-package] Compiling derive_more-impl v2.1.1
28672026-08-13T18:54:30.143Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28682026-08-13T18:54:30.171Z[ helios-setup] Aug 13 18:54:28.778 INFO E| Finished `release` profile [optimized] target(s) in 13.18s
28692026-08-13T18:54:30.201Z[ helios-setup] Aug 13 18:54:28.809 INFO building project "dmar-report" ok (13 seconds)
28702026-08-13T18:54:30.201Z[ helios-setup] Aug 13 18:54:28.809 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
28712026-08-13T18:54:30.211Z[ helios-setup] Aug 13 18:54:28.819 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
28722026-08-13T18:54:30.211Z[ helios-setup] Aug 13 18:54:28.819 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
28732026-08-13T18:54:30.214Z[ helios-setup] Aug 13 18:54:28.819 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
28742026-08-13T18:54:30.248Z[ host-package] Compiling typify-macro v0.6.2
28752026-08-13T18:54:30.290Z[ host-package] Compiling toml v0.8.23
28762026-08-13T18:54:30.417Z[ helios-setup] Aug 13 18:54:29.025 INFO E| Downloading crates ...
28772026-08-13T18:54:30.461Z[ helios-setup] Aug 13 18:54:29.068 INFO E| Downloaded adler2 v2.0.0
28782026-08-13T18:54:30.466Z[ helios-setup] Aug 13 18:54:29.074 INFO E| Downloaded miniz_oxide v0.8.8
28792026-08-13T18:54:30.511Z[ helios-setup] Aug 13 18:54:29.119 INFO E| Compiling adler2 v2.0.0
28802026-08-13T18:54:30.613Z[ helios-setup] Aug 13 18:54:29.220 INFO E| Compiling miniz_oxide v0.8.8
28812026-08-13T18:54:30.794Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28822026-08-13T18:54:30.966Z[ host-package] Compiling hickory-resolver v0.24.4
28832026-08-13T18:54:30.996Z[ host-package] Compiling derive_more v2.1.1
28842026-08-13T18:54:31.028Z[ host-package] Compiling papergrid v0.11.0
28852026-08-13T18:54:31.071Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28862026-08-13T18:54:31.107Z[ host-package] Compiling tabled_derive v0.7.0
28872026-08-13T18:54:31.147Z[ host-package] Compiling termtree v0.5.1
28882026-08-13T18:54:31.405Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28892026-08-13T18:54:31.574Z[ host-package] Compiling crossterm v0.29.0
28902026-08-13T18:54:31.942Z[ helios-setup] Aug 13 18:54:30.550 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
28912026-08-13T18:54:32.118Z[ host-package] Compiling typify v0.6.2
28922026-08-13T18:54:32.303Z[ host-package] Compiling tabled v0.15.0
28932026-08-13T18:54:32.307Z[ host-package] Compiling progenitor-impl v0.14.0
28942026-08-13T18:54:32.462Z[ helios-setup] Aug 13 18:54:31.070 INFO E| Finished `release` profile [optimized] target(s) in 2.23s
28952026-08-13T18:54:32.478Z[ helios-setup] Aug 13 18:54:31.082 INFO building project "pinprick" ok (2 seconds)
28962026-08-13T18:54:32.478Z[ helios-setup] Aug 13 18:54:31.082 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
28972026-08-13T18:54:33.136Z[ host-package] Compiling qorb v0.4.1
28982026-08-13T18:54:33.556Z[ host-package] Compiling phf_shared v0.12.1
28992026-08-13T18:54:34.010Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29002026-08-13T18:54:34.831Z[ host-package] Compiling csv-core v0.1.13
29012026-08-13T18:54:34.981Z[ host-package] Compiling progenitor-macro v0.14.0
29022026-08-13T18:54:35.412Z[ host-package] Compiling vte v0.14.1
29032026-08-13T18:54:35.782Z[ host-package] Compiling highway v1.3.0
29042026-08-13T18:54:36.460Z[ host-package] Compiling chrono-tz v0.10.4
29052026-08-13T18:54:36.536Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29062026-08-13T18:54:36.669Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29072026-08-13T18:54:36.759Z[ host-package] Compiling csv v1.4.0
29082026-08-13T18:54:37.181Z[ host-package] Compiling phf v0.12.1
29092026-08-13T18:54:37.418Z[ host-package] Compiling const_format_proc_macros v0.2.34
29102026-08-13T18:54:37.458Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29112026-08-13T18:54:37.482Z[ host-package] Compiling fd-lock v4.0.4
29122026-08-13T18:54:37.752Z[ host-package] Compiling peg-macros v0.8.5
29132026-08-13T18:54:37.877Z[ host-package] Compiling nu-ansi-term v0.50.3
29142026-08-13T18:54:37.995Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29152026-08-13T18:54:38.112Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
29162026-08-13T18:54:38.562Z[ host-package] Compiling const_format v0.2.35
29172026-08-13T18:54:38.600Z[ host-package] Compiling reedline v0.40.0
29182026-08-13T18:54:39.354Z[ host-package] Compiling peg v0.8.5
29192026-08-13T18:54:39.489Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29202026-08-13T18:54:39.742Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29212026-08-13T18:54:39.978Z[ host-package] Compiling progenitor v0.14.0
29222026-08-13T18:54:40.201Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29232026-08-13T18:54:40.928Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29242026-08-13T18:54:41.204Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29252026-08-13T18:54:41.331Z[ host-package] Compiling bcs v0.1.6
29262026-08-13T18:54:42.019Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
29272026-08-13T18:54:42.320Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29282026-08-13T18:54:42.372Z[ host-package] Compiling nom v8.0.0
29292026-08-13T18:54:43.535Z[ host-package] Compiling semver v0.1.20
29302026-08-13T18:54:43.907Z[ host-package] Compiling rustc_version v0.1.7
29312026-08-13T18:54:44.065Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29322026-08-13T18:54:44.092Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29332026-08-13T18:54:44.181Z[ host-package] Compiling newtype_derive v0.1.6
29342026-08-13T18:54:44.503Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29352026-08-13T18:54:44.556Z[ host-package] Compiling smawk v0.3.2
29362026-08-13T18:54:44.693Z[ host-package] Compiling unicode-linebreak v0.1.5
29372026-08-13T18:54:44.903Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29382026-08-13T18:54:45.047Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29392026-08-13T18:54:45.134Z[ host-package] Compiling textwrap v0.16.2
29402026-08-13T18:54:45.571Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29412026-08-13T18:54:46.033Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29422026-08-13T18:54:46.065Z[ host-package] Compiling steno v0.4.1
29432026-08-13T18:54:46.712Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
29442026-08-13T18:54:47.010Z[ host-package] Compiling sha1 v0.10.6
29452026-08-13T18:54:47.491Z[ host-package] Compiling tagptr v0.2.0
29462026-08-13T18:54:47.577Z[ host-package] Compiling utf-8 v0.7.6
29472026-08-13T18:54:47.713Z[ host-package] Compiling moka v0.12.13
29482026-08-13T18:54:47.836Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29492026-08-13T18:54:47.929Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29502026-08-13T18:54:47.996Z[ host-package] Compiling tungstenite v0.21.0
29512026-08-13T18:54:48.195Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29522026-08-13T18:54:48.504Z[ host-package] Compiling darling_core v0.21.3
29532026-08-13T18:54:49.294Z[ host-package] Compiling hickory-resolver v0.25.2
29542026-08-13T18:54:50.619Z[ host-package] Compiling tokio-tungstenite v0.21.0
29552026-08-13T18:54:50.897Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29562026-08-13T18:54:50.951Z[ host-package] Compiling display-error-chain v0.2.2
29572026-08-13T18:54:51.092Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29582026-08-13T18:54:51.203Z[ host-package] Compiling darling_macro v0.21.3
29592026-08-13T18:54:51.260Z[ host-package] Compiling libscf-sys v1.2.0
29602026-08-13T18:54:51.339Z[ host-package] Compiling vergen-lib v0.1.6
29612026-08-13T18:54:51.459Z[ host-package] Compiling diesel_derives v2.3.7
29622026-08-13T18:54:51.699Z[ host-package] Compiling scheduled-thread-pool v0.2.7
29632026-08-13T18:54:51.725Z[ host-package] Compiling vergen-gitcl v1.0.8
29642026-08-13T18:54:51.728Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
29652026-08-13T18:54:51.775Z[ host-package] Compiling darling v0.21.3
29662026-08-13T18:54:51.839Z[ host-package] Compiling dirs-sys-next v0.1.2
29672026-08-13T18:54:51.912Z[ host-package] Compiling dsl_auto_type v0.2.0
29682026-08-13T18:54:51.972Z[ host-package] Compiling crunchy v0.2.4
29692026-08-13T18:54:51.997Z[ host-package] Compiling maplit v1.0.2
29702026-08-13T18:54:52.044Z[ host-package] Compiling glob v0.3.3
29712026-08-13T18:54:52.149Z[ host-package] Compiling dirs-next v2.0.0
29722026-08-13T18:54:52.317Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29732026-08-13T18:54:52.340Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29742026-08-13T18:54:52.364Z[ host-package] Compiling r2d2 v0.8.10
29752026-08-13T18:54:52.477Z[ host-package] Compiling clang-sys v1.8.1
29762026-08-13T18:54:52.477Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
29772026-08-13T18:54:52.724Z[ host-package] Compiling papergrid v0.18.0
29782026-08-13T18:54:52.868Z[ host-package] Compiling downcast-rs v2.0.2
29792026-08-13T18:54:52.930Z[ host-package] Compiling tiny-keccak v2.0.2
29802026-08-13T18:54:53.372Z[ host-package] Compiling term v0.7.0
29812026-08-13T18:54:53.459Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
29822026-08-13T18:54:53.735Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
29832026-08-13T18:54:53.989Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29842026-08-13T18:54:54.149Z[ host-package] Compiling tabled v0.21.0
29852026-08-13T18:54:54.978Z[ host-package] Compiling bit-vec v0.6.3
29862026-08-13T18:54:55.343Z[ host-package] Compiling bit-set v0.5.3
29872026-08-13T18:54:55.372Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
29882026-08-13T18:54:55.747Z[ host-package] Compiling ascii-canvas v3.0.0
29892026-08-13T18:54:55.791Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
29902026-08-13T18:54:56.140Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29912026-08-13T18:54:56.369Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
29922026-08-13T18:54:56.457Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
29932026-08-13T18:54:56.693Z[ helios-setup] Aug 13 18:54:55.293 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')"
29942026-08-13T18:54:56.693Z[ helios-setup] Aug 13 18:54:55.293 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
29952026-08-13T18:54:56.698Z[ helios-setup] Aug 13 18:54:55.306 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
29962026-08-13T18:54:56.699Z[ helios-setup] Aug 13 18:54:55.306 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29972026-08-13T18:54:56.699Z[ helios-setup] Aug 13 18:54:55.306 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29982026-08-13T18:54:56.752Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29992026-08-13T18:54:56.755Z[ host-package] Compiling itertools v0.10.5
30002026-08-13T18:54:56.818Z[ helios-setup] Aug 13 18:54:55.426 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
30012026-08-13T18:54:56.845Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30022026-08-13T18:54:56.980Z[ host-package] Compiling ena v0.14.4
30032026-08-13T18:54:57.044Z[ host-package] Compiling libloading v0.8.9
30042026-08-13T18:54:57.203Z[ helios-setup] Aug 13 18:54:55.810 INFO E| From https://github.com/jclulow/hiercmd
30052026-08-13T18:54:57.203Z[ helios-setup] Aug 13 18:54:55.810 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
30062026-08-13T18:54:57.218Z[ helios-setup] Aug 13 18:54:55.825 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
30072026-08-13T18:54:57.278Z[ host-package] Compiling bindgen v0.71.1
30082026-08-13T18:54:57.302Z[ host-package] Compiling unicase v2.9.0
30092026-08-13T18:54:57.542Z[ helios-setup] Aug 13 18:54:56.149 INFO E| From https://github.com/oxidecomputer/network-interface
30102026-08-13T18:54:57.542Z[ helios-setup] Aug 13 18:54:56.149 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
30112026-08-13T18:54:57.553Z[ host-package] Compiling regex-syntax v0.6.29
30122026-08-13T18:54:57.556Z[ helios-setup] Aug 13 18:54:56.163 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
30132026-08-13T18:54:57.607Z[ host-package] Compiling xshell-macros v0.2.7
30142026-08-13T18:54:57.641Z[ host-package] Compiling diff v0.1.13
30152026-08-13T18:54:58.049Z[ host-package] Compiling xshell v0.2.7
30162026-08-13T18:54:58.075Z[ host-package] Compiling diesel v2.3.7
30172026-08-13T18:54:58.236Z[ helios-setup] Aug 13 18:54:56.844 INFO E| From https://github.com/oxidecomputer/boot-image-tools
30182026-08-13T18:54:58.236Z[ helios-setup] Aug 13 18:54:56.844 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
30192026-08-13T18:54:58.258Z[ helios-setup] Aug 13 18:54:56.866 INFO E| Updating crates.io index
30202026-08-13T18:54:58.262Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30212026-08-13T18:54:58.554Z[ helios-setup] Aug 13 18:54:57.161 INFO E| Downloading crates ...
30222026-08-13T18:54:58.598Z[ helios-setup] Aug 13 18:54:57.204 INFO E| Downloaded anstyle-query v1.1.4
30232026-08-13T18:54:58.603Z[ helios-setup] Aug 13 18:54:57.210 INFO E| Downloaded anstyle v1.0.13
30242026-08-13T18:54:58.613Z[ helios-setup] Aug 13 18:54:57.221 INFO E| Downloaded indexmap v2.12.0
30252026-08-13T18:54:58.623Z[ helios-setup] Aug 13 18:54:57.230 INFO E| Downloaded num_enum v0.7.5
30262026-08-13T18:54:58.630Z[ helios-setup] Aug 13 18:54:57.238 INFO E| Downloaded pin-utils v0.1.0
30272026-08-13T18:54:58.638Z[ helios-setup] Aug 13 18:54:57.246 INFO E| Downloaded futures-task v0.3.31
30282026-08-13T18:54:58.641Z[ helios-setup] Aug 13 18:54:57.249 INFO E| Downloaded bitfield-macros v0.19.3
30292026-08-13T18:54:58.642Z[ helios-setup] Aug 13 18:54:57.249 INFO E| Downloaded clap_lex v0.7.6
30302026-08-13T18:54:58.650Z[ helios-setup] Aug 13 18:54:57.257 INFO E| Downloaded crc v3.3.0
30312026-08-13T18:54:58.653Z[ helios-setup] Aug 13 18:54:57.259 INFO E| Downloaded pin-project-lite v0.2.16
30322026-08-13T18:54:58.656Z[ helios-setup] Aug 13 18:54:57.263 INFO E| Downloaded libdevinfo-sys v1.1.0
30332026-08-13T18:54:58.659Z[ helios-setup] Aug 13 18:54:57.266 INFO E| Downloaded env_filter v0.1.4
30342026-08-13T18:54:58.664Z[ helios-setup] Aug 13 18:54:57.272 INFO E| Downloaded futures-sink v0.3.31
30352026-08-13T18:54:58.667Z[ helios-setup] Aug 13 18:54:57.273 INFO E| Downloaded futures-io v0.3.31
30362026-08-13T18:54:58.670Z[ helios-setup] Aug 13 18:54:57.276 INFO E| Downloaded devinfo v0.1.0
30372026-08-13T18:54:58.675Z[ helios-setup] Aug 13 18:54:57.282 INFO E| Downloaded futures-core v0.3.31
30382026-08-13T18:54:58.680Z[ helios-setup] Aug 13 18:54:57.284 INFO E| Downloaded futures-macro v0.3.31
30392026-08-13T18:54:58.680Z[ helios-setup] Aug 13 18:54:57.284 INFO E| Downloaded time-core v0.1.6
30402026-08-13T18:54:58.685Z[ helios-setup] Aug 13 18:54:57.292 INFO E| Downloaded simd-adler32 v0.3.7
30412026-08-13T18:54:58.692Z[ helios-setup] Aug 13 18:54:57.300 INFO E| Downloaded base64ct v1.8.0
30422026-08-13T18:54:58.704Z[ helios-setup] Aug 13 18:54:57.311 INFO E| Downloaded serde_spanned v1.0.3
30432026-08-13T18:54:58.720Z[ helios-setup] Aug 13 18:54:57.328 INFO E| Downloaded generic-array v0.14.9
30442026-08-13T18:54:58.735Z[ helios-setup] Aug 13 18:54:57.342 INFO E| Downloaded futures-channel v0.3.31
30452026-08-13T18:54:58.756Z[ helios-setup] Aug 13 18:54:57.364 INFO E| Downloaded quote v1.0.41
30462026-08-13T18:54:58.759Z[ helios-setup] Aug 13 18:54:57.366 INFO E| Downloaded signal-hook-registry v1.4.6
30472026-08-13T18:54:58.760Z[ helios-setup] Aug 13 18:54:57.367 INFO E| Downloaded slab v0.4.11
30482026-08-13T18:54:58.763Z[ helios-setup] Aug 13 18:54:57.368 INFO E| Downloaded time-macros v0.2.24
30492026-08-13T18:54:58.786Z[ helios-setup] Aug 13 18:54:57.393 INFO E| Downloaded thiserror v2.0.17
30502026-08-13T18:54:58.790Z[ helios-setup] Aug 13 18:54:57.398 INFO E| Downloaded toml_datetime v0.7.3
30512026-08-13T18:54:58.895Z[ helios-setup] Aug 13 18:54:57.399 INFO E| Downloaded find-msvc-tools v0.1.4
30522026-08-13T18:54:58.895Z[ helios-setup] Aug 13 18:54:57.400 INFO E| Downloaded deranged v0.5.5
30532026-08-13T18:54:58.895Z[ helios-setup] Aug 13 18:54:57.401 INFO E| Downloaded env_logger v0.11.8
30542026-08-13T18:54:58.895Z[ helios-setup] Aug 13 18:54:57.403 INFO E| Downloaded futures-executor v0.3.31
30552026-08-13T18:54:58.895Z[ helios-setup] Aug 13 18:54:57.404 INFO E| Downloaded zeroize_derive v1.4.2
30562026-08-13T18:54:58.895Z[ helios-setup] Aug 13 18:54:57.405 INFO E| Downloaded thiserror-impl v2.0.17
30572026-08-13T18:54:58.895Z[ helios-setup] Aug 13 18:54:57.406 INFO E| Downloaded zeroize v1.8.2
30582026-08-13T18:54:58.895Z[ helios-setup] Aug 13 18:54:57.407 INFO E| Downloaded toml_writer v1.0.4
30592026-08-13T18:54:58.895Z[ helios-setup] Aug 13 18:54:57.408 INFO E| Downloaded tokio-macros v2.6.0
30602026-08-13T18:54:58.895Z[ helios-setup] Aug 13 18:54:57.408 INFO E| Downloaded toml_parser v1.0.4
30612026-08-13T18:54:58.895Z[ helios-setup] Aug 13 18:54:57.410 INFO E| Downloaded bitfield v0.19.3
30622026-08-13T18:54:58.895Z[ helios-setup] Aug 13 18:54:57.411 INFO E| Downloaded iana-time-zone v0.1.64
30632026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.413 INFO E| Downloaded num_enum_derive v0.7.5
30642026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.414 INFO E| Downloaded bitflags v2.10.0
30652026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.417 INFO E| Downloaded term v1.2.0
30662026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.420 INFO E| Downloaded getopts v0.2.24
30672026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.420 INFO E| Downloaded log v0.4.28
30682026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.422 INFO E| Downloaded proc-macro2 v1.0.103
30692026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.424 INFO E| Downloaded unicode-ident v1.0.22
30702026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.428 INFO E| Downloaded clap v4.5.51
30712026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.432 INFO E| Downloaded clap_derive v4.5.49
30722026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.434 INFO E| Downloaded anyhow v1.0.100
30732026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.437 INFO E| Downloaded bytes v1.10.1
30742026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.440 INFO E| Downloaded flate2 v1.1.5
30752026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.443 INFO E| Downloaded getrandom v0.2.16
30762026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.445 INFO E| Downloaded toml v0.9.8
30772026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.448 INFO E| Downloaded futures v0.3.31
30782026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.451 INFO E| Downloaded uuid v1.18.1
30792026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.453 INFO E| Downloaded socket2 v0.6.1
30802026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.470 INFO E| Downloaded rand v0.8.5
30812026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.472 INFO E| Downloaded toml_edit v0.23.7
30822026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.475 INFO E| Downloaded typenum v1.19.0
30832026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.477 INFO E| Downloaded cc v1.2.44
30842026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.479 INFO E| Downloaded iddqd v0.3.14
30852026-08-13T18:54:58.896Z[ helios-setup] Aug 13 18:54:57.483 INFO E| Downloaded memchr v2.7.6
30862026-08-13T18:54:58.909Z[ helios-setup] Aug 13 18:54:57.516 INFO E| Downloaded zerocopy-derive v0.8.27
30872026-08-13T18:54:58.913Z[ helios-setup] Aug 13 18:54:57.521 INFO E| Downloaded rsa v0.9.8
30882026-08-13T18:54:58.916Z[ helios-setup] Aug 13 18:54:57.524 INFO E| Downloaded mio v1.1.0
30892026-08-13T18:54:58.920Z[ helios-setup] Aug 13 18:54:57.528 INFO E| Downloaded num-bigint-dig v0.8.4
30902026-08-13T18:54:58.944Z[ helios-setup] Aug 13 18:54:57.552 INFO E| Downloaded time v0.3.44
30912026-08-13T18:54:58.949Z[ helios-setup] Aug 13 18:54:57.557 INFO E| Downloaded hashbrown v0.16.0
30922026-08-13T18:54:58.953Z[ helios-setup] Aug 13 18:54:57.560 INFO E| Downloaded serde_json v1.0.145
30932026-08-13T18:54:58.957Z[ helios-setup] Aug 13 18:54:57.565 INFO E| Downloaded clap_builder v4.5.51
30942026-08-13T18:54:58.961Z[ helios-setup] Aug 13 18:54:57.569 INFO E| Downloaded libm v0.2.15
30952026-08-13T18:54:58.968Z[ helios-setup] Aug 13 18:54:57.576 INFO E| Downloaded futures-util v0.3.31
30962026-08-13T18:54:58.975Z[ helios-setup] Aug 13 18:54:57.583 INFO E| Downloaded winnow v0.7.13
30972026-08-13T18:54:59.007Z[ helios-setup] Aug 13 18:54:57.615 INFO E| Downloaded chrono v0.4.42
30982026-08-13T18:54:59.011Z[ helios-setup] Aug 13 18:54:57.619 INFO E| Downloaded rustix v1.1.2
30992026-08-13T18:54:59.027Z[ helios-setup] Aug 13 18:54:57.634 INFO E| Downloaded zerocopy v0.8.27
31002026-08-13T18:54:59.041Z[ helios-setup] Aug 13 18:54:57.648 INFO E| Downloaded unicode-width v0.2.2
31012026-08-13T18:54:59.044Z[ helios-setup] Aug 13 18:54:57.652 INFO E| Downloaded syn v2.0.108
31022026-08-13T18:54:59.097Z[ host-package] Compiling cexpr v0.6.0
31032026-08-13T18:54:59.101Z[ helios-setup] Aug 13 18:54:57.706 INFO E| Downloaded libc v0.2.177
31042026-08-13T18:54:59.128Z[ helios-setup] Aug 13 18:54:57.736 INFO E| Downloaded tokio v1.48.0
31052026-08-13T18:54:59.262Z[ helios-setup] Aug 13 18:54:57.869 INFO E| Compiling proc-macro2 v1.0.103
31062026-08-13T18:54:59.262Z[ helios-setup] Aug 13 18:54:57.869 INFO E| Compiling unicode-ident v1.0.22
31072026-08-13T18:54:59.262Z[ helios-setup] Aug 13 18:54:57.869 INFO E| Compiling quote v1.0.41
31082026-08-13T18:54:59.262Z[ helios-setup] Aug 13 18:54:57.869 INFO E| Compiling libc v0.2.177
31092026-08-13T18:54:59.265Z[ helios-setup] Aug 13 18:54:57.869 INFO E| Compiling serde_core v1.0.228
31102026-08-13T18:54:59.265Z[ helios-setup] Aug 13 18:54:57.869 INFO E| Compiling cfg-if v1.0.4
31112026-08-13T18:54:59.265Z[ helios-setup] Aug 13 18:54:57.869 INFO E| Compiling serde v1.0.228
31122026-08-13T18:54:59.265Z[ helios-setup] Aug 13 18:54:57.869 INFO E| Compiling version_check v0.9.5
31132026-08-13T18:54:59.266Z[ helios-setup] Aug 13 18:54:57.869 INFO E| Compiling autocfg v1.5.0
31142026-08-13T18:54:59.266Z[ helios-setup] Aug 13 18:54:57.869 INFO E| Compiling const-oid v0.9.6
31152026-08-13T18:54:59.266Z[ helios-setup] Aug 13 18:54:57.869 INFO E| Compiling typenum v1.19.0
31162026-08-13T18:54:59.266Z[ helios-setup] Aug 13 18:54:57.869 INFO E| Compiling libm v0.2.15
31172026-08-13T18:54:59.266Z[ helios-setup] Aug 13 18:54:57.869 INFO E| Compiling zerocopy v0.8.27
31182026-08-13T18:54:59.266Z[ helios-setup] Aug 13 18:54:57.869 INFO E| Compiling rustversion v1.0.22
31192026-08-13T18:54:59.266Z[ helios-setup] Aug 13 18:54:57.869 INFO E| Compiling base64ct v1.8.0
31202026-08-13T18:54:59.266Z[ helios-setup] Aug 13 18:54:57.869 INFO E| Compiling smallvec v1.15.1
31212026-08-13T18:54:59.285Z[ host-package] Compiling lalrpop v0.19.12
31222026-08-13T18:54:59.472Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31232026-08-13T18:54:59.609Z[ helios-setup] Aug 13 18:54:58.217 INFO E| Compiling zeroize v1.8.2
31242026-08-13T18:54:59.799Z[ helios-setup] Aug 13 18:54:58.406 INFO E| Compiling rustix v1.1.2
31252026-08-13T18:54:59.857Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31262026-08-13T18:54:59.865Z[ helios-setup] Aug 13 18:54:58.472 INFO E| Compiling byteorder v1.5.0
31272026-08-13T18:55:00.078Z[ host-package] Compiling rustc-hash v2.1.1
31282026-08-13T18:55:00.094Z[ helios-setup] Aug 13 18:54:58.701 INFO E| Compiling pem-rfc7468 v0.7.0
31292026-08-13T18:55:00.139Z[ helios-setup] Aug 13 18:54:58.746 INFO E| Compiling hashbrown v0.16.0
31302026-08-13T18:55:00.213Z[ helios-setup] Aug 13 18:54:58.821 INFO E| Compiling generic-array v0.14.9
31312026-08-13T18:55:00.337Z[ host-package] Compiling crc8 v0.1.1
31322026-08-13T18:55:00.425Z[ helios-setup] Aug 13 18:54:59.032 INFO E| Compiling crc32fast v1.5.0
31332026-08-13T18:55:00.508Z[ helios-setup] Aug 13 18:54:59.115 INFO E| Compiling memchr v2.7.6
31342026-08-13T18:55:00.553Z[ helios-setup] Aug 13 18:54:59.161 INFO E| Compiling flagset v0.4.7
31352026-08-13T18:55:00.576Z[ helios-setup] Aug 13 18:54:59.183 INFO E| Compiling anyhow v1.0.100
31362026-08-13T18:55:00.702Z[ helios-setup] Aug 13 18:54:59.310 INFO E| Compiling num-traits v0.2.19
31372026-08-13T18:55:00.801Z[ helios-setup] Aug 13 18:54:59.404 INFO E| Compiling equivalent v1.0.2
31382026-08-13T18:55:00.908Z[ helios-setup] Aug 13 18:54:59.516 INFO E| Compiling winnow v0.7.13
31392026-08-13T18:55:00.960Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31402026-08-13T18:55:01.119Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31412026-08-13T18:55:01.152Z[ helios-setup] Aug 13 18:54:59.759 INFO E| Compiling getrandom v0.2.16
31422026-08-13T18:55:01.235Z[ helios-setup] Aug 13 18:54:59.842 INFO E| Compiling utf8parse v0.2.2
31432026-08-13T18:55:01.345Z[ helios-setup] Aug 13 18:54:59.952 INFO E| Compiling anstyle-parse v0.2.7
31442026-08-13T18:55:01.356Z[ helios-setup] Aug 13 18:54:59.963 INFO E| Compiling indexmap v2.12.0
31452026-08-13T18:55:01.371Z[ helios-setup] Aug 13 18:54:59.978 INFO E| Compiling errno v0.3.14
31462026-08-13T18:55:01.400Z[ helios-setup] Aug 13 18:55:00.007 INFO E| Compiling find-msvc-tools v0.1.4
31472026-08-13T18:55:01.487Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31482026-08-13T18:55:01.593Z[ helios-setup] Aug 13 18:55:00.201 INFO E| Compiling rand_core v0.6.4
31492026-08-13T18:55:01.716Z[ helios-setup] Aug 13 18:55:00.323 INFO E| Compiling anstyle-query v1.1.4
31502026-08-13T18:55:01.735Z[ helios-setup] Aug 13 18:55:00.342 INFO E| Compiling colorchoice v1.0.4
31512026-08-13T18:55:01.773Z[ helios-setup] Aug 13 18:55:00.381 INFO E| Compiling syn v1.0.109
31522026-08-13T18:55:01.827Z[ helios-setup] Aug 13 18:55:00.435 INFO E| Compiling allocator-api2 v0.2.21
31532026-08-13T18:55:01.883Z[ host-package] Compiling headers-core v0.3.0
31542026-08-13T18:55:01.901Z[ helios-setup] Aug 13 18:55:00.506 INFO E| Compiling is_terminal_polyfill v1.70.2
31552026-08-13T18:55:02.059Z[ helios-setup] Aug 13 18:55:00.666 INFO E| Compiling radium v0.7.0
31562026-08-13T18:55:02.076Z[ helios-setup] Aug 13 18:55:00.684 INFO E| Compiling anstyle v1.0.13
31572026-08-13T18:55:02.293Z[ host-package] Compiling libxml v0.3.3
31582026-08-13T18:55:02.326Z[ helios-setup] Aug 13 18:55:00.932 INFO E| Compiling crypto-common v0.1.6
31592026-08-13T18:55:02.348Z[ helios-setup] Aug 13 18:55:00.951 INFO E| Compiling block-buffer v0.10.4
31602026-08-13T18:55:02.472Z[ helios-setup] Aug 13 18:55:01.079 INFO E| Compiling shlex v1.3.0
31612026-08-13T18:55:02.479Z[ helios-setup] Aug 13 18:55:01.086 INFO E| Compiling cpufeatures v0.2.17
31622026-08-13T18:55:02.514Z[ host-package] Compiling headers v0.4.1
31632026-08-13T18:55:02.520Z[ helios-setup] Aug 13 18:55:01.127 INFO E| Compiling toml_datetime v0.7.3
31642026-08-13T18:55:02.529Z[ helios-setup] Aug 13 18:55:01.136 INFO E| Compiling slog v2.8.2
31652026-08-13T18:55:02.574Z[ helios-setup] Aug 13 18:55:01.182 INFO E| Compiling digest v0.10.7
31662026-08-13T18:55:02.621Z[ helios-setup] Aug 13 18:55:01.229 INFO E| Compiling anstream v0.6.21
31672026-08-13T18:55:02.646Z[ helios-setup] Aug 13 18:55:01.253 INFO E| Compiling syn v2.0.108
31682026-08-13T18:55:02.766Z[ helios-setup] Aug 13 18:55:01.373 INFO E| Compiling cc v1.2.44
31692026-08-13T18:55:02.849Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31702026-08-13T18:55:02.869Z[ helios-setup] Aug 13 18:55:01.476 INFO E| Compiling pkg-config v0.3.32
31712026-08-13T18:55:02.887Z[ helios-setup] Aug 13 18:55:01.494 INFO E| Compiling parking_lot_core v0.9.12
31722026-08-13T18:55:03.151Z[ helios-setup] Aug 13 18:55:01.756 INFO E| Compiling sha2 v0.10.9
31732026-08-13T18:55:03.161Z[ helios-setup] Aug 13 18:55:01.769 INFO E| Compiling pin-project-lite v0.2.16
31742026-08-13T18:55:03.192Z[ helios-setup] Aug 13 18:55:01.800 INFO E| Compiling unicode-width v0.2.2
31752026-08-13T18:55:03.388Z[ host-package] Compiling strum_macros v0.24.3
31762026-08-13T18:55:03.486Z[ host-package] Compiling indoc v1.0.9
31772026-08-13T18:55:03.566Z[ helios-setup] Aug 13 18:55:02.100 INFO E| Compiling futures-core v0.3.31
31782026-08-13T18:55:03.566Z[ helios-setup] Aug 13 18:55:02.112 INFO E| Compiling futures-sink v0.3.31
31792026-08-13T18:55:03.566Z[ helios-setup] Aug 13 18:55:02.120 INFO E| Compiling maybe-uninit v2.0.0
31802026-08-13T18:55:03.566Z[ helios-setup] Aug 13 18:55:02.120 INFO E| Compiling tap v1.0.1
31812026-08-13T18:55:03.630Z[ helios-setup] Aug 13 18:55:02.236 INFO E| Compiling wyz v0.5.1
31822026-08-13T18:55:03.681Z[ helios-setup] Aug 13 18:55:02.289 INFO E| Compiling getopts v0.2.24
31832026-08-13T18:55:03.752Z[ helios-setup] Aug 13 18:55:02.359 INFO E| Compiling futures-channel v0.3.31
31842026-08-13T18:55:03.905Z[ helios-setup] Aug 13 18:55:02.513 INFO E| Compiling ahash v0.8.12
31852026-08-13T18:55:03.984Z[ helios-setup] Aug 13 18:55:02.591 INFO E| Compiling toml_parser v1.0.4
31862026-08-13T18:55:04.045Z[ helios-setup] Aug 13 18:55:02.652 INFO E| Compiling funty v2.0.0
31872026-08-13T18:55:04.099Z[ helios-setup] Aug 13 18:55:02.706 INFO E| Compiling slab v0.4.11
31882026-08-13T18:55:04.125Z[ helios-setup] Aug 13 18:55:02.732 INFO E| Compiling num-integer v0.1.46
31892026-08-13T18:55:04.221Z[ helios-setup] Aug 13 18:55:02.828 INFO E| Compiling getrandom v0.3.4
31902026-08-13T18:55:04.274Z[ helios-setup] Aug 13 18:55:02.881 INFO E| Compiling bitflags v2.10.0
31912026-08-13T18:55:04.432Z[ helios-setup] Aug 13 18:55:03.040 INFO E| Compiling num-bigint-dig v0.8.4
31922026-08-13T18:55:04.478Z[ helios-setup] Aug 13 18:55:03.086 INFO E| Compiling pin-utils v0.1.0
31932026-08-13T18:55:04.529Z[ helios-setup] Aug 13 18:55:03.137 INFO E| Compiling spin v0.9.8
31942026-08-13T18:55:04.536Z[ helios-setup] Aug 13 18:55:03.144 INFO E| Compiling futures-task v0.3.31
31952026-08-13T18:55:04.540Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31962026-08-13T18:55:04.592Z[ helios-setup] Aug 13 18:55:03.199 INFO E| Compiling powerfmt v0.2.0
31972026-08-13T18:55:04.769Z[ host-package] Compiling derive_builder v0.20.2
31982026-08-13T18:55:04.792Z[ helios-setup] Aug 13 18:55:03.400 INFO E| Compiling toml_edit v0.23.7
31992026-08-13T18:55:04.963Z[ helios-setup] Aug 13 18:55:03.571 INFO E| Compiling clap_lex v0.7.6
32002026-08-13T18:55:05.026Z[ helios-setup] Aug 13 18:55:03.633 INFO E| Compiling num-conv v0.1.0
32012026-08-13T18:55:05.033Z[ helios-setup] Aug 13 18:55:03.640 INFO E| Compiling heck v0.5.0
32022026-08-13T18:55:05.145Z[ host-package] Compiling quick-xml v0.37.5
32032026-08-13T18:55:05.167Z[ helios-setup] Aug 13 18:55:03.775 INFO E| Compiling itoa v1.0.15
32042026-08-13T18:55:05.209Z[ helios-setup] Aug 13 18:55:03.815 INFO E| Compiling time-core v0.1.6
32052026-08-13T18:55:05.238Z[ helios-setup] Aug 13 18:55:03.846 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
32062026-08-13T18:55:05.278Z[ host-package] Compiling oso-derive v0.27.3
32072026-08-13T18:55:05.308Z[ helios-setup] Aug 13 18:55:03.914 INFO E| Compiling scopeguard v1.2.0
32082026-08-13T18:55:05.401Z[ helios-setup] Aug 13 18:55:04.008 INFO E| Compiling strsim v0.11.1
32092026-08-13T18:55:05.429Z[ helios-setup] Aug 13 18:55:04.036 INFO E| Compiling bytes v1.10.1
32102026-08-13T18:55:05.436Z[ helios-setup] Aug 13 18:55:04.043 INFO E| Compiling thiserror v1.0.69
32112026-08-13T18:55:05.440Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
32122026-08-13T18:55:05.498Z[ helios-setup] Aug 13 18:55:04.105 INFO E| Compiling futures-io v0.3.31
32132026-08-13T18:55:05.515Z[ helios-setup] Aug 13 18:55:04.122 INFO E| Compiling packed_struct v0.10.1
32142026-08-13T18:55:05.521Z[ helios-setup] Aug 13 18:55:04.129 INFO E| Compiling lock_api v0.4.14
32152026-08-13T18:55:05.534Z[ helios-setup] Aug 13 18:55:04.141 INFO E| Compiling time-macros v0.2.24
32162026-08-13T18:55:05.632Z[ host-package] Compiling openssl-probe v0.1.6
32172026-08-13T18:55:05.672Z[ helios-setup] Aug 13 18:55:04.279 INFO E| Compiling terminal_size v0.4.3
32182026-08-13T18:55:05.813Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32192026-08-13T18:55:05.827Z[ helios-setup] Aug 13 18:55:04.434 INFO E| Compiling clap_builder v4.5.51
32202026-08-13T18:55:05.948Z[ helios-setup] Aug 13 18:55:04.553 INFO E| Compiling proc-macro-crate v3.4.0
32212026-08-13T18:55:05.957Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
32222026-08-13T18:55:06.007Z[ helios-setup] Aug 13 18:55:04.615 INFO E| Compiling bitvec v1.0.1
32232026-08-13T18:55:06.016Z[ helios-setup] Aug 13 18:55:04.624 INFO E| Compiling deranged v0.5.5
32242026-08-13T18:55:06.103Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32252026-08-13T18:55:06.140Z[ helios-setup] Aug 13 18:55:04.747 INFO E| Compiling num-iter v0.1.45
32262026-08-13T18:55:06.359Z[ helios-setup] Aug 13 18:55:04.964 INFO E| Compiling lazy_static v1.5.0
32272026-08-13T18:55:06.385Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32282026-08-13T18:55:06.507Z[ helios-setup] Aug 13 18:55:05.114 INFO E| Compiling indexmap v1.9.3
32292026-08-13T18:55:06.592Z[ helios-setup] Aug 13 18:55:05.199 INFO E| Compiling thiserror v2.0.17
32302026-08-13T18:55:06.664Z[ host-package] Compiling bb8 v0.8.6
32312026-08-13T18:55:06.690Z[ helios-setup] Aug 13 18:55:05.297 INFO E| Compiling adler2 v2.0.1
32322026-08-13T18:55:06.777Z[ helios-setup] Aug 13 18:55:05.385 INFO E| Compiling once_cell v1.21.3
32332026-08-13T18:55:06.832Z[ helios-setup] Aug 13 18:55:05.439 INFO E| Compiling crc-catalog v2.4.0
32342026-08-13T18:55:06.879Z[ host-package] Compiling trait-variant v0.1.2
32352026-08-13T18:55:06.992Z[ helios-setup] Aug 13 18:55:05.599 INFO E| Compiling simd-adler32 v0.3.7
32362026-08-13T18:55:07.034Z[ helios-setup] Aug 13 18:55:05.641 INFO E| Compiling nodrop v0.1.14
32372026-08-13T18:55:07.112Z[ helios-setup] Aug 13 18:55:05.717 INFO E| Compiling iana-time-zone v0.1.64
32382026-08-13T18:55:07.292Z[ helios-setup] Aug 13 18:55:05.899 INFO E| Compiling log v0.4.28
32392026-08-13T18:55:07.365Z[ helios-setup] Aug 13 18:55:05.973 INFO E| Compiling serde_json v1.0.145
32402026-08-13T18:55:07.426Z[ helios-setup] Aug 13 18:55:06.034 INFO E| Compiling chrono v0.4.42
32412026-08-13T18:55:07.501Z[ helios-setup] Aug 13 18:55:06.107 INFO E| Compiling miniz_oxide v0.8.9
32422026-08-13T18:55:07.548Z[ host-package] Compiling half v1.8.3
32432026-08-13T18:55:07.554Z[ helios-setup] Aug 13 18:55:06.156 INFO E| Compiling array-init v0.0.4
32442026-08-13T18:55:07.570Z[ helios-setup] Aug 13 18:55:06.176 INFO E| Compiling parking_lot v0.12.5
32452026-08-13T18:55:07.756Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32462026-08-13T18:55:07.800Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32472026-08-13T18:55:07.850Z[ helios-setup] Aug 13 18:55:06.457 INFO E| Compiling env_filter v0.1.4
32482026-08-13T18:55:07.970Z[ helios-setup] Aug 13 18:55:06.577 INFO E| Compiling crc v3.3.0
32492026-08-13T18:55:08.008Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32502026-08-13T18:55:08.169Z[ helios-setup] Aug 13 18:55:06.668 INFO E| Compiling smallvec v0.6.14
32512026-08-13T18:55:08.208Z[ helios-setup] Aug 13 18:55:06.815 INFO E| Compiling time v0.3.44
32522026-08-13T18:55:08.344Z[ helios-setup] Aug 13 18:55:06.951 INFO E| Compiling serde_spanned v1.0.3
32532026-08-13T18:55:08.596Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
32542026-08-13T18:55:08.631Z[ helios-setup] Aug 13 18:55:07.238 INFO E| Compiling signature v2.2.0
32552026-08-13T18:55:08.717Z[ helios-setup] Aug 13 18:55:07.324 INFO E| Compiling socket2 v0.6.1
32562026-08-13T18:55:08.733Z[ host-package] Compiling serde_cbor v0.11.2
32572026-08-13T18:55:08.981Z[ host-package] Compiling progenitor-impl v0.13.0
32582026-08-13T18:55:08.998Z[ helios-setup] Aug 13 18:55:07.605 INFO E| Compiling signal-hook-registry v1.4.6
32592026-08-13T18:55:09.207Z[ helios-setup] Aug 13 18:55:07.813 INFO E| Compiling mio v1.1.0
32602026-08-13T18:55:09.361Z[ helios-setup] Aug 13 18:55:07.969 INFO E| Compiling is-terminal v0.4.17
32612026-08-13T18:55:09.379Z[ helios-setup] Aug 13 18:55:07.987 INFO E| Compiling thread_local v1.1.9
32622026-08-13T18:55:09.414Z[ helios-setup] Aug 13 18:55:08.020 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
32632026-08-13T18:55:09.471Z[ helios-setup] Aug 13 18:55:08.079 INFO E| Compiling libdevinfo-sys v1.1.0
32642026-08-13T18:55:09.675Z[ helios-setup] Aug 13 18:55:08.283 INFO E| Compiling hashbrown v0.12.3
32652026-08-13T18:55:09.859Z[ helios-setup] Aug 13 18:55:08.467 INFO E| Compiling term v1.2.0
32662026-08-13T18:55:09.912Z[ helios-setup] Aug 13 18:55:08.519 INFO E| Compiling packed_struct_codegen v0.10.1
32672026-08-13T18:55:09.975Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
32682026-08-13T18:55:10.000Z[ helios-setup] Aug 13 18:55:08.607 INFO E| Compiling toml_writer v1.0.4
32692026-08-13T18:55:10.030Z[ helios-setup] Aug 13 18:55:08.637 INFO E| Compiling ryu v1.0.20
32702026-08-13T18:55:10.251Z[ helios-setup] Aug 13 18:55:08.859 INFO E| Compiling base64 v0.21.7
32712026-08-13T18:55:10.355Z[ helios-setup] Aug 13 18:55:08.963 INFO E| Compiling serde_derive v1.0.228
32722026-08-13T18:55:10.370Z[ host-package] Compiling nonempty v0.12.0
32732026-08-13T18:55:10.374Z[ helios-setup] Aug 13 18:55:08.980 INFO E| Compiling zerocopy-derive v0.8.27
32742026-08-13T18:55:10.510Z[ helios-setup] Aug 13 18:55:09.118 INFO E| Compiling der_derive v0.7.3
32752026-08-13T18:55:10.642Z[ helios-setup] Aug 13 18:55:09.249 INFO E| Compiling futures-macro v0.3.31
32762026-08-13T18:55:10.777Z[ helios-setup] Aug 13 18:55:09.384 INFO E| Compiling thiserror-impl v1.0.69
32772026-08-13T18:55:10.831Z[ helios-setup] Aug 13 18:55:09.438 INFO E| Compiling num_enum_derive v0.7.5
32782026-08-13T18:55:10.843Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32792026-08-13T18:55:10.889Z[ helios-setup] Aug 13 18:55:09.497 INFO E| Compiling bitfield-macros v0.19.3
32802026-08-13T18:55:10.920Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32812026-08-13T18:55:10.993Z[ helios-setup] Aug 13 18:55:09.595 INFO E| Compiling zerocopy-derive v0.6.6
32822026-08-13T18:55:11.085Z[ host-package] Compiling samael v0.0.19
32832026-08-13T18:55:11.111Z[ helios-setup] Aug 13 18:55:09.719 INFO E| Compiling clap_derive v4.5.49
32842026-08-13T18:55:11.686Z[ helios-setup] Aug 13 18:55:10.292 INFO E| Compiling thiserror-impl v2.0.17
32852026-08-13T18:55:11.814Z[ helios-setup] Aug 13 18:55:10.421 INFO E| Compiling tokio-macros v2.6.0
32862026-08-13T18:55:11.817Z[ host-package] Compiling progenitor-client v0.13.0
32872026-08-13T18:55:12.231Z[ host-package] Compiling fxhash v0.2.1
32882026-08-13T18:55:12.362Z[ helios-setup] Aug 13 18:55:10.969 INFO E| Compiling subtle v2.6.1
32892026-08-13T18:55:12.397Z[ helios-setup] Aug 13 18:55:11.004 INFO E| Compiling bitfield v0.19.3
32902026-08-13T18:55:12.604Z[ helios-setup] Aug 13 18:55:11.212 INFO E| Compiling futures-util v0.3.31
32912026-08-13T18:55:12.620Z[ helios-setup] Aug 13 18:55:11.228 INFO E| Compiling zerocopy v0.6.6
32922026-08-13T18:55:12.687Z[ helios-setup] Aug 13 18:55:11.294 INFO E| Compiling winnow v0.5.40
32932026-08-13T18:55:12.687Z[ helios-setup] Aug 13 18:55:11.294 INFO E| Compiling der v0.7.10
32942026-08-13T18:55:12.770Z[ host-package] Compiling libz-sys v1.1.24
32952026-08-13T18:55:12.784Z[ helios-setup] Aug 13 18:55:11.392 INFO E| Compiling num_enum v0.7.5
32962026-08-13T18:55:13.018Z[ helios-setup] Aug 13 18:55:11.626 INFO E| Compiling devinfo v0.1.0
32972026-08-13T18:55:13.183Z[ host-package] Compiling salty v0.3.0
32982026-08-13T18:55:13.205Z[ helios-setup] Aug 13 18:55:11.813 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32992026-08-13T18:55:13.213Z[ helios-setup] Aug 13 18:55:11.821 INFO E| Compiling toml v0.9.8
33002026-08-13T18:55:13.600Z[ helios-setup] Aug 13 18:55:12.207 INFO E| Compiling bzip2 v0.4.4
33012026-08-13T18:55:13.649Z[ helios-setup] Aug 13 18:55:12.244 INFO E| Compiling tokio v1.48.0
33022026-08-13T18:55:13.997Z[ helios-setup] Aug 13 18:55:12.604 INFO E| Compiling uuid v1.18.1
33032026-08-13T18:55:14.011Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33042026-08-13T18:55:14.052Z[ helios-setup] Aug 13 18:55:12.660 INFO E| Compiling flate2 v1.1.5
33052026-08-13T18:55:14.297Z[ helios-setup] Aug 13 18:55:12.905 INFO E| Compiling env_logger v0.11.8
33062026-08-13T18:55:14.344Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33072026-08-13T18:55:14.437Z[ host-package] Compiling kstat-rs v0.2.5
33082026-08-13T18:55:14.502Z[ helios-setup] Aug 13 18:55:13.109 INFO E| Compiling hex v0.4.3
33092026-08-13T18:55:14.657Z[ helios-setup] Aug 13 18:55:13.265 INFO E| Compiling bitflags v1.3.2
33102026-08-13T18:55:14.752Z[ helios-setup] Aug 13 18:55:13.359 INFO E| Compiling crc-any v2.5.0
33112026-08-13T18:55:14.771Z[ host-package] Compiling progenitor-macro v0.13.0
33122026-08-13T18:55:15.053Z[ helios-setup] Aug 13 18:55:13.661 INFO E| Compiling rustc-hash v2.1.1
33132026-08-13T18:55:15.245Z[ helios-setup] Aug 13 18:55:13.847 INFO E| Compiling foldhash v0.2.0
33142026-08-13T18:55:15.345Z[ helios-setup] Aug 13 18:55:13.952 INFO E| Compiling spki v0.7.3
33152026-08-13T18:55:15.442Z[ host-package] Compiling polar-core v0.27.3
33162026-08-13T18:55:15.497Z[ helios-setup] Aug 13 18:55:14.104 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33172026-08-13T18:55:15.596Z[ helios-setup] Aug 13 18:55:14.204 INFO E| Compiling clap v4.5.51
33182026-08-13T18:55:15.615Z[ helios-setup] Aug 13 18:55:14.222 INFO E| Compiling zip v0.6.6
33192026-08-13T18:55:15.698Z[ helios-setup] Aug 13 18:55:14.305 INFO E| Compiling iddqd v0.3.14
33202026-08-13T18:55:16.019Z[ helios-setup] Aug 13 18:55:14.627 INFO E| Compiling pkcs8 v0.10.2
33212026-08-13T18:55:16.109Z[ helios-setup] Aug 13 18:55:14.716 INFO E| Compiling x509-cert v0.2.5
33222026-08-13T18:55:16.238Z[ helios-setup] Aug 13 18:55:14.845 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33232026-08-13T18:55:16.494Z[ host-package] Compiling mime_guess v2.0.5
33242026-08-13T18:55:16.851Z[ helios-setup] Aug 13 18:55:15.459 INFO E| Compiling ppv-lite86 v0.2.21
33252026-08-13T18:55:17.023Z[ helios-setup] Aug 13 18:55:15.630 INFO E| Compiling pkcs1 v0.7.5
33262026-08-13T18:55:17.218Z[ helios-setup] Aug 13 18:55:15.826 INFO E| Compiling path-slash v0.1.5
33272026-08-13T18:55:17.448Z[ helios-setup] Aug 13 18:55:16.055 INFO E| Compiling rand_chacha v0.3.1
33282026-08-13T18:55:17.480Z[ helios-setup] Aug 13 18:55:16.088 INFO E| Compiling hashbrown v0.13.2
33292026-08-13T18:55:17.869Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33302026-08-13T18:55:18.156Z[ helios-setup] Aug 13 18:55:16.763 INFO E| Compiling erased-serde v0.3.31
33312026-08-13T18:55:18.168Z[ helios-setup] Aug 13 18:55:16.776 INFO E| Compiling rand v0.8.5
33322026-08-13T18:55:18.253Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33332026-08-13T18:55:18.366Z[ helios-setup] Aug 13 18:55:16.973 INFO E| Compiling toml_datetime v0.6.11
33342026-08-13T18:55:18.906Z[ helios-setup] Aug 13 18:55:17.513 INFO E| Compiling futures-executor v0.3.31
33352026-08-13T18:55:19.145Z[ helios-setup] Aug 13 18:55:17.752 INFO E| Compiling serde_spanned v0.6.9
33362026-08-13T18:55:19.504Z[ helios-setup] Aug 13 18:55:18.110 INFO E| Compiling toml_edit v0.19.15
33372026-08-13T18:55:19.529Z[ helios-setup] Aug 13 18:55:18.136 INFO E| Compiling futures v0.3.31
33382026-08-13T18:55:19.539Z[ helios-setup] Aug 13 18:55:18.145 INFO E| Compiling ron v0.8.1
33392026-08-13T18:55:19.606Z[ helios-setup] Aug 13 18:55:18.213 INFO E| Compiling serde-hex v0.1.0
33402026-08-13T18:55:19.636Z[ helios-setup] Aug 13 18:55:18.243 INFO E| Compiling object v0.30.4
33412026-08-13T18:55:19.942Z[ helios-setup] Aug 13 18:55:18.550 INFO E| Compiling slog-term v2.9.2
33422026-08-13T18:55:20.285Z[ helios-setup] Aug 13 18:55:18.892 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
33432026-08-13T18:55:20.346Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33442026-08-13T18:55:21.241Z[ host-package] Compiling rfc6979 v0.4.0
33452026-08-13T18:55:21.633Z[ helios-setup] Aug 13 18:55:20.240 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33462026-08-13T18:55:21.670Z[ host-package] Compiling nanorand v0.7.0
33472026-08-13T18:55:22.020Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
33482026-08-13T18:55:22.298Z[ host-package] Compiling parking_lot_core v0.8.6
33492026-08-13T18:55:22.323Z[ helios-setup] Aug 13 18:55:20.930 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33502026-08-13T18:55:22.357Z[ helios-setup] Aug 13 18:55:20.964 INFO E| Compiling rsa v0.9.8
33512026-08-13T18:55:22.434Z[ host-package] Compiling flume v0.11.1
33522026-08-13T18:55:23.003Z[ helios-setup] Aug 13 18:55:21.610 INFO E| Compiling toml v0.7.8
33532026-08-13T18:55:23.451Z[ host-package] Compiling ecdsa v0.16.9
33542026-08-13T18:55:23.569Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33552026-08-13T18:55:23.939Z[ host-package] Compiling progenitor v0.13.0
33562026-08-13T18:55:24.008Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33572026-08-13T18:55:24.131Z[ helios-setup] Aug 13 18:55:22.738 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33582026-08-13T18:55:24.226Z[ host-package] Compiling primeorder v0.13.6
33592026-08-13T18:55:24.332Z[ helios-setup] Aug 13 18:55:22.939 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
33602026-08-13T18:55:24.824Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33612026-08-13T18:55:25.097Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33622026-08-13T18:55:25.244Z[ host-package] Compiling git-stub v1.0.0
33632026-08-13T18:55:25.893Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33642026-08-13T18:55:26.733Z[ host-package] Compiling strsim v0.10.0
33652026-08-13T18:55:26.752Z[ host-package] Compiling instability v0.3.11
33662026-08-13T18:55:27.419Z[ host-package] Compiling http-range v0.1.5
33672026-08-13T18:55:27.751Z[ host-package] Compiling darling_core v0.13.4
33682026-08-13T18:55:28.238Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33692026-08-13T18:55:30.291Z[ host-package] Compiling git-stub-vcs v0.1.0
33702026-08-13T18:55:30.355Z[ host-package] Compiling p384 v0.13.1
33712026-08-13T18:55:31.126Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33722026-08-13T18:55:31.246Z[ helios-setup] Aug 13 18:55:29.851 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33732026-08-13T18:55:31.412Z[ host-package] Compiling ignore v0.4.25
33742026-08-13T18:55:31.461Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33752026-08-13T18:55:32.816Z[ helios-setup] Aug 13 18:55:31.381 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
33762026-08-13T18:55:33.174Z[ host-package] Compiling castaway v0.2.4
33772026-08-13T18:55:33.488Z[ host-package] Compiling oso v0.27.3
33782026-08-13T18:55:33.844Z[ host-package] Compiling vergen-git2 v9.1.0
33792026-08-13T18:55:36.079Z[ host-package] Compiling diesel-dtrace v0.5.0
33802026-08-13T18:55:36.473Z[ host-package] Compiling async-bb8-diesel v0.2.1
33812026-08-13T18:55:36.713Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33822026-08-13T18:55:36.995Z[ host-package] Compiling indoc v2.0.7
33832026-08-13T18:55:37.333Z[ host-package] Compiling compact_str v0.8.1
33842026-08-13T18:55:37.377Z[ helios-setup] Aug 13 18:55:35.984 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33852026-08-13T18:55:37.868Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33862026-08-13T18:55:38.491Z[ host-package] Compiling globwalk v0.9.1
33872026-08-13T18:55:38.668Z[ host-package] Compiling parking_lot v0.11.2
33882026-08-13T18:55:39.076Z[ host-package] Compiling hyper-staticfile v0.10.1
33892026-08-13T18:55:39.114Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33902026-08-13T18:55:39.201Z[ host-package] Compiling darling_macro v0.13.4
33912026-08-13T18:55:39.674Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33922026-08-13T18:55:39.706Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33932026-08-13T18:55:39.761Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33942026-08-13T18:55:39.868Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33952026-08-13T18:55:40.430Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33962026-08-13T18:55:40.545Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33972026-08-13T18:55:40.600Z[ host-package] Compiling predicates-tree v1.0.13
33982026-08-13T18:55:40.760Z[ host-package] Compiling unicode-truncate v1.1.0
33992026-08-13T18:55:41.015Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34002026-08-13T18:55:41.134Z[ host-package] Compiling lru v0.12.5
34012026-08-13T18:55:41.481Z[ host-package] Compiling prefix-trie v0.7.0
34022026-08-13T18:55:41.505Z[ host-package] Compiling rand_seeder v0.4.0
34032026-08-13T18:55:41.850Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34042026-08-13T18:55:41.892Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
34052026-08-13T18:55:41.896Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
34062026-08-13T18:55:42.278Z[ host-package] Compiling cassowary v0.3.0
34072026-08-13T18:55:42.390Z[ host-package] Compiling corncobs v0.1.4
34082026-08-13T18:55:42.546Z[ host-package] Compiling hickory-server v0.25.2
34092026-08-13T18:55:42.576Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34102026-08-13T18:55:42.771Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34112026-08-13T18:55:42.936Z[ host-package] Compiling camino-tempfile-ext v0.3.3
34122026-08-13T18:55:42.939Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34132026-08-13T18:55:43.105Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34142026-08-13T18:55:43.483Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34152026-08-13T18:55:43.755Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34162026-08-13T18:55:43.848Z[ host-package] Compiling ratatui v0.29.0
34172026-08-13T18:55:44.132Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34182026-08-13T18:55:44.579Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34192026-08-13T18:55:44.607Z[ host-package] Compiling darling v0.13.4
34202026-08-13T18:55:46.036Z[ host-package] Compiling sled v0.34.7
34212026-08-13T18:55:48.816Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34222026-08-13T18:55:48.982Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34232026-08-13T18:55:49.320Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34242026-08-13T18:55:49.547Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34252026-08-13T18:55:50.083Z[ helios-setup] Aug 13 18:55:48.690 INFO E| Finished `release` profile [optimized] target(s) in 53.37s
34262026-08-13T18:55:50.087Z[ helios-setup] Aug 13 18:55:48.693 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
34272026-08-13T18:55:50.087Z[ helios-setup] Aug 13 18:55:48.693 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34282026-08-13T18:55:50.139Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34292026-08-13T18:55:50.151Z[ helios-setup] Aug 13 18:55:48.759 INFO building project "pilot" ok (53 seconds)
34302026-08-13T18:55:50.151Z[ helios-setup] Aug 13 18:55:48.759 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
34312026-08-13T18:55:50.162Z[ helios-setup] Aug 13 18:55:48.769 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
34322026-08-13T18:55:50.162Z[ helios-setup] Aug 13 18:55:48.769 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
34332026-08-13T18:55:50.162Z[ helios-setup] Aug 13 18:55:48.769 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
34342026-08-13T18:55:50.278Z[ helios-setup] Aug 13 18:55:48.885 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
34352026-08-13T18:55:50.424Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34362026-08-13T18:55:50.459Z[ host-package] Compiling secrecy v0.8.0
34372026-08-13T18:55:50.649Z[ helios-setup] Aug 13 18:55:49.256 INFO E| From https://github.com/jclulow/rust-jmclib
34382026-08-13T18:55:50.649Z[ helios-setup] Aug 13 18:55:49.256 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
34392026-08-13T18:55:50.661Z[ helios-setup] Aug 13 18:55:49.268 INFO E| Updating crates.io index
34402026-08-13T18:55:50.687Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34412026-08-13T18:55:50.713Z[ helios-setup] Aug 13 18:55:49.320 INFO E| Downloading crates ...
34422026-08-13T18:55:50.755Z[ helios-setup] Aug 13 18:55:49.362 INFO E| Downloaded md-5 v0.9.1
34432026-08-13T18:55:50.768Z[ helios-setup] Aug 13 18:55:49.375 INFO E| Downloaded uuid v0.8.2
34442026-08-13T18:55:50.772Z[ helios-setup] Aug 13 18:55:49.380 INFO E| Downloaded block-buffer v0.9.0
34452026-08-13T18:55:50.776Z[ helios-setup] Aug 13 18:55:49.383 INFO E| Downloaded serde v1.0.193
34462026-08-13T18:55:50.784Z[ helios-setup] Aug 13 18:55:49.391 INFO E| Downloaded sha-1 v0.9.8
34472026-08-13T18:55:50.787Z[ helios-setup] Aug 13 18:55:49.394 INFO E| Downloaded cpufeatures v0.2.9
34482026-08-13T18:55:50.790Z[ helios-setup] Aug 13 18:55:49.395 INFO E| Downloaded fastrand v2.0.0
34492026-08-13T18:55:50.790Z[ helios-setup] Aug 13 18:55:49.396 INFO E| Downloaded errno v0.3.1
34502026-08-13T18:55:50.790Z[ helios-setup] Aug 13 18:55:49.397 INFO E| Downloaded itoa v1.0.9
34512026-08-13T18:55:50.790Z[ helios-setup] Aug 13 18:55:49.398 INFO E| Downloaded opaque-debug v0.3.0
34522026-08-13T18:55:50.797Z[ helios-setup] Aug 13 18:55:49.404 INFO E| Downloaded digest v0.9.0
34532026-08-13T18:55:50.800Z[ helios-setup] Aug 13 18:55:49.406 INFO E| Downloaded libdevinfo-sys v1.0.0
34542026-08-13T18:55:50.809Z[ helios-setup] Aug 13 18:55:49.416 INFO E| Downloaded unicode-width v0.1.10
34552026-08-13T18:55:50.812Z[ helios-setup] Aug 13 18:55:49.419 INFO E| Downloaded anyhow v1.0.72
34562026-08-13T18:55:50.818Z[ helios-setup] Aug 13 18:55:49.424 INFO E| Downloaded glob v0.3.1
34572026-08-13T18:55:50.821Z[ helios-setup] Aug 13 18:55:49.428 INFO E| Downloaded quote v1.0.31
34582026-08-13T18:55:50.826Z[ helios-setup] Aug 13 18:55:49.434 INFO E| Downloaded tempfile v3.7.0
34592026-08-13T18:55:50.830Z[ helios-setup] Aug 13 18:55:49.435 INFO E| Downloaded getrandom v0.2.10
34602026-08-13T18:55:50.833Z[ helios-setup] Aug 13 18:55:49.437 INFO E| Downloaded once_cell v1.18.0
34612026-08-13T18:55:50.836Z[ helios-setup] Aug 13 18:55:49.441 INFO E| Downloaded proc-macro2 v1.0.66
34622026-08-13T18:55:50.836Z[ helios-setup] Aug 13 18:55:49.441 INFO E| Downloaded walkdir v2.3.3
34632026-08-13T18:55:50.836Z[ helios-setup] Aug 13 18:55:49.442 INFO E| Downloaded bitflags v2.3.3
34642026-08-13T18:55:50.840Z[ helios-setup] Aug 13 18:55:49.444 INFO E| Downloaded typenum v1.16.0
34652026-08-13T18:55:50.840Z[ helios-setup] Aug 13 18:55:49.446 INFO E| Downloaded serde_derive v1.0.193
34662026-08-13T18:55:50.843Z[ helios-setup] Aug 13 18:55:49.447 INFO E| Downloaded unicode-ident v1.0.11
34672026-08-13T18:55:50.846Z[ helios-setup] Aug 13 18:55:49.449 INFO E| Downloaded ryu v1.0.15
34682026-08-13T18:55:50.846Z[ helios-setup] Aug 13 18:55:49.451 INFO E| Downloaded toml v0.5.11
34692026-08-13T18:55:50.871Z[ helios-setup] Aug 13 18:55:49.478 INFO E| Downloaded serde_json v1.0.103
34702026-08-13T18:55:50.875Z[ helios-setup] Aug 13 18:55:49.483 INFO E| Downloaded syn v2.0.32
34712026-08-13T18:55:50.905Z[ helios-setup] Aug 13 18:55:49.512 INFO E| Downloaded rustix v0.38.4
34722026-08-13T18:55:50.930Z[ helios-setup] Aug 13 18:55:49.537 INFO E| Downloaded libc v0.2.147
34732026-08-13T18:55:50.997Z[ helios-setup] Aug 13 18:55:49.604 INFO E| Compiling libc v0.2.147
34742026-08-13T18:55:50.997Z[ helios-setup] Aug 13 18:55:49.604 INFO E| Compiling proc-macro2 v1.0.66
34752026-08-13T18:55:50.997Z[ helios-setup] Aug 13 18:55:49.604 INFO E| Compiling cfg-if v1.0.0
34762026-08-13T18:55:51.001Z[ helios-setup] Aug 13 18:55:49.604 INFO E| Compiling unicode-ident v1.0.11
34772026-08-13T18:55:51.001Z[ helios-setup] Aug 13 18:55:49.605 INFO E| Compiling typenum v1.16.0
34782026-08-13T18:55:51.001Z[ helios-setup] Aug 13 18:55:49.605 INFO E| Compiling version_check v0.9.4
34792026-08-13T18:55:51.001Z[ helios-setup] Aug 13 18:55:49.605 INFO E| Compiling serde v1.0.193
34802026-08-13T18:55:51.001Z[ helios-setup] Aug 13 18:55:49.605 INFO E| Compiling time-core v0.1.2
34812026-08-13T18:55:51.001Z[ helios-setup] Aug 13 18:55:49.605 INFO E| Compiling num-conv v0.1.0
34822026-08-13T18:55:51.001Z[ helios-setup] Aug 13 18:55:49.605 INFO E| Compiling itoa v1.0.9
34832026-08-13T18:55:51.002Z[ helios-setup] Aug 13 18:55:49.605 INFO E| Compiling rustix v0.38.4
34842026-08-13T18:55:51.002Z[ helios-setup] Aug 13 18:55:49.605 INFO E| Compiling slog v2.7.0
34852026-08-13T18:55:51.002Z[ helios-setup] Aug 13 18:55:49.605 INFO E| Compiling powerfmt v0.2.0
34862026-08-13T18:55:51.002Z[ helios-setup] Aug 13 18:55:49.605 INFO E| Compiling num_threads v0.1.6
34872026-08-13T18:55:51.002Z[ helios-setup] Aug 13 18:55:49.605 INFO E| Compiling bitflags v2.3.3
34882026-08-13T18:55:51.002Z[ helios-setup] Aug 13 18:55:49.605 INFO E| Compiling once_cell v1.18.0
34892026-08-13T18:55:51.005Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34902026-08-13T18:55:51.567Z[ helios-setup] Aug 13 18:55:50.174 INFO E| Compiling anyhow v1.0.72
34912026-08-13T18:55:51.585Z[ helios-setup] Aug 13 18:55:50.192 INFO E| Compiling serde_json v1.0.103
34922026-08-13T18:55:51.727Z[ helios-setup] Aug 13 18:55:50.333 INFO E| Compiling opaque-debug v0.3.0
34932026-08-13T18:55:51.812Z[ helios-setup] Aug 13 18:55:50.419 INFO E| Compiling deranged v0.3.11
34942026-08-13T18:55:51.849Z[ helios-setup] Aug 13 18:55:50.456 INFO E| Compiling time-macros v0.2.18
34952026-08-13T18:55:51.933Z[ helios-setup] Aug 13 18:55:50.540 INFO E| Compiling fastrand v2.0.0
34962026-08-13T18:55:52.013Z[ helios-setup] Aug 13 18:55:50.620 INFO E| Compiling thread_local v1.1.7
34972026-08-13T18:55:52.056Z[ helios-setup] Aug 13 18:55:50.663 INFO E| Compiling generic-array v0.14.7
34982026-08-13T18:55:52.062Z[ helios-setup] Aug 13 18:55:50.669 INFO E| Compiling unicode-width v0.1.10
34992026-08-13T18:55:52.158Z[ helios-setup] Aug 13 18:55:50.765 INFO E| Compiling cpufeatures v0.2.9
35002026-08-13T18:55:52.191Z[ helios-setup] Aug 13 18:55:50.798 INFO E| Compiling ryu v1.0.15
35012026-08-13T18:55:52.258Z[ helios-setup] Aug 13 18:55:50.864 INFO E| Compiling same-file v1.0.6
35022026-08-13T18:55:52.303Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35032026-08-13T18:55:52.312Z[ helios-setup] Aug 13 18:55:50.919 INFO E| Compiling getopts v0.2.21
35042026-08-13T18:55:52.423Z[ helios-setup] Aug 13 18:55:51.030 INFO E| Compiling libdevinfo-sys v1.0.0
35052026-08-13T18:55:52.488Z[ helios-setup] Aug 13 18:55:51.096 INFO E| Compiling walkdir v2.3.3
35062026-08-13T18:55:52.594Z[ helios-setup] Aug 13 18:55:51.201 INFO E| Compiling glob v0.3.1
35072026-08-13T18:55:52.728Z[ helios-setup] Aug 13 18:55:51.335 INFO E| Compiling quote v1.0.31
35082026-08-13T18:55:52.927Z[ helios-setup] Aug 13 18:55:51.535 INFO E| Compiling dirs-sys-next v0.1.2
35092026-08-13T18:55:52.932Z[ helios-setup] Aug 13 18:55:51.540 INFO E| Compiling errno v0.3.1
35102026-08-13T18:55:52.972Z[ helios-setup] Aug 13 18:55:51.579 INFO E| Compiling atty v0.2.14
35112026-08-13T18:55:52.972Z[ helios-setup] Aug 13 18:55:51.579 INFO E| Compiling getrandom v0.2.10
35122026-08-13T18:55:52.993Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35132026-08-13T18:55:53.187Z[ helios-setup] Aug 13 18:55:51.794 INFO E| Compiling syn v2.0.32
35142026-08-13T18:55:53.318Z[ helios-setup] Aug 13 18:55:51.925 INFO E| Compiling dirs-next v2.0.0
35152026-08-13T18:55:53.473Z[ helios-setup] Aug 13 18:55:52.080 INFO E| Compiling term v0.7.0
35162026-08-13T18:55:53.601Z[ helios-setup] Aug 13 18:55:52.203 INFO E| Compiling block-buffer v0.9.0
35172026-08-13T18:55:53.601Z[ helios-setup] Aug 13 18:55:52.203 INFO E| Compiling digest v0.9.0
35182026-08-13T18:55:53.814Z[ helios-setup] Aug 13 18:55:52.421 INFO E| Compiling md-5 v0.9.1
35192026-08-13T18:55:53.814Z[ helios-setup] Aug 13 18:55:52.421 INFO E| Compiling sha-1 v0.9.8
35202026-08-13T18:55:53.896Z[ host-package] Compiling serde_with_macros v1.5.2
35212026-08-13T18:55:53.962Z[ helios-setup] Aug 13 18:55:52.569 INFO E| Compiling time v0.3.36
35222026-08-13T18:55:54.002Z[ helios-setup] Aug 13 18:55:52.609 INFO E| Compiling tempfile v3.7.0
35232026-08-13T18:55:54.676Z[ host-package] Compiling git2 v0.20.4
35242026-08-13T18:55:54.794Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35252026-08-13T18:55:55.128Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35262026-08-13T18:55:55.234Z[ helios-setup] Aug 13 18:55:53.840 INFO E| Compiling slog-term v2.9.0
35272026-08-13T18:55:55.718Z[ helios-setup] Aug 13 18:55:54.324 INFO E| Compiling serde_derive v1.0.193
35282026-08-13T18:55:55.893Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35292026-08-13T18:55:56.037Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35302026-08-13T18:55:56.262Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35312026-08-13T18:55:56.338Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35322026-08-13T18:55:56.530Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35332026-08-13T18:55:56.686Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35342026-08-13T18:55:56.971Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35352026-08-13T18:55:57.024Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35362026-08-13T18:55:57.093Z[ host-package] Compiling arc-swap v1.8.2
35372026-08-13T18:55:57.169Z[ host-package] Compiling void v1.0.2
35382026-08-13T18:55:57.349Z[ host-package] Compiling lzss v0.8.2
35392026-08-13T18:55:57.424Z[ host-package] Compiling slog-scope v4.4.1
35402026-08-13T18:55:57.815Z[ host-package] Compiling illumos-nvpair v0.3.0
35412026-08-13T18:55:57.953Z[ host-package] Compiling serde_with v1.14.0
35422026-08-13T18:55:58.170Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35432026-08-13T18:55:58.369Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35442026-08-13T18:55:58.621Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35452026-08-13T18:55:58.647Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35462026-08-13T18:55:59.457Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35472026-08-13T18:55:59.961Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35482026-08-13T18:56:00.362Z[ helios-setup] Aug 13 18:55:58.969 INFO E| Compiling toml v0.5.11
35492026-08-13T18:56:00.362Z[ helios-setup] Aug 13 18:55:58.969 INFO E| Compiling uuid v0.8.2
35502026-08-13T18:56:00.863Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35512026-08-13T18:56:01.240Z[ helios-setup] Aug 13 18:55:59.847 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
35522026-08-13T18:56:01.849Z[ helios-setup] Aug 13 18:56:00.456 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
35532026-08-13T18:56:02.321Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35542026-08-13T18:56:03.265Z[ host-package] Compiling scuffle v0.1.0
35552026-08-13T18:56:05.684Z[ host-package] Compiling tungstenite v0.23.0
35562026-08-13T18:56:05.766Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35572026-08-13T18:56:06.265Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35582026-08-13T18:56:06.523Z[ helios-setup] Aug 13 18:56:05.130 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.34s
35592026-08-13T18:56:06.549Z[ helios-setup] Aug 13 18:56:05.156 INFO building project "image-builder" ok (16 seconds)
35602026-08-13T18:56:06.549Z[ helios-setup] Aug 13 18:56:05.156 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
35612026-08-13T18:56:06.558Z[ helios-setup] Aug 13 18:56:05.165 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
35622026-08-13T18:56:06.559Z[ helios-setup] Aug 13 18:56:05.165 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
35632026-08-13T18:56:06.562Z[ helios-setup] Aug 13 18:56:05.165 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
35642026-08-13T18:56:06.681Z[ helios-setup] Aug 13 18:56:05.287 INFO E| Blocking waiting for file lock on package cache
35652026-08-13T18:56:06.986Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35662026-08-13T18:56:07.237Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35672026-08-13T18:56:07.489Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35682026-08-13T18:56:07.863Z[ host-package] Compiling nix v0.27.1
35692026-08-13T18:56:08.021Z[ host-package] Compiling twox-hash v2.1.2
35702026-08-13T18:56:08.087Z[ host-package] Compiling libsw-core v0.3.2
35712026-08-13T18:56:08.281Z[ host-package] Compiling serde_bytes v0.11.19
35722026-08-13T18:56:08.362Z[ host-package] Compiling atty v0.2.14
35732026-08-13T18:56:08.568Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35742026-08-13T18:56:08.599Z[ host-package] Compiling libsw v3.5.0
35752026-08-13T18:56:08.691Z[ host-package] Compiling tokio-tungstenite v0.23.1
35762026-08-13T18:56:08.718Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35772026-08-13T18:56:08.891Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35782026-08-13T18:56:09.130Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35792026-08-13T18:56:09.171Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35802026-08-13T18:56:11.710Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35812026-08-13T18:56:11.894Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35822026-08-13T18:56:12.215Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35832026-08-13T18:56:12.244Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35842026-08-13T18:56:12.939Z[ host-package] Compiling slog-stdlog v4.1.1
35852026-08-13T18:56:13.022Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35862026-08-13T18:56:13.049Z[ helios-setup] Aug 13 18:56:11.656 INFO E| Downloading crates ...
35872026-08-13T18:56:13.100Z[ helios-setup] Aug 13 18:56:11.705 INFO E| Downloaded block-buffer v0.10.3
35882026-08-13T18:56:13.108Z[ helios-setup] Aug 13 18:56:11.715 INFO E| Downloaded miniz_oxide v0.6.2
35892026-08-13T18:56:13.111Z[ helios-setup] Aug 13 18:56:11.717 INFO E| Downloaded digest v0.10.3
35902026-08-13T18:56:13.114Z[ helios-setup] Aug 13 18:56:11.719 INFO E| Downloaded cpufeatures v0.2.5
35912026-08-13T18:56:13.117Z[ helios-setup] Aug 13 18:56:11.722 INFO E| Downloaded generic-array v0.14.6
35922026-08-13T18:56:13.125Z[ helios-setup] Aug 13 18:56:11.732 INFO E| Downloaded flate2 v1.0.25
35932026-08-13T18:56:13.128Z[ helios-setup] Aug 13 18:56:11.735 INFO E| Downloaded sha2 v0.10.5
35942026-08-13T18:56:13.131Z[ helios-setup] Aug 13 18:56:11.737 INFO E| Downloaded typenum v1.15.0
35952026-08-13T18:56:13.132Z[ helios-setup] Aug 13 18:56:11.738 INFO E| Downloaded anyhow v1.0.62
35962026-08-13T18:56:13.135Z[ helios-setup] Aug 13 18:56:11.741 INFO E| Downloaded bytes v1.2.1
35972026-08-13T18:56:13.139Z[ helios-setup] Aug 13 18:56:11.743 INFO E| Blocking waiting for file lock on package cache
35982026-08-13T18:56:13.241Z[ helios-setup] Aug 13 18:56:11.848 INFO E| Compiling version_check v0.9.4
35992026-08-13T18:56:13.241Z[ helios-setup] Aug 13 18:56:11.848 INFO E| Compiling typenum v1.15.0
36002026-08-13T18:56:13.244Z[ helios-setup] Aug 13 18:56:11.848 INFO E| Compiling crc32fast v1.3.2
36012026-08-13T18:56:13.244Z[ helios-setup] Aug 13 18:56:11.848 INFO E| Compiling cfg-if v1.0.0
36022026-08-13T18:56:13.244Z[ helios-setup] Aug 13 18:56:11.848 INFO E| Compiling anyhow v1.0.62
36032026-08-13T18:56:13.244Z[ helios-setup] Aug 13 18:56:11.848 INFO E| Compiling adler v1.0.2
36042026-08-13T18:56:13.244Z[ helios-setup] Aug 13 18:56:11.848 INFO E| Compiling cpufeatures v0.2.5
36052026-08-13T18:56:13.245Z[ helios-setup] Aug 13 18:56:11.848 INFO E| Compiling unicode-width v0.1.10
36062026-08-13T18:56:13.249Z[ helios-setup] Aug 13 18:56:11.856 INFO E| Compiling bitflags v1.3.2
36072026-08-13T18:56:13.249Z[ helios-setup] Aug 13 18:56:11.856 INFO E| Compiling bytes v1.2.1
36082026-08-13T18:56:13.259Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36092026-08-13T18:56:13.375Z[ helios-setup] Aug 13 18:56:11.982 INFO E| Compiling miniz_oxide v0.6.2
36102026-08-13T18:56:13.392Z[ helios-setup] Aug 13 18:56:11.999 INFO E| Compiling getopts v0.2.21
36112026-08-13T18:56:13.495Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36122026-08-13T18:56:13.590Z[ helios-setup] Aug 13 18:56:12.197 INFO E| Compiling generic-array v0.14.6
36132026-08-13T18:56:13.980Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36142026-08-13T18:56:14.178Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36152026-08-13T18:56:14.188Z[ helios-setup] Aug 13 18:56:12.795 INFO E| Compiling flate2 v1.0.25
36162026-08-13T18:56:15.723Z[ helios-setup] Aug 13 18:56:14.330 INFO E| Compiling crypto-common v0.1.6
36172026-08-13T18:56:15.723Z[ helios-setup] Aug 13 18:56:14.330 INFO E| Compiling block-buffer v0.10.3
36182026-08-13T18:56:15.866Z[ helios-setup] Aug 13 18:56:14.473 INFO E| Compiling digest v0.10.3
36192026-08-13T18:56:16.085Z[ helios-setup] Aug 13 18:56:14.691 INFO E| Compiling sha2 v0.10.5
36202026-08-13T18:56:16.382Z[ helios-setup] Aug 13 18:56:14.989 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
36212026-08-13T18:56:17.596Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36222026-08-13T18:56:18.174Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36232026-08-13T18:56:19.144Z[ helios-setup] Aug 13 18:56:17.750 INFO E| Finished `release` profile [optimized] target(s) in 12.57s
36242026-08-13T18:56:19.160Z[ helios-setup] Aug 13 18:56:17.767 INFO building project "bootserver" ok (12 seconds)
36252026-08-13T18:56:19.160Z[ helios-setup] Aug 13 18:56:17.767 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
36262026-08-13T18:56:19.202Z[ helios-setup] Aug 13 18:56:17.808 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')"
36272026-08-13T18:56:19.202Z[ helios-setup] Aug 13 18:56:17.809 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
36282026-08-13T18:56:19.202Z[ helios-setup] Aug 13 18:56:17.809 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
36292026-08-13T18:56:19.358Z[ helios-setup] Aug 13 18:56:17.965 INFO E| Blocking waiting for file lock on package cache
36302026-08-13T18:56:19.473Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
36312026-08-13T18:56:19.773Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
36322026-08-13T18:56:19.915Z[ helios-setup] Aug 13 18:56:18.522 INFO E| Updating crates.io index
36332026-08-13T18:56:19.919Z[ helios-setup] Aug 13 18:56:18.523 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
36342026-08-13T18:56:20.150Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36352026-08-13T18:56:20.235Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36362026-08-13T18:56:20.413Z[ helios-setup] Aug 13 18:56:19.004 INFO E| From https://github.com/oxidecomputer/amd-apcb
36372026-08-13T18:56:20.413Z[ helios-setup] Aug 13 18:56:19.004 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
36382026-08-13T18:56:20.418Z[ helios-setup] Aug 13 18:56:19.022 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
36392026-08-13T18:56:20.809Z[ helios-setup] Aug 13 18:56:19.416 INFO E| From https://github.com/oxidecomputer/amd-efs
36402026-08-13T18:56:20.809Z[ helios-setup] Aug 13 18:56:19.416 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
36412026-08-13T18:56:20.945Z[ helios-setup] Aug 13 18:56:19.552 INFO E| Downloading crates ...
36422026-08-13T18:56:21.001Z[ helios-setup] Aug 13 18:56:19.607 INFO E| Downloaded log v0.4.27
36432026-08-13T18:56:21.004Z[ helios-setup] Aug 13 18:56:19.609 INFO E| Downloaded unic-char-range v0.9.0
36442026-08-13T18:56:21.004Z[ helios-setup] Aug 13 18:56:19.610 INFO E| Downloaded strum v0.27.1
36452026-08-13T18:56:21.004Z[ helios-setup] Aug 13 18:56:19.611 INFO E| Downloaded heck v0.3.3
36462026-08-13T18:56:21.007Z[ helios-setup] Aug 13 18:56:19.612 INFO E| Downloaded unic-common v0.9.0
36472026-08-13T18:56:21.011Z[ helios-setup] Aug 13 18:56:19.615 INFO E| Downloaded strsim v0.8.0
36482026-08-13T18:56:21.011Z[ helios-setup] Aug 13 18:56:19.616 INFO E| Downloaded unic-char-property v0.9.0
36492026-08-13T18:56:21.011Z[ helios-setup] Aug 13 18:56:19.618 INFO E| Downloaded four-cc v0.4.0
36502026-08-13T18:56:21.014Z[ helios-setup] Aug 13 18:56:19.619 INFO E| Downloaded unic-ucd-version v0.9.0
36512026-08-13T18:56:21.020Z[ helios-setup] Aug 13 18:56:19.627 INFO E| Downloaded parse_int v0.9.0
36522026-08-13T18:56:21.024Z[ helios-setup] Aug 13 18:56:19.628 INFO E| Downloaded unic-ucd-ident v0.9.0
36532026-08-13T18:56:21.030Z[ helios-setup] Aug 13 18:56:19.637 INFO E| Downloaded vec_map v0.8.2
36542026-08-13T18:56:21.033Z[ helios-setup] Aug 13 18:56:19.640 INFO E| Downloaded dyn-clone v1.0.19
36552026-08-13T18:56:21.037Z[ helios-setup] Aug 13 18:56:19.642 INFO E| Downloaded modular-bitfield-impl v0.11.2
36562026-08-13T18:56:21.037Z[ helios-setup] Aug 13 18:56:19.643 INFO E| Downloaded structopt-derive v0.4.18
36572026-08-13T18:56:21.037Z[ helios-setup] Aug 13 18:56:19.644 INFO E| Downloaded textwrap v0.11.0
36582026-08-13T18:56:21.040Z[ helios-setup] Aug 13 18:56:19.646 INFO E| Downloaded strum_macros v0.27.1
36592026-08-13T18:56:21.043Z[ helios-setup] Aug 13 18:56:19.650 INFO E| Downloaded modular-bitfield-impl v0.13.1
36602026-08-13T18:56:21.043Z[ helios-setup] Aug 13 18:56:19.651 INFO E| Downloaded pest_generator v2.8.0
36612026-08-13T18:56:21.048Z[ helios-setup] Aug 13 18:56:19.655 INFO E| Downloaded ansi_term v0.12.1
36622026-08-13T18:56:21.052Z[ helios-setup] Aug 13 18:56:19.657 INFO E| Downloaded bytesize v2.0.1
36632026-08-13T18:56:21.052Z[ helios-setup] Aug 13 18:56:19.658 INFO E| Downloaded fletcher v1.0.0
36642026-08-13T18:56:21.075Z[ helios-setup] Aug 13 18:56:19.682 INFO E| Downloaded pest_meta v2.8.0
36652026-08-13T18:56:21.078Z[ helios-setup] Aug 13 18:56:19.684 INFO E| Downloaded rustversion v1.0.20
36662026-08-13T18:56:21.078Z[ helios-setup] Aug 13 18:56:19.686 INFO E| Downloaded modular-bitfield v0.11.2
36672026-08-13T18:56:21.087Z[ helios-setup] Aug 13 18:56:19.694 INFO E| Downloaded pest_derive v2.8.0
36682026-08-13T18:56:21.090Z[ helios-setup] Aug 13 18:56:19.696 INFO E| Downloaded modular-bitfield v0.13.1
36692026-08-13T18:56:21.095Z[ helios-setup] Aug 13 18:56:19.702 INFO E| Downloaded structopt v0.3.26
36702026-08-13T18:56:21.101Z[ helios-setup] Aug 13 18:56:19.709 INFO E| Downloaded zerocopy-derive v0.8.25
36712026-08-13T18:56:21.107Z[ helios-setup] Aug 13 18:56:19.714 INFO E| Downloaded typenum v1.18.0
36722026-08-13T18:56:21.110Z[ helios-setup] Aug 13 18:56:19.716 INFO E| Downloaded pest v2.8.0
36732026-08-13T18:56:21.113Z[ helios-setup] Aug 13 18:56:19.719 INFO E| Downloaded goblin v0.9.3
36742026-08-13T18:56:21.116Z[ helios-setup] Aug 13 18:56:19.723 INFO E| Downloaded clap v2.34.0
36752026-08-13T18:56:21.121Z[ helios-setup] Aug 13 18:56:19.728 INFO E| Downloaded zerocopy v0.8.25
36762026-08-13T18:56:21.243Z[ helios-setup] Aug 13 18:56:19.850 INFO E| Compiling proc-macro2 v1.0.95
36772026-08-13T18:56:21.244Z[ helios-setup] Aug 13 18:56:19.850 INFO E| Compiling unicode-ident v1.0.18
36782026-08-13T18:56:21.244Z[ helios-setup] Aug 13 18:56:19.850 INFO E| Compiling memchr v2.7.4
36792026-08-13T18:56:21.247Z[ helios-setup] Aug 13 18:56:19.850 INFO E| Compiling thiserror v2.0.12
36802026-08-13T18:56:21.247Z[ helios-setup] Aug 13 18:56:19.850 INFO E| Compiling autocfg v1.4.0
36812026-08-13T18:56:21.247Z[ helios-setup] Aug 13 18:56:19.850 INFO E| Compiling syn v1.0.109
36822026-08-13T18:56:21.247Z[ helios-setup] Aug 13 18:56:19.850 INFO E| Compiling serde v1.0.219
36832026-08-13T18:56:21.247Z[ helios-setup] Aug 13 18:56:19.851 INFO E| Compiling version_check v0.9.5
36842026-08-13T18:56:21.247Z[ helios-setup] Aug 13 18:56:19.851 INFO E| Compiling serde_json v1.0.140
36852026-08-13T18:56:21.247Z[ helios-setup] Aug 13 18:56:19.851 INFO E| Compiling ryu v1.0.20
36862026-08-13T18:56:21.248Z[ helios-setup] Aug 13 18:56:19.851 INFO E| Compiling schemars v0.8.22
36872026-08-13T18:56:21.248Z[ helios-setup] Aug 13 18:56:19.851 INFO E| Compiling itoa v1.0.15
36882026-08-13T18:56:21.248Z[ helios-setup] Aug 13 18:56:19.851 INFO E| Compiling paste v1.0.15
36892026-08-13T18:56:21.248Z[ helios-setup] Aug 13 18:56:19.851 INFO E| Compiling libc v0.2.172
36902026-08-13T18:56:21.248Z[ helios-setup] Aug 13 18:56:19.851 INFO E| Compiling zerocopy v0.8.25
36912026-08-13T18:56:21.248Z[ helios-setup] Aug 13 18:56:19.851 INFO E| Compiling static_assertions v1.1.0
36922026-08-13T18:56:21.625Z[ helios-setup] Aug 13 18:56:20.232 INFO E| Compiling rustversion v1.0.20
36932026-08-13T18:56:21.843Z[ helios-setup] Aug 13 18:56:20.449 INFO E| Compiling ucd-trie v0.1.7
36942026-08-13T18:56:21.942Z[ helios-setup] Aug 13 18:56:20.540 INFO E| Compiling dyn-clone v1.0.19
36952026-08-13T18:56:22.050Z[ helios-setup] Aug 13 18:56:20.657 INFO E| Compiling proc-macro-error-attr v1.0.4
36962026-08-13T18:56:22.243Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36972026-08-13T18:56:22.289Z[ helios-setup] Aug 13 18:56:20.896 INFO E| Compiling proc-macro-error v1.0.4
36982026-08-13T18:56:22.319Z[ helios-setup] Aug 13 18:56:20.925 INFO E| Compiling once_cell v1.21.3
36992026-08-13T18:56:22.508Z[ helios-setup] Aug 13 18:56:21.115 INFO E| Compiling num-traits v0.2.19
37002026-08-13T18:56:22.529Z[ helios-setup] Aug 13 18:56:21.136 INFO E| Compiling memoffset v0.9.1
37012026-08-13T18:56:22.632Z[ helios-setup] Aug 13 18:56:21.239 INFO E| Compiling unicode-segmentation v1.12.0
37022026-08-13T18:56:22.674Z[ helios-setup] Aug 13 18:56:21.281 INFO E| Compiling heck v0.5.0
37032026-08-13T18:56:22.827Z[ helios-setup] Aug 13 18:56:21.434 INFO E| Compiling unicode-width v0.1.14
37042026-08-13T18:56:22.953Z[ helios-setup] Aug 13 18:56:21.560 INFO E| Compiling bitflags v1.3.2
37052026-08-13T18:56:22.991Z[ helios-setup] Aug 13 18:56:21.598 INFO E| Compiling vec_map v0.8.2
37062026-08-13T18:56:23.014Z[ helios-setup] Aug 13 18:56:21.621 INFO E| Compiling strum v0.27.1
37072026-08-13T18:56:23.014Z[ helios-setup] Aug 13 18:56:21.621 INFO E| Compiling byteorder v1.5.0
37082026-08-13T18:56:23.058Z[ helios-setup] Aug 13 18:56:21.665 INFO E| Compiling strsim v0.8.0
37092026-08-13T18:56:23.093Z[ helios-setup] Aug 13 18:56:21.700 INFO E| Compiling fletcher v1.0.0
37102026-08-13T18:56:23.137Z[ helios-setup] Aug 13 18:56:21.744 INFO E| Compiling unic-common v0.9.0
37112026-08-13T18:56:23.150Z[ helios-setup] Aug 13 18:56:21.757 INFO E| Compiling ansi_term v0.12.1
37122026-08-13T18:56:23.337Z[ helios-setup] Aug 13 18:56:21.944 INFO E| Compiling atty v0.2.14
37132026-08-13T18:56:23.343Z[ helios-setup] Aug 13 18:56:21.950 INFO E| Compiling unic-char-range v0.9.0
37142026-08-13T18:56:23.349Z[ helios-setup] Aug 13 18:56:21.956 INFO E| Compiling unic-ucd-version v0.9.0
37152026-08-13T18:56:23.349Z[ helios-setup] Aug 13 18:56:21.956 INFO E| Compiling lazy_static v1.5.0
37162026-08-13T18:56:23.377Z[ helios-setup] Aug 13 18:56:21.984 INFO E| Compiling plain v0.2.3
37172026-08-13T18:56:23.466Z[ helios-setup] Aug 13 18:56:22.072 INFO E| Compiling heck v0.3.3
37182026-08-13T18:56:23.466Z[ helios-setup] Aug 13 18:56:22.072 INFO E| Compiling textwrap v0.11.0
37192026-08-13T18:56:23.524Z[ helios-setup] Aug 13 18:56:22.128 INFO E| Compiling unic-char-property v0.9.0
37202026-08-13T18:56:23.541Z[ helios-setup] Aug 13 18:56:22.147 INFO E| Compiling log v0.4.27
37212026-08-13T18:56:23.541Z[ helios-setup] Aug 13 18:56:22.148 INFO E| Compiling bytesize v2.0.1
37222026-08-13T18:56:23.762Z[ helios-setup] Aug 13 18:56:22.369 INFO E| Compiling quote v1.0.40
37232026-08-13T18:56:23.770Z[ helios-setup] Aug 13 18:56:22.377 INFO E| Compiling clap v2.34.0
37242026-08-13T18:56:23.810Z[ helios-setup] Aug 13 18:56:22.417 INFO E| Compiling unic-ucd-ident v0.9.0
37252026-08-13T18:56:24.041Z[ helios-setup] Aug 13 18:56:22.648 INFO E| Compiling syn v2.0.101
37262026-08-13T18:56:24.383Z[ helios-setup] Aug 13 18:56:22.990 INFO E| Compiling parse_int v0.9.0
37272026-08-13T18:56:24.448Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37282026-08-13T18:56:25.198Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37292026-08-13T18:56:25.382Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37302026-08-13T18:56:25.854Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37312026-08-13T18:56:27.148Z[ host-package] Compiling signal-hook-tokio v0.3.1
37322026-08-13T18:56:27.337Z[ host-package] Compiling fatfs v0.3.6
37332026-08-13T18:56:27.383Z[ helios-setup] Aug 13 18:56:25.988 INFO E| Compiling serde_derive_internals v0.29.1
37342026-08-13T18:56:27.412Z[ host-package] Compiling yasna v0.5.2
37352026-08-13T18:56:27.878Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37362026-08-13T18:56:28.200Z[ helios-setup] Aug 13 18:56:26.807 INFO E| Compiling modular-bitfield-impl v0.11.2
37372026-08-13T18:56:28.200Z[ helios-setup] Aug 13 18:56:26.807 INFO E| Compiling structopt-derive v0.4.18
37382026-08-13T18:56:28.551Z[ helios-setup] Aug 13 18:56:27.157 INFO E| Compiling thiserror-impl v2.0.12
37392026-08-13T18:56:28.551Z[ helios-setup] Aug 13 18:56:27.157 INFO E| Compiling serde_derive v1.0.219
37402026-08-13T18:56:28.551Z[ helios-setup] Aug 13 18:56:27.157 INFO E| Compiling zerocopy-derive v0.8.25
37412026-08-13T18:56:28.555Z[ helios-setup] Aug 13 18:56:27.157 INFO E| Compiling modular-bitfield-impl v0.13.1
37422026-08-13T18:56:28.555Z[ helios-setup] Aug 13 18:56:27.157 INFO E| Compiling num-derive v0.4.2
37432026-08-13T18:56:28.555Z[ helios-setup] Aug 13 18:56:27.157 INFO E| Compiling strum_macros v0.27.1
37442026-08-13T18:56:28.555Z[ helios-setup] Aug 13 18:56:27.157 INFO E| Compiling scroll_derive v0.12.1
37452026-08-13T18:56:28.601Z[ helios-setup] Aug 13 18:56:27.208 INFO E| Compiling schemars_derive v0.8.22
37462026-08-13T18:56:29.528Z[ host-package] Compiling assert_matches v1.5.0
37472026-08-13T18:56:29.899Z[ host-package] Compiling is_ci v1.2.0
37482026-08-13T18:56:30.002Z[ host-package] Compiling seq-macro v0.3.6
37492026-08-13T18:56:30.072Z[ host-package] Compiling rcgen v0.12.1
37502026-08-13T18:56:30.103Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37512026-08-13T18:56:30.349Z[ host-package] Compiling supports-color v3.0.2
37522026-08-13T18:56:30.381Z[ helios-setup] Aug 13 18:56:28.984 INFO E| Compiling structopt v0.3.26
37532026-08-13T18:56:30.404Z[ helios-setup] Aug 13 18:56:29.011 INFO E| Compiling scroll v0.12.0
37542026-08-13T18:56:30.552Z[ helios-setup] Aug 13 18:56:29.159 INFO E| Compiling modular-bitfield v0.11.2
37552026-08-13T18:56:30.649Z[ helios-setup] Aug 13 18:56:29.255 INFO E| Compiling pest v2.8.0
37562026-08-13T18:56:30.826Z[ helios-setup] Aug 13 18:56:29.433 INFO E| Compiling goblin v0.9.3
37572026-08-13T18:56:31.047Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37582026-08-13T18:56:31.207Z[ helios-setup] Aug 13 18:56:29.813 INFO E| Compiling modular-bitfield v0.13.1
37592026-08-13T18:56:31.477Z[ host-package] Compiling slog-envlogger v2.2.0
37602026-08-13T18:56:32.677Z[ helios-setup] Aug 13 18:56:31.283 INFO E| Compiling pest_meta v2.8.0
37612026-08-13T18:56:33.288Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37622026-08-13T18:56:33.549Z[ helios-setup] Aug 13 18:56:32.156 INFO E| Compiling pest_generator v2.8.0
37632026-08-13T18:56:33.977Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37642026-08-13T18:56:34.575Z[ helios-setup] Aug 13 18:56:33.182 INFO E| Compiling pest_derive v2.8.0
37652026-08-13T18:56:34.852Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37662026-08-13T18:56:35.232Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37672026-08-13T18:56:35.617Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37682026-08-13T18:56:35.937Z[ helios-setup] Aug 13 18:56:34.543 INFO E| Compiling json5 v0.4.1
37692026-08-13T18:56:35.959Z[ host-package] Compiling port-file v0.1.0
37702026-08-13T18:56:36.518Z[ host-package] Compiling rtoolbox v0.0.3
37712026-08-13T18:56:36.614Z[ host-package] Compiling subprocess v0.2.15
37722026-08-13T18:56:36.876Z[ host-package] Compiling rpassword v7.5.4
37732026-08-13T18:56:36.977Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37742026-08-13T18:56:37.379Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37752026-08-13T18:56:37.894Z[ helios-setup] Aug 13 18:56:36.501 INFO E| Compiling four-cc v0.4.0
37762026-08-13T18:56:37.894Z[ helios-setup] Aug 13 18:56:36.501 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
37772026-08-13T18:56:38.037Z[ helios-setup] Aug 13 18:56:36.643 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
37782026-08-13T18:56:39.066Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37792026-08-13T18:56:39.338Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37802026-08-13T18:56:39.387Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37812026-08-13T18:56:41.897Z[ host-package] Compiling tui-tree-widget v0.23.1
37822026-08-13T18:56:42.221Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37832026-08-13T18:56:42.907Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37842026-08-13T18:56:43.336Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37852026-08-13T18:56:44.073Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37862026-08-13T18:56:45.777Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37872026-08-13T18:56:46.154Z[ host-package] Compiling uzers v0.12.2
37882026-08-13T18:56:47.919Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37892026-08-13T18:56:47.983Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37902026-08-13T18:56:48.260Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37912026-08-13T18:56:49.350Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37922026-08-13T18:56:49.573Z[ host-package] Compiling support-bundle-viewer v0.1.2
37932026-08-13T18:56:49.745Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37942026-08-13T18:56:51.833Z[ host-package] Compiling multimap v0.10.1
37952026-08-13T18:56:53.987Z[ helios-setup] Aug 13 18:56:52.593 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
37962026-08-13T18:56:57.905Z[ helios-setup] Aug 13 18:56:56.512 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
37972026-08-13T18:56:59.910Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37982026-08-13T18:57:02.908Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37992026-08-13T18:57:10.933Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38002026-08-13T18:57:11.186Z[ helios-setup] Aug 13 18:57:09.792 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.93s
38012026-08-13T18:57:11.233Z[ helios-setup] Aug 13 18:57:09.840 INFO building project "amd-host-image-builder" ok (52 seconds)
38022026-08-13T18:57:11.238Z[ helios-setup] rm -f helios-build
38032026-08-13T18:57:11.238Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38042026-08-13T18:57:11.241Z[ helios-setup]
38052026-08-13T18:57:11.241Z[ helios-setup] Setup complete! ./helios-build is now available.
38062026-08-13T18:57:11.245Z[ helios-setup]
38072026-08-13T18:57:11.245Z[ helios-setup]
38082026-08-13T18:57:11.245Z[ helios-setup] real 3:30.302915429
38092026-08-13T18:57:11.245Z[ helios-setup] user 7:50.627423943
38102026-08-13T18:57:11.245Z[ helios-setup] sys 1:25.752159998
38112026-08-13T18:57:11.245Z[ helios-setup] trap 0.580361277
38122026-08-13T18:57:11.245Z[ helios-setup] tflt 3.075674309
38132026-08-13T18:57:11.245Z[ helios-setup] dflt 9.273915094
38142026-08-13T18:57:11.245Z[ helios-setup] kflt 0.001250557
38152026-08-13T18:57:11.245Z[ helios-setup] lock 1:04:45.125831600
38162026-08-13T18:57:11.245Z[ helios-setup] slp 42:07.711901954
38172026-08-13T18:57:11.245Z[ helios-setup] lat 8:00.507187554
38182026-08-13T18:57:11.245Z[ helios-setup] stop 1:37.970363797
38192026-08-13T18:57:11.245ZAug 13 18:57:09.851 INFO [helios-setup] process exited with exit status: 0 (210.306327549s)
38202026-08-13T18:57:11.245ZAug 13 18:57:09.851 INFO [helios-record] running task
38212026-08-13T18:57:11.249ZAug 13 18:57:09.852 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38222026-08-13T18:57:11.252ZAug 13 18:57:09.856 DEBG process exited with exit status: 0 (4.65582ms)
38232026-08-13T18:57:11.252ZAug 13 18:57:09.856 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38242026-08-13T18:57:11.255ZAug 13 18:57:09.860 DEBG process exited with exit status: 0 (4.10783ms)
38252026-08-13T18:57:11.255ZAug 13 18:57:09.860 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38262026-08-13T18:57:11.258ZAug 13 18:57:09.864 DEBG process exited with exit status: 0 (3.66184ms)
38272026-08-13T18:57:11.258ZAug 13 18:57:09.864 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38282026-08-13T18:57:11.264ZAug 13 18:57:09.870 DEBG process exited with exit status: 0 (6.41522ms)
38292026-08-13T18:57:11.264ZAug 13 18:57:09.870 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38302026-08-13T18:57:11.268ZAug 13 18:57:09.874 DEBG process exited with exit status: 0 (3.65154ms)
38312026-08-13T18:57:11.268ZAug 13 18:57:09.874 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38322026-08-13T18:57:11.271ZAug 13 18:57:09.878 DEBG process exited with exit status: 0 (3.46704ms)
38332026-08-13T18:57:11.272ZAug 13 18:57:09.878 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38342026-08-13T18:57:11.275ZAug 13 18:57:09.882 DEBG process exited with exit status: 0 (4.39931ms)
38352026-08-13T18:57:11.275ZAug 13 18:57:09.882 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38362026-08-13T18:57:11.279ZAug 13 18:57:09.886 DEBG process exited with exit status: 0 (3.54013ms)
38372026-08-13T18:57:11.279ZAug 13 18:57:09.886 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38382026-08-13T18:57:11.288ZAug 13 18:57:09.891 DEBG process exited with exit status: 0 (5.55821ms)
38392026-08-13T18:57:11.292ZAug 13 18:57:09.891 INFO [helios-record] task succeeded (40.18479ms)
38402026-08-13T18:57:11.332Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38412026-08-13T18:57:18.001Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38422026-08-13T19:05:38.785Z[ host-package] Finished `release` profile [optimized] target(s) in 11m 16s
38432026-08-13T19:06:32.400ZAug 13 19:06:31.003 INFO [host-package] process exited with exit status: 0 (730.473180229s)
38442026-08-13T19:06:32.400ZAug 13 19:06:31.003 INFO [host-libraries] running task
38452026-08-13T19:06:32.400ZAug 13 19:06:31.003 INFO [host-stamp] running task
38462026-08-13T19:06:32.405ZAug 13 19:06:31.006 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+git30df0f21bcb
38472026-08-13T19:06:32.405ZAug 13 19:06:31.006 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+git30df0f21bcb
38482026-08-13T19:06:32.405ZAug 13 19:06:31.006 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+git30df0f21bcb
38492026-08-13T19:06:32.405ZAug 13 19:06:31.007 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+git30df0f21bcb
38502026-08-13T19:06:32.409ZAug 13 19:06:31.007 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+git30df0f21bcb
38512026-08-13T19:06:32.409ZAug 13 19:06:31.007 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+git30df0f21bcb
38522026-08-13T19:06:32.409ZAug 13 19:06:31.007 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+git30df0f21bcb
38532026-08-13T19:06:32.409ZAug 13 19:06:31.008 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+git30df0f21bcb
38542026-08-13T19:06:32.413Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38552026-08-13T19:06:32.413Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38562026-08-13T19:06:32.413Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38572026-08-13T19:06:32.413Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38582026-08-13T19:06:32.417Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38592026-08-13T19:06:32.417Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38602026-08-13T19:06:32.417Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38612026-08-13T19:06:32.417Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38622026-08-13T19:06:32.417Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38632026-08-13T19:06:32.420ZAug 13 19:06:31.020 INFO [stamp-overlay] process exited with exit status: 0 (14.37051ms)
38642026-08-13T19:06:32.425Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38652026-08-13T19:06:32.429ZAug 13 19:06:31.032 INFO [stamp-oxlog] process exited with exit status: 0 (24.19313ms)
38662026-08-13T19:06:32.470Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38672026-08-13T19:06:32.474ZAug 13 19:06:31.076 INFO [stamp-crucible-utils] process exited with exit status: 0 (69.27675ms)
38682026-08-13T19:06:32.493Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38692026-08-13T19:06:32.497ZAug 13 19:06:31.099 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (91.78375ms)
38702026-08-13T19:06:32.631Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38712026-08-13T19:06:32.636ZAug 13 19:06:31.235 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (228.31744ms)
38722026-08-13T19:06:32.975Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38732026-08-13T19:06:32.978ZAug 13 19:06:31.581 INFO [stamp-propolis-server] process exited with exit status: 0 (574.889999ms)
38742026-08-13T19:06:33.035Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38752026-08-13T19:06:33.039ZAug 13 19:06:31.640 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (633.486139ms)
38762026-08-13T19:06:34.143ZAug 13 19:06:32.745 INFO [host-libraries] task succeeded (1.742507307s)
38772026-08-13T19:06:34.146ZAug 13 19:06:32.746 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38782026-08-13T19:06:34.150Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38792026-08-13T19:06:35.108Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38802026-08-13T19:06:35.963Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38812026-08-13T19:06:39.590Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38822026-08-13T19:06:39.594ZAug 13 19:06:38.195 INFO [stamp-switch-asic] process exited with exit status: 0 (7.188655256s)
38832026-08-13T19:06:39.594ZAug 13 19:06:38.195 INFO [host-stamp] task succeeded (7.192580806s)
38842026-08-13T19:06:39.594ZAug 13 19:06:38.195 INFO [host-proto] running task
38852026-08-13T19:06:40.090ZAug 13 19:06:38.692 INFO [host-proto] task succeeded (496.625819ms)
38862026-08-13T19:06:40.090ZAug 13 19:06:38.692 INFO [host-profile] running task
38872026-08-13T19:06:40.094ZAug 13 19:06:38.692 INFO [host-profile] task succeeded (340.2µs)
38882026-08-13T19:06:40.094ZAug 13 19:06:38.693 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.41.504' -P /tmp/.tmpnxszw3/proto/host/root -N 'ci 30df0f2/${os_short_commit} 2026-08-13 18:53' -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/'
38892026-08-13T19:06:40.098Z[ host-image] Aug 13 19:06:38.699 INFO Checking files for board 'cosmo'
38902026-08-13T19:06:40.098Z[ host-image] Aug 13 19:06:38.699 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38912026-08-13T19:06:40.098Z[ host-image] Aug 13 19:06:38.699 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38922026-08-13T19:06:40.098Z[ host-image] Aug 13 19:06:38.699 INFO Checking files for board 'cosmo-mbist'
38932026-08-13T19:06:40.098Z[ host-image] Aug 13 19:06:38.699 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38942026-08-13T19:06:40.098Z[ host-image] Aug 13 19:06:38.699 INFO Checking files for board 'gimlet'
38952026-08-13T19:06:40.098Z[ host-image] Aug 13 19:06:38.699 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38962026-08-13T19:06:40.098Z[ host-image] Aug 13 19:06:38.699 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38972026-08-13T19:06:40.098Z[ host-image] Aug 13 19:06:38.699 INFO Checking files for board 'cosmo-mbist-noaggr'
38982026-08-13T19:06:40.098Z[ host-image] Aug 13 19:06:38.699 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38992026-08-13T19:06:40.107Z[ host-image] Aug 13 19:06:38.709 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpnxszw3/proto/host/root"
39002026-08-13T19:06:40.107Z[ host-image] Aug 13 19:06:38.709 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39012026-08-13T19:06:40.111Z[ host-image] Aug 13 19:06:38.709 INFO image builder template: ramdisk-01-os...
39022026-08-13T19:06:40.111Z[ host-image] Aug 13 19:06:38.709 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/.tmpnxszw3/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39032026-08-13T19:06:40.119Z[ host-image] Aug 13 19:06:38.722 INFO O| Aug 13 19:06:38.722 INFO CREATE DATASET: rpool/images/build/host/output
39042026-08-13T19:06:41.988Z[ host-image] Aug 13 19:06:40.591 INFO O| Aug 13 19:06:40.591 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39052026-08-13T19:06:41.992Z[ host-image] Aug 13 19:06:40.594 INFO O| Aug 13 19:06:40.594 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39062026-08-13T19:06:42.140Z[ host-image] Aug 13 19:06:40.742 INFO O| Aug 13 19:06:40.742 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39072026-08-13T19:06:42.181Z[ host-image] Aug 13 19:06:40.783 INFO O| Aug 13 19:06:40.783 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39082026-08-13T19:06:42.181Z[ host-image] Aug 13 19:06:40.783 INFO O| Aug 13 19:06:40.783 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39092026-08-13T19:06:42.185Z[ host-image] Aug 13 19:06:40.784 INFO O| Aug 13 19:06:40.784 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39102026-08-13T19:06:42.185Z[ host-image] Aug 13 19:06:40.784 INFO O| Aug 13 19:06:40.784 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39112026-08-13T19:06:42.188Z[ host-image] Aug 13 19:06:40.789 INFO O| Aug 13 19:06:40.789 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39122026-08-13T19:06:42.320Z[ host-image] Aug 13 19:06:40.922 INFO O| Aug 13 19:06:40.922 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39132026-08-13T19:06:42.327Z[ host-image] Aug 13 19:06:40.930 INFO O| Aug 13 19:06:40.930 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39142026-08-13T19:06:42.602Z[ host-image] Aug 13 19:06:41.204 INFO O| Aug 13 19:06:41.204 INFO O| Caching catalogs ... Done
39152026-08-13T19:06:42.665Z[ host-image] Aug 13 19:06:41.268 INFO O| Aug 13 19:06:41.268 INFO STEP 0 (pkg_image_create) COMPLETE
39162026-08-13T19:06:42.665Z[ host-image] Aug 13 19:06:41.268 INFO O| Aug 13 19:06:41.268 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39172026-08-13T19:06:42.672Z[ host-image] Aug 13 19:06:41.275 INFO O| Aug 13 19:06:41.275 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"]
39182026-08-13T19:06:42.916Z[ host-image] Aug 13 19:06:41.518 INFO O| Aug 13 19:06:41.518 INFO STEP 1 (pkg_set_publisher) COMPLETE
39192026-08-13T19:06:42.919Z[ host-image] Aug 13 19:06:41.518 INFO O| Aug 13 19:06:41.518 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39202026-08-13T19:06:42.919Z[ host-image] Aug 13 19:06:41.518 INFO O| Aug 13 19:06:41.518 INFO skip step because feature "publisher_1_name" is not enabled
39212026-08-13T19:06:42.919Z[ host-image] Aug 13 19:06:41.518 INFO O| Aug 13 19:06:41.518 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39222026-08-13T19:06:42.919Z[ host-image] Aug 13 19:06:41.518 INFO O| Aug 13 19:06:41.518 INFO skip step because feature "publisher_2_name" is not enabled
39232026-08-13T19:06:42.919Z[ host-image] Aug 13 19:06:41.518 INFO O| Aug 13 19:06:41.518 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39242026-08-13T19:06:42.919Z[ host-image] Aug 13 19:06:41.518 INFO O| Aug 13 19:06:41.518 INFO skip step because feature "publisher_3_name" is not enabled
39252026-08-13T19:06:42.919Z[ host-image] Aug 13 19:06:41.518 INFO O| Aug 13 19:06:41.518 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39262026-08-13T19:06:43.155Z[ host-image] Aug 13 19:06:41.757 INFO O| Aug 13 19:06:41.757 INFO variant opensolaris.zone is already global
39272026-08-13T19:06:43.155Z[ host-image] Aug 13 19:06:41.757 INFO O| Aug 13 19:06:41.757 INFO STEP 5 (pkg_change_variant) COMPLETE
39282026-08-13T19:06:43.159Z[ host-image] Aug 13 19:06:41.757 INFO O| Aug 13 19:06:41.757 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39292026-08-13T19:06:43.473Z[ host-image] Aug 13 19:06:42.076 INFO O| Aug 13 19:06:42.076 INFO variant opensolaris.imagetype is full; changing to partial
39302026-08-13T19:06:43.473Z[ host-image] Aug 13 19:06:42.076 INFO O| Aug 13 19:06:42.076 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39312026-08-13T19:06:45.063Z[ host-image] Aug 13 19:06:43.665 INFO O| Aug 13 19:06:43.665 INFO O| Startup: Refreshing catalog 'helios' ... Done
39322026-08-13T19:06:45.413Z[ host-image] Aug 13 19:06:44.015 INFO O| Aug 13 19:06:44.015 INFO O| Startup: Caching catalogs ... Done
39332026-08-13T19:06:45.425Z[ host-image] Aug 13 19:06:44.027 INFO O| Aug 13 19:06:44.027 INFO O| Planning: Planning completed in 0.00 seconds
39342026-08-13T19:06:45.428Z[ host-image] Aug 13 19:06:44.027 INFO O| Aug 13 19:06:44.027 INFO O| Planning: Consolidating action changes ... Done
39352026-08-13T19:06:45.428Z[ host-image] Aug 13 19:06:44.027 INFO O| Aug 13 19:06:44.027 INFO O| Planning: Evaluating mediators ... Done
39362026-08-13T19:06:45.428Z[ host-image] Aug 13 19:06:44.027 INFO O| Aug 13 19:06:44.027 INFO O| Planning: Planning completed in 0.00 seconds
39372026-08-13T19:06:45.428Z[ host-image] Aug 13 19:06:44.028 INFO O| Aug 13 19:06:44.028 INFO O| Variants/Facets to change: 1
39382026-08-13T19:06:45.434Z[ host-image] Aug 13 19:06:44.036 INFO O| Aug 13 19:06:44.036 INFO O| Finalize: Updating package state database ... Done
39392026-08-13T19:06:45.434Z[ host-image] Aug 13 19:06:44.036 INFO O| Aug 13 19:06:44.036 INFO O| Finalize: Updating package cache ... Done
39402026-08-13T19:06:45.494Z[ host-image] Aug 13 19:06:44.096 INFO O| Aug 13 19:06:44.096 INFO O| Finalize: Updating image state ... Done
39412026-08-13T19:06:45.502Z[ host-image] Aug 13 19:06:44.104 INFO O| Aug 13 19:06:44.104 INFO O| Finalize: Creating fast lookup database ... Done
39422026-08-13T19:06:45.505Z[ host-image] Aug 13 19:06:44.105 INFO O| Aug 13 19:06:44.105 INFO O| Finalize: Reading search index ... Done
39432026-08-13T19:06:45.505Z[ host-image] Aug 13 19:06:44.105 INFO O| Aug 13 19:06:44.105 INFO O| Finalize: Updating search index ... Done
39442026-08-13T19:06:45.505Z[ host-image] Aug 13 19:06:44.106 INFO O| Aug 13 19:06:44.106 INFO O| Finalize: Updating package cache ... Done
39452026-08-13T19:06:45.665Z[ host-image] Aug 13 19:06:44.267 INFO O| Aug 13 19:06:44.267 INFO STEP 6 (pkg_change_variant) COMPLETE
39462026-08-13T19:06:45.665Z[ host-image] Aug 13 19:06:44.267 INFO O| Aug 13 19:06:44.267 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39472026-08-13T19:06:45.665Z[ host-image] Aug 13 19:06:44.267 INFO O| Aug 13 19:06:44.267 INFO skip step because feature "debug_variant" is not enabled
39482026-08-13T19:06:45.668Z[ host-image] Aug 13 19:06:44.267 INFO O| Aug 13 19:06:44.267 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39492026-08-13T19:06:45.911Z[ host-image] Aug 13 19:06:44.509 INFO O| Aug 13 19:06:44.509 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39502026-08-13T19:06:47.293Z[ host-image] Aug 13 19:06:45.895 INFO O| Aug 13 19:06:45.895 INFO O| Startup: Refreshing catalog 'helios' ... Done
39512026-08-13T19:06:47.348Z[recovery-package] Finished `release` profile [optimized] target(s) in 13.07s
39522026-08-13T19:06:47.785Z[ host-image] Aug 13 19:06:46.387 INFO O| Aug 13 19:06:46.387 INFO O| Startup: Caching catalogs ... Done
39532026-08-13T19:06:47.802Z[ host-image] Aug 13 19:06:46.401 INFO O| Aug 13 19:06:46.401 INFO O| Planning: Planning completed in 0.00 seconds
39542026-08-13T19:06:47.805Z[ host-image] Aug 13 19:06:46.401 INFO O| Aug 13 19:06:46.401 INFO O| Planning: Consolidating action changes ... Done
39552026-08-13T19:06:47.805Z[ host-image] Aug 13 19:06:46.401 INFO O| Aug 13 19:06:46.401 INFO O| Planning: Evaluating mediators ... Done
39562026-08-13T19:06:47.805Z[ host-image] Aug 13 19:06:46.402 INFO O| Aug 13 19:06:46.402 INFO O| Planning: Planning completed in 0.00 seconds
39572026-08-13T19:06:47.805Z[ host-image] Aug 13 19:06:46.402 INFO O| Aug 13 19:06:46.402 INFO O| Variants/Facets to change: 1
39582026-08-13T19:06:47.809Z[ host-image] Aug 13 19:06:46.411 INFO O| Aug 13 19:06:46.411 INFO O| Finalize: Updating package state database ... Done
39592026-08-13T19:06:47.809Z[ host-image] Aug 13 19:06:46.411 INFO O| Aug 13 19:06:46.411 INFO O| Finalize: Updating package cache ... Done
39602026-08-13T19:06:47.872Z[ host-image] Aug 13 19:06:46.474 INFO O| Aug 13 19:06:46.474 INFO O| Finalize: Updating image state ... Done
39612026-08-13T19:06:47.889Z[ host-image] Aug 13 19:06:46.482 INFO O| Aug 13 19:06:46.482 INFO O| Finalize: Creating fast lookup database ... Done
39622026-08-13T19:06:47.893Z[ host-image] Aug 13 19:06:46.483 INFO O| Aug 13 19:06:46.483 INFO O| Finalize: Reading search index ... Done
39632026-08-13T19:06:47.893Z[ host-image] Aug 13 19:06:46.483 INFO O| Aug 13 19:06:46.483 INFO O| Finalize: Updating search index ... Done
39642026-08-13T19:06:47.893Z[ host-image] Aug 13 19:06:46.484 INFO O| Aug 13 19:06:46.484 INFO O| Finalize: Updating package cache ... Done
39652026-08-13T19:06:48.044Z[ host-image] Aug 13 19:06:46.646 INFO O| Aug 13 19:06:46.646 INFO STEP 8 (pkg_change_facet) COMPLETE
39662026-08-13T19:06:48.045Z[ host-image] Aug 13 19:06:46.646 INFO O| Aug 13 19:06:46.646 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39672026-08-13T19:06:48.050Z[ host-image] Aug 13 19:06:46.646 INFO O| Aug 13 19:06:46.646 INFO skip step because feature "recovery" is not enabled
39682026-08-13T19:06:48.050Z[ host-image] Aug 13 19:06:46.646 INFO O| Aug 13 19:06:46.646 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39692026-08-13T19:06:48.050Z[ host-image] Aug 13 19:06:46.646 INFO O| Aug 13 19:06:46.646 INFO skip step because feature "recovery" is not enabled
39702026-08-13T19:06:48.050Z[ host-image] Aug 13 19:06:46.646 INFO O| Aug 13 19:06:46.646 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39712026-08-13T19:06:48.061Z[ host-image] Aug 13 19:06:46.654 INFO O| Aug 13 19:06:46.654 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"]
39722026-08-13T19:06:49.058ZAug 13 19:06:47.661 INFO [recovery-package] process exited with exit status: 0 (14.91517374s)
39732026-08-13T19:06:49.058ZAug 13 19:06:47.661 INFO [recovery-libraries] running task
39742026-08-13T19:06:49.058ZAug 13 19:06:47.661 INFO [recovery-stamp] running task
39752026-08-13T19:06:49.062ZAug 13 19:06:47.661 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+git30df0f21bcb
39762026-08-13T19:06:49.062ZAug 13 19:06:47.662 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git30df0f21bcb
39772026-08-13T19:06:49.066Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39782026-08-13T19:06:49.070Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39792026-08-13T19:06:49.112ZAug 13 19:06:47.714 INFO [recovery-libraries] task succeeded (53.30522ms)
39802026-08-13T19:06:49.115ZAug 13 19:06:47.714 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39812026-08-13T19:06:49.184Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39822026-08-13T19:06:49.188ZAug 13 19:06:47.790 INFO [stamp-installinator] process exited with exit status: 0 (128.143179ms)
39832026-08-13T19:06:49.239Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39842026-08-13T19:06:49.242ZAug 13 19:06:47.845 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (183.194439ms)
39852026-08-13T19:06:49.242ZAug 13 19:06:47.845 INFO [recovery-stamp] task succeeded (183.805539ms)
39862026-08-13T19:06:49.242ZAug 13 19:06:47.845 INFO [recovery-proto] running task
39872026-08-13T19:06:49.242ZAug 13 19:06:47.845 INFO [tuf-stamp] running task
39882026-08-13T19:06:49.242ZAug 13 19:06:47.845 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+git30df0f21bcb
39892026-08-13T19:06:49.246ZAug 13 19:06:47.845 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+git30df0f21bcb
39902026-08-13T19:06:49.246ZAug 13 19:06:47.846 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+git30df0f21bcb
39912026-08-13T19:06:49.246ZAug 13 19:06:47.846 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+git30df0f21bcb
39922026-08-13T19:06:49.246ZAug 13 19:06:47.847 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+git30df0f21bcb
39932026-08-13T19:06:49.246ZAug 13 19:06:47.847 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+git30df0f21bcb
39942026-08-13T19:06:49.247ZAug 13 19:06:47.847 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+git30df0f21bcb
39952026-08-13T19:06:49.247ZAug 13 19:06:47.847 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+git30df0f21bcb
39962026-08-13T19:06:49.247ZAug 13 19:06:47.848 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+git30df0f21bcb
39972026-08-13T19:06:49.247ZAug 13 19:06:47.848 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+git30df0f21bcb
39982026-08-13T19:06:49.247ZAug 13 19:06:47.848 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+git30df0f21bcb
39992026-08-13T19:06:49.247ZAug 13 19:06:47.849 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+git30df0f21bcb
40002026-08-13T19:06:49.251Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40012026-08-13T19:06:49.254Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40022026-08-13T19:06:49.254Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40032026-08-13T19:06:49.254Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40042026-08-13T19:06:49.254Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40052026-08-13T19:06:49.254Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40062026-08-13T19:06:49.254Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40072026-08-13T19:06:49.254Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40082026-08-13T19:06:49.254Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40092026-08-13T19:06:49.254Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40102026-08-13T19:06:49.254Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40112026-08-13T19:06:49.257Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40122026-08-13T19:06:49.304Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40132026-08-13T19:06:49.307ZAug 13 19:06:47.910 INFO [stamp-probe] process exited with exit status: 0 (62.77251ms)
40142026-08-13T19:06:49.372ZAug 13 19:06:47.975 INFO [recovery-proto] task succeeded (130.25107ms)
40152026-08-13T19:06:49.376ZAug 13 19:06:47.975 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.504' -P /tmp/.tmpnxszw3/proto/recovery/root -N 'recovery 30df0f2/${os_short_commit} 2026-08-13 18:53' -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/'
40162026-08-13T19:06:49.379Z[ recovery-image] Aug 13 19:06:47.981 INFO Checking files for board 'cosmo-mbist-noaggr'
40172026-08-13T19:06:49.379Z[ recovery-image] Aug 13 19:06:47.982 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40182026-08-13T19:06:49.379Z[ recovery-image] Aug 13 19:06:47.982 INFO Checking files for board 'cosmo'
40192026-08-13T19:06:49.379Z[ recovery-image] Aug 13 19:06:47.982 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40202026-08-13T19:06:49.379Z[ recovery-image] Aug 13 19:06:47.982 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40212026-08-13T19:06:49.379Z[ recovery-image] Aug 13 19:06:47.982 INFO Checking files for board 'gimlet'
40222026-08-13T19:06:49.379Z[ recovery-image] Aug 13 19:06:47.982 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40232026-08-13T19:06:49.379Z[ recovery-image] Aug 13 19:06:47.982 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40242026-08-13T19:06:49.379Z[ recovery-image] Aug 13 19:06:47.982 INFO Checking files for board 'cosmo-mbist'
40252026-08-13T19:06:49.379Z[ recovery-image] Aug 13 19:06:47.982 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40262026-08-13T19:06:49.388Z[ recovery-image] Aug 13 19:06:47.991 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpnxszw3/proto/recovery/root"
40272026-08-13T19:06:49.392Z[ recovery-image] Aug 13 19:06:47.991 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40282026-08-13T19:06:49.392Z[ recovery-image] Aug 13 19:06:47.991 INFO image builder template: ramdisk-01-os...
40292026-08-13T19:06:49.392Z[ recovery-image] Aug 13 19:06:47.991 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/.tmpnxszw3/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40302026-08-13T19:06:49.405Z[ recovery-image] Aug 13 19:06:48.008 INFO O| Aug 13 19:06:48.008 INFO CREATE DATASET: rpool/images/build/recovery/output
40312026-08-13T19:06:49.472Z[ host-image] Aug 13 19:06:48.075 INFO O| Aug 13 19:06:48.075 INFO O| Startup: Refreshing catalog 'helios' ... Done
40322026-08-13T19:06:49.675Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40332026-08-13T19:06:49.701Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40342026-08-13T19:06:49.770Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40352026-08-13T19:06:49.773ZAug 13 19:06:48.376 INFO [stamp-ntp] process exited with exit status: 0 (529.22373ms)
40362026-08-13T19:06:49.876Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40372026-08-13T19:06:49.880ZAug 13 19:06:48.482 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (634.241649ms)
40382026-08-13T19:06:50.093Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40392026-08-13T19:06:50.097Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40402026-08-13T19:06:50.097ZAug 13 19:06:48.698 INFO [stamp-external-dns] process exited with exit status: 0 (850.625809ms)
40412026-08-13T19:06:50.097ZAug 13 19:06:48.699 INFO [stamp-crucible-zone] process exited with exit status: 0 (853.547279ms)
40422026-08-13T19:06:50.113Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40432026-08-13T19:06:50.117ZAug 13 19:06:48.715 INFO [stamp-internal-dns] process exited with exit status: 0 (867.079949ms)
40442026-08-13T19:06:50.361Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40452026-08-13T19:06:50.365ZAug 13 19:06:48.967 INFO [stamp-oximeter] process exited with exit status: 0 (1.119368648s)
40462026-08-13T19:06:50.449Z[ recovery-image] Aug 13 19:06:49.051 INFO O| Aug 13 19:06:49.051 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40472026-08-13T19:06:50.452Z[ recovery-image] Aug 13 19:06:49.054 INFO O| Aug 13 19:06:49.054 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40482026-08-13T19:06:50.803Z[ host-image] Aug 13 19:06:49.405 INFO O| Aug 13 19:06:49.405 INFO O| Startup: Caching catalogs ... Done
40492026-08-13T19:06:51.957Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40502026-08-13T19:06:51.961ZAug 13 19:06:50.562 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.717269835s)
40512026-08-13T19:06:52.540Z[ host-image] Aug 13 19:06:51.141 INFO O| Aug 13 19:06:51.141 INFO O| Planning: Solver setup ... Done
40522026-08-13T19:06:52.689Z[ host-image] Aug 13 19:06:51.291 INFO O| Aug 13 19:06:51.291 INFO O| Planning: Running solver ... Done
40532026-08-13T19:06:52.738Z[ host-image] Aug 13 19:06:51.331 INFO O| Aug 13 19:06:51.331 INFO O| Planning: Finding local manifests ... Done
40542026-08-13T19:06:52.762Z[ host-image] Aug 13 19:06:51.351 INFO O| Aug 13 19:06:51.351 INFO O| Planning: Fetching manifests: 0/130 0% complete
40552026-08-13T19:06:54.078Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40562026-08-13T19:06:54.083ZAug 13 19:06:52.683 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.836757611s)
40572026-08-13T19:06:54.270Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40582026-08-13T19:06:54.274ZAug 13 19:06:52.864 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.01613952s)
40592026-08-13T19:06:54.319Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40602026-08-13T19:06:54.326ZAug 13 19:06:52.924 INFO [stamp-clickhouse] process exited with exit status: 0 (5.07516679s)
40612026-08-13T19:06:54.626Z[ host-image] Aug 13 19:06:53.222 INFO O| Aug 13 19:06:53.222 INFO O| Planning: Fetching manifests: 130/130 100% complete
40622026-08-13T19:06:54.744Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40632026-08-13T19:06:54.752ZAug 13 19:06:53.345 INFO [stamp-nexus] process exited with exit status: 0 (5.49967466s)
40642026-08-13T19:06:54.752ZAug 13 19:06:53.345 INFO [tuf-stamp] task succeeded (5.50091203s)
40652026-08-13T19:06:54.752ZAug 13 19:06:53.345 INFO [tuf-v2-zones] running task
40662026-08-13T19:06:54.855ZAug 13 19:06:53.454 INFO [tuf-v2-zones] task succeeded (108.38743ms)
40672026-08-13T19:06:54.931Z[verify-libraries] Compiling match_cfg v0.1.0
40682026-08-13T19:06:54.931Z[verify-libraries] Compiling slog-json v2.6.1
40692026-08-13T19:06:54.952Z[verify-libraries] Compiling debug-ignore v1.0.5
40702026-08-13T19:06:54.952Z[verify-libraries] Compiling progenitor-client v0.14.0
40712026-08-13T19:06:54.952Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40722026-08-13T19:06:54.952Z[verify-libraries] Compiling sha1 v0.11.0
40732026-08-13T19:06:54.952Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40742026-08-13T19:06:54.953Z[verify-libraries] Compiling multer v3.1.0
40752026-08-13T19:06:54.983Z[ host-image] Aug 13 19:06:53.582 INFO O| Aug 13 19:06:53.582 INFO O| Planning: Package planning ... Done
40762026-08-13T19:06:55.247Z[verify-libraries] Compiling compression-core v0.4.31
40772026-08-13T19:06:55.253Z[verify-libraries] Compiling async-stream-impl v0.3.6
40782026-08-13T19:06:55.253Z[verify-libraries] Compiling serde_spanned v1.1.1
40792026-08-13T19:06:55.267Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40802026-08-13T19:06:55.274Z[verify-libraries] Compiling dropshot v0.17.1
40812026-08-13T19:06:55.382Z[verify-libraries] Compiling hostname v0.3.1
40822026-08-13T19:06:55.397Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40832026-08-13T19:06:55.398Z[verify-libraries] Compiling waitgroup v0.1.2
40842026-08-13T19:06:55.398Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40852026-08-13T19:06:55.458Z[ host-image] Aug 13 19:06:54.055 INFO O| Aug 13 19:06:54.055 INFO O| Planning: Merging actions ... Done
40862026-08-13T19:06:55.466Z[verify-libraries] Compiling compression-codecs v0.4.37
40872026-08-13T19:06:55.492Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40882026-08-13T19:06:55.492Z[verify-libraries] Compiling hostname v0.4.2
40892026-08-13T19:06:55.496Z[verify-libraries] Compiling atomicwrites v0.4.4
40902026-08-13T19:06:55.496Z[verify-libraries] Compiling slog-bunyan v2.5.0
40912026-08-13T19:06:55.578Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40922026-08-13T19:06:55.582Z[ host-image] Aug 13 19:06:54.182 INFO O| Aug 13 19:06:54.181 INFO O| Planning: Checking for conflicting actions ... Done
40932026-08-13T19:06:55.641Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
40942026-08-13T19:06:55.646Z[verify-libraries] Compiling macaddr v1.0.1
40952026-08-13T19:06:55.693Z[verify-libraries] Compiling async-compression v0.4.41
40962026-08-13T19:06:55.699Z[verify-libraries] Compiling regress v0.10.5
40972026-08-13T19:06:55.699Z[ host-image] Aug 13 19:06:54.295 INFO O| Aug 13 19:06:54.295 INFO O| Planning: Consolidating action changes ... Done
40982026-08-13T19:06:55.752Z[verify-libraries] Compiling instant v0.1.13
40992026-08-13T19:06:55.752Z[verify-libraries] Compiling parse-display-derive v0.10.0
41002026-08-13T19:06:55.771Z[verify-libraries] Compiling itertools v0.14.0
41012026-08-13T19:06:55.817Z[verify-libraries] Compiling backon v1.6.0
41022026-08-13T19:06:55.822Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41032026-08-13T19:06:55.822Z[verify-libraries] Compiling humantime v2.3.0
41042026-08-13T19:06:55.890Z[verify-libraries] Compiling backoff v0.4.0
41052026-08-13T19:06:55.898Z[verify-libraries] Compiling convert_case v0.4.0
41062026-08-13T19:06:55.898Z[ host-image] Aug 13 19:06:54.489 INFO O| Aug 13 19:06:54.488 INFO O| Planning: Evaluating mediators ... Done
41072026-08-13T19:06:55.956Z[verify-libraries] Compiling half v2.7.1
41082026-08-13T19:06:56.001Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41092026-08-13T19:06:56.023Z[verify-libraries] Compiling async-stream v0.3.6
41102026-08-13T19:06:56.071Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41112026-08-13T19:06:56.095Z[verify-libraries] Compiling progenitor-extras v0.2.0
41122026-08-13T19:06:56.127Z[verify-libraries] Compiling ciborium-io v0.2.2
41132026-08-13T19:06:56.127Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41142026-08-13T19:06:56.166Z[verify-libraries] Compiling indent_write v2.2.0
41152026-08-13T19:06:56.185Z[verify-libraries] Compiling regress v0.11.1
41162026-08-13T19:06:56.244Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41172026-08-13T19:06:56.272Z[verify-libraries] Compiling ciborium-ll v0.2.2
41182026-08-13T19:06:56.298Z[verify-libraries] Compiling secrecy v0.10.3
41192026-08-13T19:06:56.328Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41202026-08-13T19:06:56.383Z[verify-libraries] Compiling derive_more v0.99.20
41212026-08-13T19:06:56.407Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41222026-08-13T19:06:56.432Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41232026-08-13T19:06:56.433Z[verify-libraries] Compiling inout v0.1.4
41242026-08-13T19:06:56.474Z[verify-libraries] Compiling ciborium v0.2.2
41252026-08-13T19:06:56.539Z[verify-libraries] Compiling universal-hash v0.5.1
41262026-08-13T19:06:56.637Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41272026-08-13T19:06:56.683Z[verify-libraries] Compiling cipher v0.4.4
41282026-08-13T19:06:56.717Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41292026-08-13T19:06:56.752Z[verify-libraries] Compiling opaque-debug v0.3.1
41302026-08-13T19:06:56.849Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41312026-08-13T19:06:56.901Z[verify-libraries] Compiling poly1305 v0.8.0
41322026-08-13T19:06:56.929Z[verify-libraries] Compiling blake2 v0.10.6
41332026-08-13T19:06:56.953Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41342026-08-13T19:06:57.023Z[verify-libraries] Compiling chacha20 v0.9.1
41352026-08-13T19:06:57.075Z[verify-libraries] Compiling aead v0.5.2
41362026-08-13T19:06:57.202Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41372026-08-13T19:06:57.306Z[verify-libraries] Compiling password-hash v0.5.0
41382026-08-13T19:06:57.311Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41392026-08-13T19:06:57.362Z[verify-libraries] Compiling num-derive v0.4.2
41402026-08-13T19:06:57.418Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41412026-08-13T19:06:57.434Z[ host-image] Aug 13 19:06:56.035 INFO O| Aug 13 19:06:56.035 INFO O| Planning: Planning completed in 6.62 seconds
41422026-08-13T19:06:57.438Z[ host-image] Aug 13 19:06:56.038 INFO O| Aug 13 19:06:56.038 INFO O| Packages to install: 130
41432026-08-13T19:06:57.438Z[ host-image] Aug 13 19:06:56.038 INFO O| Aug 13 19:06:56.038 INFO O| Mediators to change: 5
41442026-08-13T19:06:57.438Z[ host-image] Aug 13 19:06:56.038 INFO O| Aug 13 19:06:56.038 INFO O| Services to change: 6
41452026-08-13T19:06:57.461Z[verify-libraries] Compiling rayon-core v1.13.0
41462026-08-13T19:06:57.470Z[ host-image] Aug 13 19:06:56.072 INFO O| Aug 13 19:06:56.072 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
41472026-08-13T19:06:57.542Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41482026-08-13T19:06:57.577Z[verify-libraries] Compiling glob v0.3.3
41492026-08-13T19:06:57.674Z[verify-libraries] Compiling argon2 v0.5.3
41502026-08-13T19:06:57.701Z[verify-libraries] Compiling parse-display v0.10.0
41512026-08-13T19:06:57.729Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41522026-08-13T19:06:57.794Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41532026-08-13T19:06:57.864Z[verify-libraries] Compiling usdt-macro v0.5.0
41542026-08-13T19:06:58.041Z[verify-libraries] Compiling typify-impl v0.6.2
41552026-08-13T19:06:58.081Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41562026-08-13T19:06:58.117Z[verify-libraries] Compiling memmap v0.7.0
41572026-08-13T19:06:58.220Z[verify-libraries] Compiling vsss-rs v3.3.4
41582026-08-13T19:06:58.407Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41592026-08-13T19:06:58.455Z[ recovery-image] Aug 13 19:06:57.058 INFO O| Aug 13 19:06:57.057 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
41602026-08-13T19:06:58.529Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41612026-08-13T19:06:58.653Z[verify-libraries] Compiling heapless v0.8.0
41622026-08-13T19:06:58.686Z[verify-libraries] Compiling proc-macro-error v1.0.4
41632026-08-13T19:06:58.754Z[ recovery-image] Aug 13 19:06:57.356 INFO O| Aug 13 19:06:57.356 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41642026-08-13T19:06:58.754Z[ recovery-image] Aug 13 19:06:57.356 INFO O| Aug 13 19:06:57.356 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41652026-08-13T19:06:58.757Z[ recovery-image] Aug 13 19:06:57.356 INFO O| Aug 13 19:06:57.356 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41662026-08-13T19:06:58.757Z[ recovery-image] Aug 13 19:06:57.356 INFO O| Aug 13 19:06:57.356 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41672026-08-13T19:06:58.762Z[ recovery-image] Aug 13 19:06:57.364 INFO O| Aug 13 19:06:57.364 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41682026-08-13T19:06:58.789Z[verify-libraries] Compiling tabwriter v1.4.1
41692026-08-13T19:06:58.819Z[verify-libraries] Compiling usdt v0.5.0
41702026-08-13T19:06:58.892Z[verify-libraries] Compiling ingot-macros v0.2.0
41712026-08-13T19:06:59.083Z[ recovery-image] Aug 13 19:06:57.686 INFO O| Aug 13 19:06:57.686 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41722026-08-13T19:06:59.094Z[ recovery-image] Aug 13 19:06:57.696 INFO O| Aug 13 19:06:57.696 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41732026-08-13T19:06:59.108Z[verify-libraries] Compiling hash32 v0.3.1
41742026-08-13T19:06:59.108Z[verify-libraries] Compiling smoltcp v0.11.0
41752026-08-13T19:06:59.170Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41762026-08-13T19:06:59.173Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41772026-08-13T19:06:59.227Z[verify-libraries] Compiling cobs v0.3.0
41782026-08-13T19:06:59.275Z[verify-libraries] Compiling num_enum_derive v0.7.6
41792026-08-13T19:06:59.275Z[verify-libraries] Compiling colored v3.1.1
41802026-08-13T19:06:59.342Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
41812026-08-13T19:06:59.365Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41822026-08-13T19:06:59.393Z[verify-libraries] Compiling rayon v1.11.0
41832026-08-13T19:06:59.424Z[ recovery-image] Aug 13 19:06:58.026 INFO O| Aug 13 19:06:58.026 INFO O| Caching catalogs ... Done
41842026-08-13T19:06:59.503Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41852026-08-13T19:06:59.506Z[verify-libraries] Compiling postcard v1.1.3
41862026-08-13T19:06:59.524Z[ recovery-image] Aug 13 19:06:58.126 INFO O| Aug 13 19:06:58.126 INFO STEP 0 (pkg_image_create) COMPLETE
41872026-08-13T19:06:59.524Z[ recovery-image] Aug 13 19:06:58.126 INFO O| Aug 13 19:06:58.126 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41882026-08-13T19:06:59.531Z[verify-libraries] Compiling rand v0.10.1
41892026-08-13T19:06:59.539Z[ recovery-image] Aug 13 19:06:58.136 INFO O| Aug 13 19:06:58.136 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"]
41902026-08-13T19:06:59.649Z[verify-libraries] Compiling proc-macro-crate v1.3.1
41912026-08-13T19:06:59.689Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
41922026-08-13T19:06:59.735Z[verify-libraries] Compiling foreign-types-macros v0.2.3
41932026-08-13T19:06:59.774Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
41942026-08-13T19:06:59.867Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
41952026-08-13T19:06:59.881Z[ recovery-image] Aug 13 19:06:58.483 INFO O| Aug 13 19:06:58.483 INFO STEP 1 (pkg_set_publisher) COMPLETE
41962026-08-13T19:06:59.881Z[ recovery-image] Aug 13 19:06:58.483 INFO O| Aug 13 19:06:58.483 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41972026-08-13T19:06:59.881Z[ recovery-image] Aug 13 19:06:58.483 INFO O| Aug 13 19:06:58.483 INFO skip step because feature "publisher_1_name" is not enabled
41982026-08-13T19:06:59.885Z[ recovery-image] Aug 13 19:06:58.483 INFO O| Aug 13 19:06:58.483 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41992026-08-13T19:06:59.885Z[ recovery-image] Aug 13 19:06:58.483 INFO O| Aug 13 19:06:58.483 INFO skip step because feature "publisher_2_name" is not enabled
42002026-08-13T19:06:59.885Z[ recovery-image] Aug 13 19:06:58.483 INFO O| Aug 13 19:06:58.483 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42012026-08-13T19:06:59.885Z[ recovery-image] Aug 13 19:06:58.483 INFO O| Aug 13 19:06:58.483 INFO skip step because feature "publisher_3_name" is not enabled
42022026-08-13T19:06:59.885Z[ recovery-image] Aug 13 19:06:58.483 INFO O| Aug 13 19:06:58.483 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42032026-08-13T19:06:59.974Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42042026-08-13T19:07:00.132Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42052026-08-13T19:07:00.212Z[verify-libraries] Compiling num_enum_derive v0.5.11
42062026-08-13T19:07:00.212Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42072026-08-13T19:07:00.229Z[ recovery-image] Aug 13 19:06:58.832 INFO O| Aug 13 19:06:58.832 INFO variant opensolaris.zone is already global
42082026-08-13T19:07:00.230Z[ recovery-image] Aug 13 19:06:58.832 INFO O| Aug 13 19:06:58.832 INFO STEP 5 (pkg_change_variant) COMPLETE
42092026-08-13T19:07:00.233Z[ recovery-image] Aug 13 19:06:58.832 INFO O| Aug 13 19:06:58.832 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42102026-08-13T19:07:00.265Z[verify-libraries] Compiling cstr-argument v0.1.2
42112026-08-13T19:07:00.337Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42122026-08-13T19:07:00.454Z[verify-libraries] Compiling foreign-types v0.5.0
42132026-08-13T19:07:00.490Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42142026-08-13T19:07:00.490Z[verify-libraries] Compiling sigpipe v0.1.3
42152026-08-13T19:07:00.562Z[ recovery-image] Aug 13 19:06:59.165 INFO O| Aug 13 19:06:59.165 INFO variant opensolaris.imagetype is full; changing to partial
42162026-08-13T19:07:00.563Z[ recovery-image] Aug 13 19:06:59.165 INFO O| Aug 13 19:06:59.165 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42172026-08-13T19:07:00.566Z[verify-libraries] Compiling num_enum v0.7.6
42182026-08-13T19:07:00.566Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42192026-08-13T19:07:00.656Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42202026-08-13T19:07:00.679Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42212026-08-13T19:07:00.683Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42222026-08-13T19:07:00.718Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42232026-08-13T19:07:00.767Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42242026-08-13T19:07:00.806Z[verify-libraries] Compiling itertools v0.12.1
42252026-08-13T19:07:00.858Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42262026-08-13T19:07:00.932Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42272026-08-13T19:07:00.977Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42282026-08-13T19:07:01.049Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42292026-08-13T19:07:01.052Z[verify-libraries] Compiling toml v0.8.23
42302026-08-13T19:07:01.118Z[verify-libraries] Compiling smf v0.2.3
42312026-08-13T19:07:01.250Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42322026-08-13T19:07:01.355Z[verify-libraries] Compiling whoami v1.6.1
42332026-08-13T19:07:01.355Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42342026-08-13T19:07:01.414Z[verify-libraries] Compiling derive-where v1.6.0
42352026-08-13T19:07:01.451Z[verify-libraries] Compiling num_enum v0.5.11
42362026-08-13T19:07:01.508Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42372026-08-13T19:07:01.653Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42382026-08-13T19:07:01.699Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42392026-08-13T19:07:01.729Z[verify-libraries] Compiling gethostname v0.5.0
42402026-08-13T19:07:01.770Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42412026-08-13T19:07:01.851Z[verify-libraries] Compiling console v0.15.11
42422026-08-13T19:07:01.885Z[verify-libraries] Compiling newline-converter v0.3.0
42432026-08-13T19:07:02.052Z[verify-libraries] Compiling resolv-conf v0.7.6
42442026-08-13T19:07:02.078Z[verify-libraries] Compiling zone v0.3.1
42452026-08-13T19:07:02.118Z[verify-libraries] Compiling num-rational v0.4.2
42462026-08-13T19:07:02.196Z[verify-libraries] Compiling ingot-types v0.2.0
42472026-08-13T19:07:02.231Z[verify-libraries] Compiling expectorate v1.2.0
42482026-08-13T19:07:02.280Z[ recovery-image] Aug 13 19:07:00.882 INFO O| Aug 13 19:07:00.882 INFO O| Startup: Refreshing catalog 'helios' ... Done
42492026-08-13T19:07:02.288Z[verify-libraries] Compiling num-complex v0.4.6
42502026-08-13T19:07:02.426Z[verify-libraries] Compiling slog-dtrace v0.3.0
42512026-08-13T19:07:02.470Z[ host-image] Aug 13 19:07:01.072 INFO O| Aug 13 19:07:01.072 INFO O| Download: 10952/23887 items 96.5/222.8MB 43% complete (19.4M/s)
42522026-08-13T19:07:02.492Z[verify-libraries] Compiling prettyplease v0.2.37
42532026-08-13T19:07:02.496Z[verify-libraries] Compiling linear-map v1.2.0
42542026-08-13T19:07:02.496Z[verify-libraries] Compiling float-ord v0.3.2
42552026-08-13T19:07:02.638Z[verify-libraries] Compiling ingot v0.2.1
42562026-08-13T19:07:02.691Z[verify-libraries] Compiling num v0.4.3
42572026-08-13T19:07:02.698Z[ recovery-image] Aug 13 19:07:01.296 INFO O| Aug 13 19:07:01.296 INFO O| Startup: Caching catalogs ... Done
42582026-08-13T19:07:02.708Z[ recovery-image] Aug 13 19:07:01.310 INFO O| Aug 13 19:07:01.310 INFO O| Planning: Planning completed in 0.00 seconds
42592026-08-13T19:07:02.711Z[ recovery-image] Aug 13 19:07:01.310 INFO O| Aug 13 19:07:01.310 INFO O| Planning: Consolidating action changes ... Done
42602026-08-13T19:07:02.711Z[ recovery-image] Aug 13 19:07:01.310 INFO O| Aug 13 19:07:01.310 INFO O| Planning: Evaluating mediators ... Done
42612026-08-13T19:07:02.712Z[ recovery-image] Aug 13 19:07:01.311 INFO O| Aug 13 19:07:01.311 INFO O| Planning: Planning completed in 0.00 seconds
42622026-08-13T19:07:02.712Z[ recovery-image] Aug 13 19:07:01.311 INFO O| Aug 13 19:07:01.311 INFO O| Variants/Facets to change: 1
42632026-08-13T19:07:02.722Z[ recovery-image] Aug 13 19:07:01.324 INFO O| Aug 13 19:07:01.324 INFO O| Finalize: Updating package state database ... Done
42642026-08-13T19:07:02.722Z[ recovery-image] Aug 13 19:07:01.324 INFO O| Aug 13 19:07:01.324 INFO O| Finalize: Updating package cache ... Done
42652026-08-13T19:07:02.726Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42662026-08-13T19:07:02.751Z[verify-libraries] Compiling linked-hash-map v0.5.6
42672026-08-13T19:07:02.775Z[verify-libraries] Compiling hickory-proto v0.24.4
42682026-08-13T19:07:02.778Z[verify-libraries] Compiling convert_case v0.10.0
42692026-08-13T19:07:02.795Z[ recovery-image] Aug 13 19:07:01.397 INFO O| Aug 13 19:07:01.397 INFO O| Finalize: Updating image state ... Done
42702026-08-13T19:07:02.809Z[ recovery-image] Aug 13 19:07:01.411 INFO O| Aug 13 19:07:01.411 INFO O| Finalize: Creating fast lookup database ... Done
42712026-08-13T19:07:02.813Z[ recovery-image] Aug 13 19:07:01.411 INFO O| Aug 13 19:07:01.411 INFO O| Finalize: Reading search index ... Done
42722026-08-13T19:07:02.813Z[ recovery-image] Aug 13 19:07:01.411 INFO O| Aug 13 19:07:01.411 INFO O| Finalize: Updating search index ... Done
42732026-08-13T19:07:02.813Z[ recovery-image] Aug 13 19:07:01.412 INFO O| Aug 13 19:07:01.412 INFO O| Finalize: Updating package cache ... Done
42742026-08-13T19:07:02.846Z[verify-libraries] Compiling owo-colors v4.3.0
42752026-08-13T19:07:02.850Z[verify-libraries] Compiling minimal-lexical v0.2.1
42762026-08-13T19:07:02.850Z[verify-libraries] Compiling unicode-xid v0.2.6
42772026-08-13T19:07:02.933Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
42782026-08-13T19:07:03.015Z[verify-libraries] Compiling lru-cache v0.1.2
42792026-08-13T19:07:03.044Z[verify-libraries] Compiling typify-macro v0.6.2
42802026-08-13T19:07:03.069Z[ recovery-image] Aug 13 19:07:01.671 INFO O| Aug 13 19:07:01.671 INFO STEP 6 (pkg_change_variant) COMPLETE
42812026-08-13T19:07:03.069Z[ recovery-image] Aug 13 19:07:01.671 INFO O| Aug 13 19:07:01.671 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42822026-08-13T19:07:03.069Z[ recovery-image] Aug 13 19:07:01.671 INFO O| Aug 13 19:07:01.671 INFO skip step because feature "debug_variant" is not enabled
42832026-08-13T19:07:03.073Z[ recovery-image] Aug 13 19:07:01.671 INFO O| Aug 13 19:07:01.671 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42842026-08-13T19:07:03.079Z[verify-libraries] Compiling tabled_derive v0.7.0
42852026-08-13T19:07:03.153Z[verify-libraries] Compiling derive_more-impl v2.1.1
42862026-08-13T19:07:03.205Z[verify-libraries] Compiling nom v7.1.3
42872026-08-13T19:07:03.275Z[verify-libraries] Compiling ar_archive_writer v0.5.1
42882026-08-13T19:07:03.402Z[ recovery-image] Aug 13 19:07:02.003 INFO O| Aug 13 19:07:02.003 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42892026-08-13T19:07:03.406Z[verify-libraries] Compiling fd-lock v4.0.4
42902026-08-13T19:07:03.631Z[verify-libraries] Compiling vte v0.14.1
42912026-08-13T19:07:03.631Z[verify-libraries] Compiling display-error-chain v0.2.2
42922026-08-13T19:07:03.676Z[verify-libraries] Compiling nu-ansi-term v0.50.3
42932026-08-13T19:07:03.891Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
42942026-08-13T19:07:03.973Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
42952026-08-13T19:07:04.131Z[verify-libraries] Compiling stacker v0.1.23
42962026-08-13T19:07:04.172Z[verify-libraries] Compiling oxide-update-engine v0.1.2
42972026-08-13T19:07:04.228Z[verify-libraries] Compiling derive_more v2.1.1
42982026-08-13T19:07:04.255Z[verify-libraries] Compiling tabled v0.15.0
42992026-08-13T19:07:04.297Z[verify-libraries] Compiling reedline v0.40.0
43002026-08-13T19:07:04.341Z[verify-libraries] Compiling crossterm v0.29.0
43012026-08-13T19:07:04.344Z[verify-libraries] Compiling cfg_aliases v0.1.1
43022026-08-13T19:07:04.389Z[verify-libraries] Compiling psm v0.1.30
43032026-08-13T19:07:04.446Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43042026-08-13T19:07:04.446Z[verify-libraries] Compiling termtree v0.5.1
43052026-08-13T19:07:04.494Z[verify-libraries] Compiling nix v0.28.0
43062026-08-13T19:07:04.598Z[verify-libraries] Compiling semver v0.1.20
43072026-08-13T19:07:04.643Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43082026-08-13T19:07:04.643Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43092026-08-13T19:07:04.742Z[verify-libraries] Compiling phf_shared v0.12.1
43102026-08-13T19:07:04.805Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43112026-08-13T19:07:04.829Z[verify-libraries] Compiling nibble_vec v0.1.0
43122026-08-13T19:07:04.899Z[verify-libraries] Compiling endian-type v0.1.2
43132026-08-13T19:07:05.013Z[verify-libraries] Compiling rustc_version v0.1.7
43142026-08-13T19:07:05.044Z[verify-libraries] Compiling chrono-tz v0.10.4
43152026-08-13T19:07:05.115Z[verify-libraries] Compiling typify v0.6.2
43162026-08-13T19:07:05.140Z[verify-libraries] Compiling highway v1.3.0
43172026-08-13T19:07:05.140Z[verify-libraries] Compiling radix_trie v0.2.1
43182026-08-13T19:07:05.307Z[verify-libraries] Compiling hickory-resolver v0.24.4
43192026-08-13T19:07:05.390Z[verify-libraries] Compiling newtype_derive v0.1.6
43202026-08-13T19:07:05.418Z[ recovery-image] Aug 13 19:07:04.020 INFO O| Aug 13 19:07:04.020 INFO O| Startup: Refreshing catalog 'helios' ... Done
43212026-08-13T19:07:05.444Z[verify-libraries] Compiling progenitor-impl v0.14.0
43222026-08-13T19:07:05.449Z[verify-libraries] Compiling phf v0.12.1
43232026-08-13T19:07:05.508Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43242026-08-13T19:07:05.577Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43252026-08-13T19:07:05.644Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43262026-08-13T19:07:05.679Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43272026-08-13T19:07:05.682Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43282026-08-13T19:07:05.721Z[verify-libraries] Compiling recursive v0.1.1
43292026-08-13T19:07:05.882Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43302026-08-13T19:07:06.003Z[ recovery-image] Aug 13 19:07:04.605 INFO O| Aug 13 19:07:04.605 INFO O| Startup: Caching catalogs ... Done
43312026-08-13T19:07:06.018Z[ recovery-image] Aug 13 19:07:04.621 INFO O| Aug 13 19:07:04.620 INFO O| Planning: Planning completed in 0.00 seconds
43322026-08-13T19:07:06.022Z[ recovery-image] Aug 13 19:07:04.621 INFO O| Aug 13 19:07:04.621 INFO O| Planning: Consolidating action changes ... Done
43332026-08-13T19:07:06.022Z[ recovery-image] Aug 13 19:07:04.621 INFO O| Aug 13 19:07:04.621 INFO O| Planning: Evaluating mediators ... Done
43342026-08-13T19:07:06.022Z[ recovery-image] Aug 13 19:07:04.621 INFO O| Aug 13 19:07:04.621 INFO O| Planning: Planning completed in 0.00 seconds
43352026-08-13T19:07:06.022Z[ recovery-image] Aug 13 19:07:04.622 INFO O| Aug 13 19:07:04.622 INFO O| Variants/Facets to change: 1
43362026-08-13T19:07:06.040Z[ recovery-image] Aug 13 19:07:04.635 INFO O| Aug 13 19:07:04.635 INFO O| Finalize: Updating package state database ... Done
43372026-08-13T19:07:06.040Z[ recovery-image] Aug 13 19:07:04.635 INFO O| Aug 13 19:07:04.635 INFO O| Finalize: Updating package cache ... Done
43382026-08-13T19:07:06.049Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43392026-08-13T19:07:06.098Z[ recovery-image] Aug 13 19:07:04.700 INFO O| Aug 13 19:07:04.700 INFO O| Finalize: Updating image state ... Done
43402026-08-13T19:07:06.112Z[ recovery-image] Aug 13 19:07:04.714 INFO O| Aug 13 19:07:04.714 INFO O| Finalize: Creating fast lookup database ... Done
43412026-08-13T19:07:06.116Z[ recovery-image] Aug 13 19:07:04.715 INFO O| Aug 13 19:07:04.715 INFO O| Finalize: Reading search index ... Done
43422026-08-13T19:07:06.116Z[ recovery-image] Aug 13 19:07:04.715 INFO O| Aug 13 19:07:04.715 INFO O| Finalize: Updating search index ... Done
43432026-08-13T19:07:06.116Z[ recovery-image] Aug 13 19:07:04.716 INFO O| Aug 13 19:07:04.716 INFO O| Finalize: Updating package cache ... Done
43442026-08-13T19:07:06.258Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43452026-08-13T19:07:06.392Z[ recovery-image] Aug 13 19:07:04.994 INFO O| Aug 13 19:07:04.994 INFO STEP 8 (pkg_change_facet) COMPLETE
43462026-08-13T19:07:06.392Z[ recovery-image] Aug 13 19:07:04.994 INFO O| Aug 13 19:07:04.994 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43472026-08-13T19:07:06.457Z[verify-libraries] Compiling peg-macros v0.8.5
43482026-08-13T19:07:06.497Z[verify-libraries] Compiling qorb v0.4.1
43492026-08-13T19:07:06.750Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43502026-08-13T19:07:06.754Z[ recovery-image] Aug 13 19:07:05.353 INFO O| Aug 13 19:07:05.353 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43512026-08-13T19:07:06.938Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43522026-08-13T19:07:06.963Z[verify-libraries] Compiling csv-core v0.1.13
43532026-08-13T19:07:07.036Z[verify-libraries] Compiling winnow v0.6.26
43542026-08-13T19:07:07.346Z[verify-libraries] Compiling unicode_categories v0.1.1
43552026-08-13T19:07:07.367Z[verify-libraries] Compiling home v0.5.12
43562026-08-13T19:07:07.470Z[ host-image] Aug 13 19:07:06.072 INFO O| Aug 13 19:07:06.072 INFO O| Download: 20487/23887 items 178.3/222.8MB 80% complete (17.9M/s)
43572026-08-13T19:07:07.512Z[verify-libraries] Compiling rustyline v14.0.0
43582026-08-13T19:07:07.558Z[verify-libraries] Compiling textwrap v0.16.2
43592026-08-13T19:07:07.659Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43602026-08-13T19:07:07.834Z[verify-libraries] Compiling sqlparser v0.61.0
43612026-08-13T19:07:07.865Z[verify-libraries] Compiling csv v1.4.0
43622026-08-13T19:07:07.892Z[verify-libraries] Compiling const_format v0.2.35
43632026-08-13T19:07:08.058Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43642026-08-13T19:07:08.098Z[verify-libraries] Compiling peg v0.8.5
43652026-08-13T19:07:08.233Z[verify-libraries] Compiling bcs v0.1.6
43662026-08-13T19:07:08.307Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43672026-08-13T19:07:08.414Z[verify-libraries] Compiling progenitor-macro v0.14.0
43682026-08-13T19:07:08.486Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43692026-08-13T19:07:08.511Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43702026-08-13T19:07:08.514Z[verify-libraries] Compiling sqlformat v0.3.5
43712026-08-13T19:07:08.589Z[ recovery-image] Aug 13 19:07:07.190 INFO O| Aug 13 19:07:07.190 INFO O| Startup: Refreshing catalog 'helios' ... Done
43722026-08-13T19:07:08.614Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43732026-08-13T19:07:08.726Z[verify-libraries] Compiling nom v8.0.0
43742026-08-13T19:07:08.771Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43752026-08-13T19:07:08.822Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43762026-08-13T19:07:08.852Z[verify-libraries] Compiling steno v0.4.1
43772026-08-13T19:07:08.961Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43782026-08-13T19:07:09.039Z[ recovery-image] Aug 13 19:07:07.641 INFO O| Aug 13 19:07:07.640 INFO O| Startup: Caching catalogs ... Done
43792026-08-13T19:07:09.082Z[ recovery-image] Aug 13 19:07:07.684 INFO O| Aug 13 19:07:07.684 INFO O| Planning: Planning completed in 0.00 seconds
43802026-08-13T19:07:09.085Z[ recovery-image] Aug 13 19:07:07.684 INFO O| Aug 13 19:07:07.684 INFO O| Planning: Consolidating action changes ... Done
43812026-08-13T19:07:09.085Z[ recovery-image] Aug 13 19:07:07.684 INFO O| Aug 13 19:07:07.684 INFO O| Planning: Evaluating mediators ... Done
43822026-08-13T19:07:09.085Z[ recovery-image] Aug 13 19:07:07.685 INFO O| Aug 13 19:07:07.684 INFO O| Planning: Planning completed in 0.00 seconds
43832026-08-13T19:07:09.085Z[ recovery-image] Aug 13 19:07:07.685 INFO O| Aug 13 19:07:07.685 INFO O| Variants/Facets to change: 1
43842026-08-13T19:07:09.293Z[verify-libraries] Compiling sha1 v0.10.6
43852026-08-13T19:07:09.473Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43862026-08-13T19:07:09.616Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43872026-08-13T19:07:09.641Z[verify-libraries] Compiling tagptr v0.2.0
43882026-08-13T19:07:09.683Z[verify-libraries] Compiling utf-8 v0.7.6
43892026-08-13T19:07:09.715Z[ host-image] Aug 13 19:07:08.317 INFO O| Aug 13 19:07:08.317 INFO O| Download: Completed 222.83 MB in 12.24 seconds (18.1M/s)
43902026-08-13T19:07:09.737Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
43912026-08-13T19:07:09.806Z[verify-libraries] Compiling moka v0.12.13
43922026-08-13T19:07:09.837Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
43932026-08-13T19:07:09.910Z[verify-libraries] Compiling tungstenite v0.21.0
43942026-08-13T19:07:09.932Z[verify-libraries] Compiling libefi-sys v0.1.0
43952026-08-13T19:07:09.957Z[verify-libraries] Compiling bitfield-struct v0.6.2
43962026-08-13T19:07:10.002Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
43972026-08-13T19:07:10.117Z[verify-libraries] Compiling libscf-sys v1.2.0
43982026-08-13T19:07:10.235Z[verify-libraries] Compiling xshell-macros v0.2.7
43992026-08-13T19:07:10.239Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44002026-08-13T19:07:10.312Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44012026-08-13T19:07:10.371Z[ recovery-image] Aug 13 19:07:08.973 INFO O| Aug 13 19:07:08.973 INFO O| Finalize: Updating package state database ... Done
44022026-08-13T19:07:10.371Z[ recovery-image] Aug 13 19:07:08.973 INFO O| Aug 13 19:07:08.973 INFO O| Finalize: Updating package cache ... Done
44032026-08-13T19:07:10.432Z[ recovery-image] Aug 13 19:07:09.034 INFO O| Aug 13 19:07:09.034 INFO O| Finalize: Updating image state ... Done
44042026-08-13T19:07:10.446Z[ recovery-image] Aug 13 19:07:09.048 INFO O| Aug 13 19:07:09.048 INFO O| Finalize: Creating fast lookup database ... Done
44052026-08-13T19:07:10.449Z[ recovery-image] Aug 13 19:07:09.048 INFO O| Aug 13 19:07:09.048 INFO O| Finalize: Reading search index ... Done
44062026-08-13T19:07:10.449Z[ recovery-image] Aug 13 19:07:09.048 INFO O| Aug 13 19:07:09.048 INFO O| Finalize: Updating search index ... Done
44072026-08-13T19:07:10.449Z[ recovery-image] Aug 13 19:07:09.049 INFO O| Aug 13 19:07:09.049 INFO O| Finalize: Updating package cache ... Done
44082026-08-13T19:07:10.463Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44092026-08-13T19:07:10.668Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44102026-08-13T19:07:10.703Z[verify-libraries] Compiling hickory-resolver v0.25.2
44112026-08-13T19:07:10.723Z[ recovery-image] Aug 13 19:07:09.321 INFO O| Aug 13 19:07:09.321 INFO STEP 9 (pkg_change_facet) COMPLETE
44122026-08-13T19:07:10.723Z[ recovery-image] Aug 13 19:07:09.321 INFO O| Aug 13 19:07:09.321 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44132026-08-13T19:07:10.768Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44142026-08-13T19:07:10.841Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44152026-08-13T19:07:10.844Z[verify-libraries] Compiling xshell v0.2.7
44162026-08-13T19:07:10.869Z[verify-libraries] Compiling papergrid v0.18.0
44172026-08-13T19:07:10.927Z[verify-libraries] Compiling sha2 v0.11.0
44182026-08-13T19:07:10.931Z[verify-libraries] Compiling subprocess v0.2.15
44192026-08-13T19:07:10.934Z[ host-image] Aug 13 19:07:09.535 INFO O| Aug 13 19:07:09.534 INFO O| Actions: 1/54180 actions (Installing new actions)
44202026-08-13T19:07:11.055Z[ recovery-image] Aug 13 19:07:09.657 INFO O| Aug 13 19:07:09.657 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44212026-08-13T19:07:11.214Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44222026-08-13T19:07:11.284Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44232026-08-13T19:07:11.413Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44242026-08-13T19:07:11.482Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44252026-08-13T19:07:11.602Z[verify-libraries] Compiling headers-core v0.3.0
44262026-08-13T19:07:11.686Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44272026-08-13T19:07:11.795Z[verify-libraries] Compiling unicase v2.9.0
44282026-08-13T19:07:11.860Z[verify-libraries] Compiling headers v0.4.1
44292026-08-13T19:07:11.888Z[verify-libraries] Compiling darling_core v0.21.3
44302026-08-13T19:07:11.989Z[verify-libraries] Compiling tabled v0.21.0
44312026-08-13T19:07:12.321Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44322026-08-13T19:07:12.395Z[verify-libraries] Compiling maplit v1.0.2
44332026-08-13T19:07:12.641Z[verify-libraries] Compiling crc8 v0.1.1
44342026-08-13T19:07:12.732Z[verify-libraries] Compiling yasna v0.5.2
44352026-08-13T19:07:12.770Z[verify-libraries] Compiling vergen-lib v0.1.6
44362026-08-13T19:07:12.841Z[verify-libraries] Compiling diesel_derives v2.3.7
44372026-08-13T19:07:12.845Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44382026-08-13T19:07:12.845Z[verify-libraries] Compiling port-file v0.1.0
44392026-08-13T19:07:12.890Z[ recovery-image] Aug 13 19:07:11.492 INFO O| Aug 13 19:07:11.492 INFO O| Startup: Refreshing catalog 'helios' ... Done
44402026-08-13T19:07:13.206Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44412026-08-13T19:07:13.263Z[verify-libraries] Compiling rcgen v0.12.1
44422026-08-13T19:07:13.333Z[ recovery-image] Aug 13 19:07:11.935 INFO O| Aug 13 19:07:11.935 INFO O| Startup: Caching catalogs ... Done
44432026-08-13T19:07:13.348Z[ recovery-image] Aug 13 19:07:11.949 INFO O| Aug 13 19:07:11.949 INFO O| Planning: Planning completed in 0.00 seconds
44442026-08-13T19:07:13.352Z[ recovery-image] Aug 13 19:07:11.950 INFO O| Aug 13 19:07:11.950 INFO O| Planning: Consolidating action changes ... Done
44452026-08-13T19:07:13.353Z[ recovery-image] Aug 13 19:07:11.950 INFO O| Aug 13 19:07:11.950 INFO O| Planning: Evaluating mediators ... Done
44462026-08-13T19:07:13.357Z[ recovery-image] Aug 13 19:07:11.950 INFO O| Aug 13 19:07:11.950 INFO O| Planning: Planning completed in 0.00 seconds
44472026-08-13T19:07:13.357Z[ recovery-image] Aug 13 19:07:11.951 INFO O| Aug 13 19:07:11.950 INFO O| Variants/Facets to change: 1
44482026-08-13T19:07:13.365Z[ recovery-image] Aug 13 19:07:11.967 INFO O| Aug 13 19:07:11.967 INFO O| Finalize: Updating package state database ... Done
44492026-08-13T19:07:13.366Z[ recovery-image] Aug 13 19:07:11.967 INFO O| Aug 13 19:07:11.967 INFO O| Finalize: Updating package cache ... Done
44502026-08-13T19:07:13.467Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44512026-08-13T19:07:13.515Z[ recovery-image] Aug 13 19:07:12.116 INFO O| Aug 13 19:07:12.116 INFO O| Finalize: Updating image state ... Done
44522026-08-13T19:07:13.533Z[ recovery-image] Aug 13 19:07:12.135 INFO O| Aug 13 19:07:12.135 INFO O| Finalize: Creating fast lookup database ... Done
44532026-08-13T19:07:13.537Z[ recovery-image] Aug 13 19:07:12.135 INFO O| Aug 13 19:07:12.135 INFO O| Finalize: Reading search index ... Done
44542026-08-13T19:07:13.537Z[ recovery-image] Aug 13 19:07:12.135 INFO O| Aug 13 19:07:12.135 INFO O| Finalize: Updating search index ... Done
44552026-08-13T19:07:13.537Z[ recovery-image] Aug 13 19:07:12.137 INFO O| Aug 13 19:07:12.137 INFO O| Finalize: Updating package cache ... Done
44562026-08-13T19:07:13.561Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44572026-08-13T19:07:13.625Z[verify-libraries] Compiling half v1.8.3
44582026-08-13T19:07:13.722Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44592026-08-13T19:07:13.864Z[ recovery-image] Aug 13 19:07:12.466 INFO O| Aug 13 19:07:12.466 INFO STEP 10 (pkg_change_facet) COMPLETE
44602026-08-13T19:07:13.864Z[ recovery-image] Aug 13 19:07:12.466 INFO O| Aug 13 19:07:12.466 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44612026-08-13T19:07:13.876Z[ recovery-image] Aug 13 19:07:12.478 INFO O| Aug 13 19:07:12.478 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"]
44622026-08-13T19:07:13.975Z[verify-libraries] Compiling serde_cbor v0.11.2
44632026-08-13T19:07:14.075Z[verify-libraries] Compiling r2d2 v0.8.10
44642026-08-13T19:07:14.199Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44652026-08-13T19:07:14.276Z[verify-libraries] Compiling progenitor v0.14.0
44662026-08-13T19:07:14.310Z[verify-libraries] Compiling crunchy v0.2.4
44672026-08-13T19:07:14.452Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44682026-08-13T19:07:14.494Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
44692026-08-13T19:07:14.523Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44702026-08-13T19:07:14.554Z[verify-libraries] Compiling cpubits v0.1.1
44712026-08-13T19:07:14.689Z[verify-libraries] Compiling downcast-rs v2.0.2
44722026-08-13T19:07:14.739Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44732026-08-13T19:07:14.840Z[verify-libraries] Compiling darling_macro v0.21.3
44742026-08-13T19:07:14.853Z[verify-libraries] Compiling dirs-next v2.0.0
44752026-08-13T19:07:14.994Z[verify-libraries] Compiling clang-sys v1.8.1
44762026-08-13T19:07:15.089Z[verify-libraries] Compiling tiny-keccak v2.0.2
44772026-08-13T19:07:15.134Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44782026-08-13T19:07:15.331Z[verify-libraries] Compiling term v0.7.0
44792026-08-13T19:07:15.383Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44802026-08-13T19:07:15.539Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44812026-08-13T19:07:15.543Z[verify-libraries] Compiling darling v0.21.3
44822026-08-13T19:07:15.587Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
44832026-08-13T19:07:15.663Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44842026-08-13T19:07:15.663Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44852026-08-13T19:07:15.709Z[ recovery-image] Aug 13 19:07:14.311 INFO O| Aug 13 19:07:14.311 INFO O| Startup: Refreshing catalog 'helios' ... Done
44862026-08-13T19:07:15.788Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44872026-08-13T19:07:15.791Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44882026-08-13T19:07:15.866Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44892026-08-13T19:07:15.890Z[verify-libraries] Compiling diff v0.1.13
44902026-08-13T19:07:15.964Z[ host-image] Aug 13 19:07:14.566 INFO O| Aug 13 19:07:14.566 INFO O| Actions: 23982/54180 actions (Installing new actions)
44912026-08-13T19:07:16.061Z[verify-libraries] Compiling bit-vec v0.6.3
44922026-08-13T19:07:16.155Z[ recovery-image] Aug 13 19:07:14.757 INFO O| Aug 13 19:07:14.757 INFO O| Startup: Caching catalogs ... Done
44932026-08-13T19:07:16.225Z[verify-libraries] Compiling ascii-canvas v3.0.0
44942026-08-13T19:07:16.248Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44952026-08-13T19:07:16.444Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44962026-08-13T19:07:16.485Z[verify-libraries] Compiling bit-set v0.5.3
44972026-08-13T19:07:16.517Z[verify-libraries] Compiling itertools v0.10.5
44982026-08-13T19:07:16.573Z[verify-libraries] Compiling ena v0.14.4
44992026-08-13T19:07:16.639Z[verify-libraries] Compiling libloading v0.8.9
45002026-08-13T19:07:16.642Z[verify-libraries] Compiling bindgen v0.71.1
45012026-08-13T19:07:16.717Z[verify-libraries] Compiling regex-syntax v0.6.29
45022026-08-13T19:07:16.856Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45032026-08-13T19:07:17.072Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45042026-08-13T19:07:17.128Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45052026-08-13T19:07:17.157Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45062026-08-13T19:07:17.207Z[verify-libraries] Compiling cexpr v0.6.0
45072026-08-13T19:07:17.263Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45082026-08-13T19:07:17.267Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45092026-08-13T19:07:17.424Z[verify-libraries] Compiling rustc-hash v2.1.1
45102026-08-13T19:07:17.680Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45112026-08-13T19:07:17.738Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45122026-08-13T19:07:17.810Z[verify-libraries] Compiling libxml v0.3.3
45132026-08-13T19:07:17.909Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45142026-08-13T19:07:17.987Z[verify-libraries] Compiling strum_macros v0.24.3
45152026-08-13T19:07:18.076Z[verify-libraries] Compiling hmac v0.13.0
45162026-08-13T19:07:18.133Z[verify-libraries] Compiling universal-hash v0.6.1
45172026-08-13T19:07:18.156Z[verify-libraries] Compiling lalrpop v0.19.12
45182026-08-13T19:07:18.254Z[ recovery-image] Aug 13 19:07:16.856 INFO O| Aug 13 19:07:16.856 INFO O| Planning: Solver setup ... Done
45192026-08-13T19:07:18.339Z[verify-libraries] Compiling fxhash v0.2.1
45202026-08-13T19:07:18.383Z[verify-libraries] Compiling indoc v1.0.9
45212026-08-13T19:07:18.413Z[ recovery-image] Aug 13 19:07:17.015 INFO O| Aug 13 19:07:17.015 INFO O| Planning: Running solver ... Done
45222026-08-13T19:07:18.462Z[ recovery-image] Aug 13 19:07:17.064 INFO O| Aug 13 19:07:17.063 INFO O| Planning: Finding local manifests ... Done
45232026-08-13T19:07:18.490Z[ recovery-image] Aug 13 19:07:17.091 INFO O| Aug 13 19:07:17.091 INFO O| Planning: Fetching manifests: 0/130 0% complete
45242026-08-13T19:07:18.512Z[ host-image] Aug 13 19:07:17.114 INFO O| Aug 13 19:07:17.114 INFO O| Actions: Completed 54180 actions in 7.58 seconds.
45252026-08-13T19:07:18.609Z[ host-image] Aug 13 19:07:17.211 INFO O| Aug 13 19:07:17.211 INFO O| Finalize: Updating package state database ... Done
45262026-08-13T19:07:18.609Z[ host-image] Aug 13 19:07:17.211 INFO O| Aug 13 19:07:17.211 INFO O| Finalize: Updating package cache ... Done
45272026-08-13T19:07:18.752Z[ host-image] Aug 13 19:07:17.354 INFO O| Aug 13 19:07:17.354 INFO O| Finalize: Updating image state ... Done
45282026-08-13T19:07:19.023Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45292026-08-13T19:07:19.057Z[verify-libraries] Compiling progenitor-impl v0.13.0
45302026-08-13T19:07:19.088Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45312026-08-13T19:07:19.621Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45322026-08-13T19:07:19.652Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45332026-08-13T19:07:19.815Z[verify-libraries] Compiling oso-derive v0.27.3
45342026-08-13T19:07:19.828Z[ host-image] Aug 13 19:07:18.430 INFO O| Aug 13 19:07:18.430 INFO O| Finalize: Creating fast lookup database ... Done
45352026-08-13T19:07:19.859Z[ host-image] Aug 13 19:07:18.461 INFO O| Aug 13 19:07:18.460 INFO O| Finalize: Reading search index ... Done
45362026-08-13T19:07:20.403Z[verify-libraries] Compiling quick-xml v0.37.5
45372026-08-13T19:07:20.450Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45382026-08-13T19:07:21.162Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45392026-08-13T19:07:21.541Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45402026-08-13T19:07:21.970Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45412026-08-13T19:07:22.128Z[verify-libraries] Compiling openssl-probe v0.1.6
45422026-08-13T19:07:22.226Z[verify-libraries] Compiling progenitor-macro v0.13.0
45432026-08-13T19:07:22.415Z[verify-libraries] Compiling polyval v0.7.1
45442026-08-13T19:07:22.454Z[verify-libraries] Compiling der v0.8.0
45452026-08-13T19:07:22.652Z[verify-libraries] Compiling diesel v2.3.7
45462026-08-13T19:07:22.656Z[ recovery-image] Aug 13 19:07:21.252 INFO O| Aug 13 19:07:21.252 INFO O| Planning: Fetching manifests: 130/130 100% complete
45472026-08-13T19:07:22.765Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45482026-08-13T19:07:22.799Z[verify-libraries] Compiling progenitor-client v0.13.0
45492026-08-13T19:07:22.833Z[ host-image] Aug 13 19:07:21.436 INFO O| Aug 13 19:07:21.435 INFO O| Finalize: Building new search index ... Done
45502026-08-13T19:07:23.119Z[ recovery-image] Aug 13 19:07:21.721 INFO O| Aug 13 19:07:21.721 INFO O| Planning: Package planning ... Done
45512026-08-13T19:07:23.254Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45522026-08-13T19:07:23.287Z[ recovery-image] Aug 13 19:07:21.888 INFO O| Aug 13 19:07:21.888 INFO O| Planning: Merging actions ... Done
45532026-08-13T19:07:23.340Z[ host-image] Aug 13 19:07:21.942 INFO O| Aug 13 19:07:21.942 INFO O| Finalize: Updating package cache ... Done
45542026-08-13T19:07:23.364Z[ recovery-image] Aug 13 19:07:21.965 INFO O| Aug 13 19:07:21.965 INFO O| Planning: Checking for conflicting actions ... Done
45552026-08-13T19:07:23.425Z[ recovery-image] Aug 13 19:07:22.026 INFO O| Aug 13 19:07:22.026 INFO O| Planning: Consolidating action changes ... Done
45562026-08-13T19:07:23.584Z[ recovery-image] Aug 13 19:07:22.186 INFO O| Aug 13 19:07:22.186 INFO O| Planning: Evaluating mediators ... Done
45572026-08-13T19:07:23.588Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45582026-08-13T19:07:23.677Z[ host-image] Aug 13 19:07:22.278 INFO O| Aug 13 19:07:22.278 INFO STEP 11 (pkg_install) COMPLETE
45592026-08-13T19:07:23.677Z[ host-image] Aug 13 19:07:22.278 INFO O| Aug 13 19:07:22.278 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45602026-08-13T19:07:23.687Z[ host-image] Aug 13 19:07:22.289 INFO O| Aug 13 19:07:22.289 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"]
45612026-08-13T19:07:23.909Z[verify-libraries] Compiling git-stub v1.0.0
45622026-08-13T19:07:24.000Z[verify-libraries] Compiling kstat-rs v0.2.5
45632026-08-13T19:07:24.110Z[verify-libraries] Compiling trait-variant v0.1.2
45642026-08-13T19:07:24.282Z[verify-libraries] Compiling salty v0.3.0
45652026-08-13T19:07:24.409Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45662026-08-13T19:07:24.636Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45672026-08-13T19:07:24.665Z[verify-libraries] Compiling ghash v0.6.0
45682026-08-13T19:07:24.828Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45692026-08-13T19:07:24.914Z[verify-libraries] Compiling pbkdf2 v0.13.0
45702026-08-13T19:07:25.144Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45712026-08-13T19:07:25.148Z[ recovery-image] Aug 13 19:07:23.750 INFO O| Aug 13 19:07:23.750 INFO O| Planning: Planning completed in 8.98 seconds
45722026-08-13T19:07:25.152Z[ recovery-image] Aug 13 19:07:23.752 INFO O| Aug 13 19:07:23.752 INFO O| Packages to install: 130
45732026-08-13T19:07:25.152Z[ recovery-image] Aug 13 19:07:23.752 INFO O| Aug 13 19:07:23.752 INFO O| Mediators to change: 5
45742026-08-13T19:07:25.152Z[ recovery-image] Aug 13 19:07:23.752 INFO O| Aug 13 19:07:23.752 INFO O| Services to change: 5
45752026-08-13T19:07:25.173Z[verify-libraries] Compiling crypto-bigint v0.7.5
45762026-08-13T19:07:25.180Z[ recovery-image] Aug 13 19:07:23.782 INFO O| Aug 13 19:07:23.782 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
45772026-08-13T19:07:25.209Z[verify-libraries] Compiling aes v0.9.1
45782026-08-13T19:07:25.255Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45792026-08-13T19:07:26.082Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45802026-08-13T19:07:26.270Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45812026-08-13T19:07:26.365Z[ host-image] Aug 13 19:07:24.966 INFO O| Aug 13 19:07:24.966 INFO O| Startup: Refreshing catalog 'helios' ... Done
45822026-08-13T19:07:26.398Z[verify-libraries] Compiling ctr v0.10.1
45832026-08-13T19:07:26.717Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45842026-08-13T19:07:26.755Z[verify-libraries] Compiling aead v0.6.1
45852026-08-13T19:07:26.785Z[verify-libraries] Compiling bb8 v0.8.6
45862026-08-13T19:07:26.785Z[verify-libraries] Compiling parking_lot_core v0.8.6
45872026-08-13T19:07:26.806Z[ host-image] Aug 13 19:07:25.407 INFO O| Aug 13 19:07:25.407 INFO O| Startup: Caching catalogs ... Done
45882026-08-13T19:07:26.853Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45892026-08-13T19:07:26.992Z[verify-libraries] Compiling aes-gcm v0.11.0
45902026-08-13T19:07:27.217Z[verify-libraries] Compiling spki v0.8.0
45912026-08-13T19:07:27.302Z[ host-image] Aug 13 19:07:25.902 INFO O| Aug 13 19:07:25.902 INFO O| Planning: Solver setup ... Done
45922026-08-13T19:07:27.306Z[ host-image] Aug 13 19:07:25.908 INFO O| Aug 13 19:07:25.908 INFO O| Planning: Running solver ... Done
45932026-08-13T19:07:27.321Z[ host-image] Aug 13 19:07:25.923 INFO O| Aug 13 19:07:25.923 INFO O| Planning: Finding local manifests ... Done
45942026-08-13T19:07:27.376Z[ host-image] Aug 13 19:07:25.978 INFO O| Aug 13 19:07:25.977 INFO O| Planning: Fetching manifests: 0/6 0% complete
45952026-08-13T19:07:27.379Z[verify-libraries] Compiling mime_guess v2.0.5
45962026-08-13T19:07:27.417Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45972026-08-13T19:07:27.474Z[ host-image] Aug 13 19:07:26.073 INFO O| Aug 13 19:07:26.073 INFO O| Planning: Fetching manifests: 6/6 100% complete
45982026-08-13T19:07:27.507Z[ host-image] Aug 13 19:07:26.109 INFO O| Aug 13 19:07:26.108 INFO O| Planning: Package planning ... Done
45992026-08-13T19:07:27.510Z[ host-image] Aug 13 19:07:26.111 INFO O| Aug 13 19:07:26.111 INFO O| Planning: Merging actions ... Done
46002026-08-13T19:07:27.545Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46012026-08-13T19:07:27.549Z[verify-libraries] Compiling rfc6979 v0.4.0
46022026-08-13T19:07:27.610Z[verify-libraries] Compiling salsa20 v0.11.0
46032026-08-13T19:07:27.683Z[ host-image] Aug 13 19:07:26.285 INFO O| Aug 13 19:07:26.284 INFO O| Planning: Checking for conflicting actions ... Done
46042026-08-13T19:07:27.686Z[ host-image] Aug 13 19:07:26.286 INFO O| Aug 13 19:07:26.286 INFO O| Planning: Consolidating action changes ... Done
46052026-08-13T19:07:27.695Z[verify-libraries] Compiling nanorand v0.7.0
46062026-08-13T19:07:27.844Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46072026-08-13T19:07:27.860Z[ host-image] Aug 13 19:07:26.461 INFO O| Aug 13 19:07:26.461 INFO O| Planning: Evaluating mediators ... Done
46082026-08-13T19:07:27.863Z[ host-image] Aug 13 19:07:26.463 INFO O| Aug 13 19:07:26.462 INFO O| Planning: Planning completed in 1.04 seconds
46092026-08-13T19:07:27.863Z[ host-image] Aug 13 19:07:26.463 INFO O| Aug 13 19:07:26.463 INFO O| Packages to install: 6
46102026-08-13T19:07:27.863Z[ host-image] Aug 13 19:07:26.463 INFO O| Aug 13 19:07:26.463 INFO O| Services to change: 2
46112026-08-13T19:07:27.873Z[ host-image] Aug 13 19:07:26.475 INFO O| Aug 13 19:07:26.475 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
46122026-08-13T19:07:28.028Z[verify-libraries] Compiling scrypt v0.12.0
46132026-08-13T19:07:28.105Z[verify-libraries] Compiling flume v0.11.1
46142026-08-13T19:07:28.114Z[ host-image] Aug 13 19:07:26.715 INFO O| Aug 13 19:07:26.715 INFO O| Download: Completed 1.75 MB in 0.24 seconds (7.3M/s)
46152026-08-13T19:07:28.152Z[ host-image] Aug 13 19:07:26.754 INFO O| Aug 13 19:07:26.754 INFO O| Actions: 1/390 actions (Installing new actions)
46162026-08-13T19:07:28.157Z[verify-libraries] Compiling ecdsa v0.16.9
46172026-08-13T19:07:28.335Z[verify-libraries] Compiling progenitor v0.13.0
46182026-08-13T19:07:28.356Z[ host-image] Aug 13 19:07:26.958 INFO O| Aug 13 19:07:26.958 INFO O| Actions: Completed 390 actions in 0.20 seconds.
46192026-08-13T19:07:28.394Z[ host-image] Aug 13 19:07:26.996 INFO O| Aug 13 19:07:26.996 INFO O| Finalize: Updating package state database ... Done
46202026-08-13T19:07:28.394Z[ host-image] Aug 13 19:07:26.996 INFO O| Aug 13 19:07:26.996 INFO O| Finalize: Updating package cache ... Done
46212026-08-13T19:07:28.500Z[ host-image] Aug 13 19:07:27.102 INFO O| Aug 13 19:07:27.102 INFO O| Finalize: Updating image state ... Done
46222026-08-13T19:07:28.543Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46232026-08-13T19:07:28.585Z[verify-libraries] Compiling primeorder v0.13.6
46242026-08-13T19:07:28.623Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46252026-08-13T19:07:28.719Z[verify-libraries] Compiling cbc v0.2.1
46262026-08-13T19:07:28.796Z[verify-libraries] Compiling nonempty v0.12.0
46272026-08-13T19:07:28.874Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46282026-08-13T19:07:28.949Z[verify-libraries] Compiling http-range v0.1.5
46292026-08-13T19:07:29.016Z[verify-libraries] Compiling pkcs5 v0.8.1
46302026-08-13T19:07:29.043Z[verify-libraries] Compiling p384 v0.13.1
46312026-08-13T19:07:29.080Z[verify-libraries] Compiling parking_lot v0.11.2
46322026-08-13T19:07:29.238Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46332026-08-13T19:07:29.315Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46342026-08-13T19:07:29.436Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46352026-08-13T19:07:29.563Z[ host-image] Aug 13 19:07:28.165 INFO O| Aug 13 19:07:28.165 INFO O| Finalize: Creating fast lookup database ... Done
46362026-08-13T19:07:29.597Z[ host-image] Aug 13 19:07:28.199 INFO O| Aug 13 19:07:28.199 INFO O| Finalize: Reading search index ... Done
46372026-08-13T19:07:29.597Z[ host-image] Aug 13 19:07:28.199 INFO O| Aug 13 19:07:28.199 INFO O| Finalize: Updating search index ... Done
46382026-08-13T19:07:29.622Z[ host-image] Aug 13 19:07:28.224 INFO O| Aug 13 19:07:28.224 INFO O| Finalize: Updating package cache ... Done
46392026-08-13T19:07:29.673Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46402026-08-13T19:07:29.701Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46412026-08-13T19:07:29.771Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46422026-08-13T19:07:29.894Z[ host-image] Aug 13 19:07:28.495 INFO O| Aug 13 19:07:28.495 INFO STEP 12 (pkg_install) COMPLETE
46432026-08-13T19:07:29.894Z[ host-image] Aug 13 19:07:28.495 INFO O| Aug 13 19:07:28.495 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46442026-08-13T19:07:29.905Z[ host-image] Aug 13 19:07:28.507 INFO O| Aug 13 19:07:28.507 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46452026-08-13T19:07:30.119Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46462026-08-13T19:07:30.186Z[verify-libraries] Compiling prefix-trie v0.7.0
46472026-08-13T19:07:30.190Z[ recovery-image] Aug 13 19:07:28.789 INFO O| Aug 13 19:07:28.789 INFO O| Download: 7221/16682 items 73.7/200.0MB 36% complete (14.8M/s)
46482026-08-13T19:07:30.276Z[verify-libraries] Compiling digest-io v0.1.0
46492026-08-13T19:07:30.418Z[verify-libraries] Compiling rawzip v0.4.4
46502026-08-13T19:07:30.492Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46512026-08-13T19:07:30.534Z[verify-libraries] Compiling pkcs8 v0.11.0
46522026-08-13T19:07:30.825Z[verify-libraries] Compiling hickory-server v0.25.2
46532026-08-13T19:07:30.854Z[verify-libraries] Compiling sled v0.34.7
46542026-08-13T19:07:31.137Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46552026-08-13T19:07:31.415Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46562026-08-13T19:07:31.453Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46572026-08-13T19:07:31.643Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46582026-08-13T19:07:31.880Z[ host-image] Aug 13 19:07:30.482 INFO O| Aug 13 19:07:30.482 INFO O| Startup: Refreshing catalog 'helios' ... Done
46592026-08-13T19:07:32.013Z[verify-libraries] Compiling ignore v0.4.25
46602026-08-13T19:07:32.094Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46612026-08-13T19:07:32.204Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46622026-08-13T19:07:32.326Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46632026-08-13T19:07:32.390Z[verify-libraries] Compiling ff v0.14.0
46642026-08-13T19:07:32.563Z[verify-libraries] Compiling corncobs v0.1.4
46652026-08-13T19:07:32.604Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46662026-08-13T19:07:32.608Z[ host-image] Aug 13 19:07:31.210 INFO O| Aug 13 19:07:31.210 INFO O| Startup: Caching catalogs ... Done
46672026-08-13T19:07:32.704Z[verify-libraries] Compiling globwalk v0.9.1
46682026-08-13T19:07:32.758Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46692026-08-13T19:07:32.828Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46702026-08-13T19:07:33.007Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46712026-08-13T19:07:33.057Z[ host-image] Aug 13 19:07:31.659 INFO O| Aug 13 19:07:31.659 INFO O| Planning: Solver setup ... Done
46722026-08-13T19:07:33.062Z[ host-image] Aug 13 19:07:31.664 INFO O| Aug 13 19:07:31.664 INFO O| Planning: Running solver ... Done
46732026-08-13T19:07:33.066Z[verify-libraries] Compiling predicates-tree v1.0.13
46742026-08-13T19:07:33.076Z[ host-image] Aug 13 19:07:31.678 INFO O| Aug 13 19:07:31.678 INFO O| Planning: Finding local manifests ... Done
46752026-08-13T19:07:33.112Z[ host-image] Aug 13 19:07:31.701 INFO O| Aug 13 19:07:31.701 INFO O| Planning: Fetching manifests: 0/6 0% complete
46762026-08-13T19:07:33.275Z[ host-image] Aug 13 19:07:31.877 INFO O| Aug 13 19:07:31.877 INFO O| Planning: Fetching manifests: 6/6 100% complete
46772026-08-13T19:07:33.307Z[ host-image] Aug 13 19:07:31.908 INFO O| Aug 13 19:07:31.908 INFO O| Planning: Package planning ... Done
46782026-08-13T19:07:33.315Z[ host-image] Aug 13 19:07:31.917 INFO O| Aug 13 19:07:31.917 INFO O| Planning: Merging actions ... Done
46792026-08-13T19:07:33.392Z[verify-libraries] Compiling libz-sys v1.1.24
46802026-08-13T19:07:33.434Z[verify-libraries] Compiling rand_seeder v0.4.0
46812026-08-13T19:07:33.474Z[ host-image] Aug 13 19:07:32.076 INFO O| Aug 13 19:07:32.076 INFO O| Planning: Checking for conflicting actions ... Done
46822026-08-13T19:07:33.479Z[ host-image] Aug 13 19:07:32.079 INFO O| Aug 13 19:07:32.079 INFO O| Planning: Consolidating action changes ... Done
46832026-08-13T19:07:33.523Z[verify-libraries] Compiling secrecy v0.8.0
46842026-08-13T19:07:33.645Z[ host-image] Aug 13 19:07:32.246 INFO O| Aug 13 19:07:32.246 INFO O| Planning: Evaluating mediators ... Done
46852026-08-13T19:07:33.649Z[ host-image] Aug 13 19:07:32.249 INFO O| Aug 13 19:07:32.249 INFO O| Planning: Planning completed in 1.02 seconds
46862026-08-13T19:07:33.649Z[ host-image] Aug 13 19:07:32.250 INFO O| Aug 13 19:07:32.250 INFO O| Packages to install: 6
46872026-08-13T19:07:33.649Z[ host-image] Aug 13 19:07:32.250 INFO O| Aug 13 19:07:32.250 INFO O| Mediators to change: 1
46882026-08-13T19:07:33.649Z[ host-image] Aug 13 19:07:32.250 INFO O| Aug 13 19:07:32.250 INFO O| Services to change: 1
46892026-08-13T19:07:33.660Z[ host-image] Aug 13 19:07:32.261 INFO O| Aug 13 19:07:32.261 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46902026-08-13T19:07:33.754Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46912026-08-13T19:07:33.856Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46922026-08-13T19:07:33.959Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46932026-08-13T19:07:34.106Z[verify-libraries] Compiling group v0.14.0
46942026-08-13T19:07:34.194Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46952026-08-13T19:07:34.295Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46962026-08-13T19:07:34.350Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
46972026-08-13T19:07:34.408Z[ host-image] Aug 13 19:07:33.010 INFO O| Aug 13 19:07:33.010 INFO O| Download: Completed 7.84 MB in 0.75 seconds (10.5M/s)
46982026-08-13T19:07:34.448Z[ host-image] Aug 13 19:07:33.046 INFO O| Aug 13 19:07:33.046 INFO O| Actions: 1/1366 actions (Installing new actions)
46992026-08-13T19:07:34.459Z[verify-libraries] Compiling signature v3.0.0
47002026-08-13T19:07:34.565Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47012026-08-13T19:07:34.711Z[ host-image] Aug 13 19:07:33.313 INFO O| Aug 13 19:07:33.313 INFO O| Actions: Completed 1366 actions in 0.27 seconds.
47022026-08-13T19:07:34.748Z[ host-image] Aug 13 19:07:33.349 INFO O| Aug 13 19:07:33.349 INFO O| Finalize: Updating package state database ... Done
47032026-08-13T19:07:34.748Z[ host-image] Aug 13 19:07:33.349 INFO O| Aug 13 19:07:33.349 INFO O| Finalize: Updating package cache ... Done
47042026-08-13T19:07:34.812Z[verify-libraries] Compiling base16ct v1.0.0
47052026-08-13T19:07:34.841Z[ host-image] Aug 13 19:07:33.442 INFO O| Aug 13 19:07:33.442 INFO O| Finalize: Updating image state ... Done
47062026-08-13T19:07:34.946Z[verify-libraries] Compiling instability v0.3.11
47072026-08-13T19:07:35.027Z[verify-libraries] Compiling sec1 v0.8.1
47082026-08-13T19:07:35.069Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47092026-08-13T19:07:35.116Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47102026-08-13T19:07:35.190Z[ recovery-image] Aug 13 19:07:33.792 INFO O| Aug 13 19:07:33.791 INFO O| Download: 14971/16682 items 160.8/200.0MB 80% complete (16.1M/s)
47112026-08-13T19:07:35.274Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47122026-08-13T19:07:35.383Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47132026-08-13T19:07:35.438Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47142026-08-13T19:07:35.481Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47152026-08-13T19:07:35.515Z[verify-libraries] Compiling hkdf v0.13.0
47162026-08-13T19:07:35.557Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47172026-08-13T19:07:35.590Z[verify-libraries] Compiling scuffle v0.1.0
47182026-08-13T19:07:35.621Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47192026-08-13T19:07:35.906Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47202026-08-13T19:07:35.947Z[ host-image] Aug 13 19:07:34.549 INFO O| Aug 13 19:07:34.548 INFO O| Finalize: Creating fast lookup database ... Done
47212026-08-13T19:07:35.965Z[verify-libraries] Compiling castaway v0.2.4
47222026-08-13T19:07:35.982Z[ host-image] Aug 13 19:07:34.584 INFO O| Aug 13 19:07:34.584 INFO O| Finalize: Reading search index ... Done
47232026-08-13T19:07:35.982Z[ host-image] Aug 13 19:07:34.584 INFO O| Aug 13 19:07:34.584 INFO O| Finalize: Updating search index ... Done
47242026-08-13T19:07:36.023Z[ host-image] Aug 13 19:07:34.625 INFO O| Aug 13 19:07:34.625 INFO O| Finalize: Updating package cache ... Done
47252026-08-13T19:07:36.027Z[verify-libraries] Compiling indoc v2.0.7
47262026-08-13T19:07:36.149Z[verify-libraries] Compiling compact_str v0.8.1
47272026-08-13T19:07:36.234Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47282026-08-13T19:07:36.358Z[ host-image] Aug 13 19:07:34.960 INFO O| Aug 13 19:07:34.960 INFO STEP 13 (pkg_install) COMPLETE
47292026-08-13T19:07:36.358Z[ host-image] Aug 13 19:07:34.960 INFO O| Aug 13 19:07:34.960 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47302026-08-13T19:07:36.370Z[ host-image] Aug 13 19:07:34.972 INFO O| Aug 13 19:07:34.971 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
47312026-08-13T19:07:36.539Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47322026-08-13T19:07:36.875Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47332026-08-13T19:07:36.940Z[verify-libraries] Compiling elliptic-curve v0.14.1
47342026-08-13T19:07:37.014Z[ recovery-image] Aug 13 19:07:35.616 INFO O| Aug 13 19:07:35.616 INFO O| Download: Completed 200.00 MB in 11.83 seconds (16.9M/s)
47352026-08-13T19:07:37.226Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47362026-08-13T19:07:37.281Z[ recovery-image] Aug 13 19:07:35.883 INFO O| Aug 13 19:07:35.883 INFO O| Actions: 1/27580 actions (Installing new actions)
47372026-08-13T19:07:37.433Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47382026-08-13T19:07:37.505Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47392026-08-13T19:07:37.576Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47402026-08-13T19:07:37.761Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47412026-08-13T19:07:37.788Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47422026-08-13T19:07:37.896Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47432026-08-13T19:07:37.960Z[verify-libraries] Compiling unicode-truncate v1.1.0
47442026-08-13T19:07:38.109Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47452026-08-13T19:07:38.151Z[verify-libraries] Compiling lru v0.12.5
47462026-08-13T19:07:38.201Z[verify-libraries] Compiling arc-swap v1.8.2
47472026-08-13T19:07:38.410Z[verify-libraries] Compiling cassowary v0.3.0
47482026-08-13T19:07:38.603Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47492026-08-13T19:07:38.645Z[ host-image] Aug 13 19:07:37.247 INFO O| Aug 13 19:07:37.247 INFO O| Startup: Refreshing catalog 'helios' ... Done
47502026-08-13T19:07:38.796Z[verify-libraries] Compiling ratatui v0.29.0
47512026-08-13T19:07:38.841Z[verify-libraries] Compiling slog-scope v4.4.1
47522026-08-13T19:07:38.877Z[verify-libraries] Compiling wnaf v0.14.0
47532026-08-13T19:07:39.007Z[verify-libraries] Compiling primefield v0.14.0
47542026-08-13T19:07:39.080Z[ host-image] Aug 13 19:07:37.682 INFO O| Aug 13 19:07:37.682 INFO O| Startup: Caching catalogs ... Done
47552026-08-13T19:07:39.135Z[verify-libraries] Compiling rfc6979 v0.6.0
47562026-08-13T19:07:39.253Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47572026-08-13T19:07:39.345Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47582026-08-13T19:07:39.388Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
47592026-08-13T19:07:39.552Z[ host-image] Aug 13 19:07:38.154 INFO O| Aug 13 19:07:38.154 INFO O| Planning: Solver setup ... Done
47602026-08-13T19:07:39.559Z[ host-image] Aug 13 19:07:38.161 INFO O| Aug 13 19:07:38.161 INFO O| Planning: Running solver ... Done
47612026-08-13T19:07:39.576Z[ host-image] Aug 13 19:07:38.178 INFO O| Aug 13 19:07:38.178 INFO O| Planning: Finding local manifests ... Done
47622026-08-13T19:07:39.609Z[ host-image] Aug 13 19:07:38.211 INFO O| Aug 13 19:07:38.210 INFO O| Planning: Fetching manifests: 0/1 0% complete
47632026-08-13T19:07:39.617Z[ host-image] Aug 13 19:07:38.219 INFO O| Aug 13 19:07:38.218 INFO O| Planning: Fetching manifests: 1/1 100% complete
47642026-08-13T19:07:39.637Z[ host-image] Aug 13 19:07:38.239 INFO O| Aug 13 19:07:38.239 INFO O| Planning: Package planning ... Done
47652026-08-13T19:07:39.637Z[ host-image] Aug 13 19:07:38.239 INFO O| Aug 13 19:07:38.239 INFO O| Planning: Merging actions ... Done
47662026-08-13T19:07:39.673Z[verify-libraries] Compiling vergen-git2 v9.1.0
47672026-08-13T19:07:39.736Z[verify-libraries] Compiling strsim v0.10.0
47682026-08-13T19:07:39.831Z[ host-image] Aug 13 19:07:38.433 INFO O| Aug 13 19:07:38.433 INFO O| Planning: Checking for conflicting actions ... Done
47692026-08-13T19:07:39.835Z[ host-image] Aug 13 19:07:38.433 INFO O| Aug 13 19:07:38.433 INFO O| Planning: Consolidating action changes ... Done
47702026-08-13T19:07:39.918Z[verify-libraries] Compiling is_ci v1.2.0
47712026-08-13T19:07:39.988Z[ host-image] Aug 13 19:07:38.590 INFO O| Aug 13 19:07:38.590 INFO O| Planning: Evaluating mediators ... Done
47722026-08-13T19:07:39.992Z[ host-image] Aug 13 19:07:38.591 INFO O| Aug 13 19:07:38.591 INFO O| Planning: Planning completed in 0.89 seconds
47732026-08-13T19:07:39.992Z[ host-image] Aug 13 19:07:38.591 INFO O| Aug 13 19:07:38.591 INFO O| Packages to install: 1
47742026-08-13T19:07:40.000Z[ host-image] Aug 13 19:07:38.602 INFO O| Aug 13 19:07:38.602 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
47752026-08-13T19:07:40.152Z[verify-libraries] Compiling supports-color v3.0.2
47762026-08-13T19:07:40.174Z[verify-libraries] Compiling darling_core v0.13.4
47772026-08-13T19:07:40.227Z[verify-libraries] Compiling ecdsa v0.17.0
47782026-08-13T19:07:40.381Z[verify-libraries] Compiling primeorder v0.14.0
47792026-08-13T19:07:40.440Z[ host-image] Aug 13 19:07:39.040 INFO O| Aug 13 19:07:39.040 INFO O| Download: Completed 13.17 MB in 0.44 seconds (30.1M/s)
47802026-08-13T19:07:40.462Z[ host-image] Aug 13 19:07:39.064 INFO O| Aug 13 19:07:39.064 INFO O| Actions: 1/22 actions (Installing new actions)
47812026-08-13T19:07:40.735Z[ host-image] Aug 13 19:07:39.337 INFO O| Aug 13 19:07:39.337 INFO O| Actions: Completed 22 actions in 0.27 seconds.
47822026-08-13T19:07:40.775Z[ host-image] Aug 13 19:07:39.375 INFO O| Aug 13 19:07:39.375 INFO O| Finalize: Updating package state database ... Done
47832026-08-13T19:07:40.775Z[ host-image] Aug 13 19:07:39.375 INFO O| Aug 13 19:07:39.375 INFO O| Finalize: Updating package cache ... Done
47842026-08-13T19:07:40.891Z[ host-image] Aug 13 19:07:39.492 INFO O| Aug 13 19:07:39.492 INFO O| Finalize: Updating image state ... Done
47852026-08-13T19:07:40.894Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47862026-08-13T19:07:41.132Z[verify-libraries] Compiling diesel-dtrace v0.5.0
47872026-08-13T19:07:41.391Z[verify-libraries] Compiling slog-stdlog v4.1.1
47882026-08-13T19:07:41.496Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47892026-08-13T19:07:41.697Z[verify-libraries] Compiling tungstenite v0.23.0
47902026-08-13T19:07:41.769Z[verify-libraries] Compiling console v0.16.2
47912026-08-13T19:07:41.875Z[verify-libraries] Compiling curve25519-dalek v5.0.0
47922026-08-13T19:07:41.895Z[ host-image] Aug 13 19:07:40.497 INFO O| Aug 13 19:07:40.497 INFO O| Finalize: Creating fast lookup database ... Done
47932026-08-13T19:07:41.924Z[ host-image] Aug 13 19:07:40.526 INFO O| Aug 13 19:07:40.526 INFO O| Finalize: Reading search index ... Done
47942026-08-13T19:07:41.924Z[ host-image] Aug 13 19:07:40.526 INFO O| Aug 13 19:07:40.526 INFO O| Finalize: Updating search index ... Done
47952026-08-13T19:07:41.935Z[ host-image] Aug 13 19:07:40.537 INFO O| Aug 13 19:07:40.537 INFO O| Finalize: Updating package cache ... Done
47962026-08-13T19:07:42.199Z[ host-image] Aug 13 19:07:40.798 INFO O| Aug 13 19:07:40.798 INFO STEP 14 (pkg_install) COMPLETE
47972026-08-13T19:07:42.226Z[ host-image] Aug 13 19:07:40.798 INFO O| Aug 13 19:07:40.798 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47982026-08-13T19:07:42.226Z[ host-image] Aug 13 19:07:40.798 INFO O| Aug 13 19:07:40.798 INFO skip step because feature "mbist" is not enabled
47992026-08-13T19:07:42.226Z[ host-image] Aug 13 19:07:40.798 INFO O| Aug 13 19:07:40.798 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48002026-08-13T19:07:42.226Z[ host-image] Aug 13 19:07:40.798 INFO O| Aug 13 19:07:40.798 INFO skip step because feature "mfg" is not enabled
48012026-08-13T19:07:42.226Z[ host-image] Aug 13 19:07:40.798 INFO O| Aug 13 19:07:40.798 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48022026-08-13T19:07:42.226Z[ host-image] Aug 13 19:07:40.798 INFO O| Aug 13 19:07:40.798 INFO skip step because feature "compliance" is not enabled
48032026-08-13T19:07:42.226Z[ host-image] Aug 13 19:07:40.798 INFO O| Aug 13 19:07:40.798 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48042026-08-13T19:07:42.230Z[ host-image] Aug 13 19:07:40.798 INFO O| Aug 13 19:07:40.798 INFO skip step because feature "stress" is not enabled
48052026-08-13T19:07:42.230Z[ host-image] Aug 13 19:07:40.798 INFO O| Aug 13 19:07:40.798 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48062026-08-13T19:07:42.230Z[ host-image] Aug 13 19:07:40.798 INFO O| Aug 13 19:07:40.798 INFO skip step because feature "compliance" is not enabled
48072026-08-13T19:07:42.230Z[ host-image] Aug 13 19:07:40.798 INFO O| Aug 13 19:07:40.798 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48082026-08-13T19:07:42.230Z[ host-image] Aug 13 19:07:40.798 INFO O| Aug 13 19:07:40.798 INFO skip step because feature "nfs" is not enabled
48092026-08-13T19:07:42.230Z[ host-image] Aug 13 19:07:40.798 INFO O| Aug 13 19:07:40.798 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
48102026-08-13T19:07:42.230Z[ host-image] Aug 13 19:07:40.798 INFO O| Aug 13 19:07:40.798 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
48112026-08-13T19:07:42.281Z[ recovery-image] Aug 13 19:07:40.883 INFO O| Aug 13 19:07:40.883 INFO O| Actions: 19643/27580 actions (Installing new actions)
48122026-08-13T19:07:42.310Z[verify-libraries] Compiling libsw-core v0.3.2
48132026-08-13T19:07:42.347Z[verify-libraries] Compiling unit-prefix v0.5.2
48142026-08-13T19:07:42.501Z[verify-libraries] Compiling assert_matches v1.5.0
48152026-08-13T19:07:42.523Z[verify-libraries] Compiling void v1.0.2
48162026-08-13T19:07:42.568Z[verify-libraries] Compiling indicatif v0.18.4
48172026-08-13T19:07:42.593Z[verify-libraries] Compiling libsw v3.5.0
48182026-08-13T19:07:42.613Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48192026-08-13T19:07:42.637Z[verify-libraries] Compiling darling_macro v0.13.4
48202026-08-13T19:07:42.751Z[verify-libraries] Compiling lzss v0.8.2
48212026-08-13T19:07:42.811Z[verify-libraries] Compiling slog-envlogger v2.2.0
48222026-08-13T19:07:42.872Z[verify-libraries] Compiling ssh-encoding v0.3.0
48232026-08-13T19:07:42.901Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48242026-08-13T19:07:42.934Z[ host-image] Aug 13 19:07:41.536 INFO O| Aug 13 19:07:41.536 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
48252026-08-13T19:07:43.071Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48262026-08-13T19:07:43.094Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48272026-08-13T19:07:43.195Z[ host-image] Aug 13 19:07:41.797 INFO O| Aug 13 19:07:41.797 INFO completed processing sled/ramdisk-01-os
48282026-08-13T19:07:43.200Z[ host-image] Aug 13 19:07:41.799 INFO omicron1 baseline generation...
48292026-08-13T19:07:43.200Z[ host-image] Aug 13 19:07:41.799 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
48302026-08-13T19:07:43.301Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48312026-08-13T19:07:43.341Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48322026-08-13T19:07:43.382Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48332026-08-13T19:07:43.418Z[verify-libraries] Compiling nix v0.27.1
48342026-08-13T19:07:43.589Z[verify-libraries] Compiling colored v2.2.0
48352026-08-13T19:07:43.611Z[ host-image] Aug 13 19:07:42.206 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24189:20260811T192941Z
48362026-08-13T19:07:43.638Z[verify-libraries] Compiling blake3 v1.8.5
48372026-08-13T19:07:43.659Z[ recovery-image] Aug 13 19:07:42.258 INFO O| Aug 13 19:07:42.258 INFO O| Actions: Completed 27580 actions in 6.37 seconds.
48382026-08-13T19:07:43.673Z[verify-libraries] Compiling serde_bytes v0.11.19
48392026-08-13T19:07:43.734Z[ recovery-image] Aug 13 19:07:42.335 INFO O| Aug 13 19:07:42.335 INFO O| Finalize: Updating package state database ... Done
48402026-08-13T19:07:43.734Z[ recovery-image] Aug 13 19:07:42.335 INFO O| Aug 13 19:07:42.335 INFO O| Finalize: Updating package cache ... Done
48412026-08-13T19:07:43.754Z[verify-libraries] Compiling keccak v0.2.0
48422026-08-13T19:07:43.871Z[ recovery-image] Aug 13 19:07:42.463 INFO O| Aug 13 19:07:42.463 INFO O| Finalize: Updating image state ... Done
48432026-08-13T19:07:43.987Z[verify-libraries] Compiling shell-words v1.1.1
48442026-08-13T19:07:44.046Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48452026-08-13T19:07:44.201Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48462026-08-13T19:07:44.307Z[verify-libraries] Compiling darling v0.13.4
48472026-08-13T19:07:44.337Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48482026-08-13T19:07:44.629Z[ recovery-image] Aug 13 19:07:43.230 INFO O| Aug 13 19:07:43.230 INFO O| Finalize: Creating fast lookup database ... Done
48492026-08-13T19:07:44.670Z[ recovery-image] Aug 13 19:07:43.270 INFO O| Aug 13 19:07:43.270 INFO O| Finalize: Reading search index ... Done
48502026-08-13T19:07:44.715Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48512026-08-13T19:07:44.784Z[verify-libraries] Compiling ed25519 v3.0.0
48522026-08-13T19:07:44.922Z[verify-libraries] Compiling crypto-primes v0.7.2
48532026-08-13T19:07:45.120Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48542026-08-13T19:07:45.646Z[verify-libraries] Compiling poly1305 v0.9.0
48552026-08-13T19:07:46.090Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48562026-08-13T19:07:46.128Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48572026-08-13T19:07:46.244Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48582026-08-13T19:07:46.442Z[ recovery-image] Aug 13 19:07:45.043 INFO O| Aug 13 19:07:45.043 INFO O| Finalize: Building new search index ... Done
48592026-08-13T19:07:46.460Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48602026-08-13T19:07:46.539Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48612026-08-13T19:07:46.556Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48622026-08-13T19:07:46.768Z[ recovery-image] Aug 13 19:07:45.364 INFO O| Aug 13 19:07:45.364 INFO O| Finalize: Updating package cache ... Done
48632026-08-13T19:07:46.857Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48642026-08-13T19:07:46.890Z[verify-libraries] Compiling blowfish v0.10.0
48652026-08-13T19:07:46.983Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
48662026-08-13T19:07:47.019Z[verify-libraries] Compiling petname v2.0.2
48672026-08-13T19:07:47.077Z[ recovery-image] Aug 13 19:07:45.674 INFO O| Aug 13 19:07:45.674 INFO STEP 11 (pkg_install) COMPLETE
48682026-08-13T19:07:47.077Z[ recovery-image] Aug 13 19:07:45.674 INFO O| Aug 13 19:07:45.674 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48692026-08-13T19:07:47.077Z[ recovery-image] Aug 13 19:07:45.674 INFO O| Aug 13 19:07:45.674 INFO skip step because feature "recovery" is enabled
48702026-08-13T19:07:47.090Z[ recovery-image] Aug 13 19:07:45.674 INFO O| Aug 13 19:07:45.674 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48712026-08-13T19:07:47.090Z[ recovery-image] Aug 13 19:07:45.674 INFO O| Aug 13 19:07:45.674 INFO skip step because feature "omicron1" is not enabled
48722026-08-13T19:07:47.090Z[ recovery-image] Aug 13 19:07:45.674 INFO O| Aug 13 19:07:45.674 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48732026-08-13T19:07:47.090Z[ recovery-image] Aug 13 19:07:45.684 INFO O| Aug 13 19:07:45.684 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
48742026-08-13T19:07:47.094Z[verify-libraries] Compiling arrayvec v0.7.6
48752026-08-13T19:07:47.175Z[verify-libraries] Compiling constant_time_eq v0.4.2
48762026-08-13T19:07:47.289Z[verify-libraries] Compiling arrayref v0.3.9
48772026-08-13T19:07:47.390Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
48782026-08-13T19:07:47.498Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
48792026-08-13T19:07:47.715Z[verify-libraries] Compiling rsa v0.10.0-rc.18
48802026-08-13T19:07:47.782Z[verify-libraries] Compiling ssh-cipher v0.3.0
48812026-08-13T19:07:47.919Z[verify-libraries] Compiling ed25519-dalek v3.0.0
48822026-08-13T19:07:47.966Z[verify-libraries] Compiling serde_with_macros v1.5.2
48832026-08-13T19:07:47.973Z[verify-libraries] Compiling sha3 v0.11.0
48842026-08-13T19:07:48.199Z[verify-libraries] Compiling p256 v0.14.0
48852026-08-13T19:07:48.289Z[verify-libraries] Compiling p384 v0.14.0
48862026-08-13T19:07:48.597Z[verify-libraries] Compiling p521 v0.14.0
48872026-08-13T19:07:48.690Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
48882026-08-13T19:07:48.744Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48892026-08-13T19:07:48.775Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48902026-08-13T19:07:48.925Z[ recovery-image] Aug 13 19:07:47.525 INFO O| Aug 13 19:07:47.525 INFO O| Startup: Refreshing catalog 'helios' ... Done
48912026-08-13T19:07:49.346Z[verify-libraries] Compiling twox-hash v2.1.2
48922026-08-13T19:07:49.366Z[ recovery-image] Aug 13 19:07:47.964 INFO O| Aug 13 19:07:47.964 INFO O| Startup: Caching catalogs ... Done
48932026-08-13T19:07:49.451Z[verify-libraries] Compiling kem v0.3.0
48942026-08-13T19:07:49.525Z[verify-libraries] Compiling module-lattice v0.2.3
48952026-08-13T19:07:49.693Z[verify-libraries] Compiling atty v0.2.14
48962026-08-13T19:07:49.723Z[verify-libraries] Compiling rtoolbox v0.0.3
48972026-08-13T19:07:49.811Z[ recovery-image] Aug 13 19:07:48.410 INFO O| Aug 13 19:07:48.410 INFO O| Planning: Solver setup ... Done
48982026-08-13T19:07:49.825Z[ recovery-image] Aug 13 19:07:48.426 INFO O| Aug 13 19:07:48.426 INFO O| Planning: Running solver ... Done
48992026-08-13T19:07:49.844Z[ recovery-image] Aug 13 19:07:48.443 INFO O| Aug 13 19:07:48.443 INFO O| Planning: Finding local manifests ... Done
49002026-08-13T19:07:49.852Z[verify-libraries] Compiling topological-sort v0.2.2
49012026-08-13T19:07:49.863Z[ recovery-image] Aug 13 19:07:48.459 INFO O| Aug 13 19:07:48.459 INFO O| Planning: Fetching manifests: 0/1 0% complete
49022026-08-13T19:07:49.882Z[ recovery-image] Aug 13 19:07:48.467 INFO O| Aug 13 19:07:48.467 INFO O| Planning: Fetching manifests: 1/1 100% complete
49032026-08-13T19:07:49.903Z[verify-libraries] Compiling sponge-cursor v0.1.0
49042026-08-13T19:07:49.904Z[ recovery-image] Aug 13 19:07:48.484 INFO O| Aug 13 19:07:48.484 INFO O| Planning: Package planning ... Done
49052026-08-13T19:07:49.904Z[ recovery-image] Aug 13 19:07:48.484 INFO O| Aug 13 19:07:48.484 INFO O| Planning: Merging actions ... Done
49062026-08-13T19:07:49.923Z[ recovery-image] Aug 13 19:07:48.506 INFO O| Aug 13 19:07:48.506 INFO O| Planning: Checking for conflicting actions ... Done
49072026-08-13T19:07:49.923Z[ recovery-image] Aug 13 19:07:48.506 INFO O| Aug 13 19:07:48.506 INFO O| Planning: Consolidating action changes ... Done
49082026-08-13T19:07:49.938Z[verify-libraries] Compiling ml-kem v0.3.2
49092026-08-13T19:07:50.010Z[ recovery-image] Aug 13 19:07:48.607 INFO O| Aug 13 19:07:48.607 INFO O| Planning: Evaluating mediators ... Done
49102026-08-13T19:07:50.010Z[ recovery-image] Aug 13 19:07:48.607 INFO O| Aug 13 19:07:48.607 INFO O| Planning: Planning completed in 0.63 seconds
49112026-08-13T19:07:50.010Z[ recovery-image] Aug 13 19:07:48.608 INFO O| Aug 13 19:07:48.608 INFO O| Packages to install: 1
49122026-08-13T19:07:50.036Z[ recovery-image] Aug 13 19:07:48.620 INFO O| Aug 13 19:07:48.620 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
49132026-08-13T19:07:50.051Z[verify-libraries] Compiling sha3 v0.12.0
49142026-08-13T19:07:50.062Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49152026-08-13T19:07:50.094Z[verify-libraries] Compiling rpassword v7.5.4
49162026-08-13T19:07:50.349Z[ recovery-image] Aug 13 19:07:48.950 INFO O| Aug 13 19:07:48.950 INFO O| Download: Completed 13.17 MB in 0.33 seconds (39.9M/s)
49172026-08-13T19:07:50.390Z[ recovery-image] Aug 13 19:07:48.981 INFO O| Aug 13 19:07:48.981 INFO O| Actions: 1/22 actions (Installing new actions)
49182026-08-13T19:07:50.506Z[verify-libraries] Compiling serde_with v1.14.0
49192026-08-13T19:07:50.692Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49202026-08-13T19:07:50.756Z[ recovery-image] Aug 13 19:07:49.328 INFO O| Aug 13 19:07:49.328 INFO O| Actions: Completed 22 actions in 0.35 seconds.
49212026-08-13T19:07:50.814Z[ recovery-image] Aug 13 19:07:49.362 INFO O| Aug 13 19:07:49.362 INFO O| Finalize: Updating package state database ... Done
49222026-08-13T19:07:50.814Z[ recovery-image] Aug 13 19:07:49.362 INFO O| Aug 13 19:07:49.362 INFO O| Finalize: Updating package cache ... Done
49232026-08-13T19:07:50.863Z[ recovery-image] Aug 13 19:07:49.448 INFO O| Aug 13 19:07:49.448 INFO O| Finalize: Updating image state ... Done
49242026-08-13T19:07:50.954Z[verify-libraries] Compiling tui-tree-widget v0.23.1
49252026-08-13T19:07:51.030Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
49262026-08-13T19:07:51.227Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49272026-08-13T19:07:51.333Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
49282026-08-13T19:07:51.478Z[ recovery-image] Aug 13 19:07:50.080 INFO O| Aug 13 19:07:50.079 INFO O| Finalize: Creating fast lookup database ... Done
49292026-08-13T19:07:51.494Z[ recovery-image] Aug 13 19:07:50.096 INFO O| Aug 13 19:07:50.096 INFO O| Finalize: Reading search index ... Done
49302026-08-13T19:07:51.494Z[ recovery-image] Aug 13 19:07:50.096 INFO O| Aug 13 19:07:50.096 INFO O| Finalize: Updating search index ... Done
49312026-08-13T19:07:51.506Z[ recovery-image] Aug 13 19:07:50.107 INFO O| Aug 13 19:07:50.107 INFO O| Finalize: Updating package cache ... Done
49322026-08-13T19:07:51.734Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
49332026-08-13T19:07:51.782Z[ recovery-image] Aug 13 19:07:50.379 INFO O| Aug 13 19:07:50.379 INFO STEP 14 (pkg_install) COMPLETE
49342026-08-13T19:07:51.782Z[ recovery-image] Aug 13 19:07:50.379 INFO O| Aug 13 19:07:50.379 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49352026-08-13T19:07:51.782Z[ recovery-image] Aug 13 19:07:50.379 INFO O| Aug 13 19:07:50.379 INFO skip step because feature "mbist" is not enabled
49362026-08-13T19:07:51.789Z[ recovery-image] Aug 13 19:07:50.379 INFO O| Aug 13 19:07:50.379 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49372026-08-13T19:07:51.789Z[ recovery-image] Aug 13 19:07:50.379 INFO O| Aug 13 19:07:50.379 INFO skip step because feature "mfg" is not enabled
49382026-08-13T19:07:51.789Z[ recovery-image] Aug 13 19:07:50.379 INFO O| Aug 13 19:07:50.379 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49392026-08-13T19:07:51.789Z[ recovery-image] Aug 13 19:07:50.379 INFO O| Aug 13 19:07:50.379 INFO skip step because feature "compliance" is not enabled
49402026-08-13T19:07:51.789Z[ recovery-image] Aug 13 19:07:50.379 INFO O| Aug 13 19:07:50.379 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49412026-08-13T19:07:51.789Z[ recovery-image] Aug 13 19:07:50.379 INFO O| Aug 13 19:07:50.379 INFO skip step because feature "stress" is not enabled
49422026-08-13T19:07:51.789Z[ recovery-image] Aug 13 19:07:50.379 INFO O| Aug 13 19:07:50.379 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49432026-08-13T19:07:51.789Z[ recovery-image] Aug 13 19:07:50.379 INFO O| Aug 13 19:07:50.379 INFO skip step because feature "compliance" is not enabled
49442026-08-13T19:07:51.789Z[ recovery-image] Aug 13 19:07:50.379 INFO O| Aug 13 19:07:50.379 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49452026-08-13T19:07:51.789Z[ recovery-image] Aug 13 19:07:50.379 INFO O| Aug 13 19:07:50.379 INFO skip step because feature "nfs" is not enabled
49462026-08-13T19:07:51.789Z[ recovery-image] Aug 13 19:07:50.379 INFO O| Aug 13 19:07:50.379 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49472026-08-13T19:07:51.790Z[ recovery-image] Aug 13 19:07:50.379 INFO O| Aug 13 19:07:50.379 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49482026-08-13T19:07:51.832Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
49492026-08-13T19:07:51.933Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
49502026-08-13T19:07:52.069Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
49512026-08-13T19:07:52.270Z[ recovery-image] Aug 13 19:07:50.871 INFO O| Aug 13 19:07:50.871 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49522026-08-13T19:07:52.412Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49532026-08-13T19:07:52.452Z[ recovery-image] Aug 13 19:07:51.054 INFO O| Aug 13 19:07:51.053 INFO completed processing sled/ramdisk-01-os
49542026-08-13T19:07:52.460Z[ recovery-image] Aug 13 19:07:51.056 INFO image builder template: ramdisk-02-trim...
49552026-08-13T19:07:52.460Z[ recovery-image] Aug 13 19:07:51.056 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/.tmpnxszw3/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-02-trim"], pwd: None
49562026-08-13T19:07:52.494Z[ recovery-image] Aug 13 19:07:51.095 INFO O| Aug 13 19:07:51.095 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49572026-08-13T19:07:52.501Z[ recovery-image] Aug 13 19:07:51.101 INFO O| Aug 13 19:07:51.100 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49582026-08-13T19:07:52.568Z[ recovery-image] Aug 13 19:07:51.168 INFO O| Aug 13 19:07:51.168 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49592026-08-13T19:07:52.626Z[ recovery-image] Aug 13 19:07:51.226 INFO O| Aug 13 19:07:51.226 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49602026-08-13T19:07:52.626Z[ recovery-image] Aug 13 19:07:51.226 INFO O| Aug 13 19:07:51.226 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49612026-08-13T19:07:52.638Z[ recovery-image] Aug 13 19:07:51.231 INFO O| Aug 13 19:07:51.231 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49622026-08-13T19:07:52.638Z[ recovery-image] Aug 13 19:07:51.235 INFO O| Aug 13 19:07:51.235 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49632026-08-13T19:07:52.644Z[ recovery-image] Aug 13 19:07:51.240 INFO O| Aug 13 19:07:51.240 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49642026-08-13T19:07:52.748Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49652026-08-13T19:07:52.828Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
49662026-08-13T19:07:52.908Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49672026-08-13T19:07:52.995Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
49682026-08-13T19:07:53.101Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
49692026-08-13T19:07:53.105Z[ recovery-image] Aug 13 19:07:51.703 INFO O| Aug 13 19:07:51.703 INFO rolled back to input snapshot; work may begin
49702026-08-13T19:07:53.105Z[ recovery-image] Aug 13 19:07:51.703 INFO O| Aug 13 19:07:51.703 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49712026-08-13T19:07:53.110Z[ recovery-image] Aug 13 19:07:51.708 INFO O| Aug 13 19:07:51.708 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49722026-08-13T19:07:53.118Z[ recovery-image] Aug 13 19:07:51.717 INFO O| Aug 13 19:07:51.717 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49732026-08-13T19:07:53.129Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
49742026-08-13T19:07:53.165Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49752026-08-13T19:07:53.188Z[ recovery-image] Aug 13 19:07:51.784 INFO O| Aug 13 19:07:51.784 INFO STEP 0 (remove_files) COMPLETE
49762026-08-13T19:07:53.188Z[ recovery-image] Aug 13 19:07:51.784 INFO O| Aug 13 19:07:51.784 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49772026-08-13T19:07:53.195Z[ recovery-image] Aug 13 19:07:51.794 INFO O| Aug 13 19:07:51.794 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49782026-08-13T19:07:53.196Z[ recovery-image] Aug 13 19:07:51.796 INFO O| Aug 13 19:07:51.795 INFO STEP 1 (remove_files) COMPLETE
49792026-08-13T19:07:53.196Z[ recovery-image] Aug 13 19:07:51.796 INFO O| Aug 13 19:07:51.796 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49802026-08-13T19:07:53.205Z[ recovery-image] Aug 13 19:07:51.804 INFO O| Aug 13 19:07:51.804 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49812026-08-13T19:07:53.217Z[ recovery-image] Aug 13 19:07:51.818 INFO O| Aug 13 19:07:51.818 INFO STEP 2 (remove_files) COMPLETE
49822026-08-13T19:07:53.217Z[ recovery-image] Aug 13 19:07:51.818 INFO O| Aug 13 19:07:51.818 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49832026-08-13T19:07:53.226Z[ recovery-image] Aug 13 19:07:51.827 INFO O| Aug 13 19:07:51.827 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49842026-08-13T19:07:53.229Z[ recovery-image] Aug 13 19:07:51.828 INFO O| Aug 13 19:07:51.828 INFO STEP 3 (remove_files) COMPLETE
49852026-08-13T19:07:53.229Z[ recovery-image] Aug 13 19:07:51.828 INFO O| Aug 13 19:07:51.828 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49862026-08-13T19:07:53.235Z[ recovery-image] Aug 13 19:07:51.836 INFO O| Aug 13 19:07:51.836 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49872026-08-13T19:07:53.240Z[ recovery-image] Aug 13 19:07:51.839 INFO O| Aug 13 19:07:51.839 INFO STEP 4 (remove_files) COMPLETE
49882026-08-13T19:07:53.240Z[ recovery-image] Aug 13 19:07:51.839 INFO O| Aug 13 19:07:51.839 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49892026-08-13T19:07:53.246Z[ recovery-image] Aug 13 19:07:51.848 INFO O| Aug 13 19:07:51.848 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49902026-08-13T19:07:53.246Z[ recovery-image] Aug 13 19:07:51.848 INFO O| Aug 13 19:07:51.848 INFO STEP 5 (remove_files) COMPLETE
49912026-08-13T19:07:53.246Z[ recovery-image] Aug 13 19:07:51.848 INFO O| Aug 13 19:07:51.848 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49922026-08-13T19:07:53.255Z[ recovery-image] Aug 13 19:07:51.857 INFO O| Aug 13 19:07:51.856 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49932026-08-13T19:07:53.267Z[ recovery-image] Aug 13 19:07:51.868 INFO O| Aug 13 19:07:51.868 INFO STEP 6 (remove_files) COMPLETE
49942026-08-13T19:07:53.267Z[ recovery-image] Aug 13 19:07:51.868 INFO O| Aug 13 19:07:51.868 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49952026-08-13T19:07:53.267Z[ recovery-image] Aug 13 19:07:51.868 INFO O| Aug 13 19:07:51.868 INFO skip step because feature "heliosv2" is not enabled
49962026-08-13T19:07:53.272Z[ recovery-image] Aug 13 19:07:51.868 INFO O| Aug 13 19:07:51.868 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49972026-08-13T19:07:53.272Z[ recovery-image] Aug 13 19:07:51.868 INFO O| Aug 13 19:07:51.868 INFO skip step because feature "recovery" is enabled
49982026-08-13T19:07:53.273Z[ recovery-image] Aug 13 19:07:51.868 INFO O| Aug 13 19:07:51.868 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49992026-08-13T19:07:53.273Z[ recovery-image] Aug 13 19:07:51.868 INFO O| Aug 13 19:07:51.868 INFO skip step because feature "recovery" is enabled
50002026-08-13T19:07:53.273Z[ recovery-image] Aug 13 19:07:51.868 INFO O| Aug 13 19:07:51.868 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50012026-08-13T19:07:53.273Z[ recovery-image] Aug 13 19:07:51.868 INFO O| Aug 13 19:07:51.868 INFO skip step because feature "recovery" is enabled
50022026-08-13T19:07:53.273Z[ recovery-image] Aug 13 19:07:51.868 INFO O| Aug 13 19:07:51.868 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50032026-08-13T19:07:53.279Z[ recovery-image] Aug 13 19:07:51.878 INFO O| Aug 13 19:07:51.877 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50042026-08-13T19:07:53.289Z[ recovery-image] Aug 13 19:07:51.881 INFO O| Aug 13 19:07:51.880 INFO STEP 11 (remove_files) COMPLETE
50052026-08-13T19:07:53.289Z[ recovery-image] Aug 13 19:07:51.881 INFO O| Aug 13 19:07:51.881 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50062026-08-13T19:07:53.294Z[ recovery-image] Aug 13 19:07:51.890 INFO O| Aug 13 19:07:51.889 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50072026-08-13T19:07:53.294Z[ recovery-image] Aug 13 19:07:51.890 INFO O| Aug 13 19:07:51.890 INFO STEP 12 (remove_files) COMPLETE
50082026-08-13T19:07:53.294Z[ recovery-image] Aug 13 19:07:51.890 INFO O| Aug 13 19:07:51.890 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50092026-08-13T19:07:53.300Z[ recovery-image] Aug 13 19:07:51.900 INFO O| Aug 13 19:07:51.900 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50102026-08-13T19:07:53.300Z[ recovery-image] Aug 13 19:07:51.901 INFO O| Aug 13 19:07:51.901 INFO STEP 13 (remove_files) COMPLETE
50112026-08-13T19:07:53.300Z[ recovery-image] Aug 13 19:07:51.901 INFO O| Aug 13 19:07:51.901 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50122026-08-13T19:07:53.343Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
50132026-08-13T19:07:53.360Z[ recovery-image] Aug 13 19:07:51.961 INFO O| Aug 13 19:07:51.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50142026-08-13T19:07:53.360Z[ recovery-image] Aug 13 19:07:51.961 INFO O| Aug 13 19:07:51.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50152026-08-13T19:07:53.385Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50162026-08-13T19:07:53.426Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
50172026-08-13T19:07:53.504Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50182026-08-13T19:07:53.507Z[ recovery-image] Aug 13 19:07:52.108 INFO O| Aug 13 19:07:52.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50192026-08-13T19:07:53.507Z[ recovery-image] Aug 13 19:07:52.109 INFO O| Aug 13 19:07:52.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50202026-08-13T19:07:53.522Z[ recovery-image] Aug 13 19:07:52.124 INFO O| Aug 13 19:07:52.124 INFO STEP 14 (remove_files) COMPLETE
50212026-08-13T19:07:53.522Z[ recovery-image] Aug 13 19:07:52.125 INFO O| Aug 13 19:07:52.124 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50222026-08-13T19:07:53.533Z[ recovery-image] Aug 13 19:07:52.135 INFO O| Aug 13 19:07:52.135 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50232026-08-13T19:07:53.536Z[ recovery-image] Aug 13 19:07:52.137 INFO O| Aug 13 19:07:52.137 INFO STEP 15 (remove_files) COMPLETE
50242026-08-13T19:07:53.536Z[ recovery-image] Aug 13 19:07:52.137 INFO O| Aug 13 19:07:52.137 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50252026-08-13T19:07:53.543Z[ recovery-image] Aug 13 19:07:52.145 INFO O| Aug 13 19:07:52.145 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50262026-08-13T19:07:53.550Z[ recovery-image] Aug 13 19:07:52.152 INFO O| Aug 13 19:07:52.152 INFO STEP 16 (remove_files) COMPLETE
50272026-08-13T19:07:53.550Z[ recovery-image] Aug 13 19:07:52.152 INFO O| Aug 13 19:07:52.152 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50282026-08-13T19:07:53.559Z[ recovery-image] Aug 13 19:07:52.161 INFO O| Aug 13 19:07:52.161 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50292026-08-13T19:07:53.563Z[ recovery-image] Aug 13 19:07:52.161 INFO O| Aug 13 19:07:52.161 INFO STEP 17 (remove_files) COMPLETE
50302026-08-13T19:07:53.563Z[ recovery-image] Aug 13 19:07:52.161 INFO O| Aug 13 19:07:52.161 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50312026-08-13T19:07:53.568Z[ recovery-image] Aug 13 19:07:52.170 INFO O| Aug 13 19:07:52.170 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50322026-08-13T19:07:53.571Z[ recovery-image] Aug 13 19:07:52.171 INFO O| Aug 13 19:07:52.171 INFO STEP 18 (remove_files) COMPLETE
50332026-08-13T19:07:53.571Z[ recovery-image] Aug 13 19:07:52.171 INFO O| Aug 13 19:07:52.171 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50342026-08-13T19:07:53.577Z[ recovery-image] Aug 13 19:07:52.179 INFO O| Aug 13 19:07:52.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50352026-08-13T19:07:53.577Z[ recovery-image] Aug 13 19:07:52.179 INFO O| Aug 13 19:07:52.179 INFO STEP 19 (remove_files) COMPLETE
50362026-08-13T19:07:53.577Z[ recovery-image] Aug 13 19:07:52.179 INFO O| Aug 13 19:07:52.179 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50372026-08-13T19:07:53.588Z[ recovery-image] Aug 13 19:07:52.190 INFO O| Aug 13 19:07:52.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50382026-08-13T19:07:53.588Z[ recovery-image] Aug 13 19:07:52.190 INFO O| Aug 13 19:07:52.190 INFO STEP 20 (remove_files) COMPLETE
50392026-08-13T19:07:53.591Z[ recovery-image] Aug 13 19:07:52.190 INFO O| Aug 13 19:07:52.190 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50402026-08-13T19:07:53.595Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50412026-08-13T19:07:53.598Z[ recovery-image] Aug 13 19:07:52.200 INFO O| Aug 13 19:07:52.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50422026-08-13T19:07:53.598Z[ recovery-image] Aug 13 19:07:52.200 INFO O| Aug 13 19:07:52.200 INFO STEP 21 (remove_files) COMPLETE
50432026-08-13T19:07:53.598Z[ recovery-image] Aug 13 19:07:52.200 INFO O| Aug 13 19:07:52.200 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50442026-08-13T19:07:53.609Z[ recovery-image] Aug 13 19:07:52.211 INFO O| Aug 13 19:07:52.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50452026-08-13T19:07:53.609Z[ recovery-image] Aug 13 19:07:52.211 INFO O| Aug 13 19:07:52.211 INFO STEP 22 (remove_files) COMPLETE
50462026-08-13T19:07:53.609Z[ recovery-image] Aug 13 19:07:52.211 INFO O| Aug 13 19:07:52.211 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50472026-08-13T19:07:53.618Z[ recovery-image] Aug 13 19:07:52.220 INFO O| Aug 13 19:07:52.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50482026-08-13T19:07:53.618Z[ recovery-image] Aug 13 19:07:52.220 INFO O| Aug 13 19:07:52.220 INFO STEP 23 (remove_files) COMPLETE
50492026-08-13T19:07:53.618Z[ recovery-image] Aug 13 19:07:52.220 INFO O| Aug 13 19:07:52.220 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50502026-08-13T19:07:53.628Z[ recovery-image] Aug 13 19:07:52.229 INFO O| Aug 13 19:07:52.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50512026-08-13T19:07:53.628Z[ recovery-image] Aug 13 19:07:52.230 INFO O| Aug 13 19:07:52.229 INFO STEP 24 (remove_files) COMPLETE
50522026-08-13T19:07:53.631Z[ recovery-image] Aug 13 19:07:52.230 INFO O| Aug 13 19:07:52.230 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-08-13T19:07:53.637Z[ recovery-image] Aug 13 19:07:52.239 INFO O| Aug 13 19:07:52.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50542026-08-13T19:07:53.637Z[ recovery-image] Aug 13 19:07:52.239 INFO O| Aug 13 19:07:52.239 INFO STEP 25 (remove_files) COMPLETE
50552026-08-13T19:07:53.637Z[ recovery-image] Aug 13 19:07:52.239 INFO O| Aug 13 19:07:52.239 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50562026-08-13T19:07:53.647Z[ recovery-image] Aug 13 19:07:52.249 INFO O| Aug 13 19:07:52.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50572026-08-13T19:07:53.647Z[ recovery-image] Aug 13 19:07:52.249 INFO O| Aug 13 19:07:52.249 INFO STEP 26 (remove_files) COMPLETE
50582026-08-13T19:07:53.647Z[ recovery-image] Aug 13 19:07:52.249 INFO O| Aug 13 19:07:52.249 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-08-13T19:07:53.656Z[ recovery-image] Aug 13 19:07:52.258 INFO O| Aug 13 19:07:52.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50602026-08-13T19:07:53.656Z[ recovery-image] Aug 13 19:07:52.258 INFO O| Aug 13 19:07:52.258 INFO STEP 27 (remove_files) COMPLETE
50612026-08-13T19:07:53.656Z[ recovery-image] Aug 13 19:07:52.258 INFO O| Aug 13 19:07:52.258 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50622026-08-13T19:07:53.665Z[ recovery-image] Aug 13 19:07:52.267 INFO O| Aug 13 19:07:52.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50632026-08-13T19:07:53.665Z[ recovery-image] Aug 13 19:07:52.267 INFO O| Aug 13 19:07:52.267 INFO STEP 28 (remove_files) COMPLETE
50642026-08-13T19:07:53.665Z[ recovery-image] Aug 13 19:07:52.267 INFO O| Aug 13 19:07:52.267 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-13T19:07:53.673Z[ recovery-image] Aug 13 19:07:52.275 INFO O| Aug 13 19:07:52.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50662026-08-13T19:07:53.673Z[ recovery-image] Aug 13 19:07:52.275 INFO O| Aug 13 19:07:52.275 INFO STEP 29 (remove_files) COMPLETE
50672026-08-13T19:07:53.677Z[ recovery-image] Aug 13 19:07:52.275 INFO O| Aug 13 19:07:52.275 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-08-13T19:07:53.685Z[ recovery-image] Aug 13 19:07:52.286 INFO O| Aug 13 19:07:52.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50692026-08-13T19:07:53.685Z[ recovery-image] Aug 13 19:07:52.286 INFO O| Aug 13 19:07:52.286 INFO STEP 30 (remove_files) COMPLETE
50702026-08-13T19:07:53.688Z[ recovery-image] Aug 13 19:07:52.286 INFO O| Aug 13 19:07:52.286 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-08-13T19:07:53.695Z[ recovery-image] Aug 13 19:07:52.297 INFO O| Aug 13 19:07:52.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50722026-08-13T19:07:53.695Z[ recovery-image] Aug 13 19:07:52.297 INFO O| Aug 13 19:07:52.297 INFO STEP 31 (remove_files) COMPLETE
50732026-08-13T19:07:53.695Z[ recovery-image] Aug 13 19:07:52.297 INFO O| Aug 13 19:07:52.297 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50742026-08-13T19:07:53.706Z[ recovery-image] Aug 13 19:07:52.307 INFO O| Aug 13 19:07:52.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50752026-08-13T19:07:53.706Z[ recovery-image] Aug 13 19:07:52.308 INFO O| Aug 13 19:07:52.307 INFO STEP 32 (remove_files) COMPLETE
50762026-08-13T19:07:53.706Z[ recovery-image] Aug 13 19:07:52.308 INFO O| Aug 13 19:07:52.308 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50772026-08-13T19:07:53.716Z[ recovery-image] Aug 13 19:07:52.318 INFO O| Aug 13 19:07:52.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50782026-08-13T19:07:53.716Z[ recovery-image] Aug 13 19:07:52.318 INFO O| Aug 13 19:07:52.318 INFO STEP 33 (remove_files) COMPLETE
50792026-08-13T19:07:53.716Z[ recovery-image] Aug 13 19:07:52.318 INFO O| Aug 13 19:07:52.318 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-08-13T19:07:53.726Z[ recovery-image] Aug 13 19:07:52.328 INFO O| Aug 13 19:07:52.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50812026-08-13T19:07:53.727Z[ recovery-image] Aug 13 19:07:52.328 INFO O| Aug 13 19:07:52.328 INFO STEP 34 (remove_files) COMPLETE
50822026-08-13T19:07:53.727Z[ recovery-image] Aug 13 19:07:52.328 INFO O| Aug 13 19:07:52.328 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50832026-08-13T19:07:53.748Z[ recovery-image] Aug 13 19:07:52.349 INFO O| Aug 13 19:07:52.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50842026-08-13T19:07:53.748Z[ recovery-image] Aug 13 19:07:52.349 INFO O| Aug 13 19:07:52.349 INFO STEP 35 (remove_files) COMPLETE
50852026-08-13T19:07:53.748Z[ recovery-image] Aug 13 19:07:52.349 INFO O| Aug 13 19:07:52.349 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-08-13T19:07:53.759Z[ recovery-image] Aug 13 19:07:52.361 INFO O| Aug 13 19:07:52.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50872026-08-13T19:07:53.759Z[ recovery-image] Aug 13 19:07:52.361 INFO O| Aug 13 19:07:52.361 INFO STEP 36 (remove_files) COMPLETE
50882026-08-13T19:07:53.762Z[ recovery-image] Aug 13 19:07:52.361 INFO O| Aug 13 19:07:52.361 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-08-13T19:07:53.770Z[ recovery-image] Aug 13 19:07:52.371 INFO O| Aug 13 19:07:52.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50902026-08-13T19:07:53.770Z[ recovery-image] Aug 13 19:07:52.371 INFO O| Aug 13 19:07:52.371 INFO STEP 37 (remove_files) COMPLETE
50912026-08-13T19:07:53.770Z[ recovery-image] Aug 13 19:07:52.371 INFO O| Aug 13 19:07:52.371 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-08-13T19:07:53.780Z[ recovery-image] Aug 13 19:07:52.381 INFO O| Aug 13 19:07:52.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50932026-08-13T19:07:53.780Z[ recovery-image] Aug 13 19:07:52.381 INFO O| Aug 13 19:07:52.381 INFO STEP 38 (remove_files) COMPLETE
50942026-08-13T19:07:53.783Z[ recovery-image] Aug 13 19:07:52.381 INFO O| Aug 13 19:07:52.381 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-13T19:07:53.789Z[ recovery-image] Aug 13 19:07:52.391 INFO O| Aug 13 19:07:52.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50962026-08-13T19:07:53.789Z[ recovery-image] Aug 13 19:07:52.391 INFO O| Aug 13 19:07:52.391 INFO STEP 39 (remove_files) COMPLETE
50972026-08-13T19:07:53.792Z[ recovery-image] Aug 13 19:07:52.391 INFO O| Aug 13 19:07:52.391 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-13T19:07:53.799Z[ recovery-image] Aug 13 19:07:52.401 INFO O| Aug 13 19:07:52.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50992026-08-13T19:07:53.799Z[ recovery-image] Aug 13 19:07:52.401 INFO O| Aug 13 19:07:52.401 INFO STEP 40 (remove_files) COMPLETE
51002026-08-13T19:07:53.802Z[ recovery-image] Aug 13 19:07:52.401 INFO O| Aug 13 19:07:52.401 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-08-13T19:07:53.817Z[ recovery-image] Aug 13 19:07:52.411 INFO O| Aug 13 19:07:52.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51022026-08-13T19:07:53.817Z[ recovery-image] Aug 13 19:07:52.411 INFO O| Aug 13 19:07:52.411 INFO STEP 41 (remove_files) COMPLETE
51032026-08-13T19:07:53.817Z[ recovery-image] Aug 13 19:07:52.411 INFO O| Aug 13 19:07:52.411 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-08-13T19:07:53.821Z[ recovery-image] Aug 13 19:07:52.420 INFO O| Aug 13 19:07:52.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51052026-08-13T19:07:53.821Z[ recovery-image] Aug 13 19:07:52.420 INFO O| Aug 13 19:07:52.420 INFO STEP 42 (remove_files) COMPLETE
51062026-08-13T19:07:53.821Z[ recovery-image] Aug 13 19:07:52.420 INFO O| Aug 13 19:07:52.420 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-08-13T19:07:53.828Z[ recovery-image] Aug 13 19:07:52.430 INFO O| Aug 13 19:07:52.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51082026-08-13T19:07:53.828Z[ recovery-image] Aug 13 19:07:52.430 INFO O| Aug 13 19:07:52.430 INFO STEP 43 (remove_files) COMPLETE
51092026-08-13T19:07:53.828Z[ recovery-image] Aug 13 19:07:52.430 INFO O| Aug 13 19:07:52.430 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51102026-08-13T19:07:53.837Z[ recovery-image] Aug 13 19:07:52.439 INFO O| Aug 13 19:07:52.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51112026-08-13T19:07:53.837Z[ recovery-image] Aug 13 19:07:52.439 INFO O| Aug 13 19:07:52.439 INFO STEP 44 (remove_files) COMPLETE
51122026-08-13T19:07:53.837Z[ recovery-image] Aug 13 19:07:52.439 INFO O| Aug 13 19:07:52.439 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51132026-08-13T19:07:53.847Z[ recovery-image] Aug 13 19:07:52.449 INFO O| Aug 13 19:07:52.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51142026-08-13T19:07:53.847Z[ recovery-image] Aug 13 19:07:52.449 INFO O| Aug 13 19:07:52.449 INFO STEP 45 (remove_files) COMPLETE
51152026-08-13T19:07:53.852Z[ recovery-image] Aug 13 19:07:52.449 INFO O| Aug 13 19:07:52.449 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51162026-08-13T19:07:53.857Z[ recovery-image] Aug 13 19:07:52.459 INFO O| Aug 13 19:07:52.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51172026-08-13T19:07:53.857Z[ recovery-image] Aug 13 19:07:52.459 INFO O| Aug 13 19:07:52.459 INFO STEP 46 (remove_files) COMPLETE
51182026-08-13T19:07:53.857Z[ recovery-image] Aug 13 19:07:52.459 INFO O| Aug 13 19:07:52.459 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51192026-08-13T19:07:53.872Z[ recovery-image] Aug 13 19:07:52.474 INFO O| Aug 13 19:07:52.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51202026-08-13T19:07:53.872Z[ recovery-image] Aug 13 19:07:52.474 INFO O| Aug 13 19:07:52.474 INFO STEP 47 (remove_files) COMPLETE
51212026-08-13T19:07:53.875Z[ recovery-image] Aug 13 19:07:52.474 INFO O| Aug 13 19:07:52.474 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51222026-08-13T19:07:53.903Z[ recovery-image] Aug 13 19:07:52.504 INFO O| Aug 13 19:07:52.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51232026-08-13T19:07:53.903Z[ recovery-image] Aug 13 19:07:52.504 INFO O| Aug 13 19:07:52.504 INFO STEP 48 (remove_files) COMPLETE
51242026-08-13T19:07:53.903Z[ recovery-image] Aug 13 19:07:52.504 INFO O| Aug 13 19:07:52.504 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51252026-08-13T19:07:53.912Z[ recovery-image] Aug 13 19:07:52.514 INFO O| Aug 13 19:07:52.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51262026-08-13T19:07:53.912Z[ recovery-image] Aug 13 19:07:52.514 INFO O| Aug 13 19:07:52.514 INFO STEP 49 (remove_files) COMPLETE
51272026-08-13T19:07:53.912Z[ recovery-image] Aug 13 19:07:52.514 INFO O| Aug 13 19:07:52.514 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51282026-08-13T19:07:53.946Z[ recovery-image] Aug 13 19:07:52.548 INFO O| Aug 13 19:07:52.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51292026-08-13T19:07:53.946Z[ recovery-image] Aug 13 19:07:52.548 INFO O| Aug 13 19:07:52.548 INFO STEP 50 (remove_files) COMPLETE
51302026-08-13T19:07:53.953Z[ recovery-image] Aug 13 19:07:52.548 INFO O| Aug 13 19:07:52.548 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51312026-08-13T19:07:53.970Z[ recovery-image] Aug 13 19:07:52.572 INFO O| Aug 13 19:07:52.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51322026-08-13T19:07:53.970Z[ recovery-image] Aug 13 19:07:52.572 INFO O| Aug 13 19:07:52.572 INFO STEP 51 (remove_files) COMPLETE
51332026-08-13T19:07:53.970Z[ recovery-image] Aug 13 19:07:52.572 INFO O| Aug 13 19:07:52.572 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-08-13T19:07:53.982Z[ recovery-image] Aug 13 19:07:52.583 INFO O| Aug 13 19:07:52.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51352026-08-13T19:07:53.982Z[ recovery-image] Aug 13 19:07:52.583 INFO O| Aug 13 19:07:52.583 INFO STEP 52 (remove_files) COMPLETE
51362026-08-13T19:07:53.986Z[ recovery-image] Aug 13 19:07:52.583 INFO O| Aug 13 19:07:52.583 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-08-13T19:07:54.007Z[ recovery-image] Aug 13 19:07:52.603 INFO O| Aug 13 19:07:52.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51382026-08-13T19:07:54.007Z[ recovery-image] Aug 13 19:07:52.603 INFO O| Aug 13 19:07:52.603 INFO STEP 53 (remove_files) COMPLETE
51392026-08-13T19:07:54.008Z[ recovery-image] Aug 13 19:07:52.603 INFO O| Aug 13 19:07:52.603 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-08-13T19:07:54.052Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
51412026-08-13T19:07:54.060Z[ recovery-image] Aug 13 19:07:52.659 INFO O| Aug 13 19:07:52.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51422026-08-13T19:07:54.060Z[ recovery-image] Aug 13 19:07:52.659 INFO O| Aug 13 19:07:52.659 INFO STEP 54 (remove_files) COMPLETE
51432026-08-13T19:07:54.063Z[ recovery-image] Aug 13 19:07:52.659 INFO O| Aug 13 19:07:52.659 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51442026-08-13T19:07:54.068Z[ recovery-image] Aug 13 19:07:52.669 INFO O| Aug 13 19:07:52.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51452026-08-13T19:07:54.068Z[ recovery-image] Aug 13 19:07:52.669 INFO O| Aug 13 19:07:52.669 INFO STEP 55 (remove_files) COMPLETE
51462026-08-13T19:07:54.068Z[ recovery-image] Aug 13 19:07:52.669 INFO O| Aug 13 19:07:52.669 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51472026-08-13T19:07:54.076Z[ recovery-image] Aug 13 19:07:52.677 INFO O| Aug 13 19:07:52.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51482026-08-13T19:07:54.076Z[ recovery-image] Aug 13 19:07:52.677 INFO O| Aug 13 19:07:52.677 INFO STEP 56 (remove_files) COMPLETE
51492026-08-13T19:07:54.076Z[ recovery-image] Aug 13 19:07:52.677 INFO O| Aug 13 19:07:52.677 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51502026-08-13T19:07:54.085Z[ recovery-image] Aug 13 19:07:52.687 INFO O| Aug 13 19:07:52.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51512026-08-13T19:07:54.085Z[ recovery-image] Aug 13 19:07:52.687 INFO O| Aug 13 19:07:52.687 INFO STEP 57 (remove_files) COMPLETE
51522026-08-13T19:07:54.085Z[ recovery-image] Aug 13 19:07:52.687 INFO O| Aug 13 19:07:52.687 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51532026-08-13T19:07:54.099Z[ recovery-image] Aug 13 19:07:52.700 INFO O| Aug 13 19:07:52.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51542026-08-13T19:07:54.099Z[ recovery-image] Aug 13 19:07:52.700 INFO O| Aug 13 19:07:52.700 INFO STEP 58 (remove_files) COMPLETE
51552026-08-13T19:07:54.104Z[ recovery-image] Aug 13 19:07:52.700 INFO O| Aug 13 19:07:52.700 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51562026-08-13T19:07:54.108Z[ recovery-image] Aug 13 19:07:52.709 INFO O| Aug 13 19:07:52.709 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51572026-08-13T19:07:54.108Z[ recovery-image] Aug 13 19:07:52.709 INFO O| Aug 13 19:07:52.709 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51582026-08-13T19:07:54.108Z[ recovery-image] Aug 13 19:07:52.709 INFO O| Aug 13 19:07:52.709 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51592026-08-13T19:07:54.108Z[ recovery-image] Aug 13 19:07:52.709 INFO O| Aug 13 19:07:52.709 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51602026-08-13T19:07:54.108Z[ recovery-image] Aug 13 19:07:52.709 INFO O| Aug 13 19:07:52.709 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51612026-08-13T19:07:54.108Z[ recovery-image] Aug 13 19:07:52.709 INFO O| Aug 13 19:07:52.709 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51622026-08-13T19:07:54.108Z[ recovery-image] Aug 13 19:07:52.709 INFO O| Aug 13 19:07:52.709 INFO ok!
51632026-08-13T19:07:54.108Z[ recovery-image] Aug 13 19:07:52.709 INFO O| Aug 13 19:07:52.709 INFO STEP 59 (ensure_file) COMPLETE
51642026-08-13T19:07:54.111Z[ recovery-image] Aug 13 19:07:52.709 INFO O| Aug 13 19:07:52.709 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51652026-08-13T19:07:54.150Z[ recovery-image] Aug 13 19:07:52.752 INFO O| Aug 13 19:07:52.751 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51662026-08-13T19:07:54.150Z[ recovery-image] Aug 13 19:07:52.752 INFO O| Aug 13 19:07:52.752 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51672026-08-13T19:07:54.154Z[ recovery-image] Aug 13 19:07:52.752 INFO O| Aug 13 19:07:52.752 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51682026-08-13T19:07:54.155Z[ recovery-image] Aug 13 19:07:52.752 INFO O| Aug 13 19:07:52.752 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51692026-08-13T19:07:54.155Z[ recovery-image] Aug 13 19:07:52.752 INFO O| Aug 13 19:07:52.752 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51702026-08-13T19:07:54.155Z[ recovery-image] Aug 13 19:07:52.752 INFO O| Aug 13 19:07:52.752 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51712026-08-13T19:07:54.155Z[ recovery-image] Aug 13 19:07:52.752 INFO O| Aug 13 19:07:52.752 INFO ok!
51722026-08-13T19:07:54.155Z[ recovery-image] Aug 13 19:07:52.752 INFO O| Aug 13 19:07:52.752 INFO STEP 60 (ensure_file) COMPLETE
51732026-08-13T19:07:54.155Z[ recovery-image] Aug 13 19:07:52.752 INFO O| Aug 13 19:07:52.752 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51742026-08-13T19:07:54.168Z[ recovery-image] Aug 13 19:07:52.769 INFO O| Aug 13 19:07:52.769 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51752026-08-13T19:07:54.168Z[ recovery-image] Aug 13 19:07:52.769 INFO O| Aug 13 19:07:52.769 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51762026-08-13T19:07:54.168Z[ recovery-image] Aug 13 19:07:52.769 INFO O| Aug 13 19:07:52.769 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51772026-08-13T19:07:54.174Z[ recovery-image] Aug 13 19:07:52.769 INFO O| Aug 13 19:07:52.769 INFO ok!
51782026-08-13T19:07:54.174Z[ recovery-image] Aug 13 19:07:52.769 INFO O| Aug 13 19:07:52.769 INFO STEP 61 (ensure_file) COMPLETE
51792026-08-13T19:07:54.174Z[ recovery-image] Aug 13 19:07:52.769 INFO O| Aug 13 19:07:52.769 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51802026-08-13T19:07:54.178Z[ recovery-image] Aug 13 19:07:52.778 INFO O| Aug 13 19:07:52.778 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51812026-08-13T19:07:54.178Z[ recovery-image] Aug 13 19:07:52.778 INFO O| Aug 13 19:07:52.778 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51822026-08-13T19:07:54.178Z[ recovery-image] Aug 13 19:07:52.778 INFO O| Aug 13 19:07:52.778 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51832026-08-13T19:07:54.178Z[ recovery-image] Aug 13 19:07:52.778 INFO O| Aug 13 19:07:52.778 INFO ok!
51842026-08-13T19:07:54.178Z[ recovery-image] Aug 13 19:07:52.778 INFO O| Aug 13 19:07:52.778 INFO STEP 62 (ensure_file) COMPLETE
51852026-08-13T19:07:54.178Z[ recovery-image] Aug 13 19:07:52.778 INFO O| Aug 13 19:07:52.778 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51862026-08-13T19:07:54.185Z[ recovery-image] Aug 13 19:07:52.787 INFO O| Aug 13 19:07:52.787 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51872026-08-13T19:07:54.185Z[ recovery-image] Aug 13 19:07:52.787 INFO O| Aug 13 19:07:52.787 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51882026-08-13T19:07:54.185Z[ recovery-image] Aug 13 19:07:52.787 INFO O| Aug 13 19:07:52.787 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51892026-08-13T19:07:54.189Z[ recovery-image] Aug 13 19:07:52.787 INFO O| Aug 13 19:07:52.787 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51902026-08-13T19:07:54.189Z[ recovery-image] Aug 13 19:07:52.787 INFO O| Aug 13 19:07:52.787 INFO ok!
51912026-08-13T19:07:54.189Z[ recovery-image] Aug 13 19:07:52.787 INFO O| Aug 13 19:07:52.787 INFO STEP 63 (ensure_file) COMPLETE
51922026-08-13T19:07:54.189Z[ recovery-image] Aug 13 19:07:52.787 INFO O| Aug 13 19:07:52.787 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51932026-08-13T19:07:54.198Z[ recovery-image] Aug 13 19:07:52.795 INFO O| Aug 13 19:07:52.795 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51942026-08-13T19:07:54.198Z[ recovery-image] Aug 13 19:07:52.795 INFO O| Aug 13 19:07:52.795 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51952026-08-13T19:07:54.198Z[ recovery-image] Aug 13 19:07:52.795 INFO O| Aug 13 19:07:52.795 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51962026-08-13T19:07:54.203Z[ recovery-image] Aug 13 19:07:52.795 INFO O| Aug 13 19:07:52.795 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51972026-08-13T19:07:54.203Z[ recovery-image] Aug 13 19:07:52.795 INFO O| Aug 13 19:07:52.795 INFO ok!
51982026-08-13T19:07:54.203Z[ recovery-image] Aug 13 19:07:52.795 INFO O| Aug 13 19:07:52.795 INFO STEP 64 (ensure_file) COMPLETE
51992026-08-13T19:07:54.203Z[ recovery-image] Aug 13 19:07:52.795 INFO O| Aug 13 19:07:52.795 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52002026-08-13T19:07:54.260Z[ recovery-image] Aug 13 19:07:52.809 INFO O| Aug 13 19:07:52.809 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52012026-08-13T19:07:54.260Z[ recovery-image] Aug 13 19:07:52.809 INFO O| Aug 13 19:07:52.809 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52022026-08-13T19:07:54.260Z[ recovery-image] Aug 13 19:07:52.809 INFO O| Aug 13 19:07:52.809 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52032026-08-13T19:07:54.260Z[ recovery-image] Aug 13 19:07:52.809 INFO O| Aug 13 19:07:52.809 INFO ok!
52042026-08-13T19:07:54.260Z[ recovery-image] Aug 13 19:07:52.809 INFO O| Aug 13 19:07:52.809 INFO STEP 65 (assemble_files) COMPLETE
52052026-08-13T19:07:54.260Z[ recovery-image] Aug 13 19:07:52.809 INFO O| Aug 13 19:07:52.809 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52062026-08-13T19:07:54.260Z[ recovery-image] Aug 13 19:07:52.818 INFO O| Aug 13 19:07:52.818 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52072026-08-13T19:07:54.260Z[ recovery-image] Aug 13 19:07:52.818 INFO O| Aug 13 19:07:52.818 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52082026-08-13T19:07:54.261Z[ recovery-image] Aug 13 19:07:52.818 INFO O| Aug 13 19:07:52.818 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52092026-08-13T19:07:54.261Z[ recovery-image] Aug 13 19:07:52.818 INFO O| Aug 13 19:07:52.818 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52102026-08-13T19:07:54.261Z[ recovery-image] Aug 13 19:07:52.818 INFO O| Aug 13 19:07:52.818 INFO ok!
52112026-08-13T19:07:54.261Z[ recovery-image] Aug 13 19:07:52.818 INFO O| Aug 13 19:07:52.818 INFO STEP 66 (ensure_file) COMPLETE
52122026-08-13T19:07:54.261Z[ recovery-image] Aug 13 19:07:52.818 INFO O| Aug 13 19:07:52.818 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52132026-08-13T19:07:54.261Z[ recovery-image] Aug 13 19:07:52.818 INFO O| Aug 13 19:07:52.818 INFO skip step because feature "omicron1" is not enabled
52142026-08-13T19:07:54.261Z[ recovery-image] Aug 13 19:07:52.818 INFO O| Aug 13 19:07:52.818 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52152026-08-13T19:07:54.261Z[ recovery-image] Aug 13 19:07:52.818 INFO O| Aug 13 19:07:52.818 INFO skip step because feature "omicron1" is not enabled
52162026-08-13T19:07:54.261Z[ recovery-image] Aug 13 19:07:52.818 INFO O| Aug 13 19:07:52.818 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52172026-08-13T19:07:54.261Z[ recovery-image] Aug 13 19:07:52.818 INFO O| Aug 13 19:07:52.818 INFO skip step because feature "omicron1" is not enabled
52182026-08-13T19:07:54.261Z[ recovery-image] Aug 13 19:07:52.818 INFO O| Aug 13 19:07:52.818 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52192026-08-13T19:07:54.261Z[ recovery-image] Aug 13 19:07:52.831 INFO O| Aug 13 19:07:52.831 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52202026-08-13T19:07:54.261Z[ recovery-image] Aug 13 19:07:52.832 INFO O| Aug 13 19:07:52.831 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52212026-08-13T19:07:54.972Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
52222026-08-13T19:07:55.047Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52232026-08-13T19:07:55.671Z[ recovery-image] Aug 13 19:07:54.271 INFO O| Aug 13 19:07:54.270 INFO STEP 70 (pack_tar) COMPLETE
52242026-08-13T19:07:55.671Z[ recovery-image] Aug 13 19:07:54.271 INFO O| Aug 13 19:07:54.271 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52252026-08-13T19:07:55.671Z[ recovery-image] Aug 13 19:07:54.271 INFO O| Aug 13 19:07:54.271 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52262026-08-13T19:07:56.471Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52272026-08-13T19:07:56.496Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52282026-08-13T19:07:56.503Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52292026-08-13T19:07:56.596Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
52302026-08-13T19:07:56.843Z[ recovery-image] Aug 13 19:07:55.437 INFO O| Aug 13 19:07:55.437 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52312026-08-13T19:07:56.934Z[ recovery-image] Aug 13 19:07:55.536 INFO O| Aug 13 19:07:55.536 INFO completed processing sled/ramdisk-02-trim
52322026-08-13T19:07:56.939Z[ recovery-image] Aug 13 19:07:55.538 INFO image builder template: ramdisk-03-recovery-trim...
52332026-08-13T19:07:56.939Z[ recovery-image] Aug 13 19:07:55.538 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/.tmpnxszw3/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-03-recovery-trim"], pwd: None
52342026-08-13T19:07:56.943Z[ recovery-image] Aug 13 19:07:55.543 INFO O| Aug 13 19:07:55.543 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52352026-08-13T19:07:57.020Z[ recovery-image] Aug 13 19:07:55.621 INFO O| Aug 13 19:07:55.621 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52362026-08-13T19:07:57.026Z[ recovery-image] Aug 13 19:07:55.625 INFO O| Aug 13 19:07:55.625 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52372026-08-13T19:07:57.115Z[ recovery-image] Aug 13 19:07:55.708 INFO O| Aug 13 19:07:55.708 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52382026-08-13T19:07:57.138Z[verify-libraries] Compiling fatfs v0.3.6
52392026-08-13T19:07:57.203Z[ recovery-image] Aug 13 19:07:55.803 INFO O| Aug 13 19:07:55.803 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52402026-08-13T19:07:57.203Z[ recovery-image] Aug 13 19:07:55.803 INFO O| Aug 13 19:07:55.803 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52412026-08-13T19:07:57.209Z[ recovery-image] Aug 13 19:07:55.811 INFO O| Aug 13 19:07:55.810 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52422026-08-13T19:07:57.213Z[ recovery-image] Aug 13 19:07:55.815 INFO O| Aug 13 19:07:55.815 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52432026-08-13T19:07:57.218Z[ recovery-image] Aug 13 19:07:55.820 INFO O| Aug 13 19:07:55.820 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52442026-08-13T19:07:57.660Z[verify-libraries] Compiling num-bigint v0.4.6
52452026-08-13T19:07:57.793Z[verify-libraries] Compiling generic-array v1.4.3
52462026-08-13T19:07:57.919Z[ recovery-image] Aug 13 19:07:56.520 INFO O| Aug 13 19:07:56.520 INFO rolled back to input snapshot; work may begin
52472026-08-13T19:07:57.919Z[ recovery-image] Aug 13 19:07:56.520 INFO O| Aug 13 19:07:56.520 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52482026-08-13T19:07:57.925Z[ recovery-image] Aug 13 19:07:56.525 INFO O| Aug 13 19:07:56.525 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52492026-08-13T19:07:57.936Z[verify-libraries] Compiling russh-util v0.52.0
52502026-08-13T19:07:57.947Z[ recovery-image] Aug 13 19:07:56.535 INFO O| Aug 13 19:07:56.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52512026-08-13T19:07:57.947Z[ recovery-image] Aug 13 19:07:56.539 INFO O| Aug 13 19:07:56.539 INFO STEP 0 (remove_files) COMPLETE
52522026-08-13T19:07:57.947Z[ recovery-image] Aug 13 19:07:56.539 INFO O| Aug 13 19:07:56.539 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52532026-08-13T19:07:57.950Z[ recovery-image] Aug 13 19:07:56.549 INFO O| Aug 13 19:07:56.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52542026-08-13T19:07:57.950Z[ recovery-image] Aug 13 19:07:56.550 INFO O| Aug 13 19:07:56.550 INFO STEP 1 (remove_files) COMPLETE
52552026-08-13T19:07:57.950Z[ recovery-image] Aug 13 19:07:56.550 INFO O| Aug 13 19:07:56.550 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52562026-08-13T19:07:57.958Z[ recovery-image] Aug 13 19:07:56.558 INFO O| Aug 13 19:07:56.558 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52572026-08-13T19:07:57.965Z[ recovery-image] Aug 13 19:07:56.560 INFO O| Aug 13 19:07:56.559 INFO STEP 2 (remove_files) COMPLETE
52582026-08-13T19:07:57.965Z[ recovery-image] Aug 13 19:07:56.560 INFO O| Aug 13 19:07:56.560 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52592026-08-13T19:07:57.969Z[ recovery-image] Aug 13 19:07:56.568 INFO O| Aug 13 19:07:56.568 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52602026-08-13T19:07:57.999Z[verify-libraries] Compiling enum_dispatch v0.3.13
52612026-08-13T19:07:58.020Z[ recovery-image] Aug 13 19:07:56.621 INFO O| Aug 13 19:07:56.621 INFO STEP 3 (remove_files) COMPLETE
52622026-08-13T19:07:58.020Z[ recovery-image] Aug 13 19:07:56.621 INFO O| Aug 13 19:07:56.621 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52632026-08-13T19:07:58.030Z[ recovery-image] Aug 13 19:07:56.632 INFO O| Aug 13 19:07:56.632 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52642026-08-13T19:07:58.035Z[ recovery-image] Aug 13 19:07:56.634 INFO O| Aug 13 19:07:56.634 INFO STEP 4 (remove_files) COMPLETE
52652026-08-13T19:07:58.035Z[ recovery-image] Aug 13 19:07:56.634 INFO O| Aug 13 19:07:56.634 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52662026-08-13T19:07:58.043Z[ recovery-image] Aug 13 19:07:56.644 INFO O| Aug 13 19:07:56.644 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52672026-08-13T19:07:58.122Z[ recovery-image] Aug 13 19:07:56.693 INFO O| Aug 13 19:07:56.693 INFO STEP 5 (remove_files) COMPLETE
52682026-08-13T19:07:58.122Z[ recovery-image] Aug 13 19:07:56.693 INFO O| Aug 13 19:07:56.693 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52692026-08-13T19:07:58.131Z[ recovery-image] Aug 13 19:07:56.704 INFO O| Aug 13 19:07:56.704 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52702026-08-13T19:07:58.131Z[ recovery-image] Aug 13 19:07:56.723 INFO O| Aug 13 19:07:56.723 INFO STEP 6 (remove_files) COMPLETE
52712026-08-13T19:07:58.131Z[ recovery-image] Aug 13 19:07:56.723 INFO O| Aug 13 19:07:56.723 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52722026-08-13T19:07:58.140Z[ recovery-image] Aug 13 19:07:56.734 INFO O| Aug 13 19:07:56.734 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52732026-08-13T19:07:58.140Z[ recovery-image] Aug 13 19:07:56.737 INFO O| Aug 13 19:07:56.737 INFO STEP 7 (remove_files) COMPLETE
52742026-08-13T19:07:58.140Z[ recovery-image] Aug 13 19:07:56.737 INFO O| Aug 13 19:07:56.737 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52752026-08-13T19:07:58.146Z[ recovery-image] Aug 13 19:07:56.747 INFO O| Aug 13 19:07:56.747 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52762026-08-13T19:07:58.151Z[ recovery-image] Aug 13 19:07:56.750 INFO O| Aug 13 19:07:56.750 INFO STEP 8 (remove_files) COMPLETE
52772026-08-13T19:07:58.151Z[ recovery-image] Aug 13 19:07:56.750 INFO O| Aug 13 19:07:56.750 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52782026-08-13T19:07:58.158Z[ recovery-image] Aug 13 19:07:56.760 INFO O| Aug 13 19:07:56.760 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52792026-08-13T19:07:58.174Z[ recovery-image] Aug 13 19:07:56.764 INFO O| Aug 13 19:07:56.764 INFO STEP 9 (remove_files) COMPLETE
52802026-08-13T19:07:58.174Z[ recovery-image] Aug 13 19:07:56.765 INFO O| Aug 13 19:07:56.764 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52812026-08-13T19:07:58.182Z[ recovery-image] Aug 13 19:07:56.775 INFO O| Aug 13 19:07:56.775 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52822026-08-13T19:07:58.182Z[ recovery-image] Aug 13 19:07:56.776 INFO O| Aug 13 19:07:56.776 INFO STEP 10 (remove_files) COMPLETE
52832026-08-13T19:07:58.182Z[ recovery-image] Aug 13 19:07:56.776 INFO O| Aug 13 19:07:56.776 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52842026-08-13T19:07:58.189Z[ recovery-image] Aug 13 19:07:56.786 INFO O| Aug 13 19:07:56.786 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52852026-08-13T19:07:58.189Z[ recovery-image] Aug 13 19:07:56.788 INFO O| Aug 13 19:07:56.787 INFO STEP 11 (remove_files) COMPLETE
52862026-08-13T19:07:58.189Z[ recovery-image] Aug 13 19:07:56.788 INFO O| Aug 13 19:07:56.787 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52872026-08-13T19:07:58.197Z[ recovery-image] Aug 13 19:07:56.798 INFO O| Aug 13 19:07:56.798 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52882026-08-13T19:07:58.312Z[verify-libraries] Compiling delegate v0.13.5
52892026-08-13T19:07:58.353Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
52902026-08-13T19:07:58.502Z[ recovery-image] Aug 13 19:07:57.102 INFO O| Aug 13 19:07:57.102 INFO STEP 12 (remove_files) COMPLETE
52912026-08-13T19:07:58.502Z[ recovery-image] Aug 13 19:07:57.102 INFO O| Aug 13 19:07:57.102 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-08-13T19:07:58.514Z[ recovery-image] Aug 13 19:07:57.111 INFO O| Aug 13 19:07:57.111 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52932026-08-13T19:07:58.518Z[ recovery-image] Aug 13 19:07:57.114 INFO O| Aug 13 19:07:57.114 INFO STEP 13 (remove_files) COMPLETE
52942026-08-13T19:07:58.518Z[ recovery-image] Aug 13 19:07:57.114 INFO O| Aug 13 19:07:57.114 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-08-13T19:07:58.523Z[ recovery-image] Aug 13 19:07:57.123 INFO O| Aug 13 19:07:57.123 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52962026-08-13T19:07:58.538Z[ recovery-image] Aug 13 19:07:57.126 INFO O| Aug 13 19:07:57.126 INFO STEP 14 (remove_files) COMPLETE
52972026-08-13T19:07:58.538Z[ recovery-image] Aug 13 19:07:57.126 INFO O| Aug 13 19:07:57.126 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-08-13T19:07:58.541Z[ recovery-image] Aug 13 19:07:57.135 INFO O| Aug 13 19:07:57.135 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52992026-08-13T19:07:58.541Z[ recovery-image] Aug 13 19:07:57.136 INFO O| Aug 13 19:07:57.136 INFO STEP 15 (remove_files) COMPLETE
53002026-08-13T19:07:58.541Z[ recovery-image] Aug 13 19:07:57.136 INFO O| Aug 13 19:07:57.136 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-08-13T19:07:58.567Z[ recovery-image] Aug 13 19:07:57.167 INFO O| Aug 13 19:07:57.167 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53022026-08-13T19:07:58.571Z[ recovery-image] Aug 13 19:07:57.168 INFO O| Aug 13 19:07:57.168 INFO STEP 16 (remove_files) COMPLETE
53032026-08-13T19:07:58.571Z[ recovery-image] Aug 13 19:07:57.168 INFO O| Aug 13 19:07:57.168 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-08-13T19:07:58.584Z[ recovery-image] Aug 13 19:07:57.185 INFO O| Aug 13 19:07:57.185 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53052026-08-13T19:07:58.592Z[ recovery-image] Aug 13 19:07:57.193 INFO O| Aug 13 19:07:57.193 INFO STEP 17 (remove_files) COMPLETE
53062026-08-13T19:07:58.592Z[ recovery-image] Aug 13 19:07:57.193 INFO O| Aug 13 19:07:57.193 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-08-13T19:07:58.606Z[ recovery-image] Aug 13 19:07:57.203 INFO O| Aug 13 19:07:57.203 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53082026-08-13T19:07:58.606Z[ recovery-image] Aug 13 19:07:57.203 INFO O| Aug 13 19:07:57.203 INFO STEP 18 (remove_files) COMPLETE
53092026-08-13T19:07:58.613Z[ recovery-image] Aug 13 19:07:57.203 INFO O| Aug 13 19:07:57.203 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-08-13T19:07:58.617Z[ recovery-image] Aug 13 19:07:57.213 INFO O| Aug 13 19:07:57.213 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53112026-08-13T19:07:58.617Z[ recovery-image] Aug 13 19:07:57.213 INFO O| Aug 13 19:07:57.213 INFO STEP 19 (remove_files) COMPLETE
53122026-08-13T19:07:58.617Z[ recovery-image] Aug 13 19:07:57.213 INFO O| Aug 13 19:07:57.213 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-13T19:07:58.621Z[ recovery-image] Aug 13 19:07:57.222 INFO O| Aug 13 19:07:57.222 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53142026-08-13T19:07:58.705Z[ recovery-image] Aug 13 19:07:57.303 INFO O| Aug 13 19:07:57.302 INFO STEP 20 (remove_files) COMPLETE
53152026-08-13T19:07:58.705Z[ recovery-image] Aug 13 19:07:57.303 INFO O| Aug 13 19:07:57.303 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-08-13T19:07:58.714Z[ recovery-image] Aug 13 19:07:57.315 INFO O| Aug 13 19:07:57.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53172026-08-13T19:07:58.719Z[ recovery-image] Aug 13 19:07:57.318 INFO O| Aug 13 19:07:57.318 INFO STEP 21 (remove_files) COMPLETE
53182026-08-13T19:07:58.719Z[ recovery-image] Aug 13 19:07:57.318 INFO O| Aug 13 19:07:57.318 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-08-13T19:07:58.735Z[ recovery-image] Aug 13 19:07:57.337 INFO O| Aug 13 19:07:57.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53202026-08-13T19:07:58.735Z[ recovery-image] Aug 13 19:07:57.337 INFO O| Aug 13 19:07:57.332 INFO STEP 22 (remove_files) COMPLETE
53212026-08-13T19:07:58.735Z[ recovery-image] Aug 13 19:07:57.337 INFO O| Aug 13 19:07:57.332 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-08-13T19:07:58.746Z[ recovery-image] Aug 13 19:07:57.347 INFO O| Aug 13 19:07:57.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53232026-08-13T19:07:58.753Z[ recovery-image] Aug 13 19:07:57.347 INFO O| Aug 13 19:07:57.347 INFO STEP 23 (remove_files) COMPLETE
53242026-08-13T19:07:58.753Z[ recovery-image] Aug 13 19:07:57.347 INFO O| Aug 13 19:07:57.347 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53252026-08-13T19:07:58.763Z[ recovery-image] Aug 13 19:07:57.363 INFO O| Aug 13 19:07:57.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53262026-08-13T19:07:58.767Z[ recovery-image] Aug 13 19:07:57.365 INFO O| Aug 13 19:07:57.365 INFO STEP 24 (remove_files) COMPLETE
53272026-08-13T19:07:58.768Z[ recovery-image] Aug 13 19:07:57.365 INFO O| Aug 13 19:07:57.365 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-08-13T19:07:58.775Z[ recovery-image] Aug 13 19:07:57.377 INFO O| Aug 13 19:07:57.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53292026-08-13T19:07:58.775Z[ recovery-image] Aug 13 19:07:57.377 INFO O| Aug 13 19:07:57.377 INFO STEP 25 (remove_files) COMPLETE
53302026-08-13T19:07:58.776Z[ recovery-image] Aug 13 19:07:57.377 INFO O| Aug 13 19:07:57.377 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-08-13T19:07:58.786Z[ recovery-image] Aug 13 19:07:57.387 INFO O| Aug 13 19:07:57.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53322026-08-13T19:07:58.786Z[ recovery-image] Aug 13 19:07:57.387 INFO O| Aug 13 19:07:57.387 INFO STEP 26 (remove_files) COMPLETE
53332026-08-13T19:07:58.786Z[ recovery-image] Aug 13 19:07:57.387 INFO O| Aug 13 19:07:57.387 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-08-13T19:07:58.796Z[ recovery-image] Aug 13 19:07:57.397 INFO O| Aug 13 19:07:57.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53352026-08-13T19:07:58.806Z[ recovery-image] Aug 13 19:07:57.400 INFO O| Aug 13 19:07:57.400 INFO STEP 27 (remove_files) COMPLETE
53362026-08-13T19:07:58.806Z[ recovery-image] Aug 13 19:07:57.400 INFO O| Aug 13 19:07:57.400 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-08-13T19:07:58.839Z[ recovery-image] Aug 13 19:07:57.417 INFO O| Aug 13 19:07:57.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53382026-08-13T19:07:58.839Z[ recovery-image] Aug 13 19:07:57.417 INFO O| Aug 13 19:07:57.417 INFO STEP 28 (remove_files) COMPLETE
53392026-08-13T19:07:58.839Z[ recovery-image] Aug 13 19:07:57.417 INFO O| Aug 13 19:07:57.417 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-08-13T19:07:58.845Z[ recovery-image] Aug 13 19:07:57.427 INFO O| Aug 13 19:07:57.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53412026-08-13T19:07:58.846Z[ recovery-image] Aug 13 19:07:57.427 INFO O| Aug 13 19:07:57.427 INFO STEP 29 (remove_files) COMPLETE
53422026-08-13T19:07:58.846Z[ recovery-image] Aug 13 19:07:57.427 INFO O| Aug 13 19:07:57.427 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-08-13T19:07:58.846Z[ recovery-image] Aug 13 19:07:57.436 INFO O| Aug 13 19:07:57.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53442026-08-13T19:07:58.846Z[ recovery-image] Aug 13 19:07:57.437 INFO O| Aug 13 19:07:57.437 INFO STEP 30 (remove_files) COMPLETE
53452026-08-13T19:07:58.846Z[ recovery-image] Aug 13 19:07:57.437 INFO O| Aug 13 19:07:57.437 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-08-13T19:07:58.853Z[ recovery-image] Aug 13 19:07:57.447 INFO O| Aug 13 19:07:57.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53472026-08-13T19:07:58.853Z[ recovery-image] Aug 13 19:07:57.447 INFO O| Aug 13 19:07:57.447 INFO STEP 31 (remove_files) COMPLETE
53482026-08-13T19:07:58.853Z[ recovery-image] Aug 13 19:07:57.447 INFO O| Aug 13 19:07:57.447 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-08-13T19:07:58.861Z[ recovery-image] Aug 13 19:07:57.459 INFO O| Aug 13 19:07:57.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53502026-08-13T19:07:58.871Z[ recovery-image] Aug 13 19:07:57.472 INFO O| Aug 13 19:07:57.472 INFO STEP 32 (remove_files) COMPLETE
53512026-08-13T19:07:58.871Z[ recovery-image] Aug 13 19:07:57.472 INFO O| Aug 13 19:07:57.472 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-08-13T19:07:58.894Z[ recovery-image] Aug 13 19:07:57.496 INFO O| Aug 13 19:07:57.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53532026-08-13T19:07:58.901Z[ recovery-image] Aug 13 19:07:57.500 INFO O| Aug 13 19:07:57.500 INFO STEP 33 (remove_files) COMPLETE
53542026-08-13T19:07:58.902Z[ recovery-image] Aug 13 19:07:57.500 INFO O| Aug 13 19:07:57.500 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-08-13T19:07:58.928Z[ recovery-image] Aug 13 19:07:57.530 INFO O| Aug 13 19:07:57.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53562026-08-13T19:07:58.939Z[ recovery-image] Aug 13 19:07:57.535 INFO O| Aug 13 19:07:57.535 INFO STEP 34 (remove_files) COMPLETE
53572026-08-13T19:07:58.939Z[ recovery-image] Aug 13 19:07:57.535 INFO O| Aug 13 19:07:57.535 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-08-13T19:07:58.947Z[ recovery-image] Aug 13 19:07:57.545 INFO O| Aug 13 19:07:57.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53592026-08-13T19:07:58.947Z[ recovery-image] Aug 13 19:07:57.545 INFO O| Aug 13 19:07:57.545 INFO STEP 35 (remove_files) COMPLETE
53602026-08-13T19:07:58.953Z[ recovery-image] Aug 13 19:07:57.545 INFO O| Aug 13 19:07:57.545 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-08-13T19:07:58.962Z[ recovery-image] Aug 13 19:07:57.554 INFO O| Aug 13 19:07:57.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53622026-08-13T19:07:58.967Z[ recovery-image] Aug 13 19:07:57.563 INFO O| Aug 13 19:07:57.563 INFO STEP 36 (remove_files) COMPLETE
53632026-08-13T19:07:58.967Z[ recovery-image] Aug 13 19:07:57.564 INFO O| Aug 13 19:07:57.563 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-08-13T19:07:59.015Z[ recovery-image] Aug 13 19:07:57.615 INFO O| Aug 13 19:07:57.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53652026-08-13T19:07:59.015Z[ recovery-image] Aug 13 19:07:57.615 INFO O| Aug 13 19:07:57.615 INFO STEP 37 (remove_files) COMPLETE
53662026-08-13T19:07:59.025Z[ recovery-image] Aug 13 19:07:57.616 INFO O| Aug 13 19:07:57.615 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-08-13T19:07:59.052Z[ recovery-image] Aug 13 19:07:57.645 INFO O| Aug 13 19:07:57.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53682026-08-13T19:07:59.052Z[ recovery-image] Aug 13 19:07:57.645 INFO O| Aug 13 19:07:57.645 INFO STEP 38 (remove_files) COMPLETE
53692026-08-13T19:07:59.052Z[ recovery-image] Aug 13 19:07:57.645 INFO O| Aug 13 19:07:57.645 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-08-13T19:07:59.107Z[ recovery-image] Aug 13 19:07:57.709 INFO O| Aug 13 19:07:57.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53712026-08-13T19:07:59.107Z[ recovery-image] Aug 13 19:07:57.709 INFO O| Aug 13 19:07:57.709 INFO STEP 39 (remove_files) COMPLETE
53722026-08-13T19:07:59.107Z[ recovery-image] Aug 13 19:07:57.709 INFO O| Aug 13 19:07:57.709 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53732026-08-13T19:07:59.111Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
53742026-08-13T19:07:59.123Z[ recovery-image] Aug 13 19:07:57.718 INFO O| Aug 13 19:07:57.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53752026-08-13T19:07:59.123Z[ recovery-image] Aug 13 19:07:57.718 INFO O| Aug 13 19:07:57.718 INFO STEP 40 (remove_files) COMPLETE
53762026-08-13T19:07:59.123Z[ recovery-image] Aug 13 19:07:57.719 INFO O| Aug 13 19:07:57.718 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-08-13T19:07:59.128Z[ recovery-image] Aug 13 19:07:57.727 INFO O| Aug 13 19:07:57.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53782026-08-13T19:07:59.128Z[ recovery-image] Aug 13 19:07:57.727 INFO O| Aug 13 19:07:57.727 INFO STEP 41 (remove_files) COMPLETE
53792026-08-13T19:07:59.128Z[ recovery-image] Aug 13 19:07:57.727 INFO O| Aug 13 19:07:57.727 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-08-13T19:07:59.140Z[ recovery-image] Aug 13 19:07:57.742 INFO O| Aug 13 19:07:57.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53812026-08-13T19:07:59.140Z[ recovery-image] Aug 13 19:07:57.742 INFO O| Aug 13 19:07:57.742 INFO STEP 42 (remove_files) COMPLETE
53822026-08-13T19:07:59.140Z[ recovery-image] Aug 13 19:07:57.742 INFO O| Aug 13 19:07:57.742 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-08-13T19:07:59.145Z[verify-libraries] Compiling sapling-renderdag v0.1.0
53842026-08-13T19:07:59.178Z[ recovery-image] Aug 13 19:07:57.774 INFO O| Aug 13 19:07:57.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53852026-08-13T19:07:59.178Z[ recovery-image] Aug 13 19:07:57.774 INFO O| Aug 13 19:07:57.774 INFO STEP 43 (remove_files) COMPLETE
53862026-08-13T19:07:59.178Z[ recovery-image] Aug 13 19:07:57.774 INFO O| Aug 13 19:07:57.774 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-08-13T19:07:59.189Z[ recovery-image] Aug 13 19:07:57.783 INFO O| Aug 13 19:07:57.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53882026-08-13T19:07:59.189Z[ recovery-image] Aug 13 19:07:57.783 INFO O| Aug 13 19:07:57.783 INFO STEP 44 (remove_files) COMPLETE
53892026-08-13T19:07:59.189Z[ recovery-image] Aug 13 19:07:57.783 INFO O| Aug 13 19:07:57.783 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-08-13T19:07:59.193Z[ recovery-image] Aug 13 19:07:57.792 INFO O| Aug 13 19:07:57.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53912026-08-13T19:07:59.193Z[ recovery-image] Aug 13 19:07:57.792 INFO O| Aug 13 19:07:57.792 INFO STEP 45 (remove_files) COMPLETE
53922026-08-13T19:07:59.194Z[ recovery-image] Aug 13 19:07:57.792 INFO O| Aug 13 19:07:57.792 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-08-13T19:07:59.201Z[ recovery-image] Aug 13 19:07:57.802 INFO O| Aug 13 19:07:57.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53942026-08-13T19:07:59.201Z[ recovery-image] Aug 13 19:07:57.802 INFO O| Aug 13 19:07:57.802 INFO STEP 46 (remove_files) COMPLETE
53952026-08-13T19:07:59.201Z[ recovery-image] Aug 13 19:07:57.802 INFO O| Aug 13 19:07:57.802 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-08-13T19:07:59.212Z[ recovery-image] Aug 13 19:07:57.813 INFO O| Aug 13 19:07:57.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53972026-08-13T19:07:59.212Z[ recovery-image] Aug 13 19:07:57.813 INFO O| Aug 13 19:07:57.813 INFO STEP 47 (remove_files) COMPLETE
53982026-08-13T19:07:59.212Z[ recovery-image] Aug 13 19:07:57.813 INFO O| Aug 13 19:07:57.813 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-08-13T19:07:59.250Z[ recovery-image] Aug 13 19:07:57.844 INFO O| Aug 13 19:07:57.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54002026-08-13T19:07:59.250Z[ recovery-image] Aug 13 19:07:57.844 INFO O| Aug 13 19:07:57.844 INFO STEP 48 (remove_files) COMPLETE
54012026-08-13T19:07:59.250Z[ recovery-image] Aug 13 19:07:57.844 INFO O| Aug 13 19:07:57.844 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-08-13T19:07:59.259Z[ recovery-image] Aug 13 19:07:57.856 INFO O| Aug 13 19:07:57.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54032026-08-13T19:07:59.259Z[ recovery-image] Aug 13 19:07:57.856 INFO O| Aug 13 19:07:57.856 INFO STEP 49 (remove_files) COMPLETE
54042026-08-13T19:07:59.259Z[ recovery-image] Aug 13 19:07:57.856 INFO O| Aug 13 19:07:57.856 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-08-13T19:07:59.266Z[ recovery-image] Aug 13 19:07:57.865 INFO O| Aug 13 19:07:57.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54062026-08-13T19:07:59.266Z[ recovery-image] Aug 13 19:07:57.865 INFO O| Aug 13 19:07:57.865 INFO STEP 50 (remove_files) COMPLETE
54072026-08-13T19:07:59.270Z[ recovery-image] Aug 13 19:07:57.865 INFO O| Aug 13 19:07:57.865 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-08-13T19:07:59.282Z[ recovery-image] Aug 13 19:07:57.884 INFO O| Aug 13 19:07:57.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54092026-08-13T19:07:59.286Z[ recovery-image] Aug 13 19:07:57.886 INFO O| Aug 13 19:07:57.886 INFO STEP 51 (remove_files) COMPLETE
54102026-08-13T19:07:59.286Z[ recovery-image] Aug 13 19:07:57.886 INFO O| Aug 13 19:07:57.886 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-08-13T19:07:59.299Z[ recovery-image] Aug 13 19:07:57.897 INFO O| Aug 13 19:07:57.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54122026-08-13T19:07:59.299Z[ recovery-image] Aug 13 19:07:57.897 INFO O| Aug 13 19:07:57.897 INFO STEP 52 (remove_files) COMPLETE
54132026-08-13T19:07:59.299Z[ recovery-image] Aug 13 19:07:57.897 INFO O| Aug 13 19:07:57.897 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-08-13T19:07:59.307Z[ recovery-image] Aug 13 19:07:57.907 INFO O| Aug 13 19:07:57.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54152026-08-13T19:07:59.307Z[ recovery-image] Aug 13 19:07:57.907 INFO O| Aug 13 19:07:57.907 INFO STEP 53 (remove_files) COMPLETE
54162026-08-13T19:07:59.307Z[ recovery-image] Aug 13 19:07:57.907 INFO O| Aug 13 19:07:57.907 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-08-13T19:07:59.322Z[ recovery-image] Aug 13 19:07:57.918 INFO O| Aug 13 19:07:57.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54182026-08-13T19:07:59.322Z[ recovery-image] Aug 13 19:07:57.918 INFO O| Aug 13 19:07:57.918 INFO STEP 54 (remove_files) COMPLETE
54192026-08-13T19:07:59.322Z[ recovery-image] Aug 13 19:07:57.918 INFO O| Aug 13 19:07:57.918 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-08-13T19:07:59.338Z[ recovery-image] Aug 13 19:07:57.929 INFO O| Aug 13 19:07:57.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54212026-08-13T19:07:59.348Z[ recovery-image] Aug 13 19:07:57.932 INFO O| Aug 13 19:07:57.932 INFO STEP 55 (remove_files) COMPLETE
54222026-08-13T19:07:59.348Z[ recovery-image] Aug 13 19:07:57.932 INFO O| Aug 13 19:07:57.932 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-08-13T19:07:59.426Z[ recovery-image] Aug 13 19:07:58.015 INFO O| Aug 13 19:07:58.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54242026-08-13T19:07:59.426Z[ recovery-image] Aug 13 19:07:58.015 INFO O| Aug 13 19:07:58.015 INFO STEP 56 (remove_files) COMPLETE
54252026-08-13T19:07:59.426Z[ recovery-image] Aug 13 19:07:58.015 INFO O| Aug 13 19:07:58.015 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-08-13T19:07:59.439Z[ recovery-image] Aug 13 19:07:58.024 INFO O| Aug 13 19:07:58.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54272026-08-13T19:07:59.440Z[ recovery-image] Aug 13 19:07:58.024 INFO O| Aug 13 19:07:58.024 INFO STEP 57 (remove_files) COMPLETE
54282026-08-13T19:07:59.440Z[ recovery-image] Aug 13 19:07:58.024 INFO O| Aug 13 19:07:58.024 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-08-13T19:07:59.450Z[ recovery-image] Aug 13 19:07:58.034 INFO O| Aug 13 19:07:58.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54302026-08-13T19:07:59.450Z[ recovery-image] Aug 13 19:07:58.034 INFO O| Aug 13 19:07:58.034 INFO STEP 58 (remove_files) COMPLETE
54312026-08-13T19:07:59.450Z[ recovery-image] Aug 13 19:07:58.034 INFO O| Aug 13 19:07:58.034 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-08-13T19:07:59.468Z[ recovery-image] Aug 13 19:07:58.067 INFO O| Aug 13 19:07:58.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54332026-08-13T19:07:59.468Z[ recovery-image] Aug 13 19:07:58.067 INFO O| Aug 13 19:07:58.067 INFO STEP 59 (remove_files) COMPLETE
54342026-08-13T19:07:59.468Z[ recovery-image] Aug 13 19:07:58.067 INFO O| Aug 13 19:07:58.067 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-08-13T19:07:59.482Z[ recovery-image] Aug 13 19:07:58.075 INFO O| Aug 13 19:07:58.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54362026-08-13T19:07:59.482Z[ recovery-image] Aug 13 19:07:58.075 INFO O| Aug 13 19:07:58.075 INFO STEP 60 (remove_files) COMPLETE
54372026-08-13T19:07:59.482Z[ recovery-image] Aug 13 19:07:58.075 INFO O| Aug 13 19:07:58.075 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-08-13T19:07:59.495Z[ recovery-image] Aug 13 19:07:58.087 INFO O| Aug 13 19:07:58.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54392026-08-13T19:07:59.495Z[ recovery-image] Aug 13 19:07:58.087 INFO O| Aug 13 19:07:58.087 INFO STEP 61 (remove_files) COMPLETE
54402026-08-13T19:07:59.495Z[ recovery-image] Aug 13 19:07:58.087 INFO O| Aug 13 19:07:58.087 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-08-13T19:07:59.505Z[ recovery-image] Aug 13 19:07:58.097 INFO O| Aug 13 19:07:58.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54422026-08-13T19:07:59.505Z[ recovery-image] Aug 13 19:07:58.097 INFO O| Aug 13 19:07:58.097 INFO STEP 62 (remove_files) COMPLETE
54432026-08-13T19:07:59.505Z[ recovery-image] Aug 13 19:07:58.097 INFO O| Aug 13 19:07:58.097 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-08-13T19:07:59.513Z[ recovery-image] Aug 13 19:07:58.106 INFO O| Aug 13 19:07:58.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54452026-08-13T19:07:59.513Z[ recovery-image] Aug 13 19:07:58.109 INFO O| Aug 13 19:07:58.107 INFO STEP 63 (remove_files) COMPLETE
54462026-08-13T19:07:59.513Z[ recovery-image] Aug 13 19:07:58.109 INFO O| Aug 13 19:07:58.107 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-08-13T19:07:59.533Z[ recovery-image] Aug 13 19:07:58.118 INFO O| Aug 13 19:07:58.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54482026-08-13T19:07:59.533Z[ recovery-image] Aug 13 19:07:58.119 INFO O| Aug 13 19:07:58.119 INFO STEP 64 (remove_files) COMPLETE
54492026-08-13T19:07:59.533Z[ recovery-image] Aug 13 19:07:58.119 INFO O| Aug 13 19:07:58.119 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-08-13T19:07:59.538Z[ recovery-image] Aug 13 19:07:58.130 INFO O| Aug 13 19:07:58.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54512026-08-13T19:07:59.538Z[ recovery-image] Aug 13 19:07:58.130 INFO O| Aug 13 19:07:58.130 INFO STEP 65 (remove_files) COMPLETE
54522026-08-13T19:07:59.538Z[ recovery-image] Aug 13 19:07:58.130 INFO O| Aug 13 19:07:58.130 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-08-13T19:07:59.538Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
54542026-08-13T19:07:59.547Z[ recovery-image] Aug 13 19:07:58.142 INFO O| Aug 13 19:07:58.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54552026-08-13T19:07:59.547Z[ recovery-image] Aug 13 19:07:58.142 INFO O| Aug 13 19:07:58.141 INFO STEP 66 (remove_files) COMPLETE
54562026-08-13T19:07:59.547Z[ recovery-image] Aug 13 19:07:58.142 INFO O| Aug 13 19:07:58.141 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-13T19:07:59.552Z[ recovery-image] Aug 13 19:07:58.151 INFO O| Aug 13 19:07:58.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54582026-08-13T19:07:59.552Z[ recovery-image] Aug 13 19:07:58.151 INFO O| Aug 13 19:07:58.151 INFO STEP 67 (remove_files) COMPLETE
54592026-08-13T19:07:59.552Z[ recovery-image] Aug 13 19:07:58.151 INFO O| Aug 13 19:07:58.151 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-08-13T19:07:59.561Z[verify-libraries] Compiling hex-literal v1.1.0
54612026-08-13T19:07:59.571Z[ recovery-image] Aug 13 19:07:58.162 INFO O| Aug 13 19:07:58.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54622026-08-13T19:07:59.571Z[ recovery-image] Aug 13 19:07:58.162 INFO O| Aug 13 19:07:58.162 INFO STEP 68 (remove_files) COMPLETE
54632026-08-13T19:07:59.571Z[ recovery-image] Aug 13 19:07:58.162 INFO O| Aug 13 19:07:58.162 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-08-13T19:07:59.600Z[ recovery-image] Aug 13 19:07:58.174 INFO O| Aug 13 19:07:58.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54652026-08-13T19:07:59.600Z[ recovery-image] Aug 13 19:07:58.174 INFO O| Aug 13 19:07:58.174 INFO STEP 69 (remove_files) COMPLETE
54662026-08-13T19:07:59.601Z[ recovery-image] Aug 13 19:07:58.174 INFO O| Aug 13 19:07:58.174 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-08-13T19:07:59.617Z[ recovery-image] Aug 13 19:07:58.185 INFO O| Aug 13 19:07:58.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54682026-08-13T19:07:59.618Z[ recovery-image] Aug 13 19:07:58.185 INFO O| Aug 13 19:07:58.185 INFO STEP 70 (remove_files) COMPLETE
54692026-08-13T19:07:59.618Z[ recovery-image] Aug 13 19:07:58.185 INFO O| Aug 13 19:07:58.185 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-08-13T19:07:59.618Z[ recovery-image] Aug 13 19:07:58.196 INFO O| Aug 13 19:07:58.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54712026-08-13T19:07:59.618Z[ recovery-image] Aug 13 19:07:58.196 INFO O| Aug 13 19:07:58.196 INFO STEP 71 (remove_files) COMPLETE
54722026-08-13T19:07:59.618Z[ recovery-image] Aug 13 19:07:58.196 INFO O| Aug 13 19:07:58.196 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-08-13T19:07:59.630Z[ recovery-image] Aug 13 19:07:58.206 INFO O| Aug 13 19:07:58.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54742026-08-13T19:07:59.630Z[ recovery-image] Aug 13 19:07:58.206 INFO O| Aug 13 19:07:58.206 INFO STEP 72 (remove_files) COMPLETE
54752026-08-13T19:07:59.630Z[ recovery-image] Aug 13 19:07:58.206 INFO O| Aug 13 19:07:58.206 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-08-13T19:07:59.630Z[ recovery-image] Aug 13 19:07:58.217 INFO O| Aug 13 19:07:58.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54772026-08-13T19:07:59.630Z[ recovery-image] Aug 13 19:07:58.217 INFO O| Aug 13 19:07:58.217 INFO STEP 73 (remove_files) COMPLETE
54782026-08-13T19:07:59.630Z[ recovery-image] Aug 13 19:07:58.217 INFO O| Aug 13 19:07:58.217 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-08-13T19:07:59.635Z[ recovery-image] Aug 13 19:07:58.228 INFO O| Aug 13 19:07:58.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54802026-08-13T19:07:59.635Z[ recovery-image] Aug 13 19:07:58.228 INFO O| Aug 13 19:07:58.228 INFO STEP 74 (remove_files) COMPLETE
54812026-08-13T19:07:59.635Z[ recovery-image] Aug 13 19:07:58.228 INFO O| Aug 13 19:07:58.228 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-08-13T19:07:59.649Z[ recovery-image] Aug 13 19:07:58.239 INFO O| Aug 13 19:07:58.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54832026-08-13T19:07:59.649Z[ recovery-image] Aug 13 19:07:58.239 INFO O| Aug 13 19:07:58.239 INFO STEP 75 (remove_files) COMPLETE
54842026-08-13T19:07:59.649Z[ recovery-image] Aug 13 19:07:58.239 INFO O| Aug 13 19:07:58.239 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-08-13T19:07:59.677Z[ recovery-image] Aug 13 19:07:58.250 INFO O| Aug 13 19:07:58.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54862026-08-13T19:07:59.677Z[ recovery-image] Aug 13 19:07:58.250 INFO O| Aug 13 19:07:58.250 INFO STEP 76 (remove_files) COMPLETE
54872026-08-13T19:07:59.677Z[ recovery-image] Aug 13 19:07:58.250 INFO O| Aug 13 19:07:58.250 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-08-13T19:07:59.686Z[ recovery-image] Aug 13 19:07:58.259 INFO O| Aug 13 19:07:58.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54892026-08-13T19:07:59.686Z[ recovery-image] Aug 13 19:07:58.259 INFO O| Aug 13 19:07:58.259 INFO STEP 77 (remove_files) COMPLETE
54902026-08-13T19:07:59.686Z[ recovery-image] Aug 13 19:07:58.259 INFO O| Aug 13 19:07:58.259 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-08-13T19:07:59.686Z[ recovery-image] Aug 13 19:07:58.270 INFO O| Aug 13 19:07:58.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54922026-08-13T19:07:59.686Z[ recovery-image] Aug 13 19:07:58.270 INFO O| Aug 13 19:07:58.270 INFO STEP 78 (remove_files) COMPLETE
54932026-08-13T19:07:59.686Z[ recovery-image] Aug 13 19:07:58.270 INFO O| Aug 13 19:07:58.270 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-08-13T19:07:59.686Z[ recovery-image] Aug 13 19:07:58.280 INFO O| Aug 13 19:07:58.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54952026-08-13T19:07:59.686Z[ recovery-image] Aug 13 19:07:58.280 INFO O| Aug 13 19:07:58.280 INFO STEP 79 (remove_files) COMPLETE
54962026-08-13T19:07:59.686Z[ recovery-image] Aug 13 19:07:58.280 INFO O| Aug 13 19:07:58.280 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-08-13T19:07:59.692Z[ recovery-image] Aug 13 19:07:58.292 INFO O| Aug 13 19:07:58.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54982026-08-13T19:07:59.692Z[ recovery-image] Aug 13 19:07:58.292 INFO O| Aug 13 19:07:58.292 INFO STEP 80 (remove_files) COMPLETE
54992026-08-13T19:07:59.692Z[ recovery-image] Aug 13 19:07:58.292 INFO O| Aug 13 19:07:58.292 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-08-13T19:07:59.708Z[ recovery-image] Aug 13 19:07:58.302 INFO O| Aug 13 19:07:58.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55012026-08-13T19:07:59.708Z[ recovery-image] Aug 13 19:07:58.302 INFO O| Aug 13 19:07:58.302 INFO STEP 81 (remove_files) COMPLETE
55022026-08-13T19:07:59.708Z[ recovery-image] Aug 13 19:07:58.302 INFO O| Aug 13 19:07:58.302 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-08-13T19:07:59.715Z[ recovery-image] Aug 13 19:07:58.312 INFO O| Aug 13 19:07:58.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55042026-08-13T19:07:59.715Z[ recovery-image] Aug 13 19:07:58.312 INFO O| Aug 13 19:07:58.312 INFO STEP 82 (remove_files) COMPLETE
55052026-08-13T19:07:59.715Z[ recovery-image] Aug 13 19:07:58.312 INFO O| Aug 13 19:07:58.312 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-08-13T19:07:59.722Z[verify-libraries] Compiling seq-macro v0.3.6
55072026-08-13T19:07:59.731Z[ recovery-image] Aug 13 19:07:58.324 INFO O| Aug 13 19:07:58.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55082026-08-13T19:07:59.731Z[ recovery-image] Aug 13 19:07:58.324 INFO O| Aug 13 19:07:58.324 INFO STEP 83 (remove_files) COMPLETE
55092026-08-13T19:07:59.731Z[ recovery-image] Aug 13 19:07:58.324 INFO O| Aug 13 19:07:58.324 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-08-13T19:07:59.736Z[ recovery-image] Aug 13 19:07:58.334 INFO O| Aug 13 19:07:58.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55112026-08-13T19:07:59.736Z[ recovery-image] Aug 13 19:07:58.334 INFO O| Aug 13 19:07:58.334 INFO STEP 84 (remove_files) COMPLETE
55122026-08-13T19:07:59.736Z[ recovery-image] Aug 13 19:07:58.334 INFO O| Aug 13 19:07:58.334 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-08-13T19:07:59.747Z[ recovery-image] Aug 13 19:07:58.345 INFO O| Aug 13 19:07:58.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55142026-08-13T19:07:59.748Z[ recovery-image] Aug 13 19:07:58.345 INFO O| Aug 13 19:07:58.345 INFO STEP 85 (remove_files) COMPLETE
55152026-08-13T19:07:59.755Z[ recovery-image] Aug 13 19:07:58.345 INFO O| Aug 13 19:07:58.345 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-08-13T19:07:59.764Z[ recovery-image] Aug 13 19:07:58.355 INFO O| Aug 13 19:07:58.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55172026-08-13T19:07:59.764Z[ recovery-image] Aug 13 19:07:58.355 INFO O| Aug 13 19:07:58.355 INFO STEP 86 (remove_files) COMPLETE
55182026-08-13T19:07:59.764Z[ recovery-image] Aug 13 19:07:58.355 INFO O| Aug 13 19:07:58.355 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-08-13T19:07:59.784Z[ recovery-image] Aug 13 19:07:58.365 INFO O| Aug 13 19:07:58.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55202026-08-13T19:07:59.784Z[ recovery-image] Aug 13 19:07:58.365 INFO O| Aug 13 19:07:58.365 INFO STEP 87 (remove_files) COMPLETE
55212026-08-13T19:07:59.784Z[ recovery-image] Aug 13 19:07:58.365 INFO O| Aug 13 19:07:58.365 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-08-13T19:07:59.794Z[ recovery-image] Aug 13 19:07:58.374 INFO O| Aug 13 19:07:58.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55232026-08-13T19:07:59.794Z[ recovery-image] Aug 13 19:07:58.374 INFO O| Aug 13 19:07:58.374 INFO STEP 88 (remove_files) COMPLETE
55242026-08-13T19:07:59.794Z[ recovery-image] Aug 13 19:07:58.374 INFO O| Aug 13 19:07:58.374 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-08-13T19:07:59.794Z[ recovery-image] Aug 13 19:07:58.385 INFO O| Aug 13 19:07:58.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55262026-08-13T19:07:59.794Z[ recovery-image] Aug 13 19:07:58.385 INFO O| Aug 13 19:07:58.385 INFO STEP 89 (remove_files) COMPLETE
55272026-08-13T19:07:59.794Z[ recovery-image] Aug 13 19:07:58.385 INFO O| Aug 13 19:07:58.385 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-08-13T19:07:59.808Z[ recovery-image] Aug 13 19:07:58.394 INFO O| Aug 13 19:07:58.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55292026-08-13T19:07:59.808Z[ recovery-image] Aug 13 19:07:58.394 INFO O| Aug 13 19:07:58.394 INFO STEP 90 (remove_files) COMPLETE
55302026-08-13T19:07:59.808Z[ recovery-image] Aug 13 19:07:58.394 INFO O| Aug 13 19:07:58.394 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-08-13T19:07:59.815Z[ recovery-image] Aug 13 19:07:58.402 INFO O| Aug 13 19:07:58.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55322026-08-13T19:07:59.815Z[ recovery-image] Aug 13 19:07:58.402 INFO O| Aug 13 19:07:58.402 INFO STEP 91 (remove_files) COMPLETE
55332026-08-13T19:07:59.815Z[ recovery-image] Aug 13 19:07:58.402 INFO O| Aug 13 19:07:58.402 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-08-13T19:07:59.815Z[ recovery-image] Aug 13 19:07:58.413 INFO O| Aug 13 19:07:58.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55352026-08-13T19:07:59.815Z[ recovery-image] Aug 13 19:07:58.413 INFO O| Aug 13 19:07:58.413 INFO STEP 92 (remove_files) COMPLETE
55362026-08-13T19:07:59.815Z[ recovery-image] Aug 13 19:07:58.413 INFO O| Aug 13 19:07:58.413 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-08-13T19:07:59.821Z[ recovery-image] Aug 13 19:07:58.423 INFO O| Aug 13 19:07:58.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55382026-08-13T19:07:59.822Z[ recovery-image] Aug 13 19:07:58.423 INFO O| Aug 13 19:07:58.423 INFO STEP 93 (remove_files) COMPLETE
55392026-08-13T19:07:59.822Z[ recovery-image] Aug 13 19:07:58.423 INFO O| Aug 13 19:07:58.423 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-08-13T19:07:59.830Z[ recovery-image] Aug 13 19:07:58.432 INFO O| Aug 13 19:07:58.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55412026-08-13T19:07:59.838Z[ recovery-image] Aug 13 19:07:58.433 INFO O| Aug 13 19:07:58.433 INFO STEP 94 (remove_files) COMPLETE
55422026-08-13T19:07:59.838Z[ recovery-image] Aug 13 19:07:58.433 INFO O| Aug 13 19:07:58.433 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-08-13T19:07:59.843Z[ recovery-image] Aug 13 19:07:58.444 INFO O| Aug 13 19:07:58.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55442026-08-13T19:07:59.843Z[ recovery-image] Aug 13 19:07:58.444 INFO O| Aug 13 19:07:58.444 INFO STEP 95 (remove_files) COMPLETE
55452026-08-13T19:07:59.843Z[ recovery-image] Aug 13 19:07:58.444 INFO O| Aug 13 19:07:58.444 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-08-13T19:07:59.861Z[ recovery-image] Aug 13 19:07:58.455 INFO O| Aug 13 19:07:58.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55472026-08-13T19:07:59.866Z[ recovery-image] Aug 13 19:07:58.456 INFO O| Aug 13 19:07:58.456 INFO STEP 96 (remove_files) COMPLETE
55482026-08-13T19:07:59.866Z[ recovery-image] Aug 13 19:07:58.456 INFO O| Aug 13 19:07:58.456 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-08-13T19:07:59.871Z[ recovery-image] Aug 13 19:07:58.467 INFO O| Aug 13 19:07:58.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55502026-08-13T19:07:59.871Z[ recovery-image] Aug 13 19:07:58.467 INFO O| Aug 13 19:07:58.467 INFO STEP 97 (remove_files) COMPLETE
55512026-08-13T19:07:59.872Z[ recovery-image] Aug 13 19:07:58.467 INFO O| Aug 13 19:07:58.467 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-08-13T19:07:59.876Z[ recovery-image] Aug 13 19:07:58.477 INFO O| Aug 13 19:07:58.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55532026-08-13T19:07:59.876Z[ recovery-image] Aug 13 19:07:58.477 INFO O| Aug 13 19:07:58.477 INFO STEP 98 (remove_files) COMPLETE
55542026-08-13T19:07:59.876Z[ recovery-image] Aug 13 19:07:58.477 INFO O| Aug 13 19:07:58.477 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-08-13T19:07:59.885Z[ recovery-image] Aug 13 19:07:58.487 INFO O| Aug 13 19:07:58.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55562026-08-13T19:07:59.885Z[ recovery-image] Aug 13 19:07:58.487 INFO O| Aug 13 19:07:58.487 INFO STEP 99 (remove_files) COMPLETE
55572026-08-13T19:07:59.895Z[ recovery-image] Aug 13 19:07:58.487 INFO O| Aug 13 19:07:58.487 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-08-13T19:07:59.895Z[ recovery-image] Aug 13 19:07:58.496 INFO O| Aug 13 19:07:58.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55592026-08-13T19:07:59.895Z[ recovery-image] Aug 13 19:07:58.496 INFO O| Aug 13 19:07:58.496 INFO STEP 100 (remove_files) COMPLETE
55602026-08-13T19:07:59.895Z[ recovery-image] Aug 13 19:07:58.496 INFO O| Aug 13 19:07:58.496 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-08-13T19:07:59.907Z[ recovery-image] Aug 13 19:07:58.505 INFO O| Aug 13 19:07:58.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55622026-08-13T19:07:59.907Z[ recovery-image] Aug 13 19:07:58.505 INFO O| Aug 13 19:07:58.505 INFO STEP 101 (remove_files) COMPLETE
55632026-08-13T19:07:59.907Z[ recovery-image] Aug 13 19:07:58.505 INFO O| Aug 13 19:07:58.505 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-08-13T19:07:59.915Z[ recovery-image] Aug 13 19:07:58.516 INFO O| Aug 13 19:07:58.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55652026-08-13T19:07:59.923Z[ recovery-image] Aug 13 19:07:58.517 INFO O| Aug 13 19:07:58.517 INFO STEP 102 (remove_files) COMPLETE
55662026-08-13T19:07:59.923Z[ recovery-image] Aug 13 19:07:58.517 INFO O| Aug 13 19:07:58.517 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-08-13T19:07:59.934Z[ recovery-image] Aug 13 19:07:58.527 INFO O| Aug 13 19:07:58.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55682026-08-13T19:07:59.934Z[ recovery-image] Aug 13 19:07:58.527 INFO O| Aug 13 19:07:58.527 INFO STEP 103 (remove_files) COMPLETE
55692026-08-13T19:07:59.934Z[ recovery-image] Aug 13 19:07:58.527 INFO O| Aug 13 19:07:58.527 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-08-13T19:07:59.937Z[ recovery-image] Aug 13 19:07:58.536 INFO O| Aug 13 19:07:58.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55712026-08-13T19:07:59.938Z[ recovery-image] Aug 13 19:07:58.536 INFO O| Aug 13 19:07:58.536 INFO STEP 104 (remove_files) COMPLETE
55722026-08-13T19:07:59.938Z[ recovery-image] Aug 13 19:07:58.536 INFO O| Aug 13 19:07:58.536 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-08-13T19:07:59.947Z[ recovery-image] Aug 13 19:07:58.547 INFO O| Aug 13 19:07:58.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55742026-08-13T19:07:59.947Z[ recovery-image] Aug 13 19:07:58.547 INFO O| Aug 13 19:07:58.547 INFO STEP 105 (remove_files) COMPLETE
55752026-08-13T19:07:59.947Z[ recovery-image] Aug 13 19:07:58.547 INFO O| Aug 13 19:07:58.547 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-08-13T19:07:59.955Z[ recovery-image] Aug 13 19:07:58.557 INFO O| Aug 13 19:07:58.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55772026-08-13T19:07:59.955Z[ recovery-image] Aug 13 19:07:58.557 INFO O| Aug 13 19:07:58.557 INFO STEP 106 (remove_files) COMPLETE
55782026-08-13T19:07:59.966Z[ recovery-image] Aug 13 19:07:58.557 INFO O| Aug 13 19:07:58.557 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-08-13T19:07:59.975Z[ recovery-image] Aug 13 19:07:58.565 INFO O| Aug 13 19:07:58.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55802026-08-13T19:07:59.975Z[ recovery-image] Aug 13 19:07:58.565 INFO O| Aug 13 19:07:58.565 INFO STEP 107 (remove_files) COMPLETE
55812026-08-13T19:07:59.975Z[ recovery-image] Aug 13 19:07:58.565 INFO O| Aug 13 19:07:58.565 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-08-13T19:07:59.978Z[ recovery-image] Aug 13 19:07:58.575 INFO O| Aug 13 19:07:58.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55832026-08-13T19:07:59.979Z[ recovery-image] Aug 13 19:07:58.575 INFO O| Aug 13 19:07:58.575 INFO STEP 108 (remove_files) COMPLETE
55842026-08-13T19:07:59.979Z[ recovery-image] Aug 13 19:07:58.575 INFO O| Aug 13 19:07:58.575 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-08-13T19:07:59.983Z[ recovery-image] Aug 13 19:07:58.585 INFO O| Aug 13 19:07:58.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55862026-08-13T19:07:59.983Z[ recovery-image] Aug 13 19:07:58.585 INFO O| Aug 13 19:07:58.585 INFO STEP 109 (remove_files) COMPLETE
55872026-08-13T19:07:59.983Z[ recovery-image] Aug 13 19:07:58.585 INFO O| Aug 13 19:07:58.585 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-08-13T19:08:00.000Z[ recovery-image] Aug 13 19:07:58.596 INFO O| Aug 13 19:07:58.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55892026-08-13T19:08:00.000Z[ recovery-image] Aug 13 19:07:58.596 INFO O| Aug 13 19:07:58.596 INFO STEP 110 (remove_files) COMPLETE
55902026-08-13T19:08:00.000Z[ recovery-image] Aug 13 19:07:58.596 INFO O| Aug 13 19:07:58.596 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-08-13T19:08:00.005Z[ recovery-image] Aug 13 19:07:58.606 INFO O| Aug 13 19:07:58.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55922026-08-13T19:08:00.005Z[ recovery-image] Aug 13 19:07:58.607 INFO O| Aug 13 19:07:58.606 INFO STEP 111 (remove_files) COMPLETE
55932026-08-13T19:08:00.005Z[ recovery-image] Aug 13 19:07:58.607 INFO O| Aug 13 19:07:58.606 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-08-13T19:08:00.025Z[ recovery-image] Aug 13 19:07:58.617 INFO O| Aug 13 19:07:58.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55952026-08-13T19:08:00.025Z[ recovery-image] Aug 13 19:07:58.617 INFO O| Aug 13 19:07:58.617 INFO STEP 112 (remove_files) COMPLETE
55962026-08-13T19:08:00.025Z[ recovery-image] Aug 13 19:07:58.617 INFO O| Aug 13 19:07:58.617 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-08-13T19:08:00.029Z[ recovery-image] Aug 13 19:07:58.628 INFO O| Aug 13 19:07:58.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55982026-08-13T19:08:00.029Z[ recovery-image] Aug 13 19:07:58.628 INFO O| Aug 13 19:07:58.628 INFO STEP 113 (remove_files) COMPLETE
55992026-08-13T19:08:00.029Z[ recovery-image] Aug 13 19:07:58.628 INFO O| Aug 13 19:07:58.628 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-08-13T19:08:00.037Z[ recovery-image] Aug 13 19:07:58.638 INFO O| Aug 13 19:07:58.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56012026-08-13T19:08:00.051Z[ recovery-image] Aug 13 19:07:58.639 INFO O| Aug 13 19:07:58.639 INFO STEP 114 (remove_files) COMPLETE
56022026-08-13T19:08:00.051Z[ recovery-image] Aug 13 19:07:58.639 INFO O| Aug 13 19:07:58.639 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-08-13T19:08:00.058Z[ recovery-image] Aug 13 19:07:58.650 INFO O| Aug 13 19:07:58.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56042026-08-13T19:08:00.058Z[ recovery-image] Aug 13 19:07:58.651 INFO O| Aug 13 19:07:58.650 INFO STEP 115 (remove_files) COMPLETE
56052026-08-13T19:08:00.058Z[ recovery-image] Aug 13 19:07:58.651 INFO O| Aug 13 19:07:58.651 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-08-13T19:08:00.063Z[verify-libraries] Compiling md5 v0.8.0
56072026-08-13T19:08:00.064Z[ recovery-image] Aug 13 19:07:58.663 INFO O| Aug 13 19:07:58.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56082026-08-13T19:08:00.064Z[ recovery-image] Aug 13 19:07:58.663 INFO O| Aug 13 19:07:58.663 INFO STEP 116 (remove_files) COMPLETE
56092026-08-13T19:08:00.064Z[ recovery-image] Aug 13 19:07:58.663 INFO O| Aug 13 19:07:58.663 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-08-13T19:08:00.073Z[ recovery-image] Aug 13 19:07:58.674 INFO O| Aug 13 19:07:58.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56112026-08-13T19:08:00.073Z[ recovery-image] Aug 13 19:07:58.674 INFO O| Aug 13 19:07:58.674 INFO STEP 117 (remove_files) COMPLETE
56122026-08-13T19:08:00.077Z[ recovery-image] Aug 13 19:07:58.674 INFO O| Aug 13 19:07:58.674 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-08-13T19:08:00.084Z[ recovery-image] Aug 13 19:07:58.685 INFO O| Aug 13 19:07:58.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56142026-08-13T19:08:00.084Z[ recovery-image] Aug 13 19:07:58.685 INFO O| Aug 13 19:07:58.685 INFO STEP 118 (remove_files) COMPLETE
56152026-08-13T19:08:00.084Z[ recovery-image] Aug 13 19:07:58.685 INFO O| Aug 13 19:07:58.685 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-08-13T19:08:00.097Z[ recovery-image] Aug 13 19:07:58.694 INFO O| Aug 13 19:07:58.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56172026-08-13T19:08:00.097Z[ recovery-image] Aug 13 19:07:58.694 INFO O| Aug 13 19:07:58.694 INFO STEP 119 (remove_files) COMPLETE
56182026-08-13T19:08:00.097Z[ recovery-image] Aug 13 19:07:58.694 INFO O| Aug 13 19:07:58.694 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-08-13T19:08:00.103Z[ recovery-image] Aug 13 19:07:58.704 INFO O| Aug 13 19:07:58.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56202026-08-13T19:08:00.112Z[ recovery-image] Aug 13 19:07:58.705 INFO O| Aug 13 19:07:58.705 INFO STEP 120 (remove_files) COMPLETE
56212026-08-13T19:08:00.112Z[ recovery-image] Aug 13 19:07:58.705 INFO O| Aug 13 19:07:58.705 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-08-13T19:08:00.117Z[ recovery-image] Aug 13 19:07:58.714 INFO O| Aug 13 19:07:58.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56232026-08-13T19:08:00.117Z[ recovery-image] Aug 13 19:07:58.714 INFO O| Aug 13 19:07:58.714 INFO STEP 121 (remove_files) COMPLETE
56242026-08-13T19:08:00.117Z[ recovery-image] Aug 13 19:07:58.714 INFO O| Aug 13 19:07:58.714 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-08-13T19:08:00.127Z[ recovery-image] Aug 13 19:07:58.725 INFO O| Aug 13 19:07:58.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56262026-08-13T19:08:00.127Z[ recovery-image] Aug 13 19:07:58.725 INFO O| Aug 13 19:07:58.725 INFO STEP 122 (remove_files) COMPLETE
56272026-08-13T19:08:00.131Z[ recovery-image] Aug 13 19:07:58.725 INFO O| Aug 13 19:07:58.725 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-08-13T19:08:00.135Z[ recovery-image] Aug 13 19:07:58.735 INFO O| Aug 13 19:07:58.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56292026-08-13T19:08:00.135Z[ recovery-image] Aug 13 19:07:58.735 INFO O| Aug 13 19:07:58.735 INFO STEP 123 (remove_files) COMPLETE
56302026-08-13T19:08:00.135Z[ recovery-image] Aug 13 19:07:58.735 INFO O| Aug 13 19:07:58.735 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-08-13T19:08:00.143Z[ recovery-image] Aug 13 19:07:58.745 INFO O| Aug 13 19:07:58.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56322026-08-13T19:08:00.143Z[ recovery-image] Aug 13 19:07:58.745 INFO O| Aug 13 19:07:58.744 INFO STEP 124 (remove_files) COMPLETE
56332026-08-13T19:08:00.143Z[ recovery-image] Aug 13 19:07:58.745 INFO O| Aug 13 19:07:58.744 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-08-13T19:08:00.152Z[ recovery-image] Aug 13 19:07:58.754 INFO O| Aug 13 19:07:58.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56352026-08-13T19:08:00.152Z[ recovery-image] Aug 13 19:07:58.754 INFO O| Aug 13 19:07:58.754 INFO STEP 125 (remove_files) COMPLETE
56362026-08-13T19:08:00.161Z[ recovery-image] Aug 13 19:07:58.754 INFO O| Aug 13 19:07:58.754 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-08-13T19:08:00.161Z[ recovery-image] Aug 13 19:07:58.763 INFO O| Aug 13 19:07:58.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56382026-08-13T19:08:00.161Z[ recovery-image] Aug 13 19:07:58.763 INFO O| Aug 13 19:07:58.763 INFO STEP 126 (remove_files) COMPLETE
56392026-08-13T19:08:00.161Z[ recovery-image] Aug 13 19:07:58.763 INFO O| Aug 13 19:07:58.763 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-08-13T19:08:00.178Z[ recovery-image] Aug 13 19:07:58.774 INFO O| Aug 13 19:07:58.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56412026-08-13T19:08:00.178Z[ recovery-image] Aug 13 19:07:58.774 INFO O| Aug 13 19:07:58.774 INFO STEP 127 (remove_files) COMPLETE
56422026-08-13T19:08:00.178Z[ recovery-image] Aug 13 19:07:58.774 INFO O| Aug 13 19:07:58.774 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-08-13T19:08:00.187Z[ recovery-image] Aug 13 19:07:58.785 INFO O| Aug 13 19:07:58.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56442026-08-13T19:08:00.188Z[ recovery-image] Aug 13 19:07:58.785 INFO O| Aug 13 19:07:58.785 INFO STEP 128 (remove_files) COMPLETE
56452026-08-13T19:08:00.199Z[ recovery-image] Aug 13 19:07:58.785 INFO O| Aug 13 19:07:58.785 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-08-13T19:08:00.206Z[ recovery-image] Aug 13 19:07:58.794 INFO O| Aug 13 19:07:58.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56472026-08-13T19:08:00.207Z[ recovery-image] Aug 13 19:07:58.794 INFO O| Aug 13 19:07:58.794 INFO STEP 129 (remove_files) COMPLETE
56482026-08-13T19:08:00.207Z[ recovery-image] Aug 13 19:07:58.794 INFO O| Aug 13 19:07:58.794 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-08-13T19:08:00.207Z[ recovery-image] Aug 13 19:07:58.804 INFO O| Aug 13 19:07:58.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56502026-08-13T19:08:00.207Z[ recovery-image] Aug 13 19:07:58.804 INFO O| Aug 13 19:07:58.804 INFO STEP 130 (remove_files) COMPLETE
56512026-08-13T19:08:00.207Z[ recovery-image] Aug 13 19:07:58.804 INFO O| Aug 13 19:07:58.804 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-08-13T19:08:00.213Z[ recovery-image] Aug 13 19:07:58.815 INFO O| Aug 13 19:07:58.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56532026-08-13T19:08:00.213Z[ recovery-image] Aug 13 19:07:58.815 INFO O| Aug 13 19:07:58.815 INFO STEP 131 (remove_files) COMPLETE
56542026-08-13T19:08:00.220Z[ recovery-image] Aug 13 19:07:58.815 INFO O| Aug 13 19:07:58.815 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-08-13T19:08:00.230Z[ recovery-image] Aug 13 19:07:58.827 INFO O| Aug 13 19:07:58.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56562026-08-13T19:08:00.230Z[ recovery-image] Aug 13 19:07:58.827 INFO O| Aug 13 19:07:58.827 INFO STEP 132 (remove_files) COMPLETE
56572026-08-13T19:08:00.235Z[ recovery-image] Aug 13 19:07:58.827 INFO O| Aug 13 19:07:58.827 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-08-13T19:08:00.242Z[ recovery-image] Aug 13 19:07:58.839 INFO O| Aug 13 19:07:58.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56592026-08-13T19:08:00.242Z[ recovery-image] Aug 13 19:07:58.839 INFO O| Aug 13 19:07:58.839 INFO STEP 133 (remove_files) COMPLETE
56602026-08-13T19:08:00.243Z[ recovery-image] Aug 13 19:07:58.839 INFO O| Aug 13 19:07:58.839 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-08-13T19:08:00.256Z[ recovery-image] Aug 13 19:07:58.850 INFO O| Aug 13 19:07:58.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56622026-08-13T19:08:00.256Z[ recovery-image] Aug 13 19:07:58.850 INFO O| Aug 13 19:07:58.850 INFO STEP 134 (remove_files) COMPLETE
56632026-08-13T19:08:00.256Z[ recovery-image] Aug 13 19:07:58.850 INFO O| Aug 13 19:07:58.850 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-08-13T19:08:00.269Z[ recovery-image] Aug 13 19:07:58.861 INFO O| Aug 13 19:07:58.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56652026-08-13T19:08:00.269Z[ recovery-image] Aug 13 19:07:58.861 INFO O| Aug 13 19:07:58.861 INFO STEP 135 (remove_files) COMPLETE
56662026-08-13T19:08:00.269Z[ recovery-image] Aug 13 19:07:58.861 INFO O| Aug 13 19:07:58.861 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-08-13T19:08:00.327Z[ recovery-image] Aug 13 19:07:58.872 INFO O| Aug 13 19:07:58.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56682026-08-13T19:08:00.328Z[ recovery-image] Aug 13 19:07:58.872 INFO O| Aug 13 19:07:58.872 INFO STEP 136 (remove_files) COMPLETE
56692026-08-13T19:08:00.328Z[ recovery-image] Aug 13 19:07:58.872 INFO O| Aug 13 19:07:58.872 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-08-13T19:08:00.328Z[ recovery-image] Aug 13 19:07:58.883 INFO O| Aug 13 19:07:58.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56712026-08-13T19:08:00.328Z[ recovery-image] Aug 13 19:07:58.883 INFO O| Aug 13 19:07:58.883 INFO STEP 137 (remove_files) COMPLETE
56722026-08-13T19:08:00.328Z[ recovery-image] Aug 13 19:07:58.883 INFO O| Aug 13 19:07:58.883 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-08-13T19:08:00.328Z[ recovery-image] Aug 13 19:07:58.894 INFO O| Aug 13 19:07:58.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56742026-08-13T19:08:00.328Z[ recovery-image] Aug 13 19:07:58.894 INFO O| Aug 13 19:07:58.894 INFO STEP 138 (remove_files) COMPLETE
56752026-08-13T19:08:00.328Z[ recovery-image] Aug 13 19:07:58.894 INFO O| Aug 13 19:07:58.894 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-13T19:08:00.328Z[ recovery-image] Aug 13 19:07:58.904 INFO O| Aug 13 19:07:58.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56772026-08-13T19:08:00.328Z[ recovery-image] Aug 13 19:07:58.905 INFO O| Aug 13 19:07:58.905 INFO STEP 139 (remove_files) COMPLETE
56782026-08-13T19:08:00.328Z[ recovery-image] Aug 13 19:07:58.905 INFO O| Aug 13 19:07:58.905 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-13T19:08:00.328Z[ recovery-image] Aug 13 19:07:58.916 INFO O| Aug 13 19:07:58.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56802026-08-13T19:08:00.328Z[ recovery-image] Aug 13 19:07:58.916 INFO O| Aug 13 19:07:58.916 INFO STEP 140 (remove_files) COMPLETE
56812026-08-13T19:08:00.328Z[ recovery-image] Aug 13 19:07:58.916 INFO O| Aug 13 19:07:58.916 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-08-13T19:08:00.328Z[ recovery-image] Aug 13 19:07:58.927 INFO O| Aug 13 19:07:58.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56832026-08-13T19:08:00.328Z[ recovery-image] Aug 13 19:07:58.927 INFO O| Aug 13 19:07:58.927 INFO STEP 141 (remove_files) COMPLETE
56842026-08-13T19:08:00.328Z[ recovery-image] Aug 13 19:07:58.927 INFO O| Aug 13 19:07:58.927 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-13T19:08:00.336Z[ recovery-image] Aug 13 19:07:58.937 INFO O| Aug 13 19:07:58.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56862026-08-13T19:08:00.336Z[ recovery-image] Aug 13 19:07:58.937 INFO O| Aug 13 19:07:58.937 INFO STEP 142 (remove_files) COMPLETE
56872026-08-13T19:08:00.336Z[ recovery-image] Aug 13 19:07:58.937 INFO O| Aug 13 19:07:58.937 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-08-13T19:08:00.453Z[verify-libraries] Compiling sync-ptr v0.1.4
56892026-08-13T19:08:00.453Z[ recovery-image] Aug 13 19:07:58.948 INFO O| Aug 13 19:07:58.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56902026-08-13T19:08:00.453Z[ recovery-image] Aug 13 19:07:58.948 INFO O| Aug 13 19:07:58.948 INFO STEP 143 (remove_files) COMPLETE
56912026-08-13T19:08:00.453Z[ recovery-image] Aug 13 19:07:58.948 INFO O| Aug 13 19:07:58.948 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-08-13T19:08:00.462Z[ recovery-image] Aug 13 19:07:58.957 INFO O| Aug 13 19:07:58.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56932026-08-13T19:08:00.462Z[ recovery-image] Aug 13 19:07:58.957 INFO O| Aug 13 19:07:58.957 INFO STEP 144 (remove_files) COMPLETE
56942026-08-13T19:08:00.462Z[ recovery-image] Aug 13 19:07:58.957 INFO O| Aug 13 19:07:58.957 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-08-13T19:08:00.522Z[ recovery-image] Aug 13 19:07:58.969 INFO O| Aug 13 19:07:58.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56962026-08-13T19:08:00.522Z[ recovery-image] Aug 13 19:07:58.969 INFO O| Aug 13 19:07:58.969 INFO STEP 145 (remove_files) COMPLETE
56972026-08-13T19:08:00.522Z[ recovery-image] Aug 13 19:07:58.969 INFO O| Aug 13 19:07:58.969 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-08-13T19:08:00.522Z[ recovery-image] Aug 13 19:07:58.980 INFO O| Aug 13 19:07:58.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56992026-08-13T19:08:00.522Z[ recovery-image] Aug 13 19:07:58.980 INFO O| Aug 13 19:07:58.980 INFO STEP 146 (remove_files) COMPLETE
57002026-08-13T19:08:00.522Z[ recovery-image] Aug 13 19:07:58.980 INFO O| Aug 13 19:07:58.980 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-08-13T19:08:00.522Z[ recovery-image] Aug 13 19:07:58.992 INFO O| Aug 13 19:07:58.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57022026-08-13T19:08:00.522Z[ recovery-image] Aug 13 19:07:58.992 INFO O| Aug 13 19:07:58.992 INFO STEP 147 (remove_files) COMPLETE
57032026-08-13T19:08:00.522Z[ recovery-image] Aug 13 19:07:58.992 INFO O| Aug 13 19:07:58.992 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-08-13T19:08:00.522Z[ recovery-image] Aug 13 19:07:59.004 INFO O| Aug 13 19:07:59.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57052026-08-13T19:08:00.522Z[ recovery-image] Aug 13 19:07:59.004 INFO O| Aug 13 19:07:59.004 INFO STEP 148 (remove_files) COMPLETE
57062026-08-13T19:08:00.522Z[ recovery-image] Aug 13 19:07:59.004 INFO O| Aug 13 19:07:59.004 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-08-13T19:08:00.522Z[verify-libraries] Compiling russh v0.62.4
57082026-08-13T19:08:00.522Z[ recovery-image] Aug 13 19:07:59.015 INFO O| Aug 13 19:07:59.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57092026-08-13T19:08:00.522Z[ recovery-image] Aug 13 19:07:59.015 INFO O| Aug 13 19:07:59.015 INFO STEP 149 (remove_files) COMPLETE
57102026-08-13T19:08:00.522Z[ recovery-image] Aug 13 19:07:59.015 INFO O| Aug 13 19:07:59.015 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-08-13T19:08:00.522Z[ recovery-image] Aug 13 19:07:59.025 INFO O| Aug 13 19:07:59.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57122026-08-13T19:08:00.522Z[ recovery-image] Aug 13 19:07:59.025 INFO O| Aug 13 19:07:59.025 INFO STEP 150 (remove_files) COMPLETE
57132026-08-13T19:08:00.522Z[ recovery-image] Aug 13 19:07:59.025 INFO O| Aug 13 19:07:59.025 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-08-13T19:08:00.523Z[ recovery-image] Aug 13 19:07:59.036 INFO O| Aug 13 19:07:59.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57152026-08-13T19:08:00.523Z[ recovery-image] Aug 13 19:07:59.036 INFO O| Aug 13 19:07:59.036 INFO STEP 151 (remove_files) COMPLETE
57162026-08-13T19:08:00.523Z[ recovery-image] Aug 13 19:07:59.036 INFO O| Aug 13 19:07:59.036 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-08-13T19:08:00.523Z[ recovery-image] Aug 13 19:07:59.047 INFO O| Aug 13 19:07:59.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57182026-08-13T19:08:00.523Z[ recovery-image] Aug 13 19:07:59.047 INFO O| Aug 13 19:07:59.047 INFO STEP 152 (remove_files) COMPLETE
57192026-08-13T19:08:00.523Z[ recovery-image] Aug 13 19:07:59.047 INFO O| Aug 13 19:07:59.047 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-08-13T19:08:00.523Z[ recovery-image] Aug 13 19:07:59.057 INFO O| Aug 13 19:07:59.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57212026-08-13T19:08:00.523Z[ recovery-image] Aug 13 19:07:59.057 INFO O| Aug 13 19:07:59.057 INFO STEP 153 (remove_files) COMPLETE
57222026-08-13T19:08:00.523Z[ recovery-image] Aug 13 19:07:59.057 INFO O| Aug 13 19:07:59.057 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-08-13T19:08:00.523Z[ recovery-image] Aug 13 19:07:59.066 INFO O| Aug 13 19:07:59.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57242026-08-13T19:08:00.523Z[ recovery-image] Aug 13 19:07:59.066 INFO O| Aug 13 19:07:59.066 INFO STEP 154 (remove_files) COMPLETE
57252026-08-13T19:08:00.523Z[ recovery-image] Aug 13 19:07:59.066 INFO O| Aug 13 19:07:59.066 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-08-13T19:08:00.523Z[ recovery-image] Aug 13 19:07:59.075 INFO O| Aug 13 19:07:59.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57272026-08-13T19:08:00.523Z[ recovery-image] Aug 13 19:07:59.076 INFO O| Aug 13 19:07:59.076 INFO STEP 155 (remove_files) COMPLETE
57282026-08-13T19:08:00.523Z[ recovery-image] Aug 13 19:07:59.076 INFO O| Aug 13 19:07:59.076 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-08-13T19:08:00.531Z[ recovery-image] Aug 13 19:07:59.086 INFO O| Aug 13 19:07:59.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57302026-08-13T19:08:00.531Z[ recovery-image] Aug 13 19:07:59.086 INFO O| Aug 13 19:07:59.086 INFO STEP 156 (remove_files) COMPLETE
57312026-08-13T19:08:00.531Z[ recovery-image] Aug 13 19:07:59.086 INFO O| Aug 13 19:07:59.086 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-08-13T19:08:00.531Z[ recovery-image] Aug 13 19:07:59.096 INFO O| Aug 13 19:07:59.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57332026-08-13T19:08:00.531Z[ recovery-image] Aug 13 19:07:59.096 INFO O| Aug 13 19:07:59.096 INFO STEP 157 (remove_files) COMPLETE
57342026-08-13T19:08:00.531Z[ recovery-image] Aug 13 19:07:59.096 INFO O| Aug 13 19:07:59.096 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-08-13T19:08:00.531Z[ recovery-image] Aug 13 19:07:59.105 INFO O| Aug 13 19:07:59.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57362026-08-13T19:08:00.531Z[ recovery-image] Aug 13 19:07:59.105 INFO O| Aug 13 19:07:59.105 INFO STEP 158 (remove_files) COMPLETE
57372026-08-13T19:08:00.531Z[ recovery-image] Aug 13 19:07:59.106 INFO O| Aug 13 19:07:59.105 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-08-13T19:08:00.531Z[ recovery-image] Aug 13 19:07:59.115 INFO O| Aug 13 19:07:59.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57392026-08-13T19:08:00.531Z[ recovery-image] Aug 13 19:07:59.115 INFO O| Aug 13 19:07:59.115 INFO STEP 159 (remove_files) COMPLETE
57402026-08-13T19:08:00.531Z[ recovery-image] Aug 13 19:07:59.115 INFO O| Aug 13 19:07:59.115 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-08-13T19:08:00.531Z[ recovery-image] Aug 13 19:07:59.124 INFO O| Aug 13 19:07:59.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57422026-08-13T19:08:00.531Z[ recovery-image] Aug 13 19:07:59.124 INFO O| Aug 13 19:07:59.124 INFO STEP 160 (remove_files) COMPLETE
57432026-08-13T19:08:00.531Z[ recovery-image] Aug 13 19:07:59.124 INFO O| Aug 13 19:07:59.124 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-08-13T19:08:00.539Z[ recovery-image] Aug 13 19:07:59.132 INFO O| Aug 13 19:07:59.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57452026-08-13T19:08:00.539Z[ recovery-image] Aug 13 19:07:59.132 INFO O| Aug 13 19:07:59.132 INFO STEP 161 (remove_files) COMPLETE
57462026-08-13T19:08:00.539Z[ recovery-image] Aug 13 19:07:59.132 INFO O| Aug 13 19:07:59.132 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-08-13T19:08:00.551Z[ recovery-image] Aug 13 19:07:59.141 INFO O| Aug 13 19:07:59.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57482026-08-13T19:08:00.551Z[ recovery-image] Aug 13 19:07:59.141 INFO O| Aug 13 19:07:59.141 INFO STEP 162 (remove_files) COMPLETE
57492026-08-13T19:08:00.551Z[ recovery-image] Aug 13 19:07:59.141 INFO O| Aug 13 19:07:59.141 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-08-13T19:08:00.551Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
57512026-08-13T19:08:00.555Z[ recovery-image] Aug 13 19:07:59.151 INFO O| Aug 13 19:07:59.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57522026-08-13T19:08:00.555Z[ recovery-image] Aug 13 19:07:59.151 INFO O| Aug 13 19:07:59.151 INFO STEP 163 (remove_files) COMPLETE
57532026-08-13T19:08:00.555Z[ recovery-image] Aug 13 19:07:59.151 INFO O| Aug 13 19:07:59.151 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-08-13T19:08:00.560Z[ recovery-image] Aug 13 19:07:59.162 INFO O| Aug 13 19:07:59.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57552026-08-13T19:08:00.560Z[ recovery-image] Aug 13 19:07:59.162 INFO O| Aug 13 19:07:59.162 INFO STEP 164 (remove_files) COMPLETE
57562026-08-13T19:08:00.560Z[ recovery-image] Aug 13 19:07:59.162 INFO O| Aug 13 19:07:59.162 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-08-13T19:08:00.571Z[ recovery-image] Aug 13 19:07:59.172 INFO O| Aug 13 19:07:59.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57582026-08-13T19:08:00.577Z[ recovery-image] Aug 13 19:07:59.173 INFO O| Aug 13 19:07:59.173 INFO STEP 165 (remove_files) COMPLETE
57592026-08-13T19:08:00.577Z[ recovery-image] Aug 13 19:07:59.173 INFO O| Aug 13 19:07:59.173 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-08-13T19:08:00.581Z[ recovery-image] Aug 13 19:07:59.182 INFO O| Aug 13 19:07:59.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57612026-08-13T19:08:00.581Z[ recovery-image] Aug 13 19:07:59.182 INFO O| Aug 13 19:07:59.182 INFO STEP 166 (remove_files) COMPLETE
57622026-08-13T19:08:00.581Z[ recovery-image] Aug 13 19:07:59.182 INFO O| Aug 13 19:07:59.182 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-08-13T19:08:00.595Z[ recovery-image] Aug 13 19:07:59.191 INFO O| Aug 13 19:07:59.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57642026-08-13T19:08:00.595Z[ recovery-image] Aug 13 19:07:59.191 INFO O| Aug 13 19:07:59.191 INFO STEP 167 (remove_files) COMPLETE
57652026-08-13T19:08:00.604Z[ recovery-image] Aug 13 19:07:59.191 INFO O| Aug 13 19:07:59.191 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-08-13T19:08:00.604Z[ recovery-image] Aug 13 19:07:59.199 INFO O| Aug 13 19:07:59.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57672026-08-13T19:08:00.604Z[ recovery-image] Aug 13 19:07:59.199 INFO O| Aug 13 19:07:59.199 INFO STEP 168 (remove_files) COMPLETE
57682026-08-13T19:08:00.604Z[ recovery-image] Aug 13 19:07:59.199 INFO O| Aug 13 19:07:59.199 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-08-13T19:08:00.610Z[ recovery-image] Aug 13 19:07:59.209 INFO O| Aug 13 19:07:59.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57702026-08-13T19:08:00.610Z[ recovery-image] Aug 13 19:07:59.209 INFO O| Aug 13 19:07:59.209 INFO STEP 169 (remove_files) COMPLETE
57712026-08-13T19:08:00.610Z[ recovery-image] Aug 13 19:07:59.209 INFO O| Aug 13 19:07:59.209 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-08-13T19:08:00.620Z[ recovery-image] Aug 13 19:07:59.218 INFO O| Aug 13 19:07:59.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57732026-08-13T19:08:00.621Z[ recovery-image] Aug 13 19:07:59.218 INFO O| Aug 13 19:07:59.218 INFO STEP 170 (remove_files) COMPLETE
57742026-08-13T19:08:00.626Z[ recovery-image] Aug 13 19:07:59.218 INFO O| Aug 13 19:07:59.218 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-08-13T19:08:00.637Z[ recovery-image] Aug 13 19:07:59.229 INFO O| Aug 13 19:07:59.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57762026-08-13T19:08:00.637Z[ recovery-image] Aug 13 19:07:59.229 INFO O| Aug 13 19:07:59.229 INFO STEP 171 (remove_files) COMPLETE
57772026-08-13T19:08:00.637Z[ recovery-image] Aug 13 19:07:59.229 INFO O| Aug 13 19:07:59.229 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-08-13T19:08:00.640Z[ recovery-image] Aug 13 19:07:59.239 INFO O| Aug 13 19:07:59.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57792026-08-13T19:08:00.641Z[ recovery-image] Aug 13 19:07:59.239 INFO O| Aug 13 19:07:59.239 INFO STEP 172 (remove_files) COMPLETE
57802026-08-13T19:08:00.641Z[ recovery-image] Aug 13 19:07:59.239 INFO O| Aug 13 19:07:59.239 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-08-13T19:08:00.650Z[ recovery-image] Aug 13 19:07:59.250 INFO O| Aug 13 19:07:59.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57822026-08-13T19:08:00.650Z[ recovery-image] Aug 13 19:07:59.250 INFO O| Aug 13 19:07:59.250 INFO STEP 173 (remove_files) COMPLETE
57832026-08-13T19:08:00.650Z[ recovery-image] Aug 13 19:07:59.250 INFO O| Aug 13 19:07:59.250 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-08-13T19:08:00.659Z[ recovery-image] Aug 13 19:07:59.260 INFO O| Aug 13 19:07:59.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57852026-08-13T19:08:00.659Z[ recovery-image] Aug 13 19:07:59.260 INFO O| Aug 13 19:07:59.260 INFO STEP 174 (remove_files) COMPLETE
57862026-08-13T19:08:00.659Z[ recovery-image] Aug 13 19:07:59.260 INFO O| Aug 13 19:07:59.260 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-08-13T19:08:00.670Z[ recovery-image] Aug 13 19:07:59.271 INFO O| Aug 13 19:07:59.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57882026-08-13T19:08:00.670Z[ recovery-image] Aug 13 19:07:59.271 INFO O| Aug 13 19:07:59.271 INFO STEP 175 (remove_files) COMPLETE
57892026-08-13T19:08:00.671Z[ recovery-image] Aug 13 19:07:59.271 INFO O| Aug 13 19:07:59.271 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-08-13T19:08:00.694Z[ recovery-image] Aug 13 19:07:59.280 INFO O| Aug 13 19:07:59.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57912026-08-13T19:08:00.705Z[ recovery-image] Aug 13 19:07:59.281 INFO O| Aug 13 19:07:59.281 INFO STEP 176 (remove_files) COMPLETE
57922026-08-13T19:08:00.705Z[ recovery-image] Aug 13 19:07:59.281 INFO O| Aug 13 19:07:59.281 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-08-13T19:08:00.705Z[ recovery-image] Aug 13 19:07:59.291 INFO O| Aug 13 19:07:59.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57942026-08-13T19:08:00.705Z[ recovery-image] Aug 13 19:07:59.291 INFO O| Aug 13 19:07:59.291 INFO STEP 177 (remove_files) COMPLETE
57952026-08-13T19:08:00.705Z[ recovery-image] Aug 13 19:07:59.291 INFO O| Aug 13 19:07:59.291 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-08-13T19:08:00.705Z[ recovery-image] Aug 13 19:07:59.301 INFO O| Aug 13 19:07:59.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57972026-08-13T19:08:00.706Z[ recovery-image] Aug 13 19:07:59.301 INFO O| Aug 13 19:07:59.301 INFO STEP 178 (remove_files) COMPLETE
57982026-08-13T19:08:00.706Z[ recovery-image] Aug 13 19:07:59.301 INFO O| Aug 13 19:07:59.301 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-08-13T19:08:00.711Z[ recovery-image] Aug 13 19:07:59.311 INFO O| Aug 13 19:07:59.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58002026-08-13T19:08:00.711Z[ recovery-image] Aug 13 19:07:59.311 INFO O| Aug 13 19:07:59.311 INFO STEP 179 (remove_files) COMPLETE
58012026-08-13T19:08:00.712Z[ recovery-image] Aug 13 19:07:59.311 INFO O| Aug 13 19:07:59.311 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-08-13T19:08:00.716Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
58032026-08-13T19:08:00.723Z[ recovery-image] Aug 13 19:07:59.321 INFO O| Aug 13 19:07:59.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58042026-08-13T19:08:00.723Z[ recovery-image] Aug 13 19:07:59.321 INFO O| Aug 13 19:07:59.321 INFO STEP 180 (remove_files) COMPLETE
58052026-08-13T19:08:00.723Z[ recovery-image] Aug 13 19:07:59.321 INFO O| Aug 13 19:07:59.321 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-08-13T19:08:00.729Z[ recovery-image] Aug 13 19:07:59.331 INFO O| Aug 13 19:07:59.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58072026-08-13T19:08:00.729Z[ recovery-image] Aug 13 19:07:59.331 INFO O| Aug 13 19:07:59.331 INFO STEP 181 (remove_files) COMPLETE
58082026-08-13T19:08:00.734Z[ recovery-image] Aug 13 19:07:59.331 INFO O| Aug 13 19:07:59.331 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-08-13T19:08:00.739Z[ recovery-image] Aug 13 19:07:59.341 INFO O| Aug 13 19:07:59.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58102026-08-13T19:08:00.739Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
58112026-08-13T19:08:00.739Z[ recovery-image] Aug 13 19:07:59.341 INFO O| Aug 13 19:07:59.341 INFO STEP 182 (remove_files) COMPLETE
58122026-08-13T19:08:00.744Z[ recovery-image] Aug 13 19:07:59.341 INFO O| Aug 13 19:07:59.341 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-08-13T19:08:00.750Z[ recovery-image] Aug 13 19:07:59.351 INFO O| Aug 13 19:07:59.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58142026-08-13T19:08:00.750Z[ recovery-image] Aug 13 19:07:59.352 INFO O| Aug 13 19:07:59.351 INFO STEP 183 (remove_files) COMPLETE
58152026-08-13T19:08:00.761Z[ recovery-image] Aug 13 19:07:59.352 INFO O| Aug 13 19:07:59.352 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-08-13T19:08:00.767Z[ recovery-image] Aug 13 19:07:59.363 INFO O| Aug 13 19:07:59.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58172026-08-13T19:08:00.767Z[ recovery-image] Aug 13 19:07:59.363 INFO O| Aug 13 19:07:59.363 INFO STEP 184 (remove_files) COMPLETE
58182026-08-13T19:08:00.767Z[ recovery-image] Aug 13 19:07:59.363 INFO O| Aug 13 19:07:59.363 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-13T19:08:00.772Z[ recovery-image] Aug 13 19:07:59.372 INFO O| Aug 13 19:07:59.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58202026-08-13T19:08:00.772Z[ recovery-image] Aug 13 19:07:59.372 INFO O| Aug 13 19:07:59.372 INFO STEP 185 (remove_files) COMPLETE
58212026-08-13T19:08:00.772Z[ recovery-image] Aug 13 19:07:59.372 INFO O| Aug 13 19:07:59.372 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-08-13T19:08:00.782Z[ recovery-image] Aug 13 19:07:59.382 INFO O| Aug 13 19:07:59.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58232026-08-13T19:08:00.782Z[ recovery-image] Aug 13 19:07:59.382 INFO O| Aug 13 19:07:59.382 INFO STEP 186 (remove_files) COMPLETE
58242026-08-13T19:08:00.782Z[ recovery-image] Aug 13 19:07:59.382 INFO O| Aug 13 19:07:59.382 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-08-13T19:08:00.795Z[ recovery-image] Aug 13 19:07:59.394 INFO O| Aug 13 19:07:59.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58262026-08-13T19:08:00.795Z[ recovery-image] Aug 13 19:07:59.394 INFO O| Aug 13 19:07:59.394 INFO STEP 187 (remove_files) COMPLETE
58272026-08-13T19:08:00.803Z[ recovery-image] Aug 13 19:07:59.394 INFO O| Aug 13 19:07:59.394 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-08-13T19:08:00.809Z[ recovery-image] Aug 13 19:07:59.404 INFO O| Aug 13 19:07:59.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58292026-08-13T19:08:00.809Z[ recovery-image] Aug 13 19:07:59.404 INFO O| Aug 13 19:07:59.404 INFO STEP 188 (remove_files) COMPLETE
58302026-08-13T19:08:00.809Z[ recovery-image] Aug 13 19:07:59.404 INFO O| Aug 13 19:07:59.404 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-08-13T19:08:00.814Z[ recovery-image] Aug 13 19:07:59.414 INFO O| Aug 13 19:07:59.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58322026-08-13T19:08:00.815Z[ recovery-image] Aug 13 19:07:59.415 INFO O| Aug 13 19:07:59.415 INFO STEP 189 (remove_files) COMPLETE
58332026-08-13T19:08:00.818Z[ recovery-image] Aug 13 19:07:59.415 INFO O| Aug 13 19:07:59.415 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-08-13T19:08:00.824Z[ recovery-image] Aug 13 19:07:59.424 INFO O| Aug 13 19:07:59.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58352026-08-13T19:08:00.824Z[ recovery-image] Aug 13 19:07:59.424 INFO O| Aug 13 19:07:59.424 INFO STEP 190 (remove_files) COMPLETE
58362026-08-13T19:08:00.824Z[ recovery-image] Aug 13 19:07:59.424 INFO O| Aug 13 19:07:59.424 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-08-13T19:08:00.831Z[ recovery-image] Aug 13 19:07:59.433 INFO O| Aug 13 19:07:59.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58382026-08-13T19:08:00.831Z[ recovery-image] Aug 13 19:07:59.433 INFO O| Aug 13 19:07:59.433 INFO STEP 191 (remove_files) COMPLETE
58392026-08-13T19:08:00.831Z[ recovery-image] Aug 13 19:07:59.433 INFO O| Aug 13 19:07:59.433 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-08-13T19:08:00.841Z[ recovery-image] Aug 13 19:07:59.441 INFO O| Aug 13 19:07:59.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58412026-08-13T19:08:00.841Z[ recovery-image] Aug 13 19:07:59.442 INFO O| Aug 13 19:07:59.442 INFO STEP 192 (remove_files) COMPLETE
58422026-08-13T19:08:00.841Z[ recovery-image] Aug 13 19:07:59.442 INFO O| Aug 13 19:07:59.442 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-08-13T19:08:00.853Z[ recovery-image] Aug 13 19:07:59.452 INFO O| Aug 13 19:07:59.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58442026-08-13T19:08:00.853Z[ recovery-image] Aug 13 19:07:59.452 INFO O| Aug 13 19:07:59.452 INFO STEP 193 (remove_files) COMPLETE
58452026-08-13T19:08:00.853Z[ recovery-image] Aug 13 19:07:59.452 INFO O| Aug 13 19:07:59.452 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-08-13T19:08:00.859Z[ recovery-image] Aug 13 19:07:59.460 INFO O| Aug 13 19:07:59.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58472026-08-13T19:08:00.859Z[ recovery-image] Aug 13 19:07:59.460 INFO O| Aug 13 19:07:59.460 INFO STEP 194 (remove_files) COMPLETE
58482026-08-13T19:08:00.859Z[ recovery-image] Aug 13 19:07:59.460 INFO O| Aug 13 19:07:59.460 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-08-13T19:08:00.868Z[ recovery-image] Aug 13 19:07:59.469 INFO O| Aug 13 19:07:59.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58502026-08-13T19:08:00.868Z[ recovery-image] Aug 13 19:07:59.470 INFO O| Aug 13 19:07:59.469 INFO STEP 195 (remove_files) COMPLETE
58512026-08-13T19:08:00.868Z[ recovery-image] Aug 13 19:07:59.470 INFO O| Aug 13 19:07:59.469 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-08-13T19:08:00.877Z[ recovery-image] Aug 13 19:07:59.479 INFO O| Aug 13 19:07:59.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58532026-08-13T19:08:00.878Z[ recovery-image] Aug 13 19:07:59.479 INFO O| Aug 13 19:07:59.479 INFO STEP 196 (remove_files) COMPLETE
58542026-08-13T19:08:00.884Z[ recovery-image] Aug 13 19:07:59.479 INFO O| Aug 13 19:07:59.479 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-08-13T19:08:00.892Z[ recovery-image] Aug 13 19:07:59.489 INFO O| Aug 13 19:07:59.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58562026-08-13T19:08:00.892Z[ recovery-image] Aug 13 19:07:59.489 INFO O| Aug 13 19:07:59.489 INFO STEP 197 (remove_files) COMPLETE
58572026-08-13T19:08:00.892Z[ recovery-image] Aug 13 19:07:59.489 INFO O| Aug 13 19:07:59.489 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-08-13T19:08:00.898Z[ recovery-image] Aug 13 19:07:59.499 INFO O| Aug 13 19:07:59.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58592026-08-13T19:08:00.906Z[ recovery-image] Aug 13 19:07:59.499 INFO O| Aug 13 19:07:59.499 INFO STEP 198 (remove_files) COMPLETE
58602026-08-13T19:08:00.906Z[ recovery-image] Aug 13 19:07:59.499 INFO O| Aug 13 19:07:59.499 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-08-13T19:08:00.911Z[ recovery-image] Aug 13 19:07:59.510 INFO O| Aug 13 19:07:59.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58622026-08-13T19:08:00.911Z[ recovery-image] Aug 13 19:07:59.510 INFO O| Aug 13 19:07:59.510 INFO STEP 199 (remove_files) COMPLETE
58632026-08-13T19:08:00.911Z[ recovery-image] Aug 13 19:07:59.510 INFO O| Aug 13 19:07:59.510 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-08-13T19:08:00.917Z[ recovery-image] Aug 13 19:07:59.519 INFO O| Aug 13 19:07:59.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58652026-08-13T19:08:00.918Z[ recovery-image] Aug 13 19:07:59.519 INFO O| Aug 13 19:07:59.519 INFO STEP 200 (remove_files) COMPLETE
58662026-08-13T19:08:00.918Z[ recovery-image] Aug 13 19:07:59.519 INFO O| Aug 13 19:07:59.519 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-08-13T19:08:00.927Z[ recovery-image] Aug 13 19:07:59.528 INFO O| Aug 13 19:07:59.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58682026-08-13T19:08:00.927Z[ recovery-image] Aug 13 19:07:59.528 INFO O| Aug 13 19:07:59.528 INFO STEP 201 (remove_files) COMPLETE
58692026-08-13T19:08:00.927Z[ recovery-image] Aug 13 19:07:59.528 INFO O| Aug 13 19:07:59.528 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-08-13T19:08:00.937Z[ recovery-image] Aug 13 19:07:59.537 INFO O| Aug 13 19:07:59.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58712026-08-13T19:08:00.937Z[ recovery-image] Aug 13 19:07:59.537 INFO O| Aug 13 19:07:59.537 INFO STEP 202 (remove_files) COMPLETE
58722026-08-13T19:08:00.937Z[ recovery-image] Aug 13 19:07:59.537 INFO O| Aug 13 19:07:59.537 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-08-13T19:08:00.947Z[ recovery-image] Aug 13 19:07:59.548 INFO O| Aug 13 19:07:59.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58742026-08-13T19:08:00.947Z[ recovery-image] Aug 13 19:07:59.548 INFO O| Aug 13 19:07:59.548 INFO STEP 203 (remove_files) COMPLETE
58752026-08-13T19:08:00.947Z[ recovery-image] Aug 13 19:07:59.548 INFO O| Aug 13 19:07:59.548 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-08-13T19:08:00.956Z[ recovery-image] Aug 13 19:07:59.557 INFO O| Aug 13 19:07:59.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58772026-08-13T19:08:00.956Z[ recovery-image] Aug 13 19:07:59.557 INFO O| Aug 13 19:07:59.557 INFO STEP 204 (remove_files) COMPLETE
58782026-08-13T19:08:00.956Z[ recovery-image] Aug 13 19:07:59.557 INFO O| Aug 13 19:07:59.557 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-08-13T19:08:00.965Z[ recovery-image] Aug 13 19:07:59.567 INFO O| Aug 13 19:07:59.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58802026-08-13T19:08:00.965Z[ recovery-image] Aug 13 19:07:59.567 INFO O| Aug 13 19:07:59.567 INFO STEP 205 (remove_files) COMPLETE
58812026-08-13T19:08:00.965Z[ recovery-image] Aug 13 19:07:59.567 INFO O| Aug 13 19:07:59.567 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-08-13T19:08:00.977Z[ recovery-image] Aug 13 19:07:59.576 INFO O| Aug 13 19:07:59.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58832026-08-13T19:08:00.977Z[ recovery-image] Aug 13 19:07:59.576 INFO O| Aug 13 19:07:59.576 INFO STEP 206 (remove_files) COMPLETE
58842026-08-13T19:08:00.977Z[ recovery-image] Aug 13 19:07:59.576 INFO O| Aug 13 19:07:59.576 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-08-13T19:08:00.989Z[ recovery-image] Aug 13 19:07:59.586 INFO O| Aug 13 19:07:59.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58862026-08-13T19:08:00.989Z[ recovery-image] Aug 13 19:07:59.586 INFO O| Aug 13 19:07:59.586 INFO STEP 207 (remove_files) COMPLETE
58872026-08-13T19:08:00.989Z[ recovery-image] Aug 13 19:07:59.586 INFO O| Aug 13 19:07:59.586 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-08-13T19:08:00.998Z[ recovery-image] Aug 13 19:07:59.595 INFO O| Aug 13 19:07:59.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58892026-08-13T19:08:00.998Z[ recovery-image] Aug 13 19:07:59.595 INFO O| Aug 13 19:07:59.595 INFO STEP 208 (remove_files) COMPLETE
58902026-08-13T19:08:01.004Z[ recovery-image] Aug 13 19:07:59.595 INFO O| Aug 13 19:07:59.595 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-08-13T19:08:01.008Z[ recovery-image] Aug 13 19:07:59.605 INFO O| Aug 13 19:07:59.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58922026-08-13T19:08:01.008Z[ recovery-image] Aug 13 19:07:59.605 INFO O| Aug 13 19:07:59.605 INFO STEP 209 (remove_files) COMPLETE
58932026-08-13T19:08:01.008Z[ recovery-image] Aug 13 19:07:59.605 INFO O| Aug 13 19:07:59.605 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-08-13T19:08:01.013Z[ recovery-image] Aug 13 19:07:59.615 INFO O| Aug 13 19:07:59.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58952026-08-13T19:08:01.014Z[ recovery-image] Aug 13 19:07:59.615 INFO O| Aug 13 19:07:59.615 INFO STEP 210 (remove_files) COMPLETE
58962026-08-13T19:08:01.014Z[ recovery-image] Aug 13 19:07:59.615 INFO O| Aug 13 19:07:59.615 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-08-13T19:08:01.025Z[ recovery-image] Aug 13 19:07:59.626 INFO O| Aug 13 19:07:59.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58982026-08-13T19:08:01.025Z[ recovery-image] Aug 13 19:07:59.626 INFO O| Aug 13 19:07:59.626 INFO STEP 211 (remove_files) COMPLETE
58992026-08-13T19:08:01.025Z[ recovery-image] Aug 13 19:07:59.626 INFO O| Aug 13 19:07:59.626 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-08-13T19:08:01.034Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
59012026-08-13T19:08:01.038Z[ recovery-image] Aug 13 19:07:59.636 INFO O| Aug 13 19:07:59.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59022026-08-13T19:08:01.038Z[ recovery-image] Aug 13 19:07:59.636 INFO O| Aug 13 19:07:59.636 INFO STEP 212 (remove_files) COMPLETE
59032026-08-13T19:08:01.039Z[ recovery-image] Aug 13 19:07:59.636 INFO O| Aug 13 19:07:59.636 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-08-13T19:08:01.048Z[ recovery-image] Aug 13 19:07:59.646 INFO O| Aug 13 19:07:59.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59052026-08-13T19:08:01.053Z[ recovery-image] Aug 13 19:07:59.647 INFO O| Aug 13 19:07:59.647 INFO STEP 213 (remove_files) COMPLETE
59062026-08-13T19:08:01.053Z[ recovery-image] Aug 13 19:07:59.647 INFO O| Aug 13 19:07:59.647 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-08-13T19:08:01.066Z[ recovery-image] Aug 13 19:07:59.656 INFO O| Aug 13 19:07:59.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59082026-08-13T19:08:01.066Z[ recovery-image] Aug 13 19:07:59.656 INFO O| Aug 13 19:07:59.656 INFO STEP 214 (remove_files) COMPLETE
59092026-08-13T19:08:01.066Z[ recovery-image] Aug 13 19:07:59.656 INFO O| Aug 13 19:07:59.656 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-08-13T19:08:01.072Z[ recovery-image] Aug 13 19:07:59.668 INFO O| Aug 13 19:07:59.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59112026-08-13T19:08:01.072Z[ recovery-image] Aug 13 19:07:59.668 INFO O| Aug 13 19:07:59.668 INFO STEP 215 (remove_files) COMPLETE
59122026-08-13T19:08:01.072Z[ recovery-image] Aug 13 19:07:59.668 INFO O| Aug 13 19:07:59.668 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-08-13T19:08:01.076Z[ recovery-image] Aug 13 19:07:59.678 INFO O| Aug 13 19:07:59.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59142026-08-13T19:08:01.077Z[ recovery-image] Aug 13 19:07:59.678 INFO O| Aug 13 19:07:59.678 INFO STEP 216 (remove_files) COMPLETE
59152026-08-13T19:08:01.081Z[ recovery-image] Aug 13 19:07:59.678 INFO O| Aug 13 19:07:59.678 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-08-13T19:08:01.109Z[ recovery-image] Aug 13 19:07:59.688 INFO O| Aug 13 19:07:59.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59172026-08-13T19:08:01.109Z[ recovery-image] Aug 13 19:07:59.688 INFO O| Aug 13 19:07:59.688 INFO STEP 217 (remove_files) COMPLETE
59182026-08-13T19:08:01.109Z[ recovery-image] Aug 13 19:07:59.688 INFO O| Aug 13 19:07:59.688 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-08-13T19:08:01.120Z[ recovery-image] Aug 13 19:07:59.698 INFO O| Aug 13 19:07:59.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59202026-08-13T19:08:01.120Z[ recovery-image] Aug 13 19:07:59.698 INFO O| Aug 13 19:07:59.698 INFO STEP 218 (remove_files) COMPLETE
59212026-08-13T19:08:01.121Z[ recovery-image] Aug 13 19:07:59.698 INFO O| Aug 13 19:07:59.698 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-08-13T19:08:01.121Z[ recovery-image] Aug 13 19:07:59.707 INFO O| Aug 13 19:07:59.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59232026-08-13T19:08:01.121Z[ recovery-image] Aug 13 19:07:59.708 INFO O| Aug 13 19:07:59.708 INFO STEP 219 (remove_files) COMPLETE
59242026-08-13T19:08:01.121Z[ recovery-image] Aug 13 19:07:59.708 INFO O| Aug 13 19:07:59.708 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-08-13T19:08:01.127Z[ recovery-image] Aug 13 19:07:59.718 INFO O| Aug 13 19:07:59.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59262026-08-13T19:08:01.127Z[ recovery-image] Aug 13 19:07:59.718 INFO O| Aug 13 19:07:59.718 INFO STEP 220 (remove_files) COMPLETE
59272026-08-13T19:08:01.127Z[ recovery-image] Aug 13 19:07:59.718 INFO O| Aug 13 19:07:59.718 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-08-13T19:08:01.127Z[ recovery-image] Aug 13 19:07:59.727 INFO O| Aug 13 19:07:59.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59292026-08-13T19:08:01.127Z[ recovery-image] Aug 13 19:07:59.727 INFO O| Aug 13 19:07:59.727 INFO STEP 221 (remove_files) COMPLETE
59302026-08-13T19:08:01.127Z[ recovery-image] Aug 13 19:07:59.727 INFO O| Aug 13 19:07:59.727 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-08-13T19:08:01.147Z[ recovery-image] Aug 13 19:07:59.737 INFO O| Aug 13 19:07:59.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59322026-08-13T19:08:01.147Z[ recovery-image] Aug 13 19:07:59.737 INFO O| Aug 13 19:07:59.737 INFO STEP 222 (remove_files) COMPLETE
59332026-08-13T19:08:01.147Z[ recovery-image] Aug 13 19:07:59.737 INFO O| Aug 13 19:07:59.737 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-08-13T19:08:01.152Z[ recovery-image] Aug 13 19:07:59.747 INFO O| Aug 13 19:07:59.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59352026-08-13T19:08:01.152Z[ recovery-image] Aug 13 19:07:59.747 INFO O| Aug 13 19:07:59.747 INFO STEP 223 (remove_files) COMPLETE
59362026-08-13T19:08:01.152Z[ recovery-image] Aug 13 19:07:59.747 INFO O| Aug 13 19:07:59.747 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-08-13T19:08:01.159Z[ recovery-image] Aug 13 19:07:59.757 INFO O| Aug 13 19:07:59.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59382026-08-13T19:08:01.159Z[ recovery-image] Aug 13 19:07:59.757 INFO O| Aug 13 19:07:59.757 INFO STEP 224 (remove_files) COMPLETE
59392026-08-13T19:08:01.160Z[ recovery-image] Aug 13 19:07:59.757 INFO O| Aug 13 19:07:59.757 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-08-13T19:08:01.179Z[ recovery-image] Aug 13 19:07:59.780 INFO O| Aug 13 19:07:59.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59412026-08-13T19:08:01.179Z[ recovery-image] Aug 13 19:07:59.780 INFO O| Aug 13 19:07:59.780 INFO STEP 225 (remove_files) COMPLETE
59422026-08-13T19:08:01.183Z[ recovery-image] Aug 13 19:07:59.780 INFO O| Aug 13 19:07:59.780 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-08-13T19:08:01.189Z[ recovery-image] Aug 13 19:07:59.790 INFO O| Aug 13 19:07:59.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59442026-08-13T19:08:01.189Z[ recovery-image] Aug 13 19:07:59.790 INFO O| Aug 13 19:07:59.790 INFO STEP 226 (remove_files) COMPLETE
59452026-08-13T19:08:01.189Z[ recovery-image] Aug 13 19:07:59.790 INFO O| Aug 13 19:07:59.790 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-08-13T19:08:01.201Z[ recovery-image] Aug 13 19:07:59.800 INFO O| Aug 13 19:07:59.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59472026-08-13T19:08:01.201Z[ recovery-image] Aug 13 19:07:59.800 INFO O| Aug 13 19:07:59.800 INFO STEP 227 (remove_files) COMPLETE
59482026-08-13T19:08:01.209Z[ recovery-image] Aug 13 19:07:59.800 INFO O| Aug 13 19:07:59.800 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-08-13T19:08:01.233Z[ recovery-image] Aug 13 19:07:59.809 INFO O| Aug 13 19:07:59.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59502026-08-13T19:08:01.233Z[ recovery-image] Aug 13 19:07:59.809 INFO O| Aug 13 19:07:59.809 INFO STEP 228 (remove_files) COMPLETE
59512026-08-13T19:08:01.233Z[ recovery-image] Aug 13 19:07:59.809 INFO O| Aug 13 19:07:59.809 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-08-13T19:08:01.247Z[ recovery-image] Aug 13 19:07:59.819 INFO O| Aug 13 19:07:59.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59532026-08-13T19:08:01.247Z[ recovery-image] Aug 13 19:07:59.819 INFO O| Aug 13 19:07:59.819 INFO STEP 229 (remove_files) COMPLETE
59542026-08-13T19:08:01.247Z[ recovery-image] Aug 13 19:07:59.819 INFO O| Aug 13 19:07:59.819 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-08-13T19:08:01.247Z[ recovery-image] Aug 13 19:07:59.827 INFO O| Aug 13 19:07:59.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59562026-08-13T19:08:01.247Z[ recovery-image] Aug 13 19:07:59.827 INFO O| Aug 13 19:07:59.827 INFO STEP 230 (remove_files) COMPLETE
59572026-08-13T19:08:01.247Z[ recovery-image] Aug 13 19:07:59.827 INFO O| Aug 13 19:07:59.827 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-08-13T19:08:01.247Z[ recovery-image] Aug 13 19:07:59.836 INFO O| Aug 13 19:07:59.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59592026-08-13T19:08:01.247Z[ recovery-image] Aug 13 19:07:59.836 INFO O| Aug 13 19:07:59.836 INFO STEP 231 (remove_files) COMPLETE
59602026-08-13T19:08:01.247Z[ recovery-image] Aug 13 19:07:59.836 INFO O| Aug 13 19:07:59.836 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-08-13T19:08:01.253Z[ recovery-image] Aug 13 19:07:59.844 INFO O| Aug 13 19:07:59.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59622026-08-13T19:08:01.253Z[ recovery-image] Aug 13 19:07:59.844 INFO O| Aug 13 19:07:59.844 INFO STEP 232 (remove_files) COMPLETE
59632026-08-13T19:08:01.253Z[ recovery-image] Aug 13 19:07:59.844 INFO O| Aug 13 19:07:59.844 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-08-13T19:08:01.253Z[ recovery-image] Aug 13 19:07:59.852 INFO O| Aug 13 19:07:59.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59652026-08-13T19:08:01.253Z[ recovery-image] Aug 13 19:07:59.852 INFO O| Aug 13 19:07:59.852 INFO STEP 233 (remove_files) COMPLETE
59662026-08-13T19:08:01.253Z[ recovery-image] Aug 13 19:07:59.852 INFO O| Aug 13 19:07:59.852 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-08-13T19:08:01.261Z[ recovery-image] Aug 13 19:07:59.860 INFO O| Aug 13 19:07:59.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59682026-08-13T19:08:01.261Z[ recovery-image] Aug 13 19:07:59.860 INFO O| Aug 13 19:07:59.860 INFO STEP 234 (remove_files) COMPLETE
59692026-08-13T19:08:01.261Z[ recovery-image] Aug 13 19:07:59.860 INFO O| Aug 13 19:07:59.860 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-08-13T19:08:01.279Z[ recovery-image] Aug 13 19:07:59.869 INFO O| Aug 13 19:07:59.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59712026-08-13T19:08:01.279Z[ recovery-image] Aug 13 19:07:59.869 INFO O| Aug 13 19:07:59.869 INFO STEP 235 (remove_files) COMPLETE
59722026-08-13T19:08:01.279Z[ recovery-image] Aug 13 19:07:59.869 INFO O| Aug 13 19:07:59.869 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-08-13T19:08:01.284Z[ recovery-image] Aug 13 19:07:59.878 INFO O| Aug 13 19:07:59.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59742026-08-13T19:08:01.284Z[ recovery-image] Aug 13 19:07:59.878 INFO O| Aug 13 19:07:59.878 INFO STEP 236 (remove_files) COMPLETE
59752026-08-13T19:08:01.284Z[ recovery-image] Aug 13 19:07:59.878 INFO O| Aug 13 19:07:59.878 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-08-13T19:08:01.288Z[ recovery-image] Aug 13 19:07:59.888 INFO O| Aug 13 19:07:59.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59772026-08-13T19:08:01.288Z[ recovery-image] Aug 13 19:07:59.888 INFO O| Aug 13 19:07:59.888 INFO STEP 237 (remove_files) COMPLETE
59782026-08-13T19:08:01.288Z[ recovery-image] Aug 13 19:07:59.888 INFO O| Aug 13 19:07:59.888 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-08-13T19:08:01.296Z[ recovery-image] Aug 13 19:07:59.897 INFO O| Aug 13 19:07:59.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59802026-08-13T19:08:01.296Z[ recovery-image] Aug 13 19:07:59.897 INFO O| Aug 13 19:07:59.897 INFO STEP 238 (remove_files) COMPLETE
59812026-08-13T19:08:01.296Z[ recovery-image] Aug 13 19:07:59.897 INFO O| Aug 13 19:07:59.897 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-08-13T19:08:01.306Z[ recovery-image] Aug 13 19:07:59.906 INFO O| Aug 13 19:07:59.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59832026-08-13T19:08:01.306Z[ recovery-image] Aug 13 19:07:59.906 INFO O| Aug 13 19:07:59.906 INFO STEP 239 (remove_files) COMPLETE
59842026-08-13T19:08:01.315Z[ recovery-image] Aug 13 19:07:59.906 INFO O| Aug 13 19:07:59.906 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-08-13T19:08:01.316Z[ recovery-image] Aug 13 19:07:59.915 INFO O| Aug 13 19:07:59.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59862026-08-13T19:08:01.316Z[ recovery-image] Aug 13 19:07:59.915 INFO O| Aug 13 19:07:59.915 INFO STEP 240 (remove_files) COMPLETE
59872026-08-13T19:08:01.316Z[ recovery-image] Aug 13 19:07:59.915 INFO O| Aug 13 19:07:59.915 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-08-13T19:08:01.324Z[ recovery-image] Aug 13 19:07:59.923 INFO O| Aug 13 19:07:59.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59892026-08-13T19:08:01.324Z[ recovery-image] Aug 13 19:07:59.924 INFO O| Aug 13 19:07:59.924 INFO STEP 241 (remove_files) COMPLETE
59902026-08-13T19:08:01.324Z[ recovery-image] Aug 13 19:07:59.924 INFO O| Aug 13 19:07:59.924 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-08-13T19:08:01.331Z[ recovery-image] Aug 13 19:07:59.932 INFO O| Aug 13 19:07:59.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59922026-08-13T19:08:01.331Z[ recovery-image] Aug 13 19:07:59.932 INFO O| Aug 13 19:07:59.932 INFO STEP 242 (remove_files) COMPLETE
59932026-08-13T19:08:01.343Z[ recovery-image] Aug 13 19:07:59.932 INFO O| Aug 13 19:07:59.932 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-08-13T19:08:01.343Z[ recovery-image] Aug 13 19:07:59.940 INFO O| Aug 13 19:07:59.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59952026-08-13T19:08:01.343Z[ recovery-image] Aug 13 19:07:59.940 INFO O| Aug 13 19:07:59.940 INFO STEP 243 (remove_files) COMPLETE
59962026-08-13T19:08:01.343Z[ recovery-image] Aug 13 19:07:59.940 INFO O| Aug 13 19:07:59.940 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-08-13T19:08:01.354Z[ recovery-image] Aug 13 19:07:59.950 INFO O| Aug 13 19:07:59.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59982026-08-13T19:08:01.355Z[ recovery-image] Aug 13 19:07:59.950 INFO O| Aug 13 19:07:59.950 INFO STEP 244 (remove_files) COMPLETE
59992026-08-13T19:08:01.355Z[ recovery-image] Aug 13 19:07:59.950 INFO O| Aug 13 19:07:59.950 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-08-13T19:08:01.360Z[ recovery-image] Aug 13 19:07:59.959 INFO O| Aug 13 19:07:59.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60012026-08-13T19:08:01.360Z[ recovery-image] Aug 13 19:07:59.959 INFO O| Aug 13 19:07:59.959 INFO STEP 245 (remove_files) COMPLETE
60022026-08-13T19:08:01.360Z[ recovery-image] Aug 13 19:07:59.959 INFO O| Aug 13 19:07:59.959 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-08-13T19:08:01.368Z[ recovery-image] Aug 13 19:07:59.969 INFO O| Aug 13 19:07:59.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60042026-08-13T19:08:01.368Z[ recovery-image] Aug 13 19:07:59.969 INFO O| Aug 13 19:07:59.969 INFO STEP 246 (remove_files) COMPLETE
60052026-08-13T19:08:01.368Z[ recovery-image] Aug 13 19:07:59.969 INFO O| Aug 13 19:07:59.969 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-08-13T19:08:01.380Z[ recovery-image] Aug 13 19:07:59.978 INFO O| Aug 13 19:07:59.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60072026-08-13T19:08:01.380Z[ recovery-image] Aug 13 19:07:59.978 INFO O| Aug 13 19:07:59.978 INFO STEP 247 (remove_files) COMPLETE
60082026-08-13T19:08:01.380Z[ recovery-image] Aug 13 19:07:59.978 INFO O| Aug 13 19:07:59.978 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-08-13T19:08:01.387Z[ recovery-image] Aug 13 19:07:59.988 INFO O| Aug 13 19:07:59.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60102026-08-13T19:08:01.387Z[ recovery-image] Aug 13 19:07:59.988 INFO O| Aug 13 19:07:59.988 INFO STEP 248 (remove_files) COMPLETE
60112026-08-13T19:08:01.387Z[ recovery-image] Aug 13 19:07:59.988 INFO O| Aug 13 19:07:59.988 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-08-13T19:08:01.398Z[ recovery-image] Aug 13 19:07:59.998 INFO O| Aug 13 19:07:59.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60132026-08-13T19:08:01.398Z[ recovery-image] Aug 13 19:07:59.998 INFO O| Aug 13 19:07:59.998 INFO STEP 249 (remove_files) COMPLETE
60142026-08-13T19:08:01.403Z[ recovery-image] Aug 13 19:07:59.998 INFO O| Aug 13 19:07:59.998 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-08-13T19:08:01.410Z[ recovery-image] Aug 13 19:08:00.008 INFO O| Aug 13 19:08:00.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60162026-08-13T19:08:01.410Z[ recovery-image] Aug 13 19:08:00.008 INFO O| Aug 13 19:08:00.008 INFO STEP 250 (remove_files) COMPLETE
60172026-08-13T19:08:01.410Z[ recovery-image] Aug 13 19:08:00.008 INFO O| Aug 13 19:08:00.008 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-08-13T19:08:01.416Z[ recovery-image] Aug 13 19:08:00.017 INFO O| Aug 13 19:08:00.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60192026-08-13T19:08:01.416Z[ recovery-image] Aug 13 19:08:00.017 INFO O| Aug 13 19:08:00.017 INFO STEP 251 (remove_files) COMPLETE
60202026-08-13T19:08:01.426Z[ recovery-image] Aug 13 19:08:00.017 INFO O| Aug 13 19:08:00.017 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-08-13T19:08:01.436Z[ recovery-image] Aug 13 19:08:00.025 INFO O| Aug 13 19:08:00.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60222026-08-13T19:08:01.436Z[ recovery-image] Aug 13 19:08:00.025 INFO O| Aug 13 19:08:00.025 INFO STEP 252 (remove_files) COMPLETE
60232026-08-13T19:08:01.436Z[ recovery-image] Aug 13 19:08:00.025 INFO O| Aug 13 19:08:00.025 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-08-13T19:08:01.436Z[ recovery-image] Aug 13 19:08:00.033 INFO O| Aug 13 19:08:00.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60252026-08-13T19:08:01.436Z[ recovery-image] Aug 13 19:08:00.034 INFO O| Aug 13 19:08:00.034 INFO STEP 253 (remove_files) COMPLETE
60262026-08-13T19:08:01.436Z[ recovery-image] Aug 13 19:08:00.034 INFO O| Aug 13 19:08:00.034 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-08-13T19:08:01.442Z[ recovery-image] Aug 13 19:08:00.042 INFO O| Aug 13 19:08:00.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60282026-08-13T19:08:01.442Z[ recovery-image] Aug 13 19:08:00.042 INFO O| Aug 13 19:08:00.042 INFO STEP 254 (remove_files) COMPLETE
60292026-08-13T19:08:01.442Z[ recovery-image] Aug 13 19:08:00.042 INFO O| Aug 13 19:08:00.042 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-08-13T19:08:01.447Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
60312026-08-13T19:08:01.454Z[ recovery-image] Aug 13 19:08:00.050 INFO O| Aug 13 19:08:00.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60322026-08-13T19:08:01.454Z[ recovery-image] Aug 13 19:08:00.050 INFO O| Aug 13 19:08:00.050 INFO STEP 255 (remove_files) COMPLETE
60332026-08-13T19:08:01.455Z[ recovery-image] Aug 13 19:08:00.050 INFO O| Aug 13 19:08:00.050 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-08-13T19:08:01.473Z[ recovery-image] Aug 13 19:08:00.061 INFO O| Aug 13 19:08:00.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60352026-08-13T19:08:01.473Z[ recovery-image] Aug 13 19:08:00.061 INFO O| Aug 13 19:08:00.061 INFO STEP 256 (remove_files) COMPLETE
60362026-08-13T19:08:01.473Z[ recovery-image] Aug 13 19:08:00.061 INFO O| Aug 13 19:08:00.061 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-08-13T19:08:01.483Z[ recovery-image] Aug 13 19:08:00.075 INFO O| Aug 13 19:08:00.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60382026-08-13T19:08:01.483Z[ recovery-image] Aug 13 19:08:00.075 INFO O| Aug 13 19:08:00.075 INFO STEP 257 (remove_files) COMPLETE
60392026-08-13T19:08:01.483Z[ recovery-image] Aug 13 19:08:00.075 INFO O| Aug 13 19:08:00.075 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-08-13T19:08:01.494Z[ recovery-image] Aug 13 19:08:00.086 INFO O| Aug 13 19:08:00.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60412026-08-13T19:08:01.494Z[ recovery-image] Aug 13 19:08:00.086 INFO O| Aug 13 19:08:00.086 INFO STEP 258 (remove_files) COMPLETE
60422026-08-13T19:08:01.494Z[ recovery-image] Aug 13 19:08:00.086 INFO O| Aug 13 19:08:00.086 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-08-13T19:08:01.504Z[ recovery-image] Aug 13 19:08:00.096 INFO O| Aug 13 19:08:00.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60442026-08-13T19:08:01.505Z[ recovery-image] Aug 13 19:08:00.100 INFO O| Aug 13 19:08:00.097 INFO STEP 259 (remove_files) COMPLETE
60452026-08-13T19:08:01.505Z[ recovery-image] Aug 13 19:08:00.100 INFO O| Aug 13 19:08:00.097 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-08-13T19:08:01.510Z[ recovery-image] Aug 13 19:08:00.107 INFO O| Aug 13 19:08:00.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60472026-08-13T19:08:01.510Z[ recovery-image] Aug 13 19:08:00.107 INFO O| Aug 13 19:08:00.107 INFO STEP 260 (remove_files) COMPLETE
60482026-08-13T19:08:01.510Z[ recovery-image] Aug 13 19:08:00.107 INFO O| Aug 13 19:08:00.107 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-08-13T19:08:01.518Z[ recovery-image] Aug 13 19:08:00.120 INFO O| Aug 13 19:08:00.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60502026-08-13T19:08:01.518Z[ recovery-image] Aug 13 19:08:00.120 INFO O| Aug 13 19:08:00.120 INFO STEP 261 (remove_files) COMPLETE
60512026-08-13T19:08:01.518Z[ recovery-image] Aug 13 19:08:00.120 INFO O| Aug 13 19:08:00.120 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-08-13T19:08:01.531Z[ recovery-image] Aug 13 19:08:00.131 INFO O| Aug 13 19:08:00.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60532026-08-13T19:08:01.531Z[ recovery-image] Aug 13 19:08:00.131 INFO O| Aug 13 19:08:00.131 INFO STEP 262 (remove_files) COMPLETE
60542026-08-13T19:08:01.531Z[ recovery-image] Aug 13 19:08:00.131 INFO O| Aug 13 19:08:00.131 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-08-13T19:08:01.546Z[ recovery-image] Aug 13 19:08:00.144 INFO O| Aug 13 19:08:00.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60562026-08-13T19:08:01.546Z[ recovery-image] Aug 13 19:08:00.144 INFO O| Aug 13 19:08:00.144 INFO STEP 263 (remove_files) COMPLETE
60572026-08-13T19:08:01.546Z[ recovery-image] Aug 13 19:08:00.144 INFO O| Aug 13 19:08:00.144 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-08-13T19:08:01.571Z[ recovery-image] Aug 13 19:08:00.154 INFO O| Aug 13 19:08:00.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60592026-08-13T19:08:01.572Z[ recovery-image] Aug 13 19:08:00.154 INFO O| Aug 13 19:08:00.154 INFO STEP 264 (remove_files) COMPLETE
60602026-08-13T19:08:01.572Z[ recovery-image] Aug 13 19:08:00.154 INFO O| Aug 13 19:08:00.154 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-08-13T19:08:01.577Z[ recovery-image] Aug 13 19:08:00.163 INFO O| Aug 13 19:08:00.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60622026-08-13T19:08:01.578Z[ recovery-image] Aug 13 19:08:00.163 INFO O| Aug 13 19:08:00.163 INFO STEP 265 (remove_files) COMPLETE
60632026-08-13T19:08:01.578Z[ recovery-image] Aug 13 19:08:00.163 INFO O| Aug 13 19:08:00.163 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-08-13T19:08:01.578Z[ recovery-image] Aug 13 19:08:00.172 INFO O| Aug 13 19:08:00.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60652026-08-13T19:08:01.578Z[ recovery-image] Aug 13 19:08:00.172 INFO O| Aug 13 19:08:00.172 INFO STEP 266 (remove_files) COMPLETE
60662026-08-13T19:08:01.578Z[ recovery-image] Aug 13 19:08:00.172 INFO O| Aug 13 19:08:00.172 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-08-13T19:08:01.586Z[ recovery-image] Aug 13 19:08:00.182 INFO O| Aug 13 19:08:00.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60682026-08-13T19:08:01.586Z[ recovery-image] Aug 13 19:08:00.182 INFO O| Aug 13 19:08:00.182 INFO STEP 267 (remove_files) COMPLETE
60692026-08-13T19:08:01.586Z[ recovery-image] Aug 13 19:08:00.182 INFO O| Aug 13 19:08:00.182 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-08-13T19:08:01.592Z[ recovery-image] Aug 13 19:08:00.190 INFO O| Aug 13 19:08:00.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60712026-08-13T19:08:01.592Z[ recovery-image] Aug 13 19:08:00.190 INFO O| Aug 13 19:08:00.190 INFO STEP 268 (remove_files) COMPLETE
60722026-08-13T19:08:01.592Z[ recovery-image] Aug 13 19:08:00.190 INFO O| Aug 13 19:08:00.190 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-08-13T19:08:01.614Z[ recovery-image] Aug 13 19:08:00.201 INFO O| Aug 13 19:08:00.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60742026-08-13T19:08:01.614Z[ recovery-image] Aug 13 19:08:00.201 INFO O| Aug 13 19:08:00.201 INFO STEP 269 (remove_files) COMPLETE
60752026-08-13T19:08:01.614Z[ recovery-image] Aug 13 19:08:00.201 INFO O| Aug 13 19:08:00.201 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-08-13T19:08:01.618Z[ recovery-image] Aug 13 19:08:00.211 INFO O| Aug 13 19:08:00.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60772026-08-13T19:08:01.618Z[ recovery-image] Aug 13 19:08:00.212 INFO O| Aug 13 19:08:00.212 INFO STEP 270 (remove_files) COMPLETE
60782026-08-13T19:08:01.618Z[ recovery-image] Aug 13 19:08:00.212 INFO O| Aug 13 19:08:00.212 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-08-13T19:08:01.633Z[ recovery-image] Aug 13 19:08:00.223 INFO O| Aug 13 19:08:00.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60802026-08-13T19:08:01.633Z[ recovery-image] Aug 13 19:08:00.223 INFO O| Aug 13 19:08:00.223 INFO STEP 271 (remove_files) COMPLETE
60812026-08-13T19:08:01.633Z[ recovery-image] Aug 13 19:08:00.223 INFO O| Aug 13 19:08:00.223 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-08-13T19:08:01.633Z[ recovery-image] Aug 13 19:08:00.233 INFO O| Aug 13 19:08:00.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60832026-08-13T19:08:01.633Z[ recovery-image] Aug 13 19:08:00.233 INFO O| Aug 13 19:08:00.233 INFO STEP 272 (remove_files) COMPLETE
60842026-08-13T19:08:01.633Z[ recovery-image] Aug 13 19:08:00.233 INFO O| Aug 13 19:08:00.233 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-08-13T19:08:01.640Z[ recovery-image] Aug 13 19:08:00.242 INFO O| Aug 13 19:08:00.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60862026-08-13T19:08:01.640Z[ recovery-image] Aug 13 19:08:00.242 INFO O| Aug 13 19:08:00.242 INFO STEP 273 (remove_files) COMPLETE
60872026-08-13T19:08:01.640Z[ recovery-image] Aug 13 19:08:00.242 INFO O| Aug 13 19:08:00.242 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-08-13T19:08:01.652Z[ recovery-image] Aug 13 19:08:00.252 INFO O| Aug 13 19:08:00.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60892026-08-13T19:08:01.652Z[ recovery-image] Aug 13 19:08:00.252 INFO O| Aug 13 19:08:00.252 INFO STEP 274 (remove_files) COMPLETE
60902026-08-13T19:08:01.652Z[ recovery-image] Aug 13 19:08:00.252 INFO O| Aug 13 19:08:00.252 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-08-13T19:08:01.659Z[ recovery-image] Aug 13 19:08:00.261 INFO O| Aug 13 19:08:00.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60922026-08-13T19:08:01.660Z[ recovery-image] Aug 13 19:08:00.261 INFO O| Aug 13 19:08:00.261 INFO STEP 275 (remove_files) COMPLETE
60932026-08-13T19:08:01.660Z[ recovery-image] Aug 13 19:08:00.261 INFO O| Aug 13 19:08:00.261 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-08-13T19:08:01.673Z[ recovery-image] Aug 13 19:08:00.270 INFO O| Aug 13 19:08:00.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60952026-08-13T19:08:01.673Z[ recovery-image] Aug 13 19:08:00.270 INFO O| Aug 13 19:08:00.270 INFO STEP 276 (remove_files) COMPLETE
60962026-08-13T19:08:01.673Z[ recovery-image] Aug 13 19:08:00.270 INFO O| Aug 13 19:08:00.270 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-08-13T19:08:01.684Z[ recovery-image] Aug 13 19:08:00.279 INFO O| Aug 13 19:08:00.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60982026-08-13T19:08:01.684Z[ recovery-image] Aug 13 19:08:00.279 INFO O| Aug 13 19:08:00.279 INFO STEP 277 (remove_files) COMPLETE
60992026-08-13T19:08:01.684Z[ recovery-image] Aug 13 19:08:00.279 INFO O| Aug 13 19:08:00.279 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-08-13T19:08:01.700Z[ recovery-image] Aug 13 19:08:00.288 INFO O| Aug 13 19:08:00.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61012026-08-13T19:08:01.700Z[ recovery-image] Aug 13 19:08:00.288 INFO O| Aug 13 19:08:00.288 INFO STEP 278 (remove_files) COMPLETE
61022026-08-13T19:08:01.700Z[ recovery-image] Aug 13 19:08:00.288 INFO O| Aug 13 19:08:00.288 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-08-13T19:08:01.700Z[ recovery-image] Aug 13 19:08:00.297 INFO O| Aug 13 19:08:00.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61042026-08-13T19:08:01.700Z[ recovery-image] Aug 13 19:08:00.297 INFO O| Aug 13 19:08:00.297 INFO STEP 279 (remove_files) COMPLETE
61052026-08-13T19:08:01.700Z[ recovery-image] Aug 13 19:08:00.297 INFO O| Aug 13 19:08:00.297 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-08-13T19:08:01.705Z[ recovery-image] Aug 13 19:08:00.306 INFO O| Aug 13 19:08:00.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61072026-08-13T19:08:01.705Z[ recovery-image] Aug 13 19:08:00.306 INFO O| Aug 13 19:08:00.306 INFO STEP 280 (remove_files) COMPLETE
61082026-08-13T19:08:01.706Z[ recovery-image] Aug 13 19:08:00.306 INFO O| Aug 13 19:08:00.306 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-08-13T19:08:01.715Z[ recovery-image] Aug 13 19:08:00.316 INFO O| Aug 13 19:08:00.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61102026-08-13T19:08:01.715Z[ recovery-image] Aug 13 19:08:00.316 INFO O| Aug 13 19:08:00.316 INFO STEP 281 (remove_files) COMPLETE
61112026-08-13T19:08:01.715Z[ recovery-image] Aug 13 19:08:00.316 INFO O| Aug 13 19:08:00.316 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-08-13T19:08:01.732Z[ recovery-image] Aug 13 19:08:00.327 INFO O| Aug 13 19:08:00.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61132026-08-13T19:08:01.732Z[ recovery-image] Aug 13 19:08:00.327 INFO O| Aug 13 19:08:00.327 INFO STEP 282 (remove_files) COMPLETE
61142026-08-13T19:08:01.732Z[ recovery-image] Aug 13 19:08:00.328 INFO O| Aug 13 19:08:00.327 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-08-13T19:08:01.738Z[ recovery-image] Aug 13 19:08:00.338 INFO O| Aug 13 19:08:00.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61162026-08-13T19:08:01.738Z[ recovery-image] Aug 13 19:08:00.338 INFO O| Aug 13 19:08:00.338 INFO STEP 283 (remove_files) COMPLETE
61172026-08-13T19:08:01.738Z[ recovery-image] Aug 13 19:08:00.338 INFO O| Aug 13 19:08:00.338 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-08-13T19:08:01.747Z[ recovery-image] Aug 13 19:08:00.349 INFO O| Aug 13 19:08:00.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61192026-08-13T19:08:01.747Z[ recovery-image] Aug 13 19:08:00.349 INFO O| Aug 13 19:08:00.349 INFO STEP 284 (remove_files) COMPLETE
61202026-08-13T19:08:01.747Z[ recovery-image] Aug 13 19:08:00.349 INFO O| Aug 13 19:08:00.349 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-08-13T19:08:01.758Z[ recovery-image] Aug 13 19:08:00.359 INFO O| Aug 13 19:08:00.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61222026-08-13T19:08:01.758Z[ recovery-image] Aug 13 19:08:00.359 INFO O| Aug 13 19:08:00.359 INFO STEP 285 (remove_files) COMPLETE
61232026-08-13T19:08:01.758Z[ recovery-image] Aug 13 19:08:00.359 INFO O| Aug 13 19:08:00.359 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-08-13T19:08:01.775Z[ recovery-image] Aug 13 19:08:00.368 INFO O| Aug 13 19:08:00.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61252026-08-13T19:08:01.775Z[ recovery-image] Aug 13 19:08:00.368 INFO O| Aug 13 19:08:00.368 INFO STEP 286 (remove_files) COMPLETE
61262026-08-13T19:08:01.775Z[ recovery-image] Aug 13 19:08:00.368 INFO O| Aug 13 19:08:00.368 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-08-13T19:08:01.781Z[ recovery-image] Aug 13 19:08:00.377 INFO O| Aug 13 19:08:00.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61282026-08-13T19:08:01.781Z[ recovery-image] Aug 13 19:08:00.377 INFO O| Aug 13 19:08:00.377 INFO STEP 287 (remove_files) COMPLETE
61292026-08-13T19:08:01.782Z[ recovery-image] Aug 13 19:08:00.377 INFO O| Aug 13 19:08:00.377 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-08-13T19:08:01.788Z[ recovery-image] Aug 13 19:08:00.385 INFO O| Aug 13 19:08:00.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61312026-08-13T19:08:01.788Z[ recovery-image] Aug 13 19:08:00.385 INFO O| Aug 13 19:08:00.385 INFO STEP 288 (remove_files) COMPLETE
61322026-08-13T19:08:01.788Z[ recovery-image] Aug 13 19:08:00.385 INFO O| Aug 13 19:08:00.385 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-08-13T19:08:01.793Z[ recovery-image] Aug 13 19:08:00.394 INFO O| Aug 13 19:08:00.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61342026-08-13T19:08:01.793Z[ recovery-image] Aug 13 19:08:00.394 INFO O| Aug 13 19:08:00.394 INFO STEP 289 (remove_files) COMPLETE
61352026-08-13T19:08:01.793Z[ recovery-image] Aug 13 19:08:00.394 INFO O| Aug 13 19:08:00.394 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-08-13T19:08:01.801Z[ recovery-image] Aug 13 19:08:00.403 INFO O| Aug 13 19:08:00.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61372026-08-13T19:08:01.801Z[ recovery-image] Aug 13 19:08:00.403 INFO O| Aug 13 19:08:00.403 INFO STEP 290 (remove_files) COMPLETE
61382026-08-13T19:08:01.801Z[ recovery-image] Aug 13 19:08:00.403 INFO O| Aug 13 19:08:00.403 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-08-13T19:08:01.812Z[ recovery-image] Aug 13 19:08:00.411 INFO O| Aug 13 19:08:00.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61402026-08-13T19:08:01.812Z[ recovery-image] Aug 13 19:08:00.411 INFO O| Aug 13 19:08:00.411 INFO STEP 291 (remove_files) COMPLETE
61412026-08-13T19:08:01.822Z[ recovery-image] Aug 13 19:08:00.411 INFO O| Aug 13 19:08:00.411 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-08-13T19:08:01.831Z[ recovery-image] Aug 13 19:08:00.419 INFO O| Aug 13 19:08:00.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61432026-08-13T19:08:01.831Z[ recovery-image] Aug 13 19:08:00.419 INFO O| Aug 13 19:08:00.419 INFO STEP 292 (remove_files) COMPLETE
61442026-08-13T19:08:01.831Z[ recovery-image] Aug 13 19:08:00.419 INFO O| Aug 13 19:08:00.419 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-08-13T19:08:01.835Z[ recovery-image] Aug 13 19:08:00.427 INFO O| Aug 13 19:08:00.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61462026-08-13T19:08:01.835Z[ recovery-image] Aug 13 19:08:00.427 INFO O| Aug 13 19:08:00.427 INFO STEP 293 (remove_files) COMPLETE
61472026-08-13T19:08:01.835Z[ recovery-image] Aug 13 19:08:00.427 INFO O| Aug 13 19:08:00.427 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-08-13T19:08:01.835Z[ recovery-image] Aug 13 19:08:00.436 INFO O| Aug 13 19:08:00.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61492026-08-13T19:08:01.835Z[ recovery-image] Aug 13 19:08:00.436 INFO O| Aug 13 19:08:00.436 INFO STEP 294 (remove_files) COMPLETE
61502026-08-13T19:08:01.835Z[ recovery-image] Aug 13 19:08:00.436 INFO O| Aug 13 19:08:00.436 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-08-13T19:08:01.843Z[ recovery-image] Aug 13 19:08:00.444 INFO O| Aug 13 19:08:00.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61522026-08-13T19:08:01.843Z[ recovery-image] Aug 13 19:08:00.444 INFO O| Aug 13 19:08:00.444 INFO STEP 295 (remove_files) COMPLETE
61532026-08-13T19:08:01.843Z[ recovery-image] Aug 13 19:08:00.444 INFO O| Aug 13 19:08:00.444 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-08-13T19:08:01.857Z[ recovery-image] Aug 13 19:08:00.453 INFO O| Aug 13 19:08:00.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61552026-08-13T19:08:01.857Z[ recovery-image] Aug 13 19:08:00.453 INFO O| Aug 13 19:08:00.453 INFO STEP 296 (remove_files) COMPLETE
61562026-08-13T19:08:01.857Z[ recovery-image] Aug 13 19:08:00.453 INFO O| Aug 13 19:08:00.453 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-08-13T19:08:01.862Z[ recovery-image] Aug 13 19:08:00.461 INFO O| Aug 13 19:08:00.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61582026-08-13T19:08:01.862Z[ recovery-image] Aug 13 19:08:00.461 INFO O| Aug 13 19:08:00.461 INFO STEP 297 (remove_files) COMPLETE
61592026-08-13T19:08:01.862Z[ recovery-image] Aug 13 19:08:00.461 INFO O| Aug 13 19:08:00.461 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-08-13T19:08:01.874Z[ recovery-image] Aug 13 19:08:00.469 INFO O| Aug 13 19:08:00.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61612026-08-13T19:08:01.879Z[ recovery-image] Aug 13 19:08:00.470 INFO O| Aug 13 19:08:00.470 INFO STEP 298 (remove_files) COMPLETE
61622026-08-13T19:08:01.879Z[ recovery-image] Aug 13 19:08:00.470 INFO O| Aug 13 19:08:00.470 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-08-13T19:08:01.879Z[ recovery-image] Aug 13 19:08:00.478 INFO O| Aug 13 19:08:00.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61642026-08-13T19:08:01.879Z[ recovery-image] Aug 13 19:08:00.478 INFO O| Aug 13 19:08:00.478 INFO STEP 299 (remove_files) COMPLETE
61652026-08-13T19:08:01.879Z[ recovery-image] Aug 13 19:08:00.478 INFO O| Aug 13 19:08:00.478 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-08-13T19:08:01.889Z[ recovery-image] Aug 13 19:08:00.488 INFO O| Aug 13 19:08:00.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61672026-08-13T19:08:01.889Z[ recovery-image] Aug 13 19:08:00.488 INFO O| Aug 13 19:08:00.488 INFO STEP 300 (remove_files) COMPLETE
61682026-08-13T19:08:01.893Z[ recovery-image] Aug 13 19:08:00.488 INFO O| Aug 13 19:08:00.488 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-08-13T19:08:01.900Z[ recovery-image] Aug 13 19:08:00.497 INFO O| Aug 13 19:08:00.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61702026-08-13T19:08:01.901Z[ recovery-image] Aug 13 19:08:00.497 INFO O| Aug 13 19:08:00.497 INFO STEP 301 (remove_files) COMPLETE
61712026-08-13T19:08:01.901Z[ recovery-image] Aug 13 19:08:00.497 INFO O| Aug 13 19:08:00.497 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-08-13T19:08:01.905Z[ recovery-image] Aug 13 19:08:00.505 INFO O| Aug 13 19:08:00.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61732026-08-13T19:08:01.905Z[ recovery-image] Aug 13 19:08:00.505 INFO O| Aug 13 19:08:00.505 INFO STEP 302 (remove_files) COMPLETE
61742026-08-13T19:08:01.905Z[ recovery-image] Aug 13 19:08:00.505 INFO O| Aug 13 19:08:00.505 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-08-13T19:08:01.912Z[ recovery-image] Aug 13 19:08:00.514 INFO O| Aug 13 19:08:00.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61762026-08-13T19:08:01.912Z[ recovery-image] Aug 13 19:08:00.514 INFO O| Aug 13 19:08:00.514 INFO STEP 303 (remove_files) COMPLETE
61772026-08-13T19:08:01.912Z[ recovery-image] Aug 13 19:08:00.514 INFO O| Aug 13 19:08:00.514 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-08-13T19:08:01.926Z[ recovery-image] Aug 13 19:08:00.524 INFO O| Aug 13 19:08:00.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61792026-08-13T19:08:01.926Z[ recovery-image] Aug 13 19:08:00.524 INFO O| Aug 13 19:08:00.524 INFO STEP 304 (remove_files) COMPLETE
61802026-08-13T19:08:01.927Z[ recovery-image] Aug 13 19:08:00.524 INFO O| Aug 13 19:08:00.524 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-08-13T19:08:01.934Z[ recovery-image] Aug 13 19:08:00.533 INFO O| Aug 13 19:08:00.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61822026-08-13T19:08:01.934Z[ recovery-image] Aug 13 19:08:00.533 INFO O| Aug 13 19:08:00.533 INFO STEP 305 (remove_files) COMPLETE
61832026-08-13T19:08:01.934Z[ recovery-image] Aug 13 19:08:00.533 INFO O| Aug 13 19:08:00.533 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-08-13T19:08:01.947Z[ recovery-image] Aug 13 19:08:00.543 INFO O| Aug 13 19:08:00.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61852026-08-13T19:08:01.947Z[ recovery-image] Aug 13 19:08:00.543 INFO O| Aug 13 19:08:00.543 INFO STEP 306 (remove_files) COMPLETE
61862026-08-13T19:08:01.951Z[ recovery-image] Aug 13 19:08:00.543 INFO O| Aug 13 19:08:00.543 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-08-13T19:08:01.958Z[ recovery-image] Aug 13 19:08:00.557 INFO O| Aug 13 19:08:00.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61882026-08-13T19:08:01.958Z[ recovery-image] Aug 13 19:08:00.557 INFO O| Aug 13 19:08:00.557 INFO STEP 307 (remove_files) COMPLETE
61892026-08-13T19:08:01.958Z[ recovery-image] Aug 13 19:08:00.557 INFO O| Aug 13 19:08:00.557 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-08-13T19:08:01.968Z[ recovery-image] Aug 13 19:08:00.566 INFO O| Aug 13 19:08:00.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61912026-08-13T19:08:01.968Z[ recovery-image] Aug 13 19:08:00.566 INFO O| Aug 13 19:08:00.566 INFO STEP 308 (remove_files) COMPLETE
61922026-08-13T19:08:01.968Z[ recovery-image] Aug 13 19:08:00.566 INFO O| Aug 13 19:08:00.566 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-08-13T19:08:01.973Z[ recovery-image] Aug 13 19:08:00.575 INFO O| Aug 13 19:08:00.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61942026-08-13T19:08:01.973Z[ recovery-image] Aug 13 19:08:00.575 INFO O| Aug 13 19:08:00.575 INFO STEP 309 (remove_files) COMPLETE
61952026-08-13T19:08:01.973Z[ recovery-image] Aug 13 19:08:00.575 INFO O| Aug 13 19:08:00.575 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-08-13T19:08:01.989Z[ recovery-image] Aug 13 19:08:00.584 INFO O| Aug 13 19:08:00.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61972026-08-13T19:08:01.989Z[ recovery-image] Aug 13 19:08:00.584 INFO O| Aug 13 19:08:00.584 INFO STEP 310 (remove_files) COMPLETE
61982026-08-13T19:08:01.998Z[ recovery-image] Aug 13 19:08:00.584 INFO O| Aug 13 19:08:00.584 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-08-13T19:08:01.998Z[ recovery-image] Aug 13 19:08:00.592 INFO O| Aug 13 19:08:00.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62002026-08-13T19:08:01.998Z[ recovery-image] Aug 13 19:08:00.592 INFO O| Aug 13 19:08:00.592 INFO STEP 311 (remove_files) COMPLETE
62012026-08-13T19:08:01.998Z[ recovery-image] Aug 13 19:08:00.592 INFO O| Aug 13 19:08:00.592 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-08-13T19:08:02.006Z[ recovery-image] Aug 13 19:08:00.601 INFO O| Aug 13 19:08:00.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62032026-08-13T19:08:02.006Z[ recovery-image] Aug 13 19:08:00.601 INFO O| Aug 13 19:08:00.601 INFO STEP 312 (remove_files) COMPLETE
62042026-08-13T19:08:02.006Z[ recovery-image] Aug 13 19:08:00.601 INFO O| Aug 13 19:08:00.601 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-08-13T19:08:02.016Z[ recovery-image] Aug 13 19:08:00.609 INFO O| Aug 13 19:08:00.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62062026-08-13T19:08:02.016Z[ recovery-image] Aug 13 19:08:00.609 INFO O| Aug 13 19:08:00.609 INFO STEP 313 (remove_files) COMPLETE
62072026-08-13T19:08:02.016Z[ recovery-image] Aug 13 19:08:00.609 INFO O| Aug 13 19:08:00.609 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-08-13T19:08:02.020Z[ recovery-image] Aug 13 19:08:00.619 INFO O| Aug 13 19:08:00.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62092026-08-13T19:08:02.020Z[ recovery-image] Aug 13 19:08:00.619 INFO O| Aug 13 19:08:00.619 INFO STEP 314 (remove_files) COMPLETE
62102026-08-13T19:08:02.020Z[ recovery-image] Aug 13 19:08:00.619 INFO O| Aug 13 19:08:00.619 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-08-13T19:08:02.027Z[ recovery-image] Aug 13 19:08:00.628 INFO O| Aug 13 19:08:00.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62122026-08-13T19:08:02.027Z[ recovery-image] Aug 13 19:08:00.628 INFO O| Aug 13 19:08:00.628 INFO STEP 315 (remove_files) COMPLETE
62132026-08-13T19:08:02.027Z[ recovery-image] Aug 13 19:08:00.628 INFO O| Aug 13 19:08:00.628 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-08-13T19:08:02.037Z[ recovery-image] Aug 13 19:08:00.637 INFO O| Aug 13 19:08:00.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62152026-08-13T19:08:02.045Z[ recovery-image] Aug 13 19:08:00.638 INFO O| Aug 13 19:08:00.638 INFO STEP 316 (remove_files) COMPLETE
62162026-08-13T19:08:02.045Z[ recovery-image] Aug 13 19:08:00.638 INFO O| Aug 13 19:08:00.638 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-08-13T19:08:02.050Z[ recovery-image] Aug 13 19:08:00.649 INFO O| Aug 13 19:08:00.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62182026-08-13T19:08:02.050Z[ recovery-image] Aug 13 19:08:00.649 INFO O| Aug 13 19:08:00.649 INFO STEP 317 (remove_files) COMPLETE
62192026-08-13T19:08:02.050Z[ recovery-image] Aug 13 19:08:00.649 INFO O| Aug 13 19:08:00.649 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-08-13T19:08:02.061Z[ recovery-image] Aug 13 19:08:00.659 INFO O| Aug 13 19:08:00.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62212026-08-13T19:08:02.061Z[ recovery-image] Aug 13 19:08:00.659 INFO O| Aug 13 19:08:00.659 INFO STEP 318 (remove_files) COMPLETE
62222026-08-13T19:08:02.064Z[ recovery-image] Aug 13 19:08:00.659 INFO O| Aug 13 19:08:00.659 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-08-13T19:08:02.068Z[ recovery-image] Aug 13 19:08:00.669 INFO O| Aug 13 19:08:00.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62242026-08-13T19:08:02.068Z[ recovery-image] Aug 13 19:08:00.669 INFO O| Aug 13 19:08:00.669 INFO STEP 319 (remove_files) COMPLETE
62252026-08-13T19:08:02.068Z[ recovery-image] Aug 13 19:08:00.669 INFO O| Aug 13 19:08:00.669 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-08-13T19:08:02.077Z[ recovery-image] Aug 13 19:08:00.678 INFO O| Aug 13 19:08:00.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62272026-08-13T19:08:02.077Z[ recovery-image] Aug 13 19:08:00.678 INFO O| Aug 13 19:08:00.678 INFO STEP 320 (remove_files) COMPLETE
62282026-08-13T19:08:02.077Z[ recovery-image] Aug 13 19:08:00.678 INFO O| Aug 13 19:08:00.678 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-08-13T19:08:02.087Z[ recovery-image] Aug 13 19:08:00.687 INFO O| Aug 13 19:08:00.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62302026-08-13T19:08:02.088Z[ recovery-image] Aug 13 19:08:00.687 INFO O| Aug 13 19:08:00.687 INFO STEP 321 (remove_files) COMPLETE
62312026-08-13T19:08:02.088Z[ recovery-image] Aug 13 19:08:00.687 INFO O| Aug 13 19:08:00.687 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-08-13T19:08:02.096Z[ recovery-image] Aug 13 19:08:00.696 INFO O| Aug 13 19:08:00.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62332026-08-13T19:08:02.096Z[ recovery-image] Aug 13 19:08:00.696 INFO O| Aug 13 19:08:00.696 INFO STEP 322 (remove_files) COMPLETE
62342026-08-13T19:08:02.096Z[ recovery-image] Aug 13 19:08:00.696 INFO O| Aug 13 19:08:00.696 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-08-13T19:08:02.103Z[ recovery-image] Aug 13 19:08:00.705 INFO O| Aug 13 19:08:00.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62362026-08-13T19:08:02.103Z[ recovery-image] Aug 13 19:08:00.705 INFO O| Aug 13 19:08:00.705 INFO STEP 323 (remove_files) COMPLETE
62372026-08-13T19:08:02.107Z[ recovery-image] Aug 13 19:08:00.705 INFO O| Aug 13 19:08:00.705 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-08-13T19:08:02.114Z[ recovery-image] Aug 13 19:08:00.714 INFO O| Aug 13 19:08:00.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62392026-08-13T19:08:02.114Z[ recovery-image] Aug 13 19:08:00.714 INFO O| Aug 13 19:08:00.714 INFO STEP 324 (remove_files) COMPLETE
62402026-08-13T19:08:02.114Z[ recovery-image] Aug 13 19:08:00.714 INFO O| Aug 13 19:08:00.714 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-08-13T19:08:02.125Z[ recovery-image] Aug 13 19:08:00.724 INFO O| Aug 13 19:08:00.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62422026-08-13T19:08:02.125Z[ recovery-image] Aug 13 19:08:00.724 INFO O| Aug 13 19:08:00.724 INFO STEP 325 (remove_files) COMPLETE
62432026-08-13T19:08:02.125Z[ recovery-image] Aug 13 19:08:00.724 INFO O| Aug 13 19:08:00.724 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-08-13T19:08:02.132Z[ recovery-image] Aug 13 19:08:00.733 INFO O| Aug 13 19:08:00.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62452026-08-13T19:08:02.132Z[ recovery-image] Aug 13 19:08:00.733 INFO O| Aug 13 19:08:00.733 INFO STEP 326 (remove_files) COMPLETE
62462026-08-13T19:08:02.132Z[ recovery-image] Aug 13 19:08:00.733 INFO O| Aug 13 19:08:00.733 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-08-13T19:08:02.147Z[ recovery-image] Aug 13 19:08:00.743 INFO O| Aug 13 19:08:00.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62482026-08-13T19:08:02.147Z[ recovery-image] Aug 13 19:08:00.743 INFO O| Aug 13 19:08:00.743 INFO STEP 327 (remove_files) COMPLETE
62492026-08-13T19:08:02.147Z[ recovery-image] Aug 13 19:08:00.743 INFO O| Aug 13 19:08:00.743 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-08-13T19:08:02.151Z[ recovery-image] Aug 13 19:08:00.753 INFO O| Aug 13 19:08:00.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62512026-08-13T19:08:02.151Z[ recovery-image] Aug 13 19:08:00.753 INFO O| Aug 13 19:08:00.753 INFO STEP 328 (remove_files) COMPLETE
62522026-08-13T19:08:02.151Z[ recovery-image] Aug 13 19:08:00.753 INFO O| Aug 13 19:08:00.753 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-08-13T19:08:02.162Z[ recovery-image] Aug 13 19:08:00.764 INFO O| Aug 13 19:08:00.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62542026-08-13T19:08:02.163Z[ recovery-image] Aug 13 19:08:00.764 INFO O| Aug 13 19:08:00.764 INFO STEP 329 (remove_files) COMPLETE
62552026-08-13T19:08:02.163Z[ recovery-image] Aug 13 19:08:00.764 INFO O| Aug 13 19:08:00.764 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-08-13T19:08:02.174Z[ recovery-image] Aug 13 19:08:00.775 INFO O| Aug 13 19:08:00.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62572026-08-13T19:08:02.190Z[ recovery-image] Aug 13 19:08:00.792 INFO O| Aug 13 19:08:00.792 INFO STEP 330 (remove_files) COMPLETE
62582026-08-13T19:08:02.190Z[ recovery-image] Aug 13 19:08:00.792 INFO O| Aug 13 19:08:00.792 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-08-13T19:08:02.206Z[ recovery-image] Aug 13 19:08:00.805 INFO O| Aug 13 19:08:00.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62602026-08-13T19:08:02.206Z[ recovery-image] Aug 13 19:08:00.805 INFO O| Aug 13 19:08:00.805 INFO STEP 331 (remove_files) COMPLETE
62612026-08-13T19:08:02.207Z[ recovery-image] Aug 13 19:08:00.805 INFO O| Aug 13 19:08:00.805 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-08-13T19:08:02.216Z[ recovery-image] Aug 13 19:08:00.817 INFO O| Aug 13 19:08:00.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62632026-08-13T19:08:02.216Z[ recovery-image] Aug 13 19:08:00.817 INFO O| Aug 13 19:08:00.814 INFO STEP 332 (remove_files) COMPLETE
62642026-08-13T19:08:02.223Z[ recovery-image] Aug 13 19:08:00.817 INFO O| Aug 13 19:08:00.814 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-08-13T19:08:02.223Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
62662026-08-13T19:08:02.240Z[ recovery-image] Aug 13 19:08:00.840 INFO O| Aug 13 19:08:00.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62672026-08-13T19:08:02.240Z[ recovery-image] Aug 13 19:08:00.840 INFO O| Aug 13 19:08:00.840 INFO STEP 333 (remove_files) COMPLETE
62682026-08-13T19:08:02.248Z[ recovery-image] Aug 13 19:08:00.840 INFO O| Aug 13 19:08:00.840 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-08-13T19:08:02.252Z[ recovery-image] Aug 13 19:08:00.851 INFO O| Aug 13 19:08:00.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62702026-08-13T19:08:02.252Z[ recovery-image] Aug 13 19:08:00.851 INFO O| Aug 13 19:08:00.851 INFO STEP 334 (remove_files) COMPLETE
62712026-08-13T19:08:02.252Z[ recovery-image] Aug 13 19:08:00.851 INFO O| Aug 13 19:08:00.851 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-08-13T19:08:02.283Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
62732026-08-13T19:08:02.290Z[ recovery-image] Aug 13 19:08:00.887 INFO O| Aug 13 19:08:00.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62742026-08-13T19:08:02.290Z[ recovery-image] Aug 13 19:08:00.887 INFO O| Aug 13 19:08:00.887 INFO STEP 335 (remove_files) COMPLETE
62752026-08-13T19:08:02.290Z[ recovery-image] Aug 13 19:08:00.887 INFO O| Aug 13 19:08:00.887 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-08-13T19:08:02.295Z[ recovery-image] Aug 13 19:08:00.896 INFO O| Aug 13 19:08:00.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62772026-08-13T19:08:02.303Z[ recovery-image] Aug 13 19:08:00.896 INFO O| Aug 13 19:08:00.896 INFO STEP 336 (remove_files) COMPLETE
62782026-08-13T19:08:02.304Z[ recovery-image] Aug 13 19:08:00.896 INFO O| Aug 13 19:08:00.896 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-08-13T19:08:02.308Z[ recovery-image] Aug 13 19:08:00.904 INFO O| Aug 13 19:08:00.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62802026-08-13T19:08:02.308Z[ recovery-image] Aug 13 19:08:00.904 INFO O| Aug 13 19:08:00.904 INFO STEP 337 (remove_files) COMPLETE
62812026-08-13T19:08:02.308Z[ recovery-image] Aug 13 19:08:00.905 INFO O| Aug 13 19:08:00.904 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-08-13T19:08:02.311Z[ recovery-image] Aug 13 19:08:00.913 INFO O| Aug 13 19:08:00.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62832026-08-13T19:08:02.311Z[ recovery-image] Aug 13 19:08:00.913 INFO O| Aug 13 19:08:00.913 INFO STEP 338 (remove_files) COMPLETE
62842026-08-13T19:08:02.311Z[ recovery-image] Aug 13 19:08:00.913 INFO O| Aug 13 19:08:00.913 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-08-13T19:08:02.335Z[ recovery-image] Aug 13 19:08:00.928 INFO O| Aug 13 19:08:00.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62862026-08-13T19:08:02.335Z[ recovery-image] Aug 13 19:08:00.928 INFO O| Aug 13 19:08:00.928 INFO STEP 339 (remove_files) COMPLETE
62872026-08-13T19:08:02.335Z[ recovery-image] Aug 13 19:08:00.928 INFO O| Aug 13 19:08:00.928 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-08-13T19:08:02.341Z[ recovery-image] Aug 13 19:08:00.938 INFO O| Aug 13 19:08:00.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62892026-08-13T19:08:02.341Z[ recovery-image] Aug 13 19:08:00.938 INFO O| Aug 13 19:08:00.938 INFO STEP 340 (remove_files) COMPLETE
62902026-08-13T19:08:02.341Z[ recovery-image] Aug 13 19:08:00.938 INFO O| Aug 13 19:08:00.938 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-08-13T19:08:02.347Z[ recovery-image] Aug 13 19:08:00.949 INFO O| Aug 13 19:08:00.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62922026-08-13T19:08:02.347Z[ recovery-image] Aug 13 19:08:00.949 INFO O| Aug 13 19:08:00.949 INFO STEP 341 (remove_files) COMPLETE
62932026-08-13T19:08:02.347Z[ recovery-image] Aug 13 19:08:00.949 INFO O| Aug 13 19:08:00.949 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-08-13T19:08:02.359Z[ recovery-image] Aug 13 19:08:00.959 INFO O| Aug 13 19:08:00.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62952026-08-13T19:08:02.359Z[ recovery-image] Aug 13 19:08:00.959 INFO O| Aug 13 19:08:00.959 INFO STEP 342 (remove_files) COMPLETE
62962026-08-13T19:08:02.359Z[ recovery-image] Aug 13 19:08:00.959 INFO O| Aug 13 19:08:00.959 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-08-13T19:08:02.374Z[ recovery-image] Aug 13 19:08:00.970 INFO O| Aug 13 19:08:00.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
62982026-08-13T19:08:02.374Z[ recovery-image] Aug 13 19:08:00.970 INFO O| Aug 13 19:08:00.970 INFO STEP 343 (remove_files) COMPLETE
62992026-08-13T19:08:02.374Z[ recovery-image] Aug 13 19:08:00.970 INFO O| Aug 13 19:08:00.970 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-08-13T19:08:02.378Z[ recovery-image] Aug 13 19:08:00.980 INFO O| Aug 13 19:08:00.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63012026-08-13T19:08:02.378Z[ recovery-image] Aug 13 19:08:00.980 INFO O| Aug 13 19:08:00.980 INFO STEP 344 (remove_files) COMPLETE
63022026-08-13T19:08:02.378Z[ recovery-image] Aug 13 19:08:00.980 INFO O| Aug 13 19:08:00.980 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-08-13T19:08:02.389Z[ recovery-image] Aug 13 19:08:00.991 INFO O| Aug 13 19:08:00.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63042026-08-13T19:08:02.389Z[ recovery-image] Aug 13 19:08:00.991 INFO O| Aug 13 19:08:00.991 INFO STEP 345 (remove_files) COMPLETE
63052026-08-13T19:08:02.389Z[ recovery-image] Aug 13 19:08:00.991 INFO O| Aug 13 19:08:00.991 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-08-13T19:08:02.402Z[ recovery-image] Aug 13 19:08:01.001 INFO O| Aug 13 19:08:01.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63072026-08-13T19:08:02.402Z[ recovery-image] Aug 13 19:08:01.001 INFO O| Aug 13 19:08:01.001 INFO STEP 346 (remove_files) COMPLETE
63082026-08-13T19:08:02.403Z[ recovery-image] Aug 13 19:08:01.001 INFO O| Aug 13 19:08:01.001 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-08-13T19:08:02.413Z[ recovery-image] Aug 13 19:08:01.011 INFO O| Aug 13 19:08:01.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63102026-08-13T19:08:02.413Z[ recovery-image] Aug 13 19:08:01.011 INFO O| Aug 13 19:08:01.011 INFO STEP 347 (remove_files) COMPLETE
63112026-08-13T19:08:02.413Z[ recovery-image] Aug 13 19:08:01.011 INFO O| Aug 13 19:08:01.011 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-08-13T19:08:02.422Z[ recovery-image] Aug 13 19:08:01.022 INFO O| Aug 13 19:08:01.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63132026-08-13T19:08:02.422Z[ recovery-image] Aug 13 19:08:01.022 INFO O| Aug 13 19:08:01.022 INFO STEP 348 (remove_files) COMPLETE
63142026-08-13T19:08:02.422Z[ recovery-image] Aug 13 19:08:01.022 INFO O| Aug 13 19:08:01.022 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-08-13T19:08:02.430Z[ recovery-image] Aug 13 19:08:01.032 INFO O| Aug 13 19:08:01.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63162026-08-13T19:08:02.430Z[ recovery-image] Aug 13 19:08:01.032 INFO O| Aug 13 19:08:01.032 INFO STEP 349 (remove_files) COMPLETE
63172026-08-13T19:08:02.430Z[ recovery-image] Aug 13 19:08:01.032 INFO O| Aug 13 19:08:01.032 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-08-13T19:08:02.446Z[ recovery-image] Aug 13 19:08:01.042 INFO O| Aug 13 19:08:01.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63192026-08-13T19:08:02.446Z[ recovery-image] Aug 13 19:08:01.042 INFO O| Aug 13 19:08:01.042 INFO STEP 350 (remove_files) COMPLETE
63202026-08-13T19:08:02.446Z[ recovery-image] Aug 13 19:08:01.042 INFO O| Aug 13 19:08:01.042 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-08-13T19:08:02.451Z[ recovery-image] Aug 13 19:08:01.052 INFO O| Aug 13 19:08:01.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63222026-08-13T19:08:02.451Z[ recovery-image] Aug 13 19:08:01.052 INFO O| Aug 13 19:08:01.052 INFO STEP 351 (remove_files) COMPLETE
63232026-08-13T19:08:02.451Z[ recovery-image] Aug 13 19:08:01.052 INFO O| Aug 13 19:08:01.052 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-08-13T19:08:02.464Z[ recovery-image] Aug 13 19:08:01.062 INFO O| Aug 13 19:08:01.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63252026-08-13T19:08:02.464Z[ recovery-image] Aug 13 19:08:01.062 INFO O| Aug 13 19:08:01.062 INFO STEP 352 (remove_files) COMPLETE
63262026-08-13T19:08:02.464Z[ recovery-image] Aug 13 19:08:01.062 INFO O| Aug 13 19:08:01.062 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-08-13T19:08:02.472Z[ recovery-image] Aug 13 19:08:01.072 INFO O| Aug 13 19:08:01.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63282026-08-13T19:08:02.472Z[ recovery-image] Aug 13 19:08:01.072 INFO O| Aug 13 19:08:01.072 INFO STEP 353 (remove_files) COMPLETE
63292026-08-13T19:08:02.472Z[ recovery-image] Aug 13 19:08:01.072 INFO O| Aug 13 19:08:01.072 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-08-13T19:08:02.546Z[ recovery-image] Aug 13 19:08:01.082 INFO O| Aug 13 19:08:01.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63312026-08-13T19:08:02.546Z[ recovery-image] Aug 13 19:08:01.082 INFO O| Aug 13 19:08:01.082 INFO STEP 354 (remove_files) COMPLETE
63322026-08-13T19:08:02.546Z[ recovery-image] Aug 13 19:08:01.082 INFO O| Aug 13 19:08:01.082 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-08-13T19:08:02.546Z[ recovery-image] Aug 13 19:08:01.092 INFO O| Aug 13 19:08:01.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63342026-08-13T19:08:02.546Z[ recovery-image] Aug 13 19:08:01.092 INFO O| Aug 13 19:08:01.092 INFO STEP 355 (remove_files) COMPLETE
63352026-08-13T19:08:02.546Z[ recovery-image] Aug 13 19:08:01.092 INFO O| Aug 13 19:08:01.092 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-08-13T19:08:02.546Z[ recovery-image] Aug 13 19:08:01.100 INFO O| Aug 13 19:08:01.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63372026-08-13T19:08:02.546Z[ recovery-image] Aug 13 19:08:01.100 INFO O| Aug 13 19:08:01.100 INFO STEP 356 (remove_files) COMPLETE
63382026-08-13T19:08:02.546Z[ recovery-image] Aug 13 19:08:01.100 INFO O| Aug 13 19:08:01.100 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-08-13T19:08:02.551Z[ recovery-image] Aug 13 19:08:01.149 INFO O| Aug 13 19:08:01.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63402026-08-13T19:08:02.551Z[ recovery-image] Aug 13 19:08:01.149 INFO O| Aug 13 19:08:01.149 INFO STEP 357 (remove_files) COMPLETE
63412026-08-13T19:08:02.551Z[ recovery-image] Aug 13 19:08:01.149 INFO O| Aug 13 19:08:01.149 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-08-13T19:08:02.560Z[ recovery-image] Aug 13 19:08:01.159 INFO O| Aug 13 19:08:01.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63432026-08-13T19:08:02.560Z[ recovery-image] Aug 13 19:08:01.159 INFO O| Aug 13 19:08:01.159 INFO STEP 358 (remove_files) COMPLETE
63442026-08-13T19:08:02.567Z[ recovery-image] Aug 13 19:08:01.159 INFO O| Aug 13 19:08:01.159 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-08-13T19:08:02.572Z[ recovery-image] Aug 13 19:08:01.168 INFO O| Aug 13 19:08:01.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63462026-08-13T19:08:02.572Z[ recovery-image] Aug 13 19:08:01.168 INFO O| Aug 13 19:08:01.168 INFO STEP 359 (remove_files) COMPLETE
63472026-08-13T19:08:02.572Z[ recovery-image] Aug 13 19:08:01.168 INFO O| Aug 13 19:08:01.168 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-08-13T19:08:02.578Z[ recovery-image] Aug 13 19:08:01.179 INFO O| Aug 13 19:08:01.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63492026-08-13T19:08:02.578Z[ recovery-image] Aug 13 19:08:01.179 INFO O| Aug 13 19:08:01.179 INFO STEP 360 (remove_files) COMPLETE
63502026-08-13T19:08:02.578Z[ recovery-image] Aug 13 19:08:01.179 INFO O| Aug 13 19:08:01.179 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63512026-08-13T19:08:02.591Z[ recovery-image] Aug 13 19:08:01.190 INFO O| Aug 13 19:08:01.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63522026-08-13T19:08:02.591Z[ recovery-image] Aug 13 19:08:01.190 INFO O| Aug 13 19:08:01.190 INFO STEP 361 (remove_files) COMPLETE
63532026-08-13T19:08:02.591Z[ recovery-image] Aug 13 19:08:01.190 INFO O| Aug 13 19:08:01.190 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63542026-08-13T19:08:02.601Z[ recovery-image] Aug 13 19:08:01.202 INFO O| Aug 13 19:08:01.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63552026-08-13T19:08:02.601Z[ recovery-image] Aug 13 19:08:01.202 INFO O| Aug 13 19:08:01.202 INFO STEP 362 (remove_files) COMPLETE
63562026-08-13T19:08:02.601Z[ recovery-image] Aug 13 19:08:01.202 INFO O| Aug 13 19:08:01.202 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63572026-08-13T19:08:02.717Z[ recovery-image] Aug 13 19:08:01.213 INFO O| Aug 13 19:08:01.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63582026-08-13T19:08:02.717Z[ recovery-image] Aug 13 19:08:01.213 INFO O| Aug 13 19:08:01.213 INFO STEP 363 (remove_files) COMPLETE
63592026-08-13T19:08:02.717Z[ recovery-image] Aug 13 19:08:01.213 INFO O| Aug 13 19:08:01.213 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63602026-08-13T19:08:02.763Z[ recovery-image] Aug 13 19:08:01.224 INFO O| Aug 13 19:08:01.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63612026-08-13T19:08:02.763Z[ recovery-image] Aug 13 19:08:01.224 INFO O| Aug 13 19:08:01.224 INFO STEP 364 (remove_files) COMPLETE
63622026-08-13T19:08:02.763Z[ recovery-image] Aug 13 19:08:01.224 INFO O| Aug 13 19:08:01.224 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-08-13T19:08:02.763Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
63642026-08-13T19:08:02.763Z[ recovery-image] Aug 13 19:08:01.233 INFO O| Aug 13 19:08:01.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63652026-08-13T19:08:02.763Z[ recovery-image] Aug 13 19:08:01.233 INFO O| Aug 13 19:08:01.233 INFO STEP 365 (remove_files) COMPLETE
63662026-08-13T19:08:02.763Z[ recovery-image] Aug 13 19:08:01.233 INFO O| Aug 13 19:08:01.233 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-08-13T19:08:02.763Z[ recovery-image] Aug 13 19:08:01.240 INFO O| Aug 13 19:08:01.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63682026-08-13T19:08:02.763Z[ recovery-image] Aug 13 19:08:01.240 INFO O| Aug 13 19:08:01.240 INFO STEP 366 (remove_files) COMPLETE
63692026-08-13T19:08:02.763Z[ recovery-image] Aug 13 19:08:01.240 INFO O| Aug 13 19:08:01.240 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-08-13T19:08:02.763Z[ recovery-image] Aug 13 19:08:01.249 INFO O| Aug 13 19:08:01.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63712026-08-13T19:08:02.763Z[ recovery-image] Aug 13 19:08:01.249 INFO O| Aug 13 19:08:01.249 INFO STEP 367 (remove_files) COMPLETE
63722026-08-13T19:08:02.763Z[ recovery-image] Aug 13 19:08:01.249 INFO O| Aug 13 19:08:01.249 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-08-13T19:08:02.763Z[ recovery-image] Aug 13 19:08:01.258 INFO O| Aug 13 19:08:01.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63742026-08-13T19:08:02.763Z[ recovery-image] Aug 13 19:08:01.258 INFO O| Aug 13 19:08:01.258 INFO STEP 368 (remove_files) COMPLETE
63752026-08-13T19:08:02.763Z[ recovery-image] Aug 13 19:08:01.258 INFO O| Aug 13 19:08:01.258 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-08-13T19:08:02.763Z[ recovery-image] Aug 13 19:08:01.276 INFO O| Aug 13 19:08:01.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63772026-08-13T19:08:02.763Z[ recovery-image] Aug 13 19:08:01.298 INFO O| Aug 13 19:08:01.298 INFO STEP 369 (remove_files) COMPLETE
63782026-08-13T19:08:02.763Z[ recovery-image] Aug 13 19:08:01.298 INFO O| Aug 13 19:08:01.298 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-08-13T19:08:02.763Z[ recovery-image] Aug 13 19:08:01.309 INFO O| Aug 13 19:08:01.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63802026-08-13T19:08:02.763Z[ recovery-image] Aug 13 19:08:01.309 INFO O| Aug 13 19:08:01.308 INFO STEP 370 (remove_files) COMPLETE
63812026-08-13T19:08:02.763Z[ recovery-image] Aug 13 19:08:01.309 INFO O| Aug 13 19:08:01.308 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-08-13T19:08:02.764Z[ recovery-image] Aug 13 19:08:01.321 INFO O| Aug 13 19:08:01.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63832026-08-13T19:08:02.764Z[ recovery-image] Aug 13 19:08:01.321 INFO O| Aug 13 19:08:01.320 INFO STEP 371 (remove_files) COMPLETE
63842026-08-13T19:08:02.764Z[ recovery-image] Aug 13 19:08:01.321 INFO O| Aug 13 19:08:01.320 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-08-13T19:08:02.770Z[ recovery-image] Aug 13 19:08:01.353 INFO O| Aug 13 19:08:01.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63862026-08-13T19:08:02.770Z[ recovery-image] Aug 13 19:08:01.353 INFO O| Aug 13 19:08:01.352 INFO STEP 372 (remove_files) COMPLETE
63872026-08-13T19:08:02.770Z[ recovery-image] Aug 13 19:08:01.353 INFO O| Aug 13 19:08:01.352 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-08-13T19:08:02.770Z[ recovery-image] Aug 13 19:08:01.366 INFO O| Aug 13 19:08:01.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63892026-08-13T19:08:02.770Z[ recovery-image] Aug 13 19:08:01.366 INFO O| Aug 13 19:08:01.366 INFO STEP 373 (remove_files) COMPLETE
63902026-08-13T19:08:02.770Z[ recovery-image] Aug 13 19:08:01.366 INFO O| Aug 13 19:08:01.366 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-08-13T19:08:02.778Z[ recovery-image] Aug 13 19:08:01.375 INFO O| Aug 13 19:08:01.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63922026-08-13T19:08:02.790Z[ recovery-image] Aug 13 19:08:01.375 INFO O| Aug 13 19:08:01.375 INFO STEP 374 (remove_files) COMPLETE
63932026-08-13T19:08:02.790Z[ recovery-image] Aug 13 19:08:01.375 INFO O| Aug 13 19:08:01.375 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-08-13T19:08:02.795Z[ recovery-image] Aug 13 19:08:01.384 INFO O| Aug 13 19:08:01.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63952026-08-13T19:08:02.795Z[ recovery-image] Aug 13 19:08:01.384 INFO O| Aug 13 19:08:01.384 INFO STEP 375 (remove_files) COMPLETE
63962026-08-13T19:08:02.795Z[ recovery-image] Aug 13 19:08:01.384 INFO O| Aug 13 19:08:01.384 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-08-13T19:08:02.795Z[ recovery-image] Aug 13 19:08:01.393 INFO O| Aug 13 19:08:01.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63982026-08-13T19:08:02.795Z[ recovery-image] Aug 13 19:08:01.393 INFO O| Aug 13 19:08:01.393 INFO STEP 376 (remove_files) COMPLETE
63992026-08-13T19:08:02.795Z[ recovery-image] Aug 13 19:08:01.393 INFO O| Aug 13 19:08:01.393 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-08-13T19:08:02.804Z[ recovery-image] Aug 13 19:08:01.403 INFO O| Aug 13 19:08:01.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64012026-08-13T19:08:02.804Z[ recovery-image] Aug 13 19:08:01.403 INFO O| Aug 13 19:08:01.403 INFO STEP 377 (remove_files) COMPLETE
64022026-08-13T19:08:02.805Z[ recovery-image] Aug 13 19:08:01.403 INFO O| Aug 13 19:08:01.403 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-08-13T19:08:02.815Z[ recovery-image] Aug 13 19:08:01.415 INFO O| Aug 13 19:08:01.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64042026-08-13T19:08:02.815Z[ recovery-image] Aug 13 19:08:01.415 INFO O| Aug 13 19:08:01.415 INFO STEP 378 (remove_files) COMPLETE
64052026-08-13T19:08:02.820Z[ recovery-image] Aug 13 19:08:01.415 INFO O| Aug 13 19:08:01.415 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-08-13T19:08:02.826Z[ recovery-image] Aug 13 19:08:01.426 INFO O| Aug 13 19:08:01.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64072026-08-13T19:08:02.826Z[ recovery-image] Aug 13 19:08:01.426 INFO O| Aug 13 19:08:01.426 INFO STEP 379 (remove_files) COMPLETE
64082026-08-13T19:08:02.826Z[ recovery-image] Aug 13 19:08:01.426 INFO O| Aug 13 19:08:01.426 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-08-13T19:08:02.834Z[ recovery-image] Aug 13 19:08:01.436 INFO O| Aug 13 19:08:01.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64102026-08-13T19:08:02.834Z[ recovery-image] Aug 13 19:08:01.436 INFO O| Aug 13 19:08:01.436 INFO STEP 380 (remove_files) COMPLETE
64112026-08-13T19:08:02.843Z[ recovery-image] Aug 13 19:08:01.436 INFO O| Aug 13 19:08:01.436 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-08-13T19:08:02.848Z[ recovery-image] Aug 13 19:08:01.446 INFO O| Aug 13 19:08:01.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64132026-08-13T19:08:02.849Z[ recovery-image] Aug 13 19:08:01.446 INFO O| Aug 13 19:08:01.446 INFO STEP 381 (remove_files) COMPLETE
64142026-08-13T19:08:02.849Z[ recovery-image] Aug 13 19:08:01.446 INFO O| Aug 13 19:08:01.446 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-08-13T19:08:02.861Z[ recovery-image] Aug 13 19:08:01.457 INFO O| Aug 13 19:08:01.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64162026-08-13T19:08:02.861Z[ recovery-image] Aug 13 19:08:01.457 INFO O| Aug 13 19:08:01.457 INFO STEP 382 (remove_files) COMPLETE
64172026-08-13T19:08:02.861Z[ recovery-image] Aug 13 19:08:01.457 INFO O| Aug 13 19:08:01.457 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-08-13T19:08:02.866Z[ recovery-image] Aug 13 19:08:01.468 INFO O| Aug 13 19:08:01.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64192026-08-13T19:08:02.867Z[ recovery-image] Aug 13 19:08:01.468 INFO O| Aug 13 19:08:01.468 INFO STEP 383 (remove_files) COMPLETE
64202026-08-13T19:08:02.872Z[ recovery-image] Aug 13 19:08:01.468 INFO O| Aug 13 19:08:01.468 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-08-13T19:08:02.881Z[ recovery-image] Aug 13 19:08:01.479 INFO O| Aug 13 19:08:01.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64222026-08-13T19:08:02.881Z[ recovery-image] Aug 13 19:08:01.479 INFO O| Aug 13 19:08:01.479 INFO STEP 384 (remove_files) COMPLETE
64232026-08-13T19:08:02.881Z[ recovery-image] Aug 13 19:08:01.479 INFO O| Aug 13 19:08:01.479 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-08-13T19:08:02.890Z[ recovery-image] Aug 13 19:08:01.490 INFO O| Aug 13 19:08:01.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64252026-08-13T19:08:02.890Z[ recovery-image] Aug 13 19:08:01.490 INFO O| Aug 13 19:08:01.490 INFO STEP 385 (remove_files) COMPLETE
64262026-08-13T19:08:02.890Z[ recovery-image] Aug 13 19:08:01.490 INFO O| Aug 13 19:08:01.490 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-08-13T19:08:02.903Z[ recovery-image] Aug 13 19:08:01.500 INFO O| Aug 13 19:08:01.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64282026-08-13T19:08:02.903Z[ recovery-image] Aug 13 19:08:01.500 INFO O| Aug 13 19:08:01.500 INFO STEP 386 (remove_files) COMPLETE
64292026-08-13T19:08:02.903Z[ recovery-image] Aug 13 19:08:01.500 INFO O| Aug 13 19:08:01.500 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-08-13T19:08:02.908Z[ recovery-image] Aug 13 19:08:01.510 INFO O| Aug 13 19:08:01.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64312026-08-13T19:08:02.908Z[ recovery-image] Aug 13 19:08:01.510 INFO O| Aug 13 19:08:01.510 INFO STEP 387 (remove_files) COMPLETE
64322026-08-13T19:08:02.908Z[ recovery-image] Aug 13 19:08:01.510 INFO O| Aug 13 19:08:01.510 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-08-13T19:08:02.918Z[ recovery-image] Aug 13 19:08:01.519 INFO O| Aug 13 19:08:01.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64342026-08-13T19:08:02.918Z[ recovery-image] Aug 13 19:08:01.519 INFO O| Aug 13 19:08:01.519 INFO STEP 388 (remove_files) COMPLETE
64352026-08-13T19:08:02.918Z[ recovery-image] Aug 13 19:08:01.519 INFO O| Aug 13 19:08:01.519 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-08-13T19:08:02.928Z[ recovery-image] Aug 13 19:08:01.529 INFO O| Aug 13 19:08:01.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64372026-08-13T19:08:02.928Z[ recovery-image] Aug 13 19:08:01.529 INFO O| Aug 13 19:08:01.529 INFO STEP 389 (remove_files) COMPLETE
64382026-08-13T19:08:02.937Z[ recovery-image] Aug 13 19:08:01.529 INFO O| Aug 13 19:08:01.529 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-08-13T19:08:02.957Z[ recovery-image] Aug 13 19:08:01.539 INFO O| Aug 13 19:08:01.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64402026-08-13T19:08:02.957Z[ recovery-image] Aug 13 19:08:01.539 INFO O| Aug 13 19:08:01.539 INFO STEP 390 (remove_files) COMPLETE
64412026-08-13T19:08:02.957Z[ recovery-image] Aug 13 19:08:01.539 INFO O| Aug 13 19:08:01.539 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-08-13T19:08:02.964Z[ recovery-image] Aug 13 19:08:01.548 INFO O| Aug 13 19:08:01.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64432026-08-13T19:08:02.964Z[ recovery-image] Aug 13 19:08:01.548 INFO O| Aug 13 19:08:01.548 INFO STEP 391 (remove_files) COMPLETE
64442026-08-13T19:08:02.964Z[ recovery-image] Aug 13 19:08:01.548 INFO O| Aug 13 19:08:01.548 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-13T19:08:02.964Z[ recovery-image] Aug 13 19:08:01.558 INFO O| Aug 13 19:08:01.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64462026-08-13T19:08:02.964Z[ recovery-image] Aug 13 19:08:01.558 INFO O| Aug 13 19:08:01.558 INFO STEP 392 (remove_files) COMPLETE
64472026-08-13T19:08:02.964Z[ recovery-image] Aug 13 19:08:01.558 INFO O| Aug 13 19:08:01.558 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-08-13T19:08:02.971Z[ recovery-image] Aug 13 19:08:01.568 INFO O| Aug 13 19:08:01.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64492026-08-13T19:08:02.971Z[ recovery-image] Aug 13 19:08:01.568 INFO O| Aug 13 19:08:01.568 INFO STEP 393 (remove_files) COMPLETE
64502026-08-13T19:08:02.971Z[ recovery-image] Aug 13 19:08:01.568 INFO O| Aug 13 19:08:01.568 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-08-13T19:08:02.977Z[ recovery-image] Aug 13 19:08:01.578 INFO O| Aug 13 19:08:01.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64522026-08-13T19:08:02.977Z[ recovery-image] Aug 13 19:08:01.578 INFO O| Aug 13 19:08:01.578 INFO STEP 394 (remove_files) COMPLETE
64532026-08-13T19:08:02.977Z[ recovery-image] Aug 13 19:08:01.578 INFO O| Aug 13 19:08:01.578 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-08-13T19:08:02.987Z[ recovery-image] Aug 13 19:08:01.588 INFO O| Aug 13 19:08:01.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64552026-08-13T19:08:02.987Z[ recovery-image] Aug 13 19:08:01.588 INFO O| Aug 13 19:08:01.588 INFO STEP 395 (remove_files) COMPLETE
64562026-08-13T19:08:02.987Z[ recovery-image] Aug 13 19:08:01.588 INFO O| Aug 13 19:08:01.588 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-08-13T19:08:02.997Z[ recovery-image] Aug 13 19:08:01.598 INFO O| Aug 13 19:08:01.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64582026-08-13T19:08:02.997Z[ recovery-image] Aug 13 19:08:01.598 INFO O| Aug 13 19:08:01.598 INFO STEP 396 (remove_files) COMPLETE
64592026-08-13T19:08:02.997Z[ recovery-image] Aug 13 19:08:01.598 INFO O| Aug 13 19:08:01.598 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-08-13T19:08:03.012Z[ recovery-image] Aug 13 19:08:01.610 INFO O| Aug 13 19:08:01.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64612026-08-13T19:08:03.012Z[ recovery-image] Aug 13 19:08:01.610 INFO O| Aug 13 19:08:01.610 INFO STEP 397 (remove_files) COMPLETE
64622026-08-13T19:08:03.023Z[ recovery-image] Aug 13 19:08:01.610 INFO O| Aug 13 19:08:01.610 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-08-13T19:08:03.023Z[verify-libraries] Compiling socket2 v0.5.10
64642026-08-13T19:08:03.028Z[ recovery-image] Aug 13 19:08:01.622 INFO O| Aug 13 19:08:01.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64652026-08-13T19:08:03.028Z[ recovery-image] Aug 13 19:08:01.622 INFO O| Aug 13 19:08:01.622 INFO STEP 398 (remove_files) COMPLETE
64662026-08-13T19:08:03.028Z[ recovery-image] Aug 13 19:08:01.622 INFO O| Aug 13 19:08:01.622 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-13T19:08:03.033Z[ recovery-image] Aug 13 19:08:01.632 INFO O| Aug 13 19:08:01.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64682026-08-13T19:08:03.033Z[ recovery-image] Aug 13 19:08:01.632 INFO O| Aug 13 19:08:01.632 INFO STEP 399 (remove_files) COMPLETE
64692026-08-13T19:08:03.033Z[ recovery-image] Aug 13 19:08:01.632 INFO O| Aug 13 19:08:01.632 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-13T19:08:03.050Z[ recovery-image] Aug 13 19:08:01.643 INFO O| Aug 13 19:08:01.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64712026-08-13T19:08:03.050Z[ recovery-image] Aug 13 19:08:01.643 INFO O| Aug 13 19:08:01.643 INFO STEP 400 (remove_files) COMPLETE
64722026-08-13T19:08:03.056Z[ recovery-image] Aug 13 19:08:01.643 INFO O| Aug 13 19:08:01.643 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-13T19:08:03.056Z[ recovery-image] Aug 13 19:08:01.653 INFO O| Aug 13 19:08:01.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64742026-08-13T19:08:03.056Z[ recovery-image] Aug 13 19:08:01.653 INFO O| Aug 13 19:08:01.653 INFO STEP 401 (remove_files) COMPLETE
64752026-08-13T19:08:03.056Z[ recovery-image] Aug 13 19:08:01.653 INFO O| Aug 13 19:08:01.653 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-13T19:08:03.063Z[ recovery-image] Aug 13 19:08:01.664 INFO O| Aug 13 19:08:01.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64772026-08-13T19:08:03.063Z[ recovery-image] Aug 13 19:08:01.664 INFO O| Aug 13 19:08:01.664 INFO STEP 402 (remove_files) COMPLETE
64782026-08-13T19:08:03.063Z[ recovery-image] Aug 13 19:08:01.664 INFO O| Aug 13 19:08:01.664 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-13T19:08:03.074Z[ recovery-image] Aug 13 19:08:01.674 INFO O| Aug 13 19:08:01.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64802026-08-13T19:08:03.074Z[ recovery-image] Aug 13 19:08:01.675 INFO O| Aug 13 19:08:01.675 INFO STEP 403 (remove_files) COMPLETE
64812026-08-13T19:08:03.075Z[ recovery-image] Aug 13 19:08:01.675 INFO O| Aug 13 19:08:01.675 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-13T19:08:03.089Z[ recovery-image] Aug 13 19:08:01.685 INFO O| Aug 13 19:08:01.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64832026-08-13T19:08:03.089Z[ recovery-image] Aug 13 19:08:01.685 INFO O| Aug 13 19:08:01.685 INFO STEP 404 (remove_files) COMPLETE
64842026-08-13T19:08:03.099Z[ recovery-image] Aug 13 19:08:01.685 INFO O| Aug 13 19:08:01.685 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-13T19:08:03.099Z[verify-libraries] Compiling fs-err v2.11.0
64862026-08-13T19:08:03.105Z[ recovery-image] Aug 13 19:08:01.695 INFO O| Aug 13 19:08:01.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64872026-08-13T19:08:03.105Z[ recovery-image] Aug 13 19:08:01.696 INFO O| Aug 13 19:08:01.696 INFO STEP 405 (remove_files) COMPLETE
64882026-08-13T19:08:03.105Z[ recovery-image] Aug 13 19:08:01.696 INFO O| Aug 13 19:08:01.696 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-08-13T19:08:03.116Z[ recovery-image] Aug 13 19:08:01.706 INFO O| Aug 13 19:08:01.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64902026-08-13T19:08:03.116Z[ recovery-image] Aug 13 19:08:01.706 INFO O| Aug 13 19:08:01.706 INFO STEP 406 (remove_files) COMPLETE
64912026-08-13T19:08:03.116Z[ recovery-image] Aug 13 19:08:01.706 INFO O| Aug 13 19:08:01.706 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-08-13T19:08:03.121Z[ recovery-image] Aug 13 19:08:01.717 INFO O| Aug 13 19:08:01.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64932026-08-13T19:08:03.121Z[ recovery-image] Aug 13 19:08:01.717 INFO O| Aug 13 19:08:01.717 INFO STEP 407 (remove_files) COMPLETE
64942026-08-13T19:08:03.121Z[ recovery-image] Aug 13 19:08:01.717 INFO O| Aug 13 19:08:01.717 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-08-13T19:08:03.127Z[ recovery-image] Aug 13 19:08:01.728 INFO O| Aug 13 19:08:01.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64962026-08-13T19:08:03.127Z[ recovery-image] Aug 13 19:08:01.728 INFO O| Aug 13 19:08:01.728 INFO STEP 408 (remove_files) COMPLETE
64972026-08-13T19:08:03.132Z[ recovery-image] Aug 13 19:08:01.728 INFO O| Aug 13 19:08:01.728 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-08-13T19:08:03.137Z[ recovery-image] Aug 13 19:08:01.739 INFO O| Aug 13 19:08:01.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64992026-08-13T19:08:03.137Z[ recovery-image] Aug 13 19:08:01.739 INFO O| Aug 13 19:08:01.739 INFO STEP 409 (remove_files) COMPLETE
65002026-08-13T19:08:03.137Z[ recovery-image] Aug 13 19:08:01.739 INFO O| Aug 13 19:08:01.739 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-08-13T19:08:03.148Z[ recovery-image] Aug 13 19:08:01.748 INFO O| Aug 13 19:08:01.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65022026-08-13T19:08:03.148Z[ recovery-image] Aug 13 19:08:01.748 INFO O| Aug 13 19:08:01.748 INFO STEP 410 (remove_files) COMPLETE
65032026-08-13T19:08:03.148Z[ recovery-image] Aug 13 19:08:01.748 INFO O| Aug 13 19:08:01.748 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-08-13T19:08:03.155Z[ recovery-image] Aug 13 19:08:01.757 INFO O| Aug 13 19:08:01.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65052026-08-13T19:08:03.155Z[ recovery-image] Aug 13 19:08:01.757 INFO O| Aug 13 19:08:01.757 INFO STEP 411 (remove_files) COMPLETE
65062026-08-13T19:08:03.162Z[ recovery-image] Aug 13 19:08:01.757 INFO O| Aug 13 19:08:01.757 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-08-13T19:08:03.166Z[ recovery-image] Aug 13 19:08:01.767 INFO O| Aug 13 19:08:01.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65082026-08-13T19:08:03.166Z[ recovery-image] Aug 13 19:08:01.767 INFO O| Aug 13 19:08:01.767 INFO STEP 412 (remove_files) COMPLETE
65092026-08-13T19:08:03.166Z[ recovery-image] Aug 13 19:08:01.767 INFO O| Aug 13 19:08:01.767 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-08-13T19:08:03.175Z[ recovery-image] Aug 13 19:08:01.777 INFO O| Aug 13 19:08:01.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65112026-08-13T19:08:03.175Z[ recovery-image] Aug 13 19:08:01.777 INFO O| Aug 13 19:08:01.777 INFO STEP 413 (remove_files) COMPLETE
65122026-08-13T19:08:03.176Z[ recovery-image] Aug 13 19:08:01.777 INFO O| Aug 13 19:08:01.777 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-08-13T19:08:03.185Z[ recovery-image] Aug 13 19:08:01.787 INFO O| Aug 13 19:08:01.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65142026-08-13T19:08:03.185Z[ recovery-image] Aug 13 19:08:01.787 INFO O| Aug 13 19:08:01.787 INFO STEP 414 (remove_files) COMPLETE
65152026-08-13T19:08:03.185Z[ recovery-image] Aug 13 19:08:01.787 INFO O| Aug 13 19:08:01.787 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-08-13T19:08:03.194Z[ recovery-image] Aug 13 19:08:01.796 INFO O| Aug 13 19:08:01.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65172026-08-13T19:08:03.194Z[ recovery-image] Aug 13 19:08:01.796 INFO O| Aug 13 19:08:01.796 INFO STEP 415 (remove_files) COMPLETE
65182026-08-13T19:08:03.194Z[ recovery-image] Aug 13 19:08:01.796 INFO O| Aug 13 19:08:01.796 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-08-13T19:08:03.202Z[ recovery-image] Aug 13 19:08:01.804 INFO O| Aug 13 19:08:01.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65202026-08-13T19:08:03.202Z[ recovery-image] Aug 13 19:08:01.804 INFO O| Aug 13 19:08:01.804 INFO STEP 416 (remove_files) COMPLETE
65212026-08-13T19:08:03.202Z[ recovery-image] Aug 13 19:08:01.804 INFO O| Aug 13 19:08:01.804 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-08-13T19:08:03.211Z[ recovery-image] Aug 13 19:08:01.812 INFO O| Aug 13 19:08:01.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65232026-08-13T19:08:03.211Z[ recovery-image] Aug 13 19:08:01.812 INFO O| Aug 13 19:08:01.812 INFO STEP 417 (remove_files) COMPLETE
65242026-08-13T19:08:03.215Z[ recovery-image] Aug 13 19:08:01.812 INFO O| Aug 13 19:08:01.812 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-08-13T19:08:03.219Z[ recovery-image] Aug 13 19:08:01.820 INFO O| Aug 13 19:08:01.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65262026-08-13T19:08:03.219Z[ recovery-image] Aug 13 19:08:01.820 INFO O| Aug 13 19:08:01.820 INFO STEP 418 (remove_files) COMPLETE
65272026-08-13T19:08:03.219Z[ recovery-image] Aug 13 19:08:01.820 INFO O| Aug 13 19:08:01.820 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-08-13T19:08:03.232Z[ recovery-image] Aug 13 19:08:01.829 INFO O| Aug 13 19:08:01.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65292026-08-13T19:08:03.232Z[ recovery-image] Aug 13 19:08:01.829 INFO O| Aug 13 19:08:01.829 INFO STEP 419 (remove_files) COMPLETE
65302026-08-13T19:08:03.239Z[ recovery-image] Aug 13 19:08:01.829 INFO O| Aug 13 19:08:01.829 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-08-13T19:08:03.239Z[ recovery-image] Aug 13 19:08:01.837 INFO O| Aug 13 19:08:01.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65322026-08-13T19:08:03.248Z[ recovery-image] Aug 13 19:08:01.837 INFO O| Aug 13 19:08:01.837 INFO STEP 420 (remove_files) COMPLETE
65332026-08-13T19:08:03.248Z[ recovery-image] Aug 13 19:08:01.837 INFO O| Aug 13 19:08:01.837 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-08-13T19:08:03.252Z[ recovery-image] Aug 13 19:08:01.846 INFO O| Aug 13 19:08:01.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65352026-08-13T19:08:03.252Z[ recovery-image] Aug 13 19:08:01.846 INFO O| Aug 13 19:08:01.846 INFO STEP 421 (remove_files) COMPLETE
65362026-08-13T19:08:03.252Z[ recovery-image] Aug 13 19:08:01.846 INFO O| Aug 13 19:08:01.846 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-08-13T19:08:03.257Z[ recovery-image] Aug 13 19:08:01.854 INFO O| Aug 13 19:08:01.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65382026-08-13T19:08:03.257Z[ recovery-image] Aug 13 19:08:01.854 INFO O| Aug 13 19:08:01.854 INFO STEP 422 (remove_files) COMPLETE
65392026-08-13T19:08:03.258Z[ recovery-image] Aug 13 19:08:01.854 INFO O| Aug 13 19:08:01.854 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-08-13T19:08:03.263Z[ recovery-image] Aug 13 19:08:01.864 INFO O| Aug 13 19:08:01.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65412026-08-13T19:08:03.263Z[ recovery-image] Aug 13 19:08:01.864 INFO O| Aug 13 19:08:01.864 INFO STEP 423 (remove_files) COMPLETE
65422026-08-13T19:08:03.263Z[ recovery-image] Aug 13 19:08:01.864 INFO O| Aug 13 19:08:01.864 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-08-13T19:08:03.273Z[ recovery-image] Aug 13 19:08:01.874 INFO O| Aug 13 19:08:01.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65442026-08-13T19:08:03.273Z[ recovery-image] Aug 13 19:08:01.874 INFO O| Aug 13 19:08:01.874 INFO STEP 424 (remove_files) COMPLETE
65452026-08-13T19:08:03.273Z[ recovery-image] Aug 13 19:08:01.874 INFO O| Aug 13 19:08:01.874 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-08-13T19:08:03.283Z[ recovery-image] Aug 13 19:08:01.884 INFO O| Aug 13 19:08:01.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65472026-08-13T19:08:03.283Z[ recovery-image] Aug 13 19:08:01.884 INFO O| Aug 13 19:08:01.884 INFO STEP 425 (remove_files) COMPLETE
65482026-08-13T19:08:03.283Z[ recovery-image] Aug 13 19:08:01.884 INFO O| Aug 13 19:08:01.884 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-08-13T19:08:03.293Z[ recovery-image] Aug 13 19:08:01.894 INFO O| Aug 13 19:08:01.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65502026-08-13T19:08:03.293Z[ recovery-image] Aug 13 19:08:01.894 INFO O| Aug 13 19:08:01.894 INFO STEP 426 (remove_files) COMPLETE
65512026-08-13T19:08:03.298Z[ recovery-image] Aug 13 19:08:01.894 INFO O| Aug 13 19:08:01.894 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-08-13T19:08:03.303Z[ recovery-image] Aug 13 19:08:01.903 INFO O| Aug 13 19:08:01.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65532026-08-13T19:08:03.303Z[ recovery-image] Aug 13 19:08:01.903 INFO O| Aug 13 19:08:01.903 INFO STEP 427 (remove_files) COMPLETE
65542026-08-13T19:08:03.303Z[ recovery-image] Aug 13 19:08:01.903 INFO O| Aug 13 19:08:01.903 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-08-13T19:08:03.312Z[ recovery-image] Aug 13 19:08:01.913 INFO O| Aug 13 19:08:01.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65562026-08-13T19:08:03.312Z[ recovery-image] Aug 13 19:08:01.913 INFO O| Aug 13 19:08:01.913 INFO STEP 428 (remove_files) COMPLETE
65572026-08-13T19:08:03.312Z[ recovery-image] Aug 13 19:08:01.913 INFO O| Aug 13 19:08:01.913 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-08-13T19:08:03.324Z[ recovery-image] Aug 13 19:08:01.923 INFO O| Aug 13 19:08:01.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65592026-08-13T19:08:03.324Z[ recovery-image] Aug 13 19:08:01.923 INFO O| Aug 13 19:08:01.923 INFO STEP 429 (remove_files) COMPLETE
65602026-08-13T19:08:03.329Z[ recovery-image] Aug 13 19:08:01.923 INFO O| Aug 13 19:08:01.923 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-08-13T19:08:03.334Z[ recovery-image] Aug 13 19:08:01.935 INFO O| Aug 13 19:08:01.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65622026-08-13T19:08:03.335Z[ recovery-image] Aug 13 19:08:01.935 INFO O| Aug 13 19:08:01.935 INFO STEP 430 (remove_files) COMPLETE
65632026-08-13T19:08:03.335Z[ recovery-image] Aug 13 19:08:01.935 INFO O| Aug 13 19:08:01.935 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-08-13T19:08:03.343Z[ recovery-image] Aug 13 19:08:01.944 INFO O| Aug 13 19:08:01.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65652026-08-13T19:08:03.343Z[ recovery-image] Aug 13 19:08:01.944 INFO O| Aug 13 19:08:01.944 INFO STEP 431 (remove_files) COMPLETE
65662026-08-13T19:08:03.343Z[ recovery-image] Aug 13 19:08:01.944 INFO O| Aug 13 19:08:01.944 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-08-13T19:08:03.352Z[ recovery-image] Aug 13 19:08:01.953 INFO O| Aug 13 19:08:01.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65682026-08-13T19:08:03.352Z[ recovery-image] Aug 13 19:08:01.953 INFO O| Aug 13 19:08:01.953 INFO STEP 432 (remove_files) COMPLETE
65692026-08-13T19:08:03.357Z[ recovery-image] Aug 13 19:08:01.953 INFO O| Aug 13 19:08:01.953 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-08-13T19:08:03.364Z[ recovery-image] Aug 13 19:08:01.961 INFO O| Aug 13 19:08:01.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65712026-08-13T19:08:03.364Z[ recovery-image] Aug 13 19:08:01.961 INFO O| Aug 13 19:08:01.961 INFO STEP 433 (remove_files) COMPLETE
65722026-08-13T19:08:03.364Z[ recovery-image] Aug 13 19:08:01.961 INFO O| Aug 13 19:08:01.961 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-08-13T19:08:03.372Z[ recovery-image] Aug 13 19:08:01.972 INFO O| Aug 13 19:08:01.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65742026-08-13T19:08:03.372Z[ recovery-image] Aug 13 19:08:01.972 INFO O| Aug 13 19:08:01.972 INFO STEP 434 (remove_files) COMPLETE
65752026-08-13T19:08:03.377Z[ recovery-image] Aug 13 19:08:01.972 INFO O| Aug 13 19:08:01.972 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-08-13T19:08:03.386Z[ recovery-image] Aug 13 19:08:01.987 INFO O| Aug 13 19:08:01.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65772026-08-13T19:08:03.386Z[ recovery-image] Aug 13 19:08:01.987 INFO O| Aug 13 19:08:01.987 INFO STEP 435 (remove_files) COMPLETE
65782026-08-13T19:08:03.390Z[ recovery-image] Aug 13 19:08:01.987 INFO O| Aug 13 19:08:01.987 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-08-13T19:08:03.398Z[ recovery-image] Aug 13 19:08:01.998 INFO O| Aug 13 19:08:01.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65802026-08-13T19:08:03.398Z[ recovery-image] Aug 13 19:08:01.998 INFO O| Aug 13 19:08:01.998 INFO STEP 436 (remove_files) COMPLETE
65812026-08-13T19:08:03.398Z[ recovery-image] Aug 13 19:08:01.998 INFO O| Aug 13 19:08:01.998 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-08-13T19:08:03.409Z[ recovery-image] Aug 13 19:08:02.011 INFO O| Aug 13 19:08:02.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65832026-08-13T19:08:03.409Z[ recovery-image] Aug 13 19:08:02.011 INFO O| Aug 13 19:08:02.011 INFO STEP 437 (remove_files) COMPLETE
65842026-08-13T19:08:03.410Z[ recovery-image] Aug 13 19:08:02.011 INFO O| Aug 13 19:08:02.011 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-08-13T19:08:03.421Z[ recovery-image] Aug 13 19:08:02.022 INFO O| Aug 13 19:08:02.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65862026-08-13T19:08:03.421Z[ recovery-image] Aug 13 19:08:02.023 INFO O| Aug 13 19:08:02.022 INFO STEP 438 (remove_files) COMPLETE
65872026-08-13T19:08:03.425Z[ recovery-image] Aug 13 19:08:02.023 INFO O| Aug 13 19:08:02.023 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-08-13T19:08:03.432Z[ recovery-image] Aug 13 19:08:02.032 INFO O| Aug 13 19:08:02.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65892026-08-13T19:08:03.432Z[ recovery-image] Aug 13 19:08:02.032 INFO O| Aug 13 19:08:02.032 INFO STEP 439 (remove_files) COMPLETE
65902026-08-13T19:08:03.432Z[ recovery-image] Aug 13 19:08:02.032 INFO O| Aug 13 19:08:02.032 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-08-13T19:08:03.439Z[ recovery-image] Aug 13 19:08:02.041 INFO O| Aug 13 19:08:02.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65922026-08-13T19:08:03.439Z[ recovery-image] Aug 13 19:08:02.041 INFO O| Aug 13 19:08:02.041 INFO STEP 440 (remove_files) COMPLETE
65932026-08-13T19:08:03.439Z[ recovery-image] Aug 13 19:08:02.041 INFO O| Aug 13 19:08:02.041 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-08-13T19:08:03.449Z[ recovery-image] Aug 13 19:08:02.051 INFO O| Aug 13 19:08:02.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65952026-08-13T19:08:03.450Z[ recovery-image] Aug 13 19:08:02.051 INFO O| Aug 13 19:08:02.051 INFO STEP 441 (remove_files) COMPLETE
65962026-08-13T19:08:03.450Z[ recovery-image] Aug 13 19:08:02.051 INFO O| Aug 13 19:08:02.051 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-08-13T19:08:03.465Z[ recovery-image] Aug 13 19:08:02.062 INFO O| Aug 13 19:08:02.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65982026-08-13T19:08:03.465Z[ recovery-image] Aug 13 19:08:02.062 INFO O| Aug 13 19:08:02.062 INFO STEP 442 (remove_files) COMPLETE
65992026-08-13T19:08:03.465Z[ recovery-image] Aug 13 19:08:02.062 INFO O| Aug 13 19:08:02.062 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-08-13T19:08:03.471Z[ recovery-image] Aug 13 19:08:02.073 INFO O| Aug 13 19:08:02.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66012026-08-13T19:08:03.471Z[ recovery-image] Aug 13 19:08:02.073 INFO O| Aug 13 19:08:02.073 INFO STEP 443 (remove_files) COMPLETE
66022026-08-13T19:08:03.471Z[ recovery-image] Aug 13 19:08:02.073 INFO O| Aug 13 19:08:02.073 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-08-13T19:08:03.483Z[ recovery-image] Aug 13 19:08:02.083 INFO O| Aug 13 19:08:02.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66042026-08-13T19:08:03.483Z[ recovery-image] Aug 13 19:08:02.083 INFO O| Aug 13 19:08:02.083 INFO STEP 444 (remove_files) COMPLETE
66052026-08-13T19:08:03.490Z[ recovery-image] Aug 13 19:08:02.083 INFO O| Aug 13 19:08:02.083 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-08-13T19:08:03.493Z[verify-libraries] Compiling internet-checksum v0.2.1
66072026-08-13T19:08:03.493Z[ recovery-image] Aug 13 19:08:02.092 INFO O| Aug 13 19:08:02.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66082026-08-13T19:08:03.493Z[ recovery-image] Aug 13 19:08:02.092 INFO O| Aug 13 19:08:02.092 INFO STEP 445 (remove_files) COMPLETE
66092026-08-13T19:08:03.493Z[ recovery-image] Aug 13 19:08:02.092 INFO O| Aug 13 19:08:02.092 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-08-13T19:08:03.501Z[ recovery-image] Aug 13 19:08:02.102 INFO O| Aug 13 19:08:02.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66112026-08-13T19:08:03.501Z[ recovery-image] Aug 13 19:08:02.102 INFO O| Aug 13 19:08:02.102 INFO STEP 446 (remove_files) COMPLETE
66122026-08-13T19:08:03.501Z[ recovery-image] Aug 13 19:08:02.102 INFO O| Aug 13 19:08:02.102 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-08-13T19:08:03.511Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
66142026-08-13T19:08:03.518Z[ recovery-image] Aug 13 19:08:02.113 INFO O| Aug 13 19:08:02.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66152026-08-13T19:08:03.518Z[ recovery-image] Aug 13 19:08:02.113 INFO O| Aug 13 19:08:02.113 INFO STEP 447 (remove_files) COMPLETE
66162026-08-13T19:08:03.518Z[ recovery-image] Aug 13 19:08:02.113 INFO O| Aug 13 19:08:02.113 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-08-13T19:08:03.522Z[ recovery-image] Aug 13 19:08:02.123 INFO O| Aug 13 19:08:02.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66182026-08-13T19:08:03.522Z[ recovery-image] Aug 13 19:08:02.123 INFO O| Aug 13 19:08:02.123 INFO STEP 448 (remove_files) COMPLETE
66192026-08-13T19:08:03.522Z[ recovery-image] Aug 13 19:08:02.123 INFO O| Aug 13 19:08:02.123 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-08-13T19:08:03.534Z[ recovery-image] Aug 13 19:08:02.134 INFO O| Aug 13 19:08:02.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66212026-08-13T19:08:03.550Z[ recovery-image] Aug 13 19:08:02.149 INFO O| Aug 13 19:08:02.149 INFO STEP 449 (remove_files) COMPLETE
66222026-08-13T19:08:03.550Z[ recovery-image] Aug 13 19:08:02.149 INFO O| Aug 13 19:08:02.149 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-08-13T19:08:03.559Z[ recovery-image] Aug 13 19:08:02.160 INFO O| Aug 13 19:08:02.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66242026-08-13T19:08:03.572Z[ recovery-image] Aug 13 19:08:02.170 INFO O| Aug 13 19:08:02.170 INFO STEP 450 (remove_files) COMPLETE
66252026-08-13T19:08:03.572Z[ recovery-image] Aug 13 19:08:02.170 INFO O| Aug 13 19:08:02.170 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-08-13T19:08:03.579Z[ recovery-image] Aug 13 19:08:02.180 INFO O| Aug 13 19:08:02.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66272026-08-13T19:08:03.579Z[ recovery-image] Aug 13 19:08:02.181 INFO O| Aug 13 19:08:02.181 INFO STEP 451 (remove_files) COMPLETE
66282026-08-13T19:08:03.579Z[ recovery-image] Aug 13 19:08:02.181 INFO O| Aug 13 19:08:02.181 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-08-13T19:08:03.590Z[ recovery-image] Aug 13 19:08:02.191 INFO O| Aug 13 19:08:02.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66302026-08-13T19:08:03.590Z[ recovery-image] Aug 13 19:08:02.191 INFO O| Aug 13 19:08:02.191 INFO STEP 452 (remove_files) COMPLETE
66312026-08-13T19:08:03.590Z[ recovery-image] Aug 13 19:08:02.191 INFO O| Aug 13 19:08:02.191 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-08-13T19:08:03.600Z[ recovery-image] Aug 13 19:08:02.201 INFO O| Aug 13 19:08:02.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66332026-08-13T19:08:03.600Z[ recovery-image] Aug 13 19:08:02.201 INFO O| Aug 13 19:08:02.201 INFO STEP 453 (remove_files) COMPLETE
66342026-08-13T19:08:03.600Z[ recovery-image] Aug 13 19:08:02.201 INFO O| Aug 13 19:08:02.201 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-08-13T19:08:03.614Z[ recovery-image] Aug 13 19:08:02.212 INFO O| Aug 13 19:08:02.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66362026-08-13T19:08:03.614Z[ recovery-image] Aug 13 19:08:02.212 INFO O| Aug 13 19:08:02.212 INFO STEP 454 (remove_files) COMPLETE
66372026-08-13T19:08:03.621Z[ recovery-image] Aug 13 19:08:02.212 INFO O| Aug 13 19:08:02.212 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-08-13T19:08:03.625Z[ recovery-image] Aug 13 19:08:02.223 INFO O| Aug 13 19:08:02.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66392026-08-13T19:08:03.625Z[ recovery-image] Aug 13 19:08:02.223 INFO O| Aug 13 19:08:02.223 INFO STEP 455 (remove_files) COMPLETE
66402026-08-13T19:08:03.625Z[ recovery-image] Aug 13 19:08:02.223 INFO O| Aug 13 19:08:02.223 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-08-13T19:08:03.632Z[ recovery-image] Aug 13 19:08:02.233 INFO O| Aug 13 19:08:02.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66422026-08-13T19:08:03.632Z[ recovery-image] Aug 13 19:08:02.233 INFO O| Aug 13 19:08:02.233 INFO STEP 456 (remove_files) COMPLETE
66432026-08-13T19:08:03.641Z[ recovery-image] Aug 13 19:08:02.233 INFO O| Aug 13 19:08:02.233 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-08-13T19:08:03.641Z[ recovery-image] Aug 13 19:08:02.243 INFO O| Aug 13 19:08:02.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66452026-08-13T19:08:03.641Z[ recovery-image] Aug 13 19:08:02.243 INFO O| Aug 13 19:08:02.243 INFO STEP 457 (remove_files) COMPLETE
66462026-08-13T19:08:03.641Z[ recovery-image] Aug 13 19:08:02.243 INFO O| Aug 13 19:08:02.243 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-08-13T19:08:03.658Z[ recovery-image] Aug 13 19:08:02.254 INFO O| Aug 13 19:08:02.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66482026-08-13T19:08:03.658Z[ recovery-image] Aug 13 19:08:02.254 INFO O| Aug 13 19:08:02.254 INFO STEP 458 (remove_files) COMPLETE
66492026-08-13T19:08:03.658Z[ recovery-image] Aug 13 19:08:02.254 INFO O| Aug 13 19:08:02.254 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-08-13T19:08:03.663Z[ recovery-image] Aug 13 19:08:02.264 INFO O| Aug 13 19:08:02.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66512026-08-13T19:08:03.663Z[ recovery-image] Aug 13 19:08:02.264 INFO O| Aug 13 19:08:02.264 INFO STEP 459 (remove_files) COMPLETE
66522026-08-13T19:08:03.663Z[ recovery-image] Aug 13 19:08:02.264 INFO O| Aug 13 19:08:02.264 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-08-13T19:08:03.672Z[ recovery-image] Aug 13 19:08:02.273 INFO O| Aug 13 19:08:02.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66542026-08-13T19:08:03.672Z[ recovery-image] Aug 13 19:08:02.274 INFO O| Aug 13 19:08:02.274 INFO STEP 460 (remove_files) COMPLETE
66552026-08-13T19:08:03.679Z[ recovery-image] Aug 13 19:08:02.274 INFO O| Aug 13 19:08:02.274 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-08-13T19:08:03.684Z[ recovery-image] Aug 13 19:08:02.283 INFO O| Aug 13 19:08:02.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66572026-08-13T19:08:03.684Z[ recovery-image] Aug 13 19:08:02.283 INFO O| Aug 13 19:08:02.283 INFO STEP 461 (remove_files) COMPLETE
66582026-08-13T19:08:03.684Z[ recovery-image] Aug 13 19:08:02.283 INFO O| Aug 13 19:08:02.283 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-08-13T19:08:03.693Z[ recovery-image] Aug 13 19:08:02.292 INFO O| Aug 13 19:08:02.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66602026-08-13T19:08:03.693Z[ recovery-image] Aug 13 19:08:02.292 INFO O| Aug 13 19:08:02.292 INFO STEP 462 (remove_files) COMPLETE
66612026-08-13T19:08:03.693Z[ recovery-image] Aug 13 19:08:02.292 INFO O| Aug 13 19:08:02.292 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-08-13T19:08:03.702Z[ recovery-image] Aug 13 19:08:02.304 INFO O| Aug 13 19:08:02.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66632026-08-13T19:08:03.702Z[ recovery-image] Aug 13 19:08:02.304 INFO O| Aug 13 19:08:02.304 INFO STEP 463 (remove_files) COMPLETE
66642026-08-13T19:08:03.710Z[ recovery-image] Aug 13 19:08:02.304 INFO O| Aug 13 19:08:02.304 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-08-13T19:08:03.717Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
66662026-08-13T19:08:03.722Z[ recovery-image] Aug 13 19:08:02.316 INFO O| Aug 13 19:08:02.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66672026-08-13T19:08:03.722Z[ recovery-image] Aug 13 19:08:02.316 INFO O| Aug 13 19:08:02.316 INFO STEP 464 (remove_files) COMPLETE
66682026-08-13T19:08:03.722Z[ recovery-image] Aug 13 19:08:02.316 INFO O| Aug 13 19:08:02.316 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-08-13T19:08:03.730Z[ recovery-image] Aug 13 19:08:02.326 INFO O| Aug 13 19:08:02.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66702026-08-13T19:08:03.731Z[ recovery-image] Aug 13 19:08:02.326 INFO O| Aug 13 19:08:02.326 INFO STEP 465 (remove_files) COMPLETE
66712026-08-13T19:08:03.731Z[ recovery-image] Aug 13 19:08:02.326 INFO O| Aug 13 19:08:02.326 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-13T19:08:03.735Z[ recovery-image] Aug 13 19:08:02.336 INFO O| Aug 13 19:08:02.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66732026-08-13T19:08:03.735Z[ recovery-image] Aug 13 19:08:02.337 INFO O| Aug 13 19:08:02.337 INFO STEP 466 (remove_files) COMPLETE
66742026-08-13T19:08:03.736Z[ recovery-image] Aug 13 19:08:02.337 INFO O| Aug 13 19:08:02.337 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-08-13T19:08:03.746Z[ recovery-image] Aug 13 19:08:02.348 INFO O| Aug 13 19:08:02.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66762026-08-13T19:08:03.746Z[ recovery-image] Aug 13 19:08:02.348 INFO O| Aug 13 19:08:02.348 INFO STEP 467 (remove_files) COMPLETE
66772026-08-13T19:08:03.752Z[ recovery-image] Aug 13 19:08:02.348 INFO O| Aug 13 19:08:02.348 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-08-13T19:08:03.759Z[ recovery-image] Aug 13 19:08:02.358 INFO O| Aug 13 19:08:02.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66792026-08-13T19:08:03.759Z[ recovery-image] Aug 13 19:08:02.358 INFO O| Aug 13 19:08:02.358 INFO STEP 468 (remove_files) COMPLETE
66802026-08-13T19:08:03.759Z[ recovery-image] Aug 13 19:08:02.358 INFO O| Aug 13 19:08:02.358 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-08-13T19:08:03.769Z[ recovery-image] Aug 13 19:08:02.367 INFO O| Aug 13 19:08:02.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66822026-08-13T19:08:03.769Z[ recovery-image] Aug 13 19:08:02.367 INFO O| Aug 13 19:08:02.367 INFO STEP 469 (remove_files) COMPLETE
66832026-08-13T19:08:03.769Z[ recovery-image] Aug 13 19:08:02.367 INFO O| Aug 13 19:08:02.367 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-08-13T19:08:03.775Z[ recovery-image] Aug 13 19:08:02.377 INFO O| Aug 13 19:08:02.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66852026-08-13T19:08:03.775Z[ recovery-image] Aug 13 19:08:02.377 INFO O| Aug 13 19:08:02.377 INFO STEP 470 (remove_files) COMPLETE
66862026-08-13T19:08:03.775Z[ recovery-image] Aug 13 19:08:02.377 INFO O| Aug 13 19:08:02.377 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-08-13T19:08:03.785Z[ recovery-image] Aug 13 19:08:02.386 INFO O| Aug 13 19:08:02.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66882026-08-13T19:08:03.785Z[ recovery-image] Aug 13 19:08:02.386 INFO O| Aug 13 19:08:02.386 INFO STEP 471 (remove_files) COMPLETE
66892026-08-13T19:08:03.785Z[ recovery-image] Aug 13 19:08:02.386 INFO O| Aug 13 19:08:02.386 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-08-13T19:08:03.800Z[ recovery-image] Aug 13 19:08:02.398 INFO O| Aug 13 19:08:02.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66912026-08-13T19:08:03.800Z[ recovery-image] Aug 13 19:08:02.398 INFO O| Aug 13 19:08:02.398 INFO STEP 472 (remove_files) COMPLETE
66922026-08-13T19:08:03.800Z[ recovery-image] Aug 13 19:08:02.398 INFO O| Aug 13 19:08:02.398 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-08-13T19:08:03.810Z[ recovery-image] Aug 13 19:08:02.409 INFO O| Aug 13 19:08:02.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66942026-08-13T19:08:03.810Z[ recovery-image] Aug 13 19:08:02.409 INFO O| Aug 13 19:08:02.409 INFO STEP 473 (remove_files) COMPLETE
66952026-08-13T19:08:03.810Z[ recovery-image] Aug 13 19:08:02.409 INFO O| Aug 13 19:08:02.409 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-08-13T19:08:03.819Z[ recovery-image] Aug 13 19:08:02.421 INFO O| Aug 13 19:08:02.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66972026-08-13T19:08:03.846Z[ recovery-image] Aug 13 19:08:02.445 INFO O| Aug 13 19:08:02.445 INFO STEP 474 (remove_files) COMPLETE
66982026-08-13T19:08:03.846Z[ recovery-image] Aug 13 19:08:02.445 INFO O| Aug 13 19:08:02.445 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-08-13T19:08:03.854Z[ recovery-image] Aug 13 19:08:02.455 INFO O| Aug 13 19:08:02.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67002026-08-13T19:08:03.854Z[ recovery-image] Aug 13 19:08:02.455 INFO O| Aug 13 19:08:02.455 INFO STEP 475 (remove_files) COMPLETE
67012026-08-13T19:08:03.854Z[ recovery-image] Aug 13 19:08:02.455 INFO O| Aug 13 19:08:02.455 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-08-13T19:08:03.864Z[ recovery-image] Aug 13 19:08:02.466 INFO O| Aug 13 19:08:02.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67032026-08-13T19:08:03.864Z[ recovery-image] Aug 13 19:08:02.466 INFO O| Aug 13 19:08:02.466 INFO STEP 476 (remove_files) COMPLETE
67042026-08-13T19:08:03.873Z[ recovery-image] Aug 13 19:08:02.466 INFO O| Aug 13 19:08:02.466 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-08-13T19:08:03.877Z[ recovery-image] Aug 13 19:08:02.475 INFO O| Aug 13 19:08:02.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67062026-08-13T19:08:03.877Z[ recovery-image] Aug 13 19:08:02.475 INFO O| Aug 13 19:08:02.475 INFO STEP 477 (remove_files) COMPLETE
67072026-08-13T19:08:03.877Z[ recovery-image] Aug 13 19:08:02.475 INFO O| Aug 13 19:08:02.475 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-08-13T19:08:03.883Z[ recovery-image] Aug 13 19:08:02.484 INFO O| Aug 13 19:08:02.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67092026-08-13T19:08:03.883Z[ recovery-image] Aug 13 19:08:02.485 INFO O| Aug 13 19:08:02.485 INFO STEP 478 (remove_files) COMPLETE
67102026-08-13T19:08:03.890Z[ recovery-image] Aug 13 19:08:02.485 INFO O| Aug 13 19:08:02.485 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-08-13T19:08:03.893Z[ recovery-image] Aug 13 19:08:02.494 INFO O| Aug 13 19:08:02.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67122026-08-13T19:08:03.893Z[ recovery-image] Aug 13 19:08:02.494 INFO O| Aug 13 19:08:02.494 INFO STEP 479 (remove_files) COMPLETE
67132026-08-13T19:08:03.893Z[ recovery-image] Aug 13 19:08:02.494 INFO O| Aug 13 19:08:02.494 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-08-13T19:08:03.901Z[ recovery-image] Aug 13 19:08:02.503 INFO O| Aug 13 19:08:02.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67152026-08-13T19:08:03.901Z[ recovery-image] Aug 13 19:08:02.503 INFO O| Aug 13 19:08:02.503 INFO STEP 480 (remove_files) COMPLETE
67162026-08-13T19:08:03.902Z[ recovery-image] Aug 13 19:08:02.503 INFO O| Aug 13 19:08:02.503 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-08-13T19:08:03.915Z[ recovery-image] Aug 13 19:08:02.513 INFO O| Aug 13 19:08:02.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67182026-08-13T19:08:03.915Z[ recovery-image] Aug 13 19:08:02.513 INFO O| Aug 13 19:08:02.513 INFO STEP 481 (remove_files) COMPLETE
67192026-08-13T19:08:03.915Z[ recovery-image] Aug 13 19:08:02.513 INFO O| Aug 13 19:08:02.513 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-08-13T19:08:03.922Z[ recovery-image] Aug 13 19:08:02.522 INFO O| Aug 13 19:08:02.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67212026-08-13T19:08:03.922Z[ recovery-image] Aug 13 19:08:02.522 INFO O| Aug 13 19:08:02.522 INFO STEP 482 (remove_files) COMPLETE
67222026-08-13T19:08:03.922Z[ recovery-image] Aug 13 19:08:02.522 INFO O| Aug 13 19:08:02.522 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-08-13T19:08:03.931Z[ recovery-image] Aug 13 19:08:02.532 INFO O| Aug 13 19:08:02.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67242026-08-13T19:08:03.931Z[ recovery-image] Aug 13 19:08:02.532 INFO O| Aug 13 19:08:02.532 INFO STEP 483 (remove_files) COMPLETE
67252026-08-13T19:08:03.935Z[ recovery-image] Aug 13 19:08:02.532 INFO O| Aug 13 19:08:02.532 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-08-13T19:08:03.940Z[ recovery-image] Aug 13 19:08:02.541 INFO O| Aug 13 19:08:02.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67272026-08-13T19:08:03.943Z[ recovery-image] Aug 13 19:08:02.541 INFO O| Aug 13 19:08:02.541 INFO STEP 484 (remove_files) COMPLETE
67282026-08-13T19:08:03.943Z[ recovery-image] Aug 13 19:08:02.541 INFO O| Aug 13 19:08:02.541 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-08-13T19:08:03.952Z[ recovery-image] Aug 13 19:08:02.553 INFO O| Aug 13 19:08:02.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67302026-08-13T19:08:03.952Z[ recovery-image] Aug 13 19:08:02.553 INFO O| Aug 13 19:08:02.553 INFO STEP 485 (remove_files) COMPLETE
67312026-08-13T19:08:03.952Z[ recovery-image] Aug 13 19:08:02.553 INFO O| Aug 13 19:08:02.553 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-08-13T19:08:03.961Z[ recovery-image] Aug 13 19:08:02.562 INFO O| Aug 13 19:08:02.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67332026-08-13T19:08:03.961Z[ recovery-image] Aug 13 19:08:02.562 INFO O| Aug 13 19:08:02.562 INFO STEP 486 (remove_files) COMPLETE
67342026-08-13T19:08:03.962Z[ recovery-image] Aug 13 19:08:02.562 INFO O| Aug 13 19:08:02.562 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-08-13T19:08:03.970Z[ recovery-image] Aug 13 19:08:02.572 INFO O| Aug 13 19:08:02.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67362026-08-13T19:08:03.971Z[ recovery-image] Aug 13 19:08:02.572 INFO O| Aug 13 19:08:02.572 INFO STEP 487 (remove_files) COMPLETE
67372026-08-13T19:08:03.971Z[ recovery-image] Aug 13 19:08:02.572 INFO O| Aug 13 19:08:02.572 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-08-13T19:08:03.980Z[ recovery-image] Aug 13 19:08:02.582 INFO O| Aug 13 19:08:02.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67392026-08-13T19:08:03.980Z[ recovery-image] Aug 13 19:08:02.582 INFO O| Aug 13 19:08:02.582 INFO STEP 488 (remove_files) COMPLETE
67402026-08-13T19:08:03.981Z[ recovery-image] Aug 13 19:08:02.582 INFO O| Aug 13 19:08:02.582 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-08-13T19:08:03.991Z[ recovery-image] Aug 13 19:08:02.592 INFO O| Aug 13 19:08:02.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67422026-08-13T19:08:03.991Z[ recovery-image] Aug 13 19:08:02.592 INFO O| Aug 13 19:08:02.592 INFO STEP 489 (remove_files) COMPLETE
67432026-08-13T19:08:03.991Z[ recovery-image] Aug 13 19:08:02.592 INFO O| Aug 13 19:08:02.592 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-08-13T19:08:04.002Z[ recovery-image] Aug 13 19:08:02.603 INFO O| Aug 13 19:08:02.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67452026-08-13T19:08:04.002Z[ recovery-image] Aug 13 19:08:02.603 INFO O| Aug 13 19:08:02.603 INFO STEP 490 (remove_files) COMPLETE
67462026-08-13T19:08:04.002Z[ recovery-image] Aug 13 19:08:02.603 INFO O| Aug 13 19:08:02.603 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-08-13T19:08:04.012Z[ recovery-image] Aug 13 19:08:02.613 INFO O| Aug 13 19:08:02.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67482026-08-13T19:08:04.012Z[ recovery-image] Aug 13 19:08:02.613 INFO O| Aug 13 19:08:02.613 INFO STEP 491 (remove_files) COMPLETE
67492026-08-13T19:08:04.012Z[ recovery-image] Aug 13 19:08:02.613 INFO O| Aug 13 19:08:02.613 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-08-13T19:08:04.021Z[ recovery-image] Aug 13 19:08:02.622 INFO O| Aug 13 19:08:02.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67512026-08-13T19:08:04.021Z[ recovery-image] Aug 13 19:08:02.623 INFO O| Aug 13 19:08:02.623 INFO STEP 492 (remove_files) COMPLETE
67522026-08-13T19:08:04.021Z[ recovery-image] Aug 13 19:08:02.623 INFO O| Aug 13 19:08:02.623 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-08-13T19:08:04.032Z[ recovery-image] Aug 13 19:08:02.632 INFO O| Aug 13 19:08:02.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67542026-08-13T19:08:04.032Z[ recovery-image] Aug 13 19:08:02.632 INFO O| Aug 13 19:08:02.632 INFO STEP 493 (remove_files) COMPLETE
67552026-08-13T19:08:04.032Z[ recovery-image] Aug 13 19:08:02.632 INFO O| Aug 13 19:08:02.632 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-08-13T19:08:04.041Z[ recovery-image] Aug 13 19:08:02.642 INFO O| Aug 13 19:08:02.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67572026-08-13T19:08:04.041Z[ recovery-image] Aug 13 19:08:02.642 INFO O| Aug 13 19:08:02.642 INFO STEP 494 (remove_files) COMPLETE
67582026-08-13T19:08:04.041Z[ recovery-image] Aug 13 19:08:02.642 INFO O| Aug 13 19:08:02.642 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-13T19:08:04.053Z[ recovery-image] Aug 13 19:08:02.653 INFO O| Aug 13 19:08:02.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67602026-08-13T19:08:04.080Z[ recovery-image] Aug 13 19:08:02.681 INFO O| Aug 13 19:08:02.681 INFO STEP 495 (remove_files) COMPLETE
67612026-08-13T19:08:04.080Z[ recovery-image] Aug 13 19:08:02.681 INFO O| Aug 13 19:08:02.681 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-08-13T19:08:04.090Z[ recovery-image] Aug 13 19:08:02.692 INFO O| Aug 13 19:08:02.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67632026-08-13T19:08:04.090Z[ recovery-image] Aug 13 19:08:02.692 INFO O| Aug 13 19:08:02.692 INFO STEP 496 (remove_files) COMPLETE
67642026-08-13T19:08:04.090Z[ recovery-image] Aug 13 19:08:02.692 INFO O| Aug 13 19:08:02.692 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-08-13T19:08:04.103Z[ recovery-image] Aug 13 19:08:02.701 INFO O| Aug 13 19:08:02.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67662026-08-13T19:08:04.103Z[ recovery-image] Aug 13 19:08:02.701 INFO O| Aug 13 19:08:02.701 INFO STEP 497 (remove_files) COMPLETE
67672026-08-13T19:08:04.107Z[ recovery-image] Aug 13 19:08:02.701 INFO O| Aug 13 19:08:02.701 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-08-13T19:08:04.111Z[ recovery-image] Aug 13 19:08:02.710 INFO O| Aug 13 19:08:02.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67692026-08-13T19:08:04.111Z[ recovery-image] Aug 13 19:08:02.710 INFO O| Aug 13 19:08:02.710 INFO STEP 498 (remove_files) COMPLETE
67702026-08-13T19:08:04.112Z[ recovery-image] Aug 13 19:08:02.710 INFO O| Aug 13 19:08:02.710 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-08-13T19:08:04.112Z[verify-libraries] Compiling samael v0.0.19
67722026-08-13T19:08:04.120Z[ recovery-image] Aug 13 19:08:02.721 INFO O| Aug 13 19:08:02.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67732026-08-13T19:08:04.120Z[ recovery-image] Aug 13 19:08:02.721 INFO O| Aug 13 19:08:02.721 INFO STEP 499 (remove_files) COMPLETE
67742026-08-13T19:08:04.120Z[ recovery-image] Aug 13 19:08:02.721 INFO O| Aug 13 19:08:02.721 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-08-13T19:08:04.136Z[ recovery-image] Aug 13 19:08:02.731 INFO O| Aug 13 19:08:02.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67762026-08-13T19:08:04.136Z[ recovery-image] Aug 13 19:08:02.731 INFO O| Aug 13 19:08:02.731 INFO STEP 500 (remove_files) COMPLETE
67772026-08-13T19:08:04.146Z[ recovery-image] Aug 13 19:08:02.731 INFO O| Aug 13 19:08:02.731 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-08-13T19:08:04.146Z[ recovery-image] Aug 13 19:08:02.740 INFO O| Aug 13 19:08:02.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67792026-08-13T19:08:04.146Z[ recovery-image] Aug 13 19:08:02.740 INFO O| Aug 13 19:08:02.740 INFO STEP 501 (remove_files) COMPLETE
67802026-08-13T19:08:04.146Z[ recovery-image] Aug 13 19:08:02.740 INFO O| Aug 13 19:08:02.740 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-08-13T19:08:04.150Z[ recovery-image] Aug 13 19:08:02.751 INFO O| Aug 13 19:08:02.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67822026-08-13T19:08:04.150Z[ recovery-image] Aug 13 19:08:02.752 INFO O| Aug 13 19:08:02.752 INFO STEP 502 (remove_files) COMPLETE
67832026-08-13T19:08:04.150Z[ recovery-image] Aug 13 19:08:02.752 INFO O| Aug 13 19:08:02.752 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-08-13T19:08:04.163Z[ recovery-image] Aug 13 19:08:02.763 INFO O| Aug 13 19:08:02.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67852026-08-13T19:08:04.163Z[ recovery-image] Aug 13 19:08:02.763 INFO O| Aug 13 19:08:02.763 INFO STEP 503 (remove_files) COMPLETE
67862026-08-13T19:08:04.163Z[ recovery-image] Aug 13 19:08:02.763 INFO O| Aug 13 19:08:02.763 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-08-13T19:08:04.174Z[ recovery-image] Aug 13 19:08:02.774 INFO O| Aug 13 19:08:02.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67882026-08-13T19:08:04.174Z[ recovery-image] Aug 13 19:08:02.774 INFO O| Aug 13 19:08:02.774 INFO STEP 504 (remove_files) COMPLETE
67892026-08-13T19:08:04.175Z[ recovery-image] Aug 13 19:08:02.774 INFO O| Aug 13 19:08:02.774 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-08-13T19:08:04.185Z[ recovery-image] Aug 13 19:08:02.787 INFO O| Aug 13 19:08:02.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67912026-08-13T19:08:04.185Z[ recovery-image] Aug 13 19:08:02.787 INFO O| Aug 13 19:08:02.787 INFO STEP 505 (remove_files) COMPLETE
67922026-08-13T19:08:04.185Z[ recovery-image] Aug 13 19:08:02.787 INFO O| Aug 13 19:08:02.787 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-08-13T19:08:04.200Z[ recovery-image] Aug 13 19:08:02.798 INFO O| Aug 13 19:08:02.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67942026-08-13T19:08:04.208Z[ recovery-image] Aug 13 19:08:02.800 INFO O| Aug 13 19:08:02.800 INFO STEP 506 (remove_files) COMPLETE
67952026-08-13T19:08:04.209Z[ recovery-image] Aug 13 19:08:02.800 INFO O| Aug 13 19:08:02.800 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-08-13T19:08:04.212Z[ recovery-image] Aug 13 19:08:02.810 INFO O| Aug 13 19:08:02.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67972026-08-13T19:08:04.212Z[ recovery-image] Aug 13 19:08:02.810 INFO O| Aug 13 19:08:02.810 INFO STEP 507 (remove_files) COMPLETE
67982026-08-13T19:08:04.212Z[ recovery-image] Aug 13 19:08:02.810 INFO O| Aug 13 19:08:02.810 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-08-13T19:08:04.217Z[ recovery-image] Aug 13 19:08:02.819 INFO O| Aug 13 19:08:02.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68002026-08-13T19:08:04.217Z[ recovery-image] Aug 13 19:08:02.819 INFO O| Aug 13 19:08:02.819 INFO STEP 508 (remove_files) COMPLETE
68012026-08-13T19:08:04.217Z[ recovery-image] Aug 13 19:08:02.819 INFO O| Aug 13 19:08:02.819 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-08-13T19:08:04.227Z[ recovery-image] Aug 13 19:08:02.829 INFO O| Aug 13 19:08:02.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68032026-08-13T19:08:04.227Z[ recovery-image] Aug 13 19:08:02.829 INFO O| Aug 13 19:08:02.829 INFO STEP 509 (remove_files) COMPLETE
68042026-08-13T19:08:04.227Z[ recovery-image] Aug 13 19:08:02.829 INFO O| Aug 13 19:08:02.829 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-08-13T19:08:04.243Z[ recovery-image] Aug 13 19:08:02.839 INFO O| Aug 13 19:08:02.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68062026-08-13T19:08:04.243Z[ recovery-image] Aug 13 19:08:02.839 INFO O| Aug 13 19:08:02.839 INFO STEP 510 (remove_files) COMPLETE
68072026-08-13T19:08:04.243Z[ recovery-image] Aug 13 19:08:02.839 INFO O| Aug 13 19:08:02.839 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-08-13T19:08:04.248Z[ recovery-image] Aug 13 19:08:02.850 INFO O| Aug 13 19:08:02.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68092026-08-13T19:08:04.248Z[ recovery-image] Aug 13 19:08:02.850 INFO O| Aug 13 19:08:02.850 INFO STEP 511 (remove_files) COMPLETE
68102026-08-13T19:08:04.248Z[ recovery-image] Aug 13 19:08:02.850 INFO O| Aug 13 19:08:02.850 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-08-13T19:08:04.258Z[ recovery-image] Aug 13 19:08:02.860 INFO O| Aug 13 19:08:02.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68122026-08-13T19:08:04.258Z[ recovery-image] Aug 13 19:08:02.860 INFO O| Aug 13 19:08:02.860 INFO STEP 512 (remove_files) COMPLETE
68132026-08-13T19:08:04.258Z[ recovery-image] Aug 13 19:08:02.860 INFO O| Aug 13 19:08:02.860 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-08-13T19:08:04.272Z[ recovery-image] Aug 13 19:08:02.869 INFO O| Aug 13 19:08:02.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68152026-08-13T19:08:04.276Z[ recovery-image] Aug 13 19:08:02.870 INFO O| Aug 13 19:08:02.870 INFO STEP 513 (remove_files) COMPLETE
68162026-08-13T19:08:04.276Z[ recovery-image] Aug 13 19:08:02.870 INFO O| Aug 13 19:08:02.870 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-08-13T19:08:04.284Z[ recovery-image] Aug 13 19:08:02.879 INFO O| Aug 13 19:08:02.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68182026-08-13T19:08:04.285Z[ recovery-image] Aug 13 19:08:02.879 INFO O| Aug 13 19:08:02.879 INFO STEP 514 (remove_files) COMPLETE
68192026-08-13T19:08:04.285Z[ recovery-image] Aug 13 19:08:02.879 INFO O| Aug 13 19:08:02.879 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-08-13T19:08:04.288Z[ recovery-image] Aug 13 19:08:02.888 INFO O| Aug 13 19:08:02.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68212026-08-13T19:08:04.288Z[ recovery-image] Aug 13 19:08:02.888 INFO O| Aug 13 19:08:02.888 INFO STEP 515 (remove_files) COMPLETE
68222026-08-13T19:08:04.288Z[ recovery-image] Aug 13 19:08:02.888 INFO O| Aug 13 19:08:02.888 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-08-13T19:08:04.295Z[ recovery-image] Aug 13 19:08:02.897 INFO O| Aug 13 19:08:02.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68242026-08-13T19:08:04.295Z[ recovery-image] Aug 13 19:08:02.897 INFO O| Aug 13 19:08:02.897 INFO STEP 516 (remove_files) COMPLETE
68252026-08-13T19:08:04.301Z[ recovery-image] Aug 13 19:08:02.897 INFO O| Aug 13 19:08:02.897 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-08-13T19:08:04.306Z[ recovery-image] Aug 13 19:08:02.907 INFO O| Aug 13 19:08:02.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68272026-08-13T19:08:04.306Z[ recovery-image] Aug 13 19:08:02.907 INFO O| Aug 13 19:08:02.907 INFO STEP 517 (remove_files) COMPLETE
68282026-08-13T19:08:04.306Z[ recovery-image] Aug 13 19:08:02.907 INFO O| Aug 13 19:08:02.907 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-08-13T19:08:04.315Z[ recovery-image] Aug 13 19:08:02.916 INFO O| Aug 13 19:08:02.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68302026-08-13T19:08:04.315Z[ recovery-image] Aug 13 19:08:02.916 INFO O| Aug 13 19:08:02.916 INFO STEP 518 (remove_files) COMPLETE
68312026-08-13T19:08:04.315Z[ recovery-image] Aug 13 19:08:02.916 INFO O| Aug 13 19:08:02.916 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-08-13T19:08:04.324Z[ recovery-image] Aug 13 19:08:02.925 INFO O| Aug 13 19:08:02.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68332026-08-13T19:08:04.324Z[ recovery-image] Aug 13 19:08:02.925 INFO O| Aug 13 19:08:02.925 INFO STEP 519 (remove_files) COMPLETE
68342026-08-13T19:08:04.324Z[ recovery-image] Aug 13 19:08:02.925 INFO O| Aug 13 19:08:02.925 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-08-13T19:08:04.336Z[ recovery-image] Aug 13 19:08:02.934 INFO O| Aug 13 19:08:02.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68362026-08-13T19:08:04.336Z[ recovery-image] Aug 13 19:08:02.934 INFO O| Aug 13 19:08:02.934 INFO STEP 520 (remove_files) COMPLETE
68372026-08-13T19:08:04.336Z[ recovery-image] Aug 13 19:08:02.934 INFO O| Aug 13 19:08:02.934 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-08-13T19:08:04.346Z[ recovery-image] Aug 13 19:08:02.943 INFO O| Aug 13 19:08:02.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68392026-08-13T19:08:04.346Z[ recovery-image] Aug 13 19:08:02.943 INFO O| Aug 13 19:08:02.943 INFO STEP 521 (remove_files) COMPLETE
68402026-08-13T19:08:04.351Z[ recovery-image] Aug 13 19:08:02.943 INFO O| Aug 13 19:08:02.943 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-08-13T19:08:04.357Z[ recovery-image] Aug 13 19:08:02.952 INFO O| Aug 13 19:08:02.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68422026-08-13T19:08:04.357Z[ recovery-image] Aug 13 19:08:02.952 INFO O| Aug 13 19:08:02.952 INFO STEP 522 (remove_files) COMPLETE
68432026-08-13T19:08:04.357Z[ recovery-image] Aug 13 19:08:02.952 INFO O| Aug 13 19:08:02.952 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-08-13T19:08:04.361Z[ recovery-image] Aug 13 19:08:02.962 INFO O| Aug 13 19:08:02.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68452026-08-13T19:08:04.379Z[ recovery-image] Aug 13 19:08:02.974 INFO O| Aug 13 19:08:02.974 INFO STEP 523 (remove_files) COMPLETE
68462026-08-13T19:08:04.379Z[ recovery-image] Aug 13 19:08:02.974 INFO O| Aug 13 19:08:02.974 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-08-13T19:08:04.387Z[ recovery-image] Aug 13 19:08:02.985 INFO O| Aug 13 19:08:02.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68482026-08-13T19:08:04.387Z[ recovery-image] Aug 13 19:08:02.985 INFO O| Aug 13 19:08:02.985 INFO STEP 524 (remove_files) COMPLETE
68492026-08-13T19:08:04.387Z[ recovery-image] Aug 13 19:08:02.985 INFO O| Aug 13 19:08:02.985 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-08-13T19:08:04.393Z[ recovery-image] Aug 13 19:08:02.995 INFO O| Aug 13 19:08:02.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68512026-08-13T19:08:04.393Z[ recovery-image] Aug 13 19:08:02.995 INFO O| Aug 13 19:08:02.995 INFO STEP 525 (remove_files) COMPLETE
68522026-08-13T19:08:04.393Z[ recovery-image] Aug 13 19:08:02.995 INFO O| Aug 13 19:08:02.995 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-08-13T19:08:04.406Z[ recovery-image] Aug 13 19:08:03.007 INFO O| Aug 13 19:08:03.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68542026-08-13T19:08:04.406Z[ recovery-image] Aug 13 19:08:03.007 INFO O| Aug 13 19:08:03.007 INFO STEP 526 (remove_files) COMPLETE
68552026-08-13T19:08:04.412Z[ recovery-image] Aug 13 19:08:03.007 INFO O| Aug 13 19:08:03.007 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-08-13T19:08:04.421Z[ recovery-image] Aug 13 19:08:03.019 INFO O| Aug 13 19:08:03.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68572026-08-13T19:08:04.421Z[ recovery-image] Aug 13 19:08:03.019 INFO O| Aug 13 19:08:03.019 INFO STEP 527 (remove_files) COMPLETE
68582026-08-13T19:08:04.426Z[ recovery-image] Aug 13 19:08:03.019 INFO O| Aug 13 19:08:03.019 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-08-13T19:08:04.430Z[ recovery-image] Aug 13 19:08:03.030 INFO O| Aug 13 19:08:03.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68602026-08-13T19:08:04.430Z[ recovery-image] Aug 13 19:08:03.030 INFO O| Aug 13 19:08:03.030 INFO STEP 528 (remove_files) COMPLETE
68612026-08-13T19:08:04.430Z[ recovery-image] Aug 13 19:08:03.030 INFO O| Aug 13 19:08:03.030 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-08-13T19:08:04.439Z[ recovery-image] Aug 13 19:08:03.040 INFO O| Aug 13 19:08:03.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68632026-08-13T19:08:04.439Z[ recovery-image] Aug 13 19:08:03.040 INFO O| Aug 13 19:08:03.040 INFO STEP 529 (remove_files) COMPLETE
68642026-08-13T19:08:04.439Z[ recovery-image] Aug 13 19:08:03.040 INFO O| Aug 13 19:08:03.040 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-08-13T19:08:04.449Z[ recovery-image] Aug 13 19:08:03.050 INFO O| Aug 13 19:08:03.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68662026-08-13T19:08:04.449Z[ recovery-image] Aug 13 19:08:03.050 INFO O| Aug 13 19:08:03.050 INFO STEP 530 (remove_files) COMPLETE
68672026-08-13T19:08:04.456Z[ recovery-image] Aug 13 19:08:03.050 INFO O| Aug 13 19:08:03.050 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-08-13T19:08:04.464Z[ recovery-image] Aug 13 19:08:03.064 INFO O| Aug 13 19:08:03.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68692026-08-13T19:08:04.464Z[ recovery-image] Aug 13 19:08:03.064 INFO O| Aug 13 19:08:03.061 INFO STEP 531 (remove_files) COMPLETE
68702026-08-13T19:08:04.464Z[ recovery-image] Aug 13 19:08:03.064 INFO O| Aug 13 19:08:03.061 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-08-13T19:08:04.470Z[ recovery-image] Aug 13 19:08:03.070 INFO O| Aug 13 19:08:03.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68722026-08-13T19:08:04.470Z[ recovery-image] Aug 13 19:08:03.070 INFO O| Aug 13 19:08:03.070 INFO STEP 532 (remove_files) COMPLETE
68732026-08-13T19:08:04.470Z[ recovery-image] Aug 13 19:08:03.070 INFO O| Aug 13 19:08:03.070 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-08-13T19:08:04.481Z[ recovery-image] Aug 13 19:08:03.079 INFO O| Aug 13 19:08:03.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68752026-08-13T19:08:04.482Z[ recovery-image] Aug 13 19:08:03.080 INFO O| Aug 13 19:08:03.080 INFO STEP 533 (remove_files) COMPLETE
68762026-08-13T19:08:04.482Z[ recovery-image] Aug 13 19:08:03.080 INFO O| Aug 13 19:08:03.080 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-08-13T19:08:04.487Z[ recovery-image] Aug 13 19:08:03.088 INFO O| Aug 13 19:08:03.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68782026-08-13T19:08:04.487Z[ recovery-image] Aug 13 19:08:03.089 INFO O| Aug 13 19:08:03.089 INFO STEP 534 (remove_files) COMPLETE
68792026-08-13T19:08:04.497Z[ recovery-image] Aug 13 19:08:03.089 INFO O| Aug 13 19:08:03.089 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-08-13T19:08:04.501Z[ recovery-image] Aug 13 19:08:03.099 INFO O| Aug 13 19:08:03.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68812026-08-13T19:08:04.501Z[ recovery-image] Aug 13 19:08:03.100 INFO O| Aug 13 19:08:03.100 INFO STEP 535 (remove_files) COMPLETE
68822026-08-13T19:08:04.501Z[ recovery-image] Aug 13 19:08:03.100 INFO O| Aug 13 19:08:03.100 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-08-13T19:08:04.508Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
68842026-08-13T19:08:04.512Z[ recovery-image] Aug 13 19:08:03.110 INFO O| Aug 13 19:08:03.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68852026-08-13T19:08:04.512Z[ recovery-image] Aug 13 19:08:03.110 INFO O| Aug 13 19:08:03.110 INFO STEP 536 (remove_files) COMPLETE
68862026-08-13T19:08:04.513Z[ recovery-image] Aug 13 19:08:03.110 INFO O| Aug 13 19:08:03.110 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-08-13T19:08:04.520Z[ recovery-image] Aug 13 19:08:03.121 INFO O| Aug 13 19:08:03.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68882026-08-13T19:08:04.520Z[ recovery-image] Aug 13 19:08:03.121 INFO O| Aug 13 19:08:03.121 INFO STEP 537 (remove_files) COMPLETE
68892026-08-13T19:08:04.520Z[ recovery-image] Aug 13 19:08:03.121 INFO O| Aug 13 19:08:03.121 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-08-13T19:08:04.534Z[ recovery-image] Aug 13 19:08:03.132 INFO O| Aug 13 19:08:03.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68912026-08-13T19:08:04.546Z[ recovery-image] Aug 13 19:08:03.133 INFO O| Aug 13 19:08:03.133 INFO STEP 538 (remove_files) COMPLETE
68922026-08-13T19:08:04.546Z[ recovery-image] Aug 13 19:08:03.133 INFO O| Aug 13 19:08:03.133 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-08-13T19:08:04.546Z[ recovery-image] Aug 13 19:08:03.144 INFO O| Aug 13 19:08:03.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68942026-08-13T19:08:04.546Z[ recovery-image] Aug 13 19:08:03.144 INFO O| Aug 13 19:08:03.144 INFO STEP 539 (remove_files) COMPLETE
68952026-08-13T19:08:04.546Z[ recovery-image] Aug 13 19:08:03.144 INFO O| Aug 13 19:08:03.144 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-08-13T19:08:04.555Z[ recovery-image] Aug 13 19:08:03.156 INFO O| Aug 13 19:08:03.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68972026-08-13T19:08:04.555Z[ recovery-image] Aug 13 19:08:03.156 INFO O| Aug 13 19:08:03.156 INFO STEP 540 (remove_files) COMPLETE
68982026-08-13T19:08:04.555Z[ recovery-image] Aug 13 19:08:03.156 INFO O| Aug 13 19:08:03.156 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-08-13T19:08:04.567Z[ recovery-image] Aug 13 19:08:03.167 INFO O| Aug 13 19:08:03.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69002026-08-13T19:08:04.567Z[ recovery-image] Aug 13 19:08:03.167 INFO O| Aug 13 19:08:03.167 INFO STEP 541 (remove_files) COMPLETE
69012026-08-13T19:08:04.567Z[ recovery-image] Aug 13 19:08:03.167 INFO O| Aug 13 19:08:03.167 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-08-13T19:08:04.576Z[ recovery-image] Aug 13 19:08:03.177 INFO O| Aug 13 19:08:03.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69032026-08-13T19:08:04.576Z[ recovery-image] Aug 13 19:08:03.177 INFO O| Aug 13 19:08:03.177 INFO STEP 542 (remove_files) COMPLETE
69042026-08-13T19:08:04.576Z[ recovery-image] Aug 13 19:08:03.177 INFO O| Aug 13 19:08:03.177 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-08-13T19:08:04.585Z[ recovery-image] Aug 13 19:08:03.187 INFO O| Aug 13 19:08:03.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69062026-08-13T19:08:04.585Z[ recovery-image] Aug 13 19:08:03.187 INFO O| Aug 13 19:08:03.187 INFO STEP 543 (remove_files) COMPLETE
69072026-08-13T19:08:04.585Z[ recovery-image] Aug 13 19:08:03.187 INFO O| Aug 13 19:08:03.187 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-08-13T19:08:04.595Z[ recovery-image] Aug 13 19:08:03.197 INFO O| Aug 13 19:08:03.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69092026-08-13T19:08:04.595Z[ recovery-image] Aug 13 19:08:03.197 INFO O| Aug 13 19:08:03.197 INFO STEP 544 (remove_files) COMPLETE
69102026-08-13T19:08:04.595Z[ recovery-image] Aug 13 19:08:03.197 INFO O| Aug 13 19:08:03.197 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-08-13T19:08:04.605Z[ recovery-image] Aug 13 19:08:03.207 INFO O| Aug 13 19:08:03.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69122026-08-13T19:08:04.613Z[ recovery-image] Aug 13 19:08:03.208 INFO O| Aug 13 19:08:03.208 INFO STEP 545 (remove_files) COMPLETE
69132026-08-13T19:08:04.613Z[ recovery-image] Aug 13 19:08:03.208 INFO O| Aug 13 19:08:03.208 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-08-13T19:08:04.617Z[ recovery-image] Aug 13 19:08:03.218 INFO O| Aug 13 19:08:03.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69152026-08-13T19:08:04.620Z[ recovery-image] Aug 13 19:08:03.219 INFO O| Aug 13 19:08:03.219 INFO STEP 546 (remove_files) COMPLETE
69162026-08-13T19:08:04.620Z[ recovery-image] Aug 13 19:08:03.219 INFO O| Aug 13 19:08:03.219 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-08-13T19:08:04.629Z[ recovery-image] Aug 13 19:08:03.228 INFO O| Aug 13 19:08:03.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69182026-08-13T19:08:04.629Z[ recovery-image] Aug 13 19:08:03.228 INFO O| Aug 13 19:08:03.228 INFO STEP 547 (remove_files) COMPLETE
69192026-08-13T19:08:04.629Z[ recovery-image] Aug 13 19:08:03.228 INFO O| Aug 13 19:08:03.228 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-08-13T19:08:04.637Z[ recovery-image] Aug 13 19:08:03.237 INFO O| Aug 13 19:08:03.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69212026-08-13T19:08:04.637Z[ recovery-image] Aug 13 19:08:03.237 INFO O| Aug 13 19:08:03.237 INFO STEP 548 (remove_files) COMPLETE
69222026-08-13T19:08:04.637Z[ recovery-image] Aug 13 19:08:03.237 INFO O| Aug 13 19:08:03.237 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-08-13T19:08:04.647Z[ recovery-image] Aug 13 19:08:03.247 INFO O| Aug 13 19:08:03.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69242026-08-13T19:08:04.647Z[ recovery-image] Aug 13 19:08:03.247 INFO O| Aug 13 19:08:03.247 INFO STEP 549 (remove_files) COMPLETE
69252026-08-13T19:08:04.647Z[ recovery-image] Aug 13 19:08:03.247 INFO O| Aug 13 19:08:03.247 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-08-13T19:08:04.655Z[ recovery-image] Aug 13 19:08:03.256 INFO O| Aug 13 19:08:03.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69272026-08-13T19:08:04.655Z[ recovery-image] Aug 13 19:08:03.256 INFO O| Aug 13 19:08:03.256 INFO STEP 550 (remove_files) COMPLETE
69282026-08-13T19:08:04.659Z[ recovery-image] Aug 13 19:08:03.256 INFO O| Aug 13 19:08:03.256 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-08-13T19:08:04.663Z[ recovery-image] Aug 13 19:08:03.265 INFO O| Aug 13 19:08:03.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69302026-08-13T19:08:04.663Z[ recovery-image] Aug 13 19:08:03.265 INFO O| Aug 13 19:08:03.265 INFO STEP 551 (remove_files) COMPLETE
69312026-08-13T19:08:04.663Z[ recovery-image] Aug 13 19:08:03.265 INFO O| Aug 13 19:08:03.265 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-08-13T19:08:04.672Z[ recovery-image] Aug 13 19:08:03.274 INFO O| Aug 13 19:08:03.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69332026-08-13T19:08:04.672Z[ recovery-image] Aug 13 19:08:03.274 INFO O| Aug 13 19:08:03.274 INFO STEP 552 (remove_files) COMPLETE
69342026-08-13T19:08:04.672Z[ recovery-image] Aug 13 19:08:03.274 INFO O| Aug 13 19:08:03.274 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-08-13T19:08:04.685Z[ recovery-image] Aug 13 19:08:03.284 INFO O| Aug 13 19:08:03.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69362026-08-13T19:08:04.685Z[ recovery-image] Aug 13 19:08:03.284 INFO O| Aug 13 19:08:03.284 INFO STEP 553 (remove_files) COMPLETE
69372026-08-13T19:08:04.685Z[ recovery-image] Aug 13 19:08:03.284 INFO O| Aug 13 19:08:03.284 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-08-13T19:08:04.693Z[ recovery-image] Aug 13 19:08:03.293 INFO O| Aug 13 19:08:03.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69392026-08-13T19:08:04.693Z[ recovery-image] Aug 13 19:08:03.293 INFO O| Aug 13 19:08:03.293 INFO STEP 554 (remove_files) COMPLETE
69402026-08-13T19:08:04.693Z[ recovery-image] Aug 13 19:08:03.293 INFO O| Aug 13 19:08:03.293 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-08-13T19:08:04.701Z[ recovery-image] Aug 13 19:08:03.302 INFO O| Aug 13 19:08:03.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69422026-08-13T19:08:04.701Z[ recovery-image] Aug 13 19:08:03.302 INFO O| Aug 13 19:08:03.302 INFO STEP 555 (remove_files) COMPLETE
69432026-08-13T19:08:04.701Z[ recovery-image] Aug 13 19:08:03.302 INFO O| Aug 13 19:08:03.302 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-08-13T19:08:04.713Z[ recovery-image] Aug 13 19:08:03.313 INFO O| Aug 13 19:08:03.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69452026-08-13T19:08:04.713Z[ recovery-image] Aug 13 19:08:03.313 INFO O| Aug 13 19:08:03.313 INFO STEP 556 (remove_files) COMPLETE
69462026-08-13T19:08:04.721Z[ recovery-image] Aug 13 19:08:03.313 INFO O| Aug 13 19:08:03.313 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-08-13T19:08:04.726Z[ recovery-image] Aug 13 19:08:03.322 INFO O| Aug 13 19:08:03.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69482026-08-13T19:08:04.726Z[ recovery-image] Aug 13 19:08:03.323 INFO O| Aug 13 19:08:03.323 INFO STEP 557 (remove_files) COMPLETE
69492026-08-13T19:08:04.726Z[ recovery-image] Aug 13 19:08:03.323 INFO O| Aug 13 19:08:03.323 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-08-13T19:08:04.734Z[ recovery-image] Aug 13 19:08:03.335 INFO O| Aug 13 19:08:03.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69512026-08-13T19:08:04.734Z[ recovery-image] Aug 13 19:08:03.335 INFO O| Aug 13 19:08:03.335 INFO STEP 558 (remove_files) COMPLETE
69522026-08-13T19:08:04.734Z[ recovery-image] Aug 13 19:08:03.335 INFO O| Aug 13 19:08:03.335 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-08-13T19:08:04.748Z[ recovery-image] Aug 13 19:08:03.344 INFO O| Aug 13 19:08:03.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69542026-08-13T19:08:04.751Z[ recovery-image] Aug 13 19:08:03.346 INFO O| Aug 13 19:08:03.346 INFO STEP 559 (remove_files) COMPLETE
69552026-08-13T19:08:04.751Z[ recovery-image] Aug 13 19:08:03.346 INFO O| Aug 13 19:08:03.346 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-08-13T19:08:04.755Z[ recovery-image] Aug 13 19:08:03.356 INFO O| Aug 13 19:08:03.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69572026-08-13T19:08:04.755Z[ recovery-image] Aug 13 19:08:03.356 INFO O| Aug 13 19:08:03.356 INFO STEP 560 (remove_files) COMPLETE
69582026-08-13T19:08:04.755Z[ recovery-image] Aug 13 19:08:03.356 INFO O| Aug 13 19:08:03.356 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-08-13T19:08:04.764Z[ recovery-image] Aug 13 19:08:03.365 INFO O| Aug 13 19:08:03.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69602026-08-13T19:08:04.764Z[ recovery-image] Aug 13 19:08:03.365 INFO O| Aug 13 19:08:03.365 INFO STEP 561 (remove_files) COMPLETE
69612026-08-13T19:08:04.769Z[ recovery-image] Aug 13 19:08:03.365 INFO O| Aug 13 19:08:03.365 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-08-13T19:08:04.775Z[ recovery-image] Aug 13 19:08:03.376 INFO O| Aug 13 19:08:03.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69632026-08-13T19:08:04.775Z[ recovery-image] Aug 13 19:08:03.376 INFO O| Aug 13 19:08:03.376 INFO STEP 562 (remove_files) COMPLETE
69642026-08-13T19:08:04.775Z[ recovery-image] Aug 13 19:08:03.376 INFO O| Aug 13 19:08:03.376 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-08-13T19:08:04.786Z[ recovery-image] Aug 13 19:08:03.387 INFO O| Aug 13 19:08:03.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69662026-08-13T19:08:04.786Z[ recovery-image] Aug 13 19:08:03.387 INFO O| Aug 13 19:08:03.387 INFO STEP 563 (remove_files) COMPLETE
69672026-08-13T19:08:04.795Z[ recovery-image] Aug 13 19:08:03.387 INFO O| Aug 13 19:08:03.387 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-08-13T19:08:04.798Z[ recovery-image] Aug 13 19:08:03.397 INFO O| Aug 13 19:08:03.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69692026-08-13T19:08:04.798Z[ recovery-image] Aug 13 19:08:03.397 INFO O| Aug 13 19:08:03.397 INFO STEP 564 (remove_files) COMPLETE
69702026-08-13T19:08:04.798Z[ recovery-image] Aug 13 19:08:03.397 INFO O| Aug 13 19:08:03.397 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-08-13T19:08:04.949Z[ recovery-image] Aug 13 19:08:03.406 INFO O| Aug 13 19:08:03.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69722026-08-13T19:08:04.949Z[ recovery-image] Aug 13 19:08:03.407 INFO O| Aug 13 19:08:03.406 INFO STEP 565 (remove_files) COMPLETE
69732026-08-13T19:08:04.949Z[ recovery-image] Aug 13 19:08:03.407 INFO O| Aug 13 19:08:03.407 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-08-13T19:08:04.949Z[ recovery-image] Aug 13 19:08:03.418 INFO O| Aug 13 19:08:03.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69752026-08-13T19:08:04.949Z[ recovery-image] Aug 13 19:08:03.418 INFO O| Aug 13 19:08:03.418 INFO STEP 566 (remove_files) COMPLETE
69762026-08-13T19:08:04.949Z[ recovery-image] Aug 13 19:08:03.418 INFO O| Aug 13 19:08:03.418 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-08-13T19:08:04.949Z[ recovery-image] Aug 13 19:08:03.428 INFO O| Aug 13 19:08:03.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69782026-08-13T19:08:04.949Z[ recovery-image] Aug 13 19:08:03.428 INFO O| Aug 13 19:08:03.428 INFO STEP 567 (remove_files) COMPLETE
69792026-08-13T19:08:04.971Z[ recovery-image] Aug 13 19:08:03.428 INFO O| Aug 13 19:08:03.428 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-08-13T19:08:04.971Z[ recovery-image] Aug 13 19:08:03.438 INFO O| Aug 13 19:08:03.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69812026-08-13T19:08:04.971Z[ recovery-image] Aug 13 19:08:03.438 INFO O| Aug 13 19:08:03.438 INFO STEP 568 (remove_files) COMPLETE
69822026-08-13T19:08:04.971Z[ recovery-image] Aug 13 19:08:03.438 INFO O| Aug 13 19:08:03.438 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-08-13T19:08:04.971Z[ recovery-image] Aug 13 19:08:03.448 INFO O| Aug 13 19:08:03.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69842026-08-13T19:08:04.971Z[ recovery-image] Aug 13 19:08:03.448 INFO O| Aug 13 19:08:03.448 INFO STEP 569 (remove_files) COMPLETE
69852026-08-13T19:08:04.971Z[ recovery-image] Aug 13 19:08:03.448 INFO O| Aug 13 19:08:03.448 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-08-13T19:08:04.971Z[ recovery-image] Aug 13 19:08:03.458 INFO O| Aug 13 19:08:03.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69872026-08-13T19:08:04.971Z[ recovery-image] Aug 13 19:08:03.458 INFO O| Aug 13 19:08:03.458 INFO STEP 570 (remove_files) COMPLETE
69882026-08-13T19:08:04.971Z[ recovery-image] Aug 13 19:08:03.458 INFO O| Aug 13 19:08:03.458 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-08-13T19:08:04.971Z[ recovery-image] Aug 13 19:08:03.468 INFO O| Aug 13 19:08:03.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69902026-08-13T19:08:04.971Z[ recovery-image] Aug 13 19:08:03.468 INFO O| Aug 13 19:08:03.468 INFO STEP 571 (remove_files) COMPLETE
69912026-08-13T19:08:04.971Z[ recovery-image] Aug 13 19:08:03.468 INFO O| Aug 13 19:08:03.468 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-08-13T19:08:04.971Z[ recovery-image] Aug 13 19:08:03.477 INFO O| Aug 13 19:08:03.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69932026-08-13T19:08:04.971Z[ recovery-image] Aug 13 19:08:03.477 INFO O| Aug 13 19:08:03.477 INFO STEP 572 (remove_files) COMPLETE
69942026-08-13T19:08:04.971Z[ recovery-image] Aug 13 19:08:03.477 INFO O| Aug 13 19:08:03.477 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-08-13T19:08:04.971Z[ recovery-image] Aug 13 19:08:03.486 INFO O| Aug 13 19:08:03.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69962026-08-13T19:08:04.971Z[ recovery-image] Aug 13 19:08:03.486 INFO O| Aug 13 19:08:03.486 INFO STEP 573 (remove_files) COMPLETE
69972026-08-13T19:08:04.971Z[ recovery-image] Aug 13 19:08:03.486 INFO O| Aug 13 19:08:03.486 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-08-13T19:08:04.972Z[ recovery-image] Aug 13 19:08:03.498 INFO O| Aug 13 19:08:03.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
69992026-08-13T19:08:04.972Z[ recovery-image] Aug 13 19:08:03.499 INFO O| Aug 13 19:08:03.499 INFO STEP 574 (remove_files) COMPLETE
70002026-08-13T19:08:04.972Z[ recovery-image] Aug 13 19:08:03.499 INFO O| Aug 13 19:08:03.499 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-08-13T19:08:04.972Z[ recovery-image] Aug 13 19:08:03.510 INFO O| Aug 13 19:08:03.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70022026-08-13T19:08:04.972Z[ recovery-image] Aug 13 19:08:03.510 INFO O| Aug 13 19:08:03.510 INFO STEP 575 (remove_files) COMPLETE
70032026-08-13T19:08:04.972Z[ recovery-image] Aug 13 19:08:03.510 INFO O| Aug 13 19:08:03.510 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-08-13T19:08:04.972Z[ recovery-image] Aug 13 19:08:03.519 INFO O| Aug 13 19:08:03.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70052026-08-13T19:08:04.972Z[ recovery-image] Aug 13 19:08:03.519 INFO O| Aug 13 19:08:03.519 INFO STEP 576 (remove_files) COMPLETE
70062026-08-13T19:08:04.972Z[ recovery-image] Aug 13 19:08:03.519 INFO O| Aug 13 19:08:03.519 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-08-13T19:08:04.972Z[ recovery-image] Aug 13 19:08:03.526 INFO O| Aug 13 19:08:03.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70082026-08-13T19:08:04.972Z[ recovery-image] Aug 13 19:08:03.527 INFO O| Aug 13 19:08:03.527 INFO STEP 577 (remove_files) COMPLETE
70092026-08-13T19:08:04.972Z[ recovery-image] Aug 13 19:08:03.527 INFO O| Aug 13 19:08:03.527 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-08-13T19:08:04.972Z[ recovery-image] Aug 13 19:08:03.534 INFO O| Aug 13 19:08:03.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70112026-08-13T19:08:04.972Z[ recovery-image] Aug 13 19:08:03.534 INFO O| Aug 13 19:08:03.534 INFO STEP 578 (remove_files) COMPLETE
70122026-08-13T19:08:04.972Z[ recovery-image] Aug 13 19:08:03.534 INFO O| Aug 13 19:08:03.534 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-08-13T19:08:04.977Z[ recovery-image] Aug 13 19:08:03.542 INFO O| Aug 13 19:08:03.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70142026-08-13T19:08:04.977Z[ recovery-image] Aug 13 19:08:03.542 INFO O| Aug 13 19:08:03.542 INFO STEP 579 (remove_files) COMPLETE
70152026-08-13T19:08:04.977Z[ recovery-image] Aug 13 19:08:03.542 INFO O| Aug 13 19:08:03.542 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-08-13T19:08:04.977Z[ recovery-image] Aug 13 19:08:03.549 INFO O| Aug 13 19:08:03.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70172026-08-13T19:08:04.977Z[ recovery-image] Aug 13 19:08:03.550 INFO O| Aug 13 19:08:03.550 INFO STEP 580 (remove_files) COMPLETE
70182026-08-13T19:08:04.977Z[ recovery-image] Aug 13 19:08:03.550 INFO O| Aug 13 19:08:03.550 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-08-13T19:08:04.977Z[ recovery-image] Aug 13 19:08:03.557 INFO O| Aug 13 19:08:03.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70202026-08-13T19:08:04.977Z[ recovery-image] Aug 13 19:08:03.558 INFO O| Aug 13 19:08:03.558 INFO STEP 581 (remove_files) COMPLETE
70212026-08-13T19:08:04.977Z[ recovery-image] Aug 13 19:08:03.558 INFO O| Aug 13 19:08:03.558 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-08-13T19:08:04.977Z[ recovery-image] Aug 13 19:08:03.568 INFO O| Aug 13 19:08:03.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70232026-08-13T19:08:04.977Z[ recovery-image] Aug 13 19:08:03.568 INFO O| Aug 13 19:08:03.568 INFO STEP 582 (remove_files) COMPLETE
70242026-08-13T19:08:04.977Z[ recovery-image] Aug 13 19:08:03.568 INFO O| Aug 13 19:08:03.568 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-08-13T19:08:04.981Z[ recovery-image] Aug 13 19:08:03.579 INFO O| Aug 13 19:08:03.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70262026-08-13T19:08:04.981Z[ recovery-image] Aug 13 19:08:03.579 INFO O| Aug 13 19:08:03.579 INFO STEP 583 (remove_files) COMPLETE
70272026-08-13T19:08:04.981Z[ recovery-image] Aug 13 19:08:03.579 INFO O| Aug 13 19:08:03.579 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-08-13T19:08:04.987Z[ recovery-image] Aug 13 19:08:03.588 INFO O| Aug 13 19:08:03.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70292026-08-13T19:08:04.987Z[ recovery-image] Aug 13 19:08:03.589 INFO O| Aug 13 19:08:03.589 INFO STEP 584 (remove_files) COMPLETE
70302026-08-13T19:08:04.988Z[ recovery-image] Aug 13 19:08:03.589 INFO O| Aug 13 19:08:03.589 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-08-13T19:08:05.004Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
70322026-08-13T19:08:05.008Z[ recovery-image] Aug 13 19:08:03.597 INFO O| Aug 13 19:08:03.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70332026-08-13T19:08:05.008Z[ recovery-image] Aug 13 19:08:03.597 INFO O| Aug 13 19:08:03.597 INFO STEP 585 (remove_files) COMPLETE
70342026-08-13T19:08:05.008Z[ recovery-image] Aug 13 19:08:03.597 INFO O| Aug 13 19:08:03.597 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-08-13T19:08:05.008Z[ recovery-image] Aug 13 19:08:03.606 INFO O| Aug 13 19:08:03.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70362026-08-13T19:08:05.008Z[ recovery-image] Aug 13 19:08:03.607 INFO O| Aug 13 19:08:03.607 INFO STEP 586 (remove_files) COMPLETE
70372026-08-13T19:08:05.008Z[ recovery-image] Aug 13 19:08:03.607 INFO O| Aug 13 19:08:03.607 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-08-13T19:08:05.013Z[ recovery-image] Aug 13 19:08:03.615 INFO O| Aug 13 19:08:03.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70392026-08-13T19:08:05.013Z[ recovery-image] Aug 13 19:08:03.615 INFO O| Aug 13 19:08:03.615 INFO STEP 587 (remove_files) COMPLETE
70402026-08-13T19:08:05.014Z[ recovery-image] Aug 13 19:08:03.615 INFO O| Aug 13 19:08:03.615 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-08-13T19:08:05.027Z[ recovery-image] Aug 13 19:08:03.624 INFO O| Aug 13 19:08:03.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70422026-08-13T19:08:05.027Z[ recovery-image] Aug 13 19:08:03.624 INFO O| Aug 13 19:08:03.624 INFO STEP 588 (remove_files) COMPLETE
70432026-08-13T19:08:05.027Z[ recovery-image] Aug 13 19:08:03.624 INFO O| Aug 13 19:08:03.624 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-08-13T19:08:05.039Z[ recovery-image] Aug 13 19:08:03.633 INFO O| Aug 13 19:08:03.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70452026-08-13T19:08:05.039Z[ recovery-image] Aug 13 19:08:03.633 INFO O| Aug 13 19:08:03.633 INFO STEP 589 (remove_files) COMPLETE
70462026-08-13T19:08:05.039Z[ recovery-image] Aug 13 19:08:03.633 INFO O| Aug 13 19:08:03.633 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-08-13T19:08:05.044Z[ recovery-image] Aug 13 19:08:03.642 INFO O| Aug 13 19:08:03.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70482026-08-13T19:08:05.044Z[ recovery-image] Aug 13 19:08:03.643 INFO O| Aug 13 19:08:03.642 INFO STEP 590 (remove_files) COMPLETE
70492026-08-13T19:08:05.044Z[ recovery-image] Aug 13 19:08:03.643 INFO O| Aug 13 19:08:03.643 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-08-13T19:08:05.052Z[ recovery-image] Aug 13 19:08:03.651 INFO O| Aug 13 19:08:03.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70512026-08-13T19:08:05.052Z[ recovery-image] Aug 13 19:08:03.651 INFO O| Aug 13 19:08:03.651 INFO STEP 591 (remove_files) COMPLETE
70522026-08-13T19:08:05.052Z[ recovery-image] Aug 13 19:08:03.651 INFO O| Aug 13 19:08:03.651 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-08-13T19:08:05.063Z[ recovery-image] Aug 13 19:08:03.660 INFO O| Aug 13 19:08:03.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70542026-08-13T19:08:05.063Z[ recovery-image] Aug 13 19:08:03.660 INFO O| Aug 13 19:08:03.660 INFO STEP 592 (remove_files) COMPLETE
70552026-08-13T19:08:05.063Z[ recovery-image] Aug 13 19:08:03.660 INFO O| Aug 13 19:08:03.660 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-08-13T19:08:05.071Z[ recovery-image] Aug 13 19:08:03.669 INFO O| Aug 13 19:08:03.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70572026-08-13T19:08:05.071Z[ recovery-image] Aug 13 19:08:03.669 INFO O| Aug 13 19:08:03.669 INFO STEP 593 (remove_files) COMPLETE
70582026-08-13T19:08:05.071Z[ recovery-image] Aug 13 19:08:03.669 INFO O| Aug 13 19:08:03.669 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-08-13T19:08:05.076Z[ recovery-image] Aug 13 19:08:03.678 INFO O| Aug 13 19:08:03.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70602026-08-13T19:08:05.076Z[ recovery-image] Aug 13 19:08:03.678 INFO O| Aug 13 19:08:03.678 INFO STEP 594 (remove_files) COMPLETE
70612026-08-13T19:08:05.083Z[ recovery-image] Aug 13 19:08:03.678 INFO O| Aug 13 19:08:03.678 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-08-13T19:08:05.087Z[ recovery-image] Aug 13 19:08:03.687 INFO O| Aug 13 19:08:03.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70632026-08-13T19:08:05.087Z[ recovery-image] Aug 13 19:08:03.687 INFO O| Aug 13 19:08:03.687 INFO STEP 595 (remove_files) COMPLETE
70642026-08-13T19:08:05.087Z[ recovery-image] Aug 13 19:08:03.687 INFO O| Aug 13 19:08:03.687 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-08-13T19:08:05.097Z[ recovery-image] Aug 13 19:08:03.696 INFO O| Aug 13 19:08:03.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70662026-08-13T19:08:05.097Z[ recovery-image] Aug 13 19:08:03.696 INFO O| Aug 13 19:08:03.696 INFO STEP 596 (remove_files) COMPLETE
70672026-08-13T19:08:05.097Z[ recovery-image] Aug 13 19:08:03.696 INFO O| Aug 13 19:08:03.696 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-08-13T19:08:05.104Z[ recovery-image] Aug 13 19:08:03.705 INFO O| Aug 13 19:08:03.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70692026-08-13T19:08:05.104Z[ recovery-image] Aug 13 19:08:03.705 INFO O| Aug 13 19:08:03.705 INFO STEP 597 (remove_files) COMPLETE
70702026-08-13T19:08:05.109Z[ recovery-image] Aug 13 19:08:03.705 INFO O| Aug 13 19:08:03.705 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-08-13T19:08:05.117Z[ recovery-image] Aug 13 19:08:03.716 INFO O| Aug 13 19:08:03.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70722026-08-13T19:08:05.117Z[ recovery-image] Aug 13 19:08:03.716 INFO O| Aug 13 19:08:03.716 INFO STEP 598 (remove_files) COMPLETE
70732026-08-13T19:08:05.117Z[ recovery-image] Aug 13 19:08:03.716 INFO O| Aug 13 19:08:03.716 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-08-13T19:08:05.126Z[ recovery-image] Aug 13 19:08:03.726 INFO O| Aug 13 19:08:03.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70752026-08-13T19:08:05.126Z[ recovery-image] Aug 13 19:08:03.726 INFO O| Aug 13 19:08:03.726 INFO STEP 599 (remove_files) COMPLETE
70762026-08-13T19:08:05.126Z[ recovery-image] Aug 13 19:08:03.726 INFO O| Aug 13 19:08:03.726 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-08-13T19:08:05.135Z[ recovery-image] Aug 13 19:08:03.736 INFO O| Aug 13 19:08:03.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70782026-08-13T19:08:05.140Z[ recovery-image] Aug 13 19:08:03.736 INFO O| Aug 13 19:08:03.736 INFO STEP 600 (remove_files) COMPLETE
70792026-08-13T19:08:05.140Z[ recovery-image] Aug 13 19:08:03.737 INFO O| Aug 13 19:08:03.736 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-08-13T19:08:05.146Z[ recovery-image] Aug 13 19:08:03.746 INFO O| Aug 13 19:08:03.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70812026-08-13T19:08:05.146Z[ recovery-image] Aug 13 19:08:03.746 INFO O| Aug 13 19:08:03.746 INFO STEP 601 (remove_files) COMPLETE
70822026-08-13T19:08:05.146Z[ recovery-image] Aug 13 19:08:03.746 INFO O| Aug 13 19:08:03.746 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-08-13T19:08:05.154Z[ recovery-image] Aug 13 19:08:03.755 INFO O| Aug 13 19:08:03.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70842026-08-13T19:08:05.154Z[ recovery-image] Aug 13 19:08:03.755 INFO O| Aug 13 19:08:03.755 INFO STEP 602 (remove_files) COMPLETE
70852026-08-13T19:08:05.154Z[ recovery-image] Aug 13 19:08:03.755 INFO O| Aug 13 19:08:03.755 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-08-13T19:08:05.164Z[ recovery-image] Aug 13 19:08:03.765 INFO O| Aug 13 19:08:03.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70872026-08-13T19:08:05.164Z[ recovery-image] Aug 13 19:08:03.765 INFO O| Aug 13 19:08:03.765 INFO STEP 603 (remove_files) COMPLETE
70882026-08-13T19:08:05.164Z[ recovery-image] Aug 13 19:08:03.765 INFO O| Aug 13 19:08:03.765 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-08-13T19:08:05.178Z[ recovery-image] Aug 13 19:08:03.775 INFO O| Aug 13 19:08:03.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70902026-08-13T19:08:05.178Z[ recovery-image] Aug 13 19:08:03.775 INFO O| Aug 13 19:08:03.775 INFO STEP 604 (remove_files) COMPLETE
70912026-08-13T19:08:05.178Z[ recovery-image] Aug 13 19:08:03.775 INFO O| Aug 13 19:08:03.775 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-08-13T19:08:05.191Z[ recovery-image] Aug 13 19:08:03.785 INFO O| Aug 13 19:08:03.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70932026-08-13T19:08:05.191Z[ recovery-image] Aug 13 19:08:03.785 INFO O| Aug 13 19:08:03.785 INFO STEP 605 (remove_files) COMPLETE
70942026-08-13T19:08:05.191Z[ recovery-image] Aug 13 19:08:03.785 INFO O| Aug 13 19:08:03.785 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-08-13T19:08:05.196Z[ recovery-image] Aug 13 19:08:03.794 INFO O| Aug 13 19:08:03.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70962026-08-13T19:08:05.196Z[ recovery-image] Aug 13 19:08:03.794 INFO O| Aug 13 19:08:03.794 INFO STEP 606 (remove_files) COMPLETE
70972026-08-13T19:08:05.196Z[ recovery-image] Aug 13 19:08:03.794 INFO O| Aug 13 19:08:03.794 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-08-13T19:08:05.201Z[ recovery-image] Aug 13 19:08:03.802 INFO O| Aug 13 19:08:03.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
70992026-08-13T19:08:05.201Z[ recovery-image] Aug 13 19:08:03.802 INFO O| Aug 13 19:08:03.802 INFO STEP 607 (remove_files) COMPLETE
71002026-08-13T19:08:05.211Z[ recovery-image] Aug 13 19:08:03.802 INFO O| Aug 13 19:08:03.802 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-08-13T19:08:05.220Z[ recovery-image] Aug 13 19:08:03.812 INFO O| Aug 13 19:08:03.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71022026-08-13T19:08:05.220Z[ recovery-image] Aug 13 19:08:03.812 INFO O| Aug 13 19:08:03.812 INFO STEP 608 (remove_files) COMPLETE
71032026-08-13T19:08:05.220Z[ recovery-image] Aug 13 19:08:03.812 INFO O| Aug 13 19:08:03.812 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-08-13T19:08:05.224Z[ recovery-image] Aug 13 19:08:03.822 INFO O| Aug 13 19:08:03.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71052026-08-13T19:08:05.224Z[ recovery-image] Aug 13 19:08:03.822 INFO O| Aug 13 19:08:03.822 INFO STEP 609 (remove_files) COMPLETE
71062026-08-13T19:08:05.224Z[ recovery-image] Aug 13 19:08:03.822 INFO O| Aug 13 19:08:03.822 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-08-13T19:08:05.230Z[ recovery-image] Aug 13 19:08:03.832 INFO O| Aug 13 19:08:03.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71082026-08-13T19:08:05.230Z[ recovery-image] Aug 13 19:08:03.832 INFO O| Aug 13 19:08:03.832 INFO STEP 610 (remove_files) COMPLETE
71092026-08-13T19:08:05.235Z[ recovery-image] Aug 13 19:08:03.832 INFO O| Aug 13 19:08:03.832 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-13T19:08:05.243Z[ recovery-image] Aug 13 19:08:03.841 INFO O| Aug 13 19:08:03.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71112026-08-13T19:08:05.243Z[ recovery-image] Aug 13 19:08:03.841 INFO O| Aug 13 19:08:03.841 INFO STEP 611 (remove_files) COMPLETE
71122026-08-13T19:08:05.243Z[ recovery-image] Aug 13 19:08:03.841 INFO O| Aug 13 19:08:03.841 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-08-13T19:08:05.251Z[ recovery-image] Aug 13 19:08:03.850 INFO O| Aug 13 19:08:03.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71142026-08-13T19:08:05.251Z[ recovery-image] Aug 13 19:08:03.850 INFO O| Aug 13 19:08:03.850 INFO STEP 612 (remove_files) COMPLETE
71152026-08-13T19:08:05.255Z[ recovery-image] Aug 13 19:08:03.850 INFO O| Aug 13 19:08:03.850 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-08-13T19:08:05.260Z[ recovery-image] Aug 13 19:08:03.860 INFO O| Aug 13 19:08:03.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71172026-08-13T19:08:05.260Z[ recovery-image] Aug 13 19:08:03.860 INFO O| Aug 13 19:08:03.860 INFO STEP 613 (remove_files) COMPLETE
71182026-08-13T19:08:05.260Z[ recovery-image] Aug 13 19:08:03.860 INFO O| Aug 13 19:08:03.860 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-08-13T19:08:05.268Z[ recovery-image] Aug 13 19:08:03.870 INFO O| Aug 13 19:08:03.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71202026-08-13T19:08:05.269Z[ recovery-image] Aug 13 19:08:03.870 INFO O| Aug 13 19:08:03.870 INFO STEP 614 (remove_files) COMPLETE
71212026-08-13T19:08:05.269Z[ recovery-image] Aug 13 19:08:03.870 INFO O| Aug 13 19:08:03.870 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-13T19:08:05.281Z[ recovery-image] Aug 13 19:08:03.880 INFO O| Aug 13 19:08:03.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71232026-08-13T19:08:05.281Z[ recovery-image] Aug 13 19:08:03.880 INFO O| Aug 13 19:08:03.880 INFO STEP 615 (remove_files) COMPLETE
71242026-08-13T19:08:05.292Z[ recovery-image] Aug 13 19:08:03.880 INFO O| Aug 13 19:08:03.880 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-08-13T19:08:05.296Z[ recovery-image] Aug 13 19:08:03.891 INFO O| Aug 13 19:08:03.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71262026-08-13T19:08:05.296Z[ recovery-image] Aug 13 19:08:03.891 INFO O| Aug 13 19:08:03.891 INFO STEP 616 (remove_files) COMPLETE
71272026-08-13T19:08:05.296Z[ recovery-image] Aug 13 19:08:03.891 INFO O| Aug 13 19:08:03.891 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-13T19:08:05.303Z[ recovery-image] Aug 13 19:08:03.903 INFO O| Aug 13 19:08:03.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71292026-08-13T19:08:05.303Z[ recovery-image] Aug 13 19:08:03.903 INFO O| Aug 13 19:08:03.903 INFO STEP 617 (remove_files) COMPLETE
71302026-08-13T19:08:05.303Z[ recovery-image] Aug 13 19:08:03.903 INFO O| Aug 13 19:08:03.903 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-08-13T19:08:05.313Z[ recovery-image] Aug 13 19:08:03.912 INFO O| Aug 13 19:08:03.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71322026-08-13T19:08:05.314Z[ recovery-image] Aug 13 19:08:03.912 INFO O| Aug 13 19:08:03.912 INFO STEP 618 (remove_files) COMPLETE
71332026-08-13T19:08:05.314Z[ recovery-image] Aug 13 19:08:03.912 INFO O| Aug 13 19:08:03.912 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-08-13T19:08:05.327Z[ recovery-image] Aug 13 19:08:03.921 INFO O| Aug 13 19:08:03.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71352026-08-13T19:08:05.327Z[ recovery-image] Aug 13 19:08:03.921 INFO O| Aug 13 19:08:03.921 INFO STEP 619 (remove_files) COMPLETE
71362026-08-13T19:08:05.328Z[ recovery-image] Aug 13 19:08:03.921 INFO O| Aug 13 19:08:03.921 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-08-13T19:08:05.335Z[ recovery-image] Aug 13 19:08:03.931 INFO O| Aug 13 19:08:03.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71382026-08-13T19:08:05.335Z[ recovery-image] Aug 13 19:08:03.931 INFO O| Aug 13 19:08:03.931 INFO STEP 620 (remove_files) COMPLETE
71392026-08-13T19:08:05.335Z[ recovery-image] Aug 13 19:08:03.931 INFO O| Aug 13 19:08:03.931 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-08-13T19:08:05.344Z[ recovery-image] Aug 13 19:08:03.940 INFO O| Aug 13 19:08:03.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71412026-08-13T19:08:05.350Z[ recovery-image] Aug 13 19:08:03.942 INFO O| Aug 13 19:08:03.942 INFO STEP 621 (remove_files) COMPLETE
71422026-08-13T19:08:05.350Z[ recovery-image] Aug 13 19:08:03.942 INFO O| Aug 13 19:08:03.942 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-08-13T19:08:05.354Z[ recovery-image] Aug 13 19:08:03.953 INFO O| Aug 13 19:08:03.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71442026-08-13T19:08:05.354Z[ recovery-image] Aug 13 19:08:03.953 INFO O| Aug 13 19:08:03.953 INFO STEP 622 (remove_files) COMPLETE
71452026-08-13T19:08:05.354Z[ recovery-image] Aug 13 19:08:03.953 INFO O| Aug 13 19:08:03.953 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-08-13T19:08:05.360Z[ recovery-image] Aug 13 19:08:03.962 INFO O| Aug 13 19:08:03.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71472026-08-13T19:08:05.360Z[ recovery-image] Aug 13 19:08:03.962 INFO O| Aug 13 19:08:03.962 INFO STEP 623 (remove_files) COMPLETE
71482026-08-13T19:08:05.371Z[ recovery-image] Aug 13 19:08:03.962 INFO O| Aug 13 19:08:03.962 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-08-13T19:08:05.378Z[ recovery-image] Aug 13 19:08:03.971 INFO O| Aug 13 19:08:03.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71502026-08-13T19:08:05.378Z[ recovery-image] Aug 13 19:08:03.971 INFO O| Aug 13 19:08:03.971 INFO STEP 624 (remove_files) COMPLETE
71512026-08-13T19:08:05.378Z[ recovery-image] Aug 13 19:08:03.971 INFO O| Aug 13 19:08:03.971 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-08-13T19:08:05.385Z[ recovery-image] Aug 13 19:08:03.982 INFO O| Aug 13 19:08:03.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71532026-08-13T19:08:05.385Z[ recovery-image] Aug 13 19:08:03.983 INFO O| Aug 13 19:08:03.983 INFO STEP 625 (remove_files) COMPLETE
71542026-08-13T19:08:05.385Z[ recovery-image] Aug 13 19:08:03.983 INFO O| Aug 13 19:08:03.983 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-08-13T19:08:05.398Z[ recovery-image] Aug 13 19:08:04.000 INFO O| Aug 13 19:08:04.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71562026-08-13T19:08:05.398Z[ recovery-image] Aug 13 19:08:04.000 INFO O| Aug 13 19:08:04.000 INFO STEP 626 (remove_files) COMPLETE
71572026-08-13T19:08:05.408Z[ recovery-image] Aug 13 19:08:04.000 INFO O| Aug 13 19:08:04.000 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-08-13T19:08:05.455Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
71592026-08-13T19:08:05.459Z[ recovery-image] Aug 13 19:08:04.061 INFO O| Aug 13 19:08:04.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71602026-08-13T19:08:05.459Z[ recovery-image] Aug 13 19:08:04.061 INFO O| Aug 13 19:08:04.061 INFO STEP 627 (remove_files) COMPLETE
71612026-08-13T19:08:05.463Z[ recovery-image] Aug 13 19:08:04.061 INFO O| Aug 13 19:08:04.061 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-08-13T19:08:05.472Z[ recovery-image] Aug 13 19:08:04.073 INFO O| Aug 13 19:08:04.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71632026-08-13T19:08:05.472Z[ recovery-image] Aug 13 19:08:04.073 INFO O| Aug 13 19:08:04.073 INFO STEP 628 (remove_files) COMPLETE
71642026-08-13T19:08:05.472Z[ recovery-image] Aug 13 19:08:04.073 INFO O| Aug 13 19:08:04.073 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-08-13T19:08:05.484Z[ recovery-image] Aug 13 19:08:04.083 INFO O| Aug 13 19:08:04.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71662026-08-13T19:08:05.484Z[ recovery-image] Aug 13 19:08:04.083 INFO O| Aug 13 19:08:04.083 INFO STEP 629 (remove_files) COMPLETE
71672026-08-13T19:08:05.484Z[ recovery-image] Aug 13 19:08:04.083 INFO O| Aug 13 19:08:04.083 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-08-13T19:08:05.492Z[ recovery-image] Aug 13 19:08:04.093 INFO O| Aug 13 19:08:04.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71692026-08-13T19:08:05.492Z[ recovery-image] Aug 13 19:08:04.093 INFO O| Aug 13 19:08:04.093 INFO STEP 630 (remove_files) COMPLETE
71702026-08-13T19:08:05.496Z[ recovery-image] Aug 13 19:08:04.093 INFO O| Aug 13 19:08:04.093 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-08-13T19:08:05.503Z[ recovery-image] Aug 13 19:08:04.103 INFO O| Aug 13 19:08:04.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71722026-08-13T19:08:05.509Z[ recovery-image] Aug 13 19:08:04.104 INFO O| Aug 13 19:08:04.104 INFO STEP 631 (remove_files) COMPLETE
71732026-08-13T19:08:05.509Z[ recovery-image] Aug 13 19:08:04.104 INFO O| Aug 13 19:08:04.104 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-08-13T19:08:05.515Z[ recovery-image] Aug 13 19:08:04.114 INFO O| Aug 13 19:08:04.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71752026-08-13T19:08:05.515Z[ recovery-image] Aug 13 19:08:04.114 INFO O| Aug 13 19:08:04.114 INFO STEP 632 (remove_files) COMPLETE
71762026-08-13T19:08:05.515Z[ recovery-image] Aug 13 19:08:04.114 INFO O| Aug 13 19:08:04.114 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-08-13T19:08:05.526Z[ recovery-image] Aug 13 19:08:04.122 INFO O| Aug 13 19:08:04.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71782026-08-13T19:08:05.526Z[ recovery-image] Aug 13 19:08:04.122 INFO O| Aug 13 19:08:04.122 INFO STEP 633 (remove_files) COMPLETE
71792026-08-13T19:08:05.526Z[ recovery-image] Aug 13 19:08:04.122 INFO O| Aug 13 19:08:04.122 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-08-13T19:08:05.531Z[ recovery-image] Aug 13 19:08:04.130 INFO O| Aug 13 19:08:04.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71812026-08-13T19:08:05.531Z[ recovery-image] Aug 13 19:08:04.131 INFO O| Aug 13 19:08:04.131 INFO STEP 634 (remove_files) COMPLETE
71822026-08-13T19:08:05.531Z[ recovery-image] Aug 13 19:08:04.131 INFO O| Aug 13 19:08:04.131 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-08-13T19:08:05.539Z[ recovery-image] Aug 13 19:08:04.140 INFO O| Aug 13 19:08:04.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71842026-08-13T19:08:05.539Z[ recovery-image] Aug 13 19:08:04.140 INFO O| Aug 13 19:08:04.140 INFO STEP 635 (remove_files) COMPLETE
71852026-08-13T19:08:05.539Z[ recovery-image] Aug 13 19:08:04.140 INFO O| Aug 13 19:08:04.140 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-08-13T19:08:05.548Z[ recovery-image] Aug 13 19:08:04.150 INFO O| Aug 13 19:08:04.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71872026-08-13T19:08:05.548Z[ recovery-image] Aug 13 19:08:04.150 INFO O| Aug 13 19:08:04.150 INFO STEP 636 (remove_files) COMPLETE
71882026-08-13T19:08:05.548Z[ recovery-image] Aug 13 19:08:04.150 INFO O| Aug 13 19:08:04.150 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-08-13T19:08:05.558Z[ recovery-image] Aug 13 19:08:04.159 INFO O| Aug 13 19:08:04.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71902026-08-13T19:08:05.558Z[ recovery-image] Aug 13 19:08:04.159 INFO O| Aug 13 19:08:04.159 INFO STEP 637 (remove_files) COMPLETE
71912026-08-13T19:08:05.558Z[ recovery-image] Aug 13 19:08:04.159 INFO O| Aug 13 19:08:04.159 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-08-13T19:08:05.570Z[ recovery-image] Aug 13 19:08:04.168 INFO O| Aug 13 19:08:04.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71932026-08-13T19:08:05.580Z[ recovery-image] Aug 13 19:08:04.169 INFO O| Aug 13 19:08:04.169 INFO STEP 638 (remove_files) COMPLETE
71942026-08-13T19:08:05.580Z[ recovery-image] Aug 13 19:08:04.169 INFO O| Aug 13 19:08:04.169 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-08-13T19:08:05.585Z[ recovery-image] Aug 13 19:08:04.178 INFO O| Aug 13 19:08:04.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71962026-08-13T19:08:05.585Z[ recovery-image] Aug 13 19:08:04.178 INFO O| Aug 13 19:08:04.178 INFO STEP 639 (remove_files) COMPLETE
71972026-08-13T19:08:05.585Z[ recovery-image] Aug 13 19:08:04.178 INFO O| Aug 13 19:08:04.178 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-08-13T19:08:05.590Z[ recovery-image] Aug 13 19:08:04.188 INFO O| Aug 13 19:08:04.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
71992026-08-13T19:08:05.590Z[ recovery-image] Aug 13 19:08:04.188 INFO O| Aug 13 19:08:04.188 INFO STEP 640 (remove_files) COMPLETE
72002026-08-13T19:08:05.590Z[ recovery-image] Aug 13 19:08:04.188 INFO O| Aug 13 19:08:04.188 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-08-13T19:08:05.596Z[ recovery-image] Aug 13 19:08:04.198 INFO O| Aug 13 19:08:04.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72022026-08-13T19:08:05.596Z[ recovery-image] Aug 13 19:08:04.198 INFO O| Aug 13 19:08:04.198 INFO STEP 641 (remove_files) COMPLETE
72032026-08-13T19:08:05.604Z[ recovery-image] Aug 13 19:08:04.198 INFO O| Aug 13 19:08:04.198 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-08-13T19:08:05.608Z[ recovery-image] Aug 13 19:08:04.208 INFO O| Aug 13 19:08:04.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72052026-08-13T19:08:05.608Z[ recovery-image] Aug 13 19:08:04.208 INFO O| Aug 13 19:08:04.208 INFO STEP 642 (remove_files) COMPLETE
72062026-08-13T19:08:05.608Z[ recovery-image] Aug 13 19:08:04.208 INFO O| Aug 13 19:08:04.208 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-08-13T19:08:05.617Z[ recovery-image] Aug 13 19:08:04.219 INFO O| Aug 13 19:08:04.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72082026-08-13T19:08:05.618Z[ recovery-image] Aug 13 19:08:04.219 INFO O| Aug 13 19:08:04.219 INFO STEP 643 (remove_files) COMPLETE
72092026-08-13T19:08:05.618Z[ recovery-image] Aug 13 19:08:04.219 INFO O| Aug 13 19:08:04.219 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-08-13T19:08:05.633Z[ recovery-image] Aug 13 19:08:04.229 INFO O| Aug 13 19:08:04.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72112026-08-13T19:08:05.633Z[ recovery-image] Aug 13 19:08:04.229 INFO O| Aug 13 19:08:04.229 INFO STEP 644 (remove_files) COMPLETE
72122026-08-13T19:08:05.633Z[ recovery-image] Aug 13 19:08:04.229 INFO O| Aug 13 19:08:04.229 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-08-13T19:08:05.646Z[ recovery-image] Aug 13 19:08:04.238 INFO O| Aug 13 19:08:04.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72142026-08-13T19:08:05.646Z[ recovery-image] Aug 13 19:08:04.238 INFO O| Aug 13 19:08:04.238 INFO STEP 645 (remove_files) COMPLETE
72152026-08-13T19:08:05.646Z[ recovery-image] Aug 13 19:08:04.238 INFO O| Aug 13 19:08:04.238 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-08-13T19:08:05.650Z[ recovery-image] Aug 13 19:08:04.247 INFO O| Aug 13 19:08:04.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72172026-08-13T19:08:05.650Z[ recovery-image] Aug 13 19:08:04.247 INFO O| Aug 13 19:08:04.247 INFO STEP 646 (remove_files) COMPLETE
72182026-08-13T19:08:05.650Z[ recovery-image] Aug 13 19:08:04.247 INFO O| Aug 13 19:08:04.247 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-08-13T19:08:05.655Z[ recovery-image] Aug 13 19:08:04.256 INFO O| Aug 13 19:08:04.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72202026-08-13T19:08:05.655Z[ recovery-image] Aug 13 19:08:04.256 INFO O| Aug 13 19:08:04.256 INFO STEP 647 (remove_files) COMPLETE
72212026-08-13T19:08:05.655Z[ recovery-image] Aug 13 19:08:04.256 INFO O| Aug 13 19:08:04.256 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-08-13T19:08:05.669Z[ recovery-image] Aug 13 19:08:04.265 INFO O| Aug 13 19:08:04.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72232026-08-13T19:08:05.669Z[ recovery-image] Aug 13 19:08:04.265 INFO O| Aug 13 19:08:04.265 INFO STEP 648 (remove_files) COMPLETE
72242026-08-13T19:08:05.669Z[ recovery-image] Aug 13 19:08:04.265 INFO O| Aug 13 19:08:04.265 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-08-13T19:08:05.677Z[ recovery-image] Aug 13 19:08:04.274 INFO O| Aug 13 19:08:04.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72262026-08-13T19:08:05.677Z[ recovery-image] Aug 13 19:08:04.274 INFO O| Aug 13 19:08:04.274 INFO STEP 649 (remove_files) COMPLETE
72272026-08-13T19:08:05.677Z[ recovery-image] Aug 13 19:08:04.274 INFO O| Aug 13 19:08:04.274 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-08-13T19:08:05.682Z[ recovery-image] Aug 13 19:08:04.283 INFO O| Aug 13 19:08:04.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72292026-08-13T19:08:05.683Z[ recovery-image] Aug 13 19:08:04.284 INFO O| Aug 13 19:08:04.284 INFO STEP 650 (remove_files) COMPLETE
72302026-08-13T19:08:05.683Z[ recovery-image] Aug 13 19:08:04.284 INFO O| Aug 13 19:08:04.284 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-08-13T19:08:05.691Z[ recovery-image] Aug 13 19:08:04.292 INFO O| Aug 13 19:08:04.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72322026-08-13T19:08:05.692Z[ recovery-image] Aug 13 19:08:04.292 INFO O| Aug 13 19:08:04.292 INFO STEP 651 (remove_files) COMPLETE
72332026-08-13T19:08:05.692Z[ recovery-image] Aug 13 19:08:04.292 INFO O| Aug 13 19:08:04.292 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-08-13T19:08:05.700Z[ recovery-image] Aug 13 19:08:04.301 INFO O| Aug 13 19:08:04.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72352026-08-13T19:08:05.700Z[ recovery-image] Aug 13 19:08:04.301 INFO O| Aug 13 19:08:04.301 INFO STEP 652 (remove_files) COMPLETE
72362026-08-13T19:08:05.700Z[ recovery-image] Aug 13 19:08:04.301 INFO O| Aug 13 19:08:04.301 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-08-13T19:08:05.719Z[ recovery-image] Aug 13 19:08:04.310 INFO O| Aug 13 19:08:04.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72382026-08-13T19:08:05.720Z[ recovery-image] Aug 13 19:08:04.311 INFO O| Aug 13 19:08:04.311 INFO STEP 653 (remove_files) COMPLETE
72392026-08-13T19:08:05.720Z[ recovery-image] Aug 13 19:08:04.311 INFO O| Aug 13 19:08:04.311 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-08-13T19:08:05.732Z[ recovery-image] Aug 13 19:08:04.320 INFO O| Aug 13 19:08:04.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72412026-08-13T19:08:05.732Z[ recovery-image] Aug 13 19:08:04.321 INFO O| Aug 13 19:08:04.321 INFO STEP 654 (remove_files) COMPLETE
72422026-08-13T19:08:05.732Z[ recovery-image] Aug 13 19:08:04.321 INFO O| Aug 13 19:08:04.321 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-08-13T19:08:05.732Z[ recovery-image] Aug 13 19:08:04.330 INFO O| Aug 13 19:08:04.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72442026-08-13T19:08:05.732Z[ recovery-image] Aug 13 19:08:04.331 INFO O| Aug 13 19:08:04.331 INFO STEP 655 (remove_files) COMPLETE
72452026-08-13T19:08:05.732Z[ recovery-image] Aug 13 19:08:04.331 INFO O| Aug 13 19:08:04.331 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-08-13T19:08:05.739Z[ recovery-image] Aug 13 19:08:04.340 INFO O| Aug 13 19:08:04.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72472026-08-13T19:08:05.739Z[ recovery-image] Aug 13 19:08:04.340 INFO O| Aug 13 19:08:04.340 INFO STEP 656 (remove_files) COMPLETE
72482026-08-13T19:08:05.739Z[ recovery-image] Aug 13 19:08:04.340 INFO O| Aug 13 19:08:04.340 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-08-13T19:08:05.749Z[ recovery-image] Aug 13 19:08:04.350 INFO O| Aug 13 19:08:04.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72502026-08-13T19:08:05.749Z[ recovery-image] Aug 13 19:08:04.350 INFO O| Aug 13 19:08:04.350 INFO STEP 657 (remove_files) COMPLETE
72512026-08-13T19:08:05.749Z[ recovery-image] Aug 13 19:08:04.350 INFO O| Aug 13 19:08:04.350 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-08-13T19:08:05.760Z[ recovery-image] Aug 13 19:08:04.361 INFO O| Aug 13 19:08:04.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72532026-08-13T19:08:05.760Z[ recovery-image] Aug 13 19:08:04.361 INFO O| Aug 13 19:08:04.361 INFO STEP 658 (remove_files) COMPLETE
72542026-08-13T19:08:05.761Z[ recovery-image] Aug 13 19:08:04.361 INFO O| Aug 13 19:08:04.361 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-08-13T19:08:05.773Z[ recovery-image] Aug 13 19:08:04.371 INFO O| Aug 13 19:08:04.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72562026-08-13T19:08:05.773Z[ recovery-image] Aug 13 19:08:04.371 INFO O| Aug 13 19:08:04.371 INFO STEP 659 (remove_files) COMPLETE
72572026-08-13T19:08:05.777Z[ recovery-image] Aug 13 19:08:04.371 INFO O| Aug 13 19:08:04.371 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-08-13T19:08:05.788Z[ recovery-image] Aug 13 19:08:04.382 INFO O| Aug 13 19:08:04.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72592026-08-13T19:08:05.788Z[ recovery-image] Aug 13 19:08:04.382 INFO O| Aug 13 19:08:04.382 INFO STEP 660 (remove_files) COMPLETE
72602026-08-13T19:08:05.788Z[ recovery-image] Aug 13 19:08:04.382 INFO O| Aug 13 19:08:04.382 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-08-13T19:08:05.791Z[ recovery-image] Aug 13 19:08:04.391 INFO O| Aug 13 19:08:04.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72622026-08-13T19:08:05.791Z[ recovery-image] Aug 13 19:08:04.391 INFO O| Aug 13 19:08:04.391 INFO STEP 661 (remove_files) COMPLETE
72632026-08-13T19:08:05.791Z[ recovery-image] Aug 13 19:08:04.391 INFO O| Aug 13 19:08:04.391 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-08-13T19:08:05.800Z[ recovery-image] Aug 13 19:08:04.402 INFO O| Aug 13 19:08:04.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72652026-08-13T19:08:05.800Z[ recovery-image] Aug 13 19:08:04.402 INFO O| Aug 13 19:08:04.402 INFO STEP 662 (remove_files) COMPLETE
72662026-08-13T19:08:05.800Z[ recovery-image] Aug 13 19:08:04.402 INFO O| Aug 13 19:08:04.402 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-08-13T19:08:05.811Z[ recovery-image] Aug 13 19:08:04.412 INFO O| Aug 13 19:08:04.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72682026-08-13T19:08:05.811Z[ recovery-image] Aug 13 19:08:04.412 INFO O| Aug 13 19:08:04.412 INFO STEP 663 (remove_files) COMPLETE
72692026-08-13T19:08:05.814Z[ recovery-image] Aug 13 19:08:04.412 INFO O| Aug 13 19:08:04.412 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-08-13T19:08:05.820Z[ recovery-image] Aug 13 19:08:04.422 INFO O| Aug 13 19:08:04.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72712026-08-13T19:08:05.820Z[ recovery-image] Aug 13 19:08:04.422 INFO O| Aug 13 19:08:04.422 INFO STEP 664 (remove_files) COMPLETE
72722026-08-13T19:08:05.824Z[ recovery-image] Aug 13 19:08:04.422 INFO O| Aug 13 19:08:04.422 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-08-13T19:08:05.829Z[ recovery-image] Aug 13 19:08:04.431 INFO O| Aug 13 19:08:04.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72742026-08-13T19:08:05.829Z[ recovery-image] Aug 13 19:08:04.431 INFO O| Aug 13 19:08:04.431 INFO STEP 665 (remove_files) COMPLETE
72752026-08-13T19:08:05.830Z[ recovery-image] Aug 13 19:08:04.431 INFO O| Aug 13 19:08:04.431 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-08-13T19:08:05.840Z[ recovery-image] Aug 13 19:08:04.441 INFO O| Aug 13 19:08:04.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72772026-08-13T19:08:05.840Z[ recovery-image] Aug 13 19:08:04.441 INFO O| Aug 13 19:08:04.441 INFO STEP 666 (remove_files) COMPLETE
72782026-08-13T19:08:05.840Z[ recovery-image] Aug 13 19:08:04.441 INFO O| Aug 13 19:08:04.441 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-08-13T19:08:05.849Z[ recovery-image] Aug 13 19:08:04.451 INFO O| Aug 13 19:08:04.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72802026-08-13T19:08:05.849Z[ recovery-image] Aug 13 19:08:04.451 INFO O| Aug 13 19:08:04.451 INFO STEP 667 (remove_files) COMPLETE
72812026-08-13T19:08:05.849Z[ recovery-image] Aug 13 19:08:04.451 INFO O| Aug 13 19:08:04.451 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-08-13T19:08:05.859Z[ recovery-image] Aug 13 19:08:04.460 INFO O| Aug 13 19:08:04.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72832026-08-13T19:08:05.859Z[ recovery-image] Aug 13 19:08:04.460 INFO O| Aug 13 19:08:04.460 INFO STEP 668 (remove_files) COMPLETE
72842026-08-13T19:08:05.859Z[ recovery-image] Aug 13 19:08:04.460 INFO O| Aug 13 19:08:04.460 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-08-13T19:08:05.868Z[ recovery-image] Aug 13 19:08:04.470 INFO O| Aug 13 19:08:04.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72862026-08-13T19:08:05.869Z[ recovery-image] Aug 13 19:08:04.470 INFO O| Aug 13 19:08:04.470 INFO STEP 669 (remove_files) COMPLETE
72872026-08-13T19:08:05.869Z[ recovery-image] Aug 13 19:08:04.470 INFO O| Aug 13 19:08:04.470 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-08-13T19:08:05.880Z[ recovery-image] Aug 13 19:08:04.482 INFO O| Aug 13 19:08:04.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72892026-08-13T19:08:05.880Z[ recovery-image] Aug 13 19:08:04.482 INFO O| Aug 13 19:08:04.482 INFO STEP 670 (remove_files) COMPLETE
72902026-08-13T19:08:05.880Z[ recovery-image] Aug 13 19:08:04.482 INFO O| Aug 13 19:08:04.482 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-08-13T19:08:05.890Z[ recovery-image] Aug 13 19:08:04.492 INFO O| Aug 13 19:08:04.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72922026-08-13T19:08:05.890Z[ recovery-image] Aug 13 19:08:04.492 INFO O| Aug 13 19:08:04.492 INFO STEP 671 (remove_files) COMPLETE
72932026-08-13T19:08:05.890Z[ recovery-image] Aug 13 19:08:04.492 INFO O| Aug 13 19:08:04.492 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-08-13T19:08:05.901Z[ recovery-image] Aug 13 19:08:04.503 INFO O| Aug 13 19:08:04.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
72952026-08-13T19:08:05.901Z[ recovery-image] Aug 13 19:08:04.503 INFO O| Aug 13 19:08:04.503 INFO STEP 672 (remove_files) COMPLETE
72962026-08-13T19:08:05.901Z[ recovery-image] Aug 13 19:08:04.503 INFO O| Aug 13 19:08:04.503 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-08-13T19:08:05.911Z[ recovery-image] Aug 13 19:08:04.512 INFO O| Aug 13 19:08:04.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
72982026-08-13T19:08:05.911Z[ recovery-image] Aug 13 19:08:04.513 INFO O| Aug 13 19:08:04.513 INFO STEP 673 (remove_files) COMPLETE
72992026-08-13T19:08:05.911Z[ recovery-image] Aug 13 19:08:04.513 INFO O| Aug 13 19:08:04.513 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-08-13T19:08:05.920Z[ recovery-image] Aug 13 19:08:04.522 INFO O| Aug 13 19:08:04.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73012026-08-13T19:08:05.920Z[ recovery-image] Aug 13 19:08:04.522 INFO O| Aug 13 19:08:04.522 INFO STEP 674 (remove_files) COMPLETE
73022026-08-13T19:08:05.920Z[ recovery-image] Aug 13 19:08:04.522 INFO O| Aug 13 19:08:04.522 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-08-13T19:08:05.931Z[ recovery-image] Aug 13 19:08:04.532 INFO O| Aug 13 19:08:04.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73042026-08-13T19:08:05.931Z[ recovery-image] Aug 13 19:08:04.532 INFO O| Aug 13 19:08:04.532 INFO STEP 675 (remove_files) COMPLETE
73052026-08-13T19:08:05.935Z[ recovery-image] Aug 13 19:08:04.532 INFO O| Aug 13 19:08:04.532 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-08-13T19:08:05.941Z[ recovery-image] Aug 13 19:08:04.543 INFO O| Aug 13 19:08:04.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73072026-08-13T19:08:05.941Z[ recovery-image] Aug 13 19:08:04.543 INFO O| Aug 13 19:08:04.543 INFO STEP 676 (remove_files) COMPLETE
73082026-08-13T19:08:05.941Z[ recovery-image] Aug 13 19:08:04.543 INFO O| Aug 13 19:08:04.543 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-08-13T19:08:05.952Z[ recovery-image] Aug 13 19:08:04.553 INFO O| Aug 13 19:08:04.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73102026-08-13T19:08:05.952Z[ recovery-image] Aug 13 19:08:04.553 INFO O| Aug 13 19:08:04.553 INFO STEP 677 (remove_files) COMPLETE
73112026-08-13T19:08:05.952Z[ recovery-image] Aug 13 19:08:04.553 INFO O| Aug 13 19:08:04.553 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-08-13T19:08:05.962Z[ recovery-image] Aug 13 19:08:04.563 INFO O| Aug 13 19:08:04.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73132026-08-13T19:08:05.962Z[ recovery-image] Aug 13 19:08:04.563 INFO O| Aug 13 19:08:04.563 INFO STEP 678 (remove_files) COMPLETE
73142026-08-13T19:08:05.962Z[ recovery-image] Aug 13 19:08:04.563 INFO O| Aug 13 19:08:04.563 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-08-13T19:08:05.973Z[ recovery-image] Aug 13 19:08:04.574 INFO O| Aug 13 19:08:04.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73162026-08-13T19:08:05.973Z[ recovery-image] Aug 13 19:08:04.574 INFO O| Aug 13 19:08:04.574 INFO STEP 679 (remove_files) COMPLETE
73172026-08-13T19:08:05.973Z[ recovery-image] Aug 13 19:08:04.574 INFO O| Aug 13 19:08:04.574 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-08-13T19:08:05.984Z[ recovery-image] Aug 13 19:08:04.585 INFO O| Aug 13 19:08:04.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73192026-08-13T19:08:05.984Z[ recovery-image] Aug 13 19:08:04.585 INFO O| Aug 13 19:08:04.585 INFO STEP 680 (remove_files) COMPLETE
73202026-08-13T19:08:05.984Z[ recovery-image] Aug 13 19:08:04.585 INFO O| Aug 13 19:08:04.585 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-08-13T19:08:05.994Z[ recovery-image] Aug 13 19:08:04.595 INFO O| Aug 13 19:08:04.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73222026-08-13T19:08:05.994Z[ recovery-image] Aug 13 19:08:04.595 INFO O| Aug 13 19:08:04.595 INFO STEP 681 (remove_files) COMPLETE
73232026-08-13T19:08:05.994Z[ recovery-image] Aug 13 19:08:04.595 INFO O| Aug 13 19:08:04.595 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-08-13T19:08:06.063Z[ recovery-image] Aug 13 19:08:04.606 INFO O| Aug 13 19:08:04.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73252026-08-13T19:08:06.063Z[ recovery-image] Aug 13 19:08:04.606 INFO O| Aug 13 19:08:04.606 INFO STEP 682 (remove_files) COMPLETE
73262026-08-13T19:08:06.063Z[ recovery-image] Aug 13 19:08:04.606 INFO O| Aug 13 19:08:04.606 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-08-13T19:08:06.250Z[ recovery-image] Aug 13 19:08:04.617 INFO O| Aug 13 19:08:04.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73282026-08-13T19:08:06.250Z[ recovery-image] Aug 13 19:08:04.617 INFO O| Aug 13 19:08:04.617 INFO STEP 683 (remove_files) COMPLETE
73292026-08-13T19:08:06.250Z[ recovery-image] Aug 13 19:08:04.617 INFO O| Aug 13 19:08:04.617 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-08-13T19:08:06.250Z[ recovery-image] Aug 13 19:08:04.625 INFO O| Aug 13 19:08:04.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73312026-08-13T19:08:06.250Z[ recovery-image] Aug 13 19:08:04.626 INFO O| Aug 13 19:08:04.626 INFO STEP 684 (remove_files) COMPLETE
73322026-08-13T19:08:06.250Z[ recovery-image] Aug 13 19:08:04.626 INFO O| Aug 13 19:08:04.626 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-08-13T19:08:06.250Z[ recovery-image] Aug 13 19:08:04.635 INFO O| Aug 13 19:08:04.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73342026-08-13T19:08:06.250Z[ recovery-image] Aug 13 19:08:04.635 INFO O| Aug 13 19:08:04.635 INFO STEP 685 (remove_files) COMPLETE
73352026-08-13T19:08:06.250Z[ recovery-image] Aug 13 19:08:04.635 INFO O| Aug 13 19:08:04.635 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-08-13T19:08:06.250Z[ recovery-image] Aug 13 19:08:04.643 INFO O| Aug 13 19:08:04.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73372026-08-13T19:08:06.250Z[ recovery-image] Aug 13 19:08:04.643 INFO O| Aug 13 19:08:04.643 INFO STEP 686 (remove_files) COMPLETE
73382026-08-13T19:08:06.250Z[ recovery-image] Aug 13 19:08:04.643 INFO O| Aug 13 19:08:04.643 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-08-13T19:08:06.250Z[ recovery-image] Aug 13 19:08:04.652 INFO O| Aug 13 19:08:04.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73402026-08-13T19:08:06.250Z[ recovery-image] Aug 13 19:08:04.652 INFO O| Aug 13 19:08:04.652 INFO STEP 687 (remove_files) COMPLETE
73412026-08-13T19:08:06.251Z[ recovery-image] Aug 13 19:08:04.652 INFO O| Aug 13 19:08:04.652 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-08-13T19:08:06.251Z[ recovery-image] Aug 13 19:08:04.659 INFO O| Aug 13 19:08:04.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73432026-08-13T19:08:06.251Z[ recovery-image] Aug 13 19:08:04.660 INFO O| Aug 13 19:08:04.660 INFO STEP 688 (remove_files) COMPLETE
73442026-08-13T19:08:06.251Z[ recovery-image] Aug 13 19:08:04.660 INFO O| Aug 13 19:08:04.660 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-08-13T19:08:06.251Z[ recovery-image] Aug 13 19:08:04.668 INFO O| Aug 13 19:08:04.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73462026-08-13T19:08:06.251Z[ recovery-image] Aug 13 19:08:04.668 INFO O| Aug 13 19:08:04.668 INFO STEP 689 (remove_files) COMPLETE
73472026-08-13T19:08:06.251Z[ recovery-image] Aug 13 19:08:04.668 INFO O| Aug 13 19:08:04.668 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-08-13T19:08:06.256Z[ recovery-image] Aug 13 19:08:04.676 INFO O| Aug 13 19:08:04.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73492026-08-13T19:08:06.256Z[ recovery-image] Aug 13 19:08:04.676 INFO O| Aug 13 19:08:04.676 INFO STEP 690 (remove_files) COMPLETE
73502026-08-13T19:08:06.256Z[ recovery-image] Aug 13 19:08:04.676 INFO O| Aug 13 19:08:04.676 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-08-13T19:08:06.256Z[ recovery-image] Aug 13 19:08:04.685 INFO O| Aug 13 19:08:04.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73522026-08-13T19:08:06.256Z[ recovery-image] Aug 13 19:08:04.685 INFO O| Aug 13 19:08:04.685 INFO STEP 691 (remove_files) COMPLETE
73532026-08-13T19:08:06.256Z[ recovery-image] Aug 13 19:08:04.685 INFO O| Aug 13 19:08:04.685 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-08-13T19:08:06.256Z[ recovery-image] Aug 13 19:08:04.694 INFO O| Aug 13 19:08:04.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73552026-08-13T19:08:06.256Z[ recovery-image] Aug 13 19:08:04.694 INFO O| Aug 13 19:08:04.694 INFO STEP 692 (remove_files) COMPLETE
73562026-08-13T19:08:06.256Z[ recovery-image] Aug 13 19:08:04.694 INFO O| Aug 13 19:08:04.694 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-08-13T19:08:06.256Z[ recovery-image] Aug 13 19:08:04.704 INFO O| Aug 13 19:08:04.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73582026-08-13T19:08:06.256Z[ recovery-image] Aug 13 19:08:04.704 INFO O| Aug 13 19:08:04.704 INFO STEP 693 (remove_files) COMPLETE
73592026-08-13T19:08:06.256Z[ recovery-image] Aug 13 19:08:04.704 INFO O| Aug 13 19:08:04.704 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-08-13T19:08:06.256Z[ recovery-image] Aug 13 19:08:04.714 INFO O| Aug 13 19:08:04.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73612026-08-13T19:08:06.256Z[ recovery-image] Aug 13 19:08:04.714 INFO O| Aug 13 19:08:04.714 INFO STEP 694 (remove_files) COMPLETE
73622026-08-13T19:08:06.256Z[ recovery-image] Aug 13 19:08:04.714 INFO O| Aug 13 19:08:04.714 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-08-13T19:08:06.256Z[ recovery-image] Aug 13 19:08:04.728 INFO O| Aug 13 19:08:04.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73642026-08-13T19:08:06.257Z[ recovery-image] Aug 13 19:08:04.728 INFO O| Aug 13 19:08:04.728 INFO STEP 695 (remove_files) COMPLETE
73652026-08-13T19:08:06.257Z[ recovery-image] Aug 13 19:08:04.728 INFO O| Aug 13 19:08:04.728 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-08-13T19:08:06.257Z[ recovery-image] Aug 13 19:08:04.737 INFO O| Aug 13 19:08:04.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73672026-08-13T19:08:06.257Z[ recovery-image] Aug 13 19:08:04.737 INFO O| Aug 13 19:08:04.737 INFO STEP 696 (remove_files) COMPLETE
73682026-08-13T19:08:06.257Z[ recovery-image] Aug 13 19:08:04.737 INFO O| Aug 13 19:08:04.737 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-08-13T19:08:06.257Z[ recovery-image] Aug 13 19:08:04.746 INFO O| Aug 13 19:08:04.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73702026-08-13T19:08:06.257Z[ recovery-image] Aug 13 19:08:04.746 INFO O| Aug 13 19:08:04.746 INFO STEP 697 (remove_files) COMPLETE
73712026-08-13T19:08:06.257Z[ recovery-image] Aug 13 19:08:04.746 INFO O| Aug 13 19:08:04.746 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-08-13T19:08:06.257Z[ recovery-image] Aug 13 19:08:04.756 INFO O| Aug 13 19:08:04.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73732026-08-13T19:08:06.257Z[ recovery-image] Aug 13 19:08:04.756 INFO O| Aug 13 19:08:04.756 INFO STEP 698 (remove_files) COMPLETE
73742026-08-13T19:08:06.257Z[ recovery-image] Aug 13 19:08:04.756 INFO O| Aug 13 19:08:04.756 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-08-13T19:08:06.257Z[ recovery-image] Aug 13 19:08:04.766 INFO O| Aug 13 19:08:04.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73762026-08-13T19:08:06.257Z[ recovery-image] Aug 13 19:08:04.766 INFO O| Aug 13 19:08:04.766 INFO STEP 699 (remove_files) COMPLETE
73772026-08-13T19:08:06.257Z[ recovery-image] Aug 13 19:08:04.766 INFO O| Aug 13 19:08:04.766 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-08-13T19:08:06.257Z[ recovery-image] Aug 13 19:08:04.777 INFO O| Aug 13 19:08:04.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73792026-08-13T19:08:06.257Z[ recovery-image] Aug 13 19:08:04.777 INFO O| Aug 13 19:08:04.777 INFO STEP 700 (remove_files) COMPLETE
73802026-08-13T19:08:06.257Z[ recovery-image] Aug 13 19:08:04.777 INFO O| Aug 13 19:08:04.777 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-08-13T19:08:06.257Z[ recovery-image] Aug 13 19:08:04.787 INFO O| Aug 13 19:08:04.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73822026-08-13T19:08:06.257Z[ recovery-image] Aug 13 19:08:04.788 INFO O| Aug 13 19:08:04.788 INFO STEP 701 (remove_files) COMPLETE
73832026-08-13T19:08:06.257Z[ recovery-image] Aug 13 19:08:04.788 INFO O| Aug 13 19:08:04.788 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-08-13T19:08:06.257Z[ recovery-image] Aug 13 19:08:04.798 INFO O| Aug 13 19:08:04.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73852026-08-13T19:08:06.257Z[ recovery-image] Aug 13 19:08:04.798 INFO O| Aug 13 19:08:04.798 INFO STEP 702 (remove_files) COMPLETE
73862026-08-13T19:08:06.258Z[ recovery-image] Aug 13 19:08:04.798 INFO O| Aug 13 19:08:04.798 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-08-13T19:08:06.258Z[ recovery-image] Aug 13 19:08:04.809 INFO O| Aug 13 19:08:04.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73882026-08-13T19:08:06.258Z[ recovery-image] Aug 13 19:08:04.809 INFO O| Aug 13 19:08:04.809 INFO STEP 703 (remove_files) COMPLETE
73892026-08-13T19:08:06.258Z[ recovery-image] Aug 13 19:08:04.809 INFO O| Aug 13 19:08:04.809 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-08-13T19:08:06.258Z[ recovery-image] Aug 13 19:08:04.819 INFO O| Aug 13 19:08:04.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73912026-08-13T19:08:06.258Z[ recovery-image] Aug 13 19:08:04.819 INFO O| Aug 13 19:08:04.819 INFO STEP 704 (remove_files) COMPLETE
73922026-08-13T19:08:06.258Z[ recovery-image] Aug 13 19:08:04.819 INFO O| Aug 13 19:08:04.819 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-08-13T19:08:06.258Z[ recovery-image] Aug 13 19:08:04.829 INFO O| Aug 13 19:08:04.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
73942026-08-13T19:08:06.258Z[ recovery-image] Aug 13 19:08:04.829 INFO O| Aug 13 19:08:04.829 INFO STEP 705 (remove_files) COMPLETE
73952026-08-13T19:08:06.258Z[ recovery-image] Aug 13 19:08:04.829 INFO O| Aug 13 19:08:04.829 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-08-13T19:08:06.258Z[ recovery-image] Aug 13 19:08:04.840 INFO O| Aug 13 19:08:04.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
73972026-08-13T19:08:06.258Z[ recovery-image] Aug 13 19:08:04.840 INFO O| Aug 13 19:08:04.840 INFO STEP 706 (remove_files) COMPLETE
73982026-08-13T19:08:06.258Z[ recovery-image] Aug 13 19:08:04.840 INFO O| Aug 13 19:08:04.840 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-08-13T19:08:06.258Z[ recovery-image] Aug 13 19:08:04.852 INFO O| Aug 13 19:08:04.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74002026-08-13T19:08:06.258Z[ recovery-image] Aug 13 19:08:04.852 INFO O| Aug 13 19:08:04.852 INFO STEP 707 (remove_files) COMPLETE
74012026-08-13T19:08:06.258Z[ recovery-image] Aug 13 19:08:04.852 INFO O| Aug 13 19:08:04.852 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-08-13T19:08:06.263Z[ recovery-image] Aug 13 19:08:04.864 INFO O| Aug 13 19:08:04.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74032026-08-13T19:08:06.263Z[ recovery-image] Aug 13 19:08:04.864 INFO O| Aug 13 19:08:04.864 INFO STEP 708 (remove_files) COMPLETE
74042026-08-13T19:08:06.267Z[ recovery-image] Aug 13 19:08:04.864 INFO O| Aug 13 19:08:04.864 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-08-13T19:08:06.272Z[ recovery-image] Aug 13 19:08:04.874 INFO O| Aug 13 19:08:04.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74062026-08-13T19:08:06.272Z[ recovery-image] Aug 13 19:08:04.874 INFO O| Aug 13 19:08:04.874 INFO STEP 709 (remove_files) COMPLETE
74072026-08-13T19:08:06.273Z[ recovery-image] Aug 13 19:08:04.874 INFO O| Aug 13 19:08:04.874 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-08-13T19:08:06.283Z[ recovery-image] Aug 13 19:08:04.883 INFO O| Aug 13 19:08:04.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74092026-08-13T19:08:06.283Z[ recovery-image] Aug 13 19:08:04.883 INFO O| Aug 13 19:08:04.883 INFO STEP 710 (remove_files) COMPLETE
74102026-08-13T19:08:06.283Z[ recovery-image] Aug 13 19:08:04.883 INFO O| Aug 13 19:08:04.883 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-08-13T19:08:06.291Z[ recovery-image] Aug 13 19:08:04.892 INFO O| Aug 13 19:08:04.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74122026-08-13T19:08:06.291Z[ recovery-image] Aug 13 19:08:04.892 INFO O| Aug 13 19:08:04.892 INFO STEP 711 (remove_files) COMPLETE
74132026-08-13T19:08:06.291Z[ recovery-image] Aug 13 19:08:04.892 INFO O| Aug 13 19:08:04.892 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-08-13T19:08:06.301Z[ recovery-image] Aug 13 19:08:04.901 INFO O| Aug 13 19:08:04.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74152026-08-13T19:08:06.301Z[ recovery-image] Aug 13 19:08:04.901 INFO O| Aug 13 19:08:04.901 INFO STEP 712 (remove_files) COMPLETE
74162026-08-13T19:08:06.301Z[ recovery-image] Aug 13 19:08:04.901 INFO O| Aug 13 19:08:04.901 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-08-13T19:08:06.308Z[ recovery-image] Aug 13 19:08:04.910 INFO O| Aug 13 19:08:04.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74182026-08-13T19:08:06.308Z[ recovery-image] Aug 13 19:08:04.910 INFO O| Aug 13 19:08:04.910 INFO STEP 713 (remove_files) COMPLETE
74192026-08-13T19:08:06.308Z[ recovery-image] Aug 13 19:08:04.910 INFO O| Aug 13 19:08:04.910 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-08-13T19:08:06.317Z[ recovery-image] Aug 13 19:08:04.919 INFO O| Aug 13 19:08:04.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74212026-08-13T19:08:06.321Z[ recovery-image] Aug 13 19:08:04.920 INFO O| Aug 13 19:08:04.920 INFO STEP 714 (remove_files) COMPLETE
74222026-08-13T19:08:06.321Z[ recovery-image] Aug 13 19:08:04.920 INFO O| Aug 13 19:08:04.920 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-08-13T19:08:06.329Z[ recovery-image] Aug 13 19:08:04.930 INFO O| Aug 13 19:08:04.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74242026-08-13T19:08:06.329Z[ recovery-image] Aug 13 19:08:04.931 INFO O| Aug 13 19:08:04.931 INFO STEP 715 (remove_files) COMPLETE
74252026-08-13T19:08:06.341Z[ recovery-image] Aug 13 19:08:04.931 INFO O| Aug 13 19:08:04.931 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-08-13T19:08:06.341Z[ recovery-image] Aug 13 19:08:04.941 INFO O| Aug 13 19:08:04.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74272026-08-13T19:08:06.341Z[ recovery-image] Aug 13 19:08:04.941 INFO O| Aug 13 19:08:04.941 INFO STEP 716 (remove_files) COMPLETE
74282026-08-13T19:08:06.341Z[ recovery-image] Aug 13 19:08:04.941 INFO O| Aug 13 19:08:04.941 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-08-13T19:08:06.351Z[ recovery-image] Aug 13 19:08:04.953 INFO O| Aug 13 19:08:04.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74302026-08-13T19:08:06.355Z[ recovery-image] Aug 13 19:08:04.954 INFO O| Aug 13 19:08:04.953 INFO STEP 717 (remove_files) COMPLETE
74312026-08-13T19:08:06.355Z[ recovery-image] Aug 13 19:08:04.954 INFO O| Aug 13 19:08:04.954 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-08-13T19:08:06.362Z[ recovery-image] Aug 13 19:08:04.964 INFO O| Aug 13 19:08:04.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74332026-08-13T19:08:06.362Z[ recovery-image] Aug 13 19:08:04.964 INFO O| Aug 13 19:08:04.964 INFO STEP 718 (remove_files) COMPLETE
74342026-08-13T19:08:06.366Z[ recovery-image] Aug 13 19:08:04.964 INFO O| Aug 13 19:08:04.964 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-08-13T19:08:06.374Z[ recovery-image] Aug 13 19:08:04.973 INFO O| Aug 13 19:08:04.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74362026-08-13T19:08:06.374Z[ recovery-image] Aug 13 19:08:04.973 INFO O| Aug 13 19:08:04.973 INFO STEP 719 (remove_files) COMPLETE
74372026-08-13T19:08:06.374Z[ recovery-image] Aug 13 19:08:04.973 INFO O| Aug 13 19:08:04.973 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-08-13T19:08:06.382Z[ recovery-image] Aug 13 19:08:04.984 INFO O| Aug 13 19:08:04.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74392026-08-13T19:08:06.382Z[ recovery-image] Aug 13 19:08:04.984 INFO O| Aug 13 19:08:04.984 INFO STEP 720 (remove_files) COMPLETE
74402026-08-13T19:08:06.383Z[ recovery-image] Aug 13 19:08:04.984 INFO O| Aug 13 19:08:04.984 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-08-13T19:08:06.393Z[ recovery-image] Aug 13 19:08:04.994 INFO O| Aug 13 19:08:04.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74422026-08-13T19:08:06.393Z[ recovery-image] Aug 13 19:08:04.994 INFO O| Aug 13 19:08:04.994 INFO STEP 721 (remove_files) COMPLETE
74432026-08-13T19:08:06.393Z[ recovery-image] Aug 13 19:08:04.994 INFO O| Aug 13 19:08:04.994 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-08-13T19:08:06.403Z[ recovery-image] Aug 13 19:08:05.005 INFO O| Aug 13 19:08:05.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74452026-08-13T19:08:06.403Z[ recovery-image] Aug 13 19:08:05.005 INFO O| Aug 13 19:08:05.005 INFO STEP 722 (remove_files) COMPLETE
74462026-08-13T19:08:06.403Z[ recovery-image] Aug 13 19:08:05.005 INFO O| Aug 13 19:08:05.005 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-08-13T19:08:06.413Z[ recovery-image] Aug 13 19:08:05.014 INFO O| Aug 13 19:08:05.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74482026-08-13T19:08:06.413Z[ recovery-image] Aug 13 19:08:05.015 INFO O| Aug 13 19:08:05.014 INFO STEP 723 (remove_files) COMPLETE
74492026-08-13T19:08:06.413Z[ recovery-image] Aug 13 19:08:05.015 INFO O| Aug 13 19:08:05.015 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-08-13T19:08:06.422Z[ recovery-image] Aug 13 19:08:05.024 INFO O| Aug 13 19:08:05.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74512026-08-13T19:08:06.422Z[ recovery-image] Aug 13 19:08:05.024 INFO O| Aug 13 19:08:05.024 INFO STEP 724 (remove_files) COMPLETE
74522026-08-13T19:08:06.422Z[ recovery-image] Aug 13 19:08:05.024 INFO O| Aug 13 19:08:05.024 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-08-13T19:08:06.433Z[ recovery-image] Aug 13 19:08:05.034 INFO O| Aug 13 19:08:05.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74542026-08-13T19:08:06.433Z[ recovery-image] Aug 13 19:08:05.034 INFO O| Aug 13 19:08:05.034 INFO STEP 725 (remove_files) COMPLETE
74552026-08-13T19:08:06.433Z[ recovery-image] Aug 13 19:08:05.034 INFO O| Aug 13 19:08:05.034 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-08-13T19:08:06.444Z[ recovery-image] Aug 13 19:08:05.046 INFO O| Aug 13 19:08:05.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74572026-08-13T19:08:06.444Z[ recovery-image] Aug 13 19:08:05.046 INFO O| Aug 13 19:08:05.046 INFO STEP 726 (remove_files) COMPLETE
74582026-08-13T19:08:06.444Z[ recovery-image] Aug 13 19:08:05.046 INFO O| Aug 13 19:08:05.046 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-08-13T19:08:06.474Z[ recovery-image] Aug 13 19:08:05.056 INFO O| Aug 13 19:08:05.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74602026-08-13T19:08:06.474Z[ recovery-image] Aug 13 19:08:05.056 INFO O| Aug 13 19:08:05.056 INFO STEP 727 (remove_files) COMPLETE
74612026-08-13T19:08:06.474Z[ recovery-image] Aug 13 19:08:05.056 INFO O| Aug 13 19:08:05.056 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-08-13T19:08:06.587Z[ recovery-image] Aug 13 19:08:05.066 INFO O| Aug 13 19:08:05.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74632026-08-13T19:08:06.588Z[ recovery-image] Aug 13 19:08:05.066 INFO O| Aug 13 19:08:05.066 INFO STEP 728 (remove_files) COMPLETE
74642026-08-13T19:08:06.588Z[ recovery-image] Aug 13 19:08:05.066 INFO O| Aug 13 19:08:05.066 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-08-13T19:08:06.588Z[ recovery-image] Aug 13 19:08:05.078 INFO O| Aug 13 19:08:05.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74662026-08-13T19:08:06.588Z[ recovery-image] Aug 13 19:08:05.078 INFO O| Aug 13 19:08:05.078 INFO STEP 729 (remove_files) COMPLETE
74672026-08-13T19:08:06.588Z[ recovery-image] Aug 13 19:08:05.078 INFO O| Aug 13 19:08:05.078 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-08-13T19:08:06.588Z[ recovery-image] Aug 13 19:08:05.089 INFO O| Aug 13 19:08:05.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74692026-08-13T19:08:06.588Z[ recovery-image] Aug 13 19:08:05.089 INFO O| Aug 13 19:08:05.089 INFO STEP 730 (remove_files) COMPLETE
74702026-08-13T19:08:06.588Z[ recovery-image] Aug 13 19:08:05.089 INFO O| Aug 13 19:08:05.089 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-08-13T19:08:06.649Z[ recovery-image] Aug 13 19:08:05.099 INFO O| Aug 13 19:08:05.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74722026-08-13T19:08:06.649Z[ recovery-image] Aug 13 19:08:05.100 INFO O| Aug 13 19:08:05.100 INFO STEP 731 (remove_files) COMPLETE
74732026-08-13T19:08:06.649Z[ recovery-image] Aug 13 19:08:05.100 INFO O| Aug 13 19:08:05.100 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-08-13T19:08:06.649Z[ recovery-image] Aug 13 19:08:05.110 INFO O| Aug 13 19:08:05.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74752026-08-13T19:08:06.649Z[ recovery-image] Aug 13 19:08:05.110 INFO O| Aug 13 19:08:05.110 INFO STEP 732 (remove_files) COMPLETE
74762026-08-13T19:08:06.649Z[ recovery-image] Aug 13 19:08:05.110 INFO O| Aug 13 19:08:05.110 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-08-13T19:08:06.649Z[ recovery-image] Aug 13 19:08:05.120 INFO O| Aug 13 19:08:05.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74782026-08-13T19:08:06.649Z[ recovery-image] Aug 13 19:08:05.120 INFO O| Aug 13 19:08:05.120 INFO STEP 733 (remove_files) COMPLETE
74792026-08-13T19:08:06.649Z[ recovery-image] Aug 13 19:08:05.120 INFO O| Aug 13 19:08:05.120 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-08-13T19:08:06.649Z[ recovery-image] Aug 13 19:08:05.131 INFO O| Aug 13 19:08:05.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74812026-08-13T19:08:06.649Z[ recovery-image] Aug 13 19:08:05.131 INFO O| Aug 13 19:08:05.131 INFO STEP 734 (remove_files) COMPLETE
74822026-08-13T19:08:06.649Z[ recovery-image] Aug 13 19:08:05.131 INFO O| Aug 13 19:08:05.131 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-08-13T19:08:06.663Z[ recovery-image] Aug 13 19:08:05.142 INFO O| Aug 13 19:08:05.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74842026-08-13T19:08:06.663Z[ recovery-image] Aug 13 19:08:05.142 INFO O| Aug 13 19:08:05.142 INFO STEP 735 (remove_files) COMPLETE
74852026-08-13T19:08:06.663Z[ recovery-image] Aug 13 19:08:05.142 INFO O| Aug 13 19:08:05.142 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-08-13T19:08:06.663Z[ recovery-image] Aug 13 19:08:05.154 INFO O| Aug 13 19:08:05.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74872026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.154 INFO O| Aug 13 19:08:05.154 INFO STEP 736 (remove_files) COMPLETE
74882026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.154 INFO O| Aug 13 19:08:05.154 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.166 INFO O| Aug 13 19:08:05.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74902026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.166 INFO O| Aug 13 19:08:05.166 INFO STEP 737 (remove_files) COMPLETE
74912026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.166 INFO O| Aug 13 19:08:05.166 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.177 INFO O| Aug 13 19:08:05.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
74932026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.177 INFO O| Aug 13 19:08:05.177 INFO STEP 738 (remove_files) COMPLETE
74942026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.177 INFO O| Aug 13 19:08:05.177 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.188 INFO O| Aug 13 19:08:05.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
74962026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.188 INFO O| Aug 13 19:08:05.188 INFO STEP 739 (remove_files) COMPLETE
74972026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.188 INFO O| Aug 13 19:08:05.188 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.198 INFO O| Aug 13 19:08:05.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
74992026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.198 INFO O| Aug 13 19:08:05.198 INFO STEP 740 (remove_files) COMPLETE
75002026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.198 INFO O| Aug 13 19:08:05.198 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.207 INFO O| Aug 13 19:08:05.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75022026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.207 INFO O| Aug 13 19:08:05.207 INFO STEP 741 (remove_files) COMPLETE
75032026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.207 INFO O| Aug 13 19:08:05.207 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.216 INFO O| Aug 13 19:08:05.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75052026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.216 INFO O| Aug 13 19:08:05.216 INFO STEP 742 (remove_files) COMPLETE
75062026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.216 INFO O| Aug 13 19:08:05.216 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.225 INFO O| Aug 13 19:08:05.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75082026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.225 INFO O| Aug 13 19:08:05.225 INFO STEP 743 (remove_files) COMPLETE
75092026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.225 INFO O| Aug 13 19:08:05.225 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.234 INFO O| Aug 13 19:08:05.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75112026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.234 INFO O| Aug 13 19:08:05.234 INFO STEP 744 (remove_files) COMPLETE
75122026-08-13T19:08:06.664Z[ recovery-image] Aug 13 19:08:05.234 INFO O| Aug 13 19:08:05.234 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-08-13T19:08:06.665Z[ recovery-image] Aug 13 19:08:05.243 INFO O| Aug 13 19:08:05.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75142026-08-13T19:08:06.665Z[ recovery-image] Aug 13 19:08:05.243 INFO O| Aug 13 19:08:05.243 INFO STEP 745 (remove_files) COMPLETE
75152026-08-13T19:08:06.665Z[ recovery-image] Aug 13 19:08:05.243 INFO O| Aug 13 19:08:05.243 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-08-13T19:08:06.665Z[ recovery-image] Aug 13 19:08:05.251 INFO O| Aug 13 19:08:05.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75172026-08-13T19:08:06.665Z[ recovery-image] Aug 13 19:08:05.251 INFO O| Aug 13 19:08:05.251 INFO STEP 746 (remove_files) COMPLETE
75182026-08-13T19:08:06.665Z[ recovery-image] Aug 13 19:08:05.251 INFO O| Aug 13 19:08:05.251 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-08-13T19:08:06.665Z[ recovery-image] Aug 13 19:08:05.260 INFO O| Aug 13 19:08:05.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75202026-08-13T19:08:06.665Z[ recovery-image] Aug 13 19:08:05.260 INFO O| Aug 13 19:08:05.260 INFO STEP 747 (remove_files) COMPLETE
75212026-08-13T19:08:06.665Z[ recovery-image] Aug 13 19:08:05.260 INFO O| Aug 13 19:08:05.260 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-08-13T19:08:06.670Z[ recovery-image] Aug 13 19:08:05.269 INFO O| Aug 13 19:08:05.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75232026-08-13T19:08:06.670Z[ recovery-image] Aug 13 19:08:05.269 INFO O| Aug 13 19:08:05.269 INFO STEP 748 (remove_files) COMPLETE
75242026-08-13T19:08:06.670Z[ recovery-image] Aug 13 19:08:05.269 INFO O| Aug 13 19:08:05.269 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-08-13T19:08:06.678Z[ recovery-image] Aug 13 19:08:05.279 INFO O| Aug 13 19:08:05.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75262026-08-13T19:08:06.678Z[ recovery-image] Aug 13 19:08:05.279 INFO O| Aug 13 19:08:05.279 INFO STEP 749 (remove_files) COMPLETE
75272026-08-13T19:08:06.678Z[ recovery-image] Aug 13 19:08:05.279 INFO O| Aug 13 19:08:05.279 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-08-13T19:08:06.685Z[ recovery-image] Aug 13 19:08:05.287 INFO O| Aug 13 19:08:05.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75292026-08-13T19:08:06.686Z[ recovery-image] Aug 13 19:08:05.287 INFO O| Aug 13 19:08:05.287 INFO STEP 750 (remove_files) COMPLETE
75302026-08-13T19:08:06.686Z[ recovery-image] Aug 13 19:08:05.287 INFO O| Aug 13 19:08:05.287 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-08-13T19:08:06.697Z[ recovery-image] Aug 13 19:08:05.298 INFO O| Aug 13 19:08:05.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75322026-08-13T19:08:06.697Z[ recovery-image] Aug 13 19:08:05.299 INFO O| Aug 13 19:08:05.299 INFO STEP 751 (remove_files) COMPLETE
75332026-08-13T19:08:06.697Z[ recovery-image] Aug 13 19:08:05.299 INFO O| Aug 13 19:08:05.299 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-08-13T19:08:06.708Z[ recovery-image] Aug 13 19:08:05.309 INFO O| Aug 13 19:08:05.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75352026-08-13T19:08:06.708Z[ recovery-image] Aug 13 19:08:05.309 INFO O| Aug 13 19:08:05.309 INFO STEP 752 (remove_files) COMPLETE
75362026-08-13T19:08:06.714Z[ recovery-image] Aug 13 19:08:05.309 INFO O| Aug 13 19:08:05.309 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-08-13T19:08:06.719Z[ recovery-image] Aug 13 19:08:05.320 INFO O| Aug 13 19:08:05.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75382026-08-13T19:08:06.719Z[ recovery-image] Aug 13 19:08:05.320 INFO O| Aug 13 19:08:05.320 INFO STEP 753 (remove_files) COMPLETE
75392026-08-13T19:08:06.719Z[ recovery-image] Aug 13 19:08:05.320 INFO O| Aug 13 19:08:05.320 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-08-13T19:08:06.729Z[ recovery-image] Aug 13 19:08:05.330 INFO O| Aug 13 19:08:05.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75412026-08-13T19:08:06.729Z[ recovery-image] Aug 13 19:08:05.330 INFO O| Aug 13 19:08:05.330 INFO STEP 754 (remove_files) COMPLETE
75422026-08-13T19:08:06.729Z[ recovery-image] Aug 13 19:08:05.330 INFO O| Aug 13 19:08:05.330 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-08-13T19:08:06.740Z[ recovery-image] Aug 13 19:08:05.341 INFO O| Aug 13 19:08:05.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75442026-08-13T19:08:06.740Z[ recovery-image] Aug 13 19:08:05.341 INFO O| Aug 13 19:08:05.341 INFO STEP 755 (remove_files) COMPLETE
75452026-08-13T19:08:06.743Z[ recovery-image] Aug 13 19:08:05.341 INFO O| Aug 13 19:08:05.341 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-08-13T19:08:06.751Z[ recovery-image] Aug 13 19:08:05.352 INFO O| Aug 13 19:08:05.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75472026-08-13T19:08:06.752Z[ recovery-image] Aug 13 19:08:05.352 INFO O| Aug 13 19:08:05.352 INFO STEP 756 (remove_files) COMPLETE
75482026-08-13T19:08:06.752Z[ recovery-image] Aug 13 19:08:05.352 INFO O| Aug 13 19:08:05.352 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-08-13T19:08:06.761Z[ recovery-image] Aug 13 19:08:05.363 INFO O| Aug 13 19:08:05.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75502026-08-13T19:08:06.761Z[ recovery-image] Aug 13 19:08:05.363 INFO O| Aug 13 19:08:05.361 INFO STEP 757 (remove_files) COMPLETE
75512026-08-13T19:08:06.761Z[ recovery-image] Aug 13 19:08:05.363 INFO O| Aug 13 19:08:05.361 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-08-13T19:08:06.769Z[ recovery-image] Aug 13 19:08:05.371 INFO O| Aug 13 19:08:05.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75532026-08-13T19:08:06.769Z[ recovery-image] Aug 13 19:08:05.371 INFO O| Aug 13 19:08:05.371 INFO STEP 758 (remove_files) COMPLETE
75542026-08-13T19:08:06.769Z[ recovery-image] Aug 13 19:08:05.371 INFO O| Aug 13 19:08:05.371 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-08-13T19:08:06.779Z[ recovery-image] Aug 13 19:08:05.380 INFO O| Aug 13 19:08:05.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75562026-08-13T19:08:06.779Z[ recovery-image] Aug 13 19:08:05.380 INFO O| Aug 13 19:08:05.380 INFO STEP 759 (remove_files) COMPLETE
75572026-08-13T19:08:06.779Z[ recovery-image] Aug 13 19:08:05.380 INFO O| Aug 13 19:08:05.380 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-08-13T19:08:06.788Z[ recovery-image] Aug 13 19:08:05.389 INFO O| Aug 13 19:08:05.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75592026-08-13T19:08:06.788Z[ recovery-image] Aug 13 19:08:05.390 INFO O| Aug 13 19:08:05.390 INFO STEP 760 (remove_files) COMPLETE
75602026-08-13T19:08:06.788Z[ recovery-image] Aug 13 19:08:05.390 INFO O| Aug 13 19:08:05.390 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-08-13T19:08:06.798Z[ recovery-image] Aug 13 19:08:05.400 INFO O| Aug 13 19:08:05.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75622026-08-13T19:08:06.799Z[ recovery-image] Aug 13 19:08:05.400 INFO O| Aug 13 19:08:05.400 INFO STEP 761 (remove_files) COMPLETE
75632026-08-13T19:08:06.799Z[ recovery-image] Aug 13 19:08:05.400 INFO O| Aug 13 19:08:05.400 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-08-13T19:08:06.810Z[ recovery-image] Aug 13 19:08:05.411 INFO O| Aug 13 19:08:05.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75652026-08-13T19:08:06.810Z[ recovery-image] Aug 13 19:08:05.411 INFO O| Aug 13 19:08:05.411 INFO STEP 762 (remove_files) COMPLETE
75662026-08-13T19:08:06.810Z[ recovery-image] Aug 13 19:08:05.411 INFO O| Aug 13 19:08:05.411 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-08-13T19:08:06.828Z[ recovery-image] Aug 13 19:08:05.429 INFO O| Aug 13 19:08:05.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75682026-08-13T19:08:06.828Z[ recovery-image] Aug 13 19:08:05.429 INFO O| Aug 13 19:08:05.429 INFO STEP 763 (remove_files) COMPLETE
75692026-08-13T19:08:06.828Z[ recovery-image] Aug 13 19:08:05.429 INFO O| Aug 13 19:08:05.429 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-08-13T19:08:06.837Z[ recovery-image] Aug 13 19:08:05.439 INFO O| Aug 13 19:08:05.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75712026-08-13T19:08:06.837Z[ recovery-image] Aug 13 19:08:05.439 INFO O| Aug 13 19:08:05.439 INFO STEP 764 (remove_files) COMPLETE
75722026-08-13T19:08:06.841Z[ recovery-image] Aug 13 19:08:05.439 INFO O| Aug 13 19:08:05.439 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-08-13T19:08:06.846Z[ recovery-image] Aug 13 19:08:05.448 INFO O| Aug 13 19:08:05.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75742026-08-13T19:08:06.846Z[ recovery-image] Aug 13 19:08:05.448 INFO O| Aug 13 19:08:05.448 INFO STEP 765 (remove_files) COMPLETE
75752026-08-13T19:08:06.846Z[ recovery-image] Aug 13 19:08:05.448 INFO O| Aug 13 19:08:05.448 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-08-13T19:08:06.856Z[ recovery-image] Aug 13 19:08:05.458 INFO O| Aug 13 19:08:05.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75772026-08-13T19:08:06.857Z[ recovery-image] Aug 13 19:08:05.458 INFO O| Aug 13 19:08:05.458 INFO STEP 766 (remove_files) COMPLETE
75782026-08-13T19:08:06.860Z[ recovery-image] Aug 13 19:08:05.458 INFO O| Aug 13 19:08:05.458 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-08-13T19:08:06.865Z[ recovery-image] Aug 13 19:08:05.467 INFO O| Aug 13 19:08:05.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75802026-08-13T19:08:06.865Z[ recovery-image] Aug 13 19:08:05.467 INFO O| Aug 13 19:08:05.467 INFO STEP 767 (remove_files) COMPLETE
75812026-08-13T19:08:06.865Z[ recovery-image] Aug 13 19:08:05.467 INFO O| Aug 13 19:08:05.467 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-08-13T19:08:06.874Z[ recovery-image] Aug 13 19:08:05.476 INFO O| Aug 13 19:08:05.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75832026-08-13T19:08:06.874Z[ recovery-image] Aug 13 19:08:05.476 INFO O| Aug 13 19:08:05.476 INFO STEP 768 (remove_files) COMPLETE
75842026-08-13T19:08:06.878Z[ recovery-image] Aug 13 19:08:05.476 INFO O| Aug 13 19:08:05.476 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-08-13T19:08:06.886Z[ recovery-image] Aug 13 19:08:05.487 INFO O| Aug 13 19:08:05.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75862026-08-13T19:08:06.886Z[ recovery-image] Aug 13 19:08:05.487 INFO O| Aug 13 19:08:05.487 INFO STEP 769 (remove_files) COMPLETE
75872026-08-13T19:08:06.886Z[ recovery-image] Aug 13 19:08:05.487 INFO O| Aug 13 19:08:05.487 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-08-13T19:08:06.897Z[ recovery-image] Aug 13 19:08:05.497 INFO O| Aug 13 19:08:05.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75892026-08-13T19:08:06.897Z[ recovery-image] Aug 13 19:08:05.498 INFO O| Aug 13 19:08:05.498 INFO STEP 770 (remove_files) COMPLETE
75902026-08-13T19:08:06.901Z[ recovery-image] Aug 13 19:08:05.498 INFO O| Aug 13 19:08:05.498 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-08-13T19:08:06.907Z[ recovery-image] Aug 13 19:08:05.509 INFO O| Aug 13 19:08:05.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
75922026-08-13T19:08:06.907Z[ recovery-image] Aug 13 19:08:05.509 INFO O| Aug 13 19:08:05.509 INFO STEP 771 (remove_files) COMPLETE
75932026-08-13T19:08:06.910Z[ recovery-image] Aug 13 19:08:05.509 INFO O| Aug 13 19:08:05.509 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-08-13T19:08:06.918Z[ recovery-image] Aug 13 19:08:05.519 INFO O| Aug 13 19:08:05.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
75952026-08-13T19:08:06.918Z[ recovery-image] Aug 13 19:08:05.520 INFO O| Aug 13 19:08:05.520 INFO STEP 772 (remove_files) COMPLETE
75962026-08-13T19:08:06.918Z[ recovery-image] Aug 13 19:08:05.520 INFO O| Aug 13 19:08:05.520 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-08-13T19:08:06.928Z[ recovery-image] Aug 13 19:08:05.528 INFO O| Aug 13 19:08:05.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
75982026-08-13T19:08:06.928Z[ recovery-image] Aug 13 19:08:05.528 INFO O| Aug 13 19:08:05.528 INFO STEP 773 (remove_files) COMPLETE
75992026-08-13T19:08:06.928Z[ recovery-image] Aug 13 19:08:05.528 INFO O| Aug 13 19:08:05.528 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-08-13T19:08:06.935Z[ recovery-image] Aug 13 19:08:05.537 INFO O| Aug 13 19:08:05.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76012026-08-13T19:08:06.935Z[ recovery-image] Aug 13 19:08:05.537 INFO O| Aug 13 19:08:05.537 INFO STEP 774 (remove_files) COMPLETE
76022026-08-13T19:08:06.935Z[ recovery-image] Aug 13 19:08:05.537 INFO O| Aug 13 19:08:05.537 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-08-13T19:08:06.945Z[ recovery-image] Aug 13 19:08:05.546 INFO O| Aug 13 19:08:05.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76042026-08-13T19:08:06.945Z[ recovery-image] Aug 13 19:08:05.546 INFO O| Aug 13 19:08:05.546 INFO STEP 775 (remove_files) COMPLETE
76052026-08-13T19:08:06.945Z[ recovery-image] Aug 13 19:08:05.547 INFO O| Aug 13 19:08:05.546 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-08-13T19:08:06.955Z[ recovery-image] Aug 13 19:08:05.557 INFO O| Aug 13 19:08:05.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76072026-08-13T19:08:06.955Z[ recovery-image] Aug 13 19:08:05.557 INFO O| Aug 13 19:08:05.557 INFO STEP 776 (remove_files) COMPLETE
76082026-08-13T19:08:06.955Z[ recovery-image] Aug 13 19:08:05.557 INFO O| Aug 13 19:08:05.557 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-08-13T19:08:06.964Z[ recovery-image] Aug 13 19:08:05.566 INFO O| Aug 13 19:08:05.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76102026-08-13T19:08:06.965Z[ recovery-image] Aug 13 19:08:05.566 INFO O| Aug 13 19:08:05.566 INFO STEP 777 (remove_files) COMPLETE
76112026-08-13T19:08:06.965Z[ recovery-image] Aug 13 19:08:05.566 INFO O| Aug 13 19:08:05.566 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-08-13T19:08:06.976Z[ recovery-image] Aug 13 19:08:05.577 INFO O| Aug 13 19:08:05.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76132026-08-13T19:08:06.976Z[ recovery-image] Aug 13 19:08:05.577 INFO O| Aug 13 19:08:05.577 INFO STEP 778 (remove_files) COMPLETE
76142026-08-13T19:08:06.976Z[ recovery-image] Aug 13 19:08:05.577 INFO O| Aug 13 19:08:05.577 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-08-13T19:08:06.987Z[ recovery-image] Aug 13 19:08:05.588 INFO O| Aug 13 19:08:05.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76162026-08-13T19:08:06.987Z[ recovery-image] Aug 13 19:08:05.588 INFO O| Aug 13 19:08:05.588 INFO STEP 779 (remove_files) COMPLETE
76172026-08-13T19:08:06.991Z[ recovery-image] Aug 13 19:08:05.588 INFO O| Aug 13 19:08:05.588 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-08-13T19:08:06.997Z[ recovery-image] Aug 13 19:08:05.599 INFO O| Aug 13 19:08:05.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76192026-08-13T19:08:06.997Z[ recovery-image] Aug 13 19:08:05.599 INFO O| Aug 13 19:08:05.599 INFO STEP 780 (remove_files) COMPLETE
76202026-08-13T19:08:06.997Z[ recovery-image] Aug 13 19:08:05.599 INFO O| Aug 13 19:08:05.599 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-08-13T19:08:07.006Z[ recovery-image] Aug 13 19:08:05.608 INFO O| Aug 13 19:08:05.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76222026-08-13T19:08:07.007Z[ recovery-image] Aug 13 19:08:05.608 INFO O| Aug 13 19:08:05.608 INFO STEP 781 (remove_files) COMPLETE
76232026-08-13T19:08:07.007Z[ recovery-image] Aug 13 19:08:05.608 INFO O| Aug 13 19:08:05.608 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-08-13T19:08:07.016Z[ recovery-image] Aug 13 19:08:05.617 INFO O| Aug 13 19:08:05.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76252026-08-13T19:08:07.016Z[ recovery-image] Aug 13 19:08:05.617 INFO O| Aug 13 19:08:05.617 INFO STEP 782 (remove_files) COMPLETE
76262026-08-13T19:08:07.016Z[ recovery-image] Aug 13 19:08:05.617 INFO O| Aug 13 19:08:05.617 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-08-13T19:08:07.024Z[ recovery-image] Aug 13 19:08:05.626 INFO O| Aug 13 19:08:05.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76282026-08-13T19:08:07.024Z[ recovery-image] Aug 13 19:08:05.626 INFO O| Aug 13 19:08:05.626 INFO STEP 783 (remove_files) COMPLETE
76292026-08-13T19:08:07.024Z[ recovery-image] Aug 13 19:08:05.626 INFO O| Aug 13 19:08:05.626 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-08-13T19:08:07.034Z[ recovery-image] Aug 13 19:08:05.635 INFO O| Aug 13 19:08:05.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76312026-08-13T19:08:07.034Z[ recovery-image] Aug 13 19:08:05.636 INFO O| Aug 13 19:08:05.636 INFO STEP 784 (remove_files) COMPLETE
76322026-08-13T19:08:07.034Z[ recovery-image] Aug 13 19:08:05.636 INFO O| Aug 13 19:08:05.636 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-08-13T19:08:07.046Z[ recovery-image] Aug 13 19:08:05.645 INFO O| Aug 13 19:08:05.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76342026-08-13T19:08:07.046Z[ recovery-image] Aug 13 19:08:05.645 INFO O| Aug 13 19:08:05.645 INFO STEP 785 (remove_files) COMPLETE
76352026-08-13T19:08:07.046Z[ recovery-image] Aug 13 19:08:05.645 INFO O| Aug 13 19:08:05.645 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-08-13T19:08:07.053Z[ recovery-image] Aug 13 19:08:05.655 INFO O| Aug 13 19:08:05.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76372026-08-13T19:08:07.054Z[ recovery-image] Aug 13 19:08:05.655 INFO O| Aug 13 19:08:05.655 INFO STEP 786 (remove_files) COMPLETE
76382026-08-13T19:08:07.054Z[ recovery-image] Aug 13 19:08:05.655 INFO O| Aug 13 19:08:05.655 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-08-13T19:08:07.061Z[verify-libraries] Compiling git2 v0.20.4
76402026-08-13T19:08:07.065Z[ recovery-image] Aug 13 19:08:05.664 INFO O| Aug 13 19:08:05.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76412026-08-13T19:08:07.065Z[ recovery-image] Aug 13 19:08:05.665 INFO O| Aug 13 19:08:05.664 INFO STEP 787 (remove_files) COMPLETE
76422026-08-13T19:08:07.065Z[ recovery-image] Aug 13 19:08:05.665 INFO O| Aug 13 19:08:05.665 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-08-13T19:08:07.071Z[ recovery-image] Aug 13 19:08:05.673 INFO O| Aug 13 19:08:05.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76442026-08-13T19:08:07.071Z[ recovery-image] Aug 13 19:08:05.673 INFO O| Aug 13 19:08:05.673 INFO STEP 788 (remove_files) COMPLETE
76452026-08-13T19:08:07.071Z[ recovery-image] Aug 13 19:08:05.673 INFO O| Aug 13 19:08:05.673 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-08-13T19:08:07.080Z[ recovery-image] Aug 13 19:08:05.681 INFO O| Aug 13 19:08:05.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76472026-08-13T19:08:07.084Z[ recovery-image] Aug 13 19:08:05.681 INFO O| Aug 13 19:08:05.681 INFO STEP 789 (remove_files) COMPLETE
76482026-08-13T19:08:07.084Z[ recovery-image] Aug 13 19:08:05.681 INFO O| Aug 13 19:08:05.681 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-08-13T19:08:07.090Z[ recovery-image] Aug 13 19:08:05.691 INFO O| Aug 13 19:08:05.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76502026-08-13T19:08:07.091Z[ recovery-image] Aug 13 19:08:05.691 INFO O| Aug 13 19:08:05.691 INFO STEP 790 (remove_files) COMPLETE
76512026-08-13T19:08:07.094Z[ recovery-image] Aug 13 19:08:05.691 INFO O| Aug 13 19:08:05.691 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-08-13T19:08:07.110Z[ recovery-image] Aug 13 19:08:05.712 INFO O| Aug 13 19:08:05.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76532026-08-13T19:08:07.111Z[ recovery-image] Aug 13 19:08:05.712 INFO O| Aug 13 19:08:05.712 INFO STEP 791 (remove_files) COMPLETE
76542026-08-13T19:08:07.114Z[ recovery-image] Aug 13 19:08:05.712 INFO O| Aug 13 19:08:05.712 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-08-13T19:08:07.120Z[ recovery-image] Aug 13 19:08:05.721 INFO O| Aug 13 19:08:05.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76562026-08-13T19:08:07.123Z[ recovery-image] Aug 13 19:08:05.721 INFO O| Aug 13 19:08:05.721 INFO STEP 792 (remove_files) COMPLETE
76572026-08-13T19:08:07.123Z[ recovery-image] Aug 13 19:08:05.721 INFO O| Aug 13 19:08:05.721 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-08-13T19:08:07.129Z[ recovery-image] Aug 13 19:08:05.730 INFO O| Aug 13 19:08:05.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76592026-08-13T19:08:07.129Z[ recovery-image] Aug 13 19:08:05.730 INFO O| Aug 13 19:08:05.730 INFO STEP 793 (remove_files) COMPLETE
76602026-08-13T19:08:07.132Z[ recovery-image] Aug 13 19:08:05.730 INFO O| Aug 13 19:08:05.730 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-08-13T19:08:07.139Z[ recovery-image] Aug 13 19:08:05.741 INFO O| Aug 13 19:08:05.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76622026-08-13T19:08:07.139Z[ recovery-image] Aug 13 19:08:05.741 INFO O| Aug 13 19:08:05.741 INFO STEP 794 (remove_files) COMPLETE
76632026-08-13T19:08:07.143Z[ recovery-image] Aug 13 19:08:05.741 INFO O| Aug 13 19:08:05.741 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-08-13T19:08:07.149Z[ recovery-image] Aug 13 19:08:05.751 INFO O| Aug 13 19:08:05.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76652026-08-13T19:08:07.149Z[ recovery-image] Aug 13 19:08:05.751 INFO O| Aug 13 19:08:05.751 INFO STEP 795 (remove_files) COMPLETE
76662026-08-13T19:08:07.150Z[ recovery-image] Aug 13 19:08:05.751 INFO O| Aug 13 19:08:05.751 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-08-13T19:08:07.161Z[ recovery-image] Aug 13 19:08:05.762 INFO O| Aug 13 19:08:05.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76682026-08-13T19:08:07.161Z[ recovery-image] Aug 13 19:08:05.762 INFO O| Aug 13 19:08:05.762 INFO STEP 796 (remove_files) COMPLETE
76692026-08-13T19:08:07.161Z[ recovery-image] Aug 13 19:08:05.762 INFO O| Aug 13 19:08:05.762 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-08-13T19:08:07.169Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
76712026-08-13T19:08:07.175Z[ recovery-image] Aug 13 19:08:05.773 INFO O| Aug 13 19:08:05.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76722026-08-13T19:08:07.175Z[ recovery-image] Aug 13 19:08:05.773 INFO O| Aug 13 19:08:05.773 INFO STEP 797 (remove_files) COMPLETE
76732026-08-13T19:08:07.175Z[ recovery-image] Aug 13 19:08:05.773 INFO O| Aug 13 19:08:05.773 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-08-13T19:08:07.182Z[ recovery-image] Aug 13 19:08:05.783 INFO O| Aug 13 19:08:05.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76752026-08-13T19:08:07.182Z[ recovery-image] Aug 13 19:08:05.783 INFO O| Aug 13 19:08:05.783 INFO STEP 798 (remove_files) COMPLETE
76762026-08-13T19:08:07.182Z[ recovery-image] Aug 13 19:08:05.783 INFO O| Aug 13 19:08:05.783 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-13T19:08:07.192Z[ recovery-image] Aug 13 19:08:05.793 INFO O| Aug 13 19:08:05.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76782026-08-13T19:08:07.192Z[ recovery-image] Aug 13 19:08:05.794 INFO O| Aug 13 19:08:05.793 INFO STEP 799 (remove_files) COMPLETE
76792026-08-13T19:08:07.192Z[ recovery-image] Aug 13 19:08:05.794 INFO O| Aug 13 19:08:05.794 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-13T19:08:07.202Z[ recovery-image] Aug 13 19:08:05.803 INFO O| Aug 13 19:08:05.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76812026-08-13T19:08:07.202Z[ recovery-image] Aug 13 19:08:05.804 INFO O| Aug 13 19:08:05.803 INFO STEP 800 (remove_files) COMPLETE
76822026-08-13T19:08:07.205Z[ recovery-image] Aug 13 19:08:05.804 INFO O| Aug 13 19:08:05.803 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-08-13T19:08:07.212Z[ recovery-image] Aug 13 19:08:05.813 INFO O| Aug 13 19:08:05.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76842026-08-13T19:08:07.212Z[ recovery-image] Aug 13 19:08:05.814 INFO O| Aug 13 19:08:05.814 INFO STEP 801 (remove_files) COMPLETE
76852026-08-13T19:08:07.212Z[ recovery-image] Aug 13 19:08:05.814 INFO O| Aug 13 19:08:05.814 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-08-13T19:08:07.222Z[ recovery-image] Aug 13 19:08:05.823 INFO O| Aug 13 19:08:05.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76872026-08-13T19:08:07.222Z[ recovery-image] Aug 13 19:08:05.823 INFO O| Aug 13 19:08:05.823 INFO STEP 802 (remove_files) COMPLETE
76882026-08-13T19:08:07.222Z[ recovery-image] Aug 13 19:08:05.823 INFO O| Aug 13 19:08:05.823 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-13T19:08:07.231Z[ recovery-image] Aug 13 19:08:05.833 INFO O| Aug 13 19:08:05.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
76902026-08-13T19:08:07.231Z[ recovery-image] Aug 13 19:08:05.833 INFO O| Aug 13 19:08:05.833 INFO STEP 803 (remove_files) COMPLETE
76912026-08-13T19:08:07.231Z[ recovery-image] Aug 13 19:08:05.833 INFO O| Aug 13 19:08:05.833 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-13T19:08:07.243Z[ recovery-image] Aug 13 19:08:05.843 INFO O| Aug 13 19:08:05.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
76932026-08-13T19:08:07.243Z[ recovery-image] Aug 13 19:08:05.843 INFO O| Aug 13 19:08:05.843 INFO STEP 804 (remove_files) COMPLETE
76942026-08-13T19:08:07.243Z[ recovery-image] Aug 13 19:08:05.843 INFO O| Aug 13 19:08:05.843 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-13T19:08:07.252Z[ recovery-image] Aug 13 19:08:05.854 INFO O| Aug 13 19:08:05.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
76962026-08-13T19:08:07.252Z[ recovery-image] Aug 13 19:08:05.854 INFO O| Aug 13 19:08:05.854 INFO STEP 805 (remove_files) COMPLETE
76972026-08-13T19:08:07.256Z[ recovery-image] Aug 13 19:08:05.854 INFO O| Aug 13 19:08:05.854 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-13T19:08:07.262Z[ recovery-image] Aug 13 19:08:05.864 INFO O| Aug 13 19:08:05.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
76992026-08-13T19:08:07.262Z[ recovery-image] Aug 13 19:08:05.864 INFO O| Aug 13 19:08:05.864 INFO STEP 806 (remove_files) COMPLETE
77002026-08-13T19:08:07.266Z[ recovery-image] Aug 13 19:08:05.864 INFO O| Aug 13 19:08:05.864 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-08-13T19:08:07.274Z[ recovery-image] Aug 13 19:08:05.876 INFO O| Aug 13 19:08:05.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77022026-08-13T19:08:07.274Z[ recovery-image] Aug 13 19:08:05.876 INFO O| Aug 13 19:08:05.876 INFO STEP 807 (remove_files) COMPLETE
77032026-08-13T19:08:07.274Z[ recovery-image] Aug 13 19:08:05.876 INFO O| Aug 13 19:08:05.876 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-08-13T19:08:07.285Z[ recovery-image] Aug 13 19:08:05.886 INFO O| Aug 13 19:08:05.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77052026-08-13T19:08:07.289Z[ recovery-image] Aug 13 19:08:05.887 INFO O| Aug 13 19:08:05.887 INFO STEP 808 (remove_files) COMPLETE
77062026-08-13T19:08:07.289Z[ recovery-image] Aug 13 19:08:05.887 INFO O| Aug 13 19:08:05.887 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-08-13T19:08:07.297Z[ recovery-image] Aug 13 19:08:05.898 INFO O| Aug 13 19:08:05.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77082026-08-13T19:08:07.297Z[ recovery-image] Aug 13 19:08:05.898 INFO O| Aug 13 19:08:05.898 INFO STEP 809 (remove_files) COMPLETE
77092026-08-13T19:08:07.297Z[ recovery-image] Aug 13 19:08:05.898 INFO O| Aug 13 19:08:05.898 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-08-13T19:08:07.308Z[ recovery-image] Aug 13 19:08:05.909 INFO O| Aug 13 19:08:05.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77112026-08-13T19:08:07.308Z[ recovery-image] Aug 13 19:08:05.909 INFO O| Aug 13 19:08:05.909 INFO STEP 810 (remove_files) COMPLETE
77122026-08-13T19:08:07.308Z[ recovery-image] Aug 13 19:08:05.909 INFO O| Aug 13 19:08:05.909 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-08-13T19:08:07.391Z[ recovery-image] Aug 13 19:08:05.921 INFO O| Aug 13 19:08:05.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77142026-08-13T19:08:07.392Z[ recovery-image] Aug 13 19:08:05.921 INFO O| Aug 13 19:08:05.921 INFO STEP 811 (remove_files) COMPLETE
77152026-08-13T19:08:07.392Z[ recovery-image] Aug 13 19:08:05.921 INFO O| Aug 13 19:08:05.921 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-08-13T19:08:07.392Z[ recovery-image] Aug 13 19:08:05.933 INFO O| Aug 13 19:08:05.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77172026-08-13T19:08:07.392Z[ recovery-image] Aug 13 19:08:05.933 INFO O| Aug 13 19:08:05.933 INFO STEP 812 (remove_files) COMPLETE
77182026-08-13T19:08:07.392Z[ recovery-image] Aug 13 19:08:05.933 INFO O| Aug 13 19:08:05.933 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-08-13T19:08:07.392Z[ recovery-image] Aug 13 19:08:05.943 INFO O| Aug 13 19:08:05.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77202026-08-13T19:08:07.392Z[ recovery-image] Aug 13 19:08:05.943 INFO O| Aug 13 19:08:05.943 INFO STEP 813 (remove_files) COMPLETE
77212026-08-13T19:08:07.392Z[ recovery-image] Aug 13 19:08:05.943 INFO O| Aug 13 19:08:05.943 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-08-13T19:08:07.392Z[ recovery-image] Aug 13 19:08:05.955 INFO O| Aug 13 19:08:05.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77232026-08-13T19:08:07.392Z[ recovery-image] Aug 13 19:08:05.955 INFO O| Aug 13 19:08:05.955 INFO STEP 814 (remove_files) COMPLETE
77242026-08-13T19:08:07.392Z[ recovery-image] Aug 13 19:08:05.955 INFO O| Aug 13 19:08:05.955 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-08-13T19:08:07.392Z[ recovery-image] Aug 13 19:08:05.965 INFO O| Aug 13 19:08:05.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77262026-08-13T19:08:07.392Z[ recovery-image] Aug 13 19:08:05.965 INFO O| Aug 13 19:08:05.965 INFO STEP 815 (remove_files) COMPLETE
77272026-08-13T19:08:07.392Z[ recovery-image] Aug 13 19:08:05.965 INFO O| Aug 13 19:08:05.965 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-08-13T19:08:07.392Z[ recovery-image] Aug 13 19:08:05.977 INFO O| Aug 13 19:08:05.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77292026-08-13T19:08:07.392Z[ recovery-image] Aug 13 19:08:05.977 INFO O| Aug 13 19:08:05.977 INFO STEP 816 (remove_files) COMPLETE
77302026-08-13T19:08:07.392Z[ recovery-image] Aug 13 19:08:05.977 INFO O| Aug 13 19:08:05.977 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-08-13T19:08:07.392Z[ recovery-image] Aug 13 19:08:05.987 INFO O| Aug 13 19:08:05.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77322026-08-13T19:08:07.392Z[ recovery-image] Aug 13 19:08:05.987 INFO O| Aug 13 19:08:05.987 INFO STEP 817 (remove_files) COMPLETE
77332026-08-13T19:08:07.392Z[ recovery-image] Aug 13 19:08:05.987 INFO O| Aug 13 19:08:05.987 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-08-13T19:08:07.397Z[ recovery-image] Aug 13 19:08:05.997 INFO O| Aug 13 19:08:05.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77352026-08-13T19:08:07.397Z[ recovery-image] Aug 13 19:08:05.997 INFO O| Aug 13 19:08:05.997 INFO STEP 818 (remove_files) COMPLETE
77362026-08-13T19:08:07.397Z[ recovery-image] Aug 13 19:08:05.997 INFO O| Aug 13 19:08:05.997 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-08-13T19:08:07.408Z[ recovery-image] Aug 13 19:08:06.008 INFO O| Aug 13 19:08:06.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77382026-08-13T19:08:07.411Z[ recovery-image] Aug 13 19:08:06.009 INFO O| Aug 13 19:08:06.009 INFO STEP 819 (remove_files) COMPLETE
77392026-08-13T19:08:07.412Z[ recovery-image] Aug 13 19:08:06.009 INFO O| Aug 13 19:08:06.009 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-13T19:08:07.417Z[ recovery-image] Aug 13 19:08:06.018 INFO O| Aug 13 19:08:06.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77412026-08-13T19:08:07.417Z[ recovery-image] Aug 13 19:08:06.019 INFO O| Aug 13 19:08:06.019 INFO STEP 820 (remove_files) COMPLETE
77422026-08-13T19:08:07.417Z[ recovery-image] Aug 13 19:08:06.019 INFO O| Aug 13 19:08:06.019 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-08-13T19:08:07.426Z[ recovery-image] Aug 13 19:08:06.028 INFO O| Aug 13 19:08:06.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77442026-08-13T19:08:07.426Z[ recovery-image] Aug 13 19:08:06.028 INFO O| Aug 13 19:08:06.028 INFO STEP 821 (remove_files) COMPLETE
77452026-08-13T19:08:07.426Z[ recovery-image] Aug 13 19:08:06.028 INFO O| Aug 13 19:08:06.028 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-08-13T19:08:07.445Z[ recovery-image] Aug 13 19:08:06.037 INFO O| Aug 13 19:08:06.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77472026-08-13T19:08:07.445Z[ recovery-image] Aug 13 19:08:06.037 INFO O| Aug 13 19:08:06.037 INFO STEP 822 (remove_files) COMPLETE
77482026-08-13T19:08:07.445Z[ recovery-image] Aug 13 19:08:06.037 INFO O| Aug 13 19:08:06.037 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-08-13T19:08:07.445Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
77502026-08-13T19:08:07.449Z[ recovery-image] Aug 13 19:08:06.046 INFO O| Aug 13 19:08:06.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77512026-08-13T19:08:07.449Z[ recovery-image] Aug 13 19:08:06.046 INFO O| Aug 13 19:08:06.046 INFO STEP 823 (remove_files) COMPLETE
77522026-08-13T19:08:07.449Z[ recovery-image] Aug 13 19:08:06.046 INFO O| Aug 13 19:08:06.046 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-08-13T19:08:07.454Z[ recovery-image] Aug 13 19:08:06.056 INFO O| Aug 13 19:08:06.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77542026-08-13T19:08:07.454Z[ recovery-image] Aug 13 19:08:06.056 INFO O| Aug 13 19:08:06.056 INFO STEP 824 (remove_files) COMPLETE
77552026-08-13T19:08:07.454Z[ recovery-image] Aug 13 19:08:06.056 INFO O| Aug 13 19:08:06.056 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-08-13T19:08:07.465Z[ recovery-image] Aug 13 19:08:06.067 INFO O| Aug 13 19:08:06.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77572026-08-13T19:08:07.465Z[ recovery-image] Aug 13 19:08:06.067 INFO O| Aug 13 19:08:06.067 INFO STEP 825 (remove_files) COMPLETE
77582026-08-13T19:08:07.465Z[ recovery-image] Aug 13 19:08:06.067 INFO O| Aug 13 19:08:06.067 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-08-13T19:08:07.478Z[ recovery-image] Aug 13 19:08:06.078 INFO O| Aug 13 19:08:06.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77602026-08-13T19:08:07.482Z[ recovery-image] Aug 13 19:08:06.080 INFO O| Aug 13 19:08:06.080 INFO STEP 826 (remove_files) COMPLETE
77612026-08-13T19:08:07.482Z[ recovery-image] Aug 13 19:08:06.081 INFO O| Aug 13 19:08:06.080 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-08-13T19:08:07.490Z[ recovery-image] Aug 13 19:08:06.091 INFO O| Aug 13 19:08:06.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77632026-08-13T19:08:07.490Z[ recovery-image] Aug 13 19:08:06.091 INFO O| Aug 13 19:08:06.091 INFO STEP 827 (remove_files) COMPLETE
77642026-08-13T19:08:07.490Z[ recovery-image] Aug 13 19:08:06.091 INFO O| Aug 13 19:08:06.091 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-08-13T19:08:07.505Z[ recovery-image] Aug 13 19:08:06.102 INFO O| Aug 13 19:08:06.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77662026-08-13T19:08:07.505Z[ recovery-image] Aug 13 19:08:06.102 INFO O| Aug 13 19:08:06.102 INFO STEP 828 (remove_files) COMPLETE
77672026-08-13T19:08:07.516Z[ recovery-image] Aug 13 19:08:06.102 INFO O| Aug 13 19:08:06.102 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-08-13T19:08:07.516Z[ recovery-image] Aug 13 19:08:06.111 INFO O| Aug 13 19:08:06.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77692026-08-13T19:08:07.516Z[ recovery-image] Aug 13 19:08:06.111 INFO O| Aug 13 19:08:06.111 INFO STEP 829 (remove_files) COMPLETE
77702026-08-13T19:08:07.516Z[ recovery-image] Aug 13 19:08:06.111 INFO O| Aug 13 19:08:06.111 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-08-13T19:08:07.604Z[ recovery-image] Aug 13 19:08:06.121 INFO O| Aug 13 19:08:06.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77722026-08-13T19:08:07.604Z[ recovery-image] Aug 13 19:08:06.122 INFO O| Aug 13 19:08:06.121 INFO STEP 830 (remove_files) COMPLETE
77732026-08-13T19:08:07.604Z[ recovery-image] Aug 13 19:08:06.122 INFO O| Aug 13 19:08:06.121 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-08-13T19:08:07.697Z[ recovery-image] Aug 13 19:08:06.133 INFO O| Aug 13 19:08:06.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77752026-08-13T19:08:07.697Z[ recovery-image] Aug 13 19:08:06.133 INFO O| Aug 13 19:08:06.133 INFO STEP 831 (remove_files) COMPLETE
77762026-08-13T19:08:07.697Z[ recovery-image] Aug 13 19:08:06.133 INFO O| Aug 13 19:08:06.133 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-08-13T19:08:07.697Z[ recovery-image] Aug 13 19:08:06.143 INFO O| Aug 13 19:08:06.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77782026-08-13T19:08:07.715Z[ recovery-image] Aug 13 19:08:06.143 INFO O| Aug 13 19:08:06.143 INFO STEP 832 (remove_files) COMPLETE
77792026-08-13T19:08:07.715Z[ recovery-image] Aug 13 19:08:06.143 INFO O| Aug 13 19:08:06.143 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-08-13T19:08:07.715Z[ recovery-image] Aug 13 19:08:06.152 INFO O| Aug 13 19:08:06.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77812026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.152 INFO O| Aug 13 19:08:06.152 INFO STEP 833 (remove_files) COMPLETE
77822026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.152 INFO O| Aug 13 19:08:06.152 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.161 INFO O| Aug 13 19:08:06.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77842026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.161 INFO O| Aug 13 19:08:06.161 INFO STEP 834 (remove_files) COMPLETE
77852026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.161 INFO O| Aug 13 19:08:06.161 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.171 INFO O| Aug 13 19:08:06.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77872026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.171 INFO O| Aug 13 19:08:06.171 INFO STEP 835 (remove_files) COMPLETE
77882026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.171 INFO O| Aug 13 19:08:06.171 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.180 INFO O| Aug 13 19:08:06.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
77902026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.180 INFO O| Aug 13 19:08:06.180 INFO STEP 836 (remove_files) COMPLETE
77912026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.180 INFO O| Aug 13 19:08:06.180 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.190 INFO O| Aug 13 19:08:06.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
77932026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.190 INFO O| Aug 13 19:08:06.190 INFO STEP 837 (remove_files) COMPLETE
77942026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.190 INFO O| Aug 13 19:08:06.190 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.198 INFO O| Aug 13 19:08:06.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
77962026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.198 INFO O| Aug 13 19:08:06.198 INFO STEP 838 (remove_files) COMPLETE
77972026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.198 INFO O| Aug 13 19:08:06.198 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.207 INFO O| Aug 13 19:08:06.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
77992026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.207 INFO O| Aug 13 19:08:06.207 INFO STEP 839 (remove_files) COMPLETE
78002026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.207 INFO O| Aug 13 19:08:06.207 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.215 INFO O| Aug 13 19:08:06.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78022026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.215 INFO O| Aug 13 19:08:06.215 INFO STEP 840 (remove_files) COMPLETE
78032026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.215 INFO O| Aug 13 19:08:06.215 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.223 INFO O| Aug 13 19:08:06.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78052026-08-13T19:08:07.716Z[ recovery-image] Aug 13 19:08:06.223 INFO O| Aug 13 19:08:06.223 INFO STEP 841 (remove_files) COMPLETE
78062026-08-13T19:08:07.717Z[ recovery-image] Aug 13 19:08:06.223 INFO O| Aug 13 19:08:06.223 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-13T19:08:07.717Z[ recovery-image] Aug 13 19:08:06.232 INFO O| Aug 13 19:08:06.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78082026-08-13T19:08:07.717Z[ recovery-image] Aug 13 19:08:06.232 INFO O| Aug 13 19:08:06.232 INFO STEP 842 (remove_files) COMPLETE
78092026-08-13T19:08:07.717Z[ recovery-image] Aug 13 19:08:06.232 INFO O| Aug 13 19:08:06.232 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-13T19:08:07.717Z[ recovery-image] Aug 13 19:08:06.241 INFO O| Aug 13 19:08:06.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78112026-08-13T19:08:07.717Z[ recovery-image] Aug 13 19:08:06.241 INFO O| Aug 13 19:08:06.241 INFO STEP 843 (remove_files) COMPLETE
78122026-08-13T19:08:07.717Z[ recovery-image] Aug 13 19:08:06.241 INFO O| Aug 13 19:08:06.241 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-13T19:08:07.729Z[ recovery-image] Aug 13 19:08:06.249 INFO O| Aug 13 19:08:06.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78142026-08-13T19:08:07.729Z[ recovery-image] Aug 13 19:08:06.250 INFO O| Aug 13 19:08:06.249 INFO STEP 844 (remove_files) COMPLETE
78152026-08-13T19:08:07.729Z[ recovery-image] Aug 13 19:08:06.250 INFO O| Aug 13 19:08:06.250 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-13T19:08:07.729Z[ recovery-image] Aug 13 19:08:06.258 INFO O| Aug 13 19:08:06.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78172026-08-13T19:08:07.729Z[ recovery-image] Aug 13 19:08:06.258 INFO O| Aug 13 19:08:06.258 INFO STEP 845 (remove_files) COMPLETE
78182026-08-13T19:08:07.729Z[ recovery-image] Aug 13 19:08:06.258 INFO O| Aug 13 19:08:06.258 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-13T19:08:07.729Z[ recovery-image] Aug 13 19:08:06.317 INFO O| Aug 13 19:08:06.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78202026-08-13T19:08:07.729Z[ recovery-image] Aug 13 19:08:06.317 INFO O| Aug 13 19:08:06.317 INFO STEP 846 (remove_files) COMPLETE
78212026-08-13T19:08:07.729Z[ recovery-image] Aug 13 19:08:06.317 INFO O| Aug 13 19:08:06.317 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-13T19:08:07.749Z[ recovery-image] Aug 13 19:08:06.330 INFO O| Aug 13 19:08:06.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78232026-08-13T19:08:07.749Z[ recovery-image] Aug 13 19:08:06.330 INFO O| Aug 13 19:08:06.329 INFO STEP 847 (remove_files) COMPLETE
78242026-08-13T19:08:07.749Z[ recovery-image] Aug 13 19:08:06.330 INFO O| Aug 13 19:08:06.329 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-13T19:08:07.757Z[ recovery-image] Aug 13 19:08:06.338 INFO O| Aug 13 19:08:06.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78262026-08-13T19:08:07.757Z[ recovery-image] Aug 13 19:08:06.338 INFO O| Aug 13 19:08:06.338 INFO STEP 848 (remove_files) COMPLETE
78272026-08-13T19:08:07.757Z[ recovery-image] Aug 13 19:08:06.338 INFO O| Aug 13 19:08:06.338 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-08-13T19:08:07.757Z[ recovery-image] Aug 13 19:08:06.347 INFO O| Aug 13 19:08:06.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78292026-08-13T19:08:07.757Z[ recovery-image] Aug 13 19:08:06.347 INFO O| Aug 13 19:08:06.347 INFO STEP 849 (remove_files) COMPLETE
78302026-08-13T19:08:07.757Z[ recovery-image] Aug 13 19:08:06.347 INFO O| Aug 13 19:08:06.347 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-13T19:08:07.757Z[ recovery-image] Aug 13 19:08:06.357 INFO O| Aug 13 19:08:06.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78322026-08-13T19:08:07.757Z[ recovery-image] Aug 13 19:08:06.357 INFO O| Aug 13 19:08:06.357 INFO STEP 850 (remove_files) COMPLETE
78332026-08-13T19:08:07.757Z[ recovery-image] Aug 13 19:08:06.357 INFO O| Aug 13 19:08:06.357 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-13T19:08:07.773Z[ recovery-image] Aug 13 19:08:06.368 INFO O| Aug 13 19:08:06.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78352026-08-13T19:08:07.774Z[ recovery-image] Aug 13 19:08:06.368 INFO O| Aug 13 19:08:06.368 INFO STEP 851 (remove_files) COMPLETE
78362026-08-13T19:08:07.774Z[ recovery-image] Aug 13 19:08:06.368 INFO O| Aug 13 19:08:06.368 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-13T19:08:07.786Z[ recovery-image] Aug 13 19:08:06.380 INFO O| Aug 13 19:08:06.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78382026-08-13T19:08:07.786Z[ recovery-image] Aug 13 19:08:06.380 INFO O| Aug 13 19:08:06.380 INFO STEP 852 (remove_files) COMPLETE
78392026-08-13T19:08:07.786Z[ recovery-image] Aug 13 19:08:06.380 INFO O| Aug 13 19:08:06.380 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-13T19:08:07.791Z[ recovery-image] Aug 13 19:08:06.391 INFO O| Aug 13 19:08:06.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78412026-08-13T19:08:07.791Z[ recovery-image] Aug 13 19:08:06.391 INFO O| Aug 13 19:08:06.391 INFO STEP 853 (remove_files) COMPLETE
78422026-08-13T19:08:07.791Z[ recovery-image] Aug 13 19:08:06.391 INFO O| Aug 13 19:08:06.391 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-13T19:08:07.804Z[ recovery-image] Aug 13 19:08:06.401 INFO O| Aug 13 19:08:06.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78442026-08-13T19:08:07.804Z[ recovery-image] Aug 13 19:08:06.401 INFO O| Aug 13 19:08:06.401 INFO STEP 854 (remove_files) COMPLETE
78452026-08-13T19:08:07.804Z[ recovery-image] Aug 13 19:08:06.401 INFO O| Aug 13 19:08:06.401 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-13T19:08:07.812Z[ recovery-image] Aug 13 19:08:06.411 INFO O| Aug 13 19:08:06.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78472026-08-13T19:08:07.812Z[ recovery-image] Aug 13 19:08:06.411 INFO O| Aug 13 19:08:06.411 INFO STEP 855 (remove_files) COMPLETE
78482026-08-13T19:08:07.812Z[ recovery-image] Aug 13 19:08:06.411 INFO O| Aug 13 19:08:06.411 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-13T19:08:07.820Z[ recovery-image] Aug 13 19:08:06.421 INFO O| Aug 13 19:08:06.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78502026-08-13T19:08:07.820Z[ recovery-image] Aug 13 19:08:06.421 INFO O| Aug 13 19:08:06.421 INFO STEP 856 (remove_files) COMPLETE
78512026-08-13T19:08:07.820Z[ recovery-image] Aug 13 19:08:06.421 INFO O| Aug 13 19:08:06.421 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-13T19:08:07.829Z[ recovery-image] Aug 13 19:08:06.431 INFO O| Aug 13 19:08:06.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78532026-08-13T19:08:07.830Z[ recovery-image] Aug 13 19:08:06.431 INFO O| Aug 13 19:08:06.431 INFO STEP 857 (remove_files) COMPLETE
78542026-08-13T19:08:07.834Z[ recovery-image] Aug 13 19:08:06.431 INFO O| Aug 13 19:08:06.431 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-13T19:08:07.839Z[ recovery-image] Aug 13 19:08:06.441 INFO O| Aug 13 19:08:06.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78562026-08-13T19:08:07.839Z[ recovery-image] Aug 13 19:08:06.441 INFO O| Aug 13 19:08:06.441 INFO STEP 858 (remove_files) COMPLETE
78572026-08-13T19:08:07.839Z[ recovery-image] Aug 13 19:08:06.441 INFO O| Aug 13 19:08:06.441 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-13T19:08:07.849Z[ recovery-image] Aug 13 19:08:06.451 INFO O| Aug 13 19:08:06.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78592026-08-13T19:08:07.849Z[ recovery-image] Aug 13 19:08:06.451 INFO O| Aug 13 19:08:06.451 INFO STEP 859 (remove_files) COMPLETE
78602026-08-13T19:08:07.850Z[ recovery-image] Aug 13 19:08:06.451 INFO O| Aug 13 19:08:06.451 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-13T19:08:07.860Z[ recovery-image] Aug 13 19:08:06.461 INFO O| Aug 13 19:08:06.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78622026-08-13T19:08:07.860Z[ recovery-image] Aug 13 19:08:06.461 INFO O| Aug 13 19:08:06.461 INFO STEP 860 (remove_files) COMPLETE
78632026-08-13T19:08:07.860Z[ recovery-image] Aug 13 19:08:06.461 INFO O| Aug 13 19:08:06.461 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-13T19:08:07.870Z[ recovery-image] Aug 13 19:08:06.471 INFO O| Aug 13 19:08:06.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78652026-08-13T19:08:07.870Z[ recovery-image] Aug 13 19:08:06.471 INFO O| Aug 13 19:08:06.471 INFO STEP 861 (remove_files) COMPLETE
78662026-08-13T19:08:07.870Z[ recovery-image] Aug 13 19:08:06.471 INFO O| Aug 13 19:08:06.471 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-13T19:08:07.880Z[ recovery-image] Aug 13 19:08:06.482 INFO O| Aug 13 19:08:06.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78682026-08-13T19:08:07.880Z[ recovery-image] Aug 13 19:08:06.482 INFO O| Aug 13 19:08:06.482 INFO STEP 862 (remove_files) COMPLETE
78692026-08-13T19:08:07.880Z[ recovery-image] Aug 13 19:08:06.482 INFO O| Aug 13 19:08:06.482 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-13T19:08:07.891Z[ recovery-image] Aug 13 19:08:06.492 INFO O| Aug 13 19:08:06.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78712026-08-13T19:08:07.891Z[ recovery-image] Aug 13 19:08:06.492 INFO O| Aug 13 19:08:06.492 INFO STEP 863 (remove_files) COMPLETE
78722026-08-13T19:08:07.891Z[ recovery-image] Aug 13 19:08:06.492 INFO O| Aug 13 19:08:06.492 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-13T19:08:07.900Z[ recovery-image] Aug 13 19:08:06.501 INFO O| Aug 13 19:08:06.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78742026-08-13T19:08:07.900Z[ recovery-image] Aug 13 19:08:06.501 INFO O| Aug 13 19:08:06.501 INFO STEP 864 (remove_files) COMPLETE
78752026-08-13T19:08:07.900Z[ recovery-image] Aug 13 19:08:06.501 INFO O| Aug 13 19:08:06.501 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-13T19:08:07.910Z[ recovery-image] Aug 13 19:08:06.511 INFO O| Aug 13 19:08:06.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78772026-08-13T19:08:07.911Z[ recovery-image] Aug 13 19:08:06.511 INFO O| Aug 13 19:08:06.511 INFO STEP 865 (remove_files) COMPLETE
78782026-08-13T19:08:07.911Z[ recovery-image] Aug 13 19:08:06.511 INFO O| Aug 13 19:08:06.511 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-13T19:08:07.920Z[ recovery-image] Aug 13 19:08:06.521 INFO O| Aug 13 19:08:06.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78802026-08-13T19:08:07.920Z[ recovery-image] Aug 13 19:08:06.521 INFO O| Aug 13 19:08:06.521 INFO STEP 866 (remove_files) COMPLETE
78812026-08-13T19:08:07.925Z[ recovery-image] Aug 13 19:08:06.521 INFO O| Aug 13 19:08:06.521 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-13T19:08:07.930Z[ recovery-image] Aug 13 19:08:06.532 INFO O| Aug 13 19:08:06.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78832026-08-13T19:08:07.930Z[ recovery-image] Aug 13 19:08:06.532 INFO O| Aug 13 19:08:06.532 INFO STEP 867 (remove_files) COMPLETE
78842026-08-13T19:08:07.930Z[ recovery-image] Aug 13 19:08:06.532 INFO O| Aug 13 19:08:06.532 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-13T19:08:07.940Z[ recovery-image] Aug 13 19:08:06.541 INFO O| Aug 13 19:08:06.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78862026-08-13T19:08:07.940Z[ recovery-image] Aug 13 19:08:06.541 INFO O| Aug 13 19:08:06.541 INFO STEP 868 (remove_files) COMPLETE
78872026-08-13T19:08:07.940Z[ recovery-image] Aug 13 19:08:06.541 INFO O| Aug 13 19:08:06.541 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-13T19:08:07.949Z[ recovery-image] Aug 13 19:08:06.551 INFO O| Aug 13 19:08:06.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
78892026-08-13T19:08:07.949Z[ recovery-image] Aug 13 19:08:06.551 INFO O| Aug 13 19:08:06.551 INFO STEP 869 (remove_files) COMPLETE
78902026-08-13T19:08:07.950Z[ recovery-image] Aug 13 19:08:06.551 INFO O| Aug 13 19:08:06.551 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-13T19:08:07.960Z[ recovery-image] Aug 13 19:08:06.561 INFO O| Aug 13 19:08:06.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
78922026-08-13T19:08:07.960Z[ recovery-image] Aug 13 19:08:06.561 INFO O| Aug 13 19:08:06.561 INFO STEP 870 (remove_files) COMPLETE
78932026-08-13T19:08:07.960Z[ recovery-image] Aug 13 19:08:06.561 INFO O| Aug 13 19:08:06.561 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-13T19:08:07.969Z[ recovery-image] Aug 13 19:08:06.571 INFO O| Aug 13 19:08:06.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
78952026-08-13T19:08:07.969Z[ recovery-image] Aug 13 19:08:06.571 INFO O| Aug 13 19:08:06.571 INFO STEP 871 (remove_files) COMPLETE
78962026-08-13T19:08:07.969Z[ recovery-image] Aug 13 19:08:06.571 INFO O| Aug 13 19:08:06.571 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-13T19:08:07.980Z[ recovery-image] Aug 13 19:08:06.581 INFO O| Aug 13 19:08:06.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
78982026-08-13T19:08:07.980Z[ recovery-image] Aug 13 19:08:06.581 INFO O| Aug 13 19:08:06.581 INFO STEP 872 (remove_files) COMPLETE
78992026-08-13T19:08:07.980Z[ recovery-image] Aug 13 19:08:06.581 INFO O| Aug 13 19:08:06.581 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-13T19:08:07.990Z[ recovery-image] Aug 13 19:08:06.591 INFO O| Aug 13 19:08:06.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79012026-08-13T19:08:07.990Z[ recovery-image] Aug 13 19:08:06.591 INFO O| Aug 13 19:08:06.591 INFO STEP 873 (remove_files) COMPLETE
79022026-08-13T19:08:07.990Z[ recovery-image] Aug 13 19:08:06.592 INFO O| Aug 13 19:08:06.591 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-13T19:08:07.999Z[ recovery-image] Aug 13 19:08:06.601 INFO O| Aug 13 19:08:06.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79042026-08-13T19:08:07.999Z[ recovery-image] Aug 13 19:08:06.601 INFO O| Aug 13 19:08:06.601 INFO STEP 874 (remove_files) COMPLETE
79052026-08-13T19:08:08.000Z[ recovery-image] Aug 13 19:08:06.601 INFO O| Aug 13 19:08:06.601 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-13T19:08:08.012Z[ recovery-image] Aug 13 19:08:06.613 INFO O| Aug 13 19:08:06.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79072026-08-13T19:08:08.012Z[ recovery-image] Aug 13 19:08:06.613 INFO O| Aug 13 19:08:06.613 INFO STEP 875 (remove_files) COMPLETE
79082026-08-13T19:08:08.012Z[ recovery-image] Aug 13 19:08:06.613 INFO O| Aug 13 19:08:06.613 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-13T19:08:08.021Z[ recovery-image] Aug 13 19:08:06.623 INFO O| Aug 13 19:08:06.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79102026-08-13T19:08:08.021Z[ recovery-image] Aug 13 19:08:06.623 INFO O| Aug 13 19:08:06.623 INFO STEP 876 (remove_files) COMPLETE
79112026-08-13T19:08:08.021Z[ recovery-image] Aug 13 19:08:06.623 INFO O| Aug 13 19:08:06.623 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-13T19:08:08.032Z[ recovery-image] Aug 13 19:08:06.633 INFO O| Aug 13 19:08:06.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79132026-08-13T19:08:08.032Z[ recovery-image] Aug 13 19:08:06.633 INFO O| Aug 13 19:08:06.633 INFO STEP 877 (remove_files) COMPLETE
79142026-08-13T19:08:08.032Z[ recovery-image] Aug 13 19:08:06.633 INFO O| Aug 13 19:08:06.633 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-08-13T19:08:08.044Z[ recovery-image] Aug 13 19:08:06.645 INFO O| Aug 13 19:08:06.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79162026-08-13T19:08:08.044Z[ recovery-image] Aug 13 19:08:06.645 INFO O| Aug 13 19:08:06.645 INFO STEP 878 (remove_files) COMPLETE
79172026-08-13T19:08:08.044Z[ recovery-image] Aug 13 19:08:06.645 INFO O| Aug 13 19:08:06.645 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-08-13T19:08:08.055Z[ recovery-image] Aug 13 19:08:06.657 INFO O| Aug 13 19:08:06.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79192026-08-13T19:08:08.055Z[ recovery-image] Aug 13 19:08:06.657 INFO O| Aug 13 19:08:06.657 INFO STEP 879 (remove_files) COMPLETE
79202026-08-13T19:08:08.059Z[ recovery-image] Aug 13 19:08:06.657 INFO O| Aug 13 19:08:06.657 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-08-13T19:08:08.066Z[ recovery-image] Aug 13 19:08:06.668 INFO O| Aug 13 19:08:06.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79222026-08-13T19:08:08.066Z[ recovery-image] Aug 13 19:08:06.668 INFO O| Aug 13 19:08:06.668 INFO STEP 880 (remove_files) COMPLETE
79232026-08-13T19:08:08.066Z[ recovery-image] Aug 13 19:08:06.668 INFO O| Aug 13 19:08:06.668 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-08-13T19:08:08.081Z[ recovery-image] Aug 13 19:08:06.682 INFO O| Aug 13 19:08:06.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79252026-08-13T19:08:08.081Z[ recovery-image] Aug 13 19:08:06.682 INFO O| Aug 13 19:08:06.682 INFO STEP 881 (remove_files) COMPLETE
79262026-08-13T19:08:08.081Z[ recovery-image] Aug 13 19:08:06.682 INFO O| Aug 13 19:08:06.682 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-08-13T19:08:08.091Z[ recovery-image] Aug 13 19:08:06.692 INFO O| Aug 13 19:08:06.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79282026-08-13T19:08:08.091Z[ recovery-image] Aug 13 19:08:06.692 INFO O| Aug 13 19:08:06.692 INFO STEP 882 (remove_files) COMPLETE
79292026-08-13T19:08:08.091Z[ recovery-image] Aug 13 19:08:06.692 INFO O| Aug 13 19:08:06.692 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-08-13T19:08:08.102Z[ recovery-image] Aug 13 19:08:06.704 INFO O| Aug 13 19:08:06.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79312026-08-13T19:08:08.103Z[ recovery-image] Aug 13 19:08:06.704 INFO O| Aug 13 19:08:06.704 INFO STEP 883 (remove_files) COMPLETE
79322026-08-13T19:08:08.103Z[ recovery-image] Aug 13 19:08:06.704 INFO O| Aug 13 19:08:06.704 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-08-13T19:08:08.119Z[ recovery-image] Aug 13 19:08:06.715 INFO O| Aug 13 19:08:06.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79342026-08-13T19:08:08.119Z[ recovery-image] Aug 13 19:08:06.715 INFO O| Aug 13 19:08:06.715 INFO STEP 884 (remove_files) COMPLETE
79352026-08-13T19:08:08.119Z[ recovery-image] Aug 13 19:08:06.715 INFO O| Aug 13 19:08:06.715 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-08-13T19:08:08.124Z[ recovery-image] Aug 13 19:08:06.726 INFO O| Aug 13 19:08:06.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79372026-08-13T19:08:08.124Z[ recovery-image] Aug 13 19:08:06.726 INFO O| Aug 13 19:08:06.726 INFO STEP 885 (remove_files) COMPLETE
79382026-08-13T19:08:08.125Z[ recovery-image] Aug 13 19:08:06.726 INFO O| Aug 13 19:08:06.726 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-08-13T19:08:08.135Z[ recovery-image] Aug 13 19:08:06.737 INFO O| Aug 13 19:08:06.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79402026-08-13T19:08:08.135Z[ recovery-image] Aug 13 19:08:06.737 INFO O| Aug 13 19:08:06.737 INFO STEP 886 (remove_files) COMPLETE
79412026-08-13T19:08:08.135Z[ recovery-image] Aug 13 19:08:06.737 INFO O| Aug 13 19:08:06.737 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-08-13T19:08:08.146Z[ recovery-image] Aug 13 19:08:06.748 INFO O| Aug 13 19:08:06.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79432026-08-13T19:08:08.147Z[ recovery-image] Aug 13 19:08:06.748 INFO O| Aug 13 19:08:06.748 INFO STEP 887 (remove_files) COMPLETE
79442026-08-13T19:08:08.147Z[ recovery-image] Aug 13 19:08:06.748 INFO O| Aug 13 19:08:06.748 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-08-13T19:08:08.157Z[ recovery-image] Aug 13 19:08:06.758 INFO O| Aug 13 19:08:06.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79462026-08-13T19:08:08.157Z[ recovery-image] Aug 13 19:08:06.758 INFO O| Aug 13 19:08:06.758 INFO STEP 888 (remove_files) COMPLETE
79472026-08-13T19:08:08.157Z[ recovery-image] Aug 13 19:08:06.758 INFO O| Aug 13 19:08:06.758 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-08-13T19:08:08.170Z[ recovery-image] Aug 13 19:08:06.769 INFO O| Aug 13 19:08:06.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79492026-08-13T19:08:08.170Z[ recovery-image] Aug 13 19:08:06.769 INFO O| Aug 13 19:08:06.769 INFO STEP 889 (remove_files) COMPLETE
79502026-08-13T19:08:08.170Z[ recovery-image] Aug 13 19:08:06.769 INFO O| Aug 13 19:08:06.769 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-08-13T19:08:08.176Z[ recovery-image] Aug 13 19:08:06.777 INFO O| Aug 13 19:08:06.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79522026-08-13T19:08:08.176Z[ recovery-image] Aug 13 19:08:06.778 INFO O| Aug 13 19:08:06.778 INFO STEP 890 (remove_files) COMPLETE
79532026-08-13T19:08:08.176Z[ recovery-image] Aug 13 19:08:06.778 INFO O| Aug 13 19:08:06.778 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-08-13T19:08:08.183Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
79552026-08-13T19:08:08.187Z[ recovery-image] Aug 13 19:08:06.788 INFO O| Aug 13 19:08:06.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79562026-08-13T19:08:08.187Z[ recovery-image] Aug 13 19:08:06.788 INFO O| Aug 13 19:08:06.788 INFO STEP 891 (remove_files) COMPLETE
79572026-08-13T19:08:08.187Z[ recovery-image] Aug 13 19:08:06.788 INFO O| Aug 13 19:08:06.788 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-08-13T19:08:08.197Z[ recovery-image] Aug 13 19:08:06.798 INFO O| Aug 13 19:08:06.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79592026-08-13T19:08:08.197Z[ recovery-image] Aug 13 19:08:06.799 INFO O| Aug 13 19:08:06.799 INFO STEP 892 (remove_files) COMPLETE
79602026-08-13T19:08:08.197Z[ recovery-image] Aug 13 19:08:06.799 INFO O| Aug 13 19:08:06.799 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-08-13T19:08:08.207Z[ recovery-image] Aug 13 19:08:06.808 INFO O| Aug 13 19:08:06.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79622026-08-13T19:08:08.207Z[ recovery-image] Aug 13 19:08:06.808 INFO O| Aug 13 19:08:06.808 INFO STEP 893 (remove_files) COMPLETE
79632026-08-13T19:08:08.207Z[ recovery-image] Aug 13 19:08:06.808 INFO O| Aug 13 19:08:06.808 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-08-13T19:08:08.217Z[ recovery-image] Aug 13 19:08:06.819 INFO O| Aug 13 19:08:06.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79652026-08-13T19:08:08.217Z[ recovery-image] Aug 13 19:08:06.819 INFO O| Aug 13 19:08:06.819 INFO STEP 894 (remove_files) COMPLETE
79662026-08-13T19:08:08.217Z[ recovery-image] Aug 13 19:08:06.819 INFO O| Aug 13 19:08:06.819 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-08-13T19:08:08.227Z[ recovery-image] Aug 13 19:08:06.829 INFO O| Aug 13 19:08:06.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79682026-08-13T19:08:08.228Z[ recovery-image] Aug 13 19:08:06.829 INFO O| Aug 13 19:08:06.829 INFO STEP 895 (remove_files) COMPLETE
79692026-08-13T19:08:08.228Z[ recovery-image] Aug 13 19:08:06.829 INFO O| Aug 13 19:08:06.829 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-08-13T19:08:08.237Z[ recovery-image] Aug 13 19:08:06.838 INFO O| Aug 13 19:08:06.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79712026-08-13T19:08:08.240Z[ recovery-image] Aug 13 19:08:06.839 INFO O| Aug 13 19:08:06.839 INFO STEP 896 (remove_files) COMPLETE
79722026-08-13T19:08:08.240Z[ recovery-image] Aug 13 19:08:06.839 INFO O| Aug 13 19:08:06.839 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-08-13T19:08:08.247Z[ recovery-image] Aug 13 19:08:06.848 INFO O| Aug 13 19:08:06.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79742026-08-13T19:08:08.247Z[ recovery-image] Aug 13 19:08:06.848 INFO O| Aug 13 19:08:06.848 INFO STEP 897 (remove_files) COMPLETE
79752026-08-13T19:08:08.247Z[ recovery-image] Aug 13 19:08:06.848 INFO O| Aug 13 19:08:06.848 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-08-13T19:08:08.255Z[ recovery-image] Aug 13 19:08:06.857 INFO O| Aug 13 19:08:06.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79772026-08-13T19:08:08.255Z[ recovery-image] Aug 13 19:08:06.857 INFO O| Aug 13 19:08:06.857 INFO STEP 898 (remove_files) COMPLETE
79782026-08-13T19:08:08.255Z[ recovery-image] Aug 13 19:08:06.857 INFO O| Aug 13 19:08:06.857 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-08-13T19:08:08.263Z[ recovery-image] Aug 13 19:08:06.865 INFO O| Aug 13 19:08:06.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79802026-08-13T19:08:08.263Z[ recovery-image] Aug 13 19:08:06.865 INFO O| Aug 13 19:08:06.865 INFO STEP 899 (remove_files) COMPLETE
79812026-08-13T19:08:08.268Z[ recovery-image] Aug 13 19:08:06.865 INFO O| Aug 13 19:08:06.865 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-08-13T19:08:08.273Z[ recovery-image] Aug 13 19:08:06.874 INFO O| Aug 13 19:08:06.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79832026-08-13T19:08:08.273Z[ recovery-image] Aug 13 19:08:06.874 INFO O| Aug 13 19:08:06.874 INFO STEP 900 (remove_files) COMPLETE
79842026-08-13T19:08:08.307Z[ recovery-image] Aug 13 19:08:06.874 INFO O| Aug 13 19:08:06.874 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-08-13T19:08:08.312Z[ recovery-image] Aug 13 19:08:06.882 INFO O| Aug 13 19:08:06.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
79862026-08-13T19:08:08.312Z[ recovery-image] Aug 13 19:08:06.882 INFO O| Aug 13 19:08:06.882 INFO STEP 901 (remove_files) COMPLETE
79872026-08-13T19:08:08.312Z[ recovery-image] Aug 13 19:08:06.882 INFO O| Aug 13 19:08:06.882 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-08-13T19:08:08.312Z[ recovery-image] Aug 13 19:08:06.892 INFO O| Aug 13 19:08:06.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
79892026-08-13T19:08:08.312Z[ recovery-image] Aug 13 19:08:06.892 INFO O| Aug 13 19:08:06.892 INFO STEP 902 (remove_files) COMPLETE
79902026-08-13T19:08:08.312Z[ recovery-image] Aug 13 19:08:06.892 INFO O| Aug 13 19:08:06.892 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-08-13T19:08:08.312Z[ recovery-image] Aug 13 19:08:06.904 INFO O| Aug 13 19:08:06.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
79922026-08-13T19:08:08.312Z[ recovery-image] Aug 13 19:08:06.904 INFO O| Aug 13 19:08:06.904 INFO STEP 903 (remove_files) COMPLETE
79932026-08-13T19:08:08.312Z[ recovery-image] Aug 13 19:08:06.904 INFO O| Aug 13 19:08:06.904 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-08-13T19:08:08.321Z[ recovery-image] Aug 13 19:08:06.914 INFO O| Aug 13 19:08:06.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
79952026-08-13T19:08:08.321Z[ recovery-image] Aug 13 19:08:06.914 INFO O| Aug 13 19:08:06.914 INFO STEP 904 (remove_files) COMPLETE
79962026-08-13T19:08:08.321Z[ recovery-image] Aug 13 19:08:06.914 INFO O| Aug 13 19:08:06.914 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-08-13T19:08:08.328Z[ recovery-image] Aug 13 19:08:06.924 INFO O| Aug 13 19:08:06.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
79982026-08-13T19:08:08.329Z[ recovery-image] Aug 13 19:08:06.924 INFO O| Aug 13 19:08:06.924 INFO STEP 905 (remove_files) COMPLETE
79992026-08-13T19:08:08.329Z[ recovery-image] Aug 13 19:08:06.924 INFO O| Aug 13 19:08:06.924 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-08-13T19:08:08.337Z[ recovery-image] Aug 13 19:08:06.934 INFO O| Aug 13 19:08:06.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80012026-08-13T19:08:08.337Z[ recovery-image] Aug 13 19:08:06.934 INFO O| Aug 13 19:08:06.934 INFO STEP 906 (remove_files) COMPLETE
80022026-08-13T19:08:08.337Z[ recovery-image] Aug 13 19:08:06.934 INFO O| Aug 13 19:08:06.934 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-08-13T19:08:08.345Z[ recovery-image] Aug 13 19:08:06.945 INFO O| Aug 13 19:08:06.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80042026-08-13T19:08:08.345Z[ recovery-image] Aug 13 19:08:06.945 INFO O| Aug 13 19:08:06.945 INFO STEP 907 (remove_files) COMPLETE
80052026-08-13T19:08:08.345Z[ recovery-image] Aug 13 19:08:06.945 INFO O| Aug 13 19:08:06.945 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-08-13T19:08:08.352Z[ recovery-image] Aug 13 19:08:06.954 INFO O| Aug 13 19:08:06.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80072026-08-13T19:08:08.353Z[ recovery-image] Aug 13 19:08:06.954 INFO O| Aug 13 19:08:06.954 INFO STEP 908 (remove_files) COMPLETE
80082026-08-13T19:08:08.353Z[ recovery-image] Aug 13 19:08:06.954 INFO O| Aug 13 19:08:06.954 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-08-13T19:08:08.362Z[ recovery-image] Aug 13 19:08:06.963 INFO O| Aug 13 19:08:06.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80102026-08-13T19:08:08.362Z[ recovery-image] Aug 13 19:08:06.964 INFO O| Aug 13 19:08:06.964 INFO STEP 909 (remove_files) COMPLETE
80112026-08-13T19:08:08.362Z[ recovery-image] Aug 13 19:08:06.964 INFO O| Aug 13 19:08:06.964 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-08-13T19:08:08.371Z[ recovery-image] Aug 13 19:08:06.973 INFO O| Aug 13 19:08:06.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80132026-08-13T19:08:08.371Z[ recovery-image] Aug 13 19:08:06.973 INFO O| Aug 13 19:08:06.973 INFO STEP 910 (remove_files) COMPLETE
80142026-08-13T19:08:08.380Z[ recovery-image] Aug 13 19:08:06.973 INFO O| Aug 13 19:08:06.973 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-08-13T19:08:08.388Z[ recovery-image] Aug 13 19:08:06.983 INFO O| Aug 13 19:08:06.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80162026-08-13T19:08:08.388Z[ recovery-image] Aug 13 19:08:06.983 INFO O| Aug 13 19:08:06.983 INFO STEP 911 (remove_files) COMPLETE
80172026-08-13T19:08:08.388Z[ recovery-image] Aug 13 19:08:06.983 INFO O| Aug 13 19:08:06.983 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-08-13T19:08:08.396Z[ recovery-image] Aug 13 19:08:06.993 INFO O| Aug 13 19:08:06.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80192026-08-13T19:08:08.396Z[ recovery-image] Aug 13 19:08:06.993 INFO O| Aug 13 19:08:06.993 INFO STEP 912 (remove_files) COMPLETE
80202026-08-13T19:08:08.396Z[ recovery-image] Aug 13 19:08:06.993 INFO O| Aug 13 19:08:06.993 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-08-13T19:08:08.407Z[ recovery-image] Aug 13 19:08:07.003 INFO O| Aug 13 19:08:07.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80222026-08-13T19:08:08.407Z[ recovery-image] Aug 13 19:08:07.003 INFO O| Aug 13 19:08:07.003 INFO STEP 913 (remove_files) COMPLETE
80232026-08-13T19:08:08.407Z[ recovery-image] Aug 13 19:08:07.003 INFO O| Aug 13 19:08:07.003 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-08-13T19:08:08.414Z[ recovery-image] Aug 13 19:08:07.013 INFO O| Aug 13 19:08:07.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80252026-08-13T19:08:08.414Z[ recovery-image] Aug 13 19:08:07.013 INFO O| Aug 13 19:08:07.013 INFO STEP 914 (remove_files) COMPLETE
80262026-08-13T19:08:08.414Z[ recovery-image] Aug 13 19:08:07.013 INFO O| Aug 13 19:08:07.013 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-08-13T19:08:08.425Z[ recovery-image] Aug 13 19:08:07.022 INFO O| Aug 13 19:08:07.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80282026-08-13T19:08:08.426Z[ recovery-image] Aug 13 19:08:07.022 INFO O| Aug 13 19:08:07.022 INFO STEP 915 (remove_files) COMPLETE
80292026-08-13T19:08:08.426Z[ recovery-image] Aug 13 19:08:07.022 INFO O| Aug 13 19:08:07.022 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-08-13T19:08:08.436Z[ recovery-image] Aug 13 19:08:07.031 INFO O| Aug 13 19:08:07.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80312026-08-13T19:08:08.436Z[ recovery-image] Aug 13 19:08:07.032 INFO O| Aug 13 19:08:07.032 INFO STEP 916 (remove_files) COMPLETE
80322026-08-13T19:08:08.436Z[ recovery-image] Aug 13 19:08:07.032 INFO O| Aug 13 19:08:07.032 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-08-13T19:08:08.443Z[ recovery-image] Aug 13 19:08:07.041 INFO O| Aug 13 19:08:07.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80342026-08-13T19:08:08.443Z[ recovery-image] Aug 13 19:08:07.041 INFO O| Aug 13 19:08:07.041 INFO STEP 917 (remove_files) COMPLETE
80352026-08-13T19:08:08.443Z[ recovery-image] Aug 13 19:08:07.041 INFO O| Aug 13 19:08:07.041 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-08-13T19:08:08.461Z[ recovery-image] Aug 13 19:08:07.053 INFO O| Aug 13 19:08:07.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80372026-08-13T19:08:08.466Z[ recovery-image] Aug 13 19:08:07.063 INFO O| Aug 13 19:08:07.063 INFO STEP 918 (remove_files) COMPLETE
80382026-08-13T19:08:08.467Z[ recovery-image] Aug 13 19:08:07.063 INFO O| Aug 13 19:08:07.063 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-08-13T19:08:08.477Z[ recovery-image] Aug 13 19:08:07.079 INFO O| Aug 13 19:08:07.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80402026-08-13T19:08:08.477Z[ recovery-image] Aug 13 19:08:07.079 INFO O| Aug 13 19:08:07.079 INFO STEP 919 (remove_files) COMPLETE
80412026-08-13T19:08:08.477Z[ recovery-image] Aug 13 19:08:07.079 INFO O| Aug 13 19:08:07.079 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-08-13T19:08:08.487Z[ recovery-image] Aug 13 19:08:07.089 INFO O| Aug 13 19:08:07.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80432026-08-13T19:08:08.487Z[ recovery-image] Aug 13 19:08:07.089 INFO O| Aug 13 19:08:07.089 INFO STEP 920 (remove_files) COMPLETE
80442026-08-13T19:08:08.495Z[ recovery-image] Aug 13 19:08:07.089 INFO O| Aug 13 19:08:07.089 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-08-13T19:08:08.502Z[ recovery-image] Aug 13 19:08:07.099 INFO O| Aug 13 19:08:07.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80462026-08-13T19:08:08.502Z[ recovery-image] Aug 13 19:08:07.099 INFO O| Aug 13 19:08:07.099 INFO STEP 921 (remove_files) COMPLETE
80472026-08-13T19:08:08.502Z[ recovery-image] Aug 13 19:08:07.099 INFO O| Aug 13 19:08:07.099 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-08-13T19:08:08.511Z[ recovery-image] Aug 13 19:08:07.109 INFO O| Aug 13 19:08:07.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80492026-08-13T19:08:08.511Z[ recovery-image] Aug 13 19:08:07.109 INFO O| Aug 13 19:08:07.109 INFO STEP 922 (remove_files) COMPLETE
80502026-08-13T19:08:08.511Z[ recovery-image] Aug 13 19:08:07.109 INFO O| Aug 13 19:08:07.109 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-08-13T19:08:08.518Z[ recovery-image] Aug 13 19:08:07.120 INFO O| Aug 13 19:08:07.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80522026-08-13T19:08:08.518Z[ recovery-image] Aug 13 19:08:07.120 INFO O| Aug 13 19:08:07.120 INFO STEP 923 (remove_files) COMPLETE
80532026-08-13T19:08:08.518Z[ recovery-image] Aug 13 19:08:07.120 INFO O| Aug 13 19:08:07.120 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-08-13T19:08:08.533Z[ recovery-image] Aug 13 19:08:07.135 INFO O| Aug 13 19:08:07.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80552026-08-13T19:08:08.533Z[ recovery-image] Aug 13 19:08:07.135 INFO O| Aug 13 19:08:07.135 INFO STEP 924 (remove_files) COMPLETE
80562026-08-13T19:08:08.533Z[ recovery-image] Aug 13 19:08:07.135 INFO O| Aug 13 19:08:07.135 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-08-13T19:08:08.547Z[ recovery-image] Aug 13 19:08:07.145 INFO O| Aug 13 19:08:07.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80582026-08-13T19:08:08.547Z[ recovery-image] Aug 13 19:08:07.145 INFO O| Aug 13 19:08:07.145 INFO STEP 925 (remove_files) COMPLETE
80592026-08-13T19:08:08.555Z[ recovery-image] Aug 13 19:08:07.145 INFO O| Aug 13 19:08:07.145 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-08-13T19:08:08.555Z[ recovery-image] Aug 13 19:08:07.155 INFO O| Aug 13 19:08:07.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80612026-08-13T19:08:08.555Z[ recovery-image] Aug 13 19:08:07.155 INFO O| Aug 13 19:08:07.155 INFO STEP 926 (remove_files) COMPLETE
80622026-08-13T19:08:08.555Z[ recovery-image] Aug 13 19:08:07.155 INFO O| Aug 13 19:08:07.155 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-08-13T19:08:08.564Z[ recovery-image] Aug 13 19:08:07.165 INFO O| Aug 13 19:08:07.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80642026-08-13T19:08:08.564Z[ recovery-image] Aug 13 19:08:07.165 INFO O| Aug 13 19:08:07.165 INFO STEP 927 (remove_files) COMPLETE
80652026-08-13T19:08:08.564Z[ recovery-image] Aug 13 19:08:07.165 INFO O| Aug 13 19:08:07.165 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-08-13T19:08:08.573Z[ recovery-image] Aug 13 19:08:07.175 INFO O| Aug 13 19:08:07.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80672026-08-13T19:08:08.573Z[ recovery-image] Aug 13 19:08:07.175 INFO O| Aug 13 19:08:07.175 INFO STEP 928 (remove_files) COMPLETE
80682026-08-13T19:08:08.573Z[ recovery-image] Aug 13 19:08:07.175 INFO O| Aug 13 19:08:07.175 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-08-13T19:08:08.582Z[ recovery-image] Aug 13 19:08:07.184 INFO O| Aug 13 19:08:07.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80702026-08-13T19:08:08.582Z[ recovery-image] Aug 13 19:08:07.184 INFO O| Aug 13 19:08:07.184 INFO STEP 929 (remove_files) COMPLETE
80712026-08-13T19:08:08.582Z[ recovery-image] Aug 13 19:08:07.184 INFO O| Aug 13 19:08:07.184 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-08-13T19:08:08.592Z[ recovery-image] Aug 13 19:08:07.193 INFO O| Aug 13 19:08:07.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80732026-08-13T19:08:08.592Z[ recovery-image] Aug 13 19:08:07.193 INFO O| Aug 13 19:08:07.193 INFO STEP 930 (remove_files) COMPLETE
80742026-08-13T19:08:08.600Z[ recovery-image] Aug 13 19:08:07.193 INFO O| Aug 13 19:08:07.193 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-08-13T19:08:08.608Z[ recovery-image] Aug 13 19:08:07.203 INFO O| Aug 13 19:08:07.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80762026-08-13T19:08:08.608Z[ recovery-image] Aug 13 19:08:07.203 INFO O| Aug 13 19:08:07.203 INFO STEP 931 (remove_files) COMPLETE
80772026-08-13T19:08:08.608Z[ recovery-image] Aug 13 19:08:07.203 INFO O| Aug 13 19:08:07.203 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-08-13T19:08:08.615Z[ recovery-image] Aug 13 19:08:07.213 INFO O| Aug 13 19:08:07.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80792026-08-13T19:08:08.615Z[ recovery-image] Aug 13 19:08:07.213 INFO O| Aug 13 19:08:07.213 INFO STEP 932 (remove_files) COMPLETE
80802026-08-13T19:08:08.615Z[ recovery-image] Aug 13 19:08:07.213 INFO O| Aug 13 19:08:07.213 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-08-13T19:08:08.623Z[ recovery-image] Aug 13 19:08:07.224 INFO O| Aug 13 19:08:07.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80822026-08-13T19:08:08.623Z[ recovery-image] Aug 13 19:08:07.224 INFO O| Aug 13 19:08:07.224 INFO STEP 933 (remove_files) COMPLETE
80832026-08-13T19:08:08.624Z[ recovery-image] Aug 13 19:08:07.224 INFO O| Aug 13 19:08:07.224 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-08-13T19:08:08.641Z[ recovery-image] Aug 13 19:08:07.235 INFO O| Aug 13 19:08:07.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
80852026-08-13T19:08:08.641Z[ recovery-image] Aug 13 19:08:07.235 INFO O| Aug 13 19:08:07.235 INFO STEP 934 (remove_files) COMPLETE
80862026-08-13T19:08:08.650Z[ recovery-image] Aug 13 19:08:07.235 INFO O| Aug 13 19:08:07.235 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-08-13T19:08:08.650Z[ recovery-image] Aug 13 19:08:07.247 INFO O| Aug 13 19:08:07.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
80882026-08-13T19:08:08.650Z[ recovery-image] Aug 13 19:08:07.247 INFO O| Aug 13 19:08:07.247 INFO STEP 935 (remove_files) COMPLETE
80892026-08-13T19:08:08.650Z[ recovery-image] Aug 13 19:08:07.247 INFO O| Aug 13 19:08:07.247 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-08-13T19:08:08.658Z[ recovery-image] Aug 13 19:08:07.258 INFO O| Aug 13 19:08:07.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
80912026-08-13T19:08:08.659Z[ recovery-image] Aug 13 19:08:07.258 INFO O| Aug 13 19:08:07.258 INFO STEP 936 (remove_files) COMPLETE
80922026-08-13T19:08:08.659Z[ recovery-image] Aug 13 19:08:07.258 INFO O| Aug 13 19:08:07.258 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-08-13T19:08:08.667Z[ recovery-image] Aug 13 19:08:07.269 INFO O| Aug 13 19:08:07.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
80942026-08-13T19:08:08.667Z[ recovery-image] Aug 13 19:08:07.269 INFO O| Aug 13 19:08:07.269 INFO STEP 937 (remove_files) COMPLETE
80952026-08-13T19:08:08.667Z[ recovery-image] Aug 13 19:08:07.269 INFO O| Aug 13 19:08:07.269 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-08-13T19:08:08.677Z[ recovery-image] Aug 13 19:08:07.279 INFO O| Aug 13 19:08:07.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
80972026-08-13T19:08:08.677Z[ recovery-image] Aug 13 19:08:07.279 INFO O| Aug 13 19:08:07.279 INFO STEP 938 (remove_files) COMPLETE
80982026-08-13T19:08:08.690Z[ recovery-image] Aug 13 19:08:07.279 INFO O| Aug 13 19:08:07.279 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-08-13T19:08:08.698Z[ recovery-image] Aug 13 19:08:07.289 INFO O| Aug 13 19:08:07.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81002026-08-13T19:08:08.698Z[ recovery-image] Aug 13 19:08:07.290 INFO O| Aug 13 19:08:07.289 INFO STEP 939 (remove_files) COMPLETE
81012026-08-13T19:08:08.699Z[ recovery-image] Aug 13 19:08:07.290 INFO O| Aug 13 19:08:07.290 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-08-13T19:08:08.699Z[ recovery-image] Aug 13 19:08:07.299 INFO O| Aug 13 19:08:07.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81032026-08-13T19:08:08.699Z[ recovery-image] Aug 13 19:08:07.299 INFO O| Aug 13 19:08:07.299 INFO STEP 940 (remove_files) COMPLETE
81042026-08-13T19:08:08.699Z[ recovery-image] Aug 13 19:08:07.299 INFO O| Aug 13 19:08:07.299 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-08-13T19:08:08.710Z[ recovery-image] Aug 13 19:08:07.308 INFO O| Aug 13 19:08:07.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81062026-08-13T19:08:08.717Z[ recovery-image] Aug 13 19:08:07.309 INFO O| Aug 13 19:08:07.309 INFO STEP 941 (remove_files) COMPLETE
81072026-08-13T19:08:08.717Z[ recovery-image] Aug 13 19:08:07.309 INFO O| Aug 13 19:08:07.309 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-08-13T19:08:08.726Z[ recovery-image] Aug 13 19:08:07.319 INFO O| Aug 13 19:08:07.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81092026-08-13T19:08:08.726Z[ recovery-image] Aug 13 19:08:07.319 INFO O| Aug 13 19:08:07.319 INFO STEP 942 (remove_files) COMPLETE
81102026-08-13T19:08:08.726Z[ recovery-image] Aug 13 19:08:07.319 INFO O| Aug 13 19:08:07.319 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-08-13T19:08:08.735Z[ recovery-image] Aug 13 19:08:07.329 INFO O| Aug 13 19:08:07.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81122026-08-13T19:08:08.735Z[ recovery-image] Aug 13 19:08:07.329 INFO O| Aug 13 19:08:07.329 INFO STEP 943 (remove_files) COMPLETE
81132026-08-13T19:08:08.735Z[ recovery-image] Aug 13 19:08:07.329 INFO O| Aug 13 19:08:07.329 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-08-13T19:08:08.746Z[ recovery-image] Aug 13 19:08:07.340 INFO O| Aug 13 19:08:07.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81152026-08-13T19:08:08.746Z[ recovery-image] Aug 13 19:08:07.340 INFO O| Aug 13 19:08:07.340 INFO STEP 944 (remove_files) COMPLETE
81162026-08-13T19:08:08.746Z[ recovery-image] Aug 13 19:08:07.340 INFO O| Aug 13 19:08:07.340 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-08-13T19:08:08.757Z[ recovery-image] Aug 13 19:08:07.350 INFO O| Aug 13 19:08:07.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81182026-08-13T19:08:08.757Z[ recovery-image] Aug 13 19:08:07.350 INFO O| Aug 13 19:08:07.350 INFO STEP 945 (remove_files) COMPLETE
81192026-08-13T19:08:08.757Z[ recovery-image] Aug 13 19:08:07.350 INFO O| Aug 13 19:08:07.350 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-08-13T19:08:08.766Z[ recovery-image] Aug 13 19:08:07.359 INFO O| Aug 13 19:08:07.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81212026-08-13T19:08:08.766Z[ recovery-image] Aug 13 19:08:07.359 INFO O| Aug 13 19:08:07.359 INFO STEP 946 (remove_files) COMPLETE
81222026-08-13T19:08:08.766Z[ recovery-image] Aug 13 19:08:07.359 INFO O| Aug 13 19:08:07.359 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-08-13T19:08:08.774Z[ recovery-image] Aug 13 19:08:07.369 INFO O| Aug 13 19:08:07.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81242026-08-13T19:08:08.774Z[ recovery-image] Aug 13 19:08:07.369 INFO O| Aug 13 19:08:07.369 INFO STEP 947 (remove_files) COMPLETE
81252026-08-13T19:08:08.774Z[ recovery-image] Aug 13 19:08:07.369 INFO O| Aug 13 19:08:07.369 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-08-13T19:08:08.782Z[ recovery-image] Aug 13 19:08:07.379 INFO O| Aug 13 19:08:07.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81272026-08-13T19:08:08.782Z[ recovery-image] Aug 13 19:08:07.379 INFO O| Aug 13 19:08:07.379 INFO STEP 948 (remove_files) COMPLETE
81282026-08-13T19:08:08.782Z[ recovery-image] Aug 13 19:08:07.379 INFO O| Aug 13 19:08:07.379 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-08-13T19:08:08.787Z[ recovery-image] Aug 13 19:08:07.389 INFO O| Aug 13 19:08:07.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81302026-08-13T19:08:08.787Z[ recovery-image] Aug 13 19:08:07.389 INFO O| Aug 13 19:08:07.389 INFO STEP 949 (remove_files) COMPLETE
81312026-08-13T19:08:08.787Z[ recovery-image] Aug 13 19:08:07.389 INFO O| Aug 13 19:08:07.389 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-08-13T19:08:08.797Z[ recovery-image] Aug 13 19:08:07.399 INFO O| Aug 13 19:08:07.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81332026-08-13T19:08:08.797Z[ recovery-image] Aug 13 19:08:07.399 INFO O| Aug 13 19:08:07.399 INFO STEP 950 (remove_files) COMPLETE
81342026-08-13T19:08:08.797Z[ recovery-image] Aug 13 19:08:07.399 INFO O| Aug 13 19:08:07.399 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-08-13T19:08:08.806Z[ recovery-image] Aug 13 19:08:07.407 INFO O| Aug 13 19:08:07.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81362026-08-13T19:08:08.806Z[ recovery-image] Aug 13 19:08:07.408 INFO O| Aug 13 19:08:07.408 INFO STEP 951 (remove_files) COMPLETE
81372026-08-13T19:08:08.806Z[ recovery-image] Aug 13 19:08:07.408 INFO O| Aug 13 19:08:07.408 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-08-13T19:08:08.815Z[ recovery-image] Aug 13 19:08:07.417 INFO O| Aug 13 19:08:07.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81392026-08-13T19:08:08.815Z[ recovery-image] Aug 13 19:08:07.417 INFO O| Aug 13 19:08:07.417 INFO STEP 952 (remove_files) COMPLETE
81402026-08-13T19:08:08.815Z[ recovery-image] Aug 13 19:08:07.417 INFO O| Aug 13 19:08:07.417 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-08-13T19:08:08.826Z[ recovery-image] Aug 13 19:08:07.428 INFO O| Aug 13 19:08:07.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81422026-08-13T19:08:08.827Z[ recovery-image] Aug 13 19:08:07.428 INFO O| Aug 13 19:08:07.428 INFO STEP 953 (remove_files) COMPLETE
81432026-08-13T19:08:08.827Z[ recovery-image] Aug 13 19:08:07.428 INFO O| Aug 13 19:08:07.428 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-08-13T19:08:08.837Z[ recovery-image] Aug 13 19:08:07.439 INFO O| Aug 13 19:08:07.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81452026-08-13T19:08:08.837Z[ recovery-image] Aug 13 19:08:07.439 INFO O| Aug 13 19:08:07.439 INFO STEP 954 (remove_files) COMPLETE
81462026-08-13T19:08:08.837Z[ recovery-image] Aug 13 19:08:07.439 INFO O| Aug 13 19:08:07.439 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-08-13T19:08:08.856Z[ recovery-image] Aug 13 19:08:07.449 INFO O| Aug 13 19:08:07.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81482026-08-13T19:08:08.856Z[ recovery-image] Aug 13 19:08:07.449 INFO O| Aug 13 19:08:07.449 INFO STEP 955 (remove_files) COMPLETE
81492026-08-13T19:08:08.892Z[ recovery-image] Aug 13 19:08:07.449 INFO O| Aug 13 19:08:07.449 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-08-13T19:08:08.892Z[ recovery-image] Aug 13 19:08:07.460 INFO O| Aug 13 19:08:07.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81512026-08-13T19:08:08.909Z[ recovery-image] Aug 13 19:08:07.460 INFO O| Aug 13 19:08:07.460 INFO STEP 956 (remove_files) COMPLETE
81522026-08-13T19:08:08.909Z[ recovery-image] Aug 13 19:08:07.460 INFO O| Aug 13 19:08:07.460 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-08-13T19:08:08.910Z[ recovery-image] Aug 13 19:08:07.473 INFO O| Aug 13 19:08:07.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81542026-08-13T19:08:08.910Z[ recovery-image] Aug 13 19:08:07.473 INFO O| Aug 13 19:08:07.473 INFO STEP 957 (remove_files) COMPLETE
81552026-08-13T19:08:08.910Z[ recovery-image] Aug 13 19:08:07.474 INFO O| Aug 13 19:08:07.473 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-08-13T19:08:08.930Z[ recovery-image] Aug 13 19:08:07.484 INFO O| Aug 13 19:08:07.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81572026-08-13T19:08:08.930Z[ recovery-image] Aug 13 19:08:07.484 INFO O| Aug 13 19:08:07.484 INFO STEP 958 (remove_files) COMPLETE
81582026-08-13T19:08:08.930Z[ recovery-image] Aug 13 19:08:07.484 INFO O| Aug 13 19:08:07.484 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-08-13T19:08:08.930Z[ recovery-image] Aug 13 19:08:07.494 INFO O| Aug 13 19:08:07.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81602026-08-13T19:08:08.930Z[ recovery-image] Aug 13 19:08:07.494 INFO O| Aug 13 19:08:07.494 INFO STEP 959 (remove_files) COMPLETE
81612026-08-13T19:08:08.930Z[ recovery-image] Aug 13 19:08:07.494 INFO O| Aug 13 19:08:07.494 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-08-13T19:08:08.930Z[ recovery-image] Aug 13 19:08:07.503 INFO O| Aug 13 19:08:07.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81632026-08-13T19:08:08.930Z[ recovery-image] Aug 13 19:08:07.503 INFO O| Aug 13 19:08:07.503 INFO STEP 960 (remove_files) COMPLETE
81642026-08-13T19:08:08.930Z[ recovery-image] Aug 13 19:08:07.503 INFO O| Aug 13 19:08:07.503 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-08-13T19:08:08.931Z[ recovery-image] Aug 13 19:08:07.513 INFO O| Aug 13 19:08:07.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81662026-08-13T19:08:08.931Z[ recovery-image] Aug 13 19:08:07.513 INFO O| Aug 13 19:08:07.513 INFO STEP 961 (remove_files) COMPLETE
81672026-08-13T19:08:08.931Z[ recovery-image] Aug 13 19:08:07.513 INFO O| Aug 13 19:08:07.513 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-08-13T19:08:08.931Z[ recovery-image] Aug 13 19:08:07.523 INFO O| Aug 13 19:08:07.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81692026-08-13T19:08:08.931Z[ recovery-image] Aug 13 19:08:07.523 INFO O| Aug 13 19:08:07.523 INFO STEP 962 (remove_files) COMPLETE
81702026-08-13T19:08:08.931Z[ recovery-image] Aug 13 19:08:07.523 INFO O| Aug 13 19:08:07.523 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-08-13T19:08:08.936Z[ recovery-image] Aug 13 19:08:07.532 INFO O| Aug 13 19:08:07.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81722026-08-13T19:08:08.936Z[ recovery-image] Aug 13 19:08:07.532 INFO O| Aug 13 19:08:07.532 INFO STEP 963 (remove_files) COMPLETE
81732026-08-13T19:08:08.936Z[ recovery-image] Aug 13 19:08:07.532 INFO O| Aug 13 19:08:07.532 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-08-13T19:08:08.940Z[ recovery-image] Aug 13 19:08:07.542 INFO O| Aug 13 19:08:07.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81752026-08-13T19:08:08.941Z[ recovery-image] Aug 13 19:08:07.542 INFO O| Aug 13 19:08:07.542 INFO STEP 964 (remove_files) COMPLETE
81762026-08-13T19:08:08.944Z[ recovery-image] Aug 13 19:08:07.542 INFO O| Aug 13 19:08:07.542 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-08-13T19:08:08.949Z[ recovery-image] Aug 13 19:08:07.551 INFO O| Aug 13 19:08:07.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81782026-08-13T19:08:08.949Z[ recovery-image] Aug 13 19:08:07.551 INFO O| Aug 13 19:08:07.551 INFO STEP 965 (remove_files) COMPLETE
81792026-08-13T19:08:08.954Z[ recovery-image] Aug 13 19:08:07.551 INFO O| Aug 13 19:08:07.551 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-08-13T19:08:08.959Z[ recovery-image] Aug 13 19:08:07.561 INFO O| Aug 13 19:08:07.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81812026-08-13T19:08:08.959Z[ recovery-image] Aug 13 19:08:07.561 INFO O| Aug 13 19:08:07.561 INFO STEP 966 (remove_files) COMPLETE
81822026-08-13T19:08:08.959Z[ recovery-image] Aug 13 19:08:07.561 INFO O| Aug 13 19:08:07.561 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-08-13T19:08:08.972Z[ recovery-image] Aug 13 19:08:07.569 INFO O| Aug 13 19:08:07.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
81842026-08-13T19:08:08.972Z[ recovery-image] Aug 13 19:08:07.569 INFO O| Aug 13 19:08:07.569 INFO STEP 967 (remove_files) COMPLETE
81852026-08-13T19:08:08.972Z[ recovery-image] Aug 13 19:08:07.569 INFO O| Aug 13 19:08:07.569 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-13T19:08:09.041Z[ recovery-image] Aug 13 19:08:07.580 INFO O| Aug 13 19:08:07.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
81872026-08-13T19:08:09.041Z[ recovery-image] Aug 13 19:08:07.580 INFO O| Aug 13 19:08:07.580 INFO STEP 968 (remove_files) COMPLETE
81882026-08-13T19:08:09.041Z[ recovery-image] Aug 13 19:08:07.580 INFO O| Aug 13 19:08:07.580 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-13T19:08:09.048Z[ recovery-image] Aug 13 19:08:07.589 INFO O| Aug 13 19:08:07.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
81902026-08-13T19:08:09.049Z[ recovery-image] Aug 13 19:08:07.589 INFO O| Aug 13 19:08:07.589 INFO STEP 969 (remove_files) COMPLETE
81912026-08-13T19:08:09.049Z[ recovery-image] Aug 13 19:08:07.589 INFO O| Aug 13 19:08:07.589 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-13T19:08:09.049Z[ recovery-image] Aug 13 19:08:07.599 INFO O| Aug 13 19:08:07.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
81932026-08-13T19:08:09.049Z[ recovery-image] Aug 13 19:08:07.599 INFO O| Aug 13 19:08:07.599 INFO STEP 970 (remove_files) COMPLETE
81942026-08-13T19:08:09.049Z[ recovery-image] Aug 13 19:08:07.599 INFO O| Aug 13 19:08:07.599 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-13T19:08:09.049Z[ recovery-image] Aug 13 19:08:07.609 INFO O| Aug 13 19:08:07.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
81962026-08-13T19:08:09.049Z[ recovery-image] Aug 13 19:08:07.609 INFO O| Aug 13 19:08:07.609 INFO STEP 971 (remove_files) COMPLETE
81972026-08-13T19:08:09.049Z[ recovery-image] Aug 13 19:08:07.609 INFO O| Aug 13 19:08:07.609 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-13T19:08:09.049Z[ recovery-image] Aug 13 19:08:07.619 INFO O| Aug 13 19:08:07.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
81992026-08-13T19:08:09.049Z[ recovery-image] Aug 13 19:08:07.619 INFO O| Aug 13 19:08:07.619 INFO STEP 972 (remove_files) COMPLETE
82002026-08-13T19:08:09.049Z[ recovery-image] Aug 13 19:08:07.619 INFO O| Aug 13 19:08:07.619 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-08-13T19:08:09.049Z[ recovery-image] Aug 13 19:08:07.628 INFO O| Aug 13 19:08:07.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82022026-08-13T19:08:09.049Z[ recovery-image] Aug 13 19:08:07.628 INFO O| Aug 13 19:08:07.628 INFO STEP 973 (remove_files) COMPLETE
82032026-08-13T19:08:09.049Z[ recovery-image] Aug 13 19:08:07.628 INFO O| Aug 13 19:08:07.628 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-08-13T19:08:09.049Z[ recovery-image] Aug 13 19:08:07.638 INFO O| Aug 13 19:08:07.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82052026-08-13T19:08:09.049Z[ recovery-image] Aug 13 19:08:07.638 INFO O| Aug 13 19:08:07.638 INFO STEP 974 (remove_files) COMPLETE
82062026-08-13T19:08:09.050Z[ recovery-image] Aug 13 19:08:07.638 INFO O| Aug 13 19:08:07.638 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-08-13T19:08:09.060Z[ recovery-image] Aug 13 19:08:07.648 INFO O| Aug 13 19:08:07.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82082026-08-13T19:08:09.060Z[ recovery-image] Aug 13 19:08:07.648 INFO O| Aug 13 19:08:07.648 INFO STEP 975 (remove_files) COMPLETE
82092026-08-13T19:08:09.060Z[ recovery-image] Aug 13 19:08:07.648 INFO O| Aug 13 19:08:07.648 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-08-13T19:08:09.060Z[ recovery-image] Aug 13 19:08:07.660 INFO O| Aug 13 19:08:07.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82112026-08-13T19:08:09.060Z[ recovery-image] Aug 13 19:08:07.660 INFO O| Aug 13 19:08:07.660 INFO STEP 976 (remove_files) COMPLETE
82122026-08-13T19:08:09.060Z[ recovery-image] Aug 13 19:08:07.660 INFO O| Aug 13 19:08:07.660 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-08-13T19:08:09.073Z[ recovery-image] Aug 13 19:08:07.669 INFO O| Aug 13 19:08:07.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82142026-08-13T19:08:09.073Z[ recovery-image] Aug 13 19:08:07.669 INFO O| Aug 13 19:08:07.669 INFO STEP 977 (remove_files) COMPLETE
82152026-08-13T19:08:09.073Z[ recovery-image] Aug 13 19:08:07.669 INFO O| Aug 13 19:08:07.669 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-08-13T19:08:09.083Z[ recovery-image] Aug 13 19:08:07.679 INFO O| Aug 13 19:08:07.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82172026-08-13T19:08:09.083Z[ recovery-image] Aug 13 19:08:07.679 INFO O| Aug 13 19:08:07.679 INFO STEP 978 (remove_files) COMPLETE
82182026-08-13T19:08:09.083Z[ recovery-image] Aug 13 19:08:07.679 INFO O| Aug 13 19:08:07.679 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-08-13T19:08:09.093Z[ recovery-image] Aug 13 19:08:07.689 INFO O| Aug 13 19:08:07.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82202026-08-13T19:08:09.093Z[ recovery-image] Aug 13 19:08:07.689 INFO O| Aug 13 19:08:07.689 INFO STEP 979 (remove_files) COMPLETE
82212026-08-13T19:08:09.093Z[ recovery-image] Aug 13 19:08:07.689 INFO O| Aug 13 19:08:07.689 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-08-13T19:08:09.103Z[ recovery-image] Aug 13 19:08:07.699 INFO O| Aug 13 19:08:07.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82232026-08-13T19:08:09.103Z[ recovery-image] Aug 13 19:08:07.699 INFO O| Aug 13 19:08:07.699 INFO STEP 980 (remove_files) COMPLETE
82242026-08-13T19:08:09.103Z[ recovery-image] Aug 13 19:08:07.699 INFO O| Aug 13 19:08:07.699 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-08-13T19:08:09.116Z[ recovery-image] Aug 13 19:08:07.708 INFO O| Aug 13 19:08:07.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82262026-08-13T19:08:09.116Z[ recovery-image] Aug 13 19:08:07.708 INFO O| Aug 13 19:08:07.708 INFO STEP 981 (remove_files) COMPLETE
82272026-08-13T19:08:09.116Z[ recovery-image] Aug 13 19:08:07.708 INFO O| Aug 13 19:08:07.708 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-08-13T19:08:09.126Z[ recovery-image] Aug 13 19:08:07.719 INFO O| Aug 13 19:08:07.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82292026-08-13T19:08:09.126Z[ recovery-image] Aug 13 19:08:07.719 INFO O| Aug 13 19:08:07.719 INFO STEP 982 (remove_files) COMPLETE
82302026-08-13T19:08:09.126Z[ recovery-image] Aug 13 19:08:07.719 INFO O| Aug 13 19:08:07.719 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-08-13T19:08:09.134Z[ recovery-image] Aug 13 19:08:07.730 INFO O| Aug 13 19:08:07.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82322026-08-13T19:08:09.134Z[ recovery-image] Aug 13 19:08:07.730 INFO O| Aug 13 19:08:07.730 INFO STEP 983 (remove_files) COMPLETE
82332026-08-13T19:08:09.134Z[ recovery-image] Aug 13 19:08:07.730 INFO O| Aug 13 19:08:07.730 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-08-13T19:08:09.144Z[ recovery-image] Aug 13 19:08:07.739 INFO O| Aug 13 19:08:07.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82352026-08-13T19:08:09.144Z[ recovery-image] Aug 13 19:08:07.739 INFO O| Aug 13 19:08:07.739 INFO STEP 984 (remove_files) COMPLETE
82362026-08-13T19:08:09.144Z[ recovery-image] Aug 13 19:08:07.739 INFO O| Aug 13 19:08:07.739 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-08-13T19:08:09.154Z[ recovery-image] Aug 13 19:08:07.748 INFO O| Aug 13 19:08:07.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82382026-08-13T19:08:09.154Z[ recovery-image] Aug 13 19:08:07.748 INFO O| Aug 13 19:08:07.748 INFO STEP 985 (remove_files) COMPLETE
82392026-08-13T19:08:09.154Z[ recovery-image] Aug 13 19:08:07.748 INFO O| Aug 13 19:08:07.748 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-08-13T19:08:09.162Z[ recovery-image] Aug 13 19:08:07.757 INFO O| Aug 13 19:08:07.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82412026-08-13T19:08:09.162Z[ recovery-image] Aug 13 19:08:07.757 INFO O| Aug 13 19:08:07.757 INFO STEP 986 (remove_files) COMPLETE
82422026-08-13T19:08:09.162Z[ recovery-image] Aug 13 19:08:07.757 INFO O| Aug 13 19:08:07.757 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-08-13T19:08:09.169Z[ recovery-image] Aug 13 19:08:07.766 INFO O| Aug 13 19:08:07.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82442026-08-13T19:08:09.169Z[ recovery-image] Aug 13 19:08:07.767 INFO O| Aug 13 19:08:07.767 INFO STEP 987 (remove_files) COMPLETE
82452026-08-13T19:08:09.169Z[ recovery-image] Aug 13 19:08:07.767 INFO O| Aug 13 19:08:07.767 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-08-13T19:08:09.178Z[ recovery-image] Aug 13 19:08:07.776 INFO O| Aug 13 19:08:07.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82472026-08-13T19:08:09.178Z[ recovery-image] Aug 13 19:08:07.776 INFO O| Aug 13 19:08:07.776 INFO STEP 988 (remove_files) COMPLETE
82482026-08-13T19:08:09.179Z[ recovery-image] Aug 13 19:08:07.776 INFO O| Aug 13 19:08:07.776 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-08-13T19:08:09.187Z[ recovery-image] Aug 13 19:08:07.786 INFO O| Aug 13 19:08:07.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82502026-08-13T19:08:09.187Z[ recovery-image] Aug 13 19:08:07.786 INFO O| Aug 13 19:08:07.786 INFO STEP 989 (remove_files) COMPLETE
82512026-08-13T19:08:09.187Z[ recovery-image] Aug 13 19:08:07.786 INFO O| Aug 13 19:08:07.786 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-08-13T19:08:09.196Z[ recovery-image] Aug 13 19:08:07.796 INFO O| Aug 13 19:08:07.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82532026-08-13T19:08:09.197Z[ recovery-image] Aug 13 19:08:07.796 INFO O| Aug 13 19:08:07.796 INFO STEP 990 (remove_files) COMPLETE
82542026-08-13T19:08:09.197Z[ recovery-image] Aug 13 19:08:07.796 INFO O| Aug 13 19:08:07.796 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-08-13T19:08:09.208Z[ recovery-image] Aug 13 19:08:07.806 INFO O| Aug 13 19:08:07.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82562026-08-13T19:08:09.208Z[ recovery-image] Aug 13 19:08:07.806 INFO O| Aug 13 19:08:07.806 INFO STEP 991 (remove_files) COMPLETE
82572026-08-13T19:08:09.208Z[ recovery-image] Aug 13 19:08:07.806 INFO O| Aug 13 19:08:07.806 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-08-13T19:08:09.217Z[ recovery-image] Aug 13 19:08:07.817 INFO O| Aug 13 19:08:07.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82592026-08-13T19:08:09.218Z[ recovery-image] Aug 13 19:08:07.817 INFO O| Aug 13 19:08:07.817 INFO STEP 992 (remove_files) COMPLETE
82602026-08-13T19:08:09.218Z[ recovery-image] Aug 13 19:08:07.817 INFO O| Aug 13 19:08:07.817 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-08-13T19:08:09.227Z[ recovery-image] Aug 13 19:08:07.828 INFO O| Aug 13 19:08:07.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82622026-08-13T19:08:09.227Z[ recovery-image] Aug 13 19:08:07.828 INFO O| Aug 13 19:08:07.828 INFO STEP 993 (remove_files) COMPLETE
82632026-08-13T19:08:09.227Z[ recovery-image] Aug 13 19:08:07.828 INFO O| Aug 13 19:08:07.828 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-08-13T19:08:09.238Z[ recovery-image] Aug 13 19:08:07.839 INFO O| Aug 13 19:08:07.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82652026-08-13T19:08:09.238Z[ recovery-image] Aug 13 19:08:07.839 INFO O| Aug 13 19:08:07.839 INFO STEP 994 (remove_files) COMPLETE
82662026-08-13T19:08:09.238Z[ recovery-image] Aug 13 19:08:07.839 INFO O| Aug 13 19:08:07.839 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-08-13T19:08:09.248Z[ recovery-image] Aug 13 19:08:07.850 INFO O| Aug 13 19:08:07.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82682026-08-13T19:08:09.248Z[ recovery-image] Aug 13 19:08:07.850 INFO O| Aug 13 19:08:07.850 INFO STEP 995 (remove_files) COMPLETE
82692026-08-13T19:08:09.249Z[ recovery-image] Aug 13 19:08:07.850 INFO O| Aug 13 19:08:07.850 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82702026-08-13T19:08:09.259Z[ recovery-image] Aug 13 19:08:07.861 INFO O| Aug 13 19:08:07.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82712026-08-13T19:08:09.259Z[ recovery-image] Aug 13 19:08:07.861 INFO O| Aug 13 19:08:07.861 INFO STEP 996 (remove_files) COMPLETE
82722026-08-13T19:08:09.259Z[ recovery-image] Aug 13 19:08:07.861 INFO O| Aug 13 19:08:07.861 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82732026-08-13T19:08:09.270Z[ recovery-image] Aug 13 19:08:07.871 INFO O| Aug 13 19:08:07.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82742026-08-13T19:08:09.270Z[ recovery-image] Aug 13 19:08:07.871 INFO O| Aug 13 19:08:07.871 INFO STEP 997 (remove_files) COMPLETE
82752026-08-13T19:08:09.270Z[ recovery-image] Aug 13 19:08:07.871 INFO O| Aug 13 19:08:07.871 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82762026-08-13T19:08:09.280Z[ recovery-image] Aug 13 19:08:07.881 INFO O| Aug 13 19:08:07.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82772026-08-13T19:08:09.280Z[ recovery-image] Aug 13 19:08:07.881 INFO O| Aug 13 19:08:07.881 INFO STEP 998 (remove_files) COMPLETE
82782026-08-13T19:08:09.280Z[ recovery-image] Aug 13 19:08:07.881 INFO O| Aug 13 19:08:07.881 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82792026-08-13T19:08:09.289Z[ recovery-image] Aug 13 19:08:07.891 INFO O| Aug 13 19:08:07.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82802026-08-13T19:08:09.289Z[ recovery-image] Aug 13 19:08:07.891 INFO O| Aug 13 19:08:07.891 INFO STEP 999 (remove_files) COMPLETE
82812026-08-13T19:08:09.289Z[ recovery-image] Aug 13 19:08:07.891 INFO O| Aug 13 19:08:07.891 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82822026-08-13T19:08:09.298Z[ recovery-image] Aug 13 19:08:07.900 INFO O| Aug 13 19:08:07.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
82832026-08-13T19:08:09.298Z[ recovery-image] Aug 13 19:08:07.900 INFO O| Aug 13 19:08:07.900 INFO STEP 1000 (remove_files) COMPLETE
82842026-08-13T19:08:09.308Z[ recovery-image] Aug 13 19:08:07.900 INFO O| Aug 13 19:08:07.900 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82852026-08-13T19:08:09.308Z[ recovery-image] Aug 13 19:08:07.909 INFO O| Aug 13 19:08:07.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
82862026-08-13T19:08:09.308Z[ recovery-image] Aug 13 19:08:07.909 INFO O| Aug 13 19:08:07.909 INFO STEP 1001 (remove_files) COMPLETE
82872026-08-13T19:08:09.308Z[ recovery-image] Aug 13 19:08:07.909 INFO O| Aug 13 19:08:07.909 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82882026-08-13T19:08:09.327Z[ recovery-image] Aug 13 19:08:07.918 INFO O| Aug 13 19:08:07.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
82892026-08-13T19:08:09.327Z[ recovery-image] Aug 13 19:08:07.918 INFO O| Aug 13 19:08:07.918 INFO STEP 1002 (remove_files) COMPLETE
82902026-08-13T19:08:09.328Z[ recovery-image] Aug 13 19:08:07.918 INFO O| Aug 13 19:08:07.918 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82912026-08-13T19:08:09.336Z[ recovery-image] Aug 13 19:08:07.926 INFO O| Aug 13 19:08:07.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
82922026-08-13T19:08:09.336Z[ recovery-image] Aug 13 19:08:07.926 INFO O| Aug 13 19:08:07.926 INFO STEP 1003 (remove_files) COMPLETE
82932026-08-13T19:08:09.336Z[ recovery-image] Aug 13 19:08:07.926 INFO O| Aug 13 19:08:07.926 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82942026-08-13T19:08:09.336Z[ recovery-image] Aug 13 19:08:07.935 INFO O| Aug 13 19:08:07.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
82952026-08-13T19:08:09.337Z[ recovery-image] Aug 13 19:08:07.935 INFO O| Aug 13 19:08:07.935 INFO STEP 1004 (remove_files) COMPLETE
82962026-08-13T19:08:09.337Z[ recovery-image] Aug 13 19:08:07.935 INFO O| Aug 13 19:08:07.935 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82972026-08-13T19:08:09.346Z[ recovery-image] Aug 13 19:08:07.947 INFO O| Aug 13 19:08:07.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
82982026-08-13T19:08:09.346Z[ recovery-image] Aug 13 19:08:07.947 INFO O| Aug 13 19:08:07.947 INFO STEP 1005 (remove_files) COMPLETE
82992026-08-13T19:08:09.346Z[ recovery-image] Aug 13 19:08:07.947 INFO O| Aug 13 19:08:07.947 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83002026-08-13T19:08:09.355Z[ recovery-image] Aug 13 19:08:07.957 INFO O| Aug 13 19:08:07.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83012026-08-13T19:08:09.355Z[ recovery-image] Aug 13 19:08:07.957 INFO O| Aug 13 19:08:07.957 INFO STEP 1006 (remove_files) COMPLETE
83022026-08-13T19:08:09.362Z[ recovery-image] Aug 13 19:08:07.957 INFO O| Aug 13 19:08:07.957 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83032026-08-13T19:08:09.369Z[ recovery-image] Aug 13 19:08:07.966 INFO O| Aug 13 19:08:07.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83042026-08-13T19:08:09.369Z[ recovery-image] Aug 13 19:08:07.966 INFO O| Aug 13 19:08:07.966 INFO STEP 1007 (remove_files) COMPLETE
83052026-08-13T19:08:09.369Z[ recovery-image] Aug 13 19:08:07.966 INFO O| Aug 13 19:08:07.966 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83062026-08-13T19:08:09.378Z[ recovery-image] Aug 13 19:08:07.977 INFO O| Aug 13 19:08:07.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83072026-08-13T19:08:09.378Z[ recovery-image] Aug 13 19:08:07.977 INFO O| Aug 13 19:08:07.977 INFO STEP 1008 (remove_files) COMPLETE
83082026-08-13T19:08:09.378Z[ recovery-image] Aug 13 19:08:07.977 INFO O| Aug 13 19:08:07.977 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83092026-08-13T19:08:09.387Z[ recovery-image] Aug 13 19:08:07.989 INFO O| Aug 13 19:08:07.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83102026-08-13T19:08:09.387Z[ recovery-image] Aug 13 19:08:07.989 INFO O| Aug 13 19:08:07.989 INFO STEP 1009 (remove_files) COMPLETE
83112026-08-13T19:08:09.394Z[ recovery-image] Aug 13 19:08:07.989 INFO O| Aug 13 19:08:07.989 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83122026-08-13T19:08:09.402Z[ recovery-image] Aug 13 19:08:07.999 INFO O| Aug 13 19:08:07.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83132026-08-13T19:08:09.402Z[ recovery-image] Aug 13 19:08:07.999 INFO O| Aug 13 19:08:07.999 INFO STEP 1010 (remove_files) COMPLETE
83142026-08-13T19:08:09.402Z[ recovery-image] Aug 13 19:08:07.999 INFO O| Aug 13 19:08:07.999 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83152026-08-13T19:08:09.412Z[ recovery-image] Aug 13 19:08:08.009 INFO O| Aug 13 19:08:08.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83162026-08-13T19:08:09.412Z[ recovery-image] Aug 13 19:08:08.009 INFO O| Aug 13 19:08:08.009 INFO STEP 1011 (remove_files) COMPLETE
83172026-08-13T19:08:09.412Z[ recovery-image] Aug 13 19:08:08.009 INFO O| Aug 13 19:08:08.009 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83182026-08-13T19:08:09.421Z[ recovery-image] Aug 13 19:08:08.020 INFO O| Aug 13 19:08:08.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83192026-08-13T19:08:09.421Z[ recovery-image] Aug 13 19:08:08.020 INFO O| Aug 13 19:08:08.020 INFO STEP 1012 (remove_files) COMPLETE
83202026-08-13T19:08:09.421Z[ recovery-image] Aug 13 19:08:08.020 INFO O| Aug 13 19:08:08.020 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-08-13T19:08:09.431Z[ recovery-image] Aug 13 19:08:08.030 INFO O| Aug 13 19:08:08.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83222026-08-13T19:08:09.431Z[ recovery-image] Aug 13 19:08:08.030 INFO O| Aug 13 19:08:08.030 INFO STEP 1013 (remove_files) COMPLETE
83232026-08-13T19:08:09.431Z[ recovery-image] Aug 13 19:08:08.030 INFO O| Aug 13 19:08:08.030 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-08-13T19:08:09.439Z[ recovery-image] Aug 13 19:08:08.041 INFO O| Aug 13 19:08:08.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83252026-08-13T19:08:09.439Z[ recovery-image] Aug 13 19:08:08.041 INFO O| Aug 13 19:08:08.041 INFO STEP 1014 (remove_files) COMPLETE
83262026-08-13T19:08:09.439Z[ recovery-image] Aug 13 19:08:08.041 INFO O| Aug 13 19:08:08.041 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-08-13T19:08:09.450Z[ recovery-image] Aug 13 19:08:08.052 INFO O| Aug 13 19:08:08.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83282026-08-13T19:08:09.450Z[ recovery-image] Aug 13 19:08:08.052 INFO O| Aug 13 19:08:08.052 INFO STEP 1015 (remove_files) COMPLETE
83292026-08-13T19:08:09.450Z[ recovery-image] Aug 13 19:08:08.052 INFO O| Aug 13 19:08:08.052 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-08-13T19:08:09.461Z[ recovery-image] Aug 13 19:08:08.063 INFO O| Aug 13 19:08:08.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83312026-08-13T19:08:09.462Z[ recovery-image] Aug 13 19:08:08.063 INFO O| Aug 13 19:08:08.063 INFO STEP 1016 (remove_files) COMPLETE
83322026-08-13T19:08:09.472Z[ recovery-image] Aug 13 19:08:08.063 INFO O| Aug 13 19:08:08.063 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-08-13T19:08:09.472Z[ recovery-image] Aug 13 19:08:08.073 INFO O| Aug 13 19:08:08.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83342026-08-13T19:08:09.472Z[ recovery-image] Aug 13 19:08:08.073 INFO O| Aug 13 19:08:08.073 INFO STEP 1017 (remove_files) COMPLETE
83352026-08-13T19:08:09.472Z[ recovery-image] Aug 13 19:08:08.073 INFO O| Aug 13 19:08:08.073 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-08-13T19:08:09.484Z[ recovery-image] Aug 13 19:08:08.084 INFO O| Aug 13 19:08:08.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83372026-08-13T19:08:09.484Z[ recovery-image] Aug 13 19:08:08.084 INFO O| Aug 13 19:08:08.084 INFO STEP 1018 (remove_files) COMPLETE
83382026-08-13T19:08:09.484Z[ recovery-image] Aug 13 19:08:08.084 INFO O| Aug 13 19:08:08.084 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-08-13T19:08:09.491Z[ recovery-image] Aug 13 19:08:08.093 INFO O| Aug 13 19:08:08.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83402026-08-13T19:08:09.491Z[ recovery-image] Aug 13 19:08:08.093 INFO O| Aug 13 19:08:08.093 INFO STEP 1019 (remove_files) COMPLETE
83412026-08-13T19:08:09.491Z[ recovery-image] Aug 13 19:08:08.093 INFO O| Aug 13 19:08:08.093 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-08-13T19:08:09.505Z[ recovery-image] Aug 13 19:08:08.103 INFO O| Aug 13 19:08:08.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83432026-08-13T19:08:09.505Z[ recovery-image] Aug 13 19:08:08.103 INFO O| Aug 13 19:08:08.103 INFO STEP 1020 (remove_files) COMPLETE
83442026-08-13T19:08:09.505Z[ recovery-image] Aug 13 19:08:08.103 INFO O| Aug 13 19:08:08.103 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-08-13T19:08:09.514Z[ recovery-image] Aug 13 19:08:08.113 INFO O| Aug 13 19:08:08.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83462026-08-13T19:08:09.514Z[ recovery-image] Aug 13 19:08:08.113 INFO O| Aug 13 19:08:08.113 INFO STEP 1021 (remove_files) COMPLETE
83472026-08-13T19:08:09.514Z[ recovery-image] Aug 13 19:08:08.113 INFO O| Aug 13 19:08:08.113 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-08-13T19:08:09.525Z[ recovery-image] Aug 13 19:08:08.123 INFO O| Aug 13 19:08:08.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83492026-08-13T19:08:09.525Z[ recovery-image] Aug 13 19:08:08.123 INFO O| Aug 13 19:08:08.123 INFO STEP 1022 (remove_files) COMPLETE
83502026-08-13T19:08:09.525Z[ recovery-image] Aug 13 19:08:08.123 INFO O| Aug 13 19:08:08.123 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-08-13T19:08:09.539Z[ recovery-image] Aug 13 19:08:08.135 INFO O| Aug 13 19:08:08.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83522026-08-13T19:08:09.539Z[ recovery-image] Aug 13 19:08:08.135 INFO O| Aug 13 19:08:08.135 INFO STEP 1023 (remove_files) COMPLETE
83532026-08-13T19:08:09.539Z[ recovery-image] Aug 13 19:08:08.135 INFO O| Aug 13 19:08:08.135 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-08-13T19:08:09.553Z[ recovery-image] Aug 13 19:08:08.145 INFO O| Aug 13 19:08:08.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83552026-08-13T19:08:09.553Z[ recovery-image] Aug 13 19:08:08.145 INFO O| Aug 13 19:08:08.145 INFO STEP 1024 (remove_files) COMPLETE
83562026-08-13T19:08:09.553Z[ recovery-image] Aug 13 19:08:08.145 INFO O| Aug 13 19:08:08.145 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-08-13T19:08:09.563Z[ recovery-image] Aug 13 19:08:08.156 INFO O| Aug 13 19:08:08.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83582026-08-13T19:08:09.563Z[ recovery-image] Aug 13 19:08:08.156 INFO O| Aug 13 19:08:08.156 INFO STEP 1025 (remove_files) COMPLETE
83592026-08-13T19:08:09.563Z[ recovery-image] Aug 13 19:08:08.156 INFO O| Aug 13 19:08:08.156 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-08-13T19:08:09.572Z[ recovery-image] Aug 13 19:08:08.166 INFO O| Aug 13 19:08:08.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83612026-08-13T19:08:09.572Z[ recovery-image] Aug 13 19:08:08.166 INFO O| Aug 13 19:08:08.166 INFO STEP 1026 (remove_files) COMPLETE
83622026-08-13T19:08:09.572Z[ recovery-image] Aug 13 19:08:08.166 INFO O| Aug 13 19:08:08.166 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-08-13T19:08:09.585Z[ recovery-image] Aug 13 19:08:08.177 INFO O| Aug 13 19:08:08.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83642026-08-13T19:08:09.585Z[ recovery-image] Aug 13 19:08:08.177 INFO O| Aug 13 19:08:08.177 INFO STEP 1027 (remove_files) COMPLETE
83652026-08-13T19:08:09.585Z[ recovery-image] Aug 13 19:08:08.177 INFO O| Aug 13 19:08:08.177 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-08-13T19:08:09.594Z[ recovery-image] Aug 13 19:08:08.188 INFO O| Aug 13 19:08:08.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83672026-08-13T19:08:09.595Z[ recovery-image] Aug 13 19:08:08.188 INFO O| Aug 13 19:08:08.188 INFO STEP 1028 (remove_files) COMPLETE
83682026-08-13T19:08:09.595Z[ recovery-image] Aug 13 19:08:08.188 INFO O| Aug 13 19:08:08.188 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-08-13T19:08:09.603Z[ recovery-image] Aug 13 19:08:08.199 INFO O| Aug 13 19:08:08.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83702026-08-13T19:08:09.603Z[ recovery-image] Aug 13 19:08:08.199 INFO O| Aug 13 19:08:08.199 INFO STEP 1029 (remove_files) COMPLETE
83712026-08-13T19:08:09.603Z[ recovery-image] Aug 13 19:08:08.199 INFO O| Aug 13 19:08:08.199 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-08-13T19:08:09.611Z[ recovery-image] Aug 13 19:08:08.211 INFO O| Aug 13 19:08:08.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83732026-08-13T19:08:09.611Z[ recovery-image] Aug 13 19:08:08.211 INFO O| Aug 13 19:08:08.211 INFO STEP 1030 (remove_files) COMPLETE
83742026-08-13T19:08:09.611Z[ recovery-image] Aug 13 19:08:08.211 INFO O| Aug 13 19:08:08.211 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-13T19:08:09.620Z[ recovery-image] Aug 13 19:08:08.222 INFO O| Aug 13 19:08:08.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83762026-08-13T19:08:09.620Z[ recovery-image] Aug 13 19:08:08.222 INFO O| Aug 13 19:08:08.222 INFO STEP 1031 (remove_files) COMPLETE
83772026-08-13T19:08:09.621Z[ recovery-image] Aug 13 19:08:08.222 INFO O| Aug 13 19:08:08.222 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-08-13T19:08:09.629Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
83792026-08-13T19:08:09.641Z[ recovery-image] Aug 13 19:08:08.233 INFO O| Aug 13 19:08:08.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83802026-08-13T19:08:09.641Z[ recovery-image] Aug 13 19:08:08.233 INFO O| Aug 13 19:08:08.233 INFO STEP 1032 (remove_files) COMPLETE
83812026-08-13T19:08:09.641Z[ recovery-image] Aug 13 19:08:08.233 INFO O| Aug 13 19:08:08.233 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-08-13T19:08:09.650Z[ recovery-image] Aug 13 19:08:08.243 INFO O| Aug 13 19:08:08.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
83832026-08-13T19:08:09.650Z[ recovery-image] Aug 13 19:08:08.243 INFO O| Aug 13 19:08:08.243 INFO STEP 1033 (remove_files) COMPLETE
83842026-08-13T19:08:09.650Z[ recovery-image] Aug 13 19:08:08.243 INFO O| Aug 13 19:08:08.243 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-08-13T19:08:09.659Z[ recovery-image] Aug 13 19:08:08.254 INFO O| Aug 13 19:08:08.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
83862026-08-13T19:08:09.659Z[ recovery-image] Aug 13 19:08:08.254 INFO O| Aug 13 19:08:08.254 INFO STEP 1034 (remove_files) COMPLETE
83872026-08-13T19:08:09.659Z[ recovery-image] Aug 13 19:08:08.254 INFO O| Aug 13 19:08:08.254 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-08-13T19:08:09.668Z[ recovery-image] Aug 13 19:08:08.263 INFO O| Aug 13 19:08:08.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
83892026-08-13T19:08:09.668Z[ recovery-image] Aug 13 19:08:08.263 INFO O| Aug 13 19:08:08.263 INFO STEP 1035 (remove_files) COMPLETE
83902026-08-13T19:08:09.668Z[ recovery-image] Aug 13 19:08:08.263 INFO O| Aug 13 19:08:08.263 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83912026-08-13T19:08:09.678Z[ recovery-image] Aug 13 19:08:08.275 INFO O| Aug 13 19:08:08.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
83922026-08-13T19:08:09.678Z[ recovery-image] Aug 13 19:08:08.275 INFO O| Aug 13 19:08:08.275 INFO STEP 1036 (remove_files) COMPLETE
83932026-08-13T19:08:09.678Z[ recovery-image] Aug 13 19:08:08.275 INFO O| Aug 13 19:08:08.275 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83942026-08-13T19:08:09.688Z[ recovery-image] Aug 13 19:08:08.287 INFO O| Aug 13 19:08:08.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
83952026-08-13T19:08:09.689Z[ recovery-image] Aug 13 19:08:08.287 INFO O| Aug 13 19:08:08.287 INFO STEP 1037 (remove_files) COMPLETE
83962026-08-13T19:08:09.689Z[ recovery-image] Aug 13 19:08:08.287 INFO O| Aug 13 19:08:08.287 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-08-13T19:08:09.698Z[ recovery-image] Aug 13 19:08:08.297 INFO O| Aug 13 19:08:08.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
83982026-08-13T19:08:09.698Z[ recovery-image] Aug 13 19:08:08.297 INFO O| Aug 13 19:08:08.297 INFO STEP 1038 (remove_files) COMPLETE
83992026-08-13T19:08:09.698Z[ recovery-image] Aug 13 19:08:08.297 INFO O| Aug 13 19:08:08.297 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-08-13T19:08:09.705Z[ recovery-image] Aug 13 19:08:08.307 INFO O| Aug 13 19:08:08.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84012026-08-13T19:08:09.705Z[ recovery-image] Aug 13 19:08:08.307 INFO O| Aug 13 19:08:08.307 INFO STEP 1039 (remove_files) COMPLETE
84022026-08-13T19:08:09.705Z[ recovery-image] Aug 13 19:08:08.307 INFO O| Aug 13 19:08:08.307 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-08-13T19:08:09.715Z[ recovery-image] Aug 13 19:08:08.317 INFO O| Aug 13 19:08:08.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84042026-08-13T19:08:09.715Z[ recovery-image] Aug 13 19:08:08.317 INFO O| Aug 13 19:08:08.317 INFO STEP 1040 (remove_files) COMPLETE
84052026-08-13T19:08:09.715Z[ recovery-image] Aug 13 19:08:08.317 INFO O| Aug 13 19:08:08.317 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-08-13T19:08:09.726Z[ recovery-image] Aug 13 19:08:08.328 INFO O| Aug 13 19:08:08.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84072026-08-13T19:08:09.726Z[ recovery-image] Aug 13 19:08:08.328 INFO O| Aug 13 19:08:08.328 INFO STEP 1041 (remove_files) COMPLETE
84082026-08-13T19:08:09.726Z[ recovery-image] Aug 13 19:08:08.328 INFO O| Aug 13 19:08:08.328 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-08-13T19:08:09.739Z[ recovery-image] Aug 13 19:08:08.338 INFO O| Aug 13 19:08:08.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84102026-08-13T19:08:09.739Z[ recovery-image] Aug 13 19:08:08.338 INFO O| Aug 13 19:08:08.338 INFO STEP 1042 (remove_files) COMPLETE
84112026-08-13T19:08:09.739Z[ recovery-image] Aug 13 19:08:08.338 INFO O| Aug 13 19:08:08.338 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-08-13T19:08:09.752Z[ recovery-image] Aug 13 19:08:08.347 INFO O| Aug 13 19:08:08.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84132026-08-13T19:08:09.752Z[ recovery-image] Aug 13 19:08:08.347 INFO O| Aug 13 19:08:08.347 INFO STEP 1043 (remove_files) COMPLETE
84142026-08-13T19:08:09.752Z[ recovery-image] Aug 13 19:08:08.347 INFO O| Aug 13 19:08:08.347 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-08-13T19:08:09.759Z[ recovery-image] Aug 13 19:08:08.356 INFO O| Aug 13 19:08:08.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84162026-08-13T19:08:09.759Z[ recovery-image] Aug 13 19:08:08.356 INFO O| Aug 13 19:08:08.356 INFO STEP 1044 (remove_files) COMPLETE
84172026-08-13T19:08:09.759Z[ recovery-image] Aug 13 19:08:08.356 INFO O| Aug 13 19:08:08.356 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-08-13T19:08:09.768Z[ recovery-image] Aug 13 19:08:08.366 INFO O| Aug 13 19:08:08.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84192026-08-13T19:08:09.768Z[ recovery-image] Aug 13 19:08:08.366 INFO O| Aug 13 19:08:08.366 INFO STEP 1045 (remove_files) COMPLETE
84202026-08-13T19:08:09.768Z[ recovery-image] Aug 13 19:08:08.366 INFO O| Aug 13 19:08:08.366 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-08-13T19:08:09.783Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
84222026-08-13T19:08:09.783Z[ recovery-image] Aug 13 19:08:08.377 INFO O| Aug 13 19:08:08.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84232026-08-13T19:08:09.783Z[ recovery-image] Aug 13 19:08:08.377 INFO O| Aug 13 19:08:08.377 INFO STEP 1046 (remove_files) COMPLETE
84242026-08-13T19:08:09.783Z[ recovery-image] Aug 13 19:08:08.377 INFO O| Aug 13 19:08:08.377 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-08-13T19:08:09.793Z[ recovery-image] Aug 13 19:08:08.386 INFO O| Aug 13 19:08:08.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84262026-08-13T19:08:09.793Z[ recovery-image] Aug 13 19:08:08.386 INFO O| Aug 13 19:08:08.386 INFO STEP 1047 (remove_files) COMPLETE
84272026-08-13T19:08:09.793Z[ recovery-image] Aug 13 19:08:08.386 INFO O| Aug 13 19:08:08.386 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-08-13T19:08:09.803Z[ recovery-image] Aug 13 19:08:08.395 INFO O| Aug 13 19:08:08.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84292026-08-13T19:08:09.803Z[ recovery-image] Aug 13 19:08:08.395 INFO O| Aug 13 19:08:08.395 INFO STEP 1048 (remove_files) COMPLETE
84302026-08-13T19:08:09.803Z[ recovery-image] Aug 13 19:08:08.395 INFO O| Aug 13 19:08:08.395 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-08-13T19:08:09.803Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
84322026-08-13T19:08:09.812Z[ recovery-image] Aug 13 19:08:08.406 INFO O| Aug 13 19:08:08.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84332026-08-13T19:08:09.812Z[ recovery-image] Aug 13 19:08:08.406 INFO O| Aug 13 19:08:08.406 INFO STEP 1049 (remove_files) COMPLETE
84342026-08-13T19:08:09.812Z[ recovery-image] Aug 13 19:08:08.406 INFO O| Aug 13 19:08:08.406 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-08-13T19:08:09.821Z[ recovery-image] Aug 13 19:08:08.417 INFO O| Aug 13 19:08:08.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84362026-08-13T19:08:09.821Z[ recovery-image] Aug 13 19:08:08.417 INFO O| Aug 13 19:08:08.417 INFO STEP 1050 (remove_files) COMPLETE
84372026-08-13T19:08:09.821Z[ recovery-image] Aug 13 19:08:08.417 INFO O| Aug 13 19:08:08.417 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-08-13T19:08:09.833Z[ recovery-image] Aug 13 19:08:08.428 INFO O| Aug 13 19:08:08.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84392026-08-13T19:08:09.833Z[ recovery-image] Aug 13 19:08:08.428 INFO O| Aug 13 19:08:08.428 INFO STEP 1051 (remove_files) COMPLETE
84402026-08-13T19:08:09.833Z[ recovery-image] Aug 13 19:08:08.428 INFO O| Aug 13 19:08:08.428 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-08-13T19:08:09.842Z[ recovery-image] Aug 13 19:08:08.440 INFO O| Aug 13 19:08:08.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84422026-08-13T19:08:09.842Z[ recovery-image] Aug 13 19:08:08.440 INFO O| Aug 13 19:08:08.440 INFO STEP 1052 (remove_files) COMPLETE
84432026-08-13T19:08:09.842Z[ recovery-image] Aug 13 19:08:08.440 INFO O| Aug 13 19:08:08.440 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-08-13T19:08:09.850Z[ recovery-image] Aug 13 19:08:08.450 INFO O| Aug 13 19:08:08.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84452026-08-13T19:08:09.850Z[ recovery-image] Aug 13 19:08:08.450 INFO O| Aug 13 19:08:08.450 INFO STEP 1053 (remove_files) COMPLETE
84462026-08-13T19:08:09.850Z[ recovery-image] Aug 13 19:08:08.450 INFO O| Aug 13 19:08:08.450 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-08-13T19:08:09.858Z[ recovery-image] Aug 13 19:08:08.460 INFO O| Aug 13 19:08:08.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84482026-08-13T19:08:09.858Z[ recovery-image] Aug 13 19:08:08.460 INFO O| Aug 13 19:08:08.460 INFO STEP 1054 (remove_files) COMPLETE
84492026-08-13T19:08:09.858Z[ recovery-image] Aug 13 19:08:08.460 INFO O| Aug 13 19:08:08.460 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-08-13T19:08:10.196Z[ recovery-image] Aug 13 19:08:08.470 INFO O| Aug 13 19:08:08.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84512026-08-13T19:08:10.196Z[ recovery-image] Aug 13 19:08:08.470 INFO O| Aug 13 19:08:08.470 INFO STEP 1055 (remove_files) COMPLETE
84522026-08-13T19:08:10.196Z[ recovery-image] Aug 13 19:08:08.470 INFO O| Aug 13 19:08:08.470 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-08-13T19:08:10.196Z[ recovery-image] Aug 13 19:08:08.480 INFO O| Aug 13 19:08:08.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84542026-08-13T19:08:10.196Z[ recovery-image] Aug 13 19:08:08.480 INFO O| Aug 13 19:08:08.480 INFO STEP 1056 (remove_files) COMPLETE
84552026-08-13T19:08:10.196Z[ recovery-image] Aug 13 19:08:08.480 INFO O| Aug 13 19:08:08.480 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-08-13T19:08:10.196Z[ recovery-image] Aug 13 19:08:08.490 INFO O| Aug 13 19:08:08.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84572026-08-13T19:08:10.196Z[ recovery-image] Aug 13 19:08:08.490 INFO O| Aug 13 19:08:08.490 INFO STEP 1057 (remove_files) COMPLETE
84582026-08-13T19:08:10.196Z[ recovery-image] Aug 13 19:08:08.490 INFO O| Aug 13 19:08:08.490 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-08-13T19:08:10.196Z[ recovery-image] Aug 13 19:08:08.500 INFO O| Aug 13 19:08:08.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84602026-08-13T19:08:10.196Z[ recovery-image] Aug 13 19:08:08.500 INFO O| Aug 13 19:08:08.500 INFO STEP 1058 (remove_files) COMPLETE
84612026-08-13T19:08:10.196Z[ recovery-image] Aug 13 19:08:08.500 INFO O| Aug 13 19:08:08.500 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-08-13T19:08:10.196Z[ recovery-image] Aug 13 19:08:08.509 INFO O| Aug 13 19:08:08.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84632026-08-13T19:08:10.196Z[ recovery-image] Aug 13 19:08:08.509 INFO O| Aug 13 19:08:08.509 INFO STEP 1059 (remove_files) COMPLETE
84642026-08-13T19:08:10.196Z[ recovery-image] Aug 13 19:08:08.509 INFO O| Aug 13 19:08:08.509 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-08-13T19:08:10.196Z[ recovery-image] Aug 13 19:08:08.520 INFO O| Aug 13 19:08:08.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84662026-08-13T19:08:10.196Z[ recovery-image] Aug 13 19:08:08.520 INFO O| Aug 13 19:08:08.520 INFO STEP 1060 (remove_files) COMPLETE
84672026-08-13T19:08:10.196Z[ recovery-image] Aug 13 19:08:08.520 INFO O| Aug 13 19:08:08.520 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-08-13T19:08:10.197Z[ recovery-image] Aug 13 19:08:08.532 INFO O| Aug 13 19:08:08.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84692026-08-13T19:08:10.197Z[ recovery-image] Aug 13 19:08:08.532 INFO O| Aug 13 19:08:08.532 INFO STEP 1061 (remove_files) COMPLETE
84702026-08-13T19:08:10.197Z[ recovery-image] Aug 13 19:08:08.532 INFO O| Aug 13 19:08:08.532 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-08-13T19:08:10.197Z[ recovery-image] Aug 13 19:08:08.544 INFO O| Aug 13 19:08:08.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84722026-08-13T19:08:10.197Z[ recovery-image] Aug 13 19:08:08.544 INFO O| Aug 13 19:08:08.544 INFO STEP 1062 (remove_files) COMPLETE
84732026-08-13T19:08:10.197Z[ recovery-image] Aug 13 19:08:08.544 INFO O| Aug 13 19:08:08.544 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-08-13T19:08:10.197Z[ recovery-image] Aug 13 19:08:08.554 INFO O| Aug 13 19:08:08.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84752026-08-13T19:08:10.197Z[ recovery-image] Aug 13 19:08:08.554 INFO O| Aug 13 19:08:08.554 INFO STEP 1063 (remove_files) COMPLETE
84762026-08-13T19:08:10.197Z[ recovery-image] Aug 13 19:08:08.554 INFO O| Aug 13 19:08:08.554 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-08-13T19:08:10.197Z[ recovery-image] Aug 13 19:08:08.565 INFO O| Aug 13 19:08:08.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84782026-08-13T19:08:10.197Z[ recovery-image] Aug 13 19:08:08.565 INFO O| Aug 13 19:08:08.565 INFO STEP 1064 (remove_files) COMPLETE
84792026-08-13T19:08:10.197Z[ recovery-image] Aug 13 19:08:08.565 INFO O| Aug 13 19:08:08.565 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84802026-08-13T19:08:10.197Z[ recovery-image] Aug 13 19:08:08.575 INFO O| Aug 13 19:08:08.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84812026-08-13T19:08:10.197Z[ recovery-image] Aug 13 19:08:08.575 INFO O| Aug 13 19:08:08.575 INFO STEP 1065 (remove_files) COMPLETE
84822026-08-13T19:08:10.197Z[ recovery-image] Aug 13 19:08:08.575 INFO O| Aug 13 19:08:08.575 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-08-13T19:08:10.197Z[ recovery-image] Aug 13 19:08:08.585 INFO O| Aug 13 19:08:08.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
84842026-08-13T19:08:10.197Z[ recovery-image] Aug 13 19:08:08.585 INFO O| Aug 13 19:08:08.585 INFO STEP 1066 (remove_files) COMPLETE
84852026-08-13T19:08:10.197Z[ recovery-image] Aug 13 19:08:08.585 INFO O| Aug 13 19:08:08.585 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-08-13T19:08:10.197Z[ recovery-image] Aug 13 19:08:08.595 INFO O| Aug 13 19:08:08.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
84872026-08-13T19:08:10.198Z[ recovery-image] Aug 13 19:08:08.595 INFO O| Aug 13 19:08:08.595 INFO STEP 1067 (remove_files) COMPLETE
84882026-08-13T19:08:10.198Z[ recovery-image] Aug 13 19:08:08.595 INFO O| Aug 13 19:08:08.595 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-08-13T19:08:10.198Z[ recovery-image] Aug 13 19:08:08.607 INFO O| Aug 13 19:08:08.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
84902026-08-13T19:08:10.198Z[ recovery-image] Aug 13 19:08:08.607 INFO O| Aug 13 19:08:08.607 INFO STEP 1068 (remove_files) COMPLETE
84912026-08-13T19:08:10.198Z[ recovery-image] Aug 13 19:08:08.607 INFO O| Aug 13 19:08:08.607 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-08-13T19:08:10.198Z[ recovery-image] Aug 13 19:08:08.617 INFO O| Aug 13 19:08:08.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
84932026-08-13T19:08:10.198Z[ recovery-image] Aug 13 19:08:08.617 INFO O| Aug 13 19:08:08.617 INFO STEP 1069 (remove_files) COMPLETE
84942026-08-13T19:08:10.198Z[ recovery-image] Aug 13 19:08:08.617 INFO O| Aug 13 19:08:08.617 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84952026-08-13T19:08:10.198Z[ recovery-image] Aug 13 19:08:08.627 INFO O| Aug 13 19:08:08.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
84962026-08-13T19:08:10.198Z[ recovery-image] Aug 13 19:08:08.627 INFO O| Aug 13 19:08:08.627 INFO STEP 1070 (remove_files) COMPLETE
84972026-08-13T19:08:10.198Z[ recovery-image] Aug 13 19:08:08.627 INFO O| Aug 13 19:08:08.627 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84982026-08-13T19:08:10.198Z[ recovery-image] Aug 13 19:08:08.637 INFO O| Aug 13 19:08:08.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
84992026-08-13T19:08:10.198Z[ recovery-image] Aug 13 19:08:08.637 INFO O| Aug 13 19:08:08.637 INFO STEP 1071 (remove_files) COMPLETE
85002026-08-13T19:08:10.198Z[ recovery-image] Aug 13 19:08:08.637 INFO O| Aug 13 19:08:08.637 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85012026-08-13T19:08:10.198Z[ recovery-image] Aug 13 19:08:08.646 INFO O| Aug 13 19:08:08.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85022026-08-13T19:08:10.198Z[ recovery-image] Aug 13 19:08:08.646 INFO O| Aug 13 19:08:08.646 INFO STEP 1072 (remove_files) COMPLETE
85032026-08-13T19:08:10.198Z[ recovery-image] Aug 13 19:08:08.646 INFO O| Aug 13 19:08:08.646 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85042026-08-13T19:08:10.198Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
85052026-08-13T19:08:10.198Z[ recovery-image] Aug 13 19:08:08.658 INFO O| Aug 13 19:08:08.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85062026-08-13T19:08:10.198Z[ recovery-image] Aug 13 19:08:08.658 INFO O| Aug 13 19:08:08.656 INFO STEP 1073 (remove_files) COMPLETE
85072026-08-13T19:08:10.198Z[ recovery-image] Aug 13 19:08:08.658 INFO O| Aug 13 19:08:08.656 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-13T19:08:10.198Z[ recovery-image] Aug 13 19:08:08.666 INFO O| Aug 13 19:08:08.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85092026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.666 INFO O| Aug 13 19:08:08.666 INFO STEP 1074 (remove_files) COMPLETE
85102026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.666 INFO O| Aug 13 19:08:08.666 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.676 INFO O| Aug 13 19:08:08.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85122026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.676 INFO O| Aug 13 19:08:08.676 INFO STEP 1075 (remove_files) COMPLETE
85132026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.676 INFO O| Aug 13 19:08:08.676 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.687 INFO O| Aug 13 19:08:08.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85152026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.687 INFO O| Aug 13 19:08:08.687 INFO STEP 1076 (remove_files) COMPLETE
85162026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.687 INFO O| Aug 13 19:08:08.687 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.700 INFO O| Aug 13 19:08:08.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85182026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.700 INFO O| Aug 13 19:08:08.700 INFO STEP 1077 (remove_files) COMPLETE
85192026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.700 INFO O| Aug 13 19:08:08.700 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.709 INFO O| Aug 13 19:08:08.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85212026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.709 INFO O| Aug 13 19:08:08.709 INFO STEP 1078 (remove_files) COMPLETE
85222026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.709 INFO O| Aug 13 19:08:08.709 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.718 INFO O| Aug 13 19:08:08.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85242026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.720 INFO O| Aug 13 19:08:08.720 INFO STEP 1079 (remove_files) COMPLETE
85252026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.720 INFO O| Aug 13 19:08:08.720 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.731 INFO O| Aug 13 19:08:08.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85272026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.732 INFO O| Aug 13 19:08:08.731 INFO STEP 1080 (remove_files) COMPLETE
85282026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.732 INFO O| Aug 13 19:08:08.732 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.741 INFO O| Aug 13 19:08:08.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85302026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.741 INFO O| Aug 13 19:08:08.741 INFO STEP 1081 (remove_files) COMPLETE
85312026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.741 INFO O| Aug 13 19:08:08.741 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-13T19:08:10.199Z[verify-libraries] Compiling yansi v1.0.1
85332026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.750 INFO O| Aug 13 19:08:08.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85342026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.750 INFO O| Aug 13 19:08:08.750 INFO STEP 1082 (remove_files) COMPLETE
85352026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.750 INFO O| Aug 13 19:08:08.750 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-08-13T19:08:10.199Z[ recovery-image] Aug 13 19:08:08.760 INFO O| Aug 13 19:08:08.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85372026-08-13T19:08:10.200Z[ recovery-image] Aug 13 19:08:08.760 INFO O| Aug 13 19:08:08.760 INFO STEP 1083 (remove_files) COMPLETE
85382026-08-13T19:08:10.200Z[ recovery-image] Aug 13 19:08:08.761 INFO O| Aug 13 19:08:08.760 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-08-13T19:08:10.221Z[ recovery-image] Aug 13 19:08:08.770 INFO O| Aug 13 19:08:08.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85402026-08-13T19:08:10.221Z[ recovery-image] Aug 13 19:08:08.771 INFO O| Aug 13 19:08:08.771 INFO STEP 1084 (remove_files) COMPLETE
85412026-08-13T19:08:10.221Z[ recovery-image] Aug 13 19:08:08.771 INFO O| Aug 13 19:08:08.771 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-08-13T19:08:10.221Z[ recovery-image] Aug 13 19:08:08.780 INFO O| Aug 13 19:08:08.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85432026-08-13T19:08:10.221Z[ recovery-image] Aug 13 19:08:08.780 INFO O| Aug 13 19:08:08.780 INFO STEP 1085 (remove_files) COMPLETE
85442026-08-13T19:08:10.221Z[ recovery-image] Aug 13 19:08:08.780 INFO O| Aug 13 19:08:08.780 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-08-13T19:08:10.221Z[ recovery-image] Aug 13 19:08:08.789 INFO O| Aug 13 19:08:08.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85462026-08-13T19:08:10.221Z[ recovery-image] Aug 13 19:08:08.789 INFO O| Aug 13 19:08:08.789 INFO STEP 1086 (remove_files) COMPLETE
85472026-08-13T19:08:10.221Z[ recovery-image] Aug 13 19:08:08.789 INFO O| Aug 13 19:08:08.789 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-08-13T19:08:10.221Z[ recovery-image] Aug 13 19:08:08.800 INFO O| Aug 13 19:08:08.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85492026-08-13T19:08:10.221Z[ recovery-image] Aug 13 19:08:08.800 INFO O| Aug 13 19:08:08.800 INFO STEP 1087 (remove_files) COMPLETE
85502026-08-13T19:08:10.221Z[ recovery-image] Aug 13 19:08:08.800 INFO O| Aug 13 19:08:08.800 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-08-13T19:08:10.221Z[ recovery-image] Aug 13 19:08:08.810 INFO O| Aug 13 19:08:08.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85522026-08-13T19:08:10.222Z[ recovery-image] Aug 13 19:08:08.810 INFO O| Aug 13 19:08:08.810 INFO STEP 1088 (remove_files) COMPLETE
85532026-08-13T19:08:10.222Z[ recovery-image] Aug 13 19:08:08.810 INFO O| Aug 13 19:08:08.810 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-08-13T19:08:10.229Z[ recovery-image] Aug 13 19:08:08.819 INFO O| Aug 13 19:08:08.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85552026-08-13T19:08:10.230Z[ recovery-image] Aug 13 19:08:08.819 INFO O| Aug 13 19:08:08.819 INFO STEP 1089 (remove_files) COMPLETE
85562026-08-13T19:08:10.230Z[ recovery-image] Aug 13 19:08:08.819 INFO O| Aug 13 19:08:08.819 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-08-13T19:08:10.230Z[ recovery-image] Aug 13 19:08:08.829 INFO O| Aug 13 19:08:08.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85582026-08-13T19:08:10.230Z[ recovery-image] Aug 13 19:08:08.829 INFO O| Aug 13 19:08:08.829 INFO STEP 1090 (remove_files) COMPLETE
85592026-08-13T19:08:10.230Z[ recovery-image] Aug 13 19:08:08.829 INFO O| Aug 13 19:08:08.829 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-08-13T19:08:10.245Z[ recovery-image] Aug 13 19:08:08.839 INFO O| Aug 13 19:08:08.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85612026-08-13T19:08:10.245Z[ recovery-image] Aug 13 19:08:08.839 INFO O| Aug 13 19:08:08.839 INFO STEP 1091 (remove_files) COMPLETE
85622026-08-13T19:08:10.245Z[ recovery-image] Aug 13 19:08:08.839 INFO O| Aug 13 19:08:08.839 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-08-13T19:08:10.255Z[ recovery-image] Aug 13 19:08:08.848 INFO O| Aug 13 19:08:08.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85642026-08-13T19:08:10.255Z[ recovery-image] Aug 13 19:08:08.848 INFO O| Aug 13 19:08:08.848 INFO STEP 1092 (remove_files) COMPLETE
85652026-08-13T19:08:10.255Z[ recovery-image] Aug 13 19:08:08.848 INFO O| Aug 13 19:08:08.848 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-08-13T19:08:10.263Z[ recovery-image] Aug 13 19:08:08.857 INFO O| Aug 13 19:08:08.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85672026-08-13T19:08:10.263Z[ recovery-image] Aug 13 19:08:08.857 INFO O| Aug 13 19:08:08.857 INFO STEP 1093 (remove_files) COMPLETE
85682026-08-13T19:08:10.263Z[ recovery-image] Aug 13 19:08:08.857 INFO O| Aug 13 19:08:08.857 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-08-13T19:08:10.272Z[ recovery-image] Aug 13 19:08:08.866 INFO O| Aug 13 19:08:08.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85702026-08-13T19:08:10.272Z[ recovery-image] Aug 13 19:08:08.866 INFO O| Aug 13 19:08:08.866 INFO STEP 1094 (remove_files) COMPLETE
85712026-08-13T19:08:10.272Z[ recovery-image] Aug 13 19:08:08.866 INFO O| Aug 13 19:08:08.866 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-08-13T19:08:10.280Z[ recovery-image] Aug 13 19:08:08.876 INFO O| Aug 13 19:08:08.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85732026-08-13T19:08:10.280Z[ recovery-image] Aug 13 19:08:08.876 INFO O| Aug 13 19:08:08.876 INFO STEP 1095 (remove_files) COMPLETE
85742026-08-13T19:08:10.280Z[ recovery-image] Aug 13 19:08:08.876 INFO O| Aug 13 19:08:08.876 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-08-13T19:08:10.288Z[ recovery-image] Aug 13 19:08:08.886 INFO O| Aug 13 19:08:08.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85762026-08-13T19:08:10.288Z[ recovery-image] Aug 13 19:08:08.886 INFO O| Aug 13 19:08:08.886 INFO STEP 1096 (remove_files) COMPLETE
85772026-08-13T19:08:10.289Z[ recovery-image] Aug 13 19:08:08.886 INFO O| Aug 13 19:08:08.886 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-08-13T19:08:10.297Z[ recovery-image] Aug 13 19:08:08.896 INFO O| Aug 13 19:08:08.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85792026-08-13T19:08:10.297Z[ recovery-image] Aug 13 19:08:08.896 INFO O| Aug 13 19:08:08.896 INFO STEP 1097 (remove_files) COMPLETE
85802026-08-13T19:08:10.297Z[ recovery-image] Aug 13 19:08:08.896 INFO O| Aug 13 19:08:08.896 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-08-13T19:08:10.305Z[ recovery-image] Aug 13 19:08:08.905 INFO O| Aug 13 19:08:08.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85822026-08-13T19:08:10.305Z[ recovery-image] Aug 13 19:08:08.905 INFO O| Aug 13 19:08:08.905 INFO STEP 1098 (remove_files) COMPLETE
85832026-08-13T19:08:10.305Z[ recovery-image] Aug 13 19:08:08.905 INFO O| Aug 13 19:08:08.905 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-08-13T19:08:10.315Z[ recovery-image] Aug 13 19:08:08.915 INFO O| Aug 13 19:08:08.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
85852026-08-13T19:08:10.315Z[ recovery-image] Aug 13 19:08:08.915 INFO O| Aug 13 19:08:08.915 INFO STEP 1099 (remove_files) COMPLETE
85862026-08-13T19:08:10.315Z[ recovery-image] Aug 13 19:08:08.915 INFO O| Aug 13 19:08:08.915 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-08-13T19:08:10.324Z[ recovery-image] Aug 13 19:08:08.925 INFO O| Aug 13 19:08:08.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
85882026-08-13T19:08:10.324Z[ recovery-image] Aug 13 19:08:08.925 INFO O| Aug 13 19:08:08.925 INFO STEP 1100 (remove_files) COMPLETE
85892026-08-13T19:08:10.324Z[ recovery-image] Aug 13 19:08:08.925 INFO O| Aug 13 19:08:08.925 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-08-13T19:08:10.338Z[ recovery-image] Aug 13 19:08:08.935 INFO O| Aug 13 19:08:08.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
85912026-08-13T19:08:10.339Z[ recovery-image] Aug 13 19:08:08.935 INFO O| Aug 13 19:08:08.935 INFO STEP 1101 (remove_files) COMPLETE
85922026-08-13T19:08:10.339Z[ recovery-image] Aug 13 19:08:08.936 INFO O| Aug 13 19:08:08.935 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-08-13T19:08:10.347Z[ recovery-image] Aug 13 19:08:08.946 INFO O| Aug 13 19:08:08.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
85942026-08-13T19:08:10.347Z[ recovery-image] Aug 13 19:08:08.946 INFO O| Aug 13 19:08:08.946 INFO STEP 1102 (remove_files) COMPLETE
85952026-08-13T19:08:10.347Z[ recovery-image] Aug 13 19:08:08.946 INFO O| Aug 13 19:08:08.946 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-08-13T19:08:10.364Z[ recovery-image] Aug 13 19:08:08.959 INFO O| Aug 13 19:08:08.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
85972026-08-13T19:08:10.364Z[ recovery-image] Aug 13 19:08:08.959 INFO O| Aug 13 19:08:08.956 INFO STEP 1103 (remove_files) COMPLETE
85982026-08-13T19:08:10.364Z[ recovery-image] Aug 13 19:08:08.959 INFO O| Aug 13 19:08:08.956 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-08-13T19:08:10.373Z[ recovery-image] Aug 13 19:08:08.967 INFO O| Aug 13 19:08:08.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86002026-08-13T19:08:10.373Z[ recovery-image] Aug 13 19:08:08.967 INFO O| Aug 13 19:08:08.967 INFO STEP 1104 (remove_files) COMPLETE
86012026-08-13T19:08:10.373Z[ recovery-image] Aug 13 19:08:08.967 INFO O| Aug 13 19:08:08.967 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-08-13T19:08:10.389Z[ recovery-image] Aug 13 19:08:08.976 INFO O| Aug 13 19:08:08.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86032026-08-13T19:08:10.389Z[ recovery-image] Aug 13 19:08:08.977 INFO O| Aug 13 19:08:08.977 INFO STEP 1105 (remove_files) COMPLETE
86042026-08-13T19:08:10.389Z[ recovery-image] Aug 13 19:08:08.977 INFO O| Aug 13 19:08:08.977 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-08-13T19:08:10.398Z[ recovery-image] Aug 13 19:08:08.986 INFO O| Aug 13 19:08:08.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86062026-08-13T19:08:10.398Z[ recovery-image] Aug 13 19:08:08.986 INFO O| Aug 13 19:08:08.986 INFO STEP 1106 (remove_files) COMPLETE
86072026-08-13T19:08:10.398Z[ recovery-image] Aug 13 19:08:08.986 INFO O| Aug 13 19:08:08.986 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-08-13T19:08:10.398Z[ recovery-image] Aug 13 19:08:08.996 INFO O| Aug 13 19:08:08.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86092026-08-13T19:08:10.398Z[ recovery-image] Aug 13 19:08:08.996 INFO O| Aug 13 19:08:08.996 INFO STEP 1107 (remove_files) COMPLETE
86102026-08-13T19:08:10.398Z[ recovery-image] Aug 13 19:08:08.996 INFO O| Aug 13 19:08:08.996 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-08-13T19:08:10.407Z[ recovery-image] Aug 13 19:08:09.006 INFO O| Aug 13 19:08:09.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86122026-08-13T19:08:10.407Z[ recovery-image] Aug 13 19:08:09.006 INFO O| Aug 13 19:08:09.006 INFO STEP 1108 (remove_files) COMPLETE
86132026-08-13T19:08:10.407Z[ recovery-image] Aug 13 19:08:09.006 INFO O| Aug 13 19:08:09.006 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-08-13T19:08:10.416Z[ recovery-image] Aug 13 19:08:09.016 INFO O| Aug 13 19:08:09.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86152026-08-13T19:08:10.416Z[ recovery-image] Aug 13 19:08:09.016 INFO O| Aug 13 19:08:09.016 INFO STEP 1109 (remove_files) COMPLETE
86162026-08-13T19:08:10.416Z[ recovery-image] Aug 13 19:08:09.016 INFO O| Aug 13 19:08:09.016 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-08-13T19:08:10.429Z[ recovery-image] Aug 13 19:08:09.025 INFO O| Aug 13 19:08:09.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86182026-08-13T19:08:10.429Z[ recovery-image] Aug 13 19:08:09.025 INFO O| Aug 13 19:08:09.025 INFO STEP 1110 (remove_files) COMPLETE
86192026-08-13T19:08:10.429Z[ recovery-image] Aug 13 19:08:09.025 INFO O| Aug 13 19:08:09.025 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-08-13T19:08:10.439Z[ recovery-image] Aug 13 19:08:09.033 INFO O| Aug 13 19:08:09.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86212026-08-13T19:08:10.439Z[ recovery-image] Aug 13 19:08:09.033 INFO O| Aug 13 19:08:09.033 INFO STEP 1111 (remove_files) COMPLETE
86222026-08-13T19:08:10.439Z[ recovery-image] Aug 13 19:08:09.033 INFO O| Aug 13 19:08:09.033 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-08-13T19:08:10.449Z[ recovery-image] Aug 13 19:08:09.041 INFO O| Aug 13 19:08:09.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86242026-08-13T19:08:10.449Z[ recovery-image] Aug 13 19:08:09.041 INFO O| Aug 13 19:08:09.041 INFO STEP 1112 (remove_files) COMPLETE
86252026-08-13T19:08:10.449Z[ recovery-image] Aug 13 19:08:09.041 INFO O| Aug 13 19:08:09.041 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-08-13T19:08:10.449Z[ recovery-image] Aug 13 19:08:09.049 INFO O| Aug 13 19:08:09.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86272026-08-13T19:08:10.449Z[ recovery-image] Aug 13 19:08:09.049 INFO O| Aug 13 19:08:09.049 INFO STEP 1113 (remove_files) COMPLETE
86282026-08-13T19:08:10.449Z[ recovery-image] Aug 13 19:08:09.049 INFO O| Aug 13 19:08:09.049 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-08-13T19:08:10.459Z[ recovery-image] Aug 13 19:08:09.059 INFO O| Aug 13 19:08:09.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86302026-08-13T19:08:10.459Z[ recovery-image] Aug 13 19:08:09.059 INFO O| Aug 13 19:08:09.059 INFO STEP 1114 (remove_files) COMPLETE
86312026-08-13T19:08:10.459Z[ recovery-image] Aug 13 19:08:09.059 INFO O| Aug 13 19:08:09.059 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86322026-08-13T19:08:10.469Z[ recovery-image] Aug 13 19:08:09.070 INFO O| Aug 13 19:08:09.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86332026-08-13T19:08:10.469Z[ recovery-image] Aug 13 19:08:09.070 INFO O| Aug 13 19:08:09.070 INFO STEP 1115 (remove_files) COMPLETE
86342026-08-13T19:08:10.469Z[ recovery-image] Aug 13 19:08:09.070 INFO O| Aug 13 19:08:09.070 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86352026-08-13T19:08:10.479Z[ recovery-image] Aug 13 19:08:09.081 INFO O| Aug 13 19:08:09.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86362026-08-13T19:08:10.479Z[ recovery-image] Aug 13 19:08:09.081 INFO O| Aug 13 19:08:09.081 INFO STEP 1116 (remove_files) COMPLETE
86372026-08-13T19:08:10.479Z[ recovery-image] Aug 13 19:08:09.081 INFO O| Aug 13 19:08:09.081 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86382026-08-13T19:08:10.493Z[ recovery-image] Aug 13 19:08:09.092 INFO O| Aug 13 19:08:09.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86392026-08-13T19:08:10.494Z[ recovery-image] Aug 13 19:08:09.092 INFO O| Aug 13 19:08:09.092 INFO STEP 1117 (remove_files) COMPLETE
86402026-08-13T19:08:10.503Z[ recovery-image] Aug 13 19:08:09.092 INFO O| Aug 13 19:08:09.092 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86412026-08-13T19:08:10.513Z[ recovery-image] Aug 13 19:08:09.110 INFO O| Aug 13 19:08:09.110 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86422026-08-13T19:08:10.513Z[ recovery-image] Aug 13 19:08:09.110 INFO O| Aug 13 19:08:09.110 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86432026-08-13T19:08:10.582Z[verify-libraries] Compiling pretty_assertions v1.4.1
86442026-08-13T19:08:10.677Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86452026-08-13T19:08:10.702Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86462026-08-13T19:08:11.093Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
86472026-08-13T19:08:11.239Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
86482026-08-13T19:08:11.359Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86492026-08-13T19:08:11.367Z[ recovery-image] Aug 13 19:08:09.964 INFO O| Aug 13 19:08:09.963 INFO STEP 1118 (pack_tar) COMPLETE
86502026-08-13T19:08:11.367Z[ recovery-image] Aug 13 19:08:09.964 INFO O| Aug 13 19:08:09.963 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86512026-08-13T19:08:11.367Z[ recovery-image] Aug 13 19:08:09.964 INFO O| Aug 13 19:08:09.963 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86522026-08-13T19:08:11.416Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
86532026-08-13T19:08:11.541Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
86542026-08-13T19:08:11.718Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
86552026-08-13T19:08:11.831Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
86562026-08-13T19:08:12.045Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
86572026-08-13T19:08:12.320Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
86582026-08-13T19:08:12.700Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
86592026-08-13T19:08:12.780Z[ recovery-image] Aug 13 19:08:11.381 INFO O| Aug 13 19:08:11.381 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86602026-08-13T19:08:13.015Z[ recovery-image] Aug 13 19:08:11.586 INFO O| Aug 13 19:08:11.586 INFO completed processing sled/ramdisk-03-recovery-trim
86612026-08-13T19:08:13.015Z[ recovery-image] Aug 13 19:08:11.590 INFO image builder template: zfs-recovery...
86622026-08-13T19:08:13.015Z[ recovery-image] Aug 13 19:08:11.590 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/.tmpnxszw3/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.504", "-n", "zfs-recovery"], pwd: None
86632026-08-13T19:08:13.050Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
86642026-08-13T19:08:13.050Z[ recovery-image] Aug 13 19:08:11.619 INFO O| Aug 13 19:08:11.619 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86652026-08-13T19:08:13.050Z[ recovery-image] Aug 13 19:08:11.624 INFO O| Aug 13 19:08:11.624 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86662026-08-13T19:08:13.065Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
86672026-08-13T19:08:13.102Z[verify-libraries] Compiling drift v0.2.0
86682026-08-13T19:08:13.215Z[verify-libraries] Compiling uzers v0.12.2
86692026-08-13T19:08:13.224Z[ recovery-image] Aug 13 19:08:11.818 INFO O| Aug 13 19:08:11.818 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86702026-08-13T19:08:13.253Z[verify-libraries] Compiling parse-size v1.1.0
86712026-08-13T19:08:13.320Z[ recovery-image] Aug 13 19:08:11.922 INFO O| Aug 13 19:08:11.922 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86722026-08-13T19:08:13.320Z[ recovery-image] Aug 13 19:08:11.922 INFO O| Aug 13 19:08:11.922 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86732026-08-13T19:08:13.329Z[ recovery-image] Aug 13 19:08:11.927 INFO O| Aug 13 19:08:11.927 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86742026-08-13T19:08:13.435Z[ recovery-image] Aug 13 19:08:12.037 INFO O| Aug 13 19:08:12.036 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86752026-08-13T19:08:13.490Z[ recovery-image] Aug 13 19:08:12.092 INFO O| Aug 13 19:08:12.092 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86762026-08-13T19:08:13.502Z[ recovery-image] Aug 13 19:08:12.102 INFO O| Aug 13 19:08:12.102 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86772026-08-13T19:08:13.511Z[ recovery-image] Aug 13 19:08:12.108 INFO O| Aug 13 19:08:12.108 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86782026-08-13T19:08:13.511Z[ recovery-image] Aug 13 19:08:12.109 INFO O| Aug 13 19:08:12.109 INFO no lofi found
86792026-08-13T19:08:13.511Z[ recovery-image] Aug 13 19:08:12.109 INFO O| Aug 13 19:08:12.109 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86802026-08-13T19:08:13.511Z[ recovery-image] Aug 13 19:08:12.109 INFO O| Aug 13 19:08:12.109 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86812026-08-13T19:08:13.537Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
86822026-08-13T19:08:13.575Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86832026-08-13T19:08:13.970Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86842026-08-13T19:08:14.123Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
86852026-08-13T19:08:14.707Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
86862026-08-13T19:08:14.973Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
86872026-08-13T19:08:15.107Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
86882026-08-13T19:08:18.692Z[ recovery-image] Aug 13 19:08:14.001 INFO O| Aug 13 19:08:14.001 INFO lofi device = /dev/dsk/c2t1d0p0
86892026-08-13T19:08:18.693Z[ recovery-image] Aug 13 19:08:14.001 INFO O| Aug 13 19:08:14.001 INFO pool device = /dev/dsk/c2t1d0p0
86902026-08-13T19:08:18.693Z[ recovery-image] Aug 13 19:08:14.001 INFO O| Aug 13 19:08:14.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"]
86912026-08-13T19:08:18.714Z[ recovery-image] Aug 13 19:08:14.250 INFO O| Aug 13 19:08:14.250 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86922026-08-13T19:08:18.714Z[ recovery-image] Aug 13 19:08:14.250 INFO O| Aug 13 19:08:14.250 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86932026-08-13T19:08:18.714Z[ recovery-image] Aug 13 19:08:14.282 INFO O| Aug 13 19:08:14.282 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86942026-08-13T19:08:18.714Z[ recovery-image] Aug 13 19:08:14.469 INFO O| Aug 13 19:08:14.469 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
86952026-08-13T19:08:18.714Z[ recovery-image] Aug 13 19:08:14.503 INFO O| Aug 13 19:08:14.503 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
86962026-08-13T19:08:18.714Z[ recovery-image] Aug 13 19:08:14.523 INFO O| Aug 13 19:08:14.523 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
86972026-08-13T19:08:18.714Z[ recovery-image] Aug 13 19:08:14.541 INFO O| Aug 13 19:08:14.541 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
86982026-08-13T19:08:18.714Z[ recovery-image] Aug 13 19:08:14.587 INFO O| Aug 13 19:08:14.587 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86992026-08-13T19:08:18.714Z[ recovery-image] Aug 13 19:08:14.587 INFO O| Aug 13 19:08:14.587 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87002026-08-13T19:08:18.714Z[ recovery-image] Aug 13 19:08:14.587 INFO O| Aug 13 19:08:14.587 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87012026-08-13T19:08:18.714Z[ recovery-image] Aug 13 19:08:14.598 INFO O| Aug 13 19:08:14.595 INFO boot environment UUID: 04e78b18-3e7d-40f6-85a8-861be097fde0
87022026-08-13T19:08:18.715Z[ recovery-image] Aug 13 19:08:14.598 INFO O| Aug 13 19:08:14.595 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 04e78b18-3e7d-40f6-85a8-861be097fde0
87032026-08-13T19:08:18.715Z[ recovery-image] Aug 13 19:08:14.613 INFO O| Aug 13 19:08:14.613 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87042026-08-13T19:08:18.715Z[ recovery-image] Aug 13 19:08:14.631 INFO O| Aug 13 19:08:14.630 INFO STEP 0 (create_be) COMPLETE
87052026-08-13T19:08:18.715Z[ recovery-image] Aug 13 19:08:14.631 INFO O| Aug 13 19:08:14.630 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87062026-08-13T19:08:18.715Z[ recovery-image] Aug 13 19:08:14.645 INFO O| Aug 13 19:08:14.644 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"]
87072026-08-13T19:08:18.724Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87082026-08-13T19:08:18.724Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87092026-08-13T19:08:18.936Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87102026-08-13T19:08:19.685Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87112026-08-13T19:08:19.734Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87122026-08-13T19:08:19.924Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87132026-08-13T19:08:20.022Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87142026-08-13T19:08:20.318Z[verify-libraries] Compiling multimap v0.10.1
87152026-08-13T19:08:20.452Z[verify-libraries] Compiling termios v0.3.3
87162026-08-13T19:08:20.644Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87172026-08-13T19:08:20.701Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87182026-08-13T19:08:20.974Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
87192026-08-13T19:08:25.412Z[ recovery-image] Aug 13 19:08:24.014 INFO O| Aug 13 19:08:24.014 INFO STEP 1 (unpack_tar) COMPLETE
87202026-08-13T19:08:25.413Z[ recovery-image] Aug 13 19:08:24.014 INFO O| Aug 13 19:08:24.014 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87212026-08-13T19:08:25.424Z[ recovery-image] Aug 13 19:08:24.025 INFO O| Aug 13 19:08:24.025 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87222026-08-13T19:08:26.144Z[verify-libraries] Compiling polar-core v0.27.3
87232026-08-13T19:08:26.810Z[ recovery-image] Aug 13 19:08:25.410 INFO O| Aug 13 19:08:25.410 INFO STEP 2 (devfsadm) COMPLETE
87242026-08-13T19:08:26.810Z[ recovery-image] Aug 13 19:08:25.410 INFO O| Aug 13 19:08:25.410 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87252026-08-13T19:08:26.821Z[ recovery-image] Aug 13 19:08:25.421 INFO O| Aug 13 19:08:25.421 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87262026-08-13T19:08:26.821Z[ recovery-image] Aug 13 19:08:25.422 INFO O| Aug 13 19:08:25.421 INFO STEP 3 (ensure_dir) COMPLETE
87272026-08-13T19:08:26.821Z[ recovery-image] Aug 13 19:08:25.422 INFO O| Aug 13 19:08:25.421 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87282026-08-13T19:08:26.830Z[ recovery-image] Aug 13 19:08:25.431 INFO O| Aug 13 19:08:25.431 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87292026-08-13T19:08:26.830Z[ recovery-image] Aug 13 19:08:25.431 INFO O| Aug 13 19:08:25.431 INFO STEP 4 (ensure_dir) COMPLETE
87302026-08-13T19:08:26.830Z[ recovery-image] Aug 13 19:08:25.431 INFO O| Aug 13 19:08:25.431 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87312026-08-13T19:08:26.840Z[ recovery-image] Aug 13 19:08:25.441 INFO O| Aug 13 19:08:25.441 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87322026-08-13T19:08:26.840Z[ recovery-image] Aug 13 19:08:25.441 INFO O| Aug 13 19:08:25.441 INFO STEP 5 (ensure_dir) COMPLETE
87332026-08-13T19:08:26.840Z[ recovery-image] Aug 13 19:08:25.441 INFO O| Aug 13 19:08:25.441 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87342026-08-13T19:08:26.849Z[ recovery-image] Aug 13 19:08:25.451 INFO O| Aug 13 19:08:25.451 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87352026-08-13T19:08:26.850Z[ recovery-image] Aug 13 19:08:25.451 INFO O| Aug 13 19:08:25.451 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87362026-08-13T19:08:26.854Z[ recovery-image] Aug 13 19:08:25.451 INFO O| Aug 13 19:08:25.451 INFO STEP 6 (ensure_dir) COMPLETE
87372026-08-13T19:08:26.854Z[ recovery-image] Aug 13 19:08:25.451 INFO O| Aug 13 19:08:25.451 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87382026-08-13T19:08:26.861Z[ recovery-image] Aug 13 19:08:25.461 INFO O| Aug 13 19:08:25.461 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87392026-08-13T19:08:26.861Z[ recovery-image] Aug 13 19:08:25.461 INFO O| Aug 13 19:08:25.461 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87402026-08-13T19:08:26.865Z[ recovery-image] Aug 13 19:08:25.461 INFO O| Aug 13 19:08:25.461 INFO STEP 7 (ensure_dir) COMPLETE
87412026-08-13T19:08:26.865Z[ recovery-image] Aug 13 19:08:25.461 INFO O| Aug 13 19:08:25.461 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87422026-08-13T19:08:26.869Z[ recovery-image] Aug 13 19:08:25.471 INFO O| Aug 13 19:08:25.471 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87432026-08-13T19:08:26.873Z[ recovery-image] Aug 13 19:08:25.472 INFO O| Aug 13 19:08:25.472 INFO STEP 8 (remove_files) COMPLETE
87442026-08-13T19:08:26.873Z[ recovery-image] Aug 13 19:08:25.472 INFO O| Aug 13 19:08:25.472 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87452026-08-13T19:08:26.880Z[ recovery-image] Aug 13 19:08:25.482 INFO O| Aug 13 19:08:25.482 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87462026-08-13T19:08:26.883Z[ recovery-image] Aug 13 19:08:25.482 INFO O| Aug 13 19:08:25.482 INFO STEP 9 (remove_files) COMPLETE
87472026-08-13T19:08:26.884Z[ recovery-image] Aug 13 19:08:25.482 INFO O| Aug 13 19:08:25.482 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87482026-08-13T19:08:26.891Z[ recovery-image] Aug 13 19:08:25.492 INFO O| Aug 13 19:08:25.492 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87492026-08-13T19:08:26.895Z[ recovery-image] Aug 13 19:08:25.492 INFO O| Aug 13 19:08:25.492 INFO STEP 10 (remove_files) COMPLETE
87502026-08-13T19:08:26.895Z[ recovery-image] Aug 13 19:08:25.492 INFO O| Aug 13 19:08:25.492 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87512026-08-13T19:08:26.900Z[ recovery-image] Aug 13 19:08:25.502 INFO O| Aug 13 19:08:25.502 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87522026-08-13T19:08:26.900Z[ recovery-image] Aug 13 19:08:25.502 INFO O| Aug 13 19:08:25.502 INFO STEP 11 (remove_files) COMPLETE
87532026-08-13T19:08:26.904Z[ recovery-image] Aug 13 19:08:25.502 INFO O| Aug 13 19:08:25.502 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87542026-08-13T19:08:26.910Z[ recovery-image] Aug 13 19:08:25.511 INFO O| Aug 13 19:08:25.511 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87552026-08-13T19:08:26.910Z[ recovery-image] Aug 13 19:08:25.511 INFO O| Aug 13 19:08:25.511 INFO STEP 12 (remove_files) COMPLETE
87562026-08-13T19:08:26.914Z[ recovery-image] Aug 13 19:08:25.511 INFO O| Aug 13 19:08:25.511 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87572026-08-13T19:08:26.920Z[ recovery-image] Aug 13 19:08:25.521 INFO O| Aug 13 19:08:25.521 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87582026-08-13T19:08:26.920Z[ recovery-image] Aug 13 19:08:25.521 INFO O| Aug 13 19:08:25.521 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87592026-08-13T19:08:26.920Z[ recovery-image] Aug 13 19:08:25.521 INFO O| Aug 13 19:08:25.521 INFO STEP 13 (ensure_dir) COMPLETE
87602026-08-13T19:08:26.920Z[ recovery-image] Aug 13 19:08:25.521 INFO O| Aug 13 19:08:25.521 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87612026-08-13T19:08:26.931Z[ recovery-image] Aug 13 19:08:25.531 INFO O| Aug 13 19:08:25.531 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87622026-08-13T19:08:26.931Z[ recovery-image] Aug 13 19:08:25.531 INFO O| Aug 13 19:08:25.531 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87632026-08-13T19:08:26.936Z[ recovery-image] Aug 13 19:08:25.531 INFO O| Aug 13 19:08:25.531 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87642026-08-13T19:08:26.936Z[ recovery-image] Aug 13 19:08:25.531 INFO O| Aug 13 19:08:25.531 INFO STEP 14 (ensure_dir) COMPLETE
87652026-08-13T19:08:26.936Z[ recovery-image] Aug 13 19:08:25.531 INFO O| Aug 13 19:08:25.531 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87662026-08-13T19:08:26.940Z[ recovery-image] Aug 13 19:08:25.541 INFO O| Aug 13 19:08:25.541 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87672026-08-13T19:08:26.940Z[ recovery-image] Aug 13 19:08:25.541 INFO O| Aug 13 19:08:25.541 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87682026-08-13T19:08:26.940Z[ recovery-image] Aug 13 19:08:25.541 INFO O| Aug 13 19:08:25.541 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87692026-08-13T19:08:26.940Z[ recovery-image] Aug 13 19:08:25.541 INFO O| Aug 13 19:08:25.541 INFO STEP 15 (ensure_dir) COMPLETE
87702026-08-13T19:08:26.944Z[ recovery-image] Aug 13 19:08:25.541 INFO O| Aug 13 19:08:25.541 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87712026-08-13T19:08:26.951Z[ recovery-image] Aug 13 19:08:25.552 INFO O| Aug 13 19:08:25.552 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87722026-08-13T19:08:26.951Z[ recovery-image] Aug 13 19:08:25.552 INFO O| Aug 13 19:08:25.552 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87732026-08-13T19:08:26.951Z[ recovery-image] Aug 13 19:08:25.552 INFO O| Aug 13 19:08:25.552 INFO STEP 16 (ensure_dir) COMPLETE
87742026-08-13T19:08:26.951Z[ recovery-image] Aug 13 19:08:25.552 INFO O| Aug 13 19:08:25.552 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87752026-08-13T19:08:26.961Z[ recovery-image] Aug 13 19:08:25.562 INFO O| Aug 13 19:08:25.562 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87762026-08-13T19:08:26.961Z[ recovery-image] Aug 13 19:08:25.562 INFO O| Aug 13 19:08:25.562 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87772026-08-13T19:08:26.961Z[ recovery-image] Aug 13 19:08:25.562 INFO O| Aug 13 19:08:25.562 INFO STEP 17 (ensure_dir) COMPLETE
87782026-08-13T19:08:26.964Z[ recovery-image] Aug 13 19:08:25.562 INFO O| Aug 13 19:08:25.562 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792026-08-13T19:08:26.971Z[ recovery-image] Aug 13 19:08:25.572 INFO O| Aug 13 19:08:25.572 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87802026-08-13T19:08:26.971Z[ recovery-image] Aug 13 19:08:25.572 INFO O| Aug 13 19:08:25.572 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
87812026-08-13T19:08:26.972Z[ recovery-image] Aug 13 19:08:25.572 INFO O| Aug 13 19:08:25.572 INFO ok!
87822026-08-13T19:08:26.972Z[ recovery-image] Aug 13 19:08:25.572 INFO O| Aug 13 19:08:25.572 INFO STEP 18 (ensure_symlink) COMPLETE
87832026-08-13T19:08:26.972Z[ recovery-image] Aug 13 19:08:25.572 INFO O| Aug 13 19:08:25.572 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87842026-08-13T19:08:26.983Z[ recovery-image] Aug 13 19:08:25.583 INFO O| Aug 13 19:08:25.583 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
87852026-08-13T19:08:26.983Z[ recovery-image] Aug 13 19:08:25.583 INFO O| Aug 13 19:08:25.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
87862026-08-13T19:08:26.983Z[ recovery-image] Aug 13 19:08:25.583 INFO O| Aug 13 19:08:25.583 INFO ok!
87872026-08-13T19:08:26.983Z[ recovery-image] Aug 13 19:08:25.583 INFO O| Aug 13 19:08:25.583 INFO STEP 19 (ensure_file) COMPLETE
87882026-08-13T19:08:26.983Z[ recovery-image] Aug 13 19:08:25.583 INFO O| Aug 13 19:08:25.583 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87892026-08-13T19:08:26.992Z[ recovery-image] Aug 13 19:08:25.593 INFO O| Aug 13 19:08:25.593 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
87902026-08-13T19:08:26.992Z[ recovery-image] Aug 13 19:08:25.593 INFO O| Aug 13 19:08:25.593 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87912026-08-13T19:08:26.996Z[ recovery-image] Aug 13 19:08:25.593 INFO O| Aug 13 19:08:25.593 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
87922026-08-13T19:08:26.996Z[ recovery-image] Aug 13 19:08:25.593 INFO O| Aug 13 19:08:25.593 INFO ok!
87932026-08-13T19:08:26.996Z[ recovery-image] Aug 13 19:08:25.593 INFO O| Aug 13 19:08:25.593 INFO STEP 20 (ensure_symlink) COMPLETE
87942026-08-13T19:08:26.996Z[ recovery-image] Aug 13 19:08:25.593 INFO O| Aug 13 19:08:25.593 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87952026-08-13T19:08:27.003Z[ recovery-image] Aug 13 19:08:25.604 INFO O| Aug 13 19:08:25.604 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
87962026-08-13T19:08:27.003Z[ recovery-image] Aug 13 19:08:25.604 INFO O| Aug 13 19:08:25.604 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87972026-08-13T19:08:27.003Z[ recovery-image] Aug 13 19:08:25.604 INFO O| Aug 13 19:08:25.604 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
87982026-08-13T19:08:27.003Z[ recovery-image] Aug 13 19:08:25.604 INFO O| Aug 13 19:08:25.604 INFO ok!
87992026-08-13T19:08:27.004Z[ recovery-image] Aug 13 19:08:25.604 INFO O| Aug 13 19:08:25.604 INFO STEP 21 (ensure_symlink) COMPLETE
88002026-08-13T19:08:27.004Z[ recovery-image] Aug 13 19:08:25.604 INFO O| Aug 13 19:08:25.604 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88012026-08-13T19:08:27.015Z[ recovery-image] Aug 13 19:08:25.616 INFO O| Aug 13 19:08:25.616 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88022026-08-13T19:08:27.015Z[ recovery-image] Aug 13 19:08:25.616 INFO O| Aug 13 19:08:25.616 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88032026-08-13T19:08:27.015Z[ recovery-image] Aug 13 19:08:25.617 INFO O| Aug 13 19:08:25.616 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88042026-08-13T19:08:27.019Z[ recovery-image] Aug 13 19:08:25.617 INFO O| Aug 13 19:08:25.617 INFO ok!
88052026-08-13T19:08:27.019Z[ recovery-image] Aug 13 19:08:25.617 INFO O| Aug 13 19:08:25.617 INFO STEP 22 (ensure_symlink) COMPLETE
88062026-08-13T19:08:27.019Z[ recovery-image] Aug 13 19:08:25.617 INFO O| Aug 13 19:08:25.617 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88072026-08-13T19:08:27.030Z[ recovery-image] Aug 13 19:08:25.629 INFO O| Aug 13 19:08:25.629 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88082026-08-13T19:08:27.030Z[ recovery-image] Aug 13 19:08:25.629 INFO O| Aug 13 19:08:25.629 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88092026-08-13T19:08:27.030Z[ recovery-image] Aug 13 19:08:25.629 INFO O| Aug 13 19:08:25.629 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88102026-08-13T19:08:27.030Z[ recovery-image] Aug 13 19:08:25.629 INFO O| Aug 13 19:08:25.629 INFO ok!
88112026-08-13T19:08:27.030Z[ recovery-image] Aug 13 19:08:25.629 INFO O| Aug 13 19:08:25.629 INFO STEP 23 (ensure_symlink) COMPLETE
88122026-08-13T19:08:27.030Z[ recovery-image] Aug 13 19:08:25.629 INFO O| Aug 13 19:08:25.629 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88132026-08-13T19:08:27.039Z[ recovery-image] Aug 13 19:08:25.640 INFO O| Aug 13 19:08:25.640 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88142026-08-13T19:08:27.039Z[ recovery-image] Aug 13 19:08:25.640 INFO O| Aug 13 19:08:25.640 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 ...
88152026-08-13T19:08:27.039Z[ recovery-image] Aug 13 19:08:25.640 INFO O| Aug 13 19:08:25.640 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88162026-08-13T19:08:27.039Z[ recovery-image] Aug 13 19:08:25.640 INFO O| Aug 13 19:08:25.640 INFO ok!
88172026-08-13T19:08:27.043Z[ recovery-image] Aug 13 19:08:25.640 INFO O| Aug 13 19:08:25.640 INFO STEP 24 (ensure_file) COMPLETE
88182026-08-13T19:08:27.043Z[ recovery-image] Aug 13 19:08:25.640 INFO O| Aug 13 19:08:25.640 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88192026-08-13T19:08:27.050Z[ recovery-image] Aug 13 19:08:25.651 INFO O| Aug 13 19:08:25.651 INFO updating shadow file
88202026-08-13T19:08:27.050Z[ recovery-image] Aug 13 19:08:25.652 INFO O| Aug 13 19:08:25.651 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88212026-08-13T19:08:27.050Z[ recovery-image] Aug 13 19:08:25.652 INFO O| Aug 13 19:08:25.652 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88222026-08-13T19:08:27.054Z[ recovery-image] Aug 13 19:08:25.652 INFO O| Aug 13 19:08:25.652 INFO STEP 25 (shadow) COMPLETE
88232026-08-13T19:08:27.054Z[ recovery-image] Aug 13 19:08:25.652 INFO O| Aug 13 19:08:25.652 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88242026-08-13T19:08:27.061Z[ recovery-image] Aug 13 19:08:25.663 INFO O| Aug 13 19:08:25.663 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88252026-08-13T19:08:27.065Z[ recovery-image] Aug 13 19:08:25.663 INFO O| Aug 13 19:08:25.663 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88262026-08-13T19:08:27.065Z[ recovery-image] Aug 13 19:08:25.663 INFO O| Aug 13 19:08:25.663 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88272026-08-13T19:08:27.065Z[ recovery-image] Aug 13 19:08:25.663 INFO O| Aug 13 19:08:25.663 INFO ok!
88282026-08-13T19:08:27.065Z[ recovery-image] Aug 13 19:08:25.663 INFO O| Aug 13 19:08:25.663 INFO STEP 26 (ensure_file) COMPLETE
88292026-08-13T19:08:27.065Z[ recovery-image] Aug 13 19:08:25.663 INFO O| Aug 13 19:08:25.663 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88302026-08-13T19:08:27.072Z[ recovery-image] Aug 13 19:08:25.673 INFO O| Aug 13 19:08:25.673 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88312026-08-13T19:08:27.072Z[ recovery-image] Aug 13 19:08:25.674 INFO O| Aug 13 19:08:25.673 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88322026-08-13T19:08:27.072Z[ recovery-image] Aug 13 19:08:25.674 INFO O| Aug 13 19:08:25.674 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88332026-08-13T19:08:27.072Z[ recovery-image] Aug 13 19:08:25.674 INFO O| Aug 13 19:08:25.674 INFO ok!
88342026-08-13T19:08:27.076Z[ recovery-image] Aug 13 19:08:25.674 INFO O| Aug 13 19:08:25.674 INFO STEP 27 (ensure_file) COMPLETE
88352026-08-13T19:08:27.076Z[ recovery-image] Aug 13 19:08:25.674 INFO O| Aug 13 19:08:25.674 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88362026-08-13T19:08:27.082Z[ recovery-image] Aug 13 19:08:25.684 INFO O| Aug 13 19:08:25.684 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88372026-08-13T19:08:27.083Z[ recovery-image] Aug 13 19:08:25.684 INFO O| Aug 13 19:08:25.684 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88382026-08-13T19:08:27.083Z[ recovery-image] Aug 13 19:08:25.684 INFO O| Aug 13 19:08:25.684 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88392026-08-13T19:08:27.083Z[ recovery-image] Aug 13 19:08:25.684 INFO O| Aug 13 19:08:25.684 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88402026-08-13T19:08:27.088Z[ recovery-image] Aug 13 19:08:25.684 INFO O| Aug 13 19:08:25.684 INFO ok!
88412026-08-13T19:08:27.088Z[ recovery-image] Aug 13 19:08:25.684 INFO O| Aug 13 19:08:25.684 INFO STEP 28 (ensure_file) COMPLETE
88422026-08-13T19:08:27.088Z[ recovery-image] Aug 13 19:08:25.684 INFO O| Aug 13 19:08:25.684 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88432026-08-13T19:08:27.094Z[ recovery-image] Aug 13 19:08:25.695 INFO O| Aug 13 19:08:25.695 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88442026-08-13T19:08:27.094Z[ recovery-image] Aug 13 19:08:25.695 INFO O| Aug 13 19:08:25.695 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88452026-08-13T19:08:27.094Z[ recovery-image] Aug 13 19:08:25.695 INFO O| Aug 13 19:08:25.695 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88462026-08-13T19:08:27.094Z[ recovery-image] Aug 13 19:08:25.695 INFO O| Aug 13 19:08:25.695 INFO ok!
88472026-08-13T19:08:27.098Z[ recovery-image] Aug 13 19:08:25.695 INFO O| Aug 13 19:08:25.695 INFO STEP 29 (ensure_file) COMPLETE
88482026-08-13T19:08:27.098Z[ recovery-image] Aug 13 19:08:25.695 INFO O| Aug 13 19:08:25.695 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88492026-08-13T19:08:27.103Z[ recovery-image] Aug 13 19:08:25.705 INFO O| Aug 13 19:08:25.705 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88502026-08-13T19:08:27.103Z[ recovery-image] Aug 13 19:08:25.705 INFO O| Aug 13 19:08:25.705 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88512026-08-13T19:08:27.107Z[ recovery-image] Aug 13 19:08:25.705 INFO O| Aug 13 19:08:25.705 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88522026-08-13T19:08:27.107Z[ recovery-image] Aug 13 19:08:25.705 INFO O| Aug 13 19:08:25.705 INFO STEP 30 (ensure_dir) COMPLETE
88532026-08-13T19:08:27.107Z[ recovery-image] Aug 13 19:08:25.705 INFO O| Aug 13 19:08:25.705 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88542026-08-13T19:08:27.133Z[ recovery-image] Aug 13 19:08:25.715 INFO O| Aug 13 19:08:25.715 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88552026-08-13T19:08:27.133Z[ recovery-image] Aug 13 19:08:25.715 INFO O| Aug 13 19:08:25.715 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 ...
88562026-08-13T19:08:27.133Z[ recovery-image] Aug 13 19:08:25.715 INFO O| Aug 13 19:08:25.715 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
88572026-08-13T19:08:27.133Z[ recovery-image] Aug 13 19:08:25.715 INFO O| Aug 13 19:08:25.715 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88582026-08-13T19:08:27.133Z[ recovery-image] Aug 13 19:08:25.715 INFO O| Aug 13 19:08:25.715 INFO ok!
88592026-08-13T19:08:27.133Z[ recovery-image] Aug 13 19:08:25.715 INFO O| Aug 13 19:08:25.715 INFO STEP 31 (ensure_file) COMPLETE
88602026-08-13T19:08:27.133Z[ recovery-image] Aug 13 19:08:25.715 INFO O| Aug 13 19:08:25.715 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88612026-08-13T19:08:27.133Z[ recovery-image] Aug 13 19:08:25.726 INFO O| Aug 13 19:08:25.726 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88622026-08-13T19:08:27.133Z[ recovery-image] Aug 13 19:08:25.726 INFO O| Aug 13 19:08:25.726 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88632026-08-13T19:08:27.133Z[ recovery-image] Aug 13 19:08:25.726 INFO O| Aug 13 19:08:25.726 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88642026-08-13T19:08:27.134Z[ recovery-image] Aug 13 19:08:25.726 INFO O| Aug 13 19:08:25.726 INFO STEP 32 (ensure_dir) COMPLETE
88652026-08-13T19:08:27.134Z[ recovery-image] Aug 13 19:08:25.726 INFO O| Aug 13 19:08:25.726 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88662026-08-13T19:08:27.138Z[ recovery-image] Aug 13 19:08:25.736 INFO O| Aug 13 19:08:25.735 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88672026-08-13T19:08:27.138Z[ recovery-image] Aug 13 19:08:25.736 INFO O| Aug 13 19:08:25.735 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 ...
88682026-08-13T19:08:27.138Z[ recovery-image] Aug 13 19:08:25.736 INFO O| Aug 13 19:08:25.736 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
88692026-08-13T19:08:27.138Z[ recovery-image] Aug 13 19:08:25.736 INFO O| Aug 13 19:08:25.736 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88702026-08-13T19:08:27.138Z[ recovery-image] Aug 13 19:08:25.736 INFO O| Aug 13 19:08:25.736 INFO ok!
88712026-08-13T19:08:27.138Z[ recovery-image] Aug 13 19:08:25.736 INFO O| Aug 13 19:08:25.736 INFO STEP 33 (ensure_file) COMPLETE
88722026-08-13T19:08:27.138Z[ recovery-image] Aug 13 19:08:25.736 INFO O| Aug 13 19:08:25.736 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88732026-08-13T19:08:27.145Z[ recovery-image] Aug 13 19:08:25.745 INFO O| Aug 13 19:08:25.745 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88742026-08-13T19:08:27.145Z[ recovery-image] Aug 13 19:08:25.745 INFO O| Aug 13 19:08:25.745 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
88752026-08-13T19:08:27.149Z[ recovery-image] Aug 13 19:08:25.745 INFO O| Aug 13 19:08:25.745 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
88762026-08-13T19:08:27.149Z[ recovery-image] Aug 13 19:08:25.745 INFO O| Aug 13 19:08:25.745 INFO ok!
88772026-08-13T19:08:27.149Z[ recovery-image] Aug 13 19:08:25.745 INFO O| Aug 13 19:08:25.745 INFO STEP 34 (ensure_file) COMPLETE
88782026-08-13T19:08:27.149Z[ recovery-image] Aug 13 19:08:25.745 INFO O| Aug 13 19:08:25.745 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88792026-08-13T19:08:27.161Z[ recovery-image] Aug 13 19:08:25.757 INFO O| Aug 13 19:08:25.757 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
88802026-08-13T19:08:27.161Z[ recovery-image] Aug 13 19:08:25.757 INFO O| Aug 13 19:08:25.757 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
88812026-08-13T19:08:27.161Z[ recovery-image] Aug 13 19:08:25.757 INFO O| Aug 13 19:08:25.757 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88822026-08-13T19:08:27.161Z[ recovery-image] Aug 13 19:08:25.757 INFO O| Aug 13 19:08:25.757 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88832026-08-13T19:08:27.165Z[ recovery-image] Aug 13 19:08:25.757 INFO O| Aug 13 19:08:25.757 INFO ok!
88842026-08-13T19:08:27.165Z[ recovery-image] Aug 13 19:08:25.757 INFO O| Aug 13 19:08:25.757 INFO STEP 35 (ensure_file) COMPLETE
88852026-08-13T19:08:27.165Z[ recovery-image] Aug 13 19:08:25.757 INFO O| Aug 13 19:08:25.757 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88862026-08-13T19:08:27.165Z[ recovery-image] Aug 13 19:08:25.766 INFO O| Aug 13 19:08:25.766 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
88872026-08-13T19:08:27.165Z[ recovery-image] Aug 13 19:08:25.766 INFO O| Aug 13 19:08:25.766 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
88882026-08-13T19:08:27.165Z[ recovery-image] Aug 13 19:08:25.766 INFO O| Aug 13 19:08:25.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
88892026-08-13T19:08:27.165Z[ recovery-image] Aug 13 19:08:25.766 INFO O| Aug 13 19:08:25.766 INFO ok!
88902026-08-13T19:08:27.165Z[ recovery-image] Aug 13 19:08:25.766 INFO O| Aug 13 19:08:25.766 INFO STEP 36 (ensure_file) COMPLETE
88912026-08-13T19:08:27.165Z[ recovery-image] Aug 13 19:08:25.766 INFO O| Aug 13 19:08:25.766 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88922026-08-13T19:08:27.174Z[ recovery-image] Aug 13 19:08:25.776 INFO O| Aug 13 19:08:25.775 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88932026-08-13T19:08:27.174Z[ recovery-image] Aug 13 19:08:25.776 INFO O| Aug 13 19:08:25.776 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
88942026-08-13T19:08:27.174Z[ recovery-image] Aug 13 19:08:25.776 INFO O| Aug 13 19:08:25.776 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
88952026-08-13T19:08:27.179Z[ recovery-image] Aug 13 19:08:25.776 INFO O| Aug 13 19:08:25.776 INFO ok!
88962026-08-13T19:08:27.179Z[ recovery-image] Aug 13 19:08:25.776 INFO O| Aug 13 19:08:25.776 INFO STEP 37 (ensure_file) COMPLETE
88972026-08-13T19:08:27.179Z[ recovery-image] Aug 13 19:08:25.776 INFO O| Aug 13 19:08:25.776 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88982026-08-13T19:08:27.203Z[ recovery-image] Aug 13 19:08:25.804 INFO O| Aug 13 19:08:25.804 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
88992026-08-13T19:08:27.203Z[ recovery-image] Aug 13 19:08:25.804 INFO O| Aug 13 19:08:25.804 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89002026-08-13T19:08:27.203Z[ recovery-image] Aug 13 19:08:25.804 INFO O| Aug 13 19:08:25.804 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89012026-08-13T19:08:27.203Z[ recovery-image] Aug 13 19:08:25.804 INFO O| Aug 13 19:08:25.804 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89022026-08-13T19:08:27.206Z[ recovery-image] Aug 13 19:08:25.804 INFO O| Aug 13 19:08:25.804 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89032026-08-13T19:08:27.206Z[ recovery-image] Aug 13 19:08:25.804 INFO O| Aug 13 19:08:25.804 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89042026-08-13T19:08:27.207Z[ recovery-image] Aug 13 19:08:25.804 INFO O| Aug 13 19:08:25.804 INFO ok!
89052026-08-13T19:08:27.207Z[ recovery-image] Aug 13 19:08:25.804 INFO O| Aug 13 19:08:25.804 INFO STEP 38 (ensure_file) COMPLETE
89062026-08-13T19:08:27.207Z[ recovery-image] Aug 13 19:08:25.804 INFO O| Aug 13 19:08:25.804 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89072026-08-13T19:08:27.214Z[ recovery-image] Aug 13 19:08:25.816 INFO O| Aug 13 19:08:25.816 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89082026-08-13T19:08:27.214Z[ recovery-image] Aug 13 19:08:25.816 INFO O| Aug 13 19:08:25.816 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89092026-08-13T19:08:27.214Z[ recovery-image] Aug 13 19:08:25.816 INFO O| Aug 13 19:08:25.816 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89102026-08-13T19:08:27.214Z[ recovery-image] Aug 13 19:08:25.816 INFO O| Aug 13 19:08:25.816 INFO STEP 39 (ensure_dir) COMPLETE
89112026-08-13T19:08:27.218Z[ recovery-image] Aug 13 19:08:25.816 INFO O| Aug 13 19:08:25.816 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89122026-08-13T19:08:27.229Z[ recovery-image] Aug 13 19:08:25.828 INFO O| Aug 13 19:08:25.828 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
89132026-08-13T19:08:27.229Z[ recovery-image] Aug 13 19:08:25.828 INFO O| Aug 13 19:08:25.828 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 ...
89142026-08-13T19:08:27.229Z[ recovery-image] Aug 13 19:08:25.828 INFO O| Aug 13 19:08:25.828 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
89152026-08-13T19:08:27.233Z[ recovery-image] Aug 13 19:08:25.828 INFO O| Aug 13 19:08:25.828 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
89162026-08-13T19:08:27.233Z[ recovery-image] Aug 13 19:08:25.828 INFO O| Aug 13 19:08:25.828 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
89172026-08-13T19:08:27.233Z[ recovery-image] Aug 13 19:08:25.828 INFO O| Aug 13 19:08:25.828 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
89182026-08-13T19:08:27.233Z[ recovery-image] Aug 13 19:08:25.828 INFO O| Aug 13 19:08:25.828 INFO ok!
89192026-08-13T19:08:27.233Z[ recovery-image] Aug 13 19:08:25.828 INFO O| Aug 13 19:08:25.828 INFO STEP 40 (ensure_file) COMPLETE
89202026-08-13T19:08:27.234Z[ recovery-image] Aug 13 19:08:25.828 INFO O| Aug 13 19:08:25.828 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89212026-08-13T19:08:27.247Z[ recovery-image] Aug 13 19:08:25.848 INFO O| Aug 13 19:08:25.848 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89222026-08-13T19:08:27.247Z[ recovery-image] Aug 13 19:08:25.848 INFO O| Aug 13 19:08:25.848 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 ...
89232026-08-13T19:08:27.247Z[ recovery-image] Aug 13 19:08:25.848 INFO O| Aug 13 19:08:25.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89242026-08-13T19:08:27.247Z[ recovery-image] Aug 13 19:08:25.848 INFO O| Aug 13 19:08:25.848 INFO ok!
89252026-08-13T19:08:27.248Z[ recovery-image] Aug 13 19:08:25.848 INFO O| Aug 13 19:08:25.848 INFO STEP 41 (ensure_symlink) COMPLETE
89262026-08-13T19:08:27.248Z[ recovery-image] Aug 13 19:08:25.848 INFO O| Aug 13 19:08:25.848 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89272026-08-13T19:08:27.268Z[ recovery-image] Aug 13 19:08:25.870 INFO O| Aug 13 19:08:25.870 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89282026-08-13T19:08:27.268Z[ recovery-image] Aug 13 19:08:25.870 INFO O| Aug 13 19:08:25.870 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89292026-08-13T19:08:27.268Z[ recovery-image] Aug 13 19:08:25.870 INFO O| Aug 13 19:08:25.870 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89302026-08-13T19:08:27.272Z[ recovery-image] Aug 13 19:08:25.870 INFO O| Aug 13 19:08:25.870 INFO ok!
89312026-08-13T19:08:27.272Z[ recovery-image] Aug 13 19:08:25.870 INFO O| Aug 13 19:08:25.870 INFO STEP 42 (ensure_symlink) COMPLETE
89322026-08-13T19:08:27.273Z[ recovery-image] Aug 13 19:08:25.870 INFO O| Aug 13 19:08:25.870 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89332026-08-13T19:08:27.279Z[ recovery-image] Aug 13 19:08:25.881 INFO O| Aug 13 19:08:25.881 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89342026-08-13T19:08:27.279Z[ recovery-image] Aug 13 19:08:25.881 INFO O| Aug 13 19:08:25.881 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89352026-08-13T19:08:27.283Z[ recovery-image] Aug 13 19:08:25.881 INFO O| Aug 13 19:08:25.881 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89362026-08-13T19:08:27.283Z[ recovery-image] Aug 13 19:08:25.881 INFO O| Aug 13 19:08:25.881 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89372026-08-13T19:08:27.283Z[ recovery-image] Aug 13 19:08:25.881 INFO O| Aug 13 19:08:25.881 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89382026-08-13T19:08:27.283Z[ recovery-image] Aug 13 19:08:25.881 INFO O| Aug 13 19:08:25.881 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89392026-08-13T19:08:27.283Z[ recovery-image] Aug 13 19:08:25.881 INFO O| Aug 13 19:08:25.881 INFO ok!
89402026-08-13T19:08:27.283Z[ recovery-image] Aug 13 19:08:25.881 INFO O| Aug 13 19:08:25.881 INFO STEP 43 (ensure_file) COMPLETE
89412026-08-13T19:08:27.283Z[ recovery-image] Aug 13 19:08:25.881 INFO O| Aug 13 19:08:25.881 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89422026-08-13T19:08:27.290Z[ recovery-image] Aug 13 19:08:25.892 INFO O| Aug 13 19:08:25.892 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89432026-08-13T19:08:27.290Z[ recovery-image] Aug 13 19:08:25.892 INFO O| Aug 13 19:08:25.892 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 ...
89442026-08-13T19:08:27.294Z[ recovery-image] Aug 13 19:08:25.892 INFO O| Aug 13 19:08:25.892 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
89452026-08-13T19:08:27.294Z[ recovery-image] Aug 13 19:08:25.892 INFO O| Aug 13 19:08:25.892 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89462026-08-13T19:08:27.294Z[ recovery-image] Aug 13 19:08:25.892 INFO O| Aug 13 19:08:25.892 INFO ok!
89472026-08-13T19:08:27.294Z[ recovery-image] Aug 13 19:08:25.892 INFO O| Aug 13 19:08:25.892 INFO STEP 44 (ensure_file) COMPLETE
89482026-08-13T19:08:27.294Z[ recovery-image] Aug 13 19:08:25.892 INFO O| Aug 13 19:08:25.892 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89492026-08-13T19:08:27.311Z[ recovery-image] Aug 13 19:08:25.913 INFO O| Aug 13 19:08:25.912 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89502026-08-13T19:08:27.312Z[ recovery-image] Aug 13 19:08:25.913 INFO O| Aug 13 19:08:25.913 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89512026-08-13T19:08:27.312Z[ recovery-image] Aug 13 19:08:25.913 INFO O| Aug 13 19:08:25.913 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89522026-08-13T19:08:27.312Z[ recovery-image] Aug 13 19:08:25.913 INFO O| Aug 13 19:08:25.913 INFO ok!
89532026-08-13T19:08:27.316Z[ recovery-image] Aug 13 19:08:25.913 INFO O| Aug 13 19:08:25.913 INFO STEP 45 (ensure_file) COMPLETE
89542026-08-13T19:08:27.316Z[ recovery-image] Aug 13 19:08:25.913 INFO O| Aug 13 19:08:25.913 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89552026-08-13T19:08:27.322Z[ recovery-image] Aug 13 19:08:25.924 INFO O| Aug 13 19:08:25.924 INFO updating shadow file
89562026-08-13T19:08:27.322Z[ recovery-image] Aug 13 19:08:25.924 INFO O| Aug 13 19:08:25.924 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89572026-08-13T19:08:27.322Z[ recovery-image] Aug 13 19:08:25.924 INFO O| Aug 13 19:08:25.924 INFO STEP 46 (shadow) COMPLETE
89582026-08-13T19:08:27.327Z[ recovery-image] Aug 13 19:08:25.924 INFO O| Aug 13 19:08:25.924 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89592026-08-13T19:08:27.333Z[ recovery-image] Aug 13 19:08:25.935 INFO O| Aug 13 19:08:25.935 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89602026-08-13T19:08:27.334Z[ recovery-image] Aug 13 19:08:25.935 INFO O| Aug 13 19:08:25.935 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89612026-08-13T19:08:27.334Z[ recovery-image] Aug 13 19:08:25.935 INFO O| Aug 13 19:08:25.935 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89622026-08-13T19:08:27.337Z[ recovery-image] Aug 13 19:08:25.935 INFO O| Aug 13 19:08:25.935 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89632026-08-13T19:08:27.338Z[ recovery-image] Aug 13 19:08:25.935 INFO O| Aug 13 19:08:25.935 INFO ok!
89642026-08-13T19:08:27.338Z[ recovery-image] Aug 13 19:08:25.935 INFO O| Aug 13 19:08:25.935 INFO STEP 47 (ensure_file) COMPLETE
89652026-08-13T19:08:27.338Z[ recovery-image] Aug 13 19:08:25.935 INFO O| Aug 13 19:08:25.935 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89662026-08-13T19:08:27.344Z[ recovery-image] Aug 13 19:08:25.945 INFO O| Aug 13 19:08:25.945 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89672026-08-13T19:08:27.344Z[ recovery-image] Aug 13 19:08:25.945 INFO O| Aug 13 19:08:25.945 INFO STEP 48 (ensure_dir) COMPLETE
89682026-08-13T19:08:27.347Z[ recovery-image] Aug 13 19:08:25.945 INFO O| Aug 13 19:08:25.945 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89692026-08-13T19:08:27.354Z[ recovery-image] Aug 13 19:08:25.955 INFO O| Aug 13 19:08:25.955 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89702026-08-13T19:08:27.354Z[ recovery-image] Aug 13 19:08:25.955 INFO O| Aug 13 19:08:25.955 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89712026-08-13T19:08:27.354Z[ recovery-image] Aug 13 19:08:25.955 INFO O| Aug 13 19:08:25.955 INFO STEP 49 (ensure_dir) COMPLETE
89722026-08-13T19:08:27.358Z[ recovery-image] Aug 13 19:08:25.955 INFO O| Aug 13 19:08:25.955 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89732026-08-13T19:08:27.364Z[ recovery-image] Aug 13 19:08:25.965 INFO O| Aug 13 19:08:25.965 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89742026-08-13T19:08:27.364Z[ recovery-image] Aug 13 19:08:25.965 INFO O| Aug 13 19:08:25.965 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89752026-08-13T19:08:27.364Z[ recovery-image] Aug 13 19:08:25.965 INFO O| Aug 13 19:08:25.965 INFO STEP 50 (ensure_dir) COMPLETE
89762026-08-13T19:08:27.368Z[ recovery-image] Aug 13 19:08:25.966 INFO O| Aug 13 19:08:25.965 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89772026-08-13T19:08:27.376Z[ recovery-image] Aug 13 19:08:25.978 INFO O| Aug 13 19:08:25.978 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
89782026-08-13T19:08:27.376Z[ recovery-image] Aug 13 19:08:25.978 INFO O| Aug 13 19:08:25.978 INFO copying /tmp/.tmpnxszw3/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
89792026-08-13T19:08:27.432Z[ recovery-image] Aug 13 19:08:26.032 INFO O| Aug 13 19:08:26.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
89802026-08-13T19:08:27.432Z[ recovery-image] Aug 13 19:08:26.032 INFO O| Aug 13 19:08:26.032 INFO ok!
89812026-08-13T19:08:27.432Z[ recovery-image] Aug 13 19:08:26.032 INFO O| Aug 13 19:08:26.032 INFO STEP 51 (ensure_file) COMPLETE
89822026-08-13T19:08:27.432Z[ recovery-image] Aug 13 19:08:26.032 INFO O| Aug 13 19:08:26.032 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89832026-08-13T19:08:27.446Z[ recovery-image] Aug 13 19:08:26.048 INFO O| Aug 13 19:08:26.048 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89842026-08-13T19:08:27.447Z[ recovery-image] Aug 13 19:08:26.048 INFO O| Aug 13 19:08:26.048 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89852026-08-13T19:08:27.447Z[ recovery-image] Aug 13 19:08:26.048 INFO O| Aug 13 19:08:26.048 INFO STEP 52 (ensure_dir) COMPLETE
89862026-08-13T19:08:27.450Z[ recovery-image] Aug 13 19:08:26.048 INFO O| Aug 13 19:08:26.048 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89872026-08-13T19:08:27.473Z[ recovery-image] Aug 13 19:08:26.075 INFO O| Aug 13 19:08:26.074 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
89882026-08-13T19:08:27.473Z[ recovery-image] Aug 13 19:08:26.075 INFO O| Aug 13 19:08:26.075 INFO copying /tmp/.tmpnxszw3/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
89892026-08-13T19:08:27.473Z[ recovery-image] Aug 13 19:08:26.075 INFO O| Aug 13 19:08:26.075 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
89902026-08-13T19:08:27.473Z[ recovery-image] Aug 13 19:08:26.075 INFO O| Aug 13 19:08:26.075 INFO ok!
89912026-08-13T19:08:27.480Z[ recovery-image] Aug 13 19:08:26.075 INFO O| Aug 13 19:08:26.075 INFO STEP 53 (ensure_file) COMPLETE
89922026-08-13T19:08:27.480Z[ recovery-image] Aug 13 19:08:26.075 INFO O| Aug 13 19:08:26.075 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89932026-08-13T19:08:27.487Z[ recovery-image] Aug 13 19:08:26.088 INFO O| Aug 13 19:08:26.088 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89942026-08-13T19:08:27.487Z[ recovery-image] Aug 13 19:08:26.088 INFO O| Aug 13 19:08:26.088 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89952026-08-13T19:08:27.487Z[ recovery-image] Aug 13 19:08:26.088 INFO O| Aug 13 19:08:26.088 INFO STEP 54 (ensure_dir) COMPLETE
89962026-08-13T19:08:27.492Z[ recovery-image] Aug 13 19:08:26.088 INFO O| Aug 13 19:08:26.088 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89972026-08-13T19:08:27.499Z[ recovery-image] Aug 13 19:08:26.099 INFO O| Aug 13 19:08:26.099 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
89982026-08-13T19:08:27.499Z[ recovery-image] Aug 13 19:08:26.099 INFO O| Aug 13 19:08:26.099 INFO copying /tmp/.tmpnxszw3/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
89992026-08-13T19:08:29.711Z[ recovery-image] Aug 13 19:08:28.312 INFO O| Aug 13 19:08:28.312 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90002026-08-13T19:08:29.711Z[ recovery-image] Aug 13 19:08:28.312 INFO O| Aug 13 19:08:28.312 INFO ok!
90012026-08-13T19:08:29.715Z[ recovery-image] Aug 13 19:08:28.312 INFO O| Aug 13 19:08:28.312 INFO STEP 55 (ensure_file) COMPLETE
90022026-08-13T19:08:29.715Z[ recovery-image] Aug 13 19:08:28.312 INFO O| Aug 13 19:08:28.312 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90032026-08-13T19:08:29.722Z[ recovery-image] Aug 13 19:08:28.323 INFO O| Aug 13 19:08:28.323 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90042026-08-13T19:08:29.722Z[ recovery-image] Aug 13 19:08:28.324 INFO O| Aug 13 19:08:28.323 INFO copying /tmp/.tmpnxszw3/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90052026-08-13T19:08:31.884Z[ recovery-image] Aug 13 19:08:30.478 INFO O| Aug 13 19:08:30.478 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90062026-08-13T19:08:31.884Z[ recovery-image] Aug 13 19:08:30.479 INFO O| Aug 13 19:08:30.478 INFO ok!
90072026-08-13T19:08:31.884Z[ recovery-image] Aug 13 19:08:30.479 INFO O| Aug 13 19:08:30.478 INFO STEP 56 (ensure_file) COMPLETE
90082026-08-13T19:08:31.889Z[ recovery-image] Aug 13 19:08:30.479 INFO O| Aug 13 19:08:30.478 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90092026-08-13T19:08:31.893Z[ recovery-image] Aug 13 19:08:30.491 INFO O| Aug 13 19:08:30.491 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90102026-08-13T19:08:31.893Z[ recovery-image] Aug 13 19:08:30.491 INFO O| Aug 13 19:08:30.491 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90112026-08-13T19:08:31.893Z[ recovery-image] Aug 13 19:08:30.491 INFO O| Aug 13 19:08:30.491 INFO STEP 57 (ensure_dir) COMPLETE
90122026-08-13T19:08:31.893Z[ recovery-image] Aug 13 19:08:30.491 INFO O| Aug 13 19:08:30.491 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90132026-08-13T19:08:31.900Z[ recovery-image] Aug 13 19:08:30.501 INFO O| Aug 13 19:08:30.501 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90142026-08-13T19:08:31.900Z[ recovery-image] Aug 13 19:08:30.501 INFO O| Aug 13 19:08:30.501 INFO copying /tmp/.tmpnxszw3/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 ...
90152026-08-13T19:08:31.900Z[ recovery-image] Aug 13 19:08:30.501 INFO O| Aug 13 19:08:30.501 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
90162026-08-13T19:08:31.900Z[ recovery-image] Aug 13 19:08:30.501 INFO O| Aug 13 19:08:30.501 INFO ok!
90172026-08-13T19:08:31.900Z[ recovery-image] Aug 13 19:08:30.501 INFO O| Aug 13 19:08:30.501 INFO STEP 58 (ensure_file) COMPLETE
90182026-08-13T19:08:31.900Z[ recovery-image] Aug 13 19:08:30.501 INFO O| Aug 13 19:08:30.501 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90192026-08-13T19:08:31.920Z[ recovery-image] Aug 13 19:08:30.520 INFO O| Aug 13 19:08:30.520 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90202026-08-13T19:08:31.925Z[ recovery-image] Aug 13 19:08:30.520 INFO O| Aug 13 19:08:30.520 INFO copying /tmp/.tmpnxszw3/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 ...
90212026-08-13T19:08:31.925Z[ recovery-image] Aug 13 19:08:30.520 INFO O| Aug 13 19:08:30.520 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
90222026-08-13T19:08:31.929Z[ recovery-image] Aug 13 19:08:30.520 INFO O| Aug 13 19:08:30.520 INFO ok!
90232026-08-13T19:08:31.929Z[ recovery-image] Aug 13 19:08:30.520 INFO O| Aug 13 19:08:30.520 INFO STEP 59 (ensure_file) COMPLETE
90242026-08-13T19:08:31.929Z[ recovery-image] Aug 13 19:08:30.520 INFO O| Aug 13 19:08:30.520 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90252026-08-13T19:08:31.932Z[ recovery-image] Aug 13 19:08:30.533 INFO O| Aug 13 19:08:30.533 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90262026-08-13T19:08:31.933Z[ recovery-image] Aug 13 19:08:30.533 INFO O| Aug 13 19:08:30.533 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90272026-08-13T19:08:31.933Z[ recovery-image] Aug 13 19:08:30.533 INFO O| Aug 13 19:08:30.533 INFO STEP 60 (ensure_dir) COMPLETE
90282026-08-13T19:08:31.933Z[ recovery-image] Aug 13 19:08:30.533 INFO O| Aug 13 19:08:30.533 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90292026-08-13T19:08:31.944Z[ recovery-image] Aug 13 19:08:30.545 INFO O| Aug 13 19:08:30.545 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90302026-08-13T19:08:31.944Z[ recovery-image] Aug 13 19:08:30.545 INFO O| Aug 13 19:08:30.545 INFO copying /tmp/.tmpnxszw3/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 ...
90312026-08-13T19:08:31.948Z[ recovery-image] Aug 13 19:08:30.545 INFO O| Aug 13 19:08:30.545 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90322026-08-13T19:08:31.948Z[ recovery-image] Aug 13 19:08:30.545 INFO O| Aug 13 19:08:30.545 INFO ok!
90332026-08-13T19:08:31.948Z[ recovery-image] Aug 13 19:08:30.545 INFO O| Aug 13 19:08:30.545 INFO STEP 61 (ensure_file) COMPLETE
90342026-08-13T19:08:31.948Z[ recovery-image] Aug 13 19:08:30.545 INFO O| Aug 13 19:08:30.545 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90352026-08-13T19:08:31.954Z[ recovery-image] Aug 13 19:08:30.556 INFO O| Aug 13 19:08:30.555 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90362026-08-13T19:08:31.954Z[ recovery-image] Aug 13 19:08:30.556 INFO O| Aug 13 19:08:30.555 INFO copying /tmp/.tmpnxszw3/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 ...
90372026-08-13T19:08:31.958Z[ recovery-image] Aug 13 19:08:30.556 INFO O| Aug 13 19:08:30.556 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
90382026-08-13T19:08:31.958Z[ recovery-image] Aug 13 19:08:30.556 INFO O| Aug 13 19:08:30.556 INFO ok!
90392026-08-13T19:08:31.958Z[ recovery-image] Aug 13 19:08:30.556 INFO O| Aug 13 19:08:30.556 INFO STEP 62 (ensure_file) COMPLETE
90402026-08-13T19:08:31.959Z[ recovery-image] Aug 13 19:08:30.556 INFO O| Aug 13 19:08:30.556 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90412026-08-13T19:08:31.964Z[ recovery-image] Aug 13 19:08:30.566 INFO O| Aug 13 19:08:30.566 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90422026-08-13T19:08:31.964Z[ recovery-image] Aug 13 19:08:30.566 INFO O| Aug 13 19:08:30.566 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90432026-08-13T19:08:31.964Z[ recovery-image] Aug 13 19:08:30.566 INFO O| Aug 13 19:08:30.566 INFO STEP 63 (ensure_dir) COMPLETE
90442026-08-13T19:08:31.968Z[ recovery-image] Aug 13 19:08:30.566 INFO O| Aug 13 19:08:30.566 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90452026-08-13T19:08:31.975Z[ recovery-image] Aug 13 19:08:30.576 INFO O| Aug 13 19:08:30.576 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90462026-08-13T19:08:31.975Z[ recovery-image] Aug 13 19:08:30.576 INFO O| Aug 13 19:08:30.576 INFO copying /tmp/.tmpnxszw3/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 ...
90472026-08-13T19:08:31.975Z[ recovery-image] Aug 13 19:08:30.576 INFO O| Aug 13 19:08:30.576 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90482026-08-13T19:08:31.978Z[ recovery-image] Aug 13 19:08:30.576 INFO O| Aug 13 19:08:30.576 INFO ok!
90492026-08-13T19:08:31.979Z[ recovery-image] Aug 13 19:08:30.576 INFO O| Aug 13 19:08:30.576 INFO STEP 64 (ensure_file) COMPLETE
90502026-08-13T19:08:31.979Z[ recovery-image] Aug 13 19:08:30.576 INFO O| Aug 13 19:08:30.576 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90512026-08-13T19:08:31.985Z[ recovery-image] Aug 13 19:08:30.587 INFO O| Aug 13 19:08:30.586 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90522026-08-13T19:08:31.985Z[ recovery-image] Aug 13 19:08:30.587 INFO O| Aug 13 19:08:30.587 INFO copying /tmp/.tmpnxszw3/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90532026-08-13T19:08:31.985Z[ recovery-image] Aug 13 19:08:30.587 INFO O| Aug 13 19:08:30.587 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90542026-08-13T19:08:31.989Z[ recovery-image] Aug 13 19:08:30.587 INFO O| Aug 13 19:08:30.587 INFO ok!
90552026-08-13T19:08:31.989Z[ recovery-image] Aug 13 19:08:30.587 INFO O| Aug 13 19:08:30.587 INFO STEP 65 (ensure_file) COMPLETE
90562026-08-13T19:08:31.989Z[ recovery-image] Aug 13 19:08:30.587 INFO O| Aug 13 19:08:30.587 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90572026-08-13T19:08:31.994Z[ recovery-image] Aug 13 19:08:30.596 INFO O| Aug 13 19:08:30.596 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90582026-08-13T19:08:31.995Z[ recovery-image] Aug 13 19:08:30.596 INFO O| Aug 13 19:08:30.596 INFO STEP 66 (ensure_dir) COMPLETE
90592026-08-13T19:08:31.995Z[ recovery-image] Aug 13 19:08:30.596 INFO O| Aug 13 19:08:30.596 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90602026-08-13T19:08:32.004Z[ recovery-image] Aug 13 19:08:30.605 INFO O| Aug 13 19:08:30.605 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90612026-08-13T19:08:32.004Z[ recovery-image] Aug 13 19:08:30.606 INFO O| Aug 13 19:08:30.605 INFO STEP 67 (ensure_dir) COMPLETE
90622026-08-13T19:08:32.004Z[ recovery-image] Aug 13 19:08:30.606 INFO O| Aug 13 19:08:30.605 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90632026-08-13T19:08:32.013Z[ recovery-image] Aug 13 19:08:30.615 INFO O| Aug 13 19:08:30.614 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90642026-08-13T19:08:32.013Z[ recovery-image] Aug 13 19:08:30.615 INFO O| Aug 13 19:08:30.614 INFO STEP 68 (ensure_dir) COMPLETE
90652026-08-13T19:08:32.017Z[ recovery-image] Aug 13 19:08:30.615 INFO O| Aug 13 19:08:30.614 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90662026-08-13T19:08:32.021Z[ recovery-image] Aug 13 19:08:30.623 INFO O| Aug 13 19:08:30.623 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
90672026-08-13T19:08:32.025Z[ recovery-image] Aug 13 19:08:30.623 INFO O| Aug 13 19:08:30.623 INFO STEP 69 (ensure_dir) COMPLETE
90682026-08-13T19:08:32.025Z[ recovery-image] Aug 13 19:08:30.623 INFO O| Aug 13 19:08:30.623 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90692026-08-13T19:08:32.029Z[ recovery-image] Aug 13 19:08:30.631 INFO O| Aug 13 19:08:30.631 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
90702026-08-13T19:08:32.029Z[ recovery-image] Aug 13 19:08:30.631 INFO O| Aug 13 19:08:30.631 INFO copying /tmp/.tmpnxszw3/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
90712026-08-13T19:08:32.033Z[ recovery-image] Aug 13 19:08:30.631 INFO O| Aug 13 19:08:30.631 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
90722026-08-13T19:08:32.033Z[ recovery-image] Aug 13 19:08:30.631 INFO O| Aug 13 19:08:30.631 INFO ok!
90732026-08-13T19:08:32.033Z[ recovery-image] Aug 13 19:08:30.631 INFO O| Aug 13 19:08:30.631 INFO STEP 70 (ensure_file) COMPLETE
90742026-08-13T19:08:32.033Z[ recovery-image] Aug 13 19:08:30.631 INFO O| Aug 13 19:08:30.631 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90752026-08-13T19:08:32.038Z[ recovery-image] Aug 13 19:08:30.640 INFO O| Aug 13 19:08:30.640 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
90762026-08-13T19:08:32.042Z[ recovery-image] Aug 13 19:08:30.640 INFO O| Aug 13 19:08:30.640 INFO STEP 71 (remove_files) COMPLETE
90772026-08-13T19:08:32.042Z[ recovery-image] Aug 13 19:08:30.640 INFO O| Aug 13 19:08:30.640 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90782026-08-13T19:08:32.046Z[ recovery-image] Aug 13 19:08:30.648 INFO O| Aug 13 19:08:30.648 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
90792026-08-13T19:08:32.047Z[ recovery-image] Aug 13 19:08:30.648 INFO O| Aug 13 19:08:30.648 INFO STEP 72 (remove_files) COMPLETE
90802026-08-13T19:08:32.047Z[ recovery-image] Aug 13 19:08:30.648 INFO O| Aug 13 19:08:30.648 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90812026-08-13T19:08:32.055Z[ recovery-image] Aug 13 19:08:30.657 INFO O| Aug 13 19:08:30.657 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
90822026-08-13T19:08:32.055Z[ recovery-image] Aug 13 19:08:30.657 INFO O| Aug 13 19:08:30.657 INFO STEP 73 (remove_files) COMPLETE
90832026-08-13T19:08:32.055Z[ recovery-image] Aug 13 19:08:30.657 INFO O| Aug 13 19:08:30.657 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90842026-08-13T19:08:32.072Z[ recovery-image] Aug 13 19:08:30.673 INFO O| Aug 13 19:08:30.673 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
90852026-08-13T19:08:32.072Z[ recovery-image] Aug 13 19:08:30.673 INFO O| Aug 13 19:08:30.673 INFO STEP 74 (remove_files) COMPLETE
90862026-08-13T19:08:32.072Z[ recovery-image] Aug 13 19:08:30.673 INFO O| Aug 13 19:08:30.673 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90872026-08-13T19:08:32.081Z[ recovery-image] Aug 13 19:08:30.683 INFO O| Aug 13 19:08:30.683 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
90882026-08-13T19:08:32.081Z[ recovery-image] Aug 13 19:08:30.683 INFO O| Aug 13 19:08:30.683 INFO STEP 75 (remove_files) COMPLETE
90892026-08-13T19:08:32.085Z[ recovery-image] Aug 13 19:08:30.683 INFO O| Aug 13 19:08:30.683 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90902026-08-13T19:08:32.093Z[ recovery-image] Aug 13 19:08:30.692 INFO O| Aug 13 19:08:30.692 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
90912026-08-13T19:08:32.093Z[ recovery-image] Aug 13 19:08:30.693 INFO O| Aug 13 19:08:30.693 INFO STEP 76 (remove_files) COMPLETE
90922026-08-13T19:08:32.093Z[ recovery-image] Aug 13 19:08:30.693 INFO O| Aug 13 19:08:30.693 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90932026-08-13T19:08:32.101Z[ recovery-image] Aug 13 19:08:30.702 INFO O| Aug 13 19:08:30.702 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
90942026-08-13T19:08:32.101Z[ recovery-image] Aug 13 19:08:30.702 INFO O| Aug 13 19:08:30.702 INFO STEP 77 (remove_files) COMPLETE
90952026-08-13T19:08:32.104Z[ recovery-image] Aug 13 19:08:30.702 INFO O| Aug 13 19:08:30.702 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90962026-08-13T19:08:32.113Z[ recovery-image] Aug 13 19:08:30.711 INFO O| Aug 13 19:08:30.711 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
90972026-08-13T19:08:32.113Z[ recovery-image] Aug 13 19:08:30.711 INFO O| Aug 13 19:08:30.711 INFO STEP 78 (remove_files) COMPLETE
90982026-08-13T19:08:32.113Z[ recovery-image] Aug 13 19:08:30.711 INFO O| Aug 13 19:08:30.711 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90992026-08-13T19:08:32.117Z[ recovery-image] Aug 13 19:08:30.719 INFO O| Aug 13 19:08:30.718 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91002026-08-13T19:08:32.117Z[ recovery-image] Aug 13 19:08:30.719 INFO O| Aug 13 19:08:30.719 INFO STEP 79 (remove_files) COMPLETE
91012026-08-13T19:08:32.117Z[ recovery-image] Aug 13 19:08:30.719 INFO O| Aug 13 19:08:30.719 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91022026-08-13T19:08:32.131Z[ recovery-image] Aug 13 19:08:30.730 INFO O| Aug 13 19:08:30.730 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91032026-08-13T19:08:32.131Z[ recovery-image] Aug 13 19:08:30.730 INFO O| Aug 13 19:08:30.730 INFO STEP 80 (remove_files) COMPLETE
91042026-08-13T19:08:32.131Z[ recovery-image] Aug 13 19:08:30.730 INFO O| Aug 13 19:08:30.730 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91052026-08-13T19:08:32.137Z[ recovery-image] Aug 13 19:08:30.739 INFO O| Aug 13 19:08:30.739 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91062026-08-13T19:08:32.137Z[ recovery-image] Aug 13 19:08:30.739 INFO O| Aug 13 19:08:30.739 INFO STEP 81 (remove_files) COMPLETE
91072026-08-13T19:08:32.141Z[ recovery-image] Aug 13 19:08:30.739 INFO O| Aug 13 19:08:30.739 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91082026-08-13T19:08:32.147Z[ recovery-image] Aug 13 19:08:30.748 INFO O| Aug 13 19:08:30.748 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91092026-08-13T19:08:32.147Z[ recovery-image] Aug 13 19:08:30.748 INFO O| Aug 13 19:08:30.748 INFO STEP 82 (remove_files) COMPLETE
91102026-08-13T19:08:32.147Z[ recovery-image] Aug 13 19:08:30.748 INFO O| Aug 13 19:08:30.748 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91112026-08-13T19:08:32.156Z[ recovery-image] Aug 13 19:08:30.757 INFO O| Aug 13 19:08:30.757 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91122026-08-13T19:08:32.156Z[ recovery-image] Aug 13 19:08:30.757 INFO O| Aug 13 19:08:30.757 INFO STEP 83 (remove_files) COMPLETE
91132026-08-13T19:08:32.160Z[ recovery-image] Aug 13 19:08:30.757 INFO O| Aug 13 19:08:30.757 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91142026-08-13T19:08:32.165Z[ recovery-image] Aug 13 19:08:30.766 INFO O| Aug 13 19:08:30.766 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91152026-08-13T19:08:32.165Z[ recovery-image] Aug 13 19:08:30.766 INFO O| Aug 13 19:08:30.766 INFO STEP 84 (remove_files) COMPLETE
91162026-08-13T19:08:32.168Z[ recovery-image] Aug 13 19:08:30.766 INFO O| Aug 13 19:08:30.766 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91172026-08-13T19:08:32.175Z[ recovery-image] Aug 13 19:08:30.776 INFO O| Aug 13 19:08:30.776 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91182026-08-13T19:08:32.175Z[ recovery-image] Aug 13 19:08:30.776 INFO O| Aug 13 19:08:30.776 INFO STEP 85 (remove_files) COMPLETE
91192026-08-13T19:08:32.179Z[ recovery-image] Aug 13 19:08:30.776 INFO O| Aug 13 19:08:30.776 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91202026-08-13T19:08:32.184Z[ recovery-image] Aug 13 19:08:30.785 INFO O| Aug 13 19:08:30.785 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91212026-08-13T19:08:32.184Z[ recovery-image] Aug 13 19:08:30.786 INFO O| Aug 13 19:08:30.785 INFO STEP 86 (remove_files) COMPLETE
91222026-08-13T19:08:32.184Z[ recovery-image] Aug 13 19:08:30.786 INFO O| Aug 13 19:08:30.786 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91232026-08-13T19:08:32.194Z[ recovery-image] Aug 13 19:08:30.795 INFO O| Aug 13 19:08:30.795 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91242026-08-13T19:08:32.194Z[ recovery-image] Aug 13 19:08:30.795 INFO O| Aug 13 19:08:30.795 INFO STEP 87 (remove_files) COMPLETE
91252026-08-13T19:08:32.194Z[ recovery-image] Aug 13 19:08:30.795 INFO O| Aug 13 19:08:30.795 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91262026-08-13T19:08:32.203Z[ recovery-image] Aug 13 19:08:30.804 INFO O| Aug 13 19:08:30.804 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91272026-08-13T19:08:32.203Z[ recovery-image] Aug 13 19:08:30.804 INFO O| Aug 13 19:08:30.804 INFO STEP 88 (remove_files) COMPLETE
91282026-08-13T19:08:32.203Z[ recovery-image] Aug 13 19:08:30.804 INFO O| Aug 13 19:08:30.804 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91292026-08-13T19:08:32.214Z[ recovery-image] Aug 13 19:08:30.814 INFO O| Aug 13 19:08:30.813 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91302026-08-13T19:08:32.214Z[ recovery-image] Aug 13 19:08:30.814 INFO O| Aug 13 19:08:30.814 INFO STEP 89 (remove_files) COMPLETE
91312026-08-13T19:08:32.214Z[ recovery-image] Aug 13 19:08:30.814 INFO O| Aug 13 19:08:30.814 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91322026-08-13T19:08:32.222Z[ recovery-image] Aug 13 19:08:30.823 INFO O| Aug 13 19:08:30.823 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91332026-08-13T19:08:32.222Z[ recovery-image] Aug 13 19:08:30.823 INFO O| Aug 13 19:08:30.823 INFO STEP 90 (remove_files) COMPLETE
91342026-08-13T19:08:32.226Z[ recovery-image] Aug 13 19:08:30.823 INFO O| Aug 13 19:08:30.823 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91352026-08-13T19:08:32.232Z[ recovery-image] Aug 13 19:08:30.834 INFO O| Aug 13 19:08:30.834 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91362026-08-13T19:08:32.236Z[ recovery-image] Aug 13 19:08:30.834 INFO O| Aug 13 19:08:30.834 INFO STEP 91 (remove_files) COMPLETE
91372026-08-13T19:08:32.236Z[ recovery-image] Aug 13 19:08:30.834 INFO O| Aug 13 19:08:30.834 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91382026-08-13T19:08:32.243Z[ recovery-image] Aug 13 19:08:30.844 INFO O| Aug 13 19:08:30.844 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91392026-08-13T19:08:32.243Z[ recovery-image] Aug 13 19:08:30.845 INFO O| Aug 13 19:08:30.845 INFO STEP 92 (remove_files) COMPLETE
91402026-08-13T19:08:32.243Z[ recovery-image] Aug 13 19:08:30.845 INFO O| Aug 13 19:08:30.845 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91412026-08-13T19:08:32.254Z[ recovery-image] Aug 13 19:08:30.855 INFO O| Aug 13 19:08:30.855 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91422026-08-13T19:08:32.254Z[ recovery-image] Aug 13 19:08:30.855 INFO O| Aug 13 19:08:30.855 INFO STEP 93 (remove_files) COMPLETE
91432026-08-13T19:08:32.254Z[ recovery-image] Aug 13 19:08:30.855 INFO O| Aug 13 19:08:30.855 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91442026-08-13T19:08:32.264Z[ recovery-image] Aug 13 19:08:30.866 INFO O| Aug 13 19:08:30.866 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91452026-08-13T19:08:32.264Z[ recovery-image] Aug 13 19:08:30.866 INFO O| Aug 13 19:08:30.866 INFO STEP 94 (remove_files) COMPLETE
91462026-08-13T19:08:32.264Z[ recovery-image] Aug 13 19:08:30.866 INFO O| Aug 13 19:08:30.866 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91472026-08-13T19:08:32.312Z[ recovery-image] Aug 13 19:08:30.912 INFO O| Aug 13 19:08:30.912 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91482026-08-13T19:08:32.316Z[ recovery-image] Aug 13 19:08:30.912 INFO O| Aug 13 19:08:30.912 INFO STEP 95 (remove_files) COMPLETE
91492026-08-13T19:08:32.316Z[ recovery-image] Aug 13 19:08:30.912 INFO O| Aug 13 19:08:30.912 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91502026-08-13T19:08:32.321Z[ recovery-image] Aug 13 19:08:30.922 INFO O| Aug 13 19:08:30.922 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91512026-08-13T19:08:32.321Z[ recovery-image] Aug 13 19:08:30.922 INFO O| Aug 13 19:08:30.922 INFO STEP 96 (remove_files) COMPLETE
91522026-08-13T19:08:32.321Z[ recovery-image] Aug 13 19:08:30.922 INFO O| Aug 13 19:08:30.922 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91532026-08-13T19:08:32.376Z[ recovery-image] Aug 13 19:08:30.933 INFO O| Aug 13 19:08:30.933 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91542026-08-13T19:08:32.376Z[ recovery-image] Aug 13 19:08:30.933 INFO O| Aug 13 19:08:30.933 INFO STEP 97 (remove_files) COMPLETE
91552026-08-13T19:08:32.376Z[ recovery-image] Aug 13 19:08:30.933 INFO O| Aug 13 19:08:30.933 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91562026-08-13T19:08:32.376Z[ recovery-image] Aug 13 19:08:30.943 INFO O| Aug 13 19:08:30.943 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91572026-08-13T19:08:32.376Z[ recovery-image] Aug 13 19:08:30.943 INFO O| Aug 13 19:08:30.943 INFO STEP 98 (remove_files) COMPLETE
91582026-08-13T19:08:32.376Z[ recovery-image] Aug 13 19:08:30.943 INFO O| Aug 13 19:08:30.943 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91592026-08-13T19:08:32.377Z[ recovery-image] Aug 13 19:08:30.951 INFO O| Aug 13 19:08:30.951 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91602026-08-13T19:08:32.377Z[ recovery-image] Aug 13 19:08:30.951 INFO O| Aug 13 19:08:30.951 INFO STEP 99 (remove_files) COMPLETE
91612026-08-13T19:08:32.377Z[ recovery-image] Aug 13 19:08:30.951 INFO O| Aug 13 19:08:30.951 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91622026-08-13T19:08:32.377Z[ recovery-image] Aug 13 19:08:30.965 INFO O| Aug 13 19:08:30.965 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91632026-08-13T19:08:32.377Z[ recovery-image] Aug 13 19:08:30.965 INFO O| Aug 13 19:08:30.965 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
91642026-08-13T19:08:35.076Z[verify-libraries] Compiling oso v0.27.3
91652026-08-13T19:08:37.565Z[ recovery-image] Aug 13 19:08:36.166 INFO O| Aug 13 19:08:36.166 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
91662026-08-13T19:08:37.569Z[ recovery-image] Aug 13 19:08:36.166 INFO O| Aug 13 19:08:36.166 INFO E| svccfg: Loaded 69 smf(7) service descriptions
91672026-08-13T19:08:37.579Z[ recovery-image] Aug 13 19:08:36.181 INFO O| Aug 13 19:08:36.181 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
91682026-08-13T19:08:37.683Z[ recovery-image] Aug 13 19:08:36.284 INFO O| Aug 13 19:08:36.284 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
91692026-08-13T19:08:37.743Z[ recovery-image] Aug 13 19:08:36.344 INFO O| Aug 13 19:08:36.344 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_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"}
91702026-08-13T19:08:37.809Z[ recovery-image] Aug 13 19:08:36.410 INFO O| Aug 13 19:08:36.410 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
91712026-08-13T19:08:37.809Z[ recovery-image] Aug 13 19:08:36.410 INFO O| Aug 13 19:08:36.410 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 ...
91722026-08-13T19:08:37.813Z[ recovery-image] Aug 13 19:08:36.412 INFO O| Aug 13 19:08:36.411 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
91732026-08-13T19:08:37.813Z[ recovery-image] Aug 13 19:08:36.412 INFO O| Aug 13 19:08:36.412 INFO ok!
91742026-08-13T19:08:37.813Z[ recovery-image] Aug 13 19:08:36.412 INFO O| Aug 13 19:08:36.412 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
91752026-08-13T19:08:37.813Z[ recovery-image] Aug 13 19:08:36.412 INFO O| Aug 13 19:08:36.412 INFO STEP 100 (seed_smf) COMPLETE
91762026-08-13T19:08:37.813Z[ recovery-image] Aug 13 19:08:36.412 INFO O| Aug 13 19:08:36.412 INFO steps complete; finalising image!
91772026-08-13T19:08:37.814Z[ recovery-image] Aug 13 19:08:36.412 INFO O| Aug 13 19:08:36.412 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
91782026-08-13T19:08:37.880Z[ recovery-image] Aug 13 19:08:36.481 INFO O| Aug 13 19:08:36.481 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Thu Aug 13 19:08:36 2026)
91792026-08-13T19:08:38.087Z[ recovery-image] Aug 13 19:08:36.687 INFO O| Aug 13 19:08:36.687 INFO trim TEMPORARY-sled-zfs-recovery: (30% trimmed, started at Thu Aug 13 19:08:36 2026)
91802026-08-13T19:08:38.303Z[ recovery-image] Aug 13 19:08:36.905 INFO O| Aug 13 19:08:36.904 INFO trim TEMPORARY-sled-zfs-recovery: (71% trimmed, started at Thu Aug 13 19:08:36 2026)
91812026-08-13T19:08:38.510Z[ recovery-image] Aug 13 19:08:37.112 INFO O| Aug 13 19:08:37.111 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 19:08:36 2026)
91822026-08-13T19:08:38.717Z[ recovery-image] Aug 13 19:08:37.318 INFO O| Aug 13 19:08:37.317 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 19:08:36 2026)
91832026-08-13T19:08:38.923Z[ recovery-image] Aug 13 19:08:37.524 INFO O| Aug 13 19:08:37.524 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 19:08:36 2026)
91842026-08-13T19:08:39.129Z[ recovery-image] Aug 13 19:08:37.730 INFO O| Aug 13 19:08:37.730 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 19:08:36 2026)
91852026-08-13T19:08:39.336Z[ recovery-image] Aug 13 19:08:37.938 INFO O| Aug 13 19:08:37.938 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 19:08:36 2026)
91862026-08-13T19:08:39.543Z[ recovery-image] Aug 13 19:08:38.144 INFO O| Aug 13 19:08:38.144 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 19:08:36 2026)
91872026-08-13T19:08:39.748Z[ recovery-image] Aug 13 19:08:38.350 INFO O| Aug 13 19:08:38.350 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 19:08:36 2026)
91882026-08-13T19:08:39.955Z[ recovery-image] Aug 13 19:08:38.556 INFO O| Aug 13 19:08:38.556 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 19:08:36 2026)
91892026-08-13T19:08:40.161Z[ recovery-image] Aug 13 19:08:38.762 INFO O| Aug 13 19:08:38.762 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 19:08:36 2026)
91902026-08-13T19:08:40.367Z[ recovery-image] Aug 13 19:08:38.969 INFO O| Aug 13 19:08:38.969 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 19:08:36 2026)
91912026-08-13T19:08:40.575Z[ recovery-image] Aug 13 19:08:39.176 INFO O| Aug 13 19:08:39.176 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 19:08:36 2026)
91922026-08-13T19:08:40.782Z[ recovery-image] Aug 13 19:08:39.383 INFO O| Aug 13 19:08:39.383 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 19:08:36 2026)
91932026-08-13T19:08:40.882Z[ host-image] Aug 13 19:08:39.483 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24189:20260811T192955Z
91942026-08-13T19:08:40.886Z[ host-image] Aug 13 19:08:39.483 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24189:20260811T192955Z
91952026-08-13T19:08:40.886Z[ host-image] Aug 13 19:08:39.483 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
91962026-08-13T19:08:40.887Z[ host-image] Aug 13 19:08:39.483 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
91972026-08-13T19:08:40.887Z[ host-image] Aug 13 19:08:39.483 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
91982026-08-13T19:08:40.887Z[ host-image] Aug 13 19:08:39.483 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
91992026-08-13T19:08:40.887Z[ host-image] Aug 13 19:08:39.483 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92002026-08-13T19:08:40.887Z[ host-image] Aug 13 19:08:39.483 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92012026-08-13T19:08:40.887Z[ host-image] Aug 13 19:08:39.484 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260813T185344Z
92022026-08-13T19:08:40.887Z[ host-image] Aug 13 19:08:39.484 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92032026-08-13T19:08:40.887Z[ host-image] Aug 13 19:08:39.484 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92042026-08-13T19:08:40.887Z[ host-image] Aug 13 19:08:39.484 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24189:20260811T192956Z
92052026-08-13T19:08:40.887Z[ host-image] Aug 13 19:08:39.484 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24189:20260811T192956Z
92062026-08-13T19:08:40.887Z[ host-image] Aug 13 19:08:39.485 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24189:20260811T192956Z
92072026-08-13T19:08:40.887Z[ host-image] Aug 13 19:08:39.485 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24189:20260811T192956Z
92082026-08-13T19:08:40.887Z[ host-image] Aug 13 19:08:39.485 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92092026-08-13T19:08:40.887Z[ host-image] Aug 13 19:08:39.485 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24189:20260811T192956Z
92102026-08-13T19:08:40.887Z[ host-image] Aug 13 19:08:39.485 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24189:20260811T192956Z
92112026-08-13T19:08:40.887Z[ host-image] Aug 13 19:08:39.485 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24189:20260811T192956Z
92122026-08-13T19:08:40.888Z[ host-image] Aug 13 19:08:39.485 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24189:20260811T192956Z
92132026-08-13T19:08:40.888Z[ host-image] Aug 13 19:08:39.485 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24189:20260811T192957Z
92142026-08-13T19:08:40.888Z[ host-image] Aug 13 19:08:39.485 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24189:20260811T192957Z
92152026-08-13T19:08:40.888Z[ host-image] Aug 13 19:08:39.485 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24189:20260811T192957Z
92162026-08-13T19:08:40.888Z[ host-image] Aug 13 19:08:39.485 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24189:20260811T192957Z
92172026-08-13T19:08:40.888Z[ host-image] Aug 13 19:08:39.485 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24189:20260811T192957Z
92182026-08-13T19:08:40.888Z[ host-image] Aug 13 19:08:39.486 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24189:20260811T192957Z
92192026-08-13T19:08:40.888Z[ host-image] Aug 13 19:08:39.486 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24189:20260811T192957Z
92202026-08-13T19:08:40.888Z[ host-image] Aug 13 19:08:39.486 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24189:20260811T192958Z
92212026-08-13T19:08:40.888Z[ host-image] Aug 13 19:08:39.486 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24189:20260811T192958Z
92222026-08-13T19:08:40.888Z[ host-image] Aug 13 19:08:39.486 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24189:20260811T192959Z
92232026-08-13T19:08:40.888Z[ host-image] Aug 13 19:08:39.486 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24189:20260811T192959Z
92242026-08-13T19:08:40.889Z[ host-image] Aug 13 19:08:39.486 INFO O| install = pkg://helios/driver/network/opte@0.41.504-3.0:20260725T001627Z
92252026-08-13T19:08:40.889Z[ host-image] Aug 13 19:08:39.486 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24189:20260811T193000Z
92262026-08-13T19:08:40.889Z[ host-image] Aug 13 19:08:39.486 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24189:20260811T193000Z
92272026-08-13T19:08:40.889Z[ host-image] Aug 13 19:08:39.486 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24189:20260811T193001Z
92282026-08-13T19:08:40.889Z[ host-image] Aug 13 19:08:39.486 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24189:20260811T193001Z
92292026-08-13T19:08:40.889Z[ host-image] Aug 13 19:08:39.486 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24189:20260811T193001Z
92302026-08-13T19:08:40.889Z[ host-image] Aug 13 19:08:39.486 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24189:20260811T193002Z
92312026-08-13T19:08:40.889Z[ host-image] Aug 13 19:08:39.486 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24189:20260811T193002Z
92322026-08-13T19:08:40.894Z[ host-image] Aug 13 19:08:39.489 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92332026-08-13T19:08:40.894Z[ host-image] Aug 13 19:08:39.489 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24189:20260811T193002Z
92342026-08-13T19:08:40.894Z[ host-image] Aug 13 19:08:39.489 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92352026-08-13T19:08:40.894Z[ host-image] Aug 13 19:08:39.489 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92362026-08-13T19:08:40.894Z[ host-image] Aug 13 19:08:39.489 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92372026-08-13T19:08:40.894Z[ host-image] Aug 13 19:08:39.489 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92382026-08-13T19:08:40.894Z[ host-image] Aug 13 19:08:39.490 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24189:20260811T193002Z
92392026-08-13T19:08:40.894Z[ host-image] Aug 13 19:08:39.490 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92402026-08-13T19:08:40.894Z[ host-image] Aug 13 19:08:39.490 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92412026-08-13T19:08:40.894Z[ host-image] Aug 13 19:08:39.490 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92422026-08-13T19:08:40.895Z[ host-image] Aug 13 19:08:39.490 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92432026-08-13T19:08:40.895Z[ host-image] Aug 13 19:08:39.493 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92442026-08-13T19:08:40.895Z[ host-image] Aug 13 19:08:39.493 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92452026-08-13T19:08:40.895Z[ host-image] Aug 13 19:08:39.494 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92462026-08-13T19:08:40.895Z[ host-image] Aug 13 19:08:39.494 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92472026-08-13T19:08:40.895Z[ host-image] Aug 13 19:08:39.494 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92482026-08-13T19:08:40.895Z[ host-image] Aug 13 19:08:39.494 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92492026-08-13T19:08:40.918Z[ host-image] Aug 13 19:08:39.519 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92502026-08-13T19:08:40.918Z[ host-image] Aug 13 19:08:39.519 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92512026-08-13T19:08:40.918Z[ host-image] Aug 13 19:08:39.519 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92522026-08-13T19:08:40.923Z[ host-image] Aug 13 19:08:39.519 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24189:20260811T193003Z
92532026-08-13T19:08:40.923Z[ host-image] Aug 13 19:08:39.519 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24189:20260811T193005Z
92542026-08-13T19:08:40.923Z[ host-image] Aug 13 19:08:39.519 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92552026-08-13T19:08:40.923Z[ host-image] Aug 13 19:08:39.519 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24189:20260811T193006Z
92562026-08-13T19:08:40.923Z[ host-image] Aug 13 19:08:39.520 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92572026-08-13T19:08:40.923Z[ host-image] Aug 13 19:08:39.520 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92582026-08-13T19:08:40.924Z[ host-image] Aug 13 19:08:39.520 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92592026-08-13T19:08:40.924Z[ host-image] Aug 13 19:08:39.520 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92602026-08-13T19:08:40.924Z[ host-image] Aug 13 19:08:39.520 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24189:20260811T193006Z
92612026-08-13T19:08:40.924Z[ host-image] Aug 13 19:08:39.520 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92622026-08-13T19:08:40.924Z[ host-image] Aug 13 19:08:39.521 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92632026-08-13T19:08:40.924Z[ host-image] Aug 13 19:08:39.521 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92642026-08-13T19:08:40.924Z[ host-image] Aug 13 19:08:39.521 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92652026-08-13T19:08:40.924Z[ host-image] Aug 13 19:08:39.521 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24189:20260811T193006Z
92662026-08-13T19:08:40.924Z[ host-image] Aug 13 19:08:39.521 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92672026-08-13T19:08:40.928Z[ host-image] Aug 13 19:08:39.526 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92682026-08-13T19:08:40.928Z[ host-image] Aug 13 19:08:39.526 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24189:20260811T193006Z
92692026-08-13T19:08:40.928Z[ host-image] Aug 13 19:08:39.526 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24189:20260811T193006Z
92702026-08-13T19:08:40.928Z[ host-image] Aug 13 19:08:39.526 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24189:20260811T193006Z
92712026-08-13T19:08:40.928Z[ host-image] Aug 13 19:08:39.526 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92722026-08-13T19:08:40.928Z[ host-image] Aug 13 19:08:39.526 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24189:20260811T193007Z
92732026-08-13T19:08:40.928Z[ host-image] Aug 13 19:08:39.526 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24189:20260811T193007Z
92742026-08-13T19:08:40.929Z[ host-image] Aug 13 19:08:39.526 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24189:20260811T193007Z
92752026-08-13T19:08:40.929Z[ host-image] Aug 13 19:08:39.526 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24189:20260811T193007Z
92762026-08-13T19:08:40.929Z[ host-image] Aug 13 19:08:39.527 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
92772026-08-13T19:08:40.929Z[ host-image] Aug 13 19:08:39.527 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24189:20260811T193007Z
92782026-08-13T19:08:40.929Z[ host-image] Aug 13 19:08:39.527 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24189:20260811T193008Z
92792026-08-13T19:08:40.929Z[ host-image] Aug 13 19:08:39.527 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
92802026-08-13T19:08:40.929Z[ host-image] Aug 13 19:08:39.528 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24189:20260811T193008Z
92812026-08-13T19:08:40.929Z[ host-image] Aug 13 19:08:39.528 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24189:20260811T193008Z
92822026-08-13T19:08:40.929Z[ host-image] Aug 13 19:08:39.528 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24189:20260811T193008Z
92832026-08-13T19:08:40.944Z[ host-image] Aug 13 19:08:39.528 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24189:20260811T193008Z
92842026-08-13T19:08:40.944Z[ host-image] Aug 13 19:08:39.530 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24189:20260811T193008Z
92852026-08-13T19:08:40.944Z[ host-image] Aug 13 19:08:39.530 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
92862026-08-13T19:08:40.948Z[ host-image] Aug 13 19:08:39.530 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24189:20260811T193008Z
92872026-08-13T19:08:40.948Z[ host-image] Aug 13 19:08:39.530 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24189:20260811T193008Z
92882026-08-13T19:08:40.948Z[ host-image] Aug 13 19:08:39.531 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24189:20260811T193008Z
92892026-08-13T19:08:40.948Z[ host-image] Aug 13 19:08:39.531 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24189:20260811T193008Z
92902026-08-13T19:08:40.948Z[ host-image] Aug 13 19:08:39.531 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24189:20260811T193008Z
92912026-08-13T19:08:40.948Z[ host-image] Aug 13 19:08:39.531 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24189:20260811T193008Z
92922026-08-13T19:08:40.948Z[ host-image] Aug 13 19:08:39.531 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24189:20260811T193008Z
92932026-08-13T19:08:40.948Z[ host-image] Aug 13 19:08:39.531 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24189:20260811T193009Z
92942026-08-13T19:08:40.949Z[ host-image] Aug 13 19:08:39.534 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24189:20260811T193009Z
92952026-08-13T19:08:40.949Z[ host-image] Aug 13 19:08:39.534 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24189:20260811T193009Z
92962026-08-13T19:08:40.949Z[ host-image] Aug 13 19:08:39.534 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24189:20260811T193009Z
92972026-08-13T19:08:40.949Z[ host-image] Aug 13 19:08:39.534 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24189:20260811T193009Z
92982026-08-13T19:08:40.949Z[ host-image] Aug 13 19:08:39.535 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24189:20260811T193009Z
92992026-08-13T19:08:40.949Z[ host-image] Aug 13 19:08:39.540 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24189:20260811T193011Z
93002026-08-13T19:08:40.949Z[ host-image] Aug 13 19:08:39.540 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24189:20260811T193009Z
93012026-08-13T19:08:40.949Z[ host-image] Aug 13 19:08:39.540 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24189:20260811T193009Z
93022026-08-13T19:08:40.949Z[ host-image] Aug 13 19:08:39.540 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93032026-08-13T19:08:40.949Z[ host-image] Aug 13 19:08:39.541 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93042026-08-13T19:08:40.949Z[ host-image] Aug 13 19:08:39.549 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24189:20260811T193009Z
93052026-08-13T19:08:40.949Z[ host-image] Aug 13 19:08:39.549 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93062026-08-13T19:08:40.949Z[ host-image] Aug 13 19:08:39.549 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24189:20260811T193010Z
93072026-08-13T19:08:40.949Z[ host-image] Aug 13 19:08:39.549 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24189:20260811T193010Z
93082026-08-13T19:08:40.949Z[ host-image] Aug 13 19:08:39.549 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24189:20260811T193010Z
93092026-08-13T19:08:40.949Z[ host-image] Aug 13 19:08:39.549 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93102026-08-13T19:08:40.949Z[ host-image] Aug 13 19:08:39.550 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93112026-08-13T19:08:40.949Z[ host-image] Aug 13 19:08:39.550 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24189:20260811T193010Z
93122026-08-13T19:08:40.949Z[ host-image] Aug 13 19:08:39.550 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24189:20260811T193010Z
93132026-08-13T19:08:40.949Z[ host-image] Aug 13 19:08:39.550 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24189:20260811T193010Z
93142026-08-13T19:08:40.953Z[ host-image] Aug 13 19:08:39.550 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24189:20260811T193010Z
93152026-08-13T19:08:40.953Z[ host-image] Aug 13 19:08:39.550 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24189:20260811T193011Z
93162026-08-13T19:08:40.953Z[ host-image] Aug 13 19:08:39.550 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24189:20260811T193011Z
93172026-08-13T19:08:40.953Z[ host-image] Aug 13 19:08:39.551 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93182026-08-13T19:08:40.953Z[ host-image] Aug 13 19:08:39.551 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24189:20260811T193011Z
93192026-08-13T19:08:40.953Z[ host-image] Aug 13 19:08:39.551 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24189:20260811T193011Z
93202026-08-13T19:08:40.953Z[ host-image] Aug 13 19:08:39.551 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24189:20260811T193011Z
93212026-08-13T19:08:40.953Z[ host-image] Aug 13 19:08:39.551 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24189:20260811T193012Z
93222026-08-13T19:08:40.953Z[ host-image] Aug 13 19:08:39.551 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24189:20260811T193011Z
93232026-08-13T19:08:40.954Z[ host-image] Aug 13 19:08:39.551 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24189:20260811T193011Z
93242026-08-13T19:08:40.954Z[ host-image] Aug 13 19:08:39.551 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93252026-08-13T19:08:40.954Z[ host-image] Aug 13 19:08:39.551 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93262026-08-13T19:08:40.954Z[ host-image] Aug 13 19:08:39.552 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24189:20260811T193013Z
93272026-08-13T19:08:40.954Z[ host-image] Aug 13 19:08:39.552 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24189:20260811T193013Z
93282026-08-13T19:08:40.954Z[ host-image] Aug 13 19:08:39.552 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93292026-08-13T19:08:40.954Z[ host-image] Aug 13 19:08:39.552 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93302026-08-13T19:08:40.954Z[ host-image] Aug 13 19:08:39.552 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93312026-08-13T19:08:40.954Z[ host-image] Aug 13 19:08:39.552 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93322026-08-13T19:08:40.954Z[ host-image] Aug 13 19:08:39.552 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93332026-08-13T19:08:40.954Z[ host-image] Aug 13 19:08:39.552 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93342026-08-13T19:08:40.954Z[ host-image] Aug 13 19:08:39.553 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93352026-08-13T19:08:40.954Z[ host-image] Aug 13 19:08:39.553 INFO O| tempdir @ "/tmp/.tmpxtJPJZ/tmp"
93362026-08-13T19:08:40.954Z[ host-image] Aug 13 19:08:39.553 INFO O| image root @ "/tmp/.tmpxtJPJZ/tmp/root"
93372026-08-13T19:08:40.954Z[ host-image] Aug 13 19:08:39.553 INFO O| creating image...
93382026-08-13T19:08:40.988Z[ recovery-image] Aug 13 19:08:39.589 INFO O| Aug 13 19:08:39.589 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 19:08:36 2026)
93392026-08-13T19:08:41.195Z[ recovery-image] Aug 13 19:08:39.796 INFO O| Aug 13 19:08:39.796 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 13 19:08:36 2026)
93402026-08-13T19:08:42.702Z[ recovery-image] Aug 13 19:08:41.303 INFO O| Aug 13 19:08:41.303 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Thu Aug 13 19:08:36 2026)
93412026-08-13T19:08:42.818Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93422026-08-13T19:08:42.909Z[ recovery-image] Aug 13 19:08:41.511 INFO O| Aug 13 19:08:41.510 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Thu Aug 13 19:08:36 2026)
93432026-08-13T19:08:42.989Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93442026-08-13T19:08:43.138Z[ recovery-image] Aug 13 19:08:41.739 INFO O| Aug 13 19:08:41.739 INFO temporary pool has 497M used, 1.26G avail, 1.00x compressratio
93452026-08-13T19:08:43.138Z[ recovery-image] Aug 13 19:08:41.739 INFO O| Aug 13 19:08:41.739 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93462026-08-13T19:08:46.595Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93472026-08-13T19:08:47.749Z[ recovery-image] Aug 13 19:08:46.351 INFO O| Aug 13 19:08:46.351 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
93482026-08-13T19:08:47.749Z[ recovery-image] Aug 13 19:08:46.351 INFO O| Aug 13 19:08:46.351 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93492026-08-13T19:08:50.204Z[ host-image] Aug 13 19:08:48.805 INFO O| copying publishers...
93502026-08-13T19:08:51.660Z[ recovery-image] Aug 13 19:08:50.260 INFO O| Aug 13 19:08:50.260 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93512026-08-13T19:08:51.661Z[ recovery-image] Aug 13 19:08:50.260 INFO O| Aug 13 19:08:50.260 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93522026-08-13T19:08:51.661Z[ recovery-image] Aug 13 19:08:50.260 INFO O| Aug 13 19:08:50.260 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93532026-08-13T19:08:51.661Z[ recovery-image] Aug 13 19:08:50.260 INFO O| Aug 13 19:08:50.260 INFO completed processing sled/zfs-recovery
93542026-08-13T19:08:51.665Z[ recovery-image] Aug 13 19:08:50.260 INFO O| Aug 13 19:08:50.260 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93552026-08-13T19:08:53.739Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
93562026-08-13T19:08:55.748Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
93572026-08-13T19:08:56.080Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
93582026-08-13T19:08:56.312Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
93592026-08-13T19:08:57.525Z[ host-image] Aug 13 19:08:56.126 INFO O| adding properties...
93602026-08-13T19:08:58.162Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
93612026-08-13T19:08:58.912Z[ recovery-image] Aug 13 19:08:57.513 INFO O| Aug 13 19:08:57.513 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93622026-08-13T19:08:59.089Z[ recovery-image] Aug 13 19:08:57.690 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
93632026-08-13T19:08:59.089Z[ recovery-image] Aug 13 19:08:57.690 INFO expanded image name: "recovery 30df0f2/${os_short_commit} 2026-08-13 18:53" -> "recovery 30df0f2/aaf8e74 2026-08-13 18:53"
93642026-08-13T19:08:59.089Z[ recovery-image] Aug 13 19:08:57.690 INFO output artefacts stored in: "/work/os-recovery"
93652026-08-13T19:08:59.093Z[ recovery-image] Aug 13 19:08:57.690 INFO collecting git info from project "pinprick"...
93662026-08-13T19:08:59.096Z[ recovery-image] Aug 13 19:08:57.698 INFO collecting git info from project "chelsio-t6-roms"...
93672026-08-13T19:08:59.115Z[ recovery-image] Aug 13 19:08:57.717 INFO collecting git info from project "bootserver"...
93682026-08-13T19:08:59.123Z[ recovery-image] Aug 13 19:08:57.724 INFO collecting git info from project "image-builder"...
93692026-08-13T19:08:59.130Z[ recovery-image] Aug 13 19:08:57.732 INFO collecting git info from project "phbl"...
93702026-08-13T19:08:59.147Z[ recovery-image] Aug 13 19:08:57.748 INFO collecting git info from project "dmar-report"...
93712026-08-13T19:08:59.203Z[ recovery-image] Aug 13 19:08:57.805 INFO collecting git info from project "amd-host-image-builder"...
93722026-08-13T19:08:59.294Z[ recovery-image] Aug 13 19:08:57.896 INFO collecting git info from project "amd-firmware"...
93732026-08-13T19:08:59.338Z[ host-image] Aug 13 19:08:57.940 INFO O| installing packages...
93742026-08-13T19:08:59.754Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
93752026-08-13T19:08:59.864Z[ recovery-image] Aug 13 19:08:58.448 INFO collecting git info from project "pilot"...
93762026-08-13T19:08:59.864Z[ recovery-image] Aug 13 19:08:58.458 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93772026-08-13T19:09:00.391Z[ recovery-image] Aug 13 19:08:58.992 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93782026-08-13T19:09:00.836Z[ recovery-image] Aug 13 19:08:59.437 INFO creating Oxide boot image...
93792026-08-13T19:09:00.836Z[ recovery-image] Aug 13 19:08:59.437 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 30df0f2/aaf8e74 2026-08-13 18:53", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93802026-08-13T19:09:01.877Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
93812026-08-13T19:09:03.247Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
93822026-08-13T19:09:12.086Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
93832026-08-13T19:09:13.497Z[ host-image] Aug 13 19:09:12.098 INFO O| seeding SMF database...
93842026-08-13T19:09:15.802Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
93852026-08-13T19:09:18.020Z[ host-image] Aug 13 19:09:16.621 INFO O| configuring SMF profile...
93862026-08-13T19:09:18.021Z[ host-image] Aug 13 19:09:16.621 INFO O| modifying shadow(5)...
93872026-08-13T19:09:18.030Z[ host-image] Aug 13 19:09:16.621 INFO O| loading user and group database...
93882026-08-13T19:09:18.030Z[ host-image] Aug 13 19:09:16.621 INFO O| loading facet selections...
93892026-08-13T19:09:18.370Z[ host-image] Aug 13 19:09:16.964 INFO O| devel -> true
93902026-08-13T19:09:18.370Z[ host-image] Aug 13 19:09:16.965 INFO O| doc.man -> true
93912026-08-13T19:09:18.370Z[ host-image] Aug 13 19:09:16.965 INFO O| version-lock.shell/ksh93 -> true
93922026-08-13T19:09:18.374Z[ host-image] Aug 13 19:09:16.965 INFO O| version-lock.system/data/hardware-registry -> true
93932026-08-13T19:09:18.375Z[ host-image] Aug 13 19:09:16.965 INFO O| version-lock.system/data/zoneinfo -> true
93942026-08-13T19:09:18.375Z[ host-image] Aug 13 19:09:16.965 INFO O| version-lock.system/microcode/amd -> true
93952026-08-13T19:09:18.375Z[ host-image] Aug 13 19:09:16.965 INFO O| version-lock.system/microcode/intel -> true
93962026-08-13T19:09:18.375Z[ host-image] Aug 13 19:09:16.965 INFO O| version-lock.system/microcode/oxide -> true
93972026-08-13T19:09:18.375Z[ host-image] Aug 13 19:09:16.965 INFO O| assessing packaged files...
93982026-08-13T19:09:20.213Z[ host-image] Aug 13 19:09:18.814 INFO O| creating archive...
93992026-08-13T19:09:20.235Z[ host-image] Aug 13 19:09:18.836 INFO O| missing from packaging:
94002026-08-13T19:09:20.235Z[ host-image] Aug 13 19:09:18.836 INFO O| "etc/.pwd.lock"
94012026-08-13T19:09:20.238Z[ host-image] Aug 13 19:09:18.836 INFO O| "etc/bash"
94022026-08-13T19:09:20.238Z[ host-image] Aug 13 19:09:18.840 INFO O| "etc/svc/profile/generic.xml"
94032026-08-13T19:09:20.238Z[ host-image] Aug 13 19:09:18.840 INFO O| "etc/svc/profile/inetd_services.xml"
94042026-08-13T19:09:20.238Z[ host-image] Aug 13 19:09:18.840 INFO O| "etc/svc/profile/name_service.xml"
94052026-08-13T19:09:20.238Z[ host-image] Aug 13 19:09:18.840 INFO O| "etc/svc/profile/platform.xml"
94062026-08-13T19:09:20.238Z[ host-image] Aug 13 19:09:18.840 INFO O| "etc/svc/profile/platform_omicron1.xml"
94072026-08-13T19:09:20.238Z[ host-image] Aug 13 19:09:18.840 INFO O| "etc/svc/repository.db"
94082026-08-13T19:09:20.244Z[ host-image] Aug 13 19:09:18.846 INFO O| "opt/ooce/share"
94092026-08-13T19:09:20.244Z[ host-image] Aug 13 19:09:18.846 INFO O| "opt/ooce/share/man"
94102026-08-13T19:09:20.245Z[ host-image] Aug 13 19:09:18.846 INFO O| "opt/ooce/share/man/man1"
94112026-08-13T19:09:20.254Z[ host-image] Aug 13 19:09:18.855 INFO O| finishing archive...
94122026-08-13T19:09:22.880Z[ host-image] Aug 13 19:09:21.481 INFO O| creating gzonly manifest...
94132026-08-13T19:09:22.887Z[ host-image] Aug 13 19:09:21.488 INFO O| ok
94142026-08-13T19:09:23.013Z[ host-image] Aug 13 19:09:21.612 INFO image builder template: ramdisk-02-trim...
94152026-08-13T19:09:23.013Z[ host-image] Aug 13 19:09:21.612 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/.tmpnxszw3/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94162026-08-13T19:09:23.031Z[ host-image] Aug 13 19:09:21.632 INFO O| Aug 13 19:09:21.632 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94172026-08-13T19:09:23.034Z[ host-image] Aug 13 19:09:21.635 INFO O| Aug 13 19:09:21.635 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94182026-08-13T19:09:25.835Z[ host-image] Aug 13 19:09:24.437 INFO O| Aug 13 19:09:24.437 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94192026-08-13T19:09:25.967Z[ host-image] Aug 13 19:09:24.568 INFO O| Aug 13 19:09:24.568 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94202026-08-13T19:09:25.967Z[ host-image] Aug 13 19:09:24.568 INFO O| Aug 13 19:09:24.568 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94212026-08-13T19:09:25.971Z[ host-image] Aug 13 19:09:24.573 INFO O| Aug 13 19:09:24.573 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94222026-08-13T19:09:25.976Z[ host-image] Aug 13 19:09:24.577 INFO O| Aug 13 19:09:24.577 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94232026-08-13T19:09:25.981Z[ host-image] Aug 13 19:09:24.582 INFO O| Aug 13 19:09:24.582 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94242026-08-13T19:09:26.310Z[ host-image] Aug 13 19:09:24.911 INFO O| Aug 13 19:09:24.911 INFO rolled back to input snapshot; work may begin
94252026-08-13T19:09:26.310Z[ host-image] Aug 13 19:09:24.911 INFO O| Aug 13 19:09:24.911 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94262026-08-13T19:09:26.314Z[ host-image] Aug 13 19:09:24.916 INFO O| Aug 13 19:09:24.916 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94272026-08-13T19:09:26.322Z[ host-image] Aug 13 19:09:24.923 INFO O| Aug 13 19:09:24.923 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94282026-08-13T19:09:26.363Z[ host-image] Aug 13 19:09:24.964 INFO O| Aug 13 19:09:24.964 INFO STEP 0 (remove_files) COMPLETE
94292026-08-13T19:09:26.363Z[ host-image] Aug 13 19:09:24.964 INFO O| Aug 13 19:09:24.964 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94302026-08-13T19:09:26.371Z[ host-image] Aug 13 19:09:24.973 INFO O| Aug 13 19:09:24.973 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94312026-08-13T19:09:26.374Z[ host-image] Aug 13 19:09:24.974 INFO O| Aug 13 19:09:24.974 INFO STEP 1 (remove_files) COMPLETE
94322026-08-13T19:09:26.374Z[ host-image] Aug 13 19:09:24.974 INFO O| Aug 13 19:09:24.974 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94332026-08-13T19:09:26.381Z[ host-image] Aug 13 19:09:24.983 INFO O| Aug 13 19:09:24.983 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94342026-08-13T19:09:26.394Z[ host-image] Aug 13 19:09:24.996 INFO O| Aug 13 19:09:24.996 INFO STEP 2 (remove_files) COMPLETE
94352026-08-13T19:09:26.394Z[ host-image] Aug 13 19:09:24.996 INFO O| Aug 13 19:09:24.996 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94362026-08-13T19:09:26.401Z[ host-image] Aug 13 19:09:25.003 INFO O| Aug 13 19:09:25.003 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94372026-08-13T19:09:26.405Z[ host-image] Aug 13 19:09:25.004 INFO O| Aug 13 19:09:25.004 INFO STEP 3 (remove_files) COMPLETE
94382026-08-13T19:09:26.405Z[ host-image] Aug 13 19:09:25.004 INFO O| Aug 13 19:09:25.004 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94392026-08-13T19:09:26.411Z[ host-image] Aug 13 19:09:25.013 INFO O| Aug 13 19:09:25.013 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94402026-08-13T19:09:26.414Z[ host-image] Aug 13 19:09:25.016 INFO O| Aug 13 19:09:25.016 INFO STEP 4 (remove_files) COMPLETE
94412026-08-13T19:09:26.414Z[ host-image] Aug 13 19:09:25.016 INFO O| Aug 13 19:09:25.016 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94422026-08-13T19:09:26.421Z[ host-image] Aug 13 19:09:25.023 INFO O| Aug 13 19:09:25.023 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94432026-08-13T19:09:26.424Z[ host-image] Aug 13 19:09:25.025 INFO O| Aug 13 19:09:25.025 INFO STEP 5 (remove_files) COMPLETE
94442026-08-13T19:09:26.424Z[ host-image] Aug 13 19:09:25.025 INFO O| Aug 13 19:09:25.025 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94452026-08-13T19:09:26.430Z[ host-image] Aug 13 19:09:25.031 INFO O| Aug 13 19:09:25.031 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94462026-08-13T19:09:26.439Z[ host-image] Aug 13 19:09:25.041 INFO O| Aug 13 19:09:25.041 INFO STEP 6 (remove_files) COMPLETE
94472026-08-13T19:09:26.439Z[ host-image] Aug 13 19:09:25.041 INFO O| Aug 13 19:09:25.041 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94482026-08-13T19:09:26.442Z[ host-image] Aug 13 19:09:25.041 INFO O| Aug 13 19:09:25.041 INFO skip step because feature "heliosv2" is not enabled
94492026-08-13T19:09:26.442Z[ host-image] Aug 13 19:09:25.041 INFO O| Aug 13 19:09:25.041 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94502026-08-13T19:09:26.447Z[ host-image] Aug 13 19:09:25.048 INFO O| Aug 13 19:09:25.048 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94512026-08-13T19:09:26.457Z[ host-image] Aug 13 19:09:25.059 INFO O| Aug 13 19:09:25.059 INFO STEP 8 (remove_files) COMPLETE
94522026-08-13T19:09:26.457Z[ host-image] Aug 13 19:09:25.059 INFO O| Aug 13 19:09:25.059 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94532026-08-13T19:09:26.464Z[ host-image] Aug 13 19:09:25.066 INFO O| Aug 13 19:09:25.066 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94542026-08-13T19:09:26.531Z[ host-image] Aug 13 19:09:25.133 INFO O| Aug 13 19:09:25.133 INFO STEP 9 (remove_files) COMPLETE
94552026-08-13T19:09:26.531Z[ host-image] Aug 13 19:09:25.133 INFO O| Aug 13 19:09:25.133 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94562026-08-13T19:09:26.539Z[ host-image] Aug 13 19:09:25.141 INFO O| Aug 13 19:09:25.141 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94572026-08-13T19:09:26.620Z[ host-image] Aug 13 19:09:25.222 INFO O| Aug 13 19:09:25.222 INFO STEP 10 (remove_files) COMPLETE
94582026-08-13T19:09:26.620Z[ host-image] Aug 13 19:09:25.222 INFO O| Aug 13 19:09:25.222 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94592026-08-13T19:09:26.628Z[ host-image] Aug 13 19:09:25.230 INFO O| Aug 13 19:09:25.230 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94602026-08-13T19:09:26.631Z[ host-image] Aug 13 19:09:25.233 INFO O| Aug 13 19:09:25.233 INFO STEP 11 (remove_files) COMPLETE
94612026-08-13T19:09:26.631Z[ host-image] Aug 13 19:09:25.233 INFO O| Aug 13 19:09:25.233 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94622026-08-13T19:09:26.638Z[ host-image] Aug 13 19:09:25.239 INFO O| Aug 13 19:09:25.239 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94632026-08-13T19:09:26.641Z[ host-image] Aug 13 19:09:25.240 INFO O| Aug 13 19:09:25.240 INFO STEP 12 (remove_files) COMPLETE
94642026-08-13T19:09:26.641Z[ host-image] Aug 13 19:09:25.240 INFO O| Aug 13 19:09:25.240 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94652026-08-13T19:09:26.645Z[ host-image] Aug 13 19:09:25.246 INFO O| Aug 13 19:09:25.246 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94662026-08-13T19:09:26.648Z[ host-image] Aug 13 19:09:25.247 INFO O| Aug 13 19:09:25.247 INFO STEP 13 (remove_files) COMPLETE
94672026-08-13T19:09:26.648Z[ host-image] Aug 13 19:09:25.247 INFO O| Aug 13 19:09:25.247 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94682026-08-13T19:09:26.660Z[ host-image] Aug 13 19:09:25.261 INFO O| Aug 13 19:09:25.261 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94692026-08-13T19:09:26.663Z[ host-image] Aug 13 19:09:25.261 INFO O| Aug 13 19:09:25.261 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94702026-08-13T19:09:26.663Z[ host-image] Aug 13 19:09:25.262 INFO O| Aug 13 19:09:25.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94712026-08-13T19:09:26.663Z[ host-image] Aug 13 19:09:25.262 INFO O| Aug 13 19:09:25.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94722026-08-13T19:09:26.663Z[ host-image] Aug 13 19:09:25.262 INFO O| Aug 13 19:09:25.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94732026-08-13T19:09:26.663Z[ host-image] Aug 13 19:09:25.262 INFO O| Aug 13 19:09:25.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94742026-08-13T19:09:26.663Z[ host-image] Aug 13 19:09:25.262 INFO O| Aug 13 19:09:25.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94752026-08-13T19:09:26.663Z[ host-image] Aug 13 19:09:25.262 INFO O| Aug 13 19:09:25.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94762026-08-13T19:09:26.663Z[ host-image] Aug 13 19:09:25.262 INFO O| Aug 13 19:09:25.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94772026-08-13T19:09:26.663Z[ host-image] Aug 13 19:09:25.262 INFO O| Aug 13 19:09:25.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94782026-08-13T19:09:26.663Z[ host-image] Aug 13 19:09:25.262 INFO O| Aug 13 19:09:25.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94792026-08-13T19:09:26.663Z[ host-image] Aug 13 19:09:25.262 INFO O| Aug 13 19:09:25.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94802026-08-13T19:09:26.663Z[ host-image] Aug 13 19:09:25.263 INFO O| Aug 13 19:09:25.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94812026-08-13T19:09:26.663Z[ host-image] Aug 13 19:09:25.263 INFO O| Aug 13 19:09:25.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94822026-08-13T19:09:26.663Z[ host-image] Aug 13 19:09:25.263 INFO O| Aug 13 19:09:25.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94832026-08-13T19:09:26.663Z[ host-image] Aug 13 19:09:25.263 INFO O| Aug 13 19:09:25.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94842026-08-13T19:09:26.663Z[ host-image] Aug 13 19:09:25.263 INFO O| Aug 13 19:09:25.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94852026-08-13T19:09:26.663Z[ host-image] Aug 13 19:09:25.263 INFO O| Aug 13 19:09:25.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94862026-08-13T19:09:26.815Z[ host-image] Aug 13 19:09:25.416 INFO O| Aug 13 19:09:25.416 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94872026-08-13T19:09:26.843Z[ host-image] Aug 13 19:09:25.444 INFO O| Aug 13 19:09:25.444 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94882026-08-13T19:09:26.883Z[ host-image] Aug 13 19:09:25.484 INFO O| Aug 13 19:09:25.484 INFO STEP 14 (remove_files) COMPLETE
94892026-08-13T19:09:26.883Z[ host-image] Aug 13 19:09:25.484 INFO O| Aug 13 19:09:25.484 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94902026-08-13T19:09:26.892Z[ host-image] Aug 13 19:09:25.494 INFO O| Aug 13 19:09:25.494 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94912026-08-13T19:09:26.895Z[ host-image] Aug 13 19:09:25.495 INFO O| Aug 13 19:09:25.495 INFO STEP 15 (remove_files) COMPLETE
94922026-08-13T19:09:26.895Z[ host-image] Aug 13 19:09:25.495 INFO O| Aug 13 19:09:25.495 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94932026-08-13T19:09:26.900Z[ host-image] Aug 13 19:09:25.501 INFO O| Aug 13 19:09:25.501 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94942026-08-13T19:09:26.905Z[ host-image] Aug 13 19:09:25.507 INFO O| Aug 13 19:09:25.507 INFO STEP 16 (remove_files) COMPLETE
94952026-08-13T19:09:26.906Z[ host-image] Aug 13 19:09:25.507 INFO O| Aug 13 19:09:25.507 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-08-13T19:09:26.913Z[ host-image] Aug 13 19:09:25.514 INFO O| Aug 13 19:09:25.514 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94972026-08-13T19:09:26.916Z[ host-image] Aug 13 19:09:25.515 INFO O| Aug 13 19:09:25.515 INFO STEP 17 (remove_files) COMPLETE
94982026-08-13T19:09:26.916Z[ host-image] Aug 13 19:09:25.515 INFO O| Aug 13 19:09:25.515 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-08-13T19:09:26.920Z[ host-image] Aug 13 19:09:25.521 INFO O| Aug 13 19:09:25.521 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95002026-08-13T19:09:26.923Z[ host-image] Aug 13 19:09:25.523 INFO O| Aug 13 19:09:25.523 INFO STEP 18 (remove_files) COMPLETE
95012026-08-13T19:09:26.923Z[ host-image] Aug 13 19:09:25.523 INFO O| Aug 13 19:09:25.523 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-08-13T19:09:26.928Z[ host-image] Aug 13 19:09:25.529 INFO O| Aug 13 19:09:25.529 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95032026-08-13T19:09:26.932Z[ host-image] Aug 13 19:09:25.529 INFO O| Aug 13 19:09:25.529 INFO STEP 19 (remove_files) COMPLETE
95042026-08-13T19:09:26.932Z[ host-image] Aug 13 19:09:25.529 INFO O| Aug 13 19:09:25.529 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-08-13T19:09:26.937Z[ host-image] Aug 13 19:09:25.538 INFO O| Aug 13 19:09:25.538 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95062026-08-13T19:09:26.937Z[ host-image] Aug 13 19:09:25.538 INFO O| Aug 13 19:09:25.538 INFO STEP 20 (remove_files) COMPLETE
95072026-08-13T19:09:26.937Z[ host-image] Aug 13 19:09:25.538 INFO O| Aug 13 19:09:25.538 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-08-13T19:09:26.944Z[ host-image] Aug 13 19:09:25.546 INFO O| Aug 13 19:09:25.546 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95092026-08-13T19:09:26.944Z[ host-image] Aug 13 19:09:25.546 INFO O| Aug 13 19:09:25.546 INFO STEP 21 (remove_files) COMPLETE
95102026-08-13T19:09:26.944Z[ host-image] Aug 13 19:09:25.546 INFO O| Aug 13 19:09:25.546 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-08-13T19:09:26.951Z[ host-image] Aug 13 19:09:25.552 INFO O| Aug 13 19:09:25.552 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95122026-08-13T19:09:26.951Z[ host-image] Aug 13 19:09:25.552 INFO O| Aug 13 19:09:25.552 INFO STEP 22 (remove_files) COMPLETE
95132026-08-13T19:09:26.951Z[ host-image] Aug 13 19:09:25.552 INFO O| Aug 13 19:09:25.552 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-08-13T19:09:26.958Z[ host-image] Aug 13 19:09:25.559 INFO O| Aug 13 19:09:25.559 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95152026-08-13T19:09:26.958Z[ host-image] Aug 13 19:09:25.559 INFO O| Aug 13 19:09:25.559 INFO STEP 23 (remove_files) COMPLETE
95162026-08-13T19:09:26.961Z[ host-image] Aug 13 19:09:25.559 INFO O| Aug 13 19:09:25.559 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-08-13T19:09:26.964Z[ host-image] Aug 13 19:09:25.566 INFO O| Aug 13 19:09:25.566 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95182026-08-13T19:09:26.964Z[ host-image] Aug 13 19:09:25.566 INFO O| Aug 13 19:09:25.566 INFO STEP 24 (remove_files) COMPLETE
95192026-08-13T19:09:26.967Z[ host-image] Aug 13 19:09:25.566 INFO O| Aug 13 19:09:25.566 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-08-13T19:09:26.972Z[ host-image] Aug 13 19:09:25.573 INFO O| Aug 13 19:09:25.573 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95212026-08-13T19:09:26.975Z[ host-image] Aug 13 19:09:25.573 INFO O| Aug 13 19:09:25.573 INFO STEP 25 (remove_files) COMPLETE
95222026-08-13T19:09:26.975Z[ host-image] Aug 13 19:09:25.573 INFO O| Aug 13 19:09:25.573 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-08-13T19:09:26.978Z[ host-image] Aug 13 19:09:25.579 INFO O| Aug 13 19:09:25.579 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95242026-08-13T19:09:26.978Z[ host-image] Aug 13 19:09:25.579 INFO O| Aug 13 19:09:25.579 INFO STEP 26 (remove_files) COMPLETE
95252026-08-13T19:09:26.978Z[ host-image] Aug 13 19:09:25.579 INFO O| Aug 13 19:09:25.579 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-08-13T19:09:26.984Z[ host-image] Aug 13 19:09:25.586 INFO O| Aug 13 19:09:25.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95272026-08-13T19:09:26.984Z[ host-image] Aug 13 19:09:25.586 INFO O| Aug 13 19:09:25.586 INFO STEP 27 (remove_files) COMPLETE
95282026-08-13T19:09:26.984Z[ host-image] Aug 13 19:09:25.586 INFO O| Aug 13 19:09:25.586 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-08-13T19:09:26.991Z[ host-image] Aug 13 19:09:25.592 INFO O| Aug 13 19:09:25.592 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95302026-08-13T19:09:26.991Z[ host-image] Aug 13 19:09:25.592 INFO O| Aug 13 19:09:25.592 INFO STEP 28 (remove_files) COMPLETE
95312026-08-13T19:09:26.994Z[ host-image] Aug 13 19:09:25.592 INFO O| Aug 13 19:09:25.592 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-08-13T19:09:26.997Z[ host-image] Aug 13 19:09:25.599 INFO O| Aug 13 19:09:25.599 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95332026-08-13T19:09:26.997Z[ host-image] Aug 13 19:09:25.599 INFO O| Aug 13 19:09:25.599 INFO STEP 29 (remove_files) COMPLETE
95342026-08-13T19:09:27.001Z[ host-image] Aug 13 19:09:25.599 INFO O| Aug 13 19:09:25.599 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-08-13T19:09:27.004Z[ host-image] Aug 13 19:09:25.606 INFO O| Aug 13 19:09:25.606 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95362026-08-13T19:09:27.004Z[ host-image] Aug 13 19:09:25.606 INFO O| Aug 13 19:09:25.606 INFO STEP 30 (remove_files) COMPLETE
95372026-08-13T19:09:27.004Z[ host-image] Aug 13 19:09:25.606 INFO O| Aug 13 19:09:25.606 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-08-13T19:09:27.011Z[ host-image] Aug 13 19:09:25.613 INFO O| Aug 13 19:09:25.612 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95392026-08-13T19:09:27.014Z[ host-image] Aug 13 19:09:25.613 INFO O| Aug 13 19:09:25.613 INFO STEP 31 (remove_files) COMPLETE
95402026-08-13T19:09:27.014Z[ host-image] Aug 13 19:09:25.613 INFO O| Aug 13 19:09:25.613 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-08-13T19:09:27.018Z[ host-image] Aug 13 19:09:25.619 INFO O| Aug 13 19:09:25.619 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95422026-08-13T19:09:27.018Z[ host-image] Aug 13 19:09:25.619 INFO O| Aug 13 19:09:25.619 INFO STEP 32 (remove_files) COMPLETE
95432026-08-13T19:09:27.018Z[ host-image] Aug 13 19:09:25.619 INFO O| Aug 13 19:09:25.619 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-08-13T19:09:27.024Z[ host-image] Aug 13 19:09:25.626 INFO O| Aug 13 19:09:25.626 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95452026-08-13T19:09:27.024Z[ host-image] Aug 13 19:09:25.626 INFO O| Aug 13 19:09:25.626 INFO STEP 33 (remove_files) COMPLETE
95462026-08-13T19:09:27.028Z[ host-image] Aug 13 19:09:25.626 INFO O| Aug 13 19:09:25.626 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-08-13T19:09:27.032Z[ host-image] Aug 13 19:09:25.633 INFO O| Aug 13 19:09:25.633 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95482026-08-13T19:09:27.032Z[ host-image] Aug 13 19:09:25.633 INFO O| Aug 13 19:09:25.633 INFO STEP 34 (remove_files) COMPLETE
95492026-08-13T19:09:27.035Z[ host-image] Aug 13 19:09:25.633 INFO O| Aug 13 19:09:25.633 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-08-13T19:09:27.040Z[ host-image] Aug 13 19:09:25.640 INFO O| Aug 13 19:09:25.640 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95512026-08-13T19:09:27.040Z[ host-image] Aug 13 19:09:25.640 INFO O| Aug 13 19:09:25.640 INFO STEP 35 (remove_files) COMPLETE
95522026-08-13T19:09:27.043Z[ host-image] Aug 13 19:09:25.640 INFO O| Aug 13 19:09:25.640 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-08-13T19:09:27.046Z[ host-image] Aug 13 19:09:25.647 INFO O| Aug 13 19:09:25.647 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95542026-08-13T19:09:27.046Z[ host-image] Aug 13 19:09:25.647 INFO O| Aug 13 19:09:25.647 INFO STEP 36 (remove_files) COMPLETE
95552026-08-13T19:09:27.047Z[ host-image] Aug 13 19:09:25.647 INFO O| Aug 13 19:09:25.647 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-08-13T19:09:27.052Z[ host-image] Aug 13 19:09:25.653 INFO O| Aug 13 19:09:25.653 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95572026-08-13T19:09:27.055Z[ host-image] Aug 13 19:09:25.653 INFO O| Aug 13 19:09:25.653 INFO STEP 37 (remove_files) COMPLETE
95582026-08-13T19:09:27.055Z[ host-image] Aug 13 19:09:25.653 INFO O| Aug 13 19:09:25.653 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-08-13T19:09:27.061Z[ host-image] Aug 13 19:09:25.663 INFO O| Aug 13 19:09:25.663 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95602026-08-13T19:09:27.062Z[ host-image] Aug 13 19:09:25.663 INFO O| Aug 13 19:09:25.663 INFO STEP 38 (remove_files) COMPLETE
95612026-08-13T19:09:27.065Z[ host-image] Aug 13 19:09:25.663 INFO O| Aug 13 19:09:25.663 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-08-13T19:09:27.068Z[ host-image] Aug 13 19:09:25.670 INFO O| Aug 13 19:09:25.670 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95632026-08-13T19:09:27.068Z[ host-image] Aug 13 19:09:25.670 INFO O| Aug 13 19:09:25.670 INFO STEP 39 (remove_files) COMPLETE
95642026-08-13T19:09:27.110Z[ host-image] Aug 13 19:09:25.670 INFO O| Aug 13 19:09:25.670 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-08-13T19:09:27.110Z[ host-image] Aug 13 19:09:25.677 INFO O| Aug 13 19:09:25.677 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95662026-08-13T19:09:27.110Z[ host-image] Aug 13 19:09:25.677 INFO O| Aug 13 19:09:25.677 INFO STEP 40 (remove_files) COMPLETE
95672026-08-13T19:09:27.110Z[ host-image] Aug 13 19:09:25.677 INFO O| Aug 13 19:09:25.677 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-08-13T19:09:27.110Z[ host-image] Aug 13 19:09:25.684 INFO O| Aug 13 19:09:25.684 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95692026-08-13T19:09:27.110Z[ host-image] Aug 13 19:09:25.684 INFO O| Aug 13 19:09:25.684 INFO STEP 41 (remove_files) COMPLETE
95702026-08-13T19:09:27.110Z[ host-image] Aug 13 19:09:25.684 INFO O| Aug 13 19:09:25.684 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-08-13T19:09:27.110Z[ host-image] Aug 13 19:09:25.691 INFO O| Aug 13 19:09:25.691 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95722026-08-13T19:09:27.110Z[ host-image] Aug 13 19:09:25.691 INFO O| Aug 13 19:09:25.691 INFO STEP 42 (remove_files) COMPLETE
95732026-08-13T19:09:27.110Z[ host-image] Aug 13 19:09:25.691 INFO O| Aug 13 19:09:25.691 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-08-13T19:09:27.110Z[ host-image] Aug 13 19:09:25.698 INFO O| Aug 13 19:09:25.698 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95752026-08-13T19:09:27.110Z[ host-image] Aug 13 19:09:25.698 INFO O| Aug 13 19:09:25.698 INFO STEP 43 (remove_files) COMPLETE
95762026-08-13T19:09:27.110Z[ host-image] Aug 13 19:09:25.698 INFO O| Aug 13 19:09:25.698 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-08-13T19:09:27.110Z[ host-image] Aug 13 19:09:25.705 INFO O| Aug 13 19:09:25.705 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95782026-08-13T19:09:27.110Z[ host-image] Aug 13 19:09:25.705 INFO O| Aug 13 19:09:25.705 INFO STEP 44 (remove_files) COMPLETE
95792026-08-13T19:09:27.110Z[ host-image] Aug 13 19:09:25.705 INFO O| Aug 13 19:09:25.705 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-08-13T19:09:27.111Z[ host-image] Aug 13 19:09:25.711 INFO O| Aug 13 19:09:25.711 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95812026-08-13T19:09:27.111Z[ host-image] Aug 13 19:09:25.711 INFO O| Aug 13 19:09:25.711 INFO STEP 45 (remove_files) COMPLETE
95822026-08-13T19:09:27.115Z[ host-image] Aug 13 19:09:25.711 INFO O| Aug 13 19:09:25.711 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-08-13T19:09:27.119Z[ host-image] Aug 13 19:09:25.719 INFO O| Aug 13 19:09:25.719 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95842026-08-13T19:09:27.119Z[ host-image] Aug 13 19:09:25.719 INFO O| Aug 13 19:09:25.719 INFO STEP 46 (remove_files) COMPLETE
95852026-08-13T19:09:27.119Z[ host-image] Aug 13 19:09:25.719 INFO O| Aug 13 19:09:25.719 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-08-13T19:09:27.124Z[ host-image] Aug 13 19:09:25.726 INFO O| Aug 13 19:09:25.726 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95872026-08-13T19:09:27.124Z[ host-image] Aug 13 19:09:25.726 INFO O| Aug 13 19:09:25.726 INFO STEP 47 (remove_files) COMPLETE
95882026-08-13T19:09:27.127Z[ host-image] Aug 13 19:09:25.726 INFO O| Aug 13 19:09:25.726 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-08-13T19:09:27.131Z[ host-image] Aug 13 19:09:25.732 INFO O| Aug 13 19:09:25.732 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95902026-08-13T19:09:27.131Z[ host-image] Aug 13 19:09:25.732 INFO O| Aug 13 19:09:25.732 INFO STEP 48 (remove_files) COMPLETE
95912026-08-13T19:09:27.134Z[ host-image] Aug 13 19:09:25.732 INFO O| Aug 13 19:09:25.732 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-08-13T19:09:27.138Z[ host-image] Aug 13 19:09:25.740 INFO O| Aug 13 19:09:25.740 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95932026-08-13T19:09:27.138Z[ host-image] Aug 13 19:09:25.740 INFO O| Aug 13 19:09:25.740 INFO STEP 49 (remove_files) COMPLETE
95942026-08-13T19:09:27.141Z[ host-image] Aug 13 19:09:25.740 INFO O| Aug 13 19:09:25.740 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-08-13T19:09:27.146Z[ host-image] Aug 13 19:09:25.748 INFO O| Aug 13 19:09:25.748 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95962026-08-13T19:09:27.150Z[ host-image] Aug 13 19:09:25.748 INFO O| Aug 13 19:09:25.748 INFO STEP 50 (remove_files) COMPLETE
95972026-08-13T19:09:27.150Z[ host-image] Aug 13 19:09:25.748 INFO O| Aug 13 19:09:25.748 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-08-13T19:09:27.153Z[ host-image] Aug 13 19:09:25.755 INFO O| Aug 13 19:09:25.755 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95992026-08-13T19:09:27.153Z[ host-image] Aug 13 19:09:25.755 INFO O| Aug 13 19:09:25.755 INFO STEP 51 (remove_files) COMPLETE
96002026-08-13T19:09:27.153Z[ host-image] Aug 13 19:09:25.755 INFO O| Aug 13 19:09:25.755 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-08-13T19:09:27.160Z[ host-image] Aug 13 19:09:25.762 INFO O| Aug 13 19:09:25.762 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96022026-08-13T19:09:27.160Z[ host-image] Aug 13 19:09:25.762 INFO O| Aug 13 19:09:25.762 INFO STEP 52 (remove_files) COMPLETE
96032026-08-13T19:09:27.160Z[ host-image] Aug 13 19:09:25.762 INFO O| Aug 13 19:09:25.762 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-08-13T19:09:27.167Z[ host-image] Aug 13 19:09:25.769 INFO O| Aug 13 19:09:25.769 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96052026-08-13T19:09:27.167Z[ host-image] Aug 13 19:09:25.769 INFO O| Aug 13 19:09:25.769 INFO STEP 53 (remove_files) COMPLETE
96062026-08-13T19:09:27.170Z[ host-image] Aug 13 19:09:25.769 INFO O| Aug 13 19:09:25.769 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-08-13T19:09:27.173Z[ host-image] Aug 13 19:09:25.775 INFO O| Aug 13 19:09:25.775 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96082026-08-13T19:09:27.173Z[ host-image] Aug 13 19:09:25.775 INFO O| Aug 13 19:09:25.775 INFO STEP 54 (remove_files) COMPLETE
96092026-08-13T19:09:27.178Z[ host-image] Aug 13 19:09:25.775 INFO O| Aug 13 19:09:25.775 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-08-13T19:09:27.181Z[ host-image] Aug 13 19:09:25.781 INFO O| Aug 13 19:09:25.781 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96112026-08-13T19:09:27.181Z[ host-image] Aug 13 19:09:25.781 INFO O| Aug 13 19:09:25.781 INFO STEP 55 (remove_files) COMPLETE
96122026-08-13T19:09:27.181Z[ host-image] Aug 13 19:09:25.781 INFO O| Aug 13 19:09:25.781 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-08-13T19:09:27.187Z[ host-image] Aug 13 19:09:25.788 INFO O| Aug 13 19:09:25.788 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96142026-08-13T19:09:27.187Z[ host-image] Aug 13 19:09:25.788 INFO O| Aug 13 19:09:25.788 INFO STEP 56 (remove_files) COMPLETE
96152026-08-13T19:09:27.191Z[ host-image] Aug 13 19:09:25.788 INFO O| Aug 13 19:09:25.788 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96162026-08-13T19:09:27.194Z[ host-image] Aug 13 19:09:25.794 INFO O| Aug 13 19:09:25.794 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96172026-08-13T19:09:27.194Z[ host-image] Aug 13 19:09:25.794 INFO O| Aug 13 19:09:25.794 INFO STEP 57 (remove_files) COMPLETE
96182026-08-13T19:09:27.194Z[ host-image] Aug 13 19:09:25.794 INFO O| Aug 13 19:09:25.794 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96192026-08-13T19:09:27.199Z[ host-image] Aug 13 19:09:25.801 INFO O| Aug 13 19:09:25.801 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96202026-08-13T19:09:27.199Z[ host-image] Aug 13 19:09:25.801 INFO O| Aug 13 19:09:25.801 INFO STEP 58 (remove_files) COMPLETE
96212026-08-13T19:09:27.202Z[ host-image] Aug 13 19:09:25.801 INFO O| Aug 13 19:09:25.801 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96222026-08-13T19:09:27.205Z[ host-image] Aug 13 19:09:25.807 INFO O| Aug 13 19:09:25.807 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96232026-08-13T19:09:27.206Z[ host-image] Aug 13 19:09:25.807 INFO O| Aug 13 19:09:25.807 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96242026-08-13T19:09:27.209Z[ host-image] Aug 13 19:09:25.807 INFO O| Aug 13 19:09:25.807 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96252026-08-13T19:09:27.209Z[ host-image] Aug 13 19:09:25.807 INFO O| Aug 13 19:09:25.807 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96262026-08-13T19:09:27.209Z[ host-image] Aug 13 19:09:25.807 INFO O| Aug 13 19:09:25.807 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96272026-08-13T19:09:27.209Z[ host-image] Aug 13 19:09:25.807 INFO O| Aug 13 19:09:25.807 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96282026-08-13T19:09:27.209Z[ host-image] Aug 13 19:09:25.807 INFO O| Aug 13 19:09:25.807 INFO ok!
96292026-08-13T19:09:27.209Z[ host-image] Aug 13 19:09:25.807 INFO O| Aug 13 19:09:25.807 INFO STEP 59 (ensure_file) COMPLETE
96302026-08-13T19:09:27.209Z[ host-image] Aug 13 19:09:25.807 INFO O| Aug 13 19:09:25.807 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96312026-08-13T19:09:27.213Z[ host-image] Aug 13 19:09:25.815 INFO O| Aug 13 19:09:25.815 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96322026-08-13T19:09:27.213Z[ host-image] Aug 13 19:09:25.815 INFO O| Aug 13 19:09:25.815 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96332026-08-13T19:09:27.216Z[ host-image] Aug 13 19:09:25.815 INFO O| Aug 13 19:09:25.815 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96342026-08-13T19:09:27.216Z[ host-image] Aug 13 19:09:25.815 INFO O| Aug 13 19:09:25.815 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96352026-08-13T19:09:27.216Z[ host-image] Aug 13 19:09:25.815 INFO O| Aug 13 19:09:25.815 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96362026-08-13T19:09:27.216Z[ host-image] Aug 13 19:09:25.815 INFO O| Aug 13 19:09:25.815 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96372026-08-13T19:09:27.216Z[ host-image] Aug 13 19:09:25.815 INFO O| Aug 13 19:09:25.815 INFO ok!
96382026-08-13T19:09:27.216Z[ host-image] Aug 13 19:09:25.815 INFO O| Aug 13 19:09:25.815 INFO STEP 60 (ensure_file) COMPLETE
96392026-08-13T19:09:27.216Z[ host-image] Aug 13 19:09:25.815 INFO O| Aug 13 19:09:25.815 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96402026-08-13T19:09:27.220Z[ host-image] Aug 13 19:09:25.822 INFO O| Aug 13 19:09:25.822 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96412026-08-13T19:09:27.220Z[ host-image] Aug 13 19:09:25.822 INFO O| Aug 13 19:09:25.822 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96422026-08-13T19:09:27.220Z[ host-image] Aug 13 19:09:25.822 INFO O| Aug 13 19:09:25.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96432026-08-13T19:09:27.220Z[ host-image] Aug 13 19:09:25.822 INFO O| Aug 13 19:09:25.822 INFO ok!
96442026-08-13T19:09:27.220Z[ host-image] Aug 13 19:09:25.822 INFO O| Aug 13 19:09:25.822 INFO STEP 61 (ensure_file) COMPLETE
96452026-08-13T19:09:27.224Z[ host-image] Aug 13 19:09:25.822 INFO O| Aug 13 19:09:25.822 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96462026-08-13T19:09:27.228Z[ host-image] Aug 13 19:09:25.830 INFO O| Aug 13 19:09:25.830 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96472026-08-13T19:09:27.228Z[ host-image] Aug 13 19:09:25.830 INFO O| Aug 13 19:09:25.830 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96482026-08-13T19:09:27.231Z[ host-image] Aug 13 19:09:25.830 INFO O| Aug 13 19:09:25.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96492026-08-13T19:09:27.231Z[ host-image] Aug 13 19:09:25.830 INFO O| Aug 13 19:09:25.830 INFO ok!
96502026-08-13T19:09:27.231Z[ host-image] Aug 13 19:09:25.830 INFO O| Aug 13 19:09:25.830 INFO STEP 62 (ensure_file) COMPLETE
96512026-08-13T19:09:27.231Z[ host-image] Aug 13 19:09:25.830 INFO O| Aug 13 19:09:25.830 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96522026-08-13T19:09:27.236Z[ host-image] Aug 13 19:09:25.837 INFO O| Aug 13 19:09:25.837 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96532026-08-13T19:09:27.236Z[ host-image] Aug 13 19:09:25.837 INFO O| Aug 13 19:09:25.837 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96542026-08-13T19:09:27.239Z[ host-image] Aug 13 19:09:25.837 INFO O| Aug 13 19:09:25.837 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96552026-08-13T19:09:27.239Z[ host-image] Aug 13 19:09:25.837 INFO O| Aug 13 19:09:25.837 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96562026-08-13T19:09:27.239Z[ host-image] Aug 13 19:09:25.837 INFO O| Aug 13 19:09:25.837 INFO ok!
96572026-08-13T19:09:27.239Z[ host-image] Aug 13 19:09:25.837 INFO O| Aug 13 19:09:25.837 INFO STEP 63 (ensure_file) COMPLETE
96582026-08-13T19:09:27.239Z[ host-image] Aug 13 19:09:25.837 INFO O| Aug 13 19:09:25.837 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96592026-08-13T19:09:27.245Z[ host-image] Aug 13 19:09:25.846 INFO O| Aug 13 19:09:25.846 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96602026-08-13T19:09:27.245Z[ host-image] Aug 13 19:09:25.846 INFO O| Aug 13 19:09:25.846 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96612026-08-13T19:09:27.245Z[ host-image] Aug 13 19:09:25.846 INFO O| Aug 13 19:09:25.846 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96622026-08-13T19:09:27.248Z[ host-image] Aug 13 19:09:25.846 INFO O| Aug 13 19:09:25.846 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96632026-08-13T19:09:27.248Z[ host-image] Aug 13 19:09:25.846 INFO O| Aug 13 19:09:25.846 INFO ok!
96642026-08-13T19:09:27.248Z[ host-image] Aug 13 19:09:25.846 INFO O| Aug 13 19:09:25.846 INFO STEP 64 (ensure_file) COMPLETE
96652026-08-13T19:09:27.248Z[ host-image] Aug 13 19:09:25.846 INFO O| Aug 13 19:09:25.846 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96662026-08-13T19:09:27.252Z[ host-image] Aug 13 19:09:25.853 INFO O| Aug 13 19:09:25.853 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96672026-08-13T19:09:27.252Z[ host-image] Aug 13 19:09:25.853 INFO O| Aug 13 19:09:25.853 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96682026-08-13T19:09:27.252Z[ host-image] Aug 13 19:09:25.853 INFO O| Aug 13 19:09:25.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96692026-08-13T19:09:27.252Z[ host-image] Aug 13 19:09:25.853 INFO O| Aug 13 19:09:25.853 INFO ok!
96702026-08-13T19:09:27.252Z[ host-image] Aug 13 19:09:25.853 INFO O| Aug 13 19:09:25.853 INFO STEP 65 (assemble_files) COMPLETE
96712026-08-13T19:09:27.252Z[ host-image] Aug 13 19:09:25.853 INFO O| Aug 13 19:09:25.853 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96722026-08-13T19:09:27.258Z[ host-image] Aug 13 19:09:25.860 INFO O| Aug 13 19:09:25.860 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96732026-08-13T19:09:27.258Z[ host-image] Aug 13 19:09:25.860 INFO O| Aug 13 19:09:25.860 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96742026-08-13T19:09:27.261Z[ host-image] Aug 13 19:09:25.860 INFO O| Aug 13 19:09:25.860 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96752026-08-13T19:09:27.261Z[ host-image] Aug 13 19:09:25.860 INFO O| Aug 13 19:09:25.860 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96762026-08-13T19:09:27.261Z[ host-image] Aug 13 19:09:25.860 INFO O| Aug 13 19:09:25.860 INFO ok!
96772026-08-13T19:09:27.261Z[ host-image] Aug 13 19:09:25.860 INFO O| Aug 13 19:09:25.860 INFO STEP 66 (ensure_file) COMPLETE
96782026-08-13T19:09:27.261Z[ host-image] Aug 13 19:09:25.860 INFO O| Aug 13 19:09:25.860 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96792026-08-13T19:09:27.266Z[ host-image] Aug 13 19:09:25.867 INFO O| Aug 13 19:09:25.867 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96802026-08-13T19:09:27.269Z[ host-image] Aug 13 19:09:25.868 INFO O| Aug 13 19:09:25.868 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96812026-08-13T19:09:27.269Z[ host-image] Aug 13 19:09:25.868 INFO O| Aug 13 19:09:25.868 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96822026-08-13T19:09:27.269Z[ host-image] Aug 13 19:09:25.868 INFO O| Aug 13 19:09:25.868 INFO STEP 67 (ensure_dir) COMPLETE
96832026-08-13T19:09:27.269Z[ host-image] Aug 13 19:09:25.868 INFO O| Aug 13 19:09:25.868 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96842026-08-13T19:09:27.275Z[ host-image] Aug 13 19:09:25.877 INFO O| Aug 13 19:09:25.877 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96852026-08-13T19:09:27.275Z[ host-image] Aug 13 19:09:25.877 INFO O| Aug 13 19:09:25.877 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 ...
96862026-08-13T19:09:27.281Z[ host-image] Aug 13 19:09:25.883 INFO O| Aug 13 19:09:25.883 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
96872026-08-13T19:09:27.281Z[ host-image] Aug 13 19:09:25.883 INFO O| Aug 13 19:09:25.883 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96882026-08-13T19:09:27.281Z[ host-image] Aug 13 19:09:25.883 INFO O| Aug 13 19:09:25.883 INFO ok!
96892026-08-13T19:09:27.281Z[ host-image] Aug 13 19:09:25.883 INFO O| Aug 13 19:09:25.883 INFO STEP 68 (ensure_file) COMPLETE
96902026-08-13T19:09:27.284Z[ host-image] Aug 13 19:09:25.883 INFO O| Aug 13 19:09:25.883 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96912026-08-13T19:09:27.289Z[ host-image] Aug 13 19:09:25.890 INFO O| Aug 13 19:09:25.890 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96922026-08-13T19:09:27.289Z[ host-image] Aug 13 19:09:25.890 INFO O| Aug 13 19:09:25.890 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 ...
96932026-08-13T19:09:27.292Z[ host-image] Aug 13 19:09:25.891 INFO O| Aug 13 19:09:25.891 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
96942026-08-13T19:09:27.292Z[ host-image] Aug 13 19:09:25.891 INFO O| Aug 13 19:09:25.891 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96952026-08-13T19:09:27.292Z[ host-image] Aug 13 19:09:25.891 INFO O| Aug 13 19:09:25.891 INFO ok!
96962026-08-13T19:09:27.292Z[ host-image] Aug 13 19:09:25.891 INFO O| Aug 13 19:09:25.891 INFO STEP 69 (ensure_file) COMPLETE
96972026-08-13T19:09:27.292Z[ host-image] Aug 13 19:09:25.891 INFO O| Aug 13 19:09:25.891 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96982026-08-13T19:09:27.299Z[ host-image] Aug 13 19:09:25.900 INFO O| Aug 13 19:09:25.900 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96992026-08-13T19:09:27.299Z[ host-image] Aug 13 19:09:25.901 INFO O| Aug 13 19:09:25.900 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97002026-08-13T19:09:28.741Z[ host-image] Aug 13 19:09:27.342 INFO O| Aug 13 19:09:27.342 INFO STEP 70 (pack_tar) COMPLETE
97012026-08-13T19:09:28.741Z[ host-image] Aug 13 19:09:27.342 INFO O| Aug 13 19:09:27.342 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97022026-08-13T19:09:28.741Z[ host-image] Aug 13 19:09:27.342 INFO O| Aug 13 19:09:27.342 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97032026-08-13T19:09:30.561Z[ host-image] Aug 13 19:09:29.162 INFO O| Aug 13 19:09:29.162 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97042026-08-13T19:09:30.678Z[ host-image] Aug 13 19:09:29.279 INFO O| Aug 13 19:09:29.278 INFO completed processing sled/ramdisk-02-trim
97052026-08-13T19:09:30.682Z[ host-image] Aug 13 19:09:29.280 INFO image builder template: zfs...
97062026-08-13T19:09:30.682Z[ host-image] Aug 13 19:09:29.280 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/.tmpnxszw3/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
97072026-08-13T19:09:30.691Z[ host-image] Aug 13 19:09:29.292 INFO O| Aug 13 19:09:29.292 INFO skip include "stress" because feature "stress" is not enabled
97082026-08-13T19:09:30.691Z[ host-image] Aug 13 19:09:29.292 INFO O| Aug 13 19:09:29.292 INFO skip include "stress" because feature "compliance" is not enabled
97092026-08-13T19:09:30.719Z[ host-image] Aug 13 19:09:29.320 INFO O| Aug 13 19:09:29.320 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97102026-08-13T19:09:30.723Z[ host-image] Aug 13 19:09:29.324 INFO O| Aug 13 19:09:29.323 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97112026-08-13T19:09:30.787Z[ host-image] Aug 13 19:09:29.388 INFO O| Aug 13 19:09:29.388 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97122026-08-13T19:09:30.916Z[ host-image] Aug 13 19:09:29.517 INFO O| Aug 13 19:09:29.517 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97132026-08-13T19:09:30.917Z[ host-image] Aug 13 19:09:29.517 INFO O| Aug 13 19:09:29.517 INFO work dataset: rpool/images/build/host/work/sled/zfs
97142026-08-13T19:09:30.921Z[ host-image] Aug 13 19:09:29.521 INFO O| Aug 13 19:09:29.521 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97152026-08-13T19:09:31.353Z[ host-image] Aug 13 19:09:29.954 INFO O| Aug 13 19:09:29.954 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97162026-08-13T19:09:32.484Z[ host-image] Aug 13 19:09:31.085 INFO O| Aug 13 19:09:31.085 INFO DESTROY POOL: TEMPORARY-sled-zfs
97172026-08-13T19:09:32.492Z[ host-image] Aug 13 19:09:31.093 INFO O| Aug 13 19:09:31.093 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97182026-08-13T19:09:32.495Z[ host-image] Aug 13 19:09:31.096 INFO O| Aug 13 19:09:31.096 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97192026-08-13T19:09:32.498Z[ host-image] Aug 13 19:09:31.096 INFO O| Aug 13 19:09:31.096 INFO no lofi found
97202026-08-13T19:09:32.498Z[ host-image] Aug 13 19:09:31.096 INFO O| Aug 13 19:09:31.096 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97212026-08-13T19:09:32.498Z[ host-image] Aug 13 19:09:31.096 INFO O| Aug 13 19:09:31.096 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97222026-08-13T19:09:34.401Z[ host-image] Aug 13 19:09:33.002 INFO O| Aug 13 19:09:33.001 INFO lofi device = /dev/dsk/c2t1d0p0
97232026-08-13T19:09:34.401Z[ host-image] Aug 13 19:09:33.002 INFO O| Aug 13 19:09:33.002 INFO pool device = /dev/dsk/c2t1d0p0
97242026-08-13T19:09:34.404Z[ host-image] Aug 13 19:09:33.002 INFO O| Aug 13 19:09:33.002 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
97252026-08-13T19:09:34.461Z[ host-image] Aug 13 19:09:33.063 INFO O| Aug 13 19:09:33.062 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97262026-08-13T19:09:34.461Z[ host-image] Aug 13 19:09:33.063 INFO O| Aug 13 19:09:33.063 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97272026-08-13T19:09:34.475Z[ host-image] Aug 13 19:09:33.077 INFO O| Aug 13 19:09:33.077 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97282026-08-13T19:09:34.517Z[ host-image] Aug 13 19:09:33.118 INFO O| Aug 13 19:09:33.118 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97292026-08-13T19:09:34.539Z[ host-image] Aug 13 19:09:33.141 INFO O| Aug 13 19:09:33.141 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97302026-08-13T19:09:34.548Z[ host-image] Aug 13 19:09:33.150 INFO O| Aug 13 19:09:33.150 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97312026-08-13T19:09:34.555Z[ host-image] Aug 13 19:09:33.157 INFO O| Aug 13 19:09:33.157 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97322026-08-13T19:09:34.584Z[ host-image] Aug 13 19:09:33.185 INFO O| Aug 13 19:09:33.185 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97332026-08-13T19:09:34.587Z[ host-image] Aug 13 19:09:33.185 INFO O| Aug 13 19:09:33.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97342026-08-13T19:09:34.587Z[ host-image] Aug 13 19:09:33.185 INFO O| Aug 13 19:09:33.185 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97352026-08-13T19:09:34.590Z[ host-image] Aug 13 19:09:33.191 INFO O| Aug 13 19:09:33.191 INFO boot environment UUID: a52cdf7c-0843-436c-8c82-9fa2958f0798
97362026-08-13T19:09:34.590Z[ host-image] Aug 13 19:09:33.191 INFO O| Aug 13 19:09:33.191 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = a52cdf7c-0843-436c-8c82-9fa2958f0798
97372026-08-13T19:09:34.596Z[ host-image] Aug 13 19:09:33.197 INFO O| Aug 13 19:09:33.197 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97382026-08-13T19:09:34.601Z[ host-image] Aug 13 19:09:33.202 INFO O| Aug 13 19:09:33.202 INFO STEP 0 (create_be) COMPLETE
97392026-08-13T19:09:34.601Z[ host-image] Aug 13 19:09:33.202 INFO O| Aug 13 19:09:33.202 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97402026-08-13T19:09:34.609Z[ host-image] Aug 13 19:09:33.211 INFO O| Aug 13 19:09:33.211 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97412026-08-13T19:09:42.130Z[ recovery-image] Aug 13 19:09:40.731 INFO O| ok, image written!
97422026-08-13T19:09:42.130Z[ recovery-image] Aug 13 19:09:40.731 INFO O| ok, boot_image_csum file written!
97432026-08-13T19:09:42.133Z[ recovery-image] Aug 13 19:09:40.733 INFO creating boot archive (CPIO)...
97442026-08-13T19:09:42.133Z[ recovery-image] Aug 13 19:09:40.733 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
97452026-08-13T19:09:42.138Z[ recovery-image] Aug 13 19:09:40.739 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
97462026-08-13T19:09:42.138Z[ recovery-image] Aug 13 19:09:40.739 INFO E| + outfile=/work/os-recovery/cpio
97472026-08-13T19:09:42.138Z[ recovery-image] Aug 13 19:09:40.739 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
97482026-08-13T19:09:42.142Z[ recovery-image] Aug 13 19:09:40.742 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
97492026-08-13T19:09:42.142Z[ recovery-image] Aug 13 19:09:40.742 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
97502026-08-13T19:09:42.174Z[ recovery-image] Aug 13 19:09:40.772 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
97512026-08-13T19:09:42.178Z[ recovery-image] Aug 13 19:09:40.772 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
97522026-08-13T19:09:42.178Z[ recovery-image] Aug 13 19:09:40.778 INFO creating compressed cpio/unix for dev loaders...
97532026-08-13T19:09:42.178Z[ recovery-image] Aug 13 19:09:40.778 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
97542026-08-13T19:09:42.255Z[ host-image] Aug 13 19:09:40.857 INFO O| Aug 13 19:09:40.857 INFO STEP 1 (unpack_tar) COMPLETE
97552026-08-13T19:09:42.255Z[ host-image] Aug 13 19:09:40.857 INFO O| Aug 13 19:09:40.857 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97562026-08-13T19:09:42.263Z[ host-image] Aug 13 19:09:40.864 INFO O| Aug 13 19:09:40.864 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97572026-08-13T19:09:42.424Z[ recovery-image] Aug 13 19:09:41.025 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
97582026-08-13T19:09:42.564Z[ host-image] Aug 13 19:09:41.165 INFO O| Aug 13 19:09:41.165 INFO STEP 2 (devfsadm) COMPLETE
97592026-08-13T19:09:42.564Z[ host-image] Aug 13 19:09:41.165 INFO O| Aug 13 19:09:41.165 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97602026-08-13T19:09:42.573Z[ host-image] Aug 13 19:09:41.174 INFO O| Aug 13 19:09:41.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97612026-08-13T19:09:42.576Z[ host-image] Aug 13 19:09:41.174 INFO O| Aug 13 19:09:41.174 INFO STEP 3 (ensure_dir) COMPLETE
97622026-08-13T19:09:42.577Z[ host-image] Aug 13 19:09:41.174 INFO O| Aug 13 19:09:41.174 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97632026-08-13T19:09:42.580Z[ host-image] Aug 13 19:09:41.181 INFO O| Aug 13 19:09:41.181 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97642026-08-13T19:09:42.583Z[ host-image] Aug 13 19:09:41.181 INFO O| Aug 13 19:09:41.181 INFO STEP 4 (ensure_dir) COMPLETE
97652026-08-13T19:09:42.583Z[ host-image] Aug 13 19:09:41.181 INFO O| Aug 13 19:09:41.181 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97662026-08-13T19:09:42.586Z[ host-image] Aug 13 19:09:41.187 INFO O| Aug 13 19:09:41.187 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97672026-08-13T19:09:42.586Z[ host-image] Aug 13 19:09:41.187 INFO O| Aug 13 19:09:41.187 INFO STEP 5 (ensure_dir) COMPLETE
97682026-08-13T19:09:42.586Z[ host-image] Aug 13 19:09:41.187 INFO O| Aug 13 19:09:41.187 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97692026-08-13T19:09:42.591Z[ host-image] Aug 13 19:09:41.193 INFO O| Aug 13 19:09:41.193 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97702026-08-13T19:09:42.595Z[ host-image] Aug 13 19:09:41.193 INFO O| Aug 13 19:09:41.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97712026-08-13T19:09:42.595Z[ host-image] Aug 13 19:09:41.193 INFO O| Aug 13 19:09:41.193 INFO STEP 6 (ensure_dir) COMPLETE
97722026-08-13T19:09:42.595Z[ host-image] Aug 13 19:09:41.193 INFO O| Aug 13 19:09:41.193 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97732026-08-13T19:09:42.598Z[ host-image] Aug 13 19:09:41.198 INFO O| Aug 13 19:09:41.198 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97742026-08-13T19:09:42.598Z[ host-image] Aug 13 19:09:41.198 INFO O| Aug 13 19:09:41.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97752026-08-13T19:09:42.598Z[ host-image] Aug 13 19:09:41.198 INFO O| Aug 13 19:09:41.198 INFO STEP 7 (ensure_dir) COMPLETE
97762026-08-13T19:09:42.598Z[ host-image] Aug 13 19:09:41.198 INFO O| Aug 13 19:09:41.198 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97772026-08-13T19:09:42.602Z[ host-image] Aug 13 19:09:41.204 INFO O| Aug 13 19:09:41.204 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97782026-08-13T19:09:42.605Z[ host-image] Aug 13 19:09:41.204 INFO O| Aug 13 19:09:41.204 INFO STEP 8 (remove_files) COMPLETE
97792026-08-13T19:09:42.605Z[ host-image] Aug 13 19:09:41.204 INFO O| Aug 13 19:09:41.204 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97802026-08-13T19:09:42.611Z[ host-image] Aug 13 19:09:41.212 INFO O| Aug 13 19:09:41.212 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97812026-08-13T19:09:42.614Z[ host-image] Aug 13 19:09:41.212 INFO O| Aug 13 19:09:41.212 INFO STEP 9 (remove_files) COMPLETE
97822026-08-13T19:09:42.614Z[ host-image] Aug 13 19:09:41.212 INFO O| Aug 13 19:09:41.212 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97832026-08-13T19:09:42.617Z[ host-image] Aug 13 19:09:41.218 INFO O| Aug 13 19:09:41.218 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97842026-08-13T19:09:42.618Z[ host-image] Aug 13 19:09:41.218 INFO O| Aug 13 19:09:41.218 INFO STEP 10 (remove_files) COMPLETE
97852026-08-13T19:09:42.618Z[ host-image] Aug 13 19:09:41.218 INFO O| Aug 13 19:09:41.218 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97862026-08-13T19:09:42.622Z[ host-image] Aug 13 19:09:41.224 INFO O| Aug 13 19:09:41.224 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97872026-08-13T19:09:42.622Z[ host-image] Aug 13 19:09:41.224 INFO O| Aug 13 19:09:41.224 INFO STEP 11 (remove_files) COMPLETE
97882026-08-13T19:09:42.625Z[ host-image] Aug 13 19:09:41.224 INFO O| Aug 13 19:09:41.224 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97892026-08-13T19:09:42.629Z[ host-image] Aug 13 19:09:41.229 INFO O| Aug 13 19:09:41.229 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97902026-08-13T19:09:42.629Z[ host-image] Aug 13 19:09:41.229 INFO O| Aug 13 19:09:41.229 INFO STEP 12 (remove_files) COMPLETE
97912026-08-13T19:09:42.629Z[ host-image] Aug 13 19:09:41.229 INFO O| Aug 13 19:09:41.229 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97922026-08-13T19:09:42.634Z[ host-image] Aug 13 19:09:41.235 INFO O| Aug 13 19:09:41.235 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97932026-08-13T19:09:42.638Z[ host-image] Aug 13 19:09:41.235 INFO O| Aug 13 19:09:41.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97942026-08-13T19:09:42.638Z[ host-image] Aug 13 19:09:41.235 INFO O| Aug 13 19:09:41.235 INFO STEP 13 (ensure_dir) COMPLETE
97952026-08-13T19:09:42.638Z[ host-image] Aug 13 19:09:41.235 INFO O| Aug 13 19:09:41.235 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97962026-08-13T19:09:42.641Z[ host-image] Aug 13 19:09:41.240 INFO O| Aug 13 19:09:41.240 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97972026-08-13T19:09:42.641Z[ host-image] Aug 13 19:09:41.240 INFO O| Aug 13 19:09:41.240 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97982026-08-13T19:09:42.641Z[ host-image] Aug 13 19:09:41.240 INFO O| Aug 13 19:09:41.240 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97992026-08-13T19:09:42.641Z[ host-image] Aug 13 19:09:41.240 INFO O| Aug 13 19:09:41.240 INFO STEP 14 (ensure_dir) COMPLETE
98002026-08-13T19:09:42.641Z[ host-image] Aug 13 19:09:41.240 INFO O| Aug 13 19:09:41.240 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98012026-08-13T19:09:42.646Z[ host-image] Aug 13 19:09:41.248 INFO O| Aug 13 19:09:41.248 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98022026-08-13T19:09:42.646Z[ host-image] Aug 13 19:09:41.248 INFO O| Aug 13 19:09:41.248 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98032026-08-13T19:09:42.646Z[ host-image] Aug 13 19:09:41.248 INFO O| Aug 13 19:09:41.248 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98042026-08-13T19:09:42.650Z[ host-image] Aug 13 19:09:41.248 INFO O| Aug 13 19:09:41.248 INFO STEP 15 (ensure_dir) COMPLETE
98052026-08-13T19:09:42.650Z[ host-image] Aug 13 19:09:41.248 INFO O| Aug 13 19:09:41.248 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98062026-08-13T19:09:42.653Z[ host-image] Aug 13 19:09:41.254 INFO O| Aug 13 19:09:41.254 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98072026-08-13T19:09:42.653Z[ host-image] Aug 13 19:09:41.254 INFO O| Aug 13 19:09:41.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98082026-08-13T19:09:42.653Z[ host-image] Aug 13 19:09:41.254 INFO O| Aug 13 19:09:41.254 INFO STEP 16 (ensure_dir) COMPLETE
98092026-08-13T19:09:42.653Z[ host-image] Aug 13 19:09:41.254 INFO O| Aug 13 19:09:41.254 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98102026-08-13T19:09:42.659Z[ host-image] Aug 13 19:09:41.260 INFO O| Aug 13 19:09:41.260 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98112026-08-13T19:09:42.659Z[ host-image] Aug 13 19:09:41.260 INFO O| Aug 13 19:09:41.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98122026-08-13T19:09:42.662Z[ host-image] Aug 13 19:09:41.260 INFO O| Aug 13 19:09:41.260 INFO STEP 17 (ensure_dir) COMPLETE
98132026-08-13T19:09:42.662Z[ host-image] Aug 13 19:09:41.260 INFO O| Aug 13 19:09:41.260 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98142026-08-13T19:09:42.665Z[ host-image] Aug 13 19:09:41.266 INFO O| Aug 13 19:09:41.266 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98152026-08-13T19:09:42.665Z[ host-image] Aug 13 19:09:41.266 INFO O| Aug 13 19:09:41.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98162026-08-13T19:09:42.665Z[ host-image] Aug 13 19:09:41.266 INFO O| Aug 13 19:09:41.266 INFO ok!
98172026-08-13T19:09:42.665Z[ host-image] Aug 13 19:09:41.266 INFO O| Aug 13 19:09:41.266 INFO STEP 18 (ensure_symlink) COMPLETE
98182026-08-13T19:09:42.665Z[ host-image] Aug 13 19:09:41.266 INFO O| Aug 13 19:09:41.266 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98192026-08-13T19:09:42.671Z[ host-image] Aug 13 19:09:41.273 INFO O| Aug 13 19:09:41.273 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98202026-08-13T19:09:42.672Z[ host-image] Aug 13 19:09:41.273 INFO O| Aug 13 19:09:41.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98212026-08-13T19:09:42.672Z[ host-image] Aug 13 19:09:41.273 INFO O| Aug 13 19:09:41.273 INFO ok!
98222026-08-13T19:09:42.672Z[ host-image] Aug 13 19:09:41.273 INFO O| Aug 13 19:09:41.273 INFO STEP 19 (ensure_file) COMPLETE
98232026-08-13T19:09:42.675Z[ host-image] Aug 13 19:09:41.273 INFO O| Aug 13 19:09:41.273 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98242026-08-13T19:09:42.678Z[ host-image] Aug 13 19:09:41.279 INFO O| Aug 13 19:09:41.279 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98252026-08-13T19:09:42.678Z[ host-image] Aug 13 19:09:41.279 INFO O| Aug 13 19:09:41.279 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98262026-08-13T19:09:42.681Z[ host-image] Aug 13 19:09:41.279 INFO O| Aug 13 19:09:41.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98272026-08-13T19:09:42.681Z[ host-image] Aug 13 19:09:41.279 INFO O| Aug 13 19:09:41.279 INFO ok!
98282026-08-13T19:09:42.681Z[ host-image] Aug 13 19:09:41.279 INFO O| Aug 13 19:09:41.279 INFO STEP 20 (ensure_symlink) COMPLETE
98292026-08-13T19:09:42.681Z[ host-image] Aug 13 19:09:41.279 INFO O| Aug 13 19:09:41.279 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98302026-08-13T19:09:42.685Z[ host-image] Aug 13 19:09:41.286 INFO O| Aug 13 19:09:41.286 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98312026-08-13T19:09:42.685Z[ host-image] Aug 13 19:09:41.286 INFO O| Aug 13 19:09:41.286 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98322026-08-13T19:09:42.685Z[ host-image] Aug 13 19:09:41.286 INFO O| Aug 13 19:09:41.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98332026-08-13T19:09:42.685Z[ host-image] Aug 13 19:09:41.286 INFO O| Aug 13 19:09:41.286 INFO ok!
98342026-08-13T19:09:42.685Z[ host-image] Aug 13 19:09:41.286 INFO O| Aug 13 19:09:41.286 INFO STEP 21 (ensure_symlink) COMPLETE
98352026-08-13T19:09:42.685Z[ host-image] Aug 13 19:09:41.286 INFO O| Aug 13 19:09:41.286 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98362026-08-13T19:09:42.690Z[ host-image] Aug 13 19:09:41.291 INFO O| Aug 13 19:09:41.291 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98372026-08-13T19:09:42.690Z[ host-image] Aug 13 19:09:41.291 INFO O| Aug 13 19:09:41.291 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98382026-08-13T19:09:42.690Z[ host-image] Aug 13 19:09:41.291 INFO O| Aug 13 19:09:41.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98392026-08-13T19:09:42.693Z[ host-image] Aug 13 19:09:41.291 INFO O| Aug 13 19:09:41.291 INFO ok!
98402026-08-13T19:09:42.693Z[ host-image] Aug 13 19:09:41.291 INFO O| Aug 13 19:09:41.291 INFO STEP 22 (ensure_symlink) COMPLETE
98412026-08-13T19:09:42.693Z[ host-image] Aug 13 19:09:41.291 INFO O| Aug 13 19:09:41.291 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98422026-08-13T19:09:42.697Z[ host-image] Aug 13 19:09:41.297 INFO O| Aug 13 19:09:41.297 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98432026-08-13T19:09:42.697Z[ host-image] Aug 13 19:09:41.297 INFO O| Aug 13 19:09:41.297 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98442026-08-13T19:09:42.697Z[ host-image] Aug 13 19:09:41.297 INFO O| Aug 13 19:09:41.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98452026-08-13T19:09:42.697Z[ host-image] Aug 13 19:09:41.297 INFO O| Aug 13 19:09:41.297 INFO ok!
98462026-08-13T19:09:42.697Z[ host-image] Aug 13 19:09:41.297 INFO O| Aug 13 19:09:41.297 INFO STEP 23 (ensure_symlink) COMPLETE
98472026-08-13T19:09:42.697Z[ host-image] Aug 13 19:09:41.297 INFO O| Aug 13 19:09:41.297 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98482026-08-13T19:09:42.701Z[ host-image] Aug 13 19:09:41.302 INFO O| Aug 13 19:09:41.302 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98492026-08-13T19:09:42.701Z[ host-image] Aug 13 19:09:41.302 INFO O| Aug 13 19:09:41.302 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98502026-08-13T19:09:42.704Z[ host-image] Aug 13 19:09:41.302 INFO O| Aug 13 19:09:41.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98512026-08-13T19:09:42.704Z[ host-image] Aug 13 19:09:41.302 INFO O| Aug 13 19:09:41.302 INFO ok!
98522026-08-13T19:09:42.704Z[ host-image] Aug 13 19:09:41.302 INFO O| Aug 13 19:09:41.302 INFO STEP 24 (ensure_file) COMPLETE
98532026-08-13T19:09:42.704Z[ host-image] Aug 13 19:09:41.302 INFO O| Aug 13 19:09:41.302 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98542026-08-13T19:09:42.707Z[ host-image] Aug 13 19:09:41.309 INFO O| Aug 13 19:09:41.309 INFO updating shadow file
98552026-08-13T19:09:42.711Z[ host-image] Aug 13 19:09:41.309 INFO O| Aug 13 19:09:41.309 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98562026-08-13T19:09:42.711Z[ host-image] Aug 13 19:09:41.309 INFO O| Aug 13 19:09:41.309 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98572026-08-13T19:09:42.711Z[ host-image] Aug 13 19:09:41.309 INFO O| Aug 13 19:09:41.309 INFO STEP 25 (shadow) COMPLETE
98582026-08-13T19:09:42.711Z[ host-image] Aug 13 19:09:41.309 INFO O| Aug 13 19:09:41.309 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98592026-08-13T19:09:42.714Z[ host-image] Aug 13 19:09:41.315 INFO O| Aug 13 19:09:41.315 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98602026-08-13T19:09:42.714Z[ host-image] Aug 13 19:09:41.315 INFO O| Aug 13 19:09:41.315 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98612026-08-13T19:09:42.714Z[ host-image] Aug 13 19:09:41.315 INFO O| Aug 13 19:09:41.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98622026-08-13T19:09:42.714Z[ host-image] Aug 13 19:09:41.315 INFO O| Aug 13 19:09:41.315 INFO ok!
98632026-08-13T19:09:42.714Z[ host-image] Aug 13 19:09:41.315 INFO O| Aug 13 19:09:41.315 INFO STEP 26 (ensure_file) COMPLETE
98642026-08-13T19:09:42.714Z[ host-image] Aug 13 19:09:41.315 INFO O| Aug 13 19:09:41.315 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98652026-08-13T19:09:42.719Z[ host-image] Aug 13 19:09:41.320 INFO O| Aug 13 19:09:41.320 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98662026-08-13T19:09:42.719Z[ host-image] Aug 13 19:09:41.320 INFO O| Aug 13 19:09:41.320 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98672026-08-13T19:09:42.722Z[ host-image] Aug 13 19:09:41.320 INFO O| Aug 13 19:09:41.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98682026-08-13T19:09:42.722Z[ host-image] Aug 13 19:09:41.320 INFO O| Aug 13 19:09:41.320 INFO ok!
98692026-08-13T19:09:42.722Z[ host-image] Aug 13 19:09:41.320 INFO O| Aug 13 19:09:41.320 INFO STEP 27 (ensure_file) COMPLETE
98702026-08-13T19:09:42.722Z[ host-image] Aug 13 19:09:41.320 INFO O| Aug 13 19:09:41.320 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98712026-08-13T19:09:42.725Z[ host-image] Aug 13 19:09:41.326 INFO O| Aug 13 19:09:41.326 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98722026-08-13T19:09:42.725Z[ host-image] Aug 13 19:09:41.326 INFO O| Aug 13 19:09:41.326 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98732026-08-13T19:09:42.725Z[ host-image] Aug 13 19:09:41.326 INFO O| Aug 13 19:09:41.326 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98742026-08-13T19:09:42.725Z[ host-image] Aug 13 19:09:41.326 INFO O| Aug 13 19:09:41.326 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98752026-08-13T19:09:42.725Z[ host-image] Aug 13 19:09:41.326 INFO O| Aug 13 19:09:41.326 INFO ok!
98762026-08-13T19:09:42.725Z[ host-image] Aug 13 19:09:41.326 INFO O| Aug 13 19:09:41.326 INFO STEP 28 (ensure_file) COMPLETE
98772026-08-13T19:09:42.725Z[ host-image] Aug 13 19:09:41.326 INFO O| Aug 13 19:09:41.326 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98782026-08-13T19:09:42.733Z[ host-image] Aug 13 19:09:41.333 INFO O| Aug 13 19:09:41.333 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98792026-08-13T19:09:42.733Z[ host-image] Aug 13 19:09:41.333 INFO O| Aug 13 19:09:41.333 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98802026-08-13T19:09:42.736Z[ host-image] Aug 13 19:09:41.333 INFO O| Aug 13 19:09:41.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98812026-08-13T19:09:42.736Z[ host-image] Aug 13 19:09:41.333 INFO O| Aug 13 19:09:41.333 INFO ok!
98822026-08-13T19:09:42.736Z[ host-image] Aug 13 19:09:41.333 INFO O| Aug 13 19:09:41.333 INFO STEP 29 (ensure_file) COMPLETE
98832026-08-13T19:09:42.736Z[ host-image] Aug 13 19:09:41.333 INFO O| Aug 13 19:09:41.333 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98842026-08-13T19:09:42.739Z[ host-image] Aug 13 19:09:41.339 INFO O| Aug 13 19:09:41.339 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98852026-08-13T19:09:42.739Z[ host-image] Aug 13 19:09:41.339 INFO O| Aug 13 19:09:41.339 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98862026-08-13T19:09:42.739Z[ host-image] Aug 13 19:09:41.339 INFO O| Aug 13 19:09:41.339 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98872026-08-13T19:09:42.739Z[ host-image] Aug 13 19:09:41.339 INFO O| Aug 13 19:09:41.339 INFO STEP 30 (ensure_dir) COMPLETE
98882026-08-13T19:09:42.739Z[ host-image] Aug 13 19:09:41.339 INFO O| Aug 13 19:09:41.339 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98892026-08-13T19:09:42.743Z[ host-image] Aug 13 19:09:41.344 INFO O| Aug 13 19:09:41.344 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98902026-08-13T19:09:42.743Z[ host-image] Aug 13 19:09:41.344 INFO O| Aug 13 19:09:41.344 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98912026-08-13T19:09:42.743Z[ host-image] Aug 13 19:09:41.344 INFO O| Aug 13 19:09:41.344 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98922026-08-13T19:09:42.743Z[ host-image] Aug 13 19:09:41.344 INFO O| Aug 13 19:09:41.344 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98932026-08-13T19:09:42.743Z[ host-image] Aug 13 19:09:41.344 INFO O| Aug 13 19:09:41.344 INFO ok!
98942026-08-13T19:09:42.743Z[ host-image] Aug 13 19:09:41.344 INFO O| Aug 13 19:09:41.344 INFO STEP 31 (ensure_file) COMPLETE
98952026-08-13T19:09:42.743Z[ host-image] Aug 13 19:09:41.344 INFO O| Aug 13 19:09:41.344 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98962026-08-13T19:09:42.748Z[ host-image] Aug 13 19:09:41.349 INFO O| Aug 13 19:09:41.349 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98972026-08-13T19:09:42.751Z[ host-image] Aug 13 19:09:41.349 INFO O| Aug 13 19:09:41.349 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98982026-08-13T19:09:42.751Z[ host-image] Aug 13 19:09:41.349 INFO O| Aug 13 19:09:41.349 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98992026-08-13T19:09:42.752Z[ host-image] Aug 13 19:09:41.349 INFO O| Aug 13 19:09:41.349 INFO STEP 32 (ensure_dir) COMPLETE
99002026-08-13T19:09:42.752Z[ host-image] Aug 13 19:09:41.349 INFO O| Aug 13 19:09:41.349 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99012026-08-13T19:09:42.756Z[ host-image] Aug 13 19:09:41.355 INFO O| Aug 13 19:09:41.355 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99022026-08-13T19:09:42.756Z[ host-image] Aug 13 19:09:41.355 INFO O| Aug 13 19:09:41.355 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 ...
99032026-08-13T19:09:42.756Z[ host-image] Aug 13 19:09:41.355 INFO O| Aug 13 19:09:41.355 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
99042026-08-13T19:09:42.756Z[ host-image] Aug 13 19:09:41.355 INFO O| Aug 13 19:09:41.355 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99052026-08-13T19:09:42.756Z[ host-image] Aug 13 19:09:41.355 INFO O| Aug 13 19:09:41.355 INFO ok!
99062026-08-13T19:09:42.756Z[ host-image] Aug 13 19:09:41.355 INFO O| Aug 13 19:09:41.355 INFO STEP 33 (ensure_file) COMPLETE
99072026-08-13T19:09:42.756Z[ host-image] Aug 13 19:09:41.355 INFO O| Aug 13 19:09:41.355 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99082026-08-13T19:09:42.759Z[ host-image] Aug 13 19:09:41.360 INFO O| Aug 13 19:09:41.360 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99092026-08-13T19:09:42.759Z[ host-image] Aug 13 19:09:41.360 INFO O| Aug 13 19:09:41.360 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99102026-08-13T19:09:42.759Z[ host-image] Aug 13 19:09:41.360 INFO O| Aug 13 19:09:41.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99112026-08-13T19:09:42.759Z[ host-image] Aug 13 19:09:41.360 INFO O| Aug 13 19:09:41.360 INFO ok!
99122026-08-13T19:09:42.760Z[ host-image] Aug 13 19:09:41.360 INFO O| Aug 13 19:09:41.360 INFO STEP 34 (ensure_file) COMPLETE
99132026-08-13T19:09:42.760Z[ host-image] Aug 13 19:09:41.360 INFO O| Aug 13 19:09:41.360 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99142026-08-13T19:09:42.764Z[ host-image] Aug 13 19:09:41.366 INFO O| Aug 13 19:09:41.366 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99152026-08-13T19:09:42.764Z[ host-image] Aug 13 19:09:41.366 INFO O| Aug 13 19:09:41.366 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99162026-08-13T19:09:42.768Z[ host-image] Aug 13 19:09:41.366 INFO O| Aug 13 19:09:41.366 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99172026-08-13T19:09:42.768Z[ host-image] Aug 13 19:09:41.366 INFO O| Aug 13 19:09:41.366 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99182026-08-13T19:09:42.768Z[ host-image] Aug 13 19:09:41.366 INFO O| Aug 13 19:09:41.366 INFO ok!
99192026-08-13T19:09:42.768Z[ host-image] Aug 13 19:09:41.366 INFO O| Aug 13 19:09:41.366 INFO STEP 35 (ensure_file) COMPLETE
99202026-08-13T19:09:42.768Z[ host-image] Aug 13 19:09:41.366 INFO O| Aug 13 19:09:41.366 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99212026-08-13T19:09:42.771Z[ host-image] Aug 13 19:09:41.371 INFO O| Aug 13 19:09:41.371 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99222026-08-13T19:09:42.771Z[ host-image] Aug 13 19:09:41.371 INFO O| Aug 13 19:09:41.371 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99232026-08-13T19:09:42.771Z[ host-image] Aug 13 19:09:41.371 INFO O| Aug 13 19:09:41.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99242026-08-13T19:09:42.771Z[ host-image] Aug 13 19:09:41.371 INFO O| Aug 13 19:09:41.371 INFO ok!
99252026-08-13T19:09:42.771Z[ host-image] Aug 13 19:09:41.371 INFO O| Aug 13 19:09:41.371 INFO STEP 36 (ensure_file) COMPLETE
99262026-08-13T19:09:42.771Z[ host-image] Aug 13 19:09:41.371 INFO O| Aug 13 19:09:41.371 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99272026-08-13T19:09:42.776Z[ host-image] Aug 13 19:09:41.378 INFO O| Aug 13 19:09:41.378 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99282026-08-13T19:09:42.780Z[ host-image] Aug 13 19:09:41.378 INFO O| Aug 13 19:09:41.378 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99292026-08-13T19:09:42.780Z[ host-image] Aug 13 19:09:41.378 INFO O| Aug 13 19:09:41.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99302026-08-13T19:09:42.780Z[ host-image] Aug 13 19:09:41.378 INFO O| Aug 13 19:09:41.378 INFO ok!
99312026-08-13T19:09:42.780Z[ host-image] Aug 13 19:09:41.378 INFO O| Aug 13 19:09:41.378 INFO STEP 37 (ensure_file) COMPLETE
99322026-08-13T19:09:42.780Z[ host-image] Aug 13 19:09:41.378 INFO O| Aug 13 19:09:41.378 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99332026-08-13T19:09:42.783Z[ host-image] Aug 13 19:09:41.384 INFO O| Aug 13 19:09:41.384 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99342026-08-13T19:09:42.783Z[ host-image] Aug 13 19:09:41.384 INFO O| Aug 13 19:09:41.384 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99352026-08-13T19:09:42.783Z[ host-image] Aug 13 19:09:41.384 INFO O| Aug 13 19:09:41.384 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99362026-08-13T19:09:42.783Z[ host-image] Aug 13 19:09:41.384 INFO O| Aug 13 19:09:41.384 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99372026-08-13T19:09:42.783Z[ host-image] Aug 13 19:09:41.384 INFO O| Aug 13 19:09:41.384 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99382026-08-13T19:09:42.783Z[ host-image] Aug 13 19:09:41.384 INFO O| Aug 13 19:09:41.384 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99392026-08-13T19:09:42.783Z[ host-image] Aug 13 19:09:41.384 INFO O| Aug 13 19:09:41.384 INFO ok!
99402026-08-13T19:09:42.784Z[ host-image] Aug 13 19:09:41.384 INFO O| Aug 13 19:09:41.384 INFO STEP 38 (ensure_file) COMPLETE
99412026-08-13T19:09:42.784Z[ host-image] Aug 13 19:09:41.384 INFO O| Aug 13 19:09:41.384 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99422026-08-13T19:09:42.788Z[ host-image] Aug 13 19:09:41.390 INFO O| Aug 13 19:09:41.390 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99432026-08-13T19:09:42.792Z[ host-image] Aug 13 19:09:41.390 INFO O| Aug 13 19:09:41.390 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99442026-08-13T19:09:42.792Z[ host-image] Aug 13 19:09:41.390 INFO O| Aug 13 19:09:41.390 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99452026-08-13T19:09:42.792Z[ host-image] Aug 13 19:09:41.390 INFO O| Aug 13 19:09:41.390 INFO STEP 39 (ensure_dir) COMPLETE
99462026-08-13T19:09:42.792Z[ host-image] Aug 13 19:09:41.390 INFO O| Aug 13 19:09:41.390 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99472026-08-13T19:09:42.795Z[ host-image] Aug 13 19:09:41.396 INFO O| Aug 13 19:09:41.396 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
99482026-08-13T19:09:42.795Z[ host-image] Aug 13 19:09:41.396 INFO O| Aug 13 19:09:41.396 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 ...
99492026-08-13T19:09:42.795Z[ host-image] Aug 13 19:09:41.396 INFO O| Aug 13 19:09:41.396 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
99502026-08-13T19:09:42.795Z[ host-image] Aug 13 19:09:41.396 INFO O| Aug 13 19:09:41.396 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
99512026-08-13T19:09:42.795Z[ host-image] Aug 13 19:09:41.396 INFO O| Aug 13 19:09:41.396 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
99522026-08-13T19:09:42.795Z[ host-image] Aug 13 19:09:41.396 INFO O| Aug 13 19:09:41.396 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
99532026-08-13T19:09:42.795Z[ host-image] Aug 13 19:09:41.396 INFO O| Aug 13 19:09:41.396 INFO ok!
99542026-08-13T19:09:42.796Z[ host-image] Aug 13 19:09:41.396 INFO O| Aug 13 19:09:41.396 INFO STEP 40 (ensure_file) COMPLETE
99552026-08-13T19:09:42.796Z[ host-image] Aug 13 19:09:41.396 INFO O| Aug 13 19:09:41.396 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99562026-08-13T19:09:42.799Z[ host-image] Aug 13 19:09:41.401 INFO O| Aug 13 19:09:41.401 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99572026-08-13T19:09:42.799Z[ host-image] Aug 13 19:09:41.401 INFO O| Aug 13 19:09:41.401 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 ...
99582026-08-13T19:09:42.802Z[ host-image] Aug 13 19:09:41.401 INFO O| Aug 13 19:09:41.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99592026-08-13T19:09:42.802Z[ host-image] Aug 13 19:09:41.401 INFO O| Aug 13 19:09:41.401 INFO ok!
99602026-08-13T19:09:42.802Z[ host-image] Aug 13 19:09:41.401 INFO O| Aug 13 19:09:41.401 INFO STEP 41 (ensure_symlink) COMPLETE
99612026-08-13T19:09:42.803Z[ host-image] Aug 13 19:09:41.401 INFO O| Aug 13 19:09:41.401 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99622026-08-13T19:09:42.806Z[ host-image] Aug 13 19:09:41.407 INFO O| Aug 13 19:09:41.407 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99632026-08-13T19:09:42.806Z[ host-image] Aug 13 19:09:41.407 INFO O| Aug 13 19:09:41.407 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99642026-08-13T19:09:42.806Z[ host-image] Aug 13 19:09:41.407 INFO O| Aug 13 19:09:41.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99652026-08-13T19:09:42.806Z[ host-image] Aug 13 19:09:41.407 INFO O| Aug 13 19:09:41.407 INFO ok!
99662026-08-13T19:09:42.806Z[ host-image] Aug 13 19:09:41.407 INFO O| Aug 13 19:09:41.407 INFO STEP 42 (ensure_symlink) COMPLETE
99672026-08-13T19:09:42.806Z[ host-image] Aug 13 19:09:41.407 INFO O| Aug 13 19:09:41.407 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99682026-08-13T19:09:42.811Z[ host-image] Aug 13 19:09:41.413 INFO O| Aug 13 19:09:41.413 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99692026-08-13T19:09:42.811Z[ host-image] Aug 13 19:09:41.413 INFO O| Aug 13 19:09:41.413 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99702026-08-13T19:09:42.814Z[ host-image] Aug 13 19:09:41.413 INFO O| Aug 13 19:09:41.413 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99712026-08-13T19:09:42.814Z[ host-image] Aug 13 19:09:41.413 INFO O| Aug 13 19:09:41.413 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99722026-08-13T19:09:42.814Z[ host-image] Aug 13 19:09:41.413 INFO O| Aug 13 19:09:41.413 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99732026-08-13T19:09:42.814Z[ host-image] Aug 13 19:09:41.413 INFO O| Aug 13 19:09:41.413 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99742026-08-13T19:09:42.814Z[ host-image] Aug 13 19:09:41.413 INFO O| Aug 13 19:09:41.413 INFO ok!
99752026-08-13T19:09:42.814Z[ host-image] Aug 13 19:09:41.413 INFO O| Aug 13 19:09:41.413 INFO STEP 43 (ensure_file) COMPLETE
99762026-08-13T19:09:42.814Z[ host-image] Aug 13 19:09:41.413 INFO O| Aug 13 19:09:41.413 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99772026-08-13T19:09:42.818Z[ host-image] Aug 13 19:09:41.418 INFO O| Aug 13 19:09:41.418 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99782026-08-13T19:09:42.818Z[ host-image] Aug 13 19:09:41.418 INFO O| Aug 13 19:09:41.418 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 ...
99792026-08-13T19:09:42.818Z[ host-image] Aug 13 19:09:41.418 INFO O| Aug 13 19:09:41.418 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
99802026-08-13T19:09:42.818Z[ host-image] Aug 13 19:09:41.418 INFO O| Aug 13 19:09:41.418 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99812026-08-13T19:09:42.818Z[ host-image] Aug 13 19:09:41.418 INFO O| Aug 13 19:09:41.418 INFO ok!
99822026-08-13T19:09:42.818Z[ host-image] Aug 13 19:09:41.418 INFO O| Aug 13 19:09:41.418 INFO STEP 44 (ensure_file) COMPLETE
99832026-08-13T19:09:42.818Z[ host-image] Aug 13 19:09:41.418 INFO O| Aug 13 19:09:41.418 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99842026-08-13T19:09:42.823Z[ host-image] Aug 13 19:09:41.424 INFO O| Aug 13 19:09:41.424 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99852026-08-13T19:09:42.823Z[ host-image] Aug 13 19:09:41.424 INFO O| Aug 13 19:09:41.424 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99862026-08-13T19:09:42.826Z[ host-image] Aug 13 19:09:41.424 INFO O| Aug 13 19:09:41.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99872026-08-13T19:09:42.826Z[ host-image] Aug 13 19:09:41.424 INFO O| Aug 13 19:09:41.424 INFO ok!
99882026-08-13T19:09:42.826Z[ host-image] Aug 13 19:09:41.424 INFO O| Aug 13 19:09:41.424 INFO STEP 45 (ensure_file) COMPLETE
99892026-08-13T19:09:42.826Z[ host-image] Aug 13 19:09:41.424 INFO O| Aug 13 19:09:41.424 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99902026-08-13T19:09:42.830Z[ host-image] Aug 13 19:09:41.431 INFO O| Aug 13 19:09:41.431 INFO updating shadow file
99912026-08-13T19:09:42.832Z[ host-image] Aug 13 19:09:41.431 INFO O| Aug 13 19:09:41.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99922026-08-13T19:09:42.833Z[ host-image] Aug 13 19:09:41.431 INFO O| Aug 13 19:09:41.431 INFO STEP 46 (shadow) COMPLETE
99932026-08-13T19:09:42.833Z[ host-image] Aug 13 19:09:41.431 INFO O| Aug 13 19:09:41.431 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99942026-08-13T19:09:42.836Z[ host-image] Aug 13 19:09:41.437 INFO O| Aug 13 19:09:41.437 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99952026-08-13T19:09:42.836Z[ host-image] Aug 13 19:09:41.437 INFO O| Aug 13 19:09:41.437 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99962026-08-13T19:09:42.836Z[ host-image] Aug 13 19:09:41.437 INFO O| Aug 13 19:09:41.437 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99972026-08-13T19:09:42.836Z[ host-image] Aug 13 19:09:41.437 INFO O| Aug 13 19:09:41.437 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99982026-08-13T19:09:42.836Z[ host-image] Aug 13 19:09:41.437 INFO O| Aug 13 19:09:41.437 INFO ok!
99992026-08-13T19:09:42.836Z[ host-image] Aug 13 19:09:41.437 INFO O| Aug 13 19:09:41.437 INFO STEP 47 (ensure_file) COMPLETE
100002026-08-13T19:09:42.836Z[ host-image] Aug 13 19:09:41.437 INFO O| Aug 13 19:09:41.437 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100012026-08-13T19:09:42.836Z[ host-image] Aug 13 19:09:41.437 INFO O| Aug 13 19:09:41.437 INFO skip step because feature "mfg" is not enabled
100022026-08-13T19:09:42.839Z[ host-image] Aug 13 19:09:41.437 INFO O| Aug 13 19:09:41.437 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100032026-08-13T19:09:42.839Z[ host-image] Aug 13 19:09:41.437 INFO O| Aug 13 19:09:41.437 INFO skip step because feature "mfg" is not enabled
100042026-08-13T19:09:42.839Z[ host-image] Aug 13 19:09:41.437 INFO O| Aug 13 19:09:41.437 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100052026-08-13T19:09:42.842Z[ host-image] Aug 13 19:09:41.443 INFO O| Aug 13 19:09:41.443 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100062026-08-13T19:09:42.842Z[ host-image] Aug 13 19:09:41.443 INFO O| Aug 13 19:09:41.443 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100072026-08-13T19:09:42.864Z[ host-image] Aug 13 19:09:41.466 INFO O| Aug 13 19:09:41.466 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100082026-08-13T19:09:42.864Z[ host-image] Aug 13 19:09:41.466 INFO O| Aug 13 19:09:41.466 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100092026-08-13T19:09:42.864Z[ host-image] Aug 13 19:09:41.466 INFO O| Aug 13 19:09:41.466 INFO ok!
100102026-08-13T19:09:42.868Z[ host-image] Aug 13 19:09:41.466 INFO O| Aug 13 19:09:41.466 INFO STEP 50 (ensure_file) COMPLETE
100112026-08-13T19:09:42.868Z[ host-image] Aug 13 19:09:41.466 INFO O| Aug 13 19:09:41.466 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100122026-08-13T19:09:42.868Z[ host-image] Aug 13 19:09:41.466 INFO O| Aug 13 19:09:41.466 INFO skip step because feature "compliance" is not enabled
100132026-08-13T19:09:42.868Z[ host-image] Aug 13 19:09:41.466 INFO O| Aug 13 19:09:41.466 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100142026-08-13T19:09:42.872Z[ host-image] Aug 13 19:09:41.473 INFO O| Aug 13 19:09:41.473 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100152026-08-13T19:09:42.875Z[ host-image] Aug 13 19:09:41.473 INFO O| Aug 13 19:09:41.473 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100162026-08-13T19:09:42.875Z[ host-image] Aug 13 19:09:41.473 INFO O| Aug 13 19:09:41.473 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100172026-08-13T19:09:42.875Z[ host-image] Aug 13 19:09:41.473 INFO O| Aug 13 19:09:41.473 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100182026-08-13T19:09:42.875Z[ host-image] Aug 13 19:09:41.473 INFO O| Aug 13 19:09:41.473 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100192026-08-13T19:09:42.875Z[ host-image] Aug 13 19:09:41.473 INFO O| Aug 13 19:09:41.473 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100202026-08-13T19:09:42.875Z[ host-image] Aug 13 19:09:41.473 INFO O| Aug 13 19:09:41.473 INFO ok!
100212026-08-13T19:09:42.875Z[ host-image] Aug 13 19:09:41.473 INFO O| Aug 13 19:09:41.473 INFO STEP 52 (ensure_file) COMPLETE
100222026-08-13T19:09:42.875Z[ host-image] Aug 13 19:09:41.473 INFO O| Aug 13 19:09:41.473 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100232026-08-13T19:09:42.878Z[ host-image] Aug 13 19:09:41.479 INFO O| Aug 13 19:09:41.479 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100242026-08-13T19:09:42.878Z[ host-image] Aug 13 19:09:41.479 INFO O| Aug 13 19:09:41.479 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 ...
100252026-08-13T19:09:42.878Z[ host-image] Aug 13 19:09:41.479 INFO O| Aug 13 19:09:41.479 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
100262026-08-13T19:09:42.878Z[ host-image] Aug 13 19:09:41.479 INFO O| Aug 13 19:09:41.479 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100272026-08-13T19:09:42.878Z[ host-image] Aug 13 19:09:41.479 INFO O| Aug 13 19:09:41.479 INFO ok!
100282026-08-13T19:09:42.879Z[ host-image] Aug 13 19:09:41.479 INFO O| Aug 13 19:09:41.479 INFO STEP 53 (ensure_file) COMPLETE
100292026-08-13T19:09:42.879Z[ host-image] Aug 13 19:09:41.479 INFO O| Aug 13 19:09:41.479 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100302026-08-13T19:09:42.884Z[ host-image] Aug 13 19:09:41.486 INFO O| Aug 13 19:09:41.485 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100312026-08-13T19:09:42.884Z[ host-image] Aug 13 19:09:41.486 INFO O| Aug 13 19:09:41.486 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 ...
100322026-08-13T19:09:42.887Z[ host-image] Aug 13 19:09:41.486 INFO O| Aug 13 19:09:41.486 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100332026-08-13T19:09:42.887Z[ host-image] Aug 13 19:09:41.486 INFO O| Aug 13 19:09:41.486 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100342026-08-13T19:09:42.887Z[ host-image] Aug 13 19:09:41.486 INFO O| Aug 13 19:09:41.486 INFO ok!
100352026-08-13T19:09:42.887Z[ host-image] Aug 13 19:09:41.486 INFO O| Aug 13 19:09:41.486 INFO STEP 54 (ensure_file) COMPLETE
100362026-08-13T19:09:42.887Z[ host-image] Aug 13 19:09:41.486 INFO O| Aug 13 19:09:41.486 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100372026-08-13T19:09:42.891Z[ host-image] Aug 13 19:09:41.492 INFO O| Aug 13 19:09:41.492 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100382026-08-13T19:09:42.891Z[ host-image] Aug 13 19:09:41.492 INFO O| Aug 13 19:09:41.492 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 ...
100392026-08-13T19:09:42.891Z[ host-image] Aug 13 19:09:41.492 INFO O| Aug 13 19:09:41.492 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
100402026-08-13T19:09:42.891Z[ host-image] Aug 13 19:09:41.492 INFO O| Aug 13 19:09:41.492 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100412026-08-13T19:09:42.891Z[ host-image] Aug 13 19:09:41.492 INFO O| Aug 13 19:09:41.492 INFO ok!
100422026-08-13T19:09:42.891Z[ host-image] Aug 13 19:09:41.492 INFO O| Aug 13 19:09:41.492 INFO STEP 55 (ensure_file) COMPLETE
100432026-08-13T19:09:42.891Z[ host-image] Aug 13 19:09:41.492 INFO O| Aug 13 19:09:41.492 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100442026-08-13T19:09:42.896Z[ host-image] Aug 13 19:09:41.497 INFO O| Aug 13 19:09:41.497 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100452026-08-13T19:09:42.896Z[ host-image] Aug 13 19:09:41.497 INFO O| Aug 13 19:09:41.497 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 ...
100462026-08-13T19:09:42.899Z[ host-image] Aug 13 19:09:41.497 INFO O| Aug 13 19:09:41.497 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100472026-08-13T19:09:42.899Z[ host-image] Aug 13 19:09:41.497 INFO O| Aug 13 19:09:41.497 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100482026-08-13T19:09:42.899Z[ host-image] Aug 13 19:09:41.497 INFO O| Aug 13 19:09:41.497 INFO ok!
100492026-08-13T19:09:42.899Z[ host-image] Aug 13 19:09:41.497 INFO O| Aug 13 19:09:41.497 INFO STEP 56 (ensure_file) COMPLETE
100502026-08-13T19:09:42.899Z[ host-image] Aug 13 19:09:41.497 INFO O| Aug 13 19:09:41.497 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100512026-08-13T19:09:42.902Z[ host-image] Aug 13 19:09:41.503 INFO O| Aug 13 19:09:41.503 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100522026-08-13T19:09:42.902Z[ host-image] Aug 13 19:09:41.503 INFO O| Aug 13 19:09:41.503 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 ...
100532026-08-13T19:09:42.902Z[ host-image] Aug 13 19:09:41.503 INFO O| Aug 13 19:09:41.503 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
100542026-08-13T19:09:42.902Z[ host-image] Aug 13 19:09:41.503 INFO O| Aug 13 19:09:41.503 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100552026-08-13T19:09:42.902Z[ host-image] Aug 13 19:09:41.503 INFO O| Aug 13 19:09:41.503 INFO ok!
100562026-08-13T19:09:42.902Z[ host-image] Aug 13 19:09:41.503 INFO O| Aug 13 19:09:41.503 INFO STEP 57 (ensure_file) COMPLETE
100572026-08-13T19:09:42.902Z[ host-image] Aug 13 19:09:41.503 INFO O| Aug 13 19:09:41.503 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100582026-08-13T19:09:42.909Z[ host-image] Aug 13 19:09:41.510 INFO O| Aug 13 19:09:41.510 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100592026-08-13T19:09:42.909Z[ host-image] Aug 13 19:09:41.510 INFO O| Aug 13 19:09:41.510 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 ...
100602026-08-13T19:09:42.912Z[ host-image] Aug 13 19:09:41.510 INFO O| Aug 13 19:09:41.510 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100612026-08-13T19:09:42.912Z[ host-image] Aug 13 19:09:41.510 INFO O| Aug 13 19:09:41.510 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100622026-08-13T19:09:42.912Z[ host-image] Aug 13 19:09:41.510 INFO O| Aug 13 19:09:41.510 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100632026-08-13T19:09:42.912Z[ host-image] Aug 13 19:09:41.510 INFO O| Aug 13 19:09:41.510 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100642026-08-13T19:09:42.912Z[ host-image] Aug 13 19:09:41.510 INFO O| Aug 13 19:09:41.510 INFO ok!
100652026-08-13T19:09:42.912Z[ host-image] Aug 13 19:09:41.510 INFO O| Aug 13 19:09:41.510 INFO STEP 58 (ensure_file) COMPLETE
100662026-08-13T19:09:42.912Z[ host-image] Aug 13 19:09:41.510 INFO O| Aug 13 19:09:41.510 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100672026-08-13T19:09:42.915Z[ host-image] Aug 13 19:09:41.516 INFO O| Aug 13 19:09:41.516 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100682026-08-13T19:09:42.915Z[ host-image] Aug 13 19:09:41.516 INFO O| Aug 13 19:09:41.516 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 ...
100692026-08-13T19:09:42.916Z[ host-image] Aug 13 19:09:41.516 INFO O| Aug 13 19:09:41.516 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
100702026-08-13T19:09:42.916Z[ host-image] Aug 13 19:09:41.516 INFO O| Aug 13 19:09:41.516 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100712026-08-13T19:09:42.916Z[ host-image] Aug 13 19:09:41.516 INFO O| Aug 13 19:09:41.516 INFO ok!
100722026-08-13T19:09:42.916Z[ host-image] Aug 13 19:09:41.516 INFO O| Aug 13 19:09:41.516 INFO STEP 59 (ensure_file) COMPLETE
100732026-08-13T19:09:42.916Z[ host-image] Aug 13 19:09:41.516 INFO O| Aug 13 19:09:41.516 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100742026-08-13T19:09:42.920Z[ host-image] Aug 13 19:09:41.522 INFO O| Aug 13 19:09:41.522 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100752026-08-13T19:09:42.920Z[ host-image] Aug 13 19:09:41.522 INFO O| Aug 13 19:09:41.522 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100762026-08-13T19:09:42.924Z[ host-image] Aug 13 19:09:41.522 INFO O| Aug 13 19:09:41.522 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100772026-08-13T19:09:42.924Z[ host-image] Aug 13 19:09:41.522 INFO O| Aug 13 19:09:41.522 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100782026-08-13T19:09:42.924Z[ host-image] Aug 13 19:09:41.522 INFO O| Aug 13 19:09:41.522 INFO ok!
100792026-08-13T19:09:42.924Z[ host-image] Aug 13 19:09:41.522 INFO O| Aug 13 19:09:41.522 INFO STEP 60 (ensure_file) COMPLETE
100802026-08-13T19:09:42.924Z[ host-image] Aug 13 19:09:41.522 INFO O| Aug 13 19:09:41.522 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100812026-08-13T19:09:42.927Z[ host-image] Aug 13 19:09:41.528 INFO O| Aug 13 19:09:41.528 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100822026-08-13T19:09:42.927Z[ host-image] Aug 13 19:09:41.528 INFO O| Aug 13 19:09:41.528 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml ...
100832026-08-13T19:09:42.927Z[ host-image] Aug 13 19:09:41.528 INFO O| Aug 13 19:09:41.528 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100842026-08-13T19:09:42.927Z[ host-image] Aug 13 19:09:41.528 INFO O| Aug 13 19:09:41.528 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100852026-08-13T19:09:42.927Z[ host-image] Aug 13 19:09:41.528 INFO O| Aug 13 19:09:41.528 INFO ok!
100862026-08-13T19:09:42.927Z[ host-image] Aug 13 19:09:41.528 INFO O| Aug 13 19:09:41.528 INFO STEP 61 (ensure_file) COMPLETE
100872026-08-13T19:09:42.927Z[ host-image] Aug 13 19:09:41.528 INFO O| Aug 13 19:09:41.528 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100882026-08-13T19:09:42.931Z[ host-image] Aug 13 19:09:41.533 INFO O| Aug 13 19:09:41.533 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100892026-08-13T19:09:42.931Z[ host-image] Aug 13 19:09:41.533 INFO O| Aug 13 19:09:41.533 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100902026-08-13T19:09:42.935Z[ host-image] Aug 13 19:09:41.533 INFO O| Aug 13 19:09:41.533 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100912026-08-13T19:09:42.935Z[ host-image] Aug 13 19:09:41.533 INFO O| Aug 13 19:09:41.533 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100922026-08-13T19:09:42.935Z[ host-image] Aug 13 19:09:41.533 INFO O| Aug 13 19:09:41.533 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100932026-08-13T19:09:42.935Z[ host-image] Aug 13 19:09:41.533 INFO O| Aug 13 19:09:41.533 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100942026-08-13T19:09:42.935Z[ host-image] Aug 13 19:09:41.533 INFO O| Aug 13 19:09:41.533 INFO ok!
100952026-08-13T19:09:42.935Z[ host-image] Aug 13 19:09:41.533 INFO O| Aug 13 19:09:41.533 INFO STEP 62 (ensure_file) COMPLETE
100962026-08-13T19:09:42.935Z[ host-image] Aug 13 19:09:41.533 INFO O| Aug 13 19:09:41.533 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100972026-08-13T19:09:42.939Z[ host-image] Aug 13 19:09:41.540 INFO O| Aug 13 19:09:41.540 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100982026-08-13T19:09:42.939Z[ host-image] Aug 13 19:09:41.540 INFO O| Aug 13 19:09:41.540 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 ...
100992026-08-13T19:09:42.939Z[ host-image] Aug 13 19:09:41.540 INFO O| Aug 13 19:09:41.540 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
101002026-08-13T19:09:42.939Z[ host-image] Aug 13 19:09:41.540 INFO O| Aug 13 19:09:41.540 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101012026-08-13T19:09:42.939Z[ host-image] Aug 13 19:09:41.540 INFO O| Aug 13 19:09:41.540 INFO ok!
101022026-08-13T19:09:42.939Z[ host-image] Aug 13 19:09:41.540 INFO O| Aug 13 19:09:41.540 INFO STEP 63 (ensure_file) COMPLETE
101032026-08-13T19:09:42.939Z[ host-image] Aug 13 19:09:41.540 INFO O| Aug 13 19:09:41.540 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101042026-08-13T19:09:42.945Z[ host-image] Aug 13 19:09:41.545 INFO O| Aug 13 19:09:41.545 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101052026-08-13T19:09:42.945Z[ host-image] Aug 13 19:09:41.545 INFO O| Aug 13 19:09:41.545 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 ...
101062026-08-13T19:09:42.948Z[ host-image] Aug 13 19:09:41.546 INFO O| Aug 13 19:09:41.545 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
101072026-08-13T19:09:42.948Z[ host-image] Aug 13 19:09:41.546 INFO O| Aug 13 19:09:41.546 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101082026-08-13T19:09:42.948Z[ host-image] Aug 13 19:09:41.546 INFO O| Aug 13 19:09:41.546 INFO ok!
101092026-08-13T19:09:42.948Z[ host-image] Aug 13 19:09:41.546 INFO O| Aug 13 19:09:41.546 INFO STEP 64 (ensure_file) COMPLETE
101102026-08-13T19:09:42.948Z[ host-image] Aug 13 19:09:41.546 INFO O| Aug 13 19:09:41.546 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101112026-08-13T19:09:42.951Z[ host-image] Aug 13 19:09:41.551 INFO O| Aug 13 19:09:41.551 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101122026-08-13T19:09:42.951Z[ host-image] Aug 13 19:09:41.551 INFO O| Aug 13 19:09:41.551 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 ...
101132026-08-13T19:09:42.952Z[ host-image] Aug 13 19:09:41.551 INFO O| Aug 13 19:09:41.551 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101142026-08-13T19:09:42.952Z[ host-image] Aug 13 19:09:41.551 INFO O| Aug 13 19:09:41.551 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101152026-08-13T19:09:42.952Z[ host-image] Aug 13 19:09:41.551 INFO O| Aug 13 19:09:41.551 INFO ok!
101162026-08-13T19:09:42.952Z[ host-image] Aug 13 19:09:41.551 INFO O| Aug 13 19:09:41.551 INFO STEP 65 (ensure_file) COMPLETE
101172026-08-13T19:09:42.952Z[ host-image] Aug 13 19:09:41.551 INFO O| Aug 13 19:09:41.551 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101182026-08-13T19:09:42.952Z[ host-image] Aug 13 19:09:41.551 INFO O| Aug 13 19:09:41.551 INFO skip step because feature "mbist" is not enabled
101192026-08-13T19:09:42.952Z[ host-image] Aug 13 19:09:41.551 INFO O| Aug 13 19:09:41.551 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101202026-08-13T19:09:42.955Z[ host-image] Aug 13 19:09:41.556 INFO O| Aug 13 19:09:41.556 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101212026-08-13T19:09:42.955Z[ host-image] Aug 13 19:09:41.556 INFO O| Aug 13 19:09:41.556 INFO STEP 67 (ensure_dir) COMPLETE
101222026-08-13T19:09:42.955Z[ host-image] Aug 13 19:09:41.556 INFO O| Aug 13 19:09:41.556 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101232026-08-13T19:09:42.962Z[ host-image] Aug 13 19:09:41.563 INFO O| Aug 13 19:09:41.563 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101242026-08-13T19:09:42.962Z[ host-image] Aug 13 19:09:41.563 INFO O| Aug 13 19:09:41.563 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101252026-08-13T19:09:42.962Z[ host-image] Aug 13 19:09:41.563 INFO O| Aug 13 19:09:41.563 INFO STEP 68 (ensure_dir) COMPLETE
101262026-08-13T19:09:42.965Z[ host-image] Aug 13 19:09:41.563 INFO O| Aug 13 19:09:41.563 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101272026-08-13T19:09:43.016Z[ host-image] Aug 13 19:09:41.570 INFO O| Aug 13 19:09:41.570 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101282026-08-13T19:09:43.016Z[ host-image] Aug 13 19:09:41.570 INFO O| Aug 13 19:09:41.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101292026-08-13T19:09:43.016Z[ host-image] Aug 13 19:09:41.570 INFO O| Aug 13 19:09:41.570 INFO STEP 69 (ensure_dir) COMPLETE
101302026-08-13T19:09:43.016Z[ host-image] Aug 13 19:09:41.570 INFO O| Aug 13 19:09:41.570 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101312026-08-13T19:09:43.016Z[ host-image] Aug 13 19:09:41.575 INFO O| Aug 13 19:09:41.575 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101322026-08-13T19:09:43.016Z[ host-image] Aug 13 19:09:41.575 INFO O| Aug 13 19:09:41.575 INFO copying /tmp/.tmpnxszw3/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101332026-08-13T19:09:43.285Z[ host-image] Aug 13 19:09:41.886 INFO O| Aug 13 19:09:41.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101342026-08-13T19:09:43.285Z[ host-image] Aug 13 19:09:41.886 INFO O| Aug 13 19:09:41.886 INFO ok!
101352026-08-13T19:09:43.285Z[ host-image] Aug 13 19:09:41.886 INFO O| Aug 13 19:09:41.886 INFO STEP 70 (ensure_file) COMPLETE
101362026-08-13T19:09:43.289Z[ host-image] Aug 13 19:09:41.886 INFO O| Aug 13 19:09:41.886 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101372026-08-13T19:09:43.293Z[ host-image] Aug 13 19:09:41.895 INFO O| Aug 13 19:09:41.895 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101382026-08-13T19:09:43.293Z[ host-image] Aug 13 19:09:41.895 INFO O| Aug 13 19:09:41.895 INFO copying /tmp/.tmpnxszw3/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101392026-08-13T19:09:43.858Z[ host-image] Aug 13 19:09:42.459 INFO O| Aug 13 19:09:42.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101402026-08-13T19:09:43.858Z[ host-image] Aug 13 19:09:42.459 INFO O| Aug 13 19:09:42.459 INFO ok!
101412026-08-13T19:09:43.858Z[ host-image] Aug 13 19:09:42.459 INFO O| Aug 13 19:09:42.459 INFO STEP 71 (ensure_file) COMPLETE
101422026-08-13T19:09:43.858Z[ host-image] Aug 13 19:09:42.459 INFO O| Aug 13 19:09:42.459 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101432026-08-13T19:09:43.866Z[ host-image] Aug 13 19:09:42.467 INFO O| Aug 13 19:09:42.467 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101442026-08-13T19:09:43.866Z[ host-image] Aug 13 19:09:42.467 INFO O| Aug 13 19:09:42.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101452026-08-13T19:09:43.866Z[ host-image] Aug 13 19:09:42.467 INFO O| Aug 13 19:09:42.467 INFO STEP 72 (ensure_dir) COMPLETE
101462026-08-13T19:09:43.869Z[ host-image] Aug 13 19:09:42.467 INFO O| Aug 13 19:09:42.467 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101472026-08-13T19:09:43.874Z[ host-image] Aug 13 19:09:42.476 INFO O| Aug 13 19:09:42.475 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101482026-08-13T19:09:43.874Z[ host-image] Aug 13 19:09:42.476 INFO O| Aug 13 19:09:42.475 INFO copying /tmp/.tmpnxszw3/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 ...
101492026-08-13T19:09:43.877Z[ host-image] Aug 13 19:09:42.476 INFO O| Aug 13 19:09:42.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101502026-08-13T19:09:43.877Z[ host-image] Aug 13 19:09:42.476 INFO O| Aug 13 19:09:42.476 INFO ok!
101512026-08-13T19:09:43.877Z[ host-image] Aug 13 19:09:42.476 INFO O| Aug 13 19:09:42.476 INFO STEP 73 (ensure_file) COMPLETE
101522026-08-13T19:09:43.877Z[ host-image] Aug 13 19:09:42.476 INFO O| Aug 13 19:09:42.476 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101532026-08-13T19:09:43.881Z[ host-image] Aug 13 19:09:42.482 INFO O| Aug 13 19:09:42.482 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101542026-08-13T19:09:43.881Z[ host-image] Aug 13 19:09:42.482 INFO O| Aug 13 19:09:42.482 INFO copying /tmp/.tmpnxszw3/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 ...
101552026-08-13T19:09:43.881Z[ host-image] Aug 13 19:09:42.482 INFO O| Aug 13 19:09:42.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101562026-08-13T19:09:43.881Z[ host-image] Aug 13 19:09:42.482 INFO O| Aug 13 19:09:42.482 INFO ok!
101572026-08-13T19:09:43.881Z[ host-image] Aug 13 19:09:42.482 INFO O| Aug 13 19:09:42.482 INFO STEP 74 (ensure_file) COMPLETE
101582026-08-13T19:09:43.881Z[ host-image] Aug 13 19:09:42.482 INFO O| Aug 13 19:09:42.482 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101592026-08-13T19:09:43.888Z[ host-image] Aug 13 19:09:42.490 INFO O| Aug 13 19:09:42.490 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101602026-08-13T19:09:43.888Z[ host-image] Aug 13 19:09:42.490 INFO O| Aug 13 19:09:42.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101612026-08-13T19:09:43.888Z[ host-image] Aug 13 19:09:42.490 INFO O| Aug 13 19:09:42.490 INFO STEP 75 (ensure_dir) COMPLETE
101622026-08-13T19:09:43.892Z[ host-image] Aug 13 19:09:42.490 INFO O| Aug 13 19:09:42.490 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101632026-08-13T19:09:43.895Z[ host-image] Aug 13 19:09:42.496 INFO O| Aug 13 19:09:42.496 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101642026-08-13T19:09:43.895Z[ host-image] Aug 13 19:09:42.496 INFO O| Aug 13 19:09:42.496 INFO copying /tmp/.tmpnxszw3/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 ...
101652026-08-13T19:09:43.895Z[ host-image] Aug 13 19:09:42.496 INFO O| Aug 13 19:09:42.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101662026-08-13T19:09:43.898Z[ host-image] Aug 13 19:09:42.496 INFO O| Aug 13 19:09:42.496 INFO ok!
101672026-08-13T19:09:43.898Z[ host-image] Aug 13 19:09:42.496 INFO O| Aug 13 19:09:42.496 INFO STEP 76 (ensure_file) COMPLETE
101682026-08-13T19:09:43.898Z[ host-image] Aug 13 19:09:42.496 INFO O| Aug 13 19:09:42.496 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101692026-08-13T19:09:43.901Z[ host-image] Aug 13 19:09:42.502 INFO O| Aug 13 19:09:42.502 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101702026-08-13T19:09:43.901Z[ host-image] Aug 13 19:09:42.502 INFO O| Aug 13 19:09:42.502 INFO copying /tmp/.tmpnxszw3/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 ...
101712026-08-13T19:09:43.901Z[ host-image] Aug 13 19:09:42.502 INFO O| Aug 13 19:09:42.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101722026-08-13T19:09:43.901Z[ host-image] Aug 13 19:09:42.502 INFO O| Aug 13 19:09:42.502 INFO ok!
101732026-08-13T19:09:43.901Z[ host-image] Aug 13 19:09:42.502 INFO O| Aug 13 19:09:42.502 INFO STEP 77 (ensure_file) COMPLETE
101742026-08-13T19:09:43.901Z[ host-image] Aug 13 19:09:42.502 INFO O| Aug 13 19:09:42.502 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101752026-08-13T19:09:43.906Z[ host-image] Aug 13 19:09:42.508 INFO O| Aug 13 19:09:42.508 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101762026-08-13T19:09:43.906Z[ host-image] Aug 13 19:09:42.508 INFO O| Aug 13 19:09:42.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101772026-08-13T19:09:43.909Z[ host-image] Aug 13 19:09:42.508 INFO O| Aug 13 19:09:42.508 INFO STEP 78 (ensure_dir) COMPLETE
101782026-08-13T19:09:43.909Z[ host-image] Aug 13 19:09:42.508 INFO O| Aug 13 19:09:42.508 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101792026-08-13T19:09:43.912Z[ host-image] Aug 13 19:09:42.513 INFO O| Aug 13 19:09:42.513 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101802026-08-13T19:09:43.912Z[ host-image] Aug 13 19:09:42.513 INFO O| Aug 13 19:09:42.513 INFO copying /tmp/.tmpnxszw3/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 ...
101812026-08-13T19:09:43.912Z[ host-image] Aug 13 19:09:42.513 INFO O| Aug 13 19:09:42.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101822026-08-13T19:09:43.912Z[ host-image] Aug 13 19:09:42.513 INFO O| Aug 13 19:09:42.513 INFO ok!
101832026-08-13T19:09:43.912Z[ host-image] Aug 13 19:09:42.513 INFO O| Aug 13 19:09:42.513 INFO STEP 79 (ensure_file) COMPLETE
101842026-08-13T19:09:43.912Z[ host-image] Aug 13 19:09:42.513 INFO O| Aug 13 19:09:42.513 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852026-08-13T19:09:43.917Z[ host-image] Aug 13 19:09:42.518 INFO O| Aug 13 19:09:42.518 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101862026-08-13T19:09:43.917Z[ host-image] Aug 13 19:09:42.519 INFO O| Aug 13 19:09:42.518 INFO copying /tmp/.tmpnxszw3/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101872026-08-13T19:09:43.920Z[ host-image] Aug 13 19:09:42.519 INFO O| Aug 13 19:09:42.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101882026-08-13T19:09:43.920Z[ host-image] Aug 13 19:09:42.519 INFO O| Aug 13 19:09:42.519 INFO ok!
101892026-08-13T19:09:43.920Z[ host-image] Aug 13 19:09:42.519 INFO O| Aug 13 19:09:42.519 INFO STEP 80 (ensure_file) COMPLETE
101902026-08-13T19:09:43.920Z[ host-image] Aug 13 19:09:42.519 INFO O| Aug 13 19:09:42.519 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101912026-08-13T19:09:43.924Z[ host-image] Aug 13 19:09:42.525 INFO O| Aug 13 19:09:42.525 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101922026-08-13T19:09:43.927Z[ host-image] Aug 13 19:09:42.525 INFO O| Aug 13 19:09:42.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101932026-08-13T19:09:43.927Z[ host-image] Aug 13 19:09:42.525 INFO O| Aug 13 19:09:42.525 INFO STEP 81 (ensure_dir) COMPLETE
101942026-08-13T19:09:43.927Z[ host-image] Aug 13 19:09:42.525 INFO O| Aug 13 19:09:42.525 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101952026-08-13T19:09:43.931Z[ host-image] Aug 13 19:09:42.532 INFO O| Aug 13 19:09:42.532 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101962026-08-13T19:09:43.931Z[ host-image] Aug 13 19:09:42.532 INFO O| Aug 13 19:09:42.532 INFO copying /tmp/.tmpnxszw3/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101972026-08-13T19:09:44.456Z[ host-image] Aug 13 19:09:43.057 INFO O| Aug 13 19:09:43.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101982026-08-13T19:09:44.457Z[ host-image] Aug 13 19:09:43.057 INFO O| Aug 13 19:09:43.057 INFO ok!
101992026-08-13T19:09:44.457Z[ host-image] Aug 13 19:09:43.057 INFO O| Aug 13 19:09:43.057 INFO STEP 82 (ensure_file) COMPLETE
102002026-08-13T19:09:44.460Z[ host-image] Aug 13 19:09:43.057 INFO O| Aug 13 19:09:43.057 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012026-08-13T19:09:44.463Z[ host-image] Aug 13 19:09:43.065 INFO O| Aug 13 19:09:43.065 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102022026-08-13T19:09:44.463Z[ host-image] Aug 13 19:09:43.065 INFO O| Aug 13 19:09:43.065 INFO copying /tmp/.tmpnxszw3/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102032026-08-13T19:09:44.720Z[ host-image] Aug 13 19:09:43.322 INFO O| Aug 13 19:09:43.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102042026-08-13T19:09:44.720Z[ host-image] Aug 13 19:09:43.322 INFO O| Aug 13 19:09:43.321 INFO ok!
102052026-08-13T19:09:44.720Z[ host-image] Aug 13 19:09:43.322 INFO O| Aug 13 19:09:43.322 INFO STEP 83 (ensure_file) COMPLETE
102062026-08-13T19:09:44.724Z[ host-image] Aug 13 19:09:43.322 INFO O| Aug 13 19:09:43.322 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102072026-08-13T19:09:44.728Z[ host-image] Aug 13 19:09:43.330 INFO O| Aug 13 19:09:43.330 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102082026-08-13T19:09:44.731Z[ host-image] Aug 13 19:09:43.330 INFO O| Aug 13 19:09:43.330 INFO copying /tmp/.tmpnxszw3/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102092026-08-13T19:09:45.961Z[ recovery-image] Aug 13 19:09:44.562 INFO creating reset image...
102102026-08-13T19:09:45.961Z[ recovery-image] Aug 13 19:09:44.562 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")
102112026-08-13T19:09:45.985Z[ host-image] Aug 13 19:09:44.586 INFO O| Aug 13 19:09:44.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102122026-08-13T19:09:45.985Z[ host-image] Aug 13 19:09:44.586 INFO O| Aug 13 19:09:44.586 INFO ok!
102132026-08-13T19:09:45.988Z[ host-image] Aug 13 19:09:44.586 INFO O| Aug 13 19:09:44.586 INFO STEP 84 (ensure_file) COMPLETE
102142026-08-13T19:09:45.988Z[ host-image] Aug 13 19:09:44.586 INFO O| Aug 13 19:09:44.586 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-08-13T19:09:45.994Z[ host-image] Aug 13 19:09:44.595 INFO O| Aug 13 19:09:44.595 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102162026-08-13T19:09:45.994Z[ host-image] Aug 13 19:09:44.595 INFO O| Aug 13 19:09:44.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102172026-08-13T19:09:45.997Z[ host-image] Aug 13 19:09:44.595 INFO O| Aug 13 19:09:44.595 INFO STEP 85 (ensure_dir) COMPLETE
102182026-08-13T19:09:45.997Z[ host-image] Aug 13 19:09:44.595 INFO O| Aug 13 19:09:44.595 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102192026-08-13T19:09:46.002Z[ host-image] Aug 13 19:09:44.604 INFO O| Aug 13 19:09:44.604 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102202026-08-13T19:09:46.005Z[ host-image] Aug 13 19:09:44.604 INFO O| Aug 13 19:09:44.604 INFO copying /tmp/.tmpnxszw3/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 ...
102212026-08-13T19:09:46.005Z[ host-image] Aug 13 19:09:44.604 INFO O| Aug 13 19:09:44.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102222026-08-13T19:09:46.005Z[ host-image] Aug 13 19:09:44.604 INFO O| Aug 13 19:09:44.604 INFO ok!
102232026-08-13T19:09:46.005Z[ host-image] Aug 13 19:09:44.604 INFO O| Aug 13 19:09:44.604 INFO STEP 86 (ensure_file) COMPLETE
102242026-08-13T19:09:46.005Z[ host-image] Aug 13 19:09:44.604 INFO O| Aug 13 19:09:44.604 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102252026-08-13T19:09:46.008Z[ host-image] Aug 13 19:09:44.610 INFO O| Aug 13 19:09:44.610 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102262026-08-13T19:09:46.008Z[ host-image] Aug 13 19:09:44.610 INFO O| Aug 13 19:09:44.610 INFO copying /tmp/.tmpnxszw3/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 ...
102272026-08-13T19:09:46.012Z[ host-image] Aug 13 19:09:44.610 INFO O| Aug 13 19:09:44.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102282026-08-13T19:09:46.012Z[ host-image] Aug 13 19:09:44.610 INFO O| Aug 13 19:09:44.610 INFO ok!
102292026-08-13T19:09:46.012Z[ host-image] Aug 13 19:09:44.610 INFO O| Aug 13 19:09:44.610 INFO STEP 87 (ensure_file) COMPLETE
102302026-08-13T19:09:46.012Z[ host-image] Aug 13 19:09:44.610 INFO O| Aug 13 19:09:44.610 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102312026-08-13T19:09:46.016Z[ host-image] Aug 13 19:09:44.618 INFO O| Aug 13 19:09:44.618 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102322026-08-13T19:09:46.016Z[ host-image] Aug 13 19:09:44.618 INFO O| Aug 13 19:09:44.618 INFO copying /tmp/.tmpnxszw3/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102332026-08-13T19:09:46.019Z[ host-image] Aug 13 19:09:44.618 INFO O| Aug 13 19:09:44.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102342026-08-13T19:09:46.019Z[ host-image] Aug 13 19:09:44.618 INFO O| Aug 13 19:09:44.618 INFO ok!
102352026-08-13T19:09:46.019Z[ host-image] Aug 13 19:09:44.618 INFO O| Aug 13 19:09:44.618 INFO STEP 88 (ensure_file) COMPLETE
102362026-08-13T19:09:46.019Z[ host-image] Aug 13 19:09:44.618 INFO O| Aug 13 19:09:44.618 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-08-13T19:09:46.023Z[ host-image] Aug 13 19:09:44.624 INFO O| Aug 13 19:09:44.624 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102382026-08-13T19:09:46.023Z[ host-image] Aug 13 19:09:44.624 INFO O| Aug 13 19:09:44.624 INFO copying /tmp/.tmpnxszw3/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102392026-08-13T19:09:46.026Z[ host-image] Aug 13 19:09:44.624 INFO O| Aug 13 19:09:44.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102402026-08-13T19:09:46.026Z[ host-image] Aug 13 19:09:44.624 INFO O| Aug 13 19:09:44.624 INFO ok!
102412026-08-13T19:09:46.026Z[ host-image] Aug 13 19:09:44.624 INFO O| Aug 13 19:09:44.624 INFO STEP 89 (ensure_file) COMPLETE
102422026-08-13T19:09:46.026Z[ host-image] Aug 13 19:09:44.624 INFO O| Aug 13 19:09:44.624 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-08-13T19:09:46.029Z[ host-image] Aug 13 19:09:44.631 INFO O| Aug 13 19:09:44.631 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102442026-08-13T19:09:46.032Z[ host-image] Aug 13 19:09:44.631 INFO O| Aug 13 19:09:44.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102452026-08-13T19:09:46.032Z[ host-image] Aug 13 19:09:44.631 INFO O| Aug 13 19:09:44.631 INFO STEP 90 (ensure_dir) COMPLETE
102462026-08-13T19:09:46.032Z[ host-image] Aug 13 19:09:44.631 INFO O| Aug 13 19:09:44.631 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-08-13T19:09:46.036Z[ host-image] Aug 13 19:09:44.638 INFO O| Aug 13 19:09:44.638 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102482026-08-13T19:09:46.036Z[ host-image] Aug 13 19:09:44.638 INFO O| Aug 13 19:09:44.638 INFO copying /tmp/.tmpnxszw3/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102492026-08-13T19:09:46.040Z[ host-image] Aug 13 19:09:44.642 INFO O| Aug 13 19:09:44.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102502026-08-13T19:09:46.043Z[ host-image] Aug 13 19:09:44.642 INFO O| Aug 13 19:09:44.642 INFO ok!
102512026-08-13T19:09:46.043Z[ host-image] Aug 13 19:09:44.642 INFO O| Aug 13 19:09:44.642 INFO STEP 91 (ensure_file) COMPLETE
102522026-08-13T19:09:46.043Z[ host-image] Aug 13 19:09:44.642 INFO O| Aug 13 19:09:44.642 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102532026-08-13T19:09:46.046Z[ host-image] Aug 13 19:09:44.648 INFO O| Aug 13 19:09:44.648 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102542026-08-13T19:09:46.046Z[ host-image] Aug 13 19:09:44.648 INFO O| Aug 13 19:09:44.648 INFO copying /tmp/.tmpnxszw3/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102552026-08-13T19:09:46.050Z[ host-image] Aug 13 19:09:44.648 INFO O| Aug 13 19:09:44.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102562026-08-13T19:09:46.050Z[ host-image] Aug 13 19:09:44.648 INFO O| Aug 13 19:09:44.648 INFO ok!
102572026-08-13T19:09:46.050Z[ host-image] Aug 13 19:09:44.648 INFO O| Aug 13 19:09:44.648 INFO STEP 92 (ensure_file) COMPLETE
102582026-08-13T19:09:46.050Z[ host-image] Aug 13 19:09:44.648 INFO O| Aug 13 19:09:44.648 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102592026-08-13T19:09:46.053Z[ host-image] Aug 13 19:09:44.654 INFO O| Aug 13 19:09:44.654 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102602026-08-13T19:09:46.053Z[ host-image] Aug 13 19:09:44.654 INFO O| Aug 13 19:09:44.654 INFO copying /tmp/.tmpnxszw3/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102612026-08-13T19:09:46.210Z[ recovery-image] Aug 13 19:09:44.812 INFO E| Updating crates.io index
102622026-08-13T19:09:46.509Z[ host-image] Aug 13 19:09:45.109 INFO O| Aug 13 19:09:45.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102632026-08-13T19:09:46.509Z[ host-image] Aug 13 19:09:45.109 INFO O| Aug 13 19:09:45.109 INFO ok!
102642026-08-13T19:09:46.509Z[ host-image] Aug 13 19:09:45.109 INFO O| Aug 13 19:09:45.109 INFO STEP 93 (ensure_file) COMPLETE
102652026-08-13T19:09:46.512Z[ host-image] Aug 13 19:09:45.109 INFO O| Aug 13 19:09:45.109 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102662026-08-13T19:09:46.517Z[ host-image] Aug 13 19:09:45.119 INFO O| Aug 13 19:09:45.119 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102672026-08-13T19:09:46.517Z[ host-image] Aug 13 19:09:45.119 INFO O| Aug 13 19:09:45.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102682026-08-13T19:09:46.517Z[ host-image] Aug 13 19:09:45.119 INFO O| Aug 13 19:09:45.119 INFO STEP 94 (ensure_dir) COMPLETE
102692026-08-13T19:09:46.521Z[ host-image] Aug 13 19:09:45.119 INFO O| Aug 13 19:09:45.119 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102702026-08-13T19:09:46.521Z[ recovery-image] Aug 13 19:09:45.120 INFO E| Downloading crates ...
102712026-08-13T19:09:46.525Z[ host-image] Aug 13 19:09:45.126 INFO O| Aug 13 19:09:45.126 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102722026-08-13T19:09:46.528Z[ host-image] Aug 13 19:09:45.126 INFO O| Aug 13 19:09:45.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102732026-08-13T19:09:46.528Z[ host-image] Aug 13 19:09:45.126 INFO O| Aug 13 19:09:45.126 INFO STEP 95 (ensure_dir) COMPLETE
102742026-08-13T19:09:46.528Z[ host-image] Aug 13 19:09:45.126 INFO O| Aug 13 19:09:45.126 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102752026-08-13T19:09:46.532Z[ host-image] Aug 13 19:09:45.133 INFO O| Aug 13 19:09:45.132 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102762026-08-13T19:09:46.533Z[ host-image] Aug 13 19:09:45.133 INFO O| Aug 13 19:09:45.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102772026-08-13T19:09:46.533Z[ host-image] Aug 13 19:09:45.133 INFO O| Aug 13 19:09:45.133 INFO STEP 96 (ensure_dir) COMPLETE
102782026-08-13T19:09:46.533Z[ host-image] Aug 13 19:09:45.133 INFO O| Aug 13 19:09:45.133 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102792026-08-13T19:09:46.540Z[ host-image] Aug 13 19:09:45.139 INFO O| Aug 13 19:09:45.139 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102802026-08-13T19:09:46.541Z[ host-image] Aug 13 19:09:45.139 INFO O| Aug 13 19:09:45.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102812026-08-13T19:09:46.541Z[ host-image] Aug 13 19:09:45.139 INFO O| Aug 13 19:09:45.139 INFO STEP 97 (ensure_dir) COMPLETE
102822026-08-13T19:09:46.541Z[ host-image] Aug 13 19:09:45.139 INFO O| Aug 13 19:09:45.139 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-08-13T19:09:46.544Z[ host-image] Aug 13 19:09:45.146 INFO O| Aug 13 19:09:45.146 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102842026-08-13T19:09:46.547Z[ host-image] Aug 13 19:09:45.146 INFO O| Aug 13 19:09:45.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102852026-08-13T19:09:46.547Z[ host-image] Aug 13 19:09:45.146 INFO O| Aug 13 19:09:45.146 INFO STEP 98 (ensure_dir) COMPLETE
102862026-08-13T19:09:46.547Z[ host-image] Aug 13 19:09:45.146 INFO O| Aug 13 19:09:45.146 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102872026-08-13T19:09:46.550Z[ host-image] Aug 13 19:09:45.151 INFO O| Aug 13 19:09:45.151 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102882026-08-13T19:09:46.550Z[ host-image] Aug 13 19:09:45.151 INFO O| Aug 13 19:09:45.151 INFO copying /tmp/.tmpnxszw3/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 ...
102892026-08-13T19:09:46.551Z[ host-image] Aug 13 19:09:45.152 INFO O| Aug 13 19:09:45.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102902026-08-13T19:09:46.551Z[ host-image] Aug 13 19:09:45.152 INFO O| Aug 13 19:09:45.152 INFO ok!
102912026-08-13T19:09:46.551Z[ host-image] Aug 13 19:09:45.152 INFO O| Aug 13 19:09:45.152 INFO STEP 99 (ensure_file) COMPLETE
102922026-08-13T19:09:46.551Z[ host-image] Aug 13 19:09:45.152 INFO O| Aug 13 19:09:45.152 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102932026-08-13T19:09:46.556Z[ host-image] Aug 13 19:09:45.158 INFO O| Aug 13 19:09:45.158 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102942026-08-13T19:09:46.559Z[ host-image] Aug 13 19:09:45.158 INFO O| Aug 13 19:09:45.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102952026-08-13T19:09:46.559Z[ host-image] Aug 13 19:09:45.158 INFO O| Aug 13 19:09:45.158 INFO STEP 100 (ensure_dir) COMPLETE
102962026-08-13T19:09:46.559Z[ host-image] Aug 13 19:09:45.158 INFO O| Aug 13 19:09:45.158 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102972026-08-13T19:09:46.562Z[ recovery-image] Aug 13 19:09:45.161 INFO E| Downloaded os_pipe v1.2.3
102982026-08-13T19:09:46.562Z[ recovery-image] Aug 13 19:09:45.162 INFO E| Downloaded shared_thread v0.2.0
102992026-08-13T19:09:46.562Z[ recovery-image] Aug 13 19:09:45.163 INFO E| Downloaded sigchld v0.2.4
103002026-08-13T19:09:46.562Z[ recovery-image] Aug 13 19:09:45.164 INFO E| Downloaded colorchoice v1.0.5
103012026-08-13T19:09:46.566Z[ host-image] Aug 13 19:09:45.165 INFO O| Aug 13 19:09:45.165 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103022026-08-13T19:09:46.566Z[ host-image] Aug 13 19:09:45.165 INFO O| Aug 13 19:09:45.165 INFO copying /tmp/.tmpnxszw3/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103032026-08-13T19:09:46.566Z[ recovery-image] Aug 13 19:09:45.167 INFO E| Downloaded clap_lex v1.1.0
103042026-08-13T19:09:46.569Z[ recovery-image] Aug 13 19:09:45.170 INFO E| Downloaded duct v1.1.1
103052026-08-13T19:09:46.572Z[ recovery-image] Aug 13 19:09:45.172 INFO E| Downloaded shared_child v1.1.1
103062026-08-13T19:09:46.581Z[ host-image] Aug 13 19:09:45.178 INFO O| Aug 13 19:09:45.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103072026-08-13T19:09:46.581Z[ host-image] Aug 13 19:09:45.178 INFO O| Aug 13 19:09:45.178 INFO ok!
103082026-08-13T19:09:46.581Z[ host-image] Aug 13 19:09:45.178 INFO O| Aug 13 19:09:45.178 INFO STEP 101 (ensure_file) COMPLETE
103092026-08-13T19:09:46.581Z[ host-image] Aug 13 19:09:45.178 INFO O| Aug 13 19:09:45.178 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103102026-08-13T19:09:46.589Z[ host-image] Aug 13 19:09:45.190 INFO O| Aug 13 19:09:45.190 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103112026-08-13T19:09:46.589Z[ host-image] Aug 13 19:09:45.190 INFO O| Aug 13 19:09:45.190 INFO copying /tmp/.tmpnxszw3/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103122026-08-13T19:09:46.589Z[ host-image] Aug 13 19:09:45.190 INFO O| Aug 13 19:09:45.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103132026-08-13T19:09:46.592Z[ host-image] Aug 13 19:09:45.190 INFO O| Aug 13 19:09:45.190 INFO ok!
103142026-08-13T19:09:46.593Z[ host-image] Aug 13 19:09:45.190 INFO O| Aug 13 19:09:45.190 INFO STEP 102 (ensure_file) COMPLETE
103152026-08-13T19:09:46.593Z[ host-image] Aug 13 19:09:45.190 INFO O| Aug 13 19:09:45.190 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103162026-08-13T19:09:46.597Z[ host-image] Aug 13 19:09:45.198 INFO O| Aug 13 19:09:45.198 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103172026-08-13T19:09:46.601Z[ host-image] Aug 13 19:09:45.198 INFO O| Aug 13 19:09:45.198 INFO copying /tmp/.tmpnxszw3/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103182026-08-13T19:09:46.610Z[ recovery-image] Aug 13 19:09:45.210 INFO E| Compiling libc v0.2.186
103192026-08-13T19:09:46.610Z[ recovery-image] Aug 13 19:09:45.210 INFO E| Compiling proc-macro2 v1.0.106
103202026-08-13T19:09:46.610Z[ recovery-image] Aug 13 19:09:45.210 INFO E| Compiling signal-hook v0.3.18
103212026-08-13T19:09:46.610Z[ recovery-image] Aug 13 19:09:45.210 INFO E| Compiling quote v1.0.45
103222026-08-13T19:09:46.610Z[ recovery-image] Aug 13 19:09:45.210 INFO E| Compiling unicode-ident v1.0.24
103232026-08-13T19:09:46.610Z[ recovery-image] Aug 13 19:09:45.210 INFO E| Compiling utf8parse v0.2.2
103242026-08-13T19:09:46.610Z[ recovery-image] Aug 13 19:09:45.210 INFO E| Compiling colorchoice v1.0.5
103252026-08-13T19:09:46.610Z[ recovery-image] Aug 13 19:09:45.210 INFO E| Compiling anstyle-query v1.1.5
103262026-08-13T19:09:46.610Z[ recovery-image] Aug 13 19:09:45.210 INFO E| Compiling is_terminal_polyfill v1.70.2
103272026-08-13T19:09:46.610Z[ recovery-image] Aug 13 19:09:45.210 INFO E| Compiling anstyle v1.0.14
103282026-08-13T19:09:46.610Z[ recovery-image] Aug 13 19:09:45.210 INFO E| Compiling clap_lex v1.1.0
103292026-08-13T19:09:46.610Z[ recovery-image] Aug 13 19:09:45.210 INFO E| Compiling strsim v0.11.1
103302026-08-13T19:09:46.610Z[ recovery-image] Aug 13 19:09:45.210 INFO E| Compiling heck v0.5.0
103312026-08-13T19:09:46.610Z[ recovery-image] Aug 13 19:09:45.210 INFO E| Compiling shared_thread v0.2.0
103322026-08-13T19:09:46.848Z[ recovery-image] Aug 13 19:09:45.448 INFO E| Compiling anstyle-parse v1.0.0
103332026-08-13T19:09:47.002Z[ recovery-image] Aug 13 19:09:45.603 INFO E| Compiling anstream v1.0.0
103342026-08-13T19:09:47.089Z[ host-image] Aug 13 19:09:45.690 INFO O| Aug 13 19:09:45.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103352026-08-13T19:09:47.089Z[ host-image] Aug 13 19:09:45.690 INFO O| Aug 13 19:09:45.690 INFO ok!
103362026-08-13T19:09:47.094Z[ host-image] Aug 13 19:09:45.690 INFO O| Aug 13 19:09:45.690 INFO STEP 103 (ensure_file) COMPLETE
103372026-08-13T19:09:47.094Z[ host-image] Aug 13 19:09:45.690 INFO O| Aug 13 19:09:45.690 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103382026-08-13T19:09:47.098Z[ host-image] Aug 13 19:09:45.700 INFO O| Aug 13 19:09:45.700 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103392026-08-13T19:09:47.098Z[ host-image] Aug 13 19:09:45.700 INFO O| Aug 13 19:09:45.700 INFO copying /tmp/.tmpnxszw3/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103402026-08-13T19:09:47.102Z[ host-image] Aug 13 19:09:45.700 INFO O| Aug 13 19:09:45.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103412026-08-13T19:09:47.102Z[ host-image] Aug 13 19:09:45.700 INFO O| Aug 13 19:09:45.700 INFO ok!
103422026-08-13T19:09:47.102Z[ host-image] Aug 13 19:09:45.700 INFO O| Aug 13 19:09:45.700 INFO STEP 104 (ensure_file) COMPLETE
103432026-08-13T19:09:47.102Z[ host-image] Aug 13 19:09:45.700 INFO O| Aug 13 19:09:45.700 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103442026-08-13T19:09:47.107Z[ host-image] Aug 13 19:09:45.708 INFO O| Aug 13 19:09:45.708 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103452026-08-13T19:09:47.107Z[ host-image] Aug 13 19:09:45.708 INFO O| Aug 13 19:09:45.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103462026-08-13T19:09:47.107Z[ host-image] Aug 13 19:09:45.708 INFO O| Aug 13 19:09:45.708 INFO STEP 105 (ensure_dir) COMPLETE
103472026-08-13T19:09:47.107Z[ host-image] Aug 13 19:09:45.708 INFO O| Aug 13 19:09:45.708 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103482026-08-13T19:09:47.116Z[ host-image] Aug 13 19:09:45.717 INFO O| Aug 13 19:09:45.717 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103492026-08-13T19:09:47.117Z[ host-image] Aug 13 19:09:45.717 INFO O| Aug 13 19:09:45.717 INFO copying /tmp/.tmpnxszw3/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 ...
103502026-08-13T19:09:47.224Z[ recovery-image] Aug 13 19:09:45.825 INFO E| Compiling clap_builder v4.6.0
103512026-08-13T19:09:47.407Z[ host-image] Aug 13 19:09:46.008 INFO O| Aug 13 19:09:46.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103522026-08-13T19:09:47.408Z[ host-image] Aug 13 19:09:46.009 INFO O| Aug 13 19:09:46.008 INFO ok!
103532026-08-13T19:09:47.408Z[ host-image] Aug 13 19:09:46.009 INFO O| Aug 13 19:09:46.008 INFO STEP 106 (ensure_file) COMPLETE
103542026-08-13T19:09:47.411Z[ host-image] Aug 13 19:09:46.009 INFO O| Aug 13 19:09:46.008 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103552026-08-13T19:09:47.416Z[ host-image] Aug 13 19:09:46.017 INFO O| Aug 13 19:09:46.017 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103562026-08-13T19:09:47.416Z[ host-image] Aug 13 19:09:46.017 INFO O| Aug 13 19:09:46.017 INFO copying /tmp/.tmpnxszw3/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 ...
103572026-08-13T19:09:47.419Z[ host-image] Aug 13 19:09:46.017 INFO O| Aug 13 19:09:46.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103582026-08-13T19:09:47.419Z[ host-image] Aug 13 19:09:46.017 INFO O| Aug 13 19:09:46.017 INFO ok!
103592026-08-13T19:09:47.419Z[ host-image] Aug 13 19:09:46.017 INFO O| Aug 13 19:09:46.017 INFO STEP 107 (ensure_file) COMPLETE
103602026-08-13T19:09:47.419Z[ host-image] Aug 13 19:09:46.017 INFO O| Aug 13 19:09:46.017 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103612026-08-13T19:09:47.424Z[ host-image] Aug 13 19:09:46.025 INFO O| Aug 13 19:09:46.025 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103622026-08-13T19:09:47.424Z[ host-image] Aug 13 19:09:46.025 INFO O| Aug 13 19:09:46.025 INFO copying /tmp/.tmpnxszw3/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 ...
103632026-08-13T19:09:47.424Z[ host-image] Aug 13 19:09:46.025 INFO O| Aug 13 19:09:46.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103642026-08-13T19:09:47.424Z[ host-image] Aug 13 19:09:46.025 INFO O| Aug 13 19:09:46.025 INFO ok!
103652026-08-13T19:09:47.427Z[ host-image] Aug 13 19:09:46.025 INFO O| Aug 13 19:09:46.025 INFO STEP 108 (ensure_file) COMPLETE
103662026-08-13T19:09:47.427Z[ host-image] Aug 13 19:09:46.025 INFO O| Aug 13 19:09:46.025 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103672026-08-13T19:09:47.431Z[ host-image] Aug 13 19:09:46.032 INFO O| Aug 13 19:09:46.032 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103682026-08-13T19:09:47.431Z[ host-image] Aug 13 19:09:46.032 INFO O| Aug 13 19:09:46.032 INFO copying /tmp/.tmpnxszw3/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 ...
103692026-08-13T19:09:47.434Z[ host-image] Aug 13 19:09:46.032 INFO O| Aug 13 19:09:46.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103702026-08-13T19:09:47.434Z[ host-image] Aug 13 19:09:46.032 INFO O| Aug 13 19:09:46.032 INFO ok!
103712026-08-13T19:09:47.434Z[ host-image] Aug 13 19:09:46.032 INFO O| Aug 13 19:09:46.032 INFO STEP 109 (ensure_file) COMPLETE
103722026-08-13T19:09:47.434Z[ host-image] Aug 13 19:09:46.032 INFO O| Aug 13 19:09:46.032 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103732026-08-13T19:09:47.439Z[ host-image] Aug 13 19:09:46.041 INFO O| Aug 13 19:09:46.041 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103742026-08-13T19:09:47.439Z[ host-image] Aug 13 19:09:46.041 INFO O| Aug 13 19:09:46.041 INFO copying /tmp/.tmpnxszw3/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 ...
103752026-08-13T19:09:47.443Z[ host-image] Aug 13 19:09:46.041 INFO O| Aug 13 19:09:46.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103762026-08-13T19:09:47.443Z[ host-image] Aug 13 19:09:46.041 INFO O| Aug 13 19:09:46.041 INFO ok!
103772026-08-13T19:09:47.443Z[ host-image] Aug 13 19:09:46.041 INFO O| Aug 13 19:09:46.041 INFO STEP 110 (ensure_file) COMPLETE
103782026-08-13T19:09:47.443Z[ host-image] Aug 13 19:09:46.041 INFO O| Aug 13 19:09:46.041 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103792026-08-13T19:09:47.446Z[ host-image] Aug 13 19:09:46.048 INFO O| Aug 13 19:09:46.048 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103802026-08-13T19:09:47.446Z[ host-image] Aug 13 19:09:46.048 INFO O| Aug 13 19:09:46.048 INFO copying /tmp/.tmpnxszw3/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 ...
103812026-08-13T19:09:47.449Z[ host-image] Aug 13 19:09:46.048 INFO O| Aug 13 19:09:46.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103822026-08-13T19:09:47.449Z[ host-image] Aug 13 19:09:46.048 INFO O| Aug 13 19:09:46.048 INFO ok!
103832026-08-13T19:09:47.450Z[ host-image] Aug 13 19:09:46.048 INFO O| Aug 13 19:09:46.048 INFO STEP 111 (ensure_file) COMPLETE
103842026-08-13T19:09:47.450Z[ host-image] Aug 13 19:09:46.048 INFO O| Aug 13 19:09:46.048 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103852026-08-13T19:09:47.453Z[ host-image] Aug 13 19:09:46.054 INFO O| Aug 13 19:09:46.054 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103862026-08-13T19:09:47.453Z[ host-image] Aug 13 19:09:46.054 INFO O| Aug 13 19:09:46.054 INFO copying /tmp/.tmpnxszw3/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 ...
103872026-08-13T19:09:47.453Z[ host-image] Aug 13 19:09:46.054 INFO O| Aug 13 19:09:46.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103882026-08-13T19:09:47.453Z[ host-image] Aug 13 19:09:46.054 INFO O| Aug 13 19:09:46.054 INFO ok!
103892026-08-13T19:09:47.453Z[ host-image] Aug 13 19:09:46.054 INFO O| Aug 13 19:09:46.054 INFO STEP 112 (ensure_file) COMPLETE
103902026-08-13T19:09:47.453Z[ host-image] Aug 13 19:09:46.054 INFO O| Aug 13 19:09:46.054 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103912026-08-13T19:09:47.458Z[ host-image] Aug 13 19:09:46.060 INFO O| Aug 13 19:09:46.060 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103922026-08-13T19:09:47.458Z[ host-image] Aug 13 19:09:46.060 INFO O| Aug 13 19:09:46.060 INFO copying /tmp/.tmpnxszw3/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103932026-08-13T19:09:47.462Z[ host-image] Aug 13 19:09:46.060 INFO O| Aug 13 19:09:46.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103942026-08-13T19:09:47.462Z[ host-image] Aug 13 19:09:46.060 INFO O| Aug 13 19:09:46.060 INFO ok!
103952026-08-13T19:09:47.462Z[ host-image] Aug 13 19:09:46.060 INFO O| Aug 13 19:09:46.060 INFO STEP 113 (ensure_file) COMPLETE
103962026-08-13T19:09:47.462Z[ host-image] Aug 13 19:09:46.060 INFO O| Aug 13 19:09:46.060 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103972026-08-13T19:09:47.465Z[ host-image] Aug 13 19:09:46.066 INFO O| Aug 13 19:09:46.066 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103982026-08-13T19:09:47.465Z[ host-image] Aug 13 19:09:46.066 INFO O| Aug 13 19:09:46.066 INFO copying /tmp/.tmpnxszw3/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 ...
103992026-08-13T19:09:47.469Z[ host-image] Aug 13 19:09:46.066 INFO O| Aug 13 19:09:46.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104002026-08-13T19:09:47.469Z[ host-image] Aug 13 19:09:46.066 INFO O| Aug 13 19:09:46.066 INFO ok!
104012026-08-13T19:09:47.469Z[ host-image] Aug 13 19:09:46.066 INFO O| Aug 13 19:09:46.066 INFO STEP 114 (ensure_file) COMPLETE
104022026-08-13T19:09:47.469Z[ host-image] Aug 13 19:09:46.066 INFO O| Aug 13 19:09:46.066 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104032026-08-13T19:09:47.474Z[ host-image] Aug 13 19:09:46.076 INFO O| Aug 13 19:09:46.076 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104042026-08-13T19:09:47.475Z[ host-image] Aug 13 19:09:46.076 INFO O| Aug 13 19:09:46.076 INFO copying /tmp/.tmpnxszw3/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 ...
104052026-08-13T19:09:47.478Z[ host-image] Aug 13 19:09:46.076 INFO O| Aug 13 19:09:46.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104062026-08-13T19:09:47.478Z[ host-image] Aug 13 19:09:46.076 INFO O| Aug 13 19:09:46.076 INFO ok!
104072026-08-13T19:09:47.478Z[ host-image] Aug 13 19:09:46.076 INFO O| Aug 13 19:09:46.076 INFO STEP 115 (ensure_file) COMPLETE
104082026-08-13T19:09:47.478Z[ host-image] Aug 13 19:09:46.076 INFO O| Aug 13 19:09:46.076 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104092026-08-13T19:09:47.482Z[ host-image] Aug 13 19:09:46.083 INFO O| Aug 13 19:09:46.083 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104102026-08-13T19:09:47.482Z[ host-image] Aug 13 19:09:46.083 INFO O| Aug 13 19:09:46.083 INFO copying /tmp/.tmpnxszw3/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 ...
104112026-08-13T19:09:47.485Z[ host-image] Aug 13 19:09:46.083 INFO O| Aug 13 19:09:46.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104122026-08-13T19:09:47.485Z[ host-image] Aug 13 19:09:46.084 INFO O| Aug 13 19:09:46.083 INFO ok!
104132026-08-13T19:09:47.485Z[ host-image] Aug 13 19:09:46.084 INFO O| Aug 13 19:09:46.083 INFO STEP 116 (ensure_file) COMPLETE
104142026-08-13T19:09:47.485Z[ host-image] Aug 13 19:09:46.084 INFO O| Aug 13 19:09:46.084 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104152026-08-13T19:09:47.489Z[ host-image] Aug 13 19:09:46.091 INFO O| Aug 13 19:09:46.091 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104162026-08-13T19:09:47.490Z[ host-image] Aug 13 19:09:46.091 INFO O| Aug 13 19:09:46.091 INFO copying /tmp/.tmpnxszw3/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104172026-08-13T19:09:47.493Z[ host-image] Aug 13 19:09:46.091 INFO O| Aug 13 19:09:46.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104182026-08-13T19:09:47.493Z[ host-image] Aug 13 19:09:46.091 INFO O| Aug 13 19:09:46.091 INFO ok!
104192026-08-13T19:09:47.493Z[ host-image] Aug 13 19:09:46.091 INFO O| Aug 13 19:09:46.091 INFO STEP 117 (ensure_file) COMPLETE
104202026-08-13T19:09:47.493Z[ host-image] Aug 13 19:09:46.091 INFO O| Aug 13 19:09:46.091 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104212026-08-13T19:09:47.499Z[ host-image] Aug 13 19:09:46.099 INFO O| Aug 13 19:09:46.099 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104222026-08-13T19:09:47.499Z[ host-image] Aug 13 19:09:46.099 INFO O| Aug 13 19:09:46.099 INFO copying /tmp/.tmpnxszw3/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 ...
104232026-08-13T19:09:47.502Z[ host-image] Aug 13 19:09:46.099 INFO O| Aug 13 19:09:46.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104242026-08-13T19:09:47.502Z[ host-image] Aug 13 19:09:46.099 INFO O| Aug 13 19:09:46.099 INFO ok!
104252026-08-13T19:09:47.502Z[ host-image] Aug 13 19:09:46.099 INFO O| Aug 13 19:09:46.099 INFO STEP 118 (ensure_file) COMPLETE
104262026-08-13T19:09:47.502Z[ host-image] Aug 13 19:09:46.099 INFO O| Aug 13 19:09:46.099 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104272026-08-13T19:09:47.506Z[ host-image] Aug 13 19:09:46.106 INFO O| Aug 13 19:09:46.106 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104282026-08-13T19:09:47.506Z[ host-image] Aug 13 19:09:46.106 INFO O| Aug 13 19:09:46.106 INFO copying /tmp/.tmpnxszw3/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 ...
104292026-08-13T19:09:47.506Z[ host-image] Aug 13 19:09:46.106 INFO O| Aug 13 19:09:46.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104302026-08-13T19:09:47.506Z[ host-image] Aug 13 19:09:46.106 INFO O| Aug 13 19:09:46.106 INFO ok!
104312026-08-13T19:09:47.506Z[ host-image] Aug 13 19:09:46.106 INFO O| Aug 13 19:09:46.106 INFO STEP 119 (ensure_file) COMPLETE
104322026-08-13T19:09:47.506Z[ host-image] Aug 13 19:09:46.106 INFO O| Aug 13 19:09:46.106 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104332026-08-13T19:09:47.512Z[ host-image] Aug 13 19:09:46.114 INFO O| Aug 13 19:09:46.114 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104342026-08-13T19:09:47.512Z[ host-image] Aug 13 19:09:46.114 INFO O| Aug 13 19:09:46.114 INFO copying /tmp/.tmpnxszw3/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 ...
104352026-08-13T19:09:47.515Z[ host-image] Aug 13 19:09:46.114 INFO O| Aug 13 19:09:46.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104362026-08-13T19:09:47.515Z[ host-image] Aug 13 19:09:46.114 INFO O| Aug 13 19:09:46.114 INFO ok!
104372026-08-13T19:09:47.515Z[ host-image] Aug 13 19:09:46.114 INFO O| Aug 13 19:09:46.114 INFO STEP 120 (ensure_file) COMPLETE
104382026-08-13T19:09:47.516Z[ host-image] Aug 13 19:09:46.114 INFO O| Aug 13 19:09:46.114 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104392026-08-13T19:09:47.520Z[ host-image] Aug 13 19:09:46.122 INFO O| Aug 13 19:09:46.122 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104402026-08-13T19:09:47.525Z[ host-image] Aug 13 19:09:46.122 INFO O| Aug 13 19:09:46.122 INFO copying /tmp/.tmpnxszw3/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 ...
104412026-08-13T19:09:47.525Z[ host-image] Aug 13 19:09:46.122 INFO O| Aug 13 19:09:46.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104422026-08-13T19:09:47.525Z[ host-image] Aug 13 19:09:46.122 INFO O| Aug 13 19:09:46.122 INFO ok!
104432026-08-13T19:09:47.525Z[ host-image] Aug 13 19:09:46.122 INFO O| Aug 13 19:09:46.122 INFO STEP 121 (ensure_file) COMPLETE
104442026-08-13T19:09:47.525Z[ host-image] Aug 13 19:09:46.122 INFO O| Aug 13 19:09:46.122 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104452026-08-13T19:09:47.528Z[ host-image] Aug 13 19:09:46.129 INFO O| Aug 13 19:09:46.129 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104462026-08-13T19:09:47.528Z[ host-image] Aug 13 19:09:46.129 INFO O| Aug 13 19:09:46.129 INFO copying /tmp/.tmpnxszw3/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 ...
104472026-08-13T19:09:47.528Z[ host-image] Aug 13 19:09:46.129 INFO O| Aug 13 19:09:46.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104482026-08-13T19:09:47.528Z[ host-image] Aug 13 19:09:46.129 INFO O| Aug 13 19:09:46.129 INFO ok!
104492026-08-13T19:09:47.528Z[ host-image] Aug 13 19:09:46.129 INFO O| Aug 13 19:09:46.129 INFO STEP 122 (ensure_file) COMPLETE
104502026-08-13T19:09:47.528Z[ host-image] Aug 13 19:09:46.129 INFO O| Aug 13 19:09:46.129 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104512026-08-13T19:09:47.533Z[ host-image] Aug 13 19:09:46.135 INFO O| Aug 13 19:09:46.135 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104522026-08-13T19:09:47.534Z[ host-image] Aug 13 19:09:46.135 INFO O| Aug 13 19:09:46.135 INFO copying /tmp/.tmpnxszw3/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 ...
104532026-08-13T19:09:47.537Z[ host-image] Aug 13 19:09:46.135 INFO O| Aug 13 19:09:46.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104542026-08-13T19:09:47.537Z[ host-image] Aug 13 19:09:46.135 INFO O| Aug 13 19:09:46.135 INFO ok!
104552026-08-13T19:09:47.537Z[ host-image] Aug 13 19:09:46.135 INFO O| Aug 13 19:09:46.135 INFO STEP 123 (ensure_file) COMPLETE
104562026-08-13T19:09:47.537Z[ host-image] Aug 13 19:09:46.135 INFO O| Aug 13 19:09:46.135 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104572026-08-13T19:09:47.541Z[ host-image] Aug 13 19:09:46.143 INFO O| Aug 13 19:09:46.143 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104582026-08-13T19:09:47.541Z[ host-image] Aug 13 19:09:46.143 INFO O| Aug 13 19:09:46.143 INFO copying /tmp/.tmpnxszw3/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 ...
104592026-08-13T19:09:47.544Z[ host-image] Aug 13 19:09:46.143 INFO O| Aug 13 19:09:46.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104602026-08-13T19:09:47.544Z[ host-image] Aug 13 19:09:46.143 INFO O| Aug 13 19:09:46.143 INFO ok!
104612026-08-13T19:09:47.544Z[ host-image] Aug 13 19:09:46.143 INFO O| Aug 13 19:09:46.143 INFO STEP 124 (ensure_file) COMPLETE
104622026-08-13T19:09:47.545Z[ host-image] Aug 13 19:09:46.143 INFO O| Aug 13 19:09:46.143 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104632026-08-13T19:09:47.548Z[ host-image] Aug 13 19:09:46.150 INFO O| Aug 13 19:09:46.150 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104642026-08-13T19:09:47.548Z[ host-image] Aug 13 19:09:46.150 INFO O| Aug 13 19:09:46.150 INFO copying /tmp/.tmpnxszw3/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 ...
104652026-08-13T19:09:47.551Z[ host-image] Aug 13 19:09:46.150 INFO O| Aug 13 19:09:46.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104662026-08-13T19:09:47.551Z[ host-image] Aug 13 19:09:46.150 INFO O| Aug 13 19:09:46.150 INFO ok!
104672026-08-13T19:09:47.552Z[ host-image] Aug 13 19:09:46.150 INFO O| Aug 13 19:09:46.150 INFO STEP 125 (ensure_file) COMPLETE
104682026-08-13T19:09:47.552Z[ host-image] Aug 13 19:09:46.150 INFO O| Aug 13 19:09:46.150 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104692026-08-13T19:09:47.555Z[ host-image] Aug 13 19:09:46.157 INFO O| Aug 13 19:09:46.157 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104702026-08-13T19:09:47.559Z[ host-image] Aug 13 19:09:46.157 INFO O| Aug 13 19:09:46.157 INFO copying /tmp/.tmpnxszw3/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 ...
104712026-08-13T19:09:47.559Z[ host-image] Aug 13 19:09:46.157 INFO O| Aug 13 19:09:46.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104722026-08-13T19:09:47.559Z[ host-image] Aug 13 19:09:46.157 INFO O| Aug 13 19:09:46.157 INFO ok!
104732026-08-13T19:09:47.559Z[ host-image] Aug 13 19:09:46.157 INFO O| Aug 13 19:09:46.157 INFO STEP 126 (ensure_file) COMPLETE
104742026-08-13T19:09:47.559Z[ host-image] Aug 13 19:09:46.157 INFO O| Aug 13 19:09:46.157 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104752026-08-13T19:09:47.562Z[ host-image] Aug 13 19:09:46.163 INFO O| Aug 13 19:09:46.163 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104762026-08-13T19:09:47.562Z[ host-image] Aug 13 19:09:46.163 INFO O| Aug 13 19:09:46.163 INFO copying /tmp/.tmpnxszw3/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 ...
104772026-08-13T19:09:47.562Z[ host-image] Aug 13 19:09:46.163 INFO O| Aug 13 19:09:46.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104782026-08-13T19:09:47.562Z[ host-image] Aug 13 19:09:46.163 INFO O| Aug 13 19:09:46.163 INFO ok!
104792026-08-13T19:09:47.562Z[ host-image] Aug 13 19:09:46.163 INFO O| Aug 13 19:09:46.163 INFO STEP 127 (ensure_file) COMPLETE
104802026-08-13T19:09:47.562Z[ host-image] Aug 13 19:09:46.163 INFO O| Aug 13 19:09:46.163 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104812026-08-13T19:09:47.569Z[ host-image] Aug 13 19:09:46.171 INFO O| Aug 13 19:09:46.171 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104822026-08-13T19:09:47.572Z[ host-image] Aug 13 19:09:46.171 INFO O| Aug 13 19:09:46.171 INFO copying /tmp/.tmpnxszw3/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 ...
104832026-08-13T19:09:47.572Z[ host-image] Aug 13 19:09:46.171 INFO O| Aug 13 19:09:46.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104842026-08-13T19:09:47.572Z[ host-image] Aug 13 19:09:46.171 INFO O| Aug 13 19:09:46.171 INFO ok!
104852026-08-13T19:09:47.572Z[ host-image] Aug 13 19:09:46.171 INFO O| Aug 13 19:09:46.171 INFO STEP 128 (ensure_file) COMPLETE
104862026-08-13T19:09:47.573Z[ host-image] Aug 13 19:09:46.171 INFO O| Aug 13 19:09:46.171 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104872026-08-13T19:09:47.577Z[ host-image] Aug 13 19:09:46.178 INFO O| Aug 13 19:09:46.178 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104882026-08-13T19:09:47.577Z[ host-image] Aug 13 19:09:46.178 INFO O| Aug 13 19:09:46.178 INFO copying /tmp/.tmpnxszw3/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 ...
104892026-08-13T19:09:47.577Z[ host-image] Aug 13 19:09:46.178 INFO O| Aug 13 19:09:46.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104902026-08-13T19:09:47.577Z[ host-image] Aug 13 19:09:46.178 INFO O| Aug 13 19:09:46.178 INFO ok!
104912026-08-13T19:09:47.580Z[ host-image] Aug 13 19:09:46.178 INFO O| Aug 13 19:09:46.178 INFO STEP 129 (ensure_file) COMPLETE
104922026-08-13T19:09:47.580Z[ host-image] Aug 13 19:09:46.178 INFO O| Aug 13 19:09:46.178 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104932026-08-13T19:09:47.584Z[ host-image] Aug 13 19:09:46.185 INFO O| Aug 13 19:09:46.185 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104942026-08-13T19:09:47.584Z[ host-image] Aug 13 19:09:46.185 INFO O| Aug 13 19:09:46.185 INFO copying /tmp/.tmpnxszw3/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 ...
104952026-08-13T19:09:47.587Z[ host-image] Aug 13 19:09:46.185 INFO O| Aug 13 19:09:46.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104962026-08-13T19:09:47.588Z[ host-image] Aug 13 19:09:46.185 INFO O| Aug 13 19:09:46.185 INFO ok!
104972026-08-13T19:09:47.588Z[ host-image] Aug 13 19:09:46.185 INFO O| Aug 13 19:09:46.185 INFO STEP 130 (ensure_file) COMPLETE
104982026-08-13T19:09:47.588Z[ host-image] Aug 13 19:09:46.185 INFO O| Aug 13 19:09:46.185 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104992026-08-13T19:09:47.591Z[ host-image] Aug 13 19:09:46.192 INFO O| Aug 13 19:09:46.192 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105002026-08-13T19:09:47.591Z[ host-image] Aug 13 19:09:46.192 INFO O| Aug 13 19:09:46.192 INFO copying /tmp/.tmpnxszw3/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 ...
105012026-08-13T19:09:47.594Z[ host-image] Aug 13 19:09:46.192 INFO O| Aug 13 19:09:46.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105022026-08-13T19:09:47.594Z[ host-image] Aug 13 19:09:46.192 INFO O| Aug 13 19:09:46.192 INFO ok!
105032026-08-13T19:09:47.594Z[ host-image] Aug 13 19:09:46.192 INFO O| Aug 13 19:09:46.192 INFO STEP 131 (ensure_file) COMPLETE
105042026-08-13T19:09:47.594Z[ host-image] Aug 13 19:09:46.192 INFO O| Aug 13 19:09:46.192 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105052026-08-13T19:09:47.599Z[ host-image] Aug 13 19:09:46.200 INFO O| Aug 13 19:09:46.200 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105062026-08-13T19:09:47.599Z[ host-image] Aug 13 19:09:46.200 INFO O| Aug 13 19:09:46.200 INFO copying /tmp/.tmpnxszw3/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 ...
105072026-08-13T19:09:47.602Z[ host-image] Aug 13 19:09:46.200 INFO O| Aug 13 19:09:46.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105082026-08-13T19:09:47.602Z[ host-image] Aug 13 19:09:46.200 INFO O| Aug 13 19:09:46.200 INFO ok!
105092026-08-13T19:09:47.602Z[ host-image] Aug 13 19:09:46.200 INFO O| Aug 13 19:09:46.200 INFO STEP 132 (ensure_file) COMPLETE
105102026-08-13T19:09:47.602Z[ host-image] Aug 13 19:09:46.200 INFO O| Aug 13 19:09:46.200 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105112026-08-13T19:09:47.602Z[ recovery-image] Aug 13 19:09:46.202 INFO E| Compiling errno v0.3.14
105122026-08-13T19:09:47.602Z[ recovery-image] Aug 13 19:09:46.202 INFO E| Compiling os_pipe v1.2.3
105132026-08-13T19:09:47.607Z[ host-image] Aug 13 19:09:46.208 INFO O| Aug 13 19:09:46.208 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105142026-08-13T19:09:47.607Z[ host-image] Aug 13 19:09:46.208 INFO O| Aug 13 19:09:46.208 INFO copying /tmp/.tmpnxszw3/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 ...
105152026-08-13T19:09:47.610Z[ host-image] Aug 13 19:09:46.208 INFO O| Aug 13 19:09:46.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105162026-08-13T19:09:47.610Z[ host-image] Aug 13 19:09:46.208 INFO O| Aug 13 19:09:46.208 INFO ok!
105172026-08-13T19:09:47.610Z[ host-image] Aug 13 19:09:46.208 INFO O| Aug 13 19:09:46.208 INFO STEP 133 (ensure_file) COMPLETE
105182026-08-13T19:09:47.610Z[ host-image] Aug 13 19:09:46.208 INFO O| Aug 13 19:09:46.208 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105192026-08-13T19:09:47.614Z[ host-image] Aug 13 19:09:46.216 INFO O| Aug 13 19:09:46.216 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105202026-08-13T19:09:47.617Z[ host-image] Aug 13 19:09:46.216 INFO O| Aug 13 19:09:46.216 INFO copying /tmp/.tmpnxszw3/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 ...
105212026-08-13T19:09:47.617Z[ host-image] Aug 13 19:09:46.216 INFO O| Aug 13 19:09:46.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105222026-08-13T19:09:47.617Z[ host-image] Aug 13 19:09:46.216 INFO O| Aug 13 19:09:46.216 INFO ok!
105232026-08-13T19:09:47.617Z[ host-image] Aug 13 19:09:46.216 INFO O| Aug 13 19:09:46.216 INFO STEP 134 (ensure_file) COMPLETE
105242026-08-13T19:09:47.617Z[ host-image] Aug 13 19:09:46.216 INFO O| Aug 13 19:09:46.216 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105252026-08-13T19:09:47.621Z[ host-image] Aug 13 19:09:46.222 INFO O| Aug 13 19:09:46.222 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105262026-08-13T19:09:47.624Z[ host-image] Aug 13 19:09:46.222 INFO O| Aug 13 19:09:46.222 INFO copying /tmp/.tmpnxszw3/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 ...
105272026-08-13T19:09:47.624Z[ host-image] Aug 13 19:09:46.223 INFO O| Aug 13 19:09:46.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105282026-08-13T19:09:47.624Z[ host-image] Aug 13 19:09:46.223 INFO O| Aug 13 19:09:46.223 INFO ok!
105292026-08-13T19:09:47.624Z[ host-image] Aug 13 19:09:46.223 INFO O| Aug 13 19:09:46.223 INFO STEP 135 (ensure_file) COMPLETE
105302026-08-13T19:09:47.624Z[ host-image] Aug 13 19:09:46.223 INFO O| Aug 13 19:09:46.223 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105312026-08-13T19:09:47.629Z[ host-image] Aug 13 19:09:46.231 INFO O| Aug 13 19:09:46.231 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105322026-08-13T19:09:47.630Z[ host-image] Aug 13 19:09:46.231 INFO O| Aug 13 19:09:46.231 INFO copying /tmp/.tmpnxszw3/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105332026-08-13T19:09:47.633Z[ host-image] Aug 13 19:09:46.231 INFO O| Aug 13 19:09:46.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105342026-08-13T19:09:47.633Z[ host-image] Aug 13 19:09:46.231 INFO O| Aug 13 19:09:46.231 INFO ok!
105352026-08-13T19:09:47.633Z[ host-image] Aug 13 19:09:46.231 INFO O| Aug 13 19:09:46.231 INFO STEP 136 (ensure_file) COMPLETE
105362026-08-13T19:09:47.633Z[ host-image] Aug 13 19:09:46.231 INFO O| Aug 13 19:09:46.231 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105372026-08-13T19:09:47.637Z[ host-image] Aug 13 19:09:46.239 INFO O| Aug 13 19:09:46.239 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105382026-08-13T19:09:47.637Z[ host-image] Aug 13 19:09:46.239 INFO O| Aug 13 19:09:46.239 INFO copying /tmp/.tmpnxszw3/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 ...
105392026-08-13T19:09:47.641Z[ host-image] Aug 13 19:09:46.239 INFO O| Aug 13 19:09:46.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105402026-08-13T19:09:47.641Z[ host-image] Aug 13 19:09:46.239 INFO O| Aug 13 19:09:46.239 INFO ok!
105412026-08-13T19:09:47.641Z[ host-image] Aug 13 19:09:46.239 INFO O| Aug 13 19:09:46.239 INFO STEP 137 (ensure_file) COMPLETE
105422026-08-13T19:09:47.641Z[ host-image] Aug 13 19:09:46.239 INFO O| Aug 13 19:09:46.239 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105432026-08-13T19:09:47.645Z[ host-image] Aug 13 19:09:46.247 INFO O| Aug 13 19:09:46.247 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105442026-08-13T19:09:47.646Z[ host-image] Aug 13 19:09:46.247 INFO O| Aug 13 19:09:46.247 INFO copying /tmp/.tmpnxszw3/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105452026-08-13T19:09:47.649Z[ host-image] Aug 13 19:09:46.247 INFO O| Aug 13 19:09:46.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105462026-08-13T19:09:47.649Z[ host-image] Aug 13 19:09:46.247 INFO O| Aug 13 19:09:46.247 INFO ok!
105472026-08-13T19:09:47.649Z[ host-image] Aug 13 19:09:46.247 INFO O| Aug 13 19:09:46.247 INFO STEP 138 (ensure_file) COMPLETE
105482026-08-13T19:09:47.649Z[ host-image] Aug 13 19:09:46.247 INFO O| Aug 13 19:09:46.247 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105492026-08-13T19:09:47.653Z[ host-image] Aug 13 19:09:46.255 INFO O| Aug 13 19:09:46.255 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105502026-08-13T19:09:47.653Z[ host-image] Aug 13 19:09:46.255 INFO O| Aug 13 19:09:46.255 INFO copying /tmp/.tmpnxszw3/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105512026-08-13T19:09:47.700Z[ recovery-image] Aug 13 19:09:46.300 INFO E| Compiling signal-hook-registry v1.4.8
105522026-08-13T19:09:47.837Z[ recovery-image] Aug 13 19:09:46.438 INFO E| Compiling syn v2.0.117
105532026-08-13T19:09:48.009Z[ recovery-image] Aug 13 19:09:46.610 INFO E| Compiling sigchld v0.2.4
105542026-08-13T19:09:48.117Z[ recovery-image] Aug 13 19:09:46.718 INFO E| Compiling shared_child v1.1.1
105552026-08-13T19:09:48.254Z[ recovery-image] Aug 13 19:09:46.855 INFO E| Compiling duct v1.1.1
105562026-08-13T19:09:50.252Z[ recovery-image] Aug 13 19:09:48.853 INFO E| Compiling clap_derive v4.6.1
105572026-08-13T19:09:51.839Z[ recovery-image] Aug 13 19:09:50.440 INFO E| Compiling clap v4.6.1
105582026-08-13T19:09:51.918Z[ recovery-image] Aug 13 19:09:50.519 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
105592026-08-13T19:09:52.938Z[ recovery-image] Aug 13 19:09:51.539 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.93s
105602026-08-13T19:09:52.944Z[ recovery-image] Aug 13 19:09:51.545 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
105612026-08-13T19:09:53.233Z[ recovery-image] Aug 13 19:09:51.834 INFO E| Downloading crates ...
105622026-08-13T19:09:53.285Z[ recovery-image] Aug 13 19:09:51.886 INFO E| Downloaded bit_field v0.10.3
105632026-08-13T19:09:53.291Z[ recovery-image] Aug 13 19:09:51.892 INFO E| Downloaded bitflags v2.13.0
105642026-08-13T19:09:53.295Z[ recovery-image] Aug 13 19:09:51.896 INFO E| Downloaded bitstruct v0.1.1
105652026-08-13T19:09:53.298Z[ recovery-image] Aug 13 19:09:51.898 INFO E| Downloaded raw-cpuid v10.7.0
105662026-08-13T19:09:53.301Z[ recovery-image] Aug 13 19:09:51.901 INFO E| Downloaded cpio_reader v0.1.2
105672026-08-13T19:09:53.301Z[ recovery-image] Aug 13 19:09:51.902 INFO E| Downloaded bitstruct_derive v0.1.0
105682026-08-13T19:09:53.310Z[ recovery-image] Aug 13 19:09:51.911 INFO E| Downloaded log v0.4.32
105692026-08-13T19:09:53.313Z[ recovery-image] Aug 13 19:09:51.913 INFO E| Downloaded miniz_oxide v0.9.1
105702026-08-13T19:09:53.340Z[ recovery-image] Aug 13 19:09:51.941 INFO E| Downloaded goblin v0.10.7
105712026-08-13T19:09:53.454Z[ recovery-image] Aug 13 19:09:52.055 INFO E| Downloaded x86 v0.52.0
105722026-08-13T19:09:53.510Z[ recovery-image] Aug 13 19:09:52.111 INFO E| Updating crates.io index
105732026-08-13T19:09:53.577Z[ recovery-image] Aug 13 19:09:52.165 INFO E| Downloading crates ...
105742026-08-13T19:09:53.585Z[ recovery-image] Aug 13 19:09:52.186 INFO E| Downloaded hashbrown v0.17.1
105752026-08-13T19:09:53.590Z[ recovery-image] Aug 13 19:09:52.192 INFO E| Downloaded rustc-literal-escaper v0.0.7
105762026-08-13T19:09:53.648Z[ recovery-image] Aug 13 19:09:52.249 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)
105772026-08-13T19:09:53.652Z[ recovery-image] Aug 13 19:09:52.249 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)
105782026-08-13T19:09:53.652Z[ recovery-image] Aug 13 19:09:52.249 INFO E| Compiling proc-macro2 v1.0.106
105792026-08-13T19:09:53.652Z[ recovery-image] Aug 13 19:09:52.249 INFO E| Compiling unicode-ident v1.0.24
105802026-08-13T19:09:53.652Z[ recovery-image] Aug 13 19:09:52.249 INFO E| Compiling quote v1.0.45
105812026-08-13T19:09:53.652Z[ recovery-image] Aug 13 19:09:52.249 INFO E| Compiling syn v1.0.109
105822026-08-13T19:09:53.652Z[ recovery-image] Aug 13 19:09:52.249 INFO E| Compiling x86 v0.52.0
105832026-08-13T19:09:53.652Z[ recovery-image] Aug 13 19:09:52.249 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
105842026-08-13T19:09:53.652Z[ recovery-image] Aug 13 19:09:52.249 INFO E| Compiling seq-macro v0.3.6
105852026-08-13T19:09:54.239Z[ host-image] Aug 13 19:09:52.839 INFO O| Aug 13 19:09:52.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105862026-08-13T19:09:54.239Z[ host-image] Aug 13 19:09:52.839 INFO O| Aug 13 19:09:52.839 INFO ok!
105872026-08-13T19:09:54.239Z[ host-image] Aug 13 19:09:52.839 INFO O| Aug 13 19:09:52.839 INFO STEP 139 (ensure_file) COMPLETE
105882026-08-13T19:09:54.242Z[ host-image] Aug 13 19:09:52.839 INFO O| Aug 13 19:09:52.839 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105892026-08-13T19:09:54.245Z[ host-image] Aug 13 19:09:52.847 INFO O| Aug 13 19:09:52.847 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105902026-08-13T19:09:54.246Z[ host-image] Aug 13 19:09:52.847 INFO O| Aug 13 19:09:52.847 INFO STEP 140 (ensure_dir) COMPLETE
105912026-08-13T19:09:54.246Z[ host-image] Aug 13 19:09:52.847 INFO O| Aug 13 19:09:52.847 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105922026-08-13T19:09:54.253Z[ host-image] Aug 13 19:09:52.853 INFO O| Aug 13 19:09:52.853 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105932026-08-13T19:09:54.253Z[ host-image] Aug 13 19:09:52.853 INFO O| Aug 13 19:09:52.853 INFO STEP 141 (ensure_dir) COMPLETE
105942026-08-13T19:09:54.256Z[ host-image] Aug 13 19:09:52.853 INFO O| Aug 13 19:09:52.853 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105952026-08-13T19:09:54.259Z[ host-image] Aug 13 19:09:52.859 INFO O| Aug 13 19:09:52.859 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105962026-08-13T19:09:54.259Z[ host-image] Aug 13 19:09:52.859 INFO O| Aug 13 19:09:52.859 INFO STEP 142 (ensure_dir) COMPLETE
105972026-08-13T19:09:54.259Z[ host-image] Aug 13 19:09:52.859 INFO O| Aug 13 19:09:52.859 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105982026-08-13T19:09:54.263Z[ host-image] Aug 13 19:09:52.865 INFO O| Aug 13 19:09:52.865 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105992026-08-13T19:09:54.263Z[ host-image] Aug 13 19:09:52.865 INFO O| Aug 13 19:09:52.865 INFO STEP 143 (ensure_dir) COMPLETE
106002026-08-13T19:09:54.267Z[ host-image] Aug 13 19:09:52.865 INFO O| Aug 13 19:09:52.865 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106012026-08-13T19:09:54.270Z[ host-image] Aug 13 19:09:52.871 INFO O| Aug 13 19:09:52.871 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106022026-08-13T19:09:54.270Z[ host-image] Aug 13 19:09:52.871 INFO O| Aug 13 19:09:52.871 INFO copying /tmp/.tmpnxszw3/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 ...
106032026-08-13T19:09:54.270Z[ host-image] Aug 13 19:09:52.872 INFO O| Aug 13 19:09:52.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106042026-08-13T19:09:54.270Z[ host-image] Aug 13 19:09:52.872 INFO O| Aug 13 19:09:52.872 INFO ok!
106052026-08-13T19:09:54.270Z[ host-image] Aug 13 19:09:52.872 INFO O| Aug 13 19:09:52.872 INFO STEP 144 (ensure_file) COMPLETE
106062026-08-13T19:09:54.270Z[ host-image] Aug 13 19:09:52.872 INFO O| Aug 13 19:09:52.872 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106072026-08-13T19:09:54.279Z[ host-image] Aug 13 19:09:52.880 INFO O| Aug 13 19:09:52.880 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106082026-08-13T19:09:54.279Z[ host-image] Aug 13 19:09:52.880 INFO O| Aug 13 19:09:52.880 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106092026-08-13T19:09:54.279Z[ host-image] Aug 13 19:09:52.880 INFO O| Aug 13 19:09:52.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106102026-08-13T19:09:54.282Z[ host-image] Aug 13 19:09:52.880 INFO O| Aug 13 19:09:52.880 INFO STEP 145 (ensure_dir) COMPLETE
106112026-08-13T19:09:54.282Z[ host-image] Aug 13 19:09:52.880 INFO O| Aug 13 19:09:52.880 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106122026-08-13T19:09:54.285Z[ host-image] Aug 13 19:09:52.886 INFO O| Aug 13 19:09:52.886 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106132026-08-13T19:09:54.285Z[ host-image] Aug 13 19:09:52.886 INFO O| Aug 13 19:09:52.886 INFO copying /tmp/.tmpnxszw3/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106142026-08-13T19:09:54.285Z[ host-image] Aug 13 19:09:52.887 INFO O| Aug 13 19:09:52.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106152026-08-13T19:09:54.285Z[ host-image] Aug 13 19:09:52.887 INFO O| Aug 13 19:09:52.887 INFO ok!
106162026-08-13T19:09:54.285Z[ host-image] Aug 13 19:09:52.887 INFO O| Aug 13 19:09:52.887 INFO STEP 146 (ensure_file) COMPLETE
106172026-08-13T19:09:54.285Z[ host-image] Aug 13 19:09:52.887 INFO O| Aug 13 19:09:52.887 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106182026-08-13T19:09:54.293Z[ host-image] Aug 13 19:09:52.894 INFO O| Aug 13 19:09:52.894 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106192026-08-13T19:09:54.296Z[ host-image] Aug 13 19:09:52.895 INFO O| Aug 13 19:09:52.895 INFO STEP 147 (remove_files) COMPLETE
106202026-08-13T19:09:54.296Z[ host-image] Aug 13 19:09:52.895 INFO O| Aug 13 19:09:52.895 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106212026-08-13T19:09:54.301Z[ host-image] Aug 13 19:09:52.902 INFO O| Aug 13 19:09:52.902 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106222026-08-13T19:09:54.304Z[ host-image] Aug 13 19:09:52.902 INFO O| Aug 13 19:09:52.902 INFO STEP 148 (remove_files) COMPLETE
106232026-08-13T19:09:54.304Z[ host-image] Aug 13 19:09:52.902 INFO O| Aug 13 19:09:52.902 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106242026-08-13T19:09:54.309Z[ host-image] Aug 13 19:09:52.910 INFO O| Aug 13 19:09:52.910 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106252026-08-13T19:09:54.312Z[ host-image] Aug 13 19:09:52.910 INFO O| Aug 13 19:09:52.910 INFO STEP 149 (remove_files) COMPLETE
106262026-08-13T19:09:54.312Z[ host-image] Aug 13 19:09:52.910 INFO O| Aug 13 19:09:52.910 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106272026-08-13T19:09:54.315Z[ host-image] Aug 13 19:09:52.916 INFO O| Aug 13 19:09:52.916 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106282026-08-13T19:09:54.315Z[ host-image] Aug 13 19:09:52.916 INFO O| Aug 13 19:09:52.916 INFO STEP 150 (remove_files) COMPLETE
106292026-08-13T19:09:54.315Z[ host-image] Aug 13 19:09:52.916 INFO O| Aug 13 19:09:52.916 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106302026-08-13T19:09:54.322Z[ host-image] Aug 13 19:09:52.923 INFO O| Aug 13 19:09:52.923 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106312026-08-13T19:09:54.326Z[ host-image] Aug 13 19:09:52.923 INFO O| Aug 13 19:09:52.923 INFO STEP 151 (remove_files) COMPLETE
106322026-08-13T19:09:54.326Z[ host-image] Aug 13 19:09:52.923 INFO O| Aug 13 19:09:52.923 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106332026-08-13T19:09:54.330Z[ host-image] Aug 13 19:09:52.928 INFO O| Aug 13 19:09:52.928 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106342026-08-13T19:09:54.330Z[ host-image] Aug 13 19:09:52.928 INFO O| Aug 13 19:09:52.928 INFO STEP 152 (remove_files) COMPLETE
106352026-08-13T19:09:54.330Z[ host-image] Aug 13 19:09:52.928 INFO O| Aug 13 19:09:52.928 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106362026-08-13T19:09:54.335Z[ host-image] Aug 13 19:09:52.936 INFO O| Aug 13 19:09:52.936 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106372026-08-13T19:09:54.338Z[ host-image] Aug 13 19:09:52.936 INFO O| Aug 13 19:09:52.936 INFO STEP 153 (remove_files) COMPLETE
106382026-08-13T19:09:54.338Z[ host-image] Aug 13 19:09:52.936 INFO O| Aug 13 19:09:52.936 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106392026-08-13T19:09:54.341Z[ host-image] Aug 13 19:09:52.942 INFO O| Aug 13 19:09:52.942 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106402026-08-13T19:09:54.341Z[ host-image] Aug 13 19:09:52.942 INFO O| Aug 13 19:09:52.942 INFO STEP 154 (remove_files) COMPLETE
106412026-08-13T19:09:54.341Z[ host-image] Aug 13 19:09:52.942 INFO O| Aug 13 19:09:52.942 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106422026-08-13T19:09:54.346Z[ host-image] Aug 13 19:09:52.947 INFO O| Aug 13 19:09:52.947 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106432026-08-13T19:09:54.349Z[ host-image] Aug 13 19:09:52.947 INFO O| Aug 13 19:09:52.947 INFO STEP 155 (remove_files) COMPLETE
106442026-08-13T19:09:54.349Z[ host-image] Aug 13 19:09:52.947 INFO O| Aug 13 19:09:52.947 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106452026-08-13T19:09:54.352Z[ host-image] Aug 13 19:09:52.953 INFO O| Aug 13 19:09:52.953 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106462026-08-13T19:09:54.352Z[ host-image] Aug 13 19:09:52.953 INFO O| Aug 13 19:09:52.953 INFO STEP 156 (remove_files) COMPLETE
106472026-08-13T19:09:54.352Z[ host-image] Aug 13 19:09:52.953 INFO O| Aug 13 19:09:52.953 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106482026-08-13T19:09:54.358Z[ host-image] Aug 13 19:09:52.959 INFO O| Aug 13 19:09:52.959 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106492026-08-13T19:09:54.358Z[ host-image] Aug 13 19:09:52.959 INFO O| Aug 13 19:09:52.959 INFO STEP 157 (remove_files) COMPLETE
106502026-08-13T19:09:54.361Z[ host-image] Aug 13 19:09:52.959 INFO O| Aug 13 19:09:52.959 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106512026-08-13T19:09:54.364Z[ host-image] Aug 13 19:09:52.965 INFO O| Aug 13 19:09:52.965 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106522026-08-13T19:09:54.364Z[ host-image] Aug 13 19:09:52.965 INFO O| Aug 13 19:09:52.965 INFO STEP 158 (remove_files) COMPLETE
106532026-08-13T19:09:54.364Z[ host-image] Aug 13 19:09:52.965 INFO O| Aug 13 19:09:52.965 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106542026-08-13T19:09:54.372Z[ host-image] Aug 13 19:09:52.973 INFO O| Aug 13 19:09:52.973 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106552026-08-13T19:09:54.375Z[ host-image] Aug 13 19:09:52.973 INFO O| Aug 13 19:09:52.973 INFO STEP 159 (remove_files) COMPLETE
106562026-08-13T19:09:54.375Z[ host-image] Aug 13 19:09:52.973 INFO O| Aug 13 19:09:52.973 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106572026-08-13T19:09:54.378Z[ host-image] Aug 13 19:09:52.979 INFO O| Aug 13 19:09:52.979 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106582026-08-13T19:09:54.378Z[ host-image] Aug 13 19:09:52.979 INFO O| Aug 13 19:09:52.979 INFO STEP 160 (remove_files) COMPLETE
106592026-08-13T19:09:54.378Z[ host-image] Aug 13 19:09:52.979 INFO O| Aug 13 19:09:52.979 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106602026-08-13T19:09:54.385Z[ host-image] Aug 13 19:09:52.986 INFO O| Aug 13 19:09:52.986 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106612026-08-13T19:09:54.388Z[ host-image] Aug 13 19:09:52.986 INFO O| Aug 13 19:09:52.986 INFO STEP 161 (remove_files) COMPLETE
106622026-08-13T19:09:54.388Z[ host-image] Aug 13 19:09:52.986 INFO O| Aug 13 19:09:52.986 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106632026-08-13T19:09:54.391Z[ host-image] Aug 13 19:09:52.992 INFO O| Aug 13 19:09:52.992 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106642026-08-13T19:09:54.391Z[ host-image] Aug 13 19:09:52.992 INFO O| Aug 13 19:09:52.992 INFO STEP 162 (remove_files) COMPLETE
106652026-08-13T19:09:54.391Z[ host-image] Aug 13 19:09:52.992 INFO O| Aug 13 19:09:52.992 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106662026-08-13T19:09:54.396Z[ host-image] Aug 13 19:09:52.998 INFO O| Aug 13 19:09:52.998 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106672026-08-13T19:09:54.396Z[ host-image] Aug 13 19:09:52.998 INFO O| Aug 13 19:09:52.998 INFO STEP 163 (remove_files) COMPLETE
106682026-08-13T19:09:54.400Z[ host-image] Aug 13 19:09:52.998 INFO O| Aug 13 19:09:52.998 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106692026-08-13T19:09:54.404Z[ host-image] Aug 13 19:09:53.006 INFO O| Aug 13 19:09:53.006 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106702026-08-13T19:09:54.404Z[ host-image] Aug 13 19:09:53.006 INFO O| Aug 13 19:09:53.006 INFO STEP 164 (remove_files) COMPLETE
106712026-08-13T19:09:54.408Z[ host-image] Aug 13 19:09:53.006 INFO O| Aug 13 19:09:53.006 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106722026-08-13T19:09:54.411Z[ host-image] Aug 13 19:09:53.012 INFO O| Aug 13 19:09:53.012 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106732026-08-13T19:09:54.411Z[ host-image] Aug 13 19:09:53.012 INFO O| Aug 13 19:09:53.012 INFO STEP 165 (remove_files) COMPLETE
106742026-08-13T19:09:54.411Z[ host-image] Aug 13 19:09:53.012 INFO O| Aug 13 19:09:53.012 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106752026-08-13T19:09:54.417Z[ host-image] Aug 13 19:09:53.019 INFO O| Aug 13 19:09:53.019 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106762026-08-13T19:09:54.417Z[ host-image] Aug 13 19:09:53.019 INFO O| Aug 13 19:09:53.019 INFO STEP 166 (remove_files) COMPLETE
106772026-08-13T19:09:54.420Z[ host-image] Aug 13 19:09:53.019 INFO O| Aug 13 19:09:53.019 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106782026-08-13T19:09:54.424Z[ host-image] Aug 13 19:09:53.026 INFO O| Aug 13 19:09:53.026 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106792026-08-13T19:09:54.424Z[ host-image] Aug 13 19:09:53.026 INFO O| Aug 13 19:09:53.026 INFO STEP 167 (remove_files) COMPLETE
106802026-08-13T19:09:54.425Z[ host-image] Aug 13 19:09:53.026 INFO O| Aug 13 19:09:53.026 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106812026-08-13T19:09:54.431Z[ host-image] Aug 13 19:09:53.033 INFO O| Aug 13 19:09:53.032 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106822026-08-13T19:09:54.431Z[ host-image] Aug 13 19:09:53.033 INFO O| Aug 13 19:09:53.033 INFO STEP 168 (remove_files) COMPLETE
106832026-08-13T19:09:54.434Z[ host-image] Aug 13 19:09:53.033 INFO O| Aug 13 19:09:53.033 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106842026-08-13T19:09:54.438Z[ host-image] Aug 13 19:09:53.039 INFO O| Aug 13 19:09:53.039 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106852026-08-13T19:09:54.438Z[ host-image] Aug 13 19:09:53.039 INFO O| Aug 13 19:09:53.039 INFO STEP 169 (remove_files) COMPLETE
106862026-08-13T19:09:54.438Z[ host-image] Aug 13 19:09:53.039 INFO O| Aug 13 19:09:53.039 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106872026-08-13T19:09:54.443Z[ host-image] Aug 13 19:09:53.044 INFO O| Aug 13 19:09:53.044 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106882026-08-13T19:09:54.443Z[ host-image] Aug 13 19:09:53.044 INFO O| Aug 13 19:09:53.044 INFO STEP 170 (remove_files) COMPLETE
106892026-08-13T19:09:54.447Z[ host-image] Aug 13 19:09:53.044 INFO O| Aug 13 19:09:53.044 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106902026-08-13T19:09:54.450Z[ host-image] Aug 13 19:09:53.051 INFO O| Aug 13 19:09:53.051 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106912026-08-13T19:09:54.450Z[ host-image] Aug 13 19:09:53.051 INFO O| Aug 13 19:09:53.051 INFO STEP 171 (remove_files) COMPLETE
106922026-08-13T19:09:54.453Z[ host-image] Aug 13 19:09:53.051 INFO O| Aug 13 19:09:53.051 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106932026-08-13T19:09:54.457Z[ host-image] Aug 13 19:09:53.059 INFO O| Aug 13 19:09:53.059 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106942026-08-13T19:09:54.457Z[ host-image] Aug 13 19:09:53.059 INFO O| Aug 13 19:09:53.059 INFO STEP 172 (remove_files) COMPLETE
106952026-08-13T19:09:54.460Z[ host-image] Aug 13 19:09:53.059 INFO O| Aug 13 19:09:53.059 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106962026-08-13T19:09:54.463Z[ host-image] Aug 13 19:09:53.065 INFO O| Aug 13 19:09:53.064 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106972026-08-13T19:09:54.463Z[ host-image] Aug 13 19:09:53.065 INFO O| Aug 13 19:09:53.065 INFO STEP 173 (remove_files) COMPLETE
106982026-08-13T19:09:54.463Z[ host-image] Aug 13 19:09:53.065 INFO O| Aug 13 19:09:53.065 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106992026-08-13T19:09:54.469Z[ host-image] Aug 13 19:09:53.070 INFO O| Aug 13 19:09:53.070 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107002026-08-13T19:09:54.469Z[ host-image] Aug 13 19:09:53.070 INFO O| Aug 13 19:09:53.070 INFO STEP 174 (remove_files) COMPLETE
107012026-08-13T19:09:54.469Z[ host-image] Aug 13 19:09:53.070 INFO O| Aug 13 19:09:53.070 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107022026-08-13T19:09:54.475Z[ host-image] Aug 13 19:09:53.076 INFO O| Aug 13 19:09:53.076 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107032026-08-13T19:09:54.475Z[ host-image] Aug 13 19:09:53.076 INFO O| Aug 13 19:09:53.076 INFO STEP 175 (remove_files) COMPLETE
107042026-08-13T19:09:54.478Z[ host-image] Aug 13 19:09:53.076 INFO O| Aug 13 19:09:53.076 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107052026-08-13T19:09:54.486Z[ host-image] Aug 13 19:09:53.087 INFO O| Aug 13 19:09:53.087 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107062026-08-13T19:09:54.486Z[ host-image] Aug 13 19:09:53.087 INFO O| Aug 13 19:09:53.087 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107072026-08-13T19:09:54.652Z[ recovery-image] Aug 13 19:09:53.253 INFO E| Compiling syn v2.0.117
107082026-08-13T19:09:55.932Z[ recovery-image] Aug 13 19:09:54.533 INFO E| Compiling scroll_derive v0.13.1
107092026-08-13T19:09:56.969Z[ recovery-image] Aug 13 19:09:55.570 INFO E| Compiling bitstruct_derive v0.1.0
107102026-08-13T19:09:59.312Z[ host-image] Aug 13 19:09:57.913 INFO O| Aug 13 19:09:57.913 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
107112026-08-13T19:09:59.312Z[ host-image] Aug 13 19:09:57.913 INFO O| Aug 13 19:09:57.913 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107122026-08-13T19:09:59.323Z[ host-image] Aug 13 19:09:57.924 INFO O| Aug 13 19:09:57.924 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
107132026-08-13T19:09:59.418Z[ host-image] Aug 13 19:09:58.019 INFO O| Aug 13 19:09:58.019 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107142026-08-13T19:09:59.470Z[ host-image] Aug 13 19:09:58.071 INFO O| Aug 13 19:09:58.071 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"}
107152026-08-13T19:09:59.536Z[ host-image] Aug 13 19:09:58.137 INFO O| Aug 13 19:09:58.136 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107162026-08-13T19:09:59.536Z[ host-image] Aug 13 19:09:58.137 INFO O| Aug 13 19:09:58.137 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107172026-08-13T19:09:59.539Z[ host-image] Aug 13 19:09:58.138 INFO O| Aug 13 19:09:58.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107182026-08-13T19:09:59.539Z[ host-image] Aug 13 19:09:58.138 INFO O| Aug 13 19:09:58.138 INFO ok!
107192026-08-13T19:09:59.539Z[ host-image] Aug 13 19:09:58.138 INFO O| Aug 13 19:09:58.138 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107202026-08-13T19:09:59.540Z[ host-image] Aug 13 19:09:58.138 INFO O| Aug 13 19:09:58.138 INFO STEP 176 (seed_smf) COMPLETE
107212026-08-13T19:09:59.540Z[ host-image] Aug 13 19:09:58.138 INFO O| Aug 13 19:09:58.138 INFO steps complete; finalising image!
107222026-08-13T19:09:59.540Z[ host-image] Aug 13 19:09:58.138 INFO O| Aug 13 19:09:58.138 INFO TRIM POOL: TEMPORARY-sled-zfs
107232026-08-13T19:09:59.614Z[ host-image] Aug 13 19:09:58.215 INFO O| Aug 13 19:09:58.215 INFO trim TEMPORARY-sled-zfs: (54% trimmed, started at Thu Aug 13 19:09:58 2026)
107242026-08-13T19:09:59.829Z[ host-image] Aug 13 19:09:58.430 INFO O| Aug 13 19:09:58.429 INFO temporary pool has 908M used, 116M avail, 1.81x compressratio
107252026-08-13T19:09:59.829Z[ host-image] Aug 13 19:09:58.430 INFO O| Aug 13 19:09:58.430 INFO EXPORT POOL: TEMPORARY-sled-zfs
107262026-08-13T19:10:00.184Z[ host-image] Aug 13 19:09:58.785 INFO O| Aug 13 19:09:58.785 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107272026-08-13T19:10:00.188Z[ host-image] Aug 13 19:09:58.785 INFO O| Aug 13 19:09:58.785 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107282026-08-13T19:10:00.985Z[ host-image] Aug 13 19:09:59.586 INFO O| Aug 13 19:09:59.586 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107292026-08-13T19:10:00.985Z[ host-image] Aug 13 19:09:59.586 INFO O| Aug 13 19:09:59.586 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107302026-08-13T19:10:00.985Z[ host-image] Aug 13 19:09:59.586 INFO O| Aug 13 19:09:59.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107312026-08-13T19:10:00.989Z[ host-image] Aug 13 19:09:59.586 INFO O| Aug 13 19:09:59.586 INFO completed processing sled/zfs
107322026-08-13T19:10:00.989Z[ host-image] Aug 13 19:09:59.586 INFO O| Aug 13 19:09:59.586 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107332026-08-13T19:10:06.670Z[ recovery-image] Aug 13 19:10:05.271 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)
107342026-08-13T19:10:09.025Z[ recovery-image] Aug 13 19:10:07.626 INFO E| Compiling bitflags v1.3.2
107352026-08-13T19:10:09.025Z[ recovery-image] Aug 13 19:10:07.626 INFO E| Compiling adler2 v2.0.1
107362026-08-13T19:10:09.025Z[ recovery-image] Aug 13 19:10:07.626 INFO E| Compiling plain v0.2.3
107372026-08-13T19:10:09.025Z[ recovery-image] Aug 13 19:10:07.626 INFO E| Compiling log v0.4.32
107382026-08-13T19:10:09.029Z[ recovery-image] Aug 13 19:10:07.626 INFO E| Compiling bit_field v0.10.3
107392026-08-13T19:10:09.029Z[ recovery-image] Aug 13 19:10:07.626 INFO E| Compiling scroll v0.13.0
107402026-08-13T19:10:09.029Z[ recovery-image] Aug 13 19:10:07.626 INFO E| Compiling bitflags v2.13.0
107412026-08-13T19:10:09.029Z[ recovery-image] Aug 13 19:10:07.626 INFO E| Compiling bitstruct v0.1.1
107422026-08-13T19:10:09.029Z[ recovery-image] Aug 13 19:10:07.627 INFO E| Compiling static_assertions v1.1.0
107432026-08-13T19:10:09.082Z[ recovery-image] Aug 13 19:10:07.683 INFO E| Compiling raw-cpuid v10.7.0
107442026-08-13T19:10:09.134Z[ recovery-image] Aug 13 19:10:07.735 INFO E| Compiling miniz_oxide v0.9.1
107452026-08-13T19:10:09.199Z[ recovery-image] Aug 13 19:10:07.800 INFO E| Compiling cpio_reader v0.1.2
107462026-08-13T19:10:09.263Z[ recovery-image] Aug 13 19:10:07.864 INFO E| Compiling goblin v0.10.7
107472026-08-13T19:10:12.264Z[ recovery-image] Aug 13 19:10:10.862 INFO E| Finished `release` profile [optimized] target(s) in 19.29s
107482026-08-13T19:10:12.281Z[ recovery-image] Aug 13 19:10:10.881 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107492026-08-13T19:10:12.281Z[ recovery-image] Aug 13 19:10:10.881 INFO building ROM for cosmo
107502026-08-13T19:10:12.284Z[ recovery-image] Aug 13 19:10:10.881 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")
107512026-08-13T19:10:12.371Z[ recovery-image] Aug 13 19:10:10.971 INFO E| Downloading crates ...
107522026-08-13T19:10:12.436Z[ recovery-image] Aug 13 19:10:11.036 INFO E| Downloaded os_pipe v1.2.1
107532026-08-13T19:10:12.443Z[ recovery-image] Aug 13 19:10:11.044 INFO E| Downloaded anstyle v1.0.10
107542026-08-13T19:10:12.449Z[ recovery-image] Aug 13 19:10:11.050 INFO E| Downloaded clap_lex v0.7.4
107552026-08-13T19:10:12.452Z[ recovery-image] Aug 13 19:10:11.053 INFO E| Downloaded anstyle-query v1.1.2
107562026-08-13T19:10:12.456Z[ recovery-image] Aug 13 19:10:11.054 INFO E| Downloaded is_terminal_polyfill v1.70.1
107572026-08-13T19:10:12.459Z[ recovery-image] Aug 13 19:10:11.059 INFO E| Downloaded colorchoice v1.0.3
107582026-08-13T19:10:12.459Z[ recovery-image] Aug 13 19:10:11.059 INFO E| Downloaded shared_child v1.0.1
107592026-08-13T19:10:12.462Z[ recovery-image] Aug 13 19:10:11.061 INFO E| Downloaded serde_spanned v0.6.8
107602026-08-13T19:10:12.462Z[ recovery-image] Aug 13 19:10:11.061 INFO E| Downloaded toml_datetime v0.6.9
107612026-08-13T19:10:12.462Z[ recovery-image] Aug 13 19:10:11.063 INFO E| Downloaded anstyle-parse v0.2.6
107622026-08-13T19:10:12.468Z[ recovery-image] Aug 13 19:10:11.069 INFO E| Downloaded toml_write v0.1.1
107632026-08-13T19:10:12.471Z[ recovery-image] Aug 13 19:10:11.070 INFO E| Downloaded clap_derive v4.5.32
107642026-08-13T19:10:12.475Z[ recovery-image] Aug 13 19:10:11.076 INFO E| Downloaded anstream v0.6.18
107652026-08-13T19:10:12.483Z[ recovery-image] Aug 13 19:10:11.084 INFO E| Downloaded clap v4.5.37
107662026-08-13T19:10:12.488Z[ recovery-image] Aug 13 19:10:11.089 INFO E| Downloaded duct v0.13.7
107672026-08-13T19:10:12.491Z[ recovery-image] Aug 13 19:10:11.090 INFO E| Downloaded clap_builder v4.5.37
107682026-08-13T19:10:12.494Z[ recovery-image] Aug 13 19:10:11.094 INFO E| Downloaded toml v0.8.22
107692026-08-13T19:10:12.512Z[ recovery-image] Aug 13 19:10:11.113 INFO E| Downloaded cc v1.2.20
107702026-08-13T19:10:12.515Z[ recovery-image] Aug 13 19:10:11.115 INFO E| Downloaded toml_edit v0.22.26
107712026-08-13T19:10:12.535Z[ recovery-image] Aug 13 19:10:11.136 INFO E| Downloaded winnow v0.7.7
107722026-08-13T19:10:12.551Z[ recovery-image] Aug 13 19:10:11.152 INFO E| Compiling libc v0.2.172
107732026-08-13T19:10:12.551Z[ recovery-image] Aug 13 19:10:11.152 INFO E| Compiling utf8parse v0.2.2
107742026-08-13T19:10:12.551Z[ recovery-image] Aug 13 19:10:11.152 INFO E| Compiling once_cell v1.21.3
107752026-08-13T19:10:12.555Z[ recovery-image] Aug 13 19:10:11.152 INFO E| Compiling shlex v1.3.0
107762026-08-13T19:10:12.555Z[ recovery-image] Aug 13 19:10:11.152 INFO E| Compiling anstyle-query v1.1.2
107772026-08-13T19:10:12.555Z[ recovery-image] Aug 13 19:10:11.152 INFO E| Compiling is_terminal_polyfill v1.70.1
107782026-08-13T19:10:12.555Z[ recovery-image] Aug 13 19:10:11.152 INFO E| Compiling equivalent v1.0.2
107792026-08-13T19:10:12.555Z[ recovery-image] Aug 13 19:10:11.152 INFO E| Compiling colorchoice v1.0.3
107802026-08-13T19:10:12.555Z[ recovery-image] Aug 13 19:10:11.152 INFO E| Compiling anstyle v1.0.10
107812026-08-13T19:10:12.569Z[ recovery-image] Aug 13 19:10:11.170 INFO E| Compiling hashbrown v0.15.2
107822026-08-13T19:10:12.573Z[ recovery-image] Aug 13 19:10:11.170 INFO E| Compiling toml_write v0.1.1
107832026-08-13T19:10:12.573Z[ recovery-image] Aug 13 19:10:11.170 INFO E| Compiling clap_lex v0.7.4
107842026-08-13T19:10:12.577Z[ recovery-image] Aug 13 19:10:11.178 INFO E| Compiling winnow v0.7.7
107852026-08-13T19:10:12.581Z[ recovery-image] Aug 13 19:10:11.178 INFO E| Compiling strsim v0.11.1
107862026-08-13T19:10:12.586Z[ recovery-image] Aug 13 19:10:11.186 INFO E| Compiling anyhow v1.0.98
107872026-08-13T19:10:12.589Z[ recovery-image] Aug 13 19:10:11.190 INFO E| Compiling syn v2.0.101
107882026-08-13T19:10:12.709Z[ recovery-image] Aug 13 19:10:11.309 INFO E| Compiling anstyle-parse v0.2.6
107892026-08-13T19:10:12.760Z[ recovery-image] Aug 13 19:10:11.360 INFO E| Compiling cc v1.2.20
107902026-08-13T19:10:12.854Z[ recovery-image] Aug 13 19:10:11.454 INFO E| Compiling anstream v0.6.18
107912026-08-13T19:10:13.050Z[ recovery-image] Aug 13 19:10:11.651 INFO E| Compiling indexmap v2.9.0
107922026-08-13T19:10:13.056Z[ recovery-image] Aug 13 19:10:11.657 INFO E| Compiling clap_builder v4.5.37
107932026-08-13T19:10:13.215Z[ recovery-image] Aug 13 19:10:11.816 INFO E| Compiling os_pipe v1.2.1
107942026-08-13T19:10:13.215Z[ recovery-image] Aug 13 19:10:11.816 INFO E| Compiling shared_child v1.0.1
107952026-08-13T19:10:13.334Z[ recovery-image] Aug 13 19:10:11.935 INFO E| Compiling duct v0.13.7
107962026-08-13T19:10:13.822Z[ recovery-image] Aug 13 19:10:12.423 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
107972026-08-13T19:10:14.712Z[ recovery-image] Aug 13 19:10:13.313 INFO E| Compiling serde_derive v1.0.219
107982026-08-13T19:10:14.712Z[ recovery-image] Aug 13 19:10:13.313 INFO E| Compiling clap_derive v4.5.32
107992026-08-13T19:10:15.998Z[ recovery-image] Aug 13 19:10:14.599 INFO E| Compiling clap v4.5.37
108002026-08-13T19:10:16.633Z[ recovery-image] Aug 13 19:10:15.234 INFO E| Compiling serde v1.0.219
108012026-08-13T19:10:17.761Z[ host-image] Aug 13 19:10:16.362 INFO O| Aug 13 19:10:16.362 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108022026-08-13T19:10:17.840Z[ host-image] Aug 13 19:10:16.441 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
108032026-08-13T19:10:17.841Z[ host-image] Aug 13 19:10:16.441 INFO expanded image name: "ci 30df0f2/${os_short_commit} 2026-08-13 18:53" -> "ci 30df0f2/aaf8e74 2026-08-13 18:53"
108042026-08-13T19:10:17.844Z[ host-image] Aug 13 19:10:16.442 INFO output artefacts stored in: "/work/os-host"
108052026-08-13T19:10:17.844Z[ host-image] Aug 13 19:10:16.442 INFO collecting git info from project "pinprick"...
108062026-08-13T19:10:17.847Z[ host-image] Aug 13 19:10:16.448 INFO collecting git info from project "chelsio-t6-roms"...
108072026-08-13T19:10:17.853Z[ host-image] Aug 13 19:10:16.453 INFO collecting git info from project "bootserver"...
108082026-08-13T19:10:17.857Z[ host-image] Aug 13 19:10:16.458 INFO collecting git info from project "image-builder"...
108092026-08-13T19:10:17.861Z[ host-image] Aug 13 19:10:16.462 INFO collecting git info from project "phbl"...
108102026-08-13T19:10:17.865Z[ host-image] Aug 13 19:10:16.466 INFO collecting git info from project "dmar-report"...
108112026-08-13T19:10:17.868Z[ host-image] Aug 13 19:10:16.469 INFO collecting git info from project "amd-host-image-builder"...
108122026-08-13T19:10:17.872Z[ host-image] Aug 13 19:10:16.474 INFO collecting git info from project "amd-firmware"...
108132026-08-13T19:10:17.882Z[ host-image] Aug 13 19:10:16.483 INFO collecting git info from project "pilot"...
108142026-08-13T19:10:17.886Z[ host-image] Aug 13 19:10:16.487 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108152026-08-13T19:10:18.192Z[ host-image] Aug 13 19:10:16.792 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108162026-08-13T19:10:18.396Z[ recovery-image] Aug 13 19:10:16.997 INFO E| Compiling toml_datetime v0.6.9
108172026-08-13T19:10:18.396Z[ recovery-image] Aug 13 19:10:16.997 INFO E| Compiling serde_spanned v0.6.8
108182026-08-13T19:10:18.496Z[ host-image] Aug 13 19:10:17.097 INFO creating Oxide boot image...
108192026-08-13T19:10:18.497Z[ host-image] Aug 13 19:10:17.097 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 30df0f2/aaf8e74 2026-08-13 18:53", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108202026-08-13T19:10:18.558Z[ recovery-image] Aug 13 19:10:17.158 INFO E| Compiling toml_edit v0.22.26
108212026-08-13T19:10:19.278Z[ host-image] Aug 13 19:10:17.879 INFO O| ok, image written!
108222026-08-13T19:10:19.278Z[ host-image] Aug 13 19:10:17.879 INFO O| ok, boot_image_csum file written!
108232026-08-13T19:10:19.282Z[ host-image] Aug 13 19:10:17.881 INFO creating boot archive (CPIO)...
108242026-08-13T19:10:19.282Z[ host-image] Aug 13 19:10:17.881 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
108252026-08-13T19:10:19.287Z[ host-image] Aug 13 19:10:17.886 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108262026-08-13T19:10:19.287Z[ host-image] Aug 13 19:10:17.886 INFO E| + outfile=/work/os-host/cpio
108272026-08-13T19:10:19.287Z[ host-image] Aug 13 19:10:17.886 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108282026-08-13T19:10:19.291Z[ host-image] Aug 13 19:10:17.888 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108292026-08-13T19:10:19.291Z[ host-image] Aug 13 19:10:17.888 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108302026-08-13T19:10:19.313Z[ host-image] Aug 13 19:10:17.914 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108312026-08-13T19:10:19.313Z[ host-image] Aug 13 19:10:17.914 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108322026-08-13T19:10:19.320Z[ host-image] Aug 13 19:10:17.921 INFO creating compressed cpio/unix for dev loaders...
108332026-08-13T19:10:19.320Z[ host-image] Aug 13 19:10:17.921 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/rpool/images/build/host/work/sled/ramdisk/platform/oxide/kernel/amd64/unix' >'/work/os-host/unix.z'"], pwd: None
108342026-08-13T19:10:19.548Z[ host-image] Aug 13 19:10:18.149 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108352026-08-13T19:10:19.823Z[ recovery-image] Aug 13 19:10:18.424 INFO E| Compiling toml v0.8.22
108362026-08-13T19:10:21.966Z[ recovery-image] Aug 13 19:10:20.567 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.64s
108372026-08-13T19:10:21.976Z[ recovery-image] Aug 13 19:10:20.577 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`
108382026-08-13T19:10:21.993Z[ recovery-image] Aug 13 19:10:20.593 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108392026-08-13T19:10:22.071Z[ recovery-image] Aug 13 19:10:20.671 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108402026-08-13T19:10:22.075Z[ recovery-image] Aug 13 19:10:20.674 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`
108412026-08-13T19:10:22.290Z[ recovery-image] Aug 13 19:10:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108422026-08-13T19:10:22.290Z[ recovery-image] Aug 13 19:10:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108432026-08-13T19:10:22.290Z[ recovery-image] Aug 13 19:10:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108442026-08-13T19:10:22.298Z[ recovery-image] Aug 13 19:10:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108452026-08-13T19:10:22.298Z[ recovery-image] Aug 13 19:10:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108462026-08-13T19:10:22.298Z[ recovery-image] Aug 13 19:10:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108472026-08-13T19:10:22.298Z[ recovery-image] Aug 13 19:10:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108482026-08-13T19:10:22.298Z[ recovery-image] Aug 13 19:10:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108492026-08-13T19:10:22.298Z[ recovery-image] Aug 13 19:10:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108502026-08-13T19:10:22.298Z[ recovery-image] Aug 13 19:10:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108512026-08-13T19:10:22.298Z[ recovery-image] Aug 13 19:10:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108522026-08-13T19:10:22.298Z[ recovery-image] Aug 13 19:10:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108532026-08-13T19:10:22.298Z[ recovery-image] Aug 13 19:10:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108542026-08-13T19:10:22.298Z[ recovery-image] Aug 13 19:10:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108552026-08-13T19:10:22.298Z[ recovery-image] Aug 13 19:10:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108562026-08-13T19:10:22.298Z[ recovery-image] Aug 13 19:10:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108572026-08-13T19:10:22.298Z[ recovery-image] Aug 13 19:10:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108582026-08-13T19:10:22.298Z[ recovery-image] Aug 13 19:10:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108592026-08-13T19:10:22.298Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108602026-08-13T19:10:22.298Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108612026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108622026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108632026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108642026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108652026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108662026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
108672026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
108682026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108692026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
108702026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
108712026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
108722026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
108732026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
108742026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
108752026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
108762026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
108772026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
108782026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
108792026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
108802026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
108812026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
108822026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
108832026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
108842026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
108852026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
108862026-08-13T19:10:22.299Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
108872026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
108882026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
108892026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
108902026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
108912026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
108922026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
108932026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
108942026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.891 INFO O| Info: ABL version: 0x100af010
108952026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.891 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
108962026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.891 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
108972026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
108982026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
108992026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109002026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109012026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109022026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109032026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109042026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109052026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109062026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109072026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109082026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109092026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109102026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109112026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109122026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109132026-08-13T19:10:22.300Z[ recovery-image] Aug 13 19:10:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109142026-08-13T19:10:22.301Z[ recovery-image] Aug 13 19:10:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109152026-08-13T19:10:22.301Z[ recovery-image] Aug 13 19:10:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109162026-08-13T19:10:22.301Z[ recovery-image] Aug 13 19:10:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109172026-08-13T19:10:22.301Z[ recovery-image] Aug 13 19:10:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109182026-08-13T19:10:22.301Z[ recovery-image] Aug 13 19:10:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109192026-08-13T19:10:22.301Z[ recovery-image] Aug 13 19:10:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109202026-08-13T19:10:22.301Z[ recovery-image] Aug 13 19:10:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109212026-08-13T19:10:22.301Z[ recovery-image] Aug 13 19:10:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109222026-08-13T19:10:22.301Z[ recovery-image] Aug 13 19:10:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109232026-08-13T19:10:22.301Z[ recovery-image] Aug 13 19:10:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109242026-08-13T19:10:22.301Z[ recovery-image] Aug 13 19:10:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109252026-08-13T19:10:22.301Z[ recovery-image] Aug 13 19:10:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109262026-08-13T19:10:22.301Z[ recovery-image] Aug 13 19:10:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109272026-08-13T19:10:22.301Z[ recovery-image] Aug 13 19:10:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109282026-08-13T19:10:22.330Z[ recovery-image] Aug 13 19:10:20.931 INFO building ROM for gimlet
109292026-08-13T19:10:22.331Z[ recovery-image] Aug 13 19:10:20.931 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")
109302026-08-13T19:10:22.425Z[ recovery-image] Aug 13 19:10:21.025 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109312026-08-13T19:10:22.429Z[ recovery-image] Aug 13 19:10:21.027 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`
109322026-08-13T19:10:22.439Z[ recovery-image] Aug 13 19:10:21.039 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109332026-08-13T19:10:22.506Z[ recovery-image] Aug 13 19:10:21.107 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109342026-08-13T19:10:22.510Z[ recovery-image] Aug 13 19:10:21.110 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`
109352026-08-13T19:10:22.629Z[ recovery-image] Aug 13 19:10:21.227 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109362026-08-13T19:10:22.629Z[ recovery-image] Aug 13 19:10:21.227 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109372026-08-13T19:10:22.629Z[ recovery-image] Aug 13 19:10:21.227 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109382026-08-13T19:10:22.634Z[ recovery-image] Aug 13 19:10:21.227 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109392026-08-13T19:10:22.635Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109402026-08-13T19:10:22.635Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109412026-08-13T19:10:22.635Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109422026-08-13T19:10:22.635Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109432026-08-13T19:10:22.635Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109442026-08-13T19:10:22.635Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109452026-08-13T19:10:22.635Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109462026-08-13T19:10:22.635Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109472026-08-13T19:10:22.635Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109482026-08-13T19:10:22.635Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109492026-08-13T19:10:22.635Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109502026-08-13T19:10:22.635Z[ recovery-image] Aug 13 19:10:21.228 INFO O| Info: ABL version: 0x100f5010
109512026-08-13T19:10:22.636Z[ recovery-image] Aug 13 19:10:21.228 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109522026-08-13T19:10:22.636Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109532026-08-13T19:10:22.636Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109542026-08-13T19:10:22.636Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109552026-08-13T19:10:22.636Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109562026-08-13T19:10:22.636Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109572026-08-13T19:10:22.636Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109582026-08-13T19:10:22.636Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109592026-08-13T19:10:22.636Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109602026-08-13T19:10:22.636Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109612026-08-13T19:10:22.636Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109622026-08-13T19:10:22.636Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109632026-08-13T19:10:22.636Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109642026-08-13T19:10:22.636Z[ recovery-image] Aug 13 19:10:21.228 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109652026-08-13T19:10:22.636Z[ recovery-image] Aug 13 19:10:21.229 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109662026-08-13T19:10:22.636Z[ recovery-image] Aug 13 19:10:21.229 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109672026-08-13T19:10:22.636Z[ recovery-image] Aug 13 19:10:21.229 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109682026-08-13T19:10:22.636Z[ recovery-image] Aug 13 19:10:21.229 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109692026-08-13T19:10:22.636Z[ recovery-image] Aug 13 19:10:21.229 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109702026-08-13T19:10:22.660Z[ recovery-image] Aug 13 19:10:21.260 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109712026-08-13T19:10:22.660Z[ recovery-image] Aug 13 19:10:21.260 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109722026-08-13T19:10:22.891Z[ host-image] Aug 13 19:10:21.492 INFO creating reset image...
109732026-08-13T19:10:22.891Z[ host-image] Aug 13 19:10:21.492 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")
109742026-08-13T19:10:22.976Z[ host-image] Aug 13 19:10:21.576 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
109752026-08-13T19:10:22.980Z[ host-image] Aug 13 19:10:21.578 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
109762026-08-13T19:10:23.283Z[ host-image] Aug 13 19:10:21.883 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)
109772026-08-13T19:10:23.283Z[ host-image] Aug 13 19:10:21.883 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)
109782026-08-13T19:10:23.287Z[ host-image] Aug 13 19:10:21.883 INFO E| Compiling proc-macro2 v1.0.106
109792026-08-13T19:10:23.287Z[ host-image] Aug 13 19:10:21.883 INFO E| Compiling unicode-ident v1.0.24
109802026-08-13T19:10:23.287Z[ host-image] Aug 13 19:10:21.883 INFO E| Compiling quote v1.0.45
109812026-08-13T19:10:23.287Z[ host-image] Aug 13 19:10:21.883 INFO E| Compiling syn v1.0.109
109822026-08-13T19:10:23.287Z[ host-image] Aug 13 19:10:21.883 INFO E| Compiling x86 v0.52.0
109832026-08-13T19:10:23.292Z[ host-image] Aug 13 19:10:21.893 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
109842026-08-13T19:10:23.292Z[ host-image] Aug 13 19:10:21.893 INFO E| Compiling seq-macro v0.3.6
109852026-08-13T19:10:24.028Z[ recovery-image] Aug 13 19:10:22.628 INFO image complete! materials are in "/work/os-recovery"
109862026-08-13T19:10:24.031Z[ recovery-image]
109872026-08-13T19:10:24.031Z[ recovery-image] real 3:34.652241381
109882026-08-13T19:10:24.031Z[ recovery-image] user 2:39.511954334
109892026-08-13T19:10:24.031Z[ recovery-image] sys 39.716788303
109902026-08-13T19:10:24.031Z[ recovery-image] trap 0.116103222
109912026-08-13T19:10:24.031Z[ recovery-image] tflt 0.609036006
109922026-08-13T19:10:24.031Z[ recovery-image] dflt 0.920449017
109932026-08-13T19:10:24.031Z[ recovery-image] kflt 0.002446753
109942026-08-13T19:10:24.031Z[ recovery-image] lock 8:20.710474603
109952026-08-13T19:10:24.031Z[ recovery-image] slp 18:56.271271658
109962026-08-13T19:10:24.031Z[ recovery-image] lat 27.795667404
109972026-08-13T19:10:24.031Z[ recovery-image] stop 7.748770348
109982026-08-13T19:10:24.031ZAug 13 19:10:22.632 INFO [recovery-image] process exited with exit status: 0 (214.656905801s)
109992026-08-13T19:10:24.032ZAug 13 19:10:22.632 INFO [tuf-v2-recovery] running task
110002026-08-13T19:10:24.035ZAug 13 19:10:22.633 INFO [tuf-v2-recovery] task succeeded (771.52µs)
110012026-08-13T19:10:24.241Z[ host-image] Aug 13 19:10:22.842 INFO E| Compiling syn v2.0.117
110022026-08-13T19:10:25.525Z[ host-image] Aug 13 19:10:24.126 INFO E| Compiling scroll_derive v0.13.1
110032026-08-13T19:10:26.593Z[ host-image] Aug 13 19:10:25.193 INFO E| Compiling bitstruct_derive v0.1.0
110042026-08-13T19:10:35.872Z[ host-image] Aug 13 19:10:34.473 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)
110052026-08-13T19:10:38.066Z[ host-image] Aug 13 19:10:36.666 INFO E| Compiling bitflags v1.3.2
110062026-08-13T19:10:38.069Z[ host-image] Aug 13 19:10:36.666 INFO E| Compiling bit_field v0.10.3
110072026-08-13T19:10:38.069Z[ host-image] Aug 13 19:10:36.666 INFO E| Compiling bitflags v2.13.0
110082026-08-13T19:10:38.069Z[ host-image] Aug 13 19:10:36.666 INFO E| Compiling adler2 v2.0.1
110092026-08-13T19:10:38.069Z[ host-image] Aug 13 19:10:36.666 INFO E| Compiling plain v0.2.3
110102026-08-13T19:10:38.069Z[ host-image] Aug 13 19:10:36.666 INFO E| Compiling log v0.4.32
110112026-08-13T19:10:38.070Z[ host-image] Aug 13 19:10:36.666 INFO E| Compiling scroll v0.13.0
110122026-08-13T19:10:38.070Z[ host-image] Aug 13 19:10:36.666 INFO E| Compiling bitstruct v0.1.1
110132026-08-13T19:10:38.070Z[ host-image] Aug 13 19:10:36.666 INFO E| Compiling static_assertions v1.1.0
110142026-08-13T19:10:38.119Z[ host-image] Aug 13 19:10:36.720 INFO E| Compiling raw-cpuid v10.7.0
110152026-08-13T19:10:38.175Z[ host-image] Aug 13 19:10:36.776 INFO E| Compiling miniz_oxide v0.9.1
110162026-08-13T19:10:38.237Z[ host-image] Aug 13 19:10:36.836 INFO E| Compiling cpio_reader v0.1.2
110172026-08-13T19:10:38.288Z[ host-image] Aug 13 19:10:36.889 INFO E| Compiling goblin v0.10.7
110182026-08-13T19:10:41.248Z[ host-image] Aug 13 19:10:39.849 INFO E| Finished `release` profile [optimized] target(s) in 18.25s
110192026-08-13T19:10:41.262Z[ host-image] Aug 13 19:10:39.862 INFO building ROM for cosmo
110202026-08-13T19:10:41.262Z[ host-image] Aug 13 19:10:39.862 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")
110212026-08-13T19:10:41.356Z[ host-image] Aug 13 19:10:39.957 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110222026-08-13T19:10:41.360Z[ host-image] Aug 13 19:10:39.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/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`
110232026-08-13T19:10:41.371Z[ host-image] Aug 13 19:10:39.972 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110242026-08-13T19:10:41.444Z[ host-image] Aug 13 19:10:40.045 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110252026-08-13T19:10:41.448Z[ host-image] Aug 13 19:10:40.047 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`
110262026-08-13T19:10:41.671Z[ host-image] Aug 13 19:10:40.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110272026-08-13T19:10:41.671Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110282026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110292026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110302026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110312026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110322026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110332026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110342026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110352026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110362026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110372026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110382026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110392026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110402026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110412026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110422026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110432026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110442026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110452026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110462026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110472026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110482026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110492026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110502026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110512026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110522026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110532026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110542026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110552026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110562026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110572026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110582026-08-13T19:10:41.676Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110592026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110602026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110612026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110622026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110632026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110642026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110652026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110662026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110672026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110682026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110692026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110702026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110712026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110722026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110732026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110742026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110752026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110762026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110772026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110782026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110792026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO O| Info: ABL version: 0x100af010
110802026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110812026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110822026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110832026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110842026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110852026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110862026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110872026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110882026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110892026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110902026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110912026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110922026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110932026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110942026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110952026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110962026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110972026-08-13T19:10:41.677Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110982026-08-13T19:10:41.678Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110992026-08-13T19:10:41.678Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111002026-08-13T19:10:41.678Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111012026-08-13T19:10:41.678Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111022026-08-13T19:10:41.678Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111032026-08-13T19:10:41.678Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111042026-08-13T19:10:41.678Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111052026-08-13T19:10:41.678Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111062026-08-13T19:10:41.678Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111072026-08-13T19:10:41.678Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111082026-08-13T19:10:41.678Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111092026-08-13T19:10:41.678Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111102026-08-13T19:10:41.678Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111112026-08-13T19:10:41.678Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111122026-08-13T19:10:41.678Z[ host-image] Aug 13 19:10:40.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111132026-08-13T19:10:41.717Z[ host-image] Aug 13 19:10:40.307 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111142026-08-13T19:10:41.717Z[ host-image] Aug 13 19:10:40.307 INFO building ROM for gimlet
111152026-08-13T19:10:41.717Z[ host-image] Aug 13 19:10:40.308 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")
111162026-08-13T19:10:41.801Z[ host-image] Aug 13 19:10:40.402 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111172026-08-13T19:10:41.804Z[ host-image] Aug 13 19:10:40.404 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`
111182026-08-13T19:10:41.816Z[ host-image] Aug 13 19:10:40.417 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111192026-08-13T19:10:41.892Z[ host-image] Aug 13 19:10:40.492 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
111202026-08-13T19:10:41.898Z[ host-image] Aug 13 19:10:40.495 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`
111212026-08-13T19:10:42.015Z[ host-image] Aug 13 19:10:40.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111222026-08-13T19:10:42.015Z[ host-image] Aug 13 19:10:40.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111232026-08-13T19:10:42.018Z[ host-image] Aug 13 19:10:40.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111242026-08-13T19:10:42.018Z[ host-image] Aug 13 19:10:40.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111252026-08-13T19:10:42.018Z[ host-image] Aug 13 19:10:40.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111262026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111272026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111282026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111292026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111302026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111312026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111322026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111332026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111342026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111352026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111362026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.616 INFO O| Info: ABL version: 0x100f5010
111372026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.616 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111382026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111392026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111402026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111412026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111422026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111432026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111442026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111452026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111462026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111472026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111482026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111492026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111502026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111512026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111522026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111532026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111542026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111552026-08-13T19:10:42.019Z[ host-image] Aug 13 19:10:40.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111562026-08-13T19:10:42.059Z[ host-image] Aug 13 19:10:40.653 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111572026-08-13T19:10:42.060Z[ host-image] Aug 13 19:10:40.653 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111582026-08-13T19:10:55.072Z[ host-image] Aug 13 19:10:53.671 INFO image complete! materials are in "/work/os-host"
111592026-08-13T19:10:55.076Z[ host-image]
111602026-08-13T19:10:55.076Z[ host-image] real 4:14.977745720
111612026-08-13T19:10:55.076Z[ host-image] user 2:52.313172204
111622026-08-13T19:10:55.076Z[ host-image] sys 36.075794875
111632026-08-13T19:10:55.076Z[ host-image] trap 0.130812308
111642026-08-13T19:10:55.076Z[ host-image] tflt 0.369562139
111652026-08-13T19:10:55.076Z[ host-image] dflt 0.252982449
111662026-08-13T19:10:55.076Z[ host-image] kflt 0.000324502
111672026-08-13T19:10:55.076Z[ host-image] lock 4:44.372544786
111682026-08-13T19:10:55.076Z[ host-image] slp 21:22.063990341
111692026-08-13T19:10:55.076Z[ host-image] lat 22.680369037
111702026-08-13T19:10:55.076Z[ host-image] stop 1.632749694
111712026-08-13T19:10:55.077ZAug 13 19:10:53.676 INFO [host-image] process exited with exit status: 0 (254.98386005s)
111722026-08-13T19:10:55.077ZAug 13 19:10:53.676 INFO [tuf-v2-host] running task
111732026-08-13T19:10:55.077ZAug 13 19:10:53.677 INFO [tuf-repo] running task
111742026-08-13T19:10:55.081ZAug 13 19:10:53.677 INFO [tuf-v2-host] task succeeded (787.94µs)
111752026-08-13T19:10:55.081ZAug 13 19:10:53.677 INFO [tuf-v2-repo] running task
111762026-08-13T19:11:19.163ZAug 13 19:11:17.763 INFO [tuf-v2-repo] task succeeded (24.086169512s)
111772026-08-13T19:11:19.211ZAug 13 19:11:17.812 INFO assembling repository in `/tmp/tufaceousCFHn03`, component: OmicronRepoAssembler
111782026-08-13T19:11:28.058ZAug 13 19:11:26.658 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111792026-08-13T19:11:28.318ZAug 13 19:11:26.918 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111802026-08-13T19:11:30.587ZAug 13 19:11:29.187 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
111812026-08-13T19:11:30.645ZAug 13 19:11:29.245 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
111822026-08-13T19:11:30.694ZAug 13 19:11:29.294 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
111832026-08-13T19:11:30.749ZAug 13 19:11:29.350 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
111842026-08-13T19:11:30.805ZAug 13 19:11:29.406 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
111852026-08-13T19:11:30.858ZAug 13 19:11:29.459 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
111862026-08-13T19:11:30.916ZAug 13 19:11:29.516 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
111872026-08-13T19:11:41.540ZAug 13 19:11:40.139 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
111882026-08-13T19:11:41.544ZAug 13 19:11:40.145 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
111892026-08-13T19:11:41.568ZAug 13 19:11:40.168 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
111902026-08-13T19:11:41.623ZAug 13 19:11:40.223 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
111912026-08-13T19:11:41.676ZAug 13 19:11:40.277 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
111922026-08-13T19:11:41.741ZAug 13 19:11:40.342 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
111932026-08-13T19:11:41.808ZAug 13 19:11:40.408 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
111942026-08-13T19:11:41.814ZAug 13 19:11:40.414 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
111952026-08-13T19:11:41.837ZAug 13 19:11:40.438 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
111962026-08-13T19:11:43.579ZAug 13 19:11:42.179 INFO [tuf-repo] task succeeded (48.502216353s)
111972026-08-13T19:14:06.937Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 13s
111982026-08-13T19:14:09.665ZAug 13 19:14:08.263 INFO [verify-libraries] process exited with exit status: 0 (440.548931159s)
111992026-08-13T19:14:09.665ZAug 13 19:14:08.263 INFO all jobs completed in 1228.720577323s
112002026-08-13T19:14:10.953Zprocess exited: duration 1455095 ms, exit code 0
 
112012026-08-13T19:14:10.969Zfound 41 output files
112022026-08-13T19:14:10.969Zuploading: /work/manifest.toml (17334 bytes)
112032026-08-13T19:14:11.991Zuploaded: /work/manifest.toml
112042026-08-13T19:14:11.991Zuploading: /work/repo.zip (3277653035 bytes)
112052026-08-13T19:15:01.149Zuploaded: /work/repo.zip
112062026-08-13T19:15:01.149Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112072026-08-13T19:15:02.214Zuploaded: /work/repo.zip.sha256.txt
112082026-08-13T19:15:02.214Zuploading: /work/helios.json (647 bytes)
112092026-08-13T19:15:03.230Zuploaded: /work/helios.json
112102026-08-13T19:15:03.230Zuploading: /work/incorporation.p5m (113590 bytes)
112112026-08-13T19:15:04.250Zuploaded: /work/incorporation.p5m
112122026-08-13T19:15:04.250Zuploading: /work/incorporation.p5p (133120 bytes)
112132026-08-13T19:15:05.283Zuploaded: /work/incorporation.p5p
112142026-08-13T19:15:05.283Zuploading: /work/helios-incorp.log (522 bytes)
112152026-08-13T19:15:06.303Zuploaded: /work/helios-incorp.log
112162026-08-13T19:15:06.303Zuploading: /work/helios-setup.log (57464 bytes)
112172026-08-13T19:15:07.323Zuploaded: /work/helios-setup.log
112182026-08-13T19:15:07.323Zuploading: /work/host-image.log (233350 bytes)
112192026-08-13T19:15:08.348Zuploaded: /work/host-image.log
112202026-08-13T19:15:08.348Zuploading: /work/host-package.log (33129 bytes)
112212026-08-13T19:15:09.364Zuploaded: /work/host-package.log
112222026-08-13T19:15:09.364Zuploading: /work/host-target.log (101 bytes)
112232026-08-13T19:15:10.385Zuploaded: /work/host-target.log
112242026-08-13T19:15:10.385Zuploading: /work/incorp-create.log (0 bytes)
112252026-08-13T19:15:11.409Zuploaded: /work/incorp-create.log
112262026-08-13T19:15:11.409Zuploading: /work/incorp-fmt.log (0 bytes)
112272026-08-13T19:15:12.450Zuploaded: /work/incorp-fmt.log
112282026-08-13T19:15:12.450Zuploading: /work/incorp-pkgsend.log (108 bytes)
112292026-08-13T19:15:13.483Zuploaded: /work/incorp-pkgsend.log
112302026-08-13T19:15:13.483Zuploading: /work/incorp-publisher.log (0 bytes)
112312026-08-13T19:15:14.495Zuploaded: /work/incorp-publisher.log
112322026-08-13T19:15:14.495Zuploading: /work/omicron-package.log (10114 bytes)
112332026-08-13T19:15:15.509Zuploaded: /work/omicron-package.log
112342026-08-13T19:15:15.509Zuploading: /work/recovery-image.log (591232 bytes)
112352026-08-13T19:15:16.537Zuploaded: /work/recovery-image.log
112362026-08-13T19:15:16.537Zuploading: /work/recovery-package.log (321 bytes)
112372026-08-13T19:15:17.554Zuploaded: /work/recovery-package.log
112382026-08-13T19:15:17.554Zuploading: /work/recovery-target.log (98 bytes)
112392026-08-13T19:15:18.574Zuploaded: /work/recovery-target.log
112402026-08-13T19:15:18.574Zuploading: /work/stamp-clickhouse.log (117 bytes)
112412026-08-13T19:15:19.593Zuploaded: /work/stamp-clickhouse.log
112422026-08-13T19:15:19.593Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112432026-08-13T19:15:20.614Zuploaded: /work/stamp-clickhouse_keeper.log
112442026-08-13T19:15:20.624Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112452026-08-13T19:15:21.629Zuploaded: /work/stamp-clickhouse_server.log
112462026-08-13T19:15:21.629Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112472026-08-13T19:15:22.648Zuploaded: /work/stamp-cockroachdb.log
112482026-08-13T19:15:22.648Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112492026-08-13T19:15:23.661Zuploaded: /work/stamp-crucible-pantry-zone.log
112502026-08-13T19:15:23.662Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112512026-08-13T19:15:24.711Zuploaded: /work/stamp-crucible-utils.log
112522026-08-13T19:15:24.711Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112532026-08-13T19:15:25.720Zuploaded: /work/stamp-crucible-zone.log
112542026-08-13T19:15:25.720Zuploading: /work/stamp-external-dns.log (119 bytes)
112552026-08-13T19:15:26.736Zuploaded: /work/stamp-external-dns.log
112562026-08-13T19:15:26.736Zuploading: /work/stamp-installinator.log (103 bytes)
112572026-08-13T19:15:27.750Zuploaded: /work/stamp-installinator.log
112582026-08-13T19:15:27.750Zuploading: /work/stamp-internal-dns.log (119 bytes)
112592026-08-13T19:15:28.780Zuploaded: /work/stamp-internal-dns.log
112602026-08-13T19:15:28.781Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112612026-08-13T19:15:29.796Zuploaded: /work/stamp-mg-ddm-gz.log
112622026-08-13T19:15:29.796Zuploading: /work/stamp-nexus.log (112 bytes)
112632026-08-13T19:15:30.812Zuploaded: /work/stamp-nexus.log
112642026-08-13T19:15:30.812Zuploading: /work/stamp-ntp.log (110 bytes)
112652026-08-13T19:15:31.841Zuploaded: /work/stamp-ntp.log
112662026-08-13T19:15:31.841Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
112672026-08-13T19:15:32.865Zuploaded: /work/stamp-omicron-sled-agent.log
112682026-08-13T19:15:32.865Zuploading: /work/stamp-overlay.log (114 bytes)
112692026-08-13T19:15:33.883Zuploaded: /work/stamp-overlay.log
112702026-08-13T19:15:33.884Zuploading: /work/stamp-oximeter.log (115 bytes)
112712026-08-13T19:15:34.905Zuploaded: /work/stamp-oximeter.log
112722026-08-13T19:15:34.905Zuploading: /work/stamp-oxlog.log (109 bytes)
112732026-08-13T19:15:39.688Zuploaded: /work/stamp-oxlog.log
112742026-08-13T19:15:39.688Zuploading: /work/stamp-probe.log (112 bytes)
112752026-08-13T19:15:40.748Zuploaded: /work/stamp-probe.log
112762026-08-13T19:15:40.748Zuploading: /work/stamp-propolis-server.log (122 bytes)
112772026-08-13T19:15:41.852Zuploaded: /work/stamp-propolis-server.log
112782026-08-13T19:15:41.852Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
112792026-08-13T19:15:42.871Zuploaded: /work/stamp-pumpkind-gz.log
112802026-08-13T19:15:42.871Zuploading: /work/stamp-switch-asic.log (118 bytes)
112812026-08-13T19:15:43.882Zuploaded: /work/stamp-switch-asic.log
112822026-08-13T19:15:43.882Zuploading: /work/verify-libraries.log (49730 bytes)
112832026-08-13T19:15:44.900Zuploaded: /work/verify-libraries.log