01KZ6XT3ANM0AQDYB58DM1RCYZ: 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: 01KZ6XTW3M99AR3P6CS67B8XR0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-04T17:42:11.170Zjob assigned to worker 01KZ6XV4GKFRG8Z1V31Z8N498D [factory aws, i-05de52a7d9b89faef] (queued for 1 m 1 s)
 
22026-08-04T17:42:18.367Zstarting task 0: "setup"
32026-08-04T17:42:18.372Z++ uname -s
42026-08-04T17:42:18.376Z+ kern=SunOS
52026-08-04T17:42:18.376Z+ build_user=build
62026-08-04T17:42:18.376Z+ build_uid=12345
72026-08-04T17:42:18.376Z+ work_dir=/work
82026-08-04T17:42:18.376Z+ input_dir=/input
92026-08-04T17:42:18.376Z+ [[ 0 == 12345 ]]
102026-08-04T17:42:18.376Z+ case "$kern" in
112026-08-04T17:42:18.376Z+ groupadd -g 12345 build
122026-08-04T17:42:18.384Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-04T17:42:20.386Z+ zfs create -o mountpoint=/work rpool/work
142026-08-04T17:42:20.497Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-04T17:42:20.501Z+ home_fs=zfs
162026-08-04T17:42:20.501Z+ [[ zfs == autofs ]]
172026-08-04T17:42:20.501Z+ mkdir -p /home/build
182026-08-04T17:42:20.501Z+ chown build:build /home/build /work
192026-08-04T17:42:22.503Z+ chmod 0700 /home/build /work
202026-08-04T17:42:22.507Zprocess exited: duration 4142 ms, exit code 0
 
212026-08-04T17:42:22.521Zstarting task 1: "rust-toolchain"
222026-08-04T17:42:22.530Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-04T17:42:22.530Z * rust toolchain channel = "1.97.1"
242026-08-04T17:42:22.530Z * rust toolchain profile = "default"
252026-08-04T17:42:22.530Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-04T17:42:22.530Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-04T17:42:22.530Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-04T17:42:22.530Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-04T17:42:22.530Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-04T17:42:22.637Zinfo: downloading installer
312026-08-04T17:42:23.974Zwarn: It looks like you have an existing rustup settings file at:
322026-08-04T17:42:23.975Zwarn: /home/build/.rustup/settings.toml
332026-08-04T17:42:23.975Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-04T17:42:23.975Zwarn: instead of the one inferred from the default host triple.
352026-08-04T17:42:23.989Zinfo: profile set to default
362026-08-04T17:42:23.990Zinfo: default host triple is x86_64-unknown-illumos
372026-08-04T17:42:23.995Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-04T17:42:24.118Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-04T17:42:24.122Zinfo: downloading 6 components
402026-08-04T17:42:38.215Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-04T17:42:38.216Z
422026-08-04T17:42:38.246Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-04T17:42:38.246Z
442026-08-04T17:42:38.246Z
452026-08-04T17:42:38.246ZRust is installed now. Great!
462026-08-04T17:42:38.246Z
472026-08-04T17:42:38.246ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-04T17:42:38.246Zenvironment variable. This has not been done automatically.
492026-08-04T17:42:38.246Z
502026-08-04T17:42:38.246ZTo configure your current shell, you need to source
512026-08-04T17:42:38.275Zthe corresponding env file under $HOME/.cargo.
522026-08-04T17:42:38.275Z
532026-08-04T17:42:38.275ZThis is usually done by running one of the following (note the leading DOT):
542026-08-04T17:42:38.275Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-04T17:42:38.275Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-04T17:42:38.275Zsource "~/.cargo/env.nu" # For nushell
572026-08-04T17:42:38.275Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-04T17:42:38.275Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-04T17:42:38.275Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-04T17:42:38.275Zwarn: no default linker (`cc`) was found in your PATH
612026-08-04T17:42:38.275Zwarn: many Rust crates require a system C toolchain to build
622026-08-04T17:42:38.347Z+ rustup --version
632026-08-04T17:42:38.353Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-04T17:42:38.357Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-04T17:42:38.385Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-04T17:42:38.400Z+ cargo --version
672026-08-04T17:42:38.400Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-04T17:42:38.400Z+ rustc --version
692026-08-04T17:42:38.424Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-04T17:42:38.437Zprocess exited: duration 15898 ms, exit code 0
 
712026-08-04T17:42:38.452Zstarting task 2: "authentication"
722026-08-04T17:42:38.466Zprocess exited: duration 19 ms, exit code 0
 
732026-08-04T17:42:38.474Zstarting task 3: "clone repository"
742026-08-04T17:42:38.478Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-04T17:42:38.484Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-04T17:42:38.516ZCloning into '/work/oxidecomputer/omicron'...
772026-08-04T17:42:57.807Z+ cd /work/oxidecomputer/omicron
782026-08-04T17:42:57.807Z+ git fetch origin 6cc81ce3932cf9c476fca9721fea85d8035760dd
792026-08-04T17:42:57.897ZFrom https://github.com/oxidecomputer/omicron
802026-08-04T17:42:57.897Z * branch 6cc81ce3932cf9c476fca9721fea85d8035760dd -> FETCH_HEAD
812026-08-04T17:42:57.898Z+ [[ -n multirack-join-service-part-2 ]]
822026-08-04T17:42:57.898Z++ git branch --show-current
832026-08-04T17:42:57.898Z+ current=main
842026-08-04T17:42:57.898Z+ [[ main != multirack-join-service-part-2 ]]
852026-08-04T17:42:57.898Z+ git branch -f multirack-join-service-part-2 6cc81ce3932cf9c476fca9721fea85d8035760dd
862026-08-04T17:42:57.898Z+ git checkout -f multirack-join-service-part-2
872026-08-04T17:42:57.898ZSwitched to branch 'multirack-join-service-part-2'
882026-08-04T17:42:57.898Z+ git reset --hard 6cc81ce3932cf9c476fca9721fea85d8035760dd
892026-08-04T17:42:57.898ZHEAD is now at 6cc81ce39 move some types and break a circular dep
902026-08-04T17:42:57.898Zprocess exited: duration 17221 ms, exit code 0
 
912026-08-04T17:42:57.941Zstarting task 4: "build"
922026-08-04T17:42:57.961Z+ source .github/buildomat/ci-env.sh
932026-08-04T17:42:57.961Z++ export CARGO_TERM_COLOR=always
942026-08-04T17:42:57.961Z++ CARGO_TERM_COLOR=always
952026-08-04T17:42:57.961Z+++ uname -s
962026-08-04T17:42:57.961Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-04T17:42:57.961Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-04T17:42:57.961Z+ cargo --version
992026-08-04T17:42:57.961Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-04T17:42:57.961Z+ rustc --version
1012026-08-04T17:42:57.978Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-04T17:42:57.981Z+ cargo tree --locked
1032026-08-04T17:42:58.143Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-04T17:42:58.417Z Updating crates.io index
1052026-08-04T17:42:58.420Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-04T17:42:58.625Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-04T17:42:58.909Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-04T17:43:00.140Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-04T17:43:00.726Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-04T17:43:02.627Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-04T17:43:03.704Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-04T17:43:03.960Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-04T17:43:04.279Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-04T17:43:05.613Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-04T17:43:05.846Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-04T17:43:06.157Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1172026-08-04T17:43:06.455Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-08-04T17:43:07.044Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1192026-08-04T17:43:07.521Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1202026-08-04T17:43:07.747Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-04T17:43:08.001Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-04T17:43:08.241Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-08-04T17:43:08.515Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1242026-08-04T17:43:08.727Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1252026-08-04T17:43:08.966Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1262026-08-04T17:43:09.213Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1272026-08-04T17:43:09.574Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1282026-08-04T17:43:09.920Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-08-04T17:43:10.150Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-08-04T17:43:10.576Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-08-04T17:43:10.814Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1322026-08-04T17:43:11.198Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332026-08-04T17:43:11.545Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342026-08-04T17:43:11.797Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1352026-08-04T17:43:12.027Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-08-04T17:43:12.367Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1372026-08-04T17:43:12.726Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1382026-08-04T17:43:12.937Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1392026-08-04T17:43:13.227Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-04T17:43:13.464Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-08-04T17:43:13.734Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-08-04T17:43:14.010Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432026-08-04T17:43:14.251Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442026-08-04T17:43:14.498Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452026-08-04T17:43:14.760Z Updating git repository `https://github.com/illumos/smf-rs`
1462026-08-04T17:43:17.548Z Downloading crates ...
1472026-08-04T17:43:17.595Z Downloaded cipher v0.5.2
1482026-08-04T17:43:17.598Z Downloaded ciborium-ll v0.2.2
1492026-08-04T17:43:17.607Z Downloaded clap_lex v1.0.0
1502026-08-04T17:43:17.613Z Downloaded ciborium-io v0.2.2
1512026-08-04T17:43:17.613Z Downloaded cobs v0.3.0
1522026-08-04T17:43:17.616Z Downloaded guppy-workspace-hack v0.1.0
1532026-08-04T17:43:17.616Z Downloaded cpufeatures v0.2.17
1542026-08-04T17:43:17.616Z Downloaded crc v3.4.0
1552026-08-04T17:43:17.619Z Downloaded convert_case v0.4.0
1562026-08-04T17:43:17.624Z Downloaded colorchoice v1.0.4
1572026-08-04T17:43:17.624Z Downloaded half v1.8.3
1582026-08-04T17:43:17.629Z Downloaded compression-core v0.4.31
1592026-08-04T17:43:17.629Z Downloaded cpubits v0.1.1
1602026-08-04T17:43:17.633Z Downloaded globwalk v0.9.1
1612026-08-04T17:43:17.633Z Downloaded git-stub v1.0.0
1622026-08-04T17:43:17.637Z Downloaded crc8 v0.1.1
1632026-08-04T17:43:17.637Z Downloaded home v0.5.12
1642026-08-04T17:43:17.639Z Downloaded cipher v0.4.4
1652026-08-04T17:43:17.639Z Downloaded cmake v0.1.57
1662026-08-04T17:43:17.639Z Downloaded cmov v0.5.4
1672026-08-04T17:43:17.639Z Downloaded const_format_proc_macros v0.2.34
1682026-08-04T17:43:17.643Z Downloaded hex-literal v1.1.0
1692026-08-04T17:43:17.643Z Downloaded http-body v1.0.1
1702026-08-04T17:43:17.643Z Downloaded hostname v0.3.1
1712026-08-04T17:43:17.643Z Downloaded hash32 v0.2.1
1722026-08-04T17:43:17.643Z Downloaded cpufeatures v0.3.0
1732026-08-04T17:43:17.646Z Downloaded crc-catalog v2.4.0
1742026-08-04T17:43:17.646Z Downloaded constant_time_eq v0.4.2
1752026-08-04T17:43:17.646Z Downloaded crossbeam-channel v0.5.15
1762026-08-04T17:43:17.651Z Downloaded addr2line v0.25.1
1772026-08-04T17:43:17.651Z Downloaded ciborium v0.2.2
1782026-08-04T17:43:17.651Z Downloaded crunchy v0.2.4
1792026-08-04T17:43:17.658Z Downloaded headers-core v0.3.0
1802026-08-04T17:43:17.658Z Downloaded http-range v0.1.5
1812026-08-04T17:43:17.658Z Downloaded defmt-parser v1.0.0
1822026-08-04T17:43:17.658Z Downloaded group v0.14.0
1832026-08-04T17:43:17.658Z Downloaded crucible-workspace-hack v0.1.0
1842026-08-04T17:43:17.658Z Downloaded criterion-plot v0.6.0
1852026-08-04T17:43:17.664Z Downloaded heck v0.4.1
1862026-08-04T17:43:17.669Z Downloaded crypto-common v0.1.7
1872026-08-04T17:43:17.672Z Downloaded darling_macro v0.20.11
1882026-08-04T17:43:17.672Z Downloaded convert_case v0.10.0
1892026-08-04T17:43:17.675Z Downloaded git-stub-vcs v0.1.0
1902026-08-04T17:43:17.675Z Downloaded glob v0.3.3
1912026-08-04T17:43:17.675Z Downloaded group v0.13.0
1922026-08-04T17:43:17.678Z Downloaded debug-ignore v1.0.5
1932026-08-04T17:43:17.678Z Downloaded globset v0.4.18
1942026-08-04T17:43:17.683Z Downloaded curve25519-dalek-derive v0.1.1
1952026-08-04T17:43:17.687Z Downloaded darling_macro v0.13.4
1962026-08-04T17:43:17.687Z Downloaded indent_write v2.2.0
1972026-08-04T17:43:17.690Z Downloaded constant_time_eq v0.3.1
1982026-08-04T17:43:17.690Z Downloaded darling_macro v0.23.0
1992026-08-04T17:43:17.693Z Downloaded heck v0.5.0
2002026-08-04T17:43:17.693Z Downloaded crypto-common v0.2.2
2012026-08-04T17:43:17.700Z Downloaded hash32 v0.3.1
2022026-08-04T17:43:17.703Z Downloaded hubpack_derive v0.1.1
2032026-08-04T17:43:17.703Z Downloaded inout v0.2.2
2042026-08-04T17:43:17.707Z Downloaded defmt v0.3.100
2052026-08-04T17:43:17.707Z Downloaded inout v0.1.4
2062026-08-04T17:43:17.708Z Downloaded aead v0.5.2
2072026-08-04T17:43:17.708Z Downloaded concurrent-queue v2.5.0
2082026-08-04T17:43:17.712Z Downloaded derive_builder_macro v0.20.2
2092026-08-04T17:43:17.712Z Downloaded hex-literal v0.4.1
2102026-08-04T17:43:17.712Z Downloaded internet-checksum v0.2.1
2112026-08-04T17:43:17.712Z Downloaded hyper-tls v0.6.0
2122026-08-04T17:43:17.712Z Downloaded idna_adapter v1.2.1
2132026-08-04T17:43:17.712Z Downloaded darling_macro v0.21.3
2142026-08-04T17:43:17.716Z Downloaded async-stream v0.3.6
2152026-08-04T17:43:17.720Z Downloaded cookie_store v0.22.1
2162026-08-04T17:43:17.720Z Downloaded instant v0.1.13
2172026-08-04T17:43:17.720Z Downloaded is_ci v1.2.0
2182026-08-04T17:43:17.723Z Downloaded httpdate v1.0.3
2192026-08-04T17:43:17.726Z Downloaded illumos-nvpair-sys v0.2.0
2202026-08-04T17:43:17.726Z Downloaded cookie v0.18.1
2212026-08-04T17:43:17.726Z Downloaded hubpack v0.1.2
2222026-08-04T17:43:17.729Z Downloaded clap_derive v4.6.1
2232026-08-04T17:43:17.729Z Downloaded const-oid v0.9.6
2242026-08-04T17:43:17.729Z Downloaded crossbeam-epoch v0.9.18
2252026-08-04T17:43:17.733Z Downloaded compression-codecs v0.4.37
2262026-08-04T17:43:17.733Z Downloaded indoc v1.0.9
2272026-08-04T17:43:17.733Z Downloaded illumos-nvpair v0.3.0
2282026-08-04T17:43:17.736Z Downloaded corncobs v0.1.4
2292026-08-04T17:43:17.736Z Downloaded array-init v0.0.4
2302026-08-04T17:43:17.736Z Downloaded arrayref v0.3.9
2312026-08-04T17:43:17.736Z Downloaded instability v0.3.11
2322026-08-04T17:43:17.736Z Downloaded critical-section v1.2.0
2332026-08-04T17:43:17.739Z Downloaded delegate v0.13.5
2342026-08-04T17:43:17.739Z Downloaded hex v0.4.3
2352026-08-04T17:43:17.739Z Downloaded highway v1.3.0
2362026-08-04T17:43:17.739Z Downloaded http-body-util v0.1.3
2372026-08-04T17:43:17.742Z Downloaded backtrace-ext v0.2.1
2382026-08-04T17:43:17.747Z Downloaded ident_case v1.0.1
2392026-08-04T17:43:17.747Z Downloaded atomicwrites v0.4.4
2402026-08-04T17:43:17.750Z Downloaded bitfield-struct v0.6.2
2412026-08-04T17:43:17.750Z Downloaded block-padding v0.4.2
2422026-08-04T17:43:17.751Z Downloaded cfg-if v1.0.4
2432026-08-04T17:43:17.751Z Downloaded opaque-debug v0.3.1
2442026-08-04T17:43:17.754Z Downloaded packed_struct_codegen v0.10.1
2452026-08-04T17:43:17.760Z Downloaded defmt-macros v1.0.1
2462026-08-04T17:43:17.764Z Downloaded cstr-argument v0.1.2
2472026-08-04T17:43:17.767Z Downloaded darling v0.13.4
2482026-08-04T17:43:17.767Z Downloaded daft v0.1.7
2492026-08-04T17:43:17.770Z Downloaded ctr v0.10.1
2502026-08-04T17:43:17.773Z Downloaded deranged v0.5.8
2512026-08-04T17:43:17.773Z Downloaded impl-trait-for-tuples v0.2.3
2522026-08-04T17:43:17.776Z Downloaded derive-ex v0.1.8
2532026-08-04T17:43:17.776Z Downloaded derive_builder_core v0.20.2
2542026-08-04T17:43:17.776Z Downloaded is-terminal v0.4.17
2552026-08-04T17:43:17.776Z Downloaded daft-derive v0.1.7
2562026-08-04T17:43:17.781Z Downloaded data-encoding v2.10.0
2572026-08-04T17:43:17.781Z Downloaded csv-core v0.1.13
2582026-08-04T17:43:17.781Z Downloaded defmt v1.0.1
2592026-08-04T17:43:17.784Z Downloaded hostname v0.4.2
2602026-08-04T17:43:17.787Z Downloaded ctutils v0.4.2
2612026-08-04T17:43:17.787Z Downloaded half v2.7.1
2622026-08-04T17:43:17.790Z Downloaded crossbeam-deque v0.8.6
2632026-08-04T17:43:17.791Z Downloaded derive_builder v0.20.2
2642026-08-04T17:43:17.794Z Downloaded anstream v0.6.21
2652026-08-04T17:43:17.798Z Downloaded anstream v1.0.0
2662026-08-04T17:43:17.799Z Downloaded colored v3.1.1
2672026-08-04T17:43:17.799Z Downloaded crc32fast v1.5.0
2682026-08-04T17:43:17.799Z Downloaded phf_shared v0.12.1
2692026-08-04T17:43:17.799Z Downloaded phf_shared v0.13.1
2702026-08-04T17:43:17.799Z Downloaded ipnet v2.11.0
2712026-08-04T17:43:17.802Z Downloaded ipnetwork v0.21.1
2722026-08-04T17:43:17.802Z Downloaded colored v2.2.0
2732026-08-04T17:43:17.802Z Downloaded potential_utf v0.1.4
2742026-08-04T17:43:17.808Z Downloaded httparse v1.10.1
2752026-08-04T17:43:17.811Z Downloaded indoc v2.0.7
2762026-08-04T17:43:17.811Z Downloaded bcs v0.1.6
2772026-08-04T17:43:17.814Z Downloaded console v0.15.11
2782026-08-04T17:43:17.814Z Downloaded cbc v0.2.1
2792026-08-04T17:43:17.814Z Downloaded chumsky v0.9.3
2802026-08-04T17:43:17.817Z Downloaded clap v4.6.1
2812026-08-04T17:43:17.820Z Downloaded const-oid v0.10.2
2822026-08-04T17:43:17.823Z Downloaded cargo_metadata v0.23.1
2832026-08-04T17:43:17.823Z Downloaded bit-vec v0.6.3
2842026-08-04T17:43:17.823Z Downloaded password-hash v0.5.0
2852026-08-04T17:43:17.826Z Downloaded blowfish v0.10.0
2862026-08-04T17:43:17.826Z Downloaded parse-display v0.10.0
2872026-08-04T17:43:17.826Z Downloaded psl-types v2.0.11
2882026-08-04T17:43:17.826Z Downloaded owo-colors v3.5.0
2892026-08-04T17:43:17.829Z Downloaded russh-util v0.52.0
2902026-08-04T17:43:17.830Z Downloaded oxide-update-engine v0.1.2
2912026-08-04T17:43:17.830Z Downloaded serde-big-array v0.5.1
2922026-08-04T17:43:17.830Z Downloaded russh-cryptovec v0.62.0
2932026-08-04T17:43:17.830Z Downloaded semver v0.1.20
2942026-08-04T17:43:17.833Z Downloaded icu_provider v2.1.1
2952026-08-04T17:43:17.833Z Downloaded signal-hook-mio v0.2.5
2962026-08-04T17:43:17.833Z Downloaded hmac v0.13.0
2972026-08-04T17:43:17.833Z Downloaded scheduled-thread-pool v0.2.7
2982026-08-04T17:43:17.836Z Downloaded crossbeam-utils v0.8.21
2992026-08-04T17:43:17.839Z Downloaded darling v0.21.3
3002026-08-04T17:43:17.839Z Downloaded darling v0.23.0
3012026-08-04T17:43:17.842Z Downloaded path-tree v0.8.3
3022026-08-04T17:43:17.845Z Downloaded clang-sys v1.8.1
3032026-08-04T17:43:17.845Z Downloaded httptest v0.16.4
3042026-08-04T17:43:17.845Z Downloaded peg-macros v0.8.5
3052026-08-04T17:43:17.848Z Downloaded iana-time-zone v0.1.65
3062026-08-04T17:43:17.848Z Downloaded same-file v1.0.6
3072026-08-04T17:43:17.848Z Downloaded ingot-types v0.2.0
3082026-08-04T17:43:17.848Z Downloaded sapling-renderdag v0.1.0
3092026-08-04T17:43:17.851Z Downloaded hmac v0.12.1
3102026-08-04T17:43:17.851Z Downloaded hyper-rustls v0.27.7
3112026-08-04T17:43:17.851Z Downloaded datatest-stable v0.3.3
3122026-08-04T17:43:17.854Z Downloaded hybrid-array v0.4.13
3132026-08-04T17:43:17.857Z Downloaded darling v0.20.11
3142026-08-04T17:43:17.857Z Downloaded hkdf v0.12.4
3152026-08-04T17:43:17.860Z Downloaded phf_shared v0.11.3
3162026-08-04T17:43:17.863Z Downloaded similar-asserts v1.7.0
3172026-08-04T17:43:17.866Z Downloaded port-file v0.1.0
3182026-08-04T17:43:17.866Z Downloaded derive-where v1.6.0
3192026-08-04T17:43:17.870Z Downloaded ahash v0.8.12
3202026-08-04T17:43:17.873Z Downloaded hyper-staticfile v0.10.1
3212026-08-04T17:43:17.873Z Downloaded ingot v0.2.1
3222026-08-04T17:43:17.873Z Downloaded primefield v0.14.0
3232026-08-04T17:43:17.876Z Downloaded primeorder v0.13.6
3242026-08-04T17:43:17.876Z Downloaded progenitor-client v0.13.0
3252026-08-04T17:43:17.876Z Downloaded ingot-macros v0.2.0
3262026-08-04T17:43:17.879Z Downloaded proc-macro-error2 v2.0.1
3272026-08-04T17:43:17.879Z Downloaded structmeta-derive v0.3.0
3282026-08-04T17:43:17.882Z Downloaded humantime v2.3.0
3292026-08-04T17:43:17.882Z Downloaded sync_wrapper v1.0.2
3302026-08-04T17:43:17.882Z Downloaded bzip2 v0.6.1
3312026-08-04T17:43:17.885Z Downloaded bzip2 v0.4.4
3322026-08-04T17:43:17.885Z Downloaded r2d2 v0.8.10
3332026-08-04T17:43:17.886Z Downloaded der v0.7.10
3342026-08-04T17:43:17.889Z Downloaded psm v0.1.30
3352026-08-04T17:43:17.892Z Downloaded cfg-expr v0.20.6
3362026-08-04T17:43:17.892Z Downloaded quote v1.0.45
3372026-08-04T17:43:17.896Z Downloaded rand_core v0.9.5
3382026-08-04T17:43:17.897Z Downloaded rand_core v0.6.4
3392026-08-04T17:43:17.897Z Downloaded resolv-conf v0.7.6
3402026-08-04T17:43:17.897Z Downloaded supports-unicode v2.1.0
3412026-08-04T17:43:17.897Z Downloaded tagptr v0.2.0
3422026-08-04T17:43:17.897Z Downloaded sync-ptr v0.1.4
3432026-08-04T17:43:17.897Z Downloaded terminal_size v0.4.3
3442026-08-04T17:43:17.901Z Downloaded testing_table v0.3.0
3452026-08-04T17:43:17.901Z Downloaded tokio-macros v2.7.0
3462026-08-04T17:43:17.901Z Downloaded trait-variant v0.1.2
3472026-08-04T17:43:17.907Z Downloaded rusty-fork v0.3.1
3482026-08-04T17:43:17.910Z Downloaded crc-any v2.5.0
3492026-08-04T17:43:17.913Z Downloaded derive_more v0.99.20
3502026-08-04T17:43:17.916Z Downloaded console v0.16.2
3512026-08-04T17:43:17.916Z Downloaded der_derive v0.7.3
3522026-08-04T17:43:17.916Z Downloaded hickory-client v0.25.2
3532026-08-04T17:43:17.919Z Downloaded sec1 v0.7.3
3542026-08-04T17:43:17.919Z Downloaded serde_derive_internals v0.29.1
3552026-08-04T17:43:17.923Z Downloaded darling_core v0.13.4
3562026-08-04T17:43:17.923Z Downloaded untrusted v0.9.0
3572026-08-04T17:43:17.929Z Downloaded indexmap v1.9.3
3582026-08-04T17:43:17.929Z Downloaded omicron-zone-package v0.12.3
3592026-08-04T17:43:17.932Z Downloaded pest_generator v2.8.6
3602026-08-04T17:43:17.932Z Downloaded sha2 v0.10.9
3612026-08-04T17:43:17.932Z Downloaded slog-term v2.9.2
3622026-08-04T17:43:17.932Z Downloaded snafu-derive v0.8.9
3632026-08-04T17:43:17.932Z Downloaded untrusted v0.7.1
3642026-08-04T17:43:17.932Z Downloaded wnaf v0.14.0
3652026-08-04T17:43:17.932Z Downloaded signal-hook-registry v1.4.8
3662026-08-04T17:43:17.935Z Downloaded unarray v0.1.4
3672026-08-04T17:43:17.935Z Downloaded derive_more v2.1.1
3682026-08-04T17:43:17.941Z Downloaded pem-rfc7468 v1.0.0
3692026-08-04T17:43:17.944Z Downloaded slog-async v2.8.0
3702026-08-04T17:43:17.944Z Downloaded compact_str v0.8.1
3712026-08-04T17:43:17.947Z Downloaded smallvec v0.6.14
3722026-08-04T17:43:17.947Z Downloaded postgres-types v0.2.12
3732026-08-04T17:43:17.947Z Downloaded rand_chacha v0.9.0
3742026-08-04T17:43:17.947Z Downloaded string_cache v0.8.9
3752026-08-04T17:43:17.950Z Downloaded strum_macros v0.26.4
3762026-08-04T17:43:17.950Z Downloaded unit-prefix v0.5.2
3772026-08-04T17:43:17.950Z Downloaded utf8_iter v1.0.4
3782026-08-04T17:43:17.950Z Downloaded zerofrom v0.1.6
3792026-08-04T17:43:17.950Z Downloaded difflib v0.4.0
3802026-08-04T17:43:17.953Z Downloaded document-features v0.2.12
3812026-08-04T17:43:17.953Z Downloaded dof v0.3.0
3822026-08-04T17:43:17.953Z Downloaded icu_properties v2.1.2
3832026-08-04T17:43:17.956Z Downloaded const_format v0.2.35
3842026-08-04T17:43:17.960Z Downloaded target-lexicon v0.13.3
3852026-08-04T17:43:17.963Z Downloaded dtrace-parser v0.3.0
3862026-08-04T17:43:17.963Z Downloaded endian-type v0.1.2
3872026-08-04T17:43:17.963Z Downloaded support-bundle-viewer v0.1.2
3882026-08-04T17:43:17.965Z Downloaded thiserror-no-std v2.0.2
3892026-08-04T17:43:17.968Z Downloaded tinytemplate v1.2.1
3902026-08-04T17:43:17.968Z Downloaded tokio-native-tls v0.3.1
3912026-08-04T17:43:17.971Z Downloaded tokio-tungstenite v0.21.0
3922026-08-04T17:43:17.972Z Downloaded fd-lock v4.0.4
3932026-08-04T17:43:17.972Z Downloaded foreign-types v0.5.0
3942026-08-04T17:43:17.976Z Downloaded criterion v0.7.0
3952026-08-04T17:43:17.979Z Downloaded darling_core v0.20.11
3962026-08-04T17:43:17.982Z Downloaded form_urlencoded v1.2.2
3972026-08-04T17:43:17.982Z Downloaded escape8259 v0.5.3
3982026-08-04T17:43:17.982Z Downloaded futures-sink v0.3.32
3992026-08-04T17:43:17.985Z Downloaded is_terminal_polyfill v1.70.2
4002026-08-04T17:43:17.985Z Downloaded fnv v1.0.7
4012026-08-04T17:43:17.989Z Downloaded funty v2.0.0
4022026-08-04T17:43:17.989Z Downloaded generic-array v0.14.7
4032026-08-04T17:43:17.989Z Downloaded kem v0.3.0
4042026-08-04T17:43:17.992Z Downloaded heapless v0.7.17
4052026-08-04T17:43:17.995Z Downloaded linked-hash-map v0.5.6
4062026-08-04T17:43:17.996Z Downloaded uzers v0.12.2
4072026-08-04T17:43:17.996Z Downloaded indicatif v0.18.4
4082026-08-04T17:43:17.999Z Downloaded papergrid v0.11.0
4092026-08-04T17:43:17.999Z Downloaded multimap v0.10.1
4102026-08-04T17:43:17.999Z Downloaded heapless v0.8.0
4112026-08-04T17:43:18.003Z Downloaded managed v0.8.0
4122026-08-04T17:43:18.006Z Downloaded mime v0.3.17
4132026-08-04T17:43:18.006Z Downloaded normalize-line-endings v0.3.0
4142026-08-04T17:43:18.006Z Downloaded icu_normalizer v2.1.1
4152026-08-04T17:43:18.011Z Downloaded darling_core v0.21.3
4162026-08-04T17:43:18.011Z Downloaded icu_normalizer_data v2.1.1
4172026-08-04T17:43:18.014Z Downloaded ignore v0.4.25
4182026-08-04T17:43:18.014Z Downloaded spin v0.9.8
4192026-08-04T17:43:18.014Z Downloaded unicase v2.9.0
4202026-08-04T17:43:18.017Z Downloaded nonempty v0.12.0
4212026-08-04T17:43:18.017Z Downloaded env_logger v0.11.9
4222026-08-04T17:43:18.020Z Downloaded md-5 v0.10.6
4232026-08-04T17:43:18.020Z Downloaded newtype-uuid-macros v0.1.0
4242026-08-04T17:43:18.020Z Downloaded newtype_derive v0.1.6
4252026-08-04T17:43:18.023Z Downloaded adler2 v2.0.1
4262026-08-04T17:43:18.027Z Downloaded pin-project v1.1.11
4272026-08-04T17:43:18.030Z Downloaded crypto-bigint v0.5.5
4282026-08-04T17:43:18.034Z Downloaded whoami v1.6.1
4292026-08-04T17:43:18.034Z Downloaded xattr v1.6.1
4302026-08-04T17:43:18.038Z Downloaded quinn-udp v0.5.14
4312026-08-04T17:43:18.038Z Downloaded target-spec v3.5.7
4322026-08-04T17:43:18.038Z Downloaded tinystr v0.8.2
4332026-08-04T17:43:18.041Z Downloaded icu_locale_core v2.1.1
4342026-08-04T17:43:18.041Z Downloaded tokio-tungstenite v0.23.1
4352026-08-04T17:43:18.044Z Downloaded prefix-trie v0.7.0
4362026-08-04T17:43:18.044Z Downloaded assert_matches v1.5.0
4372026-08-04T17:43:18.047Z Downloaded cfg_aliases v0.1.1
4382026-08-04T17:43:18.047Z Downloaded openssl-probe v0.1.6
4392026-08-04T17:43:18.048Z Downloaded ron v0.8.1
4402026-08-04T17:43:18.051Z Downloaded darling_core v0.23.0
4412026-08-04T17:43:18.051Z Downloaded futures-executor v0.3.32
4422026-08-04T17:43:18.054Z Downloaded serde_core v1.0.228
4432026-08-04T17:43:18.054Z Downloaded serde_derive v1.0.228
4442026-08-04T17:43:18.057Z Downloaded twox-hash v2.1.2
4452026-08-04T17:43:18.057Z Downloaded either v1.15.0
4462026-08-04T17:43:18.057Z Downloaded atty v0.2.14
4472026-08-04T17:43:18.057Z Downloaded bitfield-macros v0.19.4
4482026-08-04T17:43:18.057Z Downloaded thiserror v2.0.18
4492026-08-04T17:43:18.094Z Downloaded plotters-svg v0.3.7
4502026-08-04T17:43:18.094Z Downloaded serde_with_macros v3.21.0
4512026-08-04T17:43:18.094Z Downloaded fallible-iterator v0.2.0
4522026-08-04T17:43:18.096Z Downloaded cast v0.3.0
4532026-08-04T17:43:18.096Z Downloaded oso-derive v0.27.3
4542026-08-04T17:43:18.096Z Downloaded percent-encoding v2.3.2
4552026-08-04T17:43:18.096Z Downloaded vsss-rs v3.3.4
4562026-08-04T17:43:18.096Z Downloaded multer v3.1.0
4572026-08-04T17:43:18.096Z Downloaded path-slash v0.1.5
4582026-08-04T17:43:18.096Z Downloaded predicates-tree v1.0.13
4592026-08-04T17:43:18.096Z Downloaded proc-macro-crate v1.3.1
4602026-08-04T17:43:18.096Z Downloaded headers v0.4.1
4612026-08-04T17:43:18.096Z Downloaded progenitor-macro v0.14.0
4622026-08-04T17:43:18.096Z Downloaded progenitor-macro v0.13.0
4632026-08-04T17:43:18.096Z Downloaded diff v0.1.13
4642026-08-04T17:43:18.096Z Downloaded ecdsa v0.17.0
4652026-08-04T17:43:18.096Z Downloaded digest v0.10.7
4662026-08-04T17:43:18.096Z Downloaded lock_api v0.4.14
4672026-08-04T17:43:18.099Z Downloaded rand_chacha v0.3.1
4682026-08-04T17:43:18.099Z Downloaded recursive v0.1.1
4692026-08-04T17:43:18.099Z Downloaded guppy v0.17.25
4702026-08-04T17:43:18.103Z Downloaded slog v2.8.2
4712026-08-04T17:43:18.103Z Downloaded yasna v0.5.2
4722026-08-04T17:43:18.103Z Downloaded rustc_version v0.1.7
4732026-08-04T17:43:18.107Z Downloaded anstyle-parse v0.2.7
4742026-08-04T17:43:18.107Z Downloaded scopeguard v1.2.0
4752026-08-04T17:43:18.107Z Downloaded blake2 v0.10.6
4762026-08-04T17:43:18.112Z Downloaded anstyle-parse v1.0.0
4772026-08-04T17:43:18.112Z Downloaded ar_archive_writer v0.5.1
4782026-08-04T17:43:18.115Z Downloaded seq-macro v0.3.6
4792026-08-04T17:43:18.115Z Downloaded serde_regex v1.1.0
4802026-08-04T17:43:18.115Z Downloaded bitfield v0.19.4
4812026-08-04T17:43:18.118Z Downloaded backoff v0.4.0
4822026-08-04T17:43:18.118Z Downloaded signature v3.0.0
4832026-08-04T17:43:18.121Z Downloaded hickory-server v0.25.2
4842026-08-04T17:43:18.121Z Downloaded hashbrown v0.13.2
4852026-08-04T17:43:18.124Z Downloaded bitflags v1.3.2
4862026-08-04T17:43:18.127Z Downloaded paste v1.0.15
4872026-08-04T17:43:18.127Z Downloaded arrayvec v0.7.6
4882026-08-04T17:43:18.127Z Downloaded progenitor-impl v0.14.0
4892026-08-04T17:43:18.130Z Downloaded siphasher v1.0.2
4902026-08-04T17:43:18.130Z Downloaded supports-color v3.0.2
4912026-08-04T17:43:18.134Z Downloaded pest_meta v2.8.6
4922026-08-04T17:43:18.137Z Downloaded vte v0.14.1
4932026-08-04T17:43:18.140Z Downloaded find-msvc-tools v0.1.9
4942026-08-04T17:43:18.143Z Downloaded phf v0.13.1
4952026-08-04T17:43:18.143Z Downloaded libtest-mimic v0.8.1
4962026-08-04T17:43:18.143Z Downloaded ppv-lite86 v0.2.21
4972026-08-04T17:43:18.146Z Downloaded polyval v0.7.1
4982026-08-04T17:43:18.146Z Downloaded primeorder v0.14.0
4992026-08-04T17:43:18.146Z Downloaded tap v1.0.1
5002026-08-04T17:43:18.146Z Downloaded tabled_derive v0.7.0
5012026-08-04T17:43:18.149Z Downloaded termtree v0.5.1
5022026-08-04T17:43:18.152Z Downloaded time-core v0.1.8
5032026-08-04T17:43:18.152Z Downloaded toml_datetime v0.6.11
5042026-08-04T17:43:18.152Z Downloaded hickory-resolver v0.25.2
5052026-08-04T17:43:18.155Z Downloaded tokio-test v0.4.5
5062026-08-04T17:43:18.155Z Downloaded topological-sort v0.2.2
5072026-08-04T17:43:18.159Z Downloaded http v1.4.2
5082026-08-04T17:43:18.159Z Downloaded async-compression v0.4.41
5092026-08-04T17:43:18.163Z Downloaded zopfli v0.8.3
5102026-08-04T17:43:18.163Z Downloaded num-rational v0.4.2
5112026-08-04T17:43:18.168Z Downloaded hickory-resolver v0.24.4
5122026-08-04T17:43:18.168Z Downloaded indexmap v2.14.0
5132026-08-04T17:43:18.168Z Downloaded internal-russh-num-bigint v0.5.0
5142026-08-04T17:43:18.171Z Downloaded progenitor v0.14.0
5152026-08-04T17:43:18.171Z Downloaded litrs v1.0.0
5162026-08-04T17:43:18.174Z Downloaded tower-service v0.3.3
5172026-08-04T17:43:18.174Z Downloaded universal-hash v0.6.1
5182026-08-04T17:43:18.174Z Downloaded usdt-attr-macro v0.5.0
5192026-08-04T17:43:18.174Z Downloaded usdt-macro v0.5.0
5202026-08-04T17:43:18.174Z Downloaded waitgroup v0.1.2
5212026-08-04T17:43:18.177Z Downloaded async-bb8-diesel v0.2.1
5222026-08-04T17:43:18.178Z Downloaded wait-timeout v0.2.1
5232026-08-04T17:43:18.181Z Downloaded rustls-pemfile v2.2.0
5242026-08-04T17:43:18.181Z Downloaded zstd v0.13.3
5252026-08-04T17:43:18.184Z Downloaded zerofrom-derive v0.1.6
5262026-08-04T17:43:18.187Z Downloaded schemars_derive v0.8.22
5272026-08-04T17:43:18.187Z Downloaded serde_tokenstream v0.2.3
5282026-08-04T17:43:18.187Z Downloaded slog-dtrace v0.3.0
5292026-08-04T17:43:18.187Z Downloaded slog-stdlog v4.1.1
5302026-08-04T17:43:18.191Z Downloaded structmeta v0.3.0
5312026-08-04T17:43:18.191Z Downloaded der v0.8.0
5322026-08-04T17:43:18.194Z Downloaded base64 v0.22.1
5332026-08-04T17:43:18.194Z Downloaded hashbrown v0.12.3
5342026-08-04T17:43:18.197Z Downloaded icu_collections v2.1.1
5352026-08-04T17:43:18.200Z Downloaded parking_lot v0.11.2
5362026-08-04T17:43:18.200Z Downloaded digest-io v0.1.0
5372026-08-04T17:43:18.203Z Downloaded toml_edit v0.22.27
5382026-08-04T17:43:18.203Z Downloaded toml_edit v0.23.10+spec-1.0.0
5392026-08-04T17:43:18.206Z Downloaded env_filter v1.0.0
5402026-08-04T17:43:18.206Z Downloaded yansi v1.0.1
5412026-08-04T17:43:18.209Z Downloaded stringmetrics v2.2.2
5422026-08-04T17:43:18.212Z Downloaded pkcs1 v0.8.0-rc.4
5432026-08-04T17:43:18.212Z Downloaded ssh-encoding v0.3.0
5442026-08-04T17:43:18.213Z Downloaded strum v0.26.3
5452026-08-04T17:43:18.215Z Downloaded termios v0.3.3
5462026-08-04T17:43:18.215Z Downloaded thiserror-impl v1.0.69
5472026-08-04T17:43:18.216Z Downloaded tokio-dtrace v0.1.1
5482026-08-04T17:43:18.216Z Downloaded sqlformat v0.3.5
5492026-08-04T17:43:18.216Z Downloaded foreign-types-shared v0.3.1
5502026-08-04T17:43:18.219Z Downloaded futures-macro v0.3.32
5512026-08-04T17:43:18.219Z Downloaded lazy_static v1.5.0
5522026-08-04T17:43:18.219Z Downloaded memmap2 v0.9.10
5532026-08-04T17:43:18.219Z Downloaded generic-array v1.4.3
5542026-08-04T17:43:18.222Z Downloaded num-traits v0.2.19
5552026-08-04T17:43:18.232Z Downloaded linkme-impl v0.3.35
5562026-08-04T17:43:18.235Z Downloaded lru-cache v0.1.2
5572026-08-04T17:43:18.235Z Downloaded num-iter v0.1.45
5582026-08-04T17:43:18.239Z Downloaded fxhash v0.2.1
5592026-08-04T17:43:18.243Z Downloaded maplit v1.0.2
5602026-08-04T17:43:18.246Z Downloaded vergen-lib v0.1.6
5612026-08-04T17:43:18.249Z Downloaded miette-derive v5.10.0
5622026-08-04T17:43:18.252Z Downloaded num-conv v0.2.0
5632026-08-04T17:43:18.252Z Downloaded writeable v0.6.2
5642026-08-04T17:43:18.252Z Downloaded num v0.4.3
5652026-08-04T17:43:18.252Z Downloaded num_threads v0.1.7
5662026-08-04T17:43:18.255Z Downloaded async-object-pool v0.2.0
5672026-08-04T17:43:18.258Z Downloaded serdect v0.4.3
5682026-08-04T17:43:18.258Z Downloaded zeroize v1.9.0
5692026-08-04T17:43:18.261Z Downloaded oxide-update-engine-types v0.1.2
5702026-08-04T17:43:18.261Z Downloaded zip v0.6.6
5712026-08-04T17:43:18.266Z Downloaded displaydoc v0.2.5
5722026-08-04T17:43:18.269Z Downloaded ecdsa v0.16.9
5732026-08-04T17:43:18.269Z Downloaded ena v0.14.4
5742026-08-04T17:43:18.269Z Downloaded diesel-dtrace v0.5.0
5752026-08-04T17:43:18.272Z Downloaded fastrand v2.3.0
5762026-08-04T17:43:18.272Z Downloaded castaway v0.2.4
5772026-08-04T17:43:18.275Z Downloaded openssl-probe v0.2.1
5782026-08-04T17:43:18.278Z Downloaded parking v2.2.1
5792026-08-04T17:43:18.278Z Downloaded parking_lot v0.12.5
5802026-08-04T17:43:18.278Z Downloaded pkcs5 v0.8.1
5812026-08-04T17:43:18.282Z Downloaded url v2.5.8
5822026-08-04T17:43:18.285Z Downloaded float-cmp v0.10.0
5832026-08-04T17:43:18.285Z Downloaded foldhash v0.2.0
5842026-08-04T17:43:18.288Z Downloaded parse-size v1.1.0
5852026-08-04T17:43:18.291Z Downloaded steno v0.4.1
5862026-08-04T17:43:18.294Z Downloaded proc-macro-error-attr2 v2.0.0
5872026-08-04T17:43:18.294Z Downloaded proc-macro-crate v3.4.0
5882026-08-04T17:43:18.297Z Downloaded proc-macro-error-attr v1.0.4
5892026-08-04T17:43:18.297Z Downloaded iri-string v0.7.10
5902026-08-04T17:43:18.302Z Downloaded hyper-util v0.1.20
5912026-08-04T17:43:18.305Z Downloaded rcgen v0.12.1
5922026-08-04T17:43:18.308Z Downloaded sec1 v0.8.1
5932026-08-04T17:43:18.311Z Downloaded predicates-core v1.0.10
5942026-08-04T17:43:18.311Z Downloaded rand_pcg v0.10.2
5952026-08-04T17:43:18.314Z Downloaded newtype-uuid v1.3.2
5962026-08-04T17:43:18.314Z Downloaded zerocopy v0.6.6
5972026-08-04T17:43:18.317Z Downloaded libloading v0.8.9
5982026-08-04T17:43:18.318Z Downloaded flate2 v1.1.9
5992026-08-04T17:43:18.321Z Downloaded recursive-proc-macro-impl v0.1.1
6002026-08-04T17:43:18.321Z Downloaded ref-cast v1.0.25
6012026-08-04T17:43:18.324Z Downloaded rsa v0.10.0-rc.18
6022026-08-04T17:43:18.327Z Downloaded rstest v0.25.0
6032026-08-04T17:43:18.331Z Downloaded native-tls v0.2.18
6042026-08-04T17:43:18.331Z Downloaded rtoolbox v0.0.3
6052026-08-04T17:43:18.331Z Downloaded secrecy v0.10.3
6062026-08-04T17:43:18.331Z Downloaded sponge-cursor v0.1.0
6072026-08-04T17:43:18.334Z Downloaded rustc_version v0.4.1
6082026-08-04T17:43:18.334Z Downloaded scroll_derive v0.13.1
6092026-08-04T17:43:18.334Z Downloaded stable_deref_trait v1.2.1
6102026-08-04T17:43:18.334Z Downloaded serde_bytes v0.11.19
6112026-08-04T17:43:18.338Z Downloaded base64ct v1.8.3
6122026-08-04T17:43:18.338Z Downloaded zerocopy-derive v0.8.40
6132026-08-04T17:43:18.341Z Downloaded socket2 v0.6.3
6142026-08-04T17:43:18.344Z Downloaded zerocopy-derive v0.7.35
6152026-08-04T17:43:18.347Z Downloaded serde_yaml v0.9.34+deprecated
6162026-08-04T17:43:18.351Z Downloaded serde_plain v1.0.2
6172026-08-04T17:43:18.351Z Downloaded bit-set v0.8.0
6182026-08-04T17:43:18.351Z Downloaded bs58 v0.5.1
6192026-08-04T17:43:18.355Z Downloaded bytecount v0.6.9
6202026-08-04T17:43:18.355Z Downloaded slog-bunyan v2.5.0
6212026-08-04T17:43:18.356Z Downloaded target-triple v1.0.0
6222026-08-04T17:43:18.356Z Downloaded camino-tempfile-ext v0.3.3
6232026-08-04T17:43:18.356Z Downloaded strsim v0.10.0
6242026-08-04T17:43:18.356Z Downloaded supports-hyperlinks v2.1.0
6252026-08-04T17:43:18.359Z Downloaded swrite v0.1.0
6262026-08-04T17:43:18.359Z Downloaded crossterm v0.28.1
6272026-08-04T17:43:18.362Z Downloaded chacha20poly1305 v0.10.1
6282026-08-04T17:43:18.368Z Downloaded partial-io v0.5.4
6292026-08-04T17:43:18.368Z Downloaded thread-id v4.2.2
6302026-08-04T17:43:18.374Z Downloaded tinyvec v1.10.0
6312026-08-04T17:43:18.374Z Downloaded thiserror-impl-no-std v2.0.2
6322026-08-04T17:43:18.374Z Downloaded cassowary v0.3.0
6332026-08-04T17:43:18.374Z Downloaded postgres-protocol v0.6.10
6342026-08-04T17:43:18.374Z Downloaded pem-rfc7468 v0.7.0
6352026-08-04T17:43:18.374Z Downloaded pkg-config v0.3.32
6362026-08-04T17:43:18.374Z Downloaded poly1305 v0.8.0
6372026-08-04T17:43:18.374Z Downloaded take_mut v0.2.2
6382026-08-04T17:43:18.374Z Downloaded tinyvec_macros v0.1.1
6392026-08-04T17:43:18.379Z Downloaded unicode-linebreak v0.1.5
6402026-08-04T17:43:18.379Z Downloaded rustyline v14.0.0
6412026-08-04T17:43:18.381Z Downloaded uuid v1.23.4
6422026-08-04T17:43:18.385Z Downloaded event-listener v5.4.1
6432026-08-04T17:43:18.385Z Downloaded hashbrown v0.14.5
6442026-08-04T17:43:18.385Z Downloaded hashbrown v0.17.0
6452026-08-04T17:43:18.388Z Downloaded hashbrown v0.16.1
6462026-08-04T17:43:18.391Z Downloaded unicode-xid v0.2.6
6472026-08-04T17:43:18.391Z Downloaded serde_with v1.14.0
6482026-08-04T17:43:18.394Z Downloaded toml v1.1.2+spec-1.1.0
6492026-08-04T17:43:18.397Z Downloaded libsw-core v0.3.2
6502026-08-04T17:43:18.397Z Downloaded rustc-hash v2.1.1
6512026-08-04T17:43:18.397Z Downloaded utf8parse v0.2.2
6522026-08-04T17:43:18.397Z Downloaded simd-adler32 v0.3.8
6532026-08-04T17:43:18.400Z Downloaded slog-scope v4.4.1
6542026-08-04T17:43:18.403Z Downloaded yoke-derive v0.8.1
6552026-08-04T17:43:18.406Z Downloaded zone_cfg_derive v0.3.1
6562026-08-04T17:43:18.406Z Downloaded downcast-rs v2.0.2
6572026-08-04T17:43:18.406Z Downloaded dsl_auto_type v0.2.0
6582026-08-04T17:43:18.409Z Downloaded embedded-io v0.4.0
6592026-08-04T17:43:18.409Z Downloaded event-listener-strategy v0.5.4
6602026-08-04T17:43:18.413Z Downloaded ml-kem v0.3.2
6612026-08-04T17:43:18.413Z Downloaded backon v1.6.0
6622026-08-04T17:43:18.416Z Downloaded bytes v1.11.1
6632026-08-04T17:43:18.419Z Downloaded anyhow v1.0.102
6642026-08-04T17:43:18.419Z Downloaded argon2 v0.6.0-rc.8
6652026-08-04T17:43:18.422Z Downloaded strum_macros v0.27.2
6662026-08-04T17:43:18.422Z Downloaded idna v1.1.0
6672026-08-04T17:43:18.427Z Downloaded blake2b_simd v1.0.4
6682026-08-04T17:43:18.427Z Downloaded serde_path_to_error v0.1.20
6692026-08-04T17:43:18.427Z Downloaded unicode-segmentation v1.12.0
6702026-08-04T17:43:18.430Z Downloaded foreign-types v0.3.2
6712026-08-04T17:43:18.430Z Downloaded futures-io v0.3.32
6722026-08-04T17:43:18.430Z Downloaded gethostname v0.5.0
6732026-08-04T17:43:18.430Z Downloaded base64 v0.21.7
6742026-08-04T17:43:18.433Z Downloaded md5 v0.8.0
6752026-08-04T17:43:18.436Z Downloaded olpc-cjson v0.1.4
6762026-08-04T17:43:18.436Z Downloaded futures v0.3.32
6772026-08-04T17:43:18.439Z Downloaded pin-project-lite v0.2.17
6782026-08-04T17:43:18.442Z Downloaded clap_builder v4.6.0
6792026-08-04T17:43:18.445Z Downloaded tower v0.5.3
6802026-08-04T17:43:18.450Z Downloaded toml_write v0.1.2
6812026-08-04T17:43:18.454Z Downloaded pest_derive v2.8.6
6822026-08-04T17:43:18.454Z Downloaded proc-macro-error v1.0.4
6832026-08-04T17:43:18.457Z Downloaded typify v0.6.2
6842026-08-04T17:43:18.457Z Downloaded ed25519-dalek v3.0.0
6852026-08-04T17:43:18.460Z Downloaded nodrop v0.1.14
6862026-08-04T17:43:18.460Z Downloaded anstyle-query v1.1.5
6872026-08-04T17:43:18.460Z Downloaded usdt-attr-macro v0.6.0
6882026-08-04T17:43:18.460Z Downloaded ascii-canvas v3.0.0
6892026-08-04T17:43:18.461Z Downloaded tar v0.4.46
6902026-08-04T17:43:18.464Z Downloaded async-stream-impl v0.3.6
6912026-08-04T17:43:18.464Z Downloaded block-buffer v0.12.1
6922026-08-04T17:43:18.464Z Downloaded getrandom v0.4.1
6932026-08-04T17:43:18.468Z Downloaded rsa v0.9.10
6942026-08-04T17:43:18.471Z Downloaded wyz v0.5.1
6952026-08-04T17:43:18.471Z Downloaded cargo-platform v0.3.2
6962026-08-04T17:43:18.471Z Downloaded whoami v2.1.0
6972026-08-04T17:43:18.471Z Downloaded salsa20 v0.11.0
6982026-08-04T17:43:18.474Z Downloaded h2 v0.4.15
6992026-08-04T17:43:18.477Z Downloaded yoke v0.8.1
7002026-08-04T17:43:18.477Z Downloaded hashbrown v0.15.5
7012026-08-04T17:43:18.483Z Downloaded peg-runtime v0.8.5
7022026-08-04T17:43:18.488Z Downloaded pretty-hex v0.4.1
7032026-08-04T17:43:18.488Z Downloaded plain v0.2.3
7042026-08-04T17:43:18.488Z Downloaded progenitor-client v0.14.0
7052026-08-04T17:43:18.488Z Downloaded radium v0.7.0
7062026-08-04T17:43:18.488Z Downloaded bumpalo v3.20.2
7072026-08-04T17:43:18.492Z Downloaded crossterm v0.29.0
7082026-08-04T17:43:18.495Z Downloaded allocator-api2 v0.2.21
7092026-08-04T17:43:18.495Z Downloaded rustls-webpki v0.103.13
7102026-08-04T17:43:18.499Z Downloaded samael v0.0.19
7112026-08-04T17:43:18.499Z Downloaded serde v1.0.228
7122026-08-04T17:43:18.502Z Downloaded flagset v0.4.7
7132026-08-04T17:43:18.502Z Downloaded async-lock v3.4.2
7142026-08-04T17:43:18.505Z Downloaded ed25519 v2.2.3
7152026-08-04T17:43:18.505Z Downloaded enum_dispatch v0.3.13
7162026-08-04T17:43:18.505Z Downloaded fs-err v3.3.0
7172026-08-04T17:43:18.509Z Downloaded itertools v0.10.5
7182026-08-04T17:43:18.512Z Downloaded knuffel-derive v3.2.0
7192026-08-04T17:43:18.512Z Downloaded mime_guess v2.0.5
7202026-08-04T17:43:18.512Z Downloaded serde_urlencoded v0.7.1
7212026-08-04T17:43:18.512Z Downloaded supports-color v2.1.0
7222026-08-04T17:43:18.512Z Downloaded tabled_derive v0.11.0
7232026-08-04T17:43:18.515Z Downloaded sigpipe v0.1.3
7242026-08-04T17:43:18.515Z Downloaded ssh-key v0.7.0-rc.11
7252026-08-04T17:43:18.518Z Downloaded reedline v0.40.0
7262026-08-04T17:43:18.521Z Downloaded ff v0.14.0
7272026-08-04T17:43:18.525Z Downloaded rand v0.9.2
7282026-08-04T17:43:18.525Z Downloaded knuffel v3.2.0
7292026-08-04T17:43:18.528Z Downloaded fatfs v0.3.6
7302026-08-04T17:43:18.528Z Downloaded tokio-stream v0.1.18
7312026-08-04T17:43:18.531Z Downloaded tracing-attributes v0.1.31
7322026-08-04T17:43:18.531Z Downloaded ucd-trie v0.1.7
7332026-08-04T17:43:18.534Z Downloaded trybuild v1.0.116
7342026-08-04T17:43:18.534Z Downloaded libefi-sys v0.1.0
7352026-08-04T17:43:18.538Z Downloaded nu-ansi-term v0.50.3
7362026-08-04T17:43:18.538Z Downloaded block-buffer v0.10.4
7372026-08-04T17:43:18.538Z Downloaded goblin v0.8.2
7382026-08-04T17:43:18.542Z Downloaded hkdf v0.13.0
7392026-08-04T17:43:18.542Z Downloaded thread-id v5.1.0
7402026-08-04T17:43:18.545Z Downloaded usdt-macro v0.6.0
7412026-08-04T17:43:18.545Z Downloaded utf-8 v0.7.6
7422026-08-04T17:43:18.545Z Downloaded unicode-truncate v1.1.0
7432026-08-04T17:43:18.545Z Downloaded want v0.3.1
7442026-08-04T17:43:18.545Z Downloaded vergen v9.1.0
7452026-08-04T17:43:18.545Z Downloaded icu_properties_data v2.1.2
7462026-08-04T17:43:18.549Z Downloaded bb8 v0.8.6
7472026-08-04T17:43:18.553Z Downloaded mio v1.2.0
7482026-08-04T17:43:18.556Z Downloaded cexpr v0.6.0
7492026-08-04T17:43:18.556Z Downloaded usdt v0.5.0
7502026-08-04T17:43:18.556Z Downloaded serde_cbor v0.11.2
7512026-08-04T17:43:18.557Z Downloaded oxide-update-engine-display v0.1.2
7522026-08-04T17:43:18.557Z Downloaded oxide-tokio-rt v0.1.4
7532026-08-04T17:43:18.560Z Downloaded progenitor v0.13.0
7542026-08-04T17:43:18.560Z Downloaded rfc6979 v0.4.0
7552026-08-04T17:43:18.560Z Downloaded dirs-next v2.0.0
7562026-08-04T17:43:18.560Z Downloaded fixedbitset v0.4.2
7572026-08-04T17:43:18.560Z Downloaded lalrpop-util v0.19.12
7582026-08-04T17:43:18.564Z Downloaded lru v0.12.5
7592026-08-04T17:43:18.564Z Downloaded hyper v1.10.1
7602026-08-04T17:43:18.567Z Downloaded elliptic-curve v0.13.8
7612026-08-04T17:43:18.570Z Downloaded sha1 v0.11.0
7622026-08-04T17:43:18.570Z Downloaded dropshot_endpoint v0.17.1
7632026-08-04T17:43:18.573Z Downloaded rustversion v1.0.22
7642026-08-04T17:43:18.573Z Downloaded shlex v1.3.0
7652026-08-04T17:43:18.576Z Downloaded lru-slab v0.1.2
7662026-08-04T17:43:18.576Z Downloaded atomic-waker v1.1.2
7672026-08-04T17:43:18.576Z Downloaded textwrap v0.15.2
7682026-08-04T17:43:18.576Z Downloaded litemap v0.8.1
7692026-08-04T17:43:18.580Z Downloaded nanorand v0.7.0
7702026-08-04T17:43:18.580Z Downloaded p256 v0.14.0
7712026-08-04T17:43:18.583Z Downloaded scrypt v0.12.0
7722026-08-04T17:43:18.583Z Downloaded serde-hex v0.1.0
7732026-08-04T17:43:18.583Z Downloaded smf v0.2.3
7742026-08-04T17:43:18.586Z Downloaded spki v0.7.3
7752026-08-04T17:43:18.586Z Downloaded tough v0.22.0
7762026-08-04T17:43:18.589Z Downloaded stringprep v0.1.5
7772026-08-04T17:43:18.593Z Downloaded nested v0.1.1
7782026-08-04T17:43:18.593Z Downloaded num-derive v0.4.2
7792026-08-04T17:43:18.593Z Downloaded base16ct v1.0.0
7802026-08-04T17:43:18.593Z Downloaded p521 v0.14.0
7812026-08-04T17:43:18.597Z Downloaded static_assertions v1.1.0
7822026-08-04T17:43:18.597Z Downloaded plotters-backend v0.3.7
7832026-08-04T17:43:18.597Z Downloaded precomputed-hash v0.1.1
7842026-08-04T17:43:18.597Z Downloaded jiff-static v0.2.21
7852026-08-04T17:43:18.597Z Downloaded rand v0.10.1
7862026-08-04T17:43:18.600Z Downloaded memchr v2.8.0
7872026-08-04T17:43:18.603Z Downloaded zstd-safe v7.2.4
7882026-08-04T17:43:18.603Z Downloaded pathdiff v0.2.3
7892026-08-04T17:43:18.606Z Downloaded tui-tree-widget v0.23.1
7902026-08-04T17:43:18.606Z Downloaded ref-cast-impl v1.0.25
7912026-08-04T17:43:18.610Z Downloaded rand_xorshift v0.4.0
7922026-08-04T17:43:18.619Z Downloaded terminal_size v0.1.17
7932026-08-04T17:43:18.624Z Downloaded fs_extra v1.3.0
7942026-08-04T17:43:18.629Z Downloaded zip v4.6.1
7952026-08-04T17:43:18.629Z Downloaded p384 v0.13.1
7962026-08-04T17:43:18.632Z Downloaded snafu v0.8.9
7972026-08-04T17:43:18.632Z Downloaded bitflags v2.11.0
7982026-08-04T17:43:18.635Z Downloaded oxnet v0.1.6
7992026-08-04T17:43:18.635Z Downloaded xshell v0.2.7
8002026-08-04T17:43:18.635Z Downloaded digest v0.11.3
8012026-08-04T17:43:18.639Z Downloaded oorandom v11.1.5
8022026-08-04T17:43:18.639Z Downloaded signature v2.2.0
8032026-08-04T17:43:18.643Z Downloaded pkcs1 v0.7.5
8042026-08-04T17:43:18.643Z Downloaded futures-timer v3.0.3
8052026-08-04T17:43:18.643Z Downloaded embedded-io v0.6.1
8062026-08-04T17:43:18.646Z Downloaded float-ord v0.3.2
8072026-08-04T17:43:18.646Z Downloaded dropshot-api-manager-types v0.7.2
8082026-08-04T17:43:18.650Z Downloaded aead v0.6.1
8092026-08-04T17:43:18.655Z Downloaded owo-colors v4.3.0
8102026-08-04T17:43:18.655Z Downloaded getrandom v0.2.17
8112026-08-04T17:43:18.659Z Downloaded itertools v0.12.1
8122026-08-04T17:43:18.662Z Downloaded pest v2.8.6
8132026-08-04T17:43:18.662Z Downloaded assert-json-diff v2.0.2
8142026-08-04T17:43:18.662Z Downloaded num-complex v0.4.6
8152026-08-04T17:43:18.665Z Downloaded typenum v1.20.1
8162026-08-04T17:43:18.665Z Downloaded libscf-sys v1.2.0
8172026-08-04T17:43:18.666Z Downloaded tls_codec v0.4.2
8182026-08-04T17:43:18.669Z Downloaded tokio-rustls v0.26.4
8192026-08-04T17:43:18.669Z Downloaded lzss v0.8.2
8202026-08-04T17:43:18.669Z Downloaded macaddr v1.0.1
8212026-08-04T17:43:18.669Z Downloaded newline-converter v0.3.0
8222026-08-04T17:43:18.669Z Downloaded crypto-primes v0.7.2
8232026-08-04T17:43:18.672Z Downloaded byteorder v1.5.0
8242026-08-04T17:43:18.672Z Downloaded pin-project-internal v1.1.11
8252026-08-04T17:43:18.675Z Downloaded predicates v3.1.4
8262026-08-04T17:43:18.675Z Downloaded typed-path v0.9.3
8272026-08-04T17:43:18.678Z Downloaded base16ct v0.2.0
8282026-08-04T17:43:18.681Z Downloaded rand_core v0.10.0
8292026-08-04T17:43:18.685Z Downloaded byte-wrapper v0.1.0
8302026-08-04T17:43:18.688Z Downloaded foldhash v0.1.5
8312026-08-04T17:43:18.691Z Downloaded slab v0.4.12
8322026-08-04T17:43:18.694Z Downloaded quick-error v1.2.3
8332026-08-04T17:43:18.695Z Downloaded schemars v1.2.1
8342026-08-04T17:43:18.702Z Downloaded dtrace-parser v0.2.0
8352026-08-04T17:43:18.705Z Downloaded strsim v0.11.1
8362026-08-04T17:43:18.705Z Downloaded scroll v0.13.0
8372026-08-04T17:43:18.705Z Downloaded serde_with_macros v1.5.2
8382026-08-04T17:43:18.705Z Downloaded sha1 v0.10.6
8392026-08-04T17:43:18.709Z Downloaded iddqd v0.4.2
8402026-08-04T17:43:18.715Z Downloaded jobserver v0.1.34
8412026-08-04T17:43:18.715Z Downloaded ssh-cipher v0.3.0
8422026-08-04T17:43:18.715Z Downloaded secrecy v0.8.0
8432026-08-04T17:43:18.715Z Downloaded synstructure v0.13.2
8442026-08-04T17:43:18.720Z Downloaded strum_macros v0.24.3
8452026-08-04T17:43:18.720Z Downloaded time-macros v0.2.27
8462026-08-04T17:43:18.720Z Downloaded typify-macro v0.6.2
8472026-08-04T17:43:18.723Z Downloaded log v0.4.29
8482026-08-04T17:43:18.723Z Downloaded tiny-keccak v2.0.2
8492026-08-04T17:43:18.723Z Downloaded usdt-impl v0.5.0
8502026-08-04T17:43:18.726Z Downloaded vergen-gitcl v1.0.8
8512026-08-04T17:43:18.727Z Downloaded vergen-lib v9.1.0
8522026-08-04T17:43:18.727Z Downloaded fixedbitset v0.5.7
8532026-08-04T17:43:18.727Z Downloaded version_check v0.9.5
8542026-08-04T17:43:18.729Z Downloaded usdt-impl v0.6.0
8552026-08-04T17:43:18.729Z Downloaded keccak v0.1.6
8562026-08-04T17:43:18.735Z Downloaded filetime v0.2.27
8572026-08-04T17:43:18.735Z Downloaded erased-serde v0.3.31
8582026-08-04T17:43:18.738Z Downloaded futures-task v0.3.32
8592026-08-04T17:43:18.741Z Downloaded unicode_categories v0.1.1
8602026-08-04T17:43:18.741Z Downloaded test-strategy v0.4.5
8612026-08-04T17:43:18.744Z Downloaded linkme v0.3.35
8622026-08-04T17:43:18.744Z Downloaded toml v0.7.8
8632026-08-04T17:43:18.748Z Downloaded peg v0.8.5
8642026-08-04T17:43:18.748Z Downloaded match_cfg v0.1.0
8652026-08-04T17:43:18.751Z Downloaded nibble_vec v0.1.0
8662026-08-04T17:43:18.751Z Downloaded cfg_aliases v0.2.1
8672026-08-04T17:43:18.754Z Downloaded num_enum_derive v0.7.6
8682026-08-04T17:43:18.754Z Downloaded anes v0.1.6
8692026-08-04T17:43:18.755Z Downloaded pkcs8 v0.10.2
8702026-08-04T17:43:18.757Z Downloaded phf v0.12.1
8712026-08-04T17:43:18.757Z Downloaded dirs-sys-next v0.1.2
8722026-08-04T17:43:18.758Z Downloaded tungstenite v0.21.0
8732026-08-04T17:43:18.761Z Downloaded nom v8.0.0
8742026-08-04T17:43:18.764Z Downloaded bcrypt-pbkdf v0.11.0
8752026-08-04T17:43:18.764Z Downloaded semver v1.0.28
8762026-08-04T17:43:18.774Z Downloaded chacha20 v0.9.1
8772026-08-04T17:43:18.778Z Downloaded spki v0.8.0
8782026-08-04T17:43:18.782Z Downloaded termcolor v1.4.1
8792026-08-04T17:43:18.782Z Downloaded password-hash v0.6.1
8802026-08-04T17:43:18.785Z Downloaded slog-json v2.6.1
8812026-08-04T17:43:18.788Z Downloaded slog-envlogger v2.2.0
8822026-08-04T17:43:18.791Z Downloaded scroll_derive v0.12.1
8832026-08-04T17:43:18.798Z Downloaded des v0.9.0
8842026-08-04T17:43:18.802Z Downloaded rstest_macros v0.25.0
8852026-08-04T17:43:18.805Z Downloaded similar v2.7.0
8862026-08-04T17:43:18.808Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8872026-08-04T17:43:18.808Z Downloaded blake2 v0.11.0-rc.6
8882026-08-04T17:43:18.808Z Downloaded tempfile v3.25.0
8892026-08-04T17:43:18.811Z Downloaded ff v0.13.1
8902026-08-04T17:43:18.811Z Downloaded universal-hash v0.5.1
8912026-08-04T17:43:18.811Z Downloaded vergen-git2 v9.1.0
8922026-08-04T17:43:18.811Z Downloaded subtle v2.6.1
8932026-08-04T17:43:18.811Z Downloaded try-lock v0.2.5
8942026-08-04T17:43:18.815Z Downloaded camino v1.2.2
8952026-08-04T17:43:18.818Z Downloaded cc v1.2.56
8962026-08-04T17:43:18.822Z Downloaded approx v0.5.1
8972026-08-04T17:43:18.826Z Downloaded zone v0.3.1
8982026-08-04T17:43:18.826Z Downloaded git2 v0.20.4
8992026-08-04T17:43:18.829Z Downloaded num-integer v0.1.46
9002026-08-04T17:43:18.829Z Downloaded sha3 v0.12.0
9012026-08-04T17:43:18.832Z Downloaded powerfmt v0.2.0
9022026-08-04T17:43:18.832Z Downloaded num_enum v0.5.11
9032026-08-04T17:43:18.835Z Downloaded assert_cmd v2.1.2
9042026-08-04T17:43:18.835Z Downloaded argon2 v0.5.3
9052026-08-04T17:43:18.838Z Downloaded zerotrie v0.2.3
9062026-08-04T17:43:18.838Z Downloaded aho-corasick v1.1.4
9072026-08-04T17:43:18.842Z Downloaded serde_spanned v0.6.9
9082026-08-04T17:43:18.842Z Downloaded smawk v0.3.2
9092026-08-04T17:43:18.845Z Downloaded elliptic-curve v0.14.1
9102026-08-04T17:43:18.845Z Downloaded sha2 v0.11.0
9112026-08-04T17:43:18.849Z Downloaded progenitor-extras v0.2.0
9122026-08-04T17:43:18.849Z Downloaded rustc-demangle v0.1.27
9132026-08-04T17:43:18.850Z Downloaded tower-layer v0.3.3
9142026-08-04T17:43:18.852Z Downloaded openssl-sys v0.9.115
9152026-08-04T17:43:18.855Z Downloaded chacha20 v0.10.0
9162026-08-04T17:43:18.858Z Downloaded parking_lot_core v0.9.12
9172026-08-04T17:43:18.861Z Downloaded rustls-pki-types v1.14.0
9182026-08-04T17:43:18.861Z Downloaded strum v0.27.2
9192026-08-04T17:43:18.861Z Downloaded thread_local v1.1.9
9202026-08-04T17:43:18.865Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9212026-08-04T17:43:18.865Z Downloaded equivalent v1.0.2
9222026-08-04T17:43:18.868Z Downloaded scroll v0.12.0
9232026-08-04T17:43:18.868Z Downloaded socket2 v0.5.10
9242026-08-04T17:43:18.871Z Downloaded quinn v0.11.9
9252026-08-04T17:43:18.871Z Downloaded itoa v1.0.17
9262026-08-04T17:43:18.871Z Downloaded async-recursion v1.1.1
9272026-08-04T17:43:18.875Z Downloaded unicode-bidi v0.3.18
9282026-08-04T17:43:18.880Z Downloaded new_debug_unreachable v1.0.6
9292026-08-04T17:43:18.880Z Downloaded signal-hook-tokio v0.3.1
9302026-08-04T17:43:18.883Z Downloaded walkdir v2.5.0
9312026-08-04T17:43:18.894Z Downloaded serde_repr v0.1.20
9322026-08-04T17:43:18.897Z Downloaded libm v0.2.16
9332026-08-04T17:43:18.901Z Downloaded num_enum v0.7.6
9342026-08-04T17:43:18.904Z Downloaded parse-display-derive v0.10.0
9352026-08-04T17:43:18.907Z Downloaded ed25519 v3.0.0
9362026-08-04T17:43:18.907Z Downloaded linear-map v1.2.0
9372026-08-04T17:43:18.907Z Downloaded bitvec v1.0.1
9382026-08-04T17:43:18.913Z Downloaded chrono v0.4.45
9392026-08-04T17:43:18.917Z Downloaded autocfg v1.5.0
9402026-08-04T17:43:18.922Z Downloaded libsw v3.5.0
9412026-08-04T17:43:18.922Z Downloaded buf-list v1.1.2
9422026-08-04T17:43:18.922Z Downloaded errno v0.3.14
9432026-08-04T17:43:18.925Z Downloaded rayon-core v1.13.0
9442026-08-04T17:43:18.925Z Downloaded schemars v0.8.22
9452026-08-04T17:43:18.933Z Downloaded dyn-clone v1.0.20
9462026-08-04T17:43:18.937Z Downloaded relative-path v1.9.3
9472026-08-04T17:43:18.937Z Downloaded tls_codec_derive v0.4.2
9482026-08-04T17:43:18.937Z Downloaded diesel_derives v2.3.7
9492026-08-04T17:43:18.937Z Downloaded postcard v1.1.3
9502026-08-04T17:43:18.940Z Downloaded term v1.2.1
9512026-08-04T17:43:18.940Z Downloaded diesel_table_macro_syntax v0.3.0
9522026-08-04T17:43:18.940Z Downloaded progenitor-impl v0.13.0
9532026-08-04T17:43:18.943Z Downloaded zeroize_derive v1.5.0
9542026-08-04T17:43:18.943Z Downloaded memmap v0.7.0
9552026-08-04T17:43:18.946Z Downloaded fs-err v2.11.0
9562026-08-04T17:43:18.949Z Downloaded zerovec-derive v0.11.2
9572026-08-04T17:43:18.949Z Downloaded tracing-core v0.1.36
9582026-08-04T17:43:18.952Z Downloaded keccak v0.2.0
9592026-08-04T17:43:18.953Z Downloaded camino-tempfile v1.4.1
9602026-08-04T17:43:18.957Z Downloaded rfc6979 v0.6.0
9612026-08-04T17:43:18.957Z Downloaded rustls-native-certs v0.8.3
9622026-08-04T17:43:18.960Z Downloaded memoffset v0.9.1
9632026-08-04T17:43:18.960Z Downloaded tungstenite v0.23.0
9642026-08-04T17:43:18.963Z Downloaded pem v3.0.6
9652026-08-04T17:43:18.968Z Downloaded strip-ansi-escapes v0.2.1
9662026-08-04T17:43:18.971Z Downloaded void v1.0.2
9672026-08-04T17:43:18.971Z Downloaded goblin v0.10.5
9682026-08-04T17:43:18.974Z Downloaded itertools v0.14.0
9692026-08-04T17:43:18.979Z Downloaded thiserror v1.0.69
9702026-08-04T17:43:18.982Z Downloaded getrandom v0.3.4
9712026-08-04T17:43:18.982Z Downloaded zmij v1.0.21
9722026-08-04T17:43:18.986Z Downloaded futures-channel v0.3.32
9732026-08-04T17:43:18.989Z Downloaded libbz2-rs-sys v0.2.2
9742026-08-04T17:43:18.989Z Downloaded enum-as-inner v0.6.1
9752026-08-04T17:43:18.989Z Downloaded pbkdf2 v0.13.0
9762026-08-04T17:43:18.993Z Downloaded dunce v1.0.5
9772026-08-04T17:43:18.993Z Downloaded tabwriter v1.4.1
9782026-08-04T17:43:18.996Z Downloaded kstat-rs v0.2.4
9792026-08-04T17:43:18.996Z Downloaded maybe-uninit v2.0.0
9802026-08-04T17:43:18.996Z Downloaded openssl-macros v0.1.1
9812026-08-04T17:43:18.996Z Downloaded usdt v0.6.0
9822026-08-04T17:43:18.996Z Downloaded foreign-types-macros v0.2.3
9832026-08-04T17:43:18.996Z Downloaded serde_spanned v1.1.1
9842026-08-04T17:43:19.047Z Downloaded phc v0.6.1
9852026-08-04T17:43:19.047Z Downloaded stacker v0.1.23
9862026-08-04T17:43:19.047Z Downloaded async-trait v0.1.89
9872026-08-04T17:43:19.047Z Downloaded pkcs8 v0.11.0
9882026-08-04T17:43:19.047Z Downloaded reqwest v0.13.2
9892026-08-04T17:43:19.048Z Downloaded module-lattice v0.2.3
9902026-08-04T17:43:19.048Z Downloaded x509-cert v0.2.5
9912026-08-04T17:43:19.048Z Downloaded ed25519-dalek v2.2.0
9922026-08-04T17:43:19.048Z Downloaded expectorate v1.2.0
9932026-08-04T17:43:19.048Z Downloaded prettyplease v0.2.37
9942026-08-04T17:43:19.048Z Downloaded num_enum_derive v0.5.11
9952026-08-04T17:43:19.048Z Downloaded bit-set v0.5.3
9962026-08-04T17:43:19.048Z Downloaded dof v0.4.0
9972026-08-04T17:43:19.048Z Downloaded schemars v0.9.0
9982026-08-04T17:43:19.054Z Downloaded rust-argon2 v2.1.0
9992026-08-04T17:43:19.054Z Downloaded sqlparser_derive v0.5.0
10002026-08-04T17:43:19.054Z Downloaded display-error-chain v0.2.2
10012026-08-04T17:43:19.054Z Downloaded ghash v0.6.0
10022026-08-04T17:43:19.054Z Downloaded p384 v0.14.0
10032026-08-04T17:43:19.054Z Downloaded tokio-util v0.7.18
10042026-08-04T17:43:19.059Z Downloaded nom v7.1.3
10052026-08-04T17:43:19.062Z Downloaded term v0.7.0
10062026-08-04T17:43:19.065Z Downloaded miette v5.10.0
10072026-08-04T17:43:19.069Z Downloaded foreign-types-shared v0.1.1
10082026-08-04T17:43:19.069Z Downloaded shell-words v1.1.1
10092026-08-04T17:43:19.069Z Downloaded xshell-macros v0.2.7
10102026-08-04T17:43:19.069Z Downloaded signal-hook v0.3.18
10112026-08-04T17:43:19.069Z Downloaded reqwest v0.12.28
10122026-08-04T17:43:19.074Z Downloaded packed_struct v0.10.1
10132026-08-04T17:43:19.074Z Downloaded textwrap v0.16.2
10142026-08-04T17:43:19.078Z Downloaded oso v0.27.3
10152026-08-04T17:43:19.078Z Downloaded toml_writer v1.1.1+spec-1.1.0
10162026-08-04T17:43:19.078Z Downloaded vcpkg v0.2.15
10172026-08-04T17:43:19.100Z Downloaded publicsuffix v2.3.0
10182026-08-04T17:43:19.103Z Downloaded thiserror-impl v2.0.18
10192026-08-04T17:43:19.103Z Downloaded qorb v0.4.1
10202026-08-04T17:43:19.108Z Downloaded drift v0.2.0
10212026-08-04T17:43:19.111Z Downloaded toml_parser v1.1.2+spec-1.1.0
10222026-08-04T17:43:19.114Z Downloaded toml v0.8.23
10232026-08-04T17:43:19.114Z Downloaded tokio-postgres v0.7.16
10242026-08-04T17:43:19.118Z Downloaded cancel-safe-futures v0.1.5
10252026-08-04T17:43:19.118Z Downloaded rpassword v7.5.4
10262026-08-04T17:43:19.121Z Downloaded anstyle v1.0.14
10272026-08-04T17:43:19.122Z Downloaded flume v0.11.1
10282026-08-04T17:43:19.123Z Downloaded derive_more-impl v2.1.1
10292026-08-04T17:43:19.127Z Downloaded futures-core v0.3.32
10302026-08-04T17:43:19.128Z Downloaded toml_edit v0.19.15
10312026-08-04T17:43:19.133Z Downloaded bit-vec v0.8.0
10322026-08-04T17:43:19.136Z Downloaded rand_seeder v0.4.0
10332026-08-04T17:43:19.136Z Downloaded parking_lot_core v0.8.6
10342026-08-04T17:43:19.136Z Downloaded poly1305 v0.9.0
10352026-08-04T17:43:19.139Z Downloaded lalrpop v0.19.12
10362026-08-04T17:43:19.143Z Downloaded polar-core v0.27.3
10372026-08-04T17:43:19.148Z Downloaded proc-macro2 v1.0.106
10382026-08-04T17:43:19.152Z Downloaded fancy-regex v0.14.0
10392026-08-04T17:43:19.155Z Downloaded aes v0.9.1
10402026-08-04T17:43:19.155Z Downloaded minimal-lexical v0.2.1
10412026-08-04T17:43:19.158Z Downloaded winnow v1.0.3
10422026-08-04T17:43:19.163Z Downloaded serde_json v1.0.151
10432026-08-04T17:43:19.166Z Downloaded zerocopy v0.7.35
10442026-08-04T17:43:19.175Z Downloaded unicode-properties v0.1.4
10452026-08-04T17:43:19.179Z Downloaded subprocess v0.2.15
10462026-08-04T17:43:19.179Z Downloaded plotters v0.3.7
10472026-08-04T17:43:19.183Z Downloaded rand v0.8.6
10482026-08-04T17:43:19.188Z Downloaded unsafe-libyaml v0.2.11
10492026-08-04T17:43:19.193Z Downloaded rustls-platform-verifier v0.6.2
10502026-08-04T17:43:19.193Z Downloaded once_cell v1.21.3
10512026-08-04T17:43:19.193Z Downloaded smallvec v1.15.1
10522026-08-04T17:43:19.193Z Downloaded papergrid v0.17.0
10532026-08-04T17:43:19.197Z Downloaded backtrace v0.3.76
10542026-08-04T17:43:19.197Z Downloaded miniz_oxide v0.8.9
10552026-08-04T17:43:19.199Z Downloaded rawzip v0.4.4
10562026-08-04T17:43:19.202Z Downloaded bindgen v0.71.1
10572026-08-04T17:43:19.206Z Downloaded ryu v1.0.23
10582026-08-04T17:43:19.210Z Downloaded scuffle v0.1.0
10592026-08-04T17:43:19.210Z Downloaded time v0.3.47
10602026-08-04T17:43:19.216Z Downloaded libxml v0.3.3
10612026-08-04T17:43:19.221Z Downloaded quinn-proto v0.11.16
10622026-08-04T17:43:19.225Z Downloaded rayon v1.11.0
10632026-08-04T17:43:19.228Z Downloaded unicode-ident v1.0.24
10642026-08-04T17:43:19.233Z Downloaded tower-http v0.6.8
10652026-08-04T17:43:19.237Z Downloaded crypto-bigint v0.7.5
10662026-08-04T17:43:19.244Z Downloaded regex-syntax v0.6.29
10672026-08-04T17:43:19.248Z Downloaded curve25519-dalek v4.1.3
10682026-08-04T17:43:19.252Z Downloaded arc-swap v1.8.2
10692026-08-04T17:43:19.256Z Downloaded rand_distr v0.5.1
10702026-08-04T17:43:19.260Z Downloaded pretty_assertions v1.4.1
10712026-08-04T17:43:19.263Z Downloaded regex v1.12.3
10722026-08-04T17:43:19.269Z Downloaded smoltcp v0.9.1
10732026-08-04T17:43:19.275Z Downloaded quick-xml v0.37.5
10742026-08-04T17:43:19.278Z Downloaded curve25519-dalek v5.0.0
10752026-08-04T17:43:19.284Z Downloaded futures-util v0.3.32
10762026-08-04T17:43:19.291Z Downloaded dropshot-api-manager v0.7.2
10772026-08-04T17:43:19.303Z Downloaded winnow v0.6.26
10782026-08-04T17:43:19.322Z Downloaded aes-gcm v0.11.0
10792026-08-04T17:43:19.326Z Downloaded unicode-normalization v0.1.25
10802026-08-04T17:43:19.331Z Downloaded petname v2.0.2
10812026-08-04T17:43:19.337Z Downloaded object v0.30.4
10822026-08-04T17:43:19.342Z Downloaded num-bigint v0.4.6
10832026-08-04T17:43:19.345Z Downloaded zerovec v0.11.5
10842026-08-04T17:43:19.348Z Downloaded itertools v0.15.0
10852026-08-04T17:43:19.353Z Downloaded radix_trie v0.2.1
10862026-08-04T17:43:19.356Z Downloaded moka v0.12.13
10872026-08-04T17:43:19.360Z Downloaded aws-lc-rs v1.16.3
10882026-08-04T17:43:19.367Z Downloaded num-bigint-dig v0.8.6
10892026-08-04T17:43:19.370Z Downloaded unicode-width v0.2.0
10902026-08-04T17:43:19.373Z Downloaded syn v2.0.117
10912026-08-04T17:43:19.397Z Downloaded hickory-proto v0.24.4
10922026-08-04T17:43:19.406Z Downloaded salty v0.3.0
10932026-08-04T17:43:19.412Z Downloaded tabled v0.20.0
10942026-08-04T17:43:19.425Z Downloaded winnow v0.5.40
10952026-08-04T17:43:19.430Z Downloaded proptest v1.11.0
10962026-08-04T17:43:19.435Z Downloaded itertools v0.13.0
10972026-08-04T17:43:19.438Z Downloaded rustls v0.23.41
10982026-08-04T17:43:19.445Z Downloaded zlib-rs v0.6.2
10992026-08-04T17:43:19.449Z Downloaded serde_with v3.21.0
11002026-08-04T17:43:19.461Z Downloaded hickory-proto v0.25.2
11012026-08-04T17:43:19.486Z Downloaded object v0.37.3
11022026-08-04T17:43:19.496Z Downloaded nix v0.27.1
11032026-08-04T17:43:19.501Z Downloaded portable-atomic v1.13.1
11042026-08-04T17:43:19.507Z Downloaded winnow v0.7.14
11052026-08-04T17:43:19.512Z Downloaded rustix v1.1.3
11062026-08-04T17:43:19.526Z Downloaded nix v0.31.2
11072026-08-04T17:43:19.532Z Downloaded syn v1.0.109
11082026-08-04T17:43:19.538Z Downloaded regress v0.11.1
11092026-08-04T17:43:19.544Z Downloaded russh v0.62.4
11102026-08-04T17:43:19.549Z Downloaded sqlparser v0.61.0
11112026-08-04T17:43:19.555Z Downloaded zerocopy v0.8.40
11122026-08-04T17:43:19.560Z Downloaded blake3 v1.8.5
11132026-08-04T17:43:19.568Z Downloaded unicode-width v0.1.14
11142026-08-04T17:43:19.582Z Downloaded typify-impl v0.6.2
11152026-08-04T17:43:19.591Z Downloaded rustix v0.38.44
11162026-08-04T17:43:19.603Z Downloaded tabled v0.15.0
11172026-08-04T17:43:19.612Z Downloaded gimli v0.32.3
11182026-08-04T17:43:19.619Z Downloaded regress v0.10.5
11192026-08-04T17:43:19.624Z Downloaded nix v0.28.0
11202026-08-04T17:43:19.630Z Downloaded bstr v1.12.1
11212026-08-04T17:43:19.636Z Downloaded regex-syntax v0.8.10
11222026-08-04T17:43:19.654Z Downloaded dropshot v0.17.1
11232026-08-04T17:43:19.674Z Downloaded openssl v0.10.79
11242026-08-04T17:43:19.710Z Downloaded regex-automata v0.4.14
11252026-08-04T17:43:19.732Z Downloaded zerocopy-derive v0.6.6
11262026-08-04T17:43:19.737Z Downloaded sled v0.34.7
11272026-08-04T17:43:19.743Z Downloaded openapiv3 v2.2.0
11282026-08-04T17:43:19.749Z Downloaded smoltcp v0.11.0
11292026-08-04T17:43:19.757Z Downloaded tracing v0.1.44
11302026-08-04T17:43:19.772Z Downloaded diesel v2.3.7
11312026-08-04T17:43:19.790Z Downloaded sha3 v0.11.0
11322026-08-04T17:43:19.826Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11332026-08-04T17:43:19.836Z Downloaded jiff v0.2.21
11342026-08-04T17:43:19.873Z Downloaded bzip2-sys v0.1.13+1.0.8
11352026-08-04T17:43:19.880Z Downloaded ratatui v0.29.0
11362026-08-04T17:43:19.903Z Downloaded libz-sys v1.1.24
11372026-08-04T17:43:19.915Z Downloaded chrono-tz v0.10.4
11382026-08-04T17:43:19.926Z Downloaded sha3 v0.10.8
11392026-08-04T17:43:19.954Z Downloaded petgraph v0.6.5
11402026-08-04T17:43:19.971Z Downloaded csv v1.4.0
11412026-08-04T17:43:19.983Z Downloaded libc v0.2.185
11422026-08-04T17:43:20.005Z Downloaded petgraph v0.8.3
11432026-08-04T17:43:20.019Z Downloaded tokio v1.52.1
11442026-08-04T17:43:20.042Z Downloaded encoding_rs v0.8.35
11452026-08-04T17:43:20.054Z Downloaded httpmock v0.8.3
11462026-08-04T17:43:20.067Z Downloaded ring v0.17.14
11472026-08-04T17:43:20.092Z Downloaded libgit2-sys v0.18.3+1.9.2
11482026-08-04T17:43:20.527Z Downloaded aws-lc-sys v0.40.0
11492026-08-04T17:43:20.943Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11502026-08-04T17:43:22.847Z Startup: Refreshing catalog 'helios' ... Done
11512026-08-04T17:43:23.283Z Startup: Caching catalogs ... Done
11522026-08-04T17:43:24.614ZPlanning: Solver setup ... Done (1.247s)
11532026-08-04T17:43:24.658ZPlanning: Running solver ... Done (0.044s)
11542026-08-04T17:43:24.688ZPlanning: Finding local manifests ... Done (0.003s)
11552026-08-04T17:43:24.701ZPlanning: Fetching manifests: 0/2 0% complete
11562026-08-04T17:43:24.722ZPlanning: Fetching manifests: 2/2 100% complete
11572026-08-04T17:43:24.736ZPlanning: Package planning ... Done (0.015s)
11582026-08-04T17:43:24.739ZPlanning: Merging actions ... Done (0.002s)
11592026-08-04T17:43:24.899ZPlanning: Checking for conflicting actions ... Done (0.161s)
11602026-08-04T17:43:24.902ZPlanning: Consolidating action changes ... Done (0.001s)
11612026-08-04T17:43:25.801ZPlanning: Evaluating mediators ... Done (0.899s)
11622026-08-04T17:43:25.806ZPlanning: Planning completed in 2.49 seconds
11632026-08-04T17:43:25.809Z Packages to install: 2
11642026-08-04T17:43:25.809Z Estimated space available: 155.74 GB
11652026-08-04T17:43:25.809ZEstimated space to be consumed: 56.46 MB
11662026-08-04T17:43:25.809Z Create boot environment: No
11672026-08-04T17:43:25.809ZCreate backup boot environment: No
11682026-08-04T17:43:25.813Z Rebuild boot archive: No
11692026-08-04T17:43:25.813Z
11702026-08-04T17:43:25.813ZChanged packages:
11712026-08-04T17:43:25.813Zhelios
11722026-08-04T17:43:25.813Z developer/build-essential
11732026-08-04T17:43:25.813Z None -> 11-3.0
11742026-08-04T17:43:25.814Z library/libxmlsec1
11752026-08-04T17:43:25.814Z None -> 1.2.35-3.0
11762026-08-04T17:43:25.837Z
11772026-08-04T17:43:25.837ZDownload: 0/214 items 0.0/1.3MB 0% complete
11782026-08-04T17:43:25.908ZDownload: Completed 1.28 MB in 0.07 seconds (18.2M/s)
11792026-08-04T17:43:26.002Z Actions: 1/268 actions (Installing new actions)
11802026-08-04T17:43:26.041Z Actions: Completed 268 actions in 0.04 seconds.
11812026-08-04T17:43:26.067ZFinalize: Updating package state database ... Done (0.026s)
11822026-08-04T17:43:26.078ZFinalize: Updating package cache ... Done (0.000s)
11832026-08-04T17:43:26.129ZFinalize: Updating image state ... Done (0.060s)
11842026-08-04T17:43:28.829ZFinalize: Creating fast lookup database ... Done (2.664s)
11852026-08-04T17:43:28.903ZFinalize: Reading search index ... Done (0.014s)
11862026-08-04T17:43:28.907ZFinalize: Updating search index ... Done (0.000s)
11872026-08-04T17:43:29.016ZFinalize: Updating package cache ... Done (0.000s)
11882026-08-04T17:43:29.363ZPlanning: Evaluating mediator changes ... Done
11892026-08-04T17:43:29.466ZPlanning: Checking for conflicting actions ... Done
11902026-08-04T17:43:29.469ZPlanning: Consolidating action changes ... Done
11912026-08-04T17:43:29.625ZPlanning: Evaluating mediators ... Done
11922026-08-04T17:43:29.628ZPlanning: Planning completed in 0.26 seconds
11932026-08-04T17:43:29.647Z Mediators to change: 2
11942026-08-04T17:43:29.647Z Create boot environment: No
11952026-08-04T17:43:29.647ZCreate backup boot environment: No
11962026-08-04T17:43:29.719ZFinalize: Updating package state database ... Done
11972026-08-04T17:43:29.719ZFinalize: Updating package cache ... Done
11982026-08-04T17:43:29.741ZFinalize: Updating image state ... Done
11992026-08-04T17:43:31.674ZFinalize: Creating fast lookup database ... Done
12002026-08-04T17:43:31.733ZFinalize: Reading search index ... Done
12012026-08-04T17:43:31.737ZFinalize: Updating search index ... Done
12022026-08-04T17:43:31.813ZFinalize: Updating package cache ... Done
12032026-08-04T17:43:32.099ZPlanning: Evaluating mediator changes ... Done
12042026-08-04T17:43:32.203ZPlanning: Checking for conflicting actions ... Done
12052026-08-04T17:43:32.207ZPlanning: Consolidating action changes ... Done
12062026-08-04T17:43:32.400ZPlanning: Evaluating mediators ... Done
12072026-08-04T17:43:32.419ZPlanning: Planning completed in 0.26 seconds
12082026-08-04T17:43:32.419Z Mediators to change: 1
12092026-08-04T17:43:32.419Z Create boot environment: No
12102026-08-04T17:43:32.419ZCreate backup boot environment: No
12112026-08-04T17:43:32.447ZFinalize: Updating package state database ... Done
12122026-08-04T17:43:32.447ZFinalize: Updating package cache ... Done
12132026-08-04T17:43:32.477ZFinalize: Updating image state ... Done
12142026-08-04T17:43:34.433ZFinalize: Creating fast lookup database ... Done
12152026-08-04T17:43:34.475ZFinalize: Reading search index ... Done
12162026-08-04T17:43:34.487ZFinalize: Updating search index ... Done
12172026-08-04T17:43:34.569ZFinalize: Updating package cache ... Done
12182026-08-04T17:43:34.889ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12192026-08-04T17:43:34.889Zapache system 2.4 system
12202026-08-04T17:43:34.889Zclang system 15 system
12212026-08-04T17:43:34.889Zcsh system system illumos
12222026-08-04T17:43:34.889Zctags system system illumos
12232026-08-04T17:43:34.889Zfile vendor vendor darwinsys
12242026-08-04T17:43:34.889Zfile system system illumos
12252026-08-04T17:43:34.889Zgcc vendor 14 vendor
12262026-08-04T17:43:34.889Zgcc system 13 system
12272026-08-04T17:43:34.889Zgcc system 10 system
12282026-08-04T17:43:34.889Zgo system 1.25 system
12292026-08-04T17:43:34.889Zllvm system 15 system
12302026-08-04T17:43:34.889Zmariadb system 11.4 system
12312026-08-04T17:43:34.889Zmta vendor vendor dma
12322026-08-04T17:43:34.889Zopenjdk system 17 system
12332026-08-04T17:43:34.889Zopenjdk system 11 system
12342026-08-04T17:43:34.889Zopenssl vendor 3 vendor
12352026-08-04T17:43:34.889Zperl system 5.40 system
12362026-08-04T17:43:34.889Zpostgresql system 18 system
12372026-08-04T17:43:34.889Zpostgresql system 17 system
12382026-08-04T17:43:34.889Zpython vendor 3 vendor
12392026-08-04T17:43:34.889Zpython system 2 system
12402026-08-04T17:43:34.889Zpython3 vendor 3.13 vendor
12412026-08-04T17:43:34.889Zruby system 3.4 system
12422026-08-04T17:43:34.890Zruby system 3.0 system
12432026-08-04T17:43:34.890Zwords vendor vendor american-english
12442026-08-04T17:43:34.890Zwords system system australian-english
12452026-08-04T17:43:34.890Zwords system system british-english
12462026-08-04T17:43:34.890Zwords system system canadian-english
12472026-08-04T17:43:34.890Zwords system system french
12482026-08-04T17:43:34.890Zwords system system italian
12492026-08-04T17:43:34.890Zwords system system ngerman
12502026-08-04T17:43:34.890Zwords system system ogerman
12512026-08-04T17:43:34.890Zwords system system spanish
12522026-08-04T17:43:35.147ZPUBLISHER TYPE STATUS P LOCATION
12532026-08-04T17:43:35.147Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12542026-08-04T17:43:35.539ZFMRI IFO
12552026-08-04T17:43:35.539Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12562026-08-04T17:43:35.539Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12572026-08-04T17:43:35.539Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12582026-08-04T17:43:35.540Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12592026-08-04T17:43:35.540Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12602026-08-04T17:43:35.540Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12612026-08-04T17:43:35.540Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12622026-08-04T17:43:35.540Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12632026-08-04T17:43:35.540Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12642026-08-04T17:43:36.125Z Downloading crates ...
12652026-08-04T17:43:36.174Z Downloaded cargo_toml v0.21.0
12662026-08-04T17:43:36.215Z Compiling proc-macro2 v1.0.106
12672026-08-04T17:43:36.215Z Compiling quote v1.0.45
12682026-08-04T17:43:36.215Z Compiling unicode-ident v1.0.24
12692026-08-04T17:43:36.215Z Compiling serde_core v1.0.228
12702026-08-04T17:43:36.219Z Compiling libc v0.2.185
12712026-08-04T17:43:36.219Z Compiling version_check v0.9.5
12722026-08-04T17:43:36.219Z Compiling memchr v2.8.0
12732026-08-04T17:43:36.219Z Compiling serde v1.0.228
12742026-08-04T17:43:36.219Z Compiling zmij v1.0.21
12752026-08-04T17:43:36.295Z Compiling itoa v1.0.17
12762026-08-04T17:43:36.298Z Compiling thiserror v1.0.69
12772026-08-04T17:43:36.298Z Compiling ucd-trie v0.1.7
12782026-08-04T17:43:36.298Z Compiling byteorder v1.5.0
12792026-08-04T17:43:36.298Z Compiling rustix v1.1.3
12802026-08-04T17:43:36.505Z Compiling serde_json v1.0.151
12812026-08-04T17:43:36.615Z Compiling bitflags v2.11.0
12822026-08-04T17:43:36.692Z Compiling proc-macro-error-attr v1.0.4
12832026-08-04T17:43:36.702Z Compiling usdt-impl v0.5.0
12842026-08-04T17:43:36.788Z Compiling pest v2.8.6
12852026-08-04T17:43:36.837Z Compiling syn v1.0.109
12862026-08-04T17:43:36.884Z Compiling camino v1.2.2
12872026-08-04T17:43:36.894Z Compiling proc-macro-error v1.0.4
12882026-08-04T17:43:36.914Z Compiling plain v0.2.3
12892026-08-04T17:43:36.944Z Compiling getrandom v0.4.1
12902026-08-04T17:43:36.986Z Compiling utf8parse v0.2.2
12912026-08-04T17:43:36.996Z Compiling log v0.4.29
12922026-08-04T17:43:37.013Z Compiling hashbrown v0.17.0
12932026-08-04T17:43:37.050Z Compiling equivalent v1.0.2
12942026-08-04T17:43:37.088Z Compiling anstyle-parse v1.0.0
12952026-08-04T17:43:37.137Z Compiling anstyle v1.0.14
12962026-08-04T17:43:37.150Z Compiling pretty-hex v0.4.1
12972026-08-04T17:43:37.154Z Compiling is_terminal_polyfill v1.70.2
12982026-08-04T17:43:37.197Z Compiling anstyle-query v1.1.5
12992026-08-04T17:43:37.273Z Compiling cfg-if v1.0.4
13002026-08-04T17:43:37.276Z Compiling thiserror v2.0.18
13012026-08-04T17:43:37.276Z Compiling errno v0.3.14
13022026-08-04T17:43:37.276Z Compiling thread-id v4.2.2
13032026-08-04T17:43:37.291Z Compiling toml_write v0.1.2
13042026-08-04T17:43:37.308Z Compiling autocfg v1.5.0
13052026-08-04T17:43:37.318Z Compiling winnow v0.7.14
13062026-08-04T17:43:37.329Z Compiling colorchoice v1.0.4
13072026-08-04T17:43:37.339Z Compiling fastrand v2.3.0
13082026-08-04T17:43:37.385Z Compiling unicode-width v0.1.14
13092026-08-04T17:43:37.431Z Compiling anstream v1.0.0
13102026-08-04T17:43:37.453Z Compiling anyhow v1.0.102
13112026-08-04T17:43:37.467Z Compiling fnv v1.0.7
13122026-08-04T17:43:37.580Z Compiling indexmap v2.14.0
13132026-08-04T17:43:37.592Z Compiling heck v0.4.1
13142026-08-04T17:43:37.607Z Compiling once_cell v1.21.3
13152026-08-04T17:43:37.665Z Compiling heck v0.5.0
13162026-08-04T17:43:37.719Z Compiling clap_lex v1.0.0
13172026-08-04T17:43:37.781Z Compiling syn v2.0.117
13182026-08-04T17:43:37.815Z Compiling fs-err v3.3.0
13192026-08-04T17:43:37.826Z Compiling strsim v0.11.1
13202026-08-04T17:43:37.853Z Compiling bytecount v0.6.9
13212026-08-04T17:43:37.867Z Compiling pest_meta v2.8.6
13222026-08-04T17:43:37.912Z Compiling memmap v0.7.0
13232026-08-04T17:43:37.963Z Compiling papergrid v0.11.0
13242026-08-04T17:43:37.996Z Compiling unicode-width v0.2.0
13252026-08-04T17:43:38.104Z Compiling unicode-linebreak v0.1.5
13262026-08-04T17:43:38.115Z Compiling smawk v0.3.2
13272026-08-04T17:43:38.188Z Compiling swrite v0.1.0
13282026-08-04T17:43:38.257Z Compiling terminal_size v0.4.3
13292026-08-04T17:43:38.268Z Compiling tempfile v3.25.0
13302026-08-04T17:43:38.354Z Compiling clap_builder v4.6.0
13312026-08-04T17:43:38.354Z Compiling textwrap v0.16.2
13322026-08-04T17:43:38.573Z Compiling cargo-platform v0.3.2
13332026-08-04T17:43:38.603Z Compiling semver v1.0.28
13342026-08-04T17:43:38.838Z Compiling camino-tempfile v1.4.1
13352026-08-04T17:43:39.181Z Compiling tabled_derive v0.7.0
13362026-08-04T17:43:39.873Z Compiling tabled v0.15.0
13372026-08-04T17:43:39.896Z Compiling pest_generator v2.8.6
13382026-08-04T17:43:40.388Z Compiling serde_derive v1.0.228
13392026-08-04T17:43:40.392Z Compiling thiserror-impl v1.0.69
13402026-08-04T17:43:40.392Z Compiling zerocopy-derive v0.7.35
13412026-08-04T17:43:40.392Z Compiling scroll_derive v0.12.1
13422026-08-04T17:43:40.392Z Compiling thiserror-impl v2.0.18
13432026-08-04T17:43:40.392Z Compiling clap_derive v4.6.1
13442026-08-04T17:43:40.424Z Compiling pest_derive v2.8.6
13452026-08-04T17:43:41.012Z Compiling scroll v0.12.0
13462026-08-04T17:43:41.114Z Compiling zerocopy v0.7.35
13472026-08-04T17:43:41.209Z Compiling goblin v0.8.2
13482026-08-04T17:43:41.401Z Compiling dtrace-parser v0.2.0
13492026-08-04T17:43:41.766Z Compiling clap v4.6.1
13502026-08-04T17:43:42.757Z Compiling toml_datetime v0.6.11
13512026-08-04T17:43:42.758Z Compiling serde_spanned v0.6.9
13522026-08-04T17:43:42.761Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13532026-08-04T17:43:42.761Z Compiling macaddr v1.0.1
13542026-08-04T17:43:42.761Z Compiling cargo_metadata v0.23.1
13552026-08-04T17:43:42.772Z Compiling dof v0.3.0
13562026-08-04T17:43:42.778Z Compiling serde_tokenstream v0.2.3
13572026-08-04T17:43:42.955Z Compiling toml_edit v0.22.27
13582026-08-04T17:43:43.447Z Compiling usdt-macro v0.5.0
13592026-08-04T17:43:43.447Z Compiling usdt-attr-macro v0.5.0
13602026-08-04T17:43:44.046Z Compiling usdt v0.5.0
13612026-08-04T17:43:44.229Z Compiling toml v0.8.23
13622026-08-04T17:43:44.528Z Compiling cargo_toml v0.21.0
13632026-08-04T17:43:45.813Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13642026-08-04T17:43:47.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.20s
13652026-08-04T17:43:47.912Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13662026-08-04T17:43:48.655Z Compiling libc v0.2.185
13672026-08-04T17:43:48.655Z Compiling serde_core v1.0.228
13682026-08-04T17:43:48.659Z Compiling serde v1.0.228
13692026-08-04T17:43:48.659Z Compiling log v0.4.29
13702026-08-04T17:43:48.659Z Compiling smallvec v1.15.1
13712026-08-04T17:43:48.659Z Compiling find-msvc-tools v0.1.9
13722026-08-04T17:43:48.659Z Compiling shlex v1.3.0
13732026-08-04T17:43:48.659Z Compiling subtle v2.6.1
13742026-08-04T17:43:48.659Z Compiling stable_deref_trait v1.2.1
13752026-08-04T17:43:48.659Z Compiling scopeguard v1.2.0
13762026-08-04T17:43:48.659Z Compiling typenum v1.20.1
13772026-08-04T17:43:48.659Z Compiling serde_json v1.0.151
13782026-08-04T17:43:48.659Z Compiling zerocopy v0.8.40
13792026-08-04T17:43:48.817Z Compiling portable-atomic v1.13.1
13802026-08-04T17:43:48.830Z Compiling syn v2.0.117
13812026-08-04T17:43:48.843Z Compiling pin-project-lite v0.2.17
13822026-08-04T17:43:48.973Z Compiling parking_lot_core v0.9.12
13832026-08-04T17:43:48.977Z Compiling pkg-config v0.3.32
13842026-08-04T17:43:48.999Z Compiling getrandom v0.4.1
13852026-08-04T17:43:49.013Z Compiling critical-section v1.2.0
13862026-08-04T17:43:49.050Z Compiling lock_api v0.4.14
13872026-08-04T17:43:49.066Z Compiling libm v0.2.16
13882026-08-04T17:43:49.079Z Compiling num-traits v0.2.19
13892026-08-04T17:43:49.094Z Compiling rand_core v0.10.0
13902026-08-04T17:43:49.146Z Compiling futures-core v0.3.32
13912026-08-04T17:43:49.152Z Compiling generic-array v0.14.7
13922026-08-04T17:43:49.183Z Compiling litemap v0.8.1
13932026-08-04T17:43:49.295Z Compiling percent-encoding v2.3.2
13942026-08-04T17:43:49.300Z Compiling writeable v0.6.2
13952026-08-04T17:43:49.312Z Compiling const-oid v0.9.6
13962026-08-04T17:43:49.315Z Compiling icu_normalizer_data v2.1.1
13972026-08-04T17:43:49.404Z Compiling icu_properties_data v2.1.2
13982026-08-04T17:43:49.432Z Compiling futures-sink v0.3.32
13992026-08-04T17:43:49.435Z Compiling slab v0.4.12
14002026-08-04T17:43:49.445Z Compiling futures-task v0.3.32
14012026-08-04T17:43:49.474Z Compiling futures-io v0.3.32
14022026-08-04T17:43:49.512Z Compiling utf8_iter v1.0.4
14032026-08-04T17:43:49.543Z Compiling form_urlencoded v1.2.2
14042026-08-04T17:43:49.582Z Compiling futures-channel v0.3.32
14052026-08-04T17:43:49.585Z Compiling rustversion v1.0.22
14062026-08-04T17:43:49.638Z Compiling getrandom v0.3.4
14072026-08-04T17:43:49.669Z Compiling jobserver v0.1.34
14082026-08-04T17:43:49.672Z Compiling errno v0.3.14
14092026-08-04T17:43:49.694Z Compiling getrandom v0.2.17
14102026-08-04T17:43:49.700Z Compiling mio v1.2.0
14112026-08-04T17:43:49.749Z Compiling socket2 v0.6.3
14122026-08-04T17:43:49.836Z Compiling signal-hook-registry v1.4.8
14132026-08-04T17:43:49.851Z Compiling rustix v1.1.3
14142026-08-04T17:43:49.957Z Compiling cc v1.2.56
14152026-08-04T17:43:49.969Z Compiling rand_core v0.6.4
14162026-08-04T17:43:49.973Z Compiling parking_lot v0.12.5
14172026-08-04T17:43:50.029Z Compiling once_cell v1.21.3
14182026-08-04T17:43:50.094Z Compiling iana-time-zone v0.1.65
14192026-08-04T17:43:50.118Z Compiling fs_extra v1.3.0
14202026-08-04T17:43:50.134Z Compiling dunce v1.0.5
14212026-08-04T17:43:50.163Z Compiling ident_case v1.0.1
14222026-08-04T17:43:50.218Z Compiling regex-syntax v0.8.10
14232026-08-04T17:43:50.236Z Compiling base64 v0.22.1
14242026-08-04T17:43:50.251Z Compiling vcpkg v0.2.15
14252026-08-04T17:43:50.303Z Compiling base64ct v1.8.3
14262026-08-04T17:43:50.318Z Compiling tracing-core v0.1.36
14272026-08-04T17:43:50.322Z Compiling aws-lc-rs v1.16.3
14282026-08-04T17:43:50.396Z Compiling flagset v0.4.7
14292026-08-04T17:43:50.412Z Compiling schemars v0.8.22
14302026-08-04T17:43:50.503Z Compiling rand_core v0.9.5
14312026-08-04T17:43:50.544Z Compiling pem-rfc7468 v0.7.0
14322026-08-04T17:43:50.582Z Compiling cmov v0.5.4
14332026-08-04T17:43:50.598Z Compiling dyn-clone v1.0.20
14342026-08-04T17:43:50.617Z Compiling openssl-probe v0.2.1
14352026-08-04T17:43:50.635Z Compiling tinyvec_macros v0.1.1
14362026-08-04T17:43:50.649Z Compiling httparse v1.10.1
14372026-08-04T17:43:50.696Z Compiling aho-corasick v1.1.4
14382026-08-04T17:43:50.732Z Compiling tinyvec v1.10.0
14392026-08-04T17:43:50.781Z Compiling cmake v0.1.57
14402026-08-04T17:43:50.790Z Compiling atomic-waker v1.1.2
14412026-08-04T17:43:50.807Z Compiling ctutils v0.4.2
14422026-08-04T17:43:50.813Z Compiling tower-layer v0.3.3
14432026-08-04T17:43:50.813Z Compiling tower-service v0.3.3
14442026-08-04T17:43:50.856Z Compiling try-lock v0.2.5
14452026-08-04T17:43:50.898Z Compiling untrusted v0.7.1
14462026-08-04T17:43:50.911Z Compiling rustls v0.23.41
14472026-08-04T17:43:50.926Z Compiling untrusted v0.9.0
14482026-08-04T17:43:50.938Z Compiling cpufeatures v0.2.17
14492026-08-04T17:43:50.979Z Compiling want v0.3.1
14502026-08-04T17:43:50.993Z Compiling foreign-types-shared v0.1.1
14512026-08-04T17:43:51.010Z Compiling httpdate v1.0.3
14522026-08-04T17:43:51.038Z Compiling bitflags v2.11.0
14532026-08-04T17:43:51.042Z Compiling semver v1.0.28
14542026-08-04T17:43:51.080Z Compiling indexmap v2.14.0
14552026-08-04T17:43:51.083Z Compiling uuid v1.23.4
14562026-08-04T17:43:51.126Z Compiling openssl v0.10.79
14572026-08-04T17:43:51.126Z Compiling foreign-types v0.3.2
14582026-08-04T17:43:51.160Z Compiling unicode-normalization v0.1.25
14592026-08-04T17:43:51.172Z Compiling spin v0.9.8
14602026-08-04T17:43:51.206Z Compiling time-core v0.1.8
14612026-08-04T17:43:51.269Z Compiling native-tls v0.2.18
14622026-08-04T17:43:51.294Z Compiling rustc_version v0.4.1
14632026-08-04T17:43:51.368Z Compiling num-conv v0.2.0
14642026-08-04T17:43:51.382Z Compiling crc32fast v1.5.0
14652026-08-04T17:43:51.397Z Compiling powerfmt v0.2.0
14662026-08-04T17:43:51.417Z Compiling wait-timeout v0.2.1
14672026-08-04T17:43:51.422Z Compiling sync_wrapper v1.0.2
14682026-08-04T17:43:51.480Z Compiling bit-vec v0.8.0
14692026-08-04T17:43:51.566Z Compiling time-macros v0.2.27
14702026-08-04T17:43:51.570Z Compiling usdt-impl v0.6.0
14712026-08-04T17:43:51.570Z Compiling aws-lc-sys v0.40.0
14722026-08-04T17:43:51.614Z Compiling openssl-sys v0.9.115
14732026-08-04T17:43:51.629Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14742026-08-04T17:43:51.646Z Compiling deranged v0.5.8
14752026-08-04T17:43:51.672Z Compiling regex-automata v0.4.14
14762026-08-04T17:43:51.731Z Compiling synstructure v0.13.2
14772026-08-04T17:43:51.743Z Compiling serde_derive_internals v0.29.1
14782026-08-04T17:43:51.758Z Compiling pest_generator v2.8.6
14792026-08-04T17:43:51.773Z Compiling darling_core v0.20.11
14802026-08-04T17:43:51.820Z Compiling quick-error v1.2.3
14812026-08-04T17:43:51.930Z Compiling crossbeam-utils v0.8.21
14822026-08-04T17:43:52.222Z Compiling tempfile v3.25.0
14832026-08-04T17:43:52.242Z Compiling simd-adler32 v0.3.8
14842026-08-04T17:43:52.385Z Compiling syn v1.0.109
14852026-08-04T17:43:52.404Z Compiling siphasher v1.0.2
14862026-08-04T17:43:52.418Z Compiling num_threads v0.1.7
14872026-08-04T17:43:52.463Z Compiling rusty-fork v0.3.1
14882026-08-04T17:43:52.559Z Compiling darling_core v0.23.0
14892026-08-04T17:43:52.578Z Compiling bit-set v0.8.0
14902026-08-04T17:43:52.607Z Compiling time v0.3.47
14912026-08-04T17:43:52.623Z Compiling heapless v0.7.17
14922026-08-04T17:43:52.634Z Compiling bzip2-sys v0.1.13+1.0.8
14932026-08-04T17:43:52.653Z Compiling slog v2.8.2
14942026-08-04T17:43:52.668Z Compiling rand_xorshift v0.4.0
14952026-08-04T17:43:52.706Z Compiling thread-id v5.1.0
14962026-08-04T17:43:52.738Z Compiling cookie v0.18.1
14972026-08-04T17:43:52.751Z Compiling iri-string v0.7.10
14982026-08-04T17:43:52.765Z Compiling adler2 v2.0.1
14992026-08-04T17:43:52.793Z Compiling unicode-properties v0.1.4
15002026-08-04T17:43:52.808Z Compiling paste v1.0.15
15012026-08-04T17:43:52.854Z Compiling allocator-api2 v0.2.21
15022026-08-04T17:43:52.879Z Compiling unarray v0.1.4
15032026-08-04T17:43:52.906Z Compiling ryu v1.0.23
15042026-08-04T17:43:52.913Z Compiling zstd-safe v7.2.4
15052026-08-04T17:43:52.939Z Compiling anyhow v1.0.102
15062026-08-04T17:43:52.951Z Compiling signal-hook v0.3.18
15072026-08-04T17:43:52.990Z Compiling unicode-bidi v0.3.18
15082026-08-04T17:43:53.147Z Compiling miniz_oxide v0.8.9
15092026-08-04T17:43:53.203Z Compiling camino v1.2.2
15102026-08-04T17:43:53.207Z Compiling curve25519-dalek v4.1.3
15112026-08-04T17:43:53.425Z Compiling serde_derive v1.0.228
15122026-08-04T17:43:53.477Z Compiling zeroize_derive v1.5.0
15132026-08-04T17:43:53.527Z Compiling zerofrom-derive v0.1.6
15142026-08-04T17:43:53.567Z Compiling yoke-derive v0.8.1
15152026-08-04T17:43:53.588Z Compiling zerovec-derive v0.11.2
15162026-08-04T17:43:53.697Z Compiling displaydoc v0.2.5
15172026-08-04T17:43:53.771Z Compiling zerocopy-derive v0.8.40
15182026-08-04T17:43:53.835Z Compiling tokio-macros v2.7.0
15192026-08-04T17:43:54.107Z Compiling futures-macro v0.3.32
15202026-08-04T17:43:54.157Z Compiling zeroize v1.9.0
15212026-08-04T17:43:54.191Z Compiling tracing-attributes v0.1.31
15222026-08-04T17:43:54.260Z Compiling thiserror-impl v2.0.18
15232026-08-04T17:43:54.480Z Compiling der_derive v0.7.3
15242026-08-04T17:43:54.609Z Compiling rustls-pki-types v1.14.0
15252026-08-04T17:43:54.764Z Compiling schemars_derive v0.8.22
15262026-08-04T17:43:54.798Z Compiling hybrid-array v0.4.13
15272026-08-04T17:43:54.941Z Compiling futures-util v0.3.32
15282026-08-04T17:43:54.994Z Compiling zerofrom v0.1.6
15292026-08-04T17:43:55.020Z Compiling block-buffer v0.10.4
15302026-08-04T17:43:55.089Z Compiling crypto-common v0.1.7
15312026-08-04T17:43:55.133Z Compiling yoke v0.8.1
15322026-08-04T17:43:55.149Z Compiling pest_derive v2.8.6
15332026-08-04T17:43:55.208Z Compiling digest v0.10.7
15342026-08-04T17:43:55.259Z Compiling scroll_derive v0.13.1
15352026-08-04T17:43:55.338Z Compiling zerovec v0.11.5
15362026-08-04T17:43:55.489Z Compiling zerotrie v0.2.3
15372026-08-04T17:43:55.552Z Compiling der v0.7.10
15382026-08-04T17:43:55.623Z Compiling tracing v0.1.44
15392026-08-04T17:43:55.638Z Compiling darling_macro v0.20.11
15402026-08-04T17:43:55.651Z Compiling openssl-macros v0.1.1
15412026-08-04T17:43:55.697Z Compiling thiserror v2.0.18
15422026-08-04T17:43:55.800Z Compiling hmac v0.12.1
15432026-08-04T17:43:55.816Z Compiling tinystr v0.8.2
15442026-08-04T17:43:55.816Z Compiling potential_utf v0.1.4
15452026-08-04T17:43:55.881Z Compiling sha2 v0.10.9
15462026-08-04T17:43:55.922Z Compiling dtrace-parser v0.3.0
15472026-08-04T17:43:55.981Z Compiling icu_locale_core v2.1.1
15482026-08-04T17:43:56.010Z Compiling icu_collections v2.1.1
15492026-08-04T17:43:56.040Z Compiling scroll_derive v0.12.1
15502026-08-04T17:43:56.100Z Compiling thiserror-impl v1.0.69
15512026-08-04T17:43:56.117Z Compiling scroll v0.13.0
15522026-08-04T17:43:56.167Z Compiling darling v0.20.11
15532026-08-04T17:43:56.272Z Compiling derive_builder_core v0.20.2
15542026-08-04T17:43:56.419Z Compiling spki v0.7.3
15552026-08-04T17:43:56.527Z Compiling goblin v0.10.5
15562026-08-04T17:43:56.641Z Compiling icu_provider v2.1.1
15572026-08-04T17:43:56.717Z Compiling pkcs8 v0.10.2
15582026-08-04T17:43:56.752Z Compiling scroll v0.12.0
15592026-08-04T17:43:56.819Z Compiling crypto-common v0.2.2
15602026-08-04T17:43:56.885Z Compiling bytes v1.11.1
15612026-08-04T17:43:56.949Z Compiling icu_properties v2.1.2
15622026-08-04T17:43:56.964Z Compiling icu_normalizer v2.1.1
15632026-08-04T17:43:56.991Z Compiling chrono v0.4.45
15642026-08-04T17:43:57.051Z Compiling ipnet v2.11.0
15652026-08-04T17:43:57.129Z Compiling erased-serde v0.3.31
15662026-08-04T17:43:57.157Z Compiling derive_builder_macro v0.20.2
15672026-08-04T17:43:57.250Z Compiling hex v0.4.3
15682026-08-04T17:43:57.316Z Compiling serde_spanned v0.6.9
15692026-08-04T17:43:57.429Z Compiling tokio v1.52.1
15702026-08-04T17:43:57.476Z Compiling http v1.4.2
15712026-08-04T17:43:57.503Z Compiling thiserror v1.0.69
15722026-08-04T17:43:57.520Z Compiling serde_tokenstream v0.2.3
15732026-08-04T17:43:57.534Z Compiling toml_datetime v0.6.11
15742026-08-04T17:43:57.563Z Compiling serde_urlencoded v0.7.1
15752026-08-04T17:43:57.618Z Compiling block-buffer v0.12.1
15762026-08-04T17:43:57.633Z Compiling block-padding v0.4.2
15772026-08-04T17:43:57.667Z Compiling md-5 v0.10.6
15782026-08-04T17:43:57.805Z Compiling idna_adapter v1.2.1
15792026-08-04T17:43:57.809Z Compiling signature v2.2.0
15802026-08-04T17:43:57.835Z Compiling darling_macro v0.23.0
15812026-08-04T17:43:57.838Z Compiling rustls-native-certs v0.8.3
15822026-08-04T17:43:57.838Z Compiling bstr v1.12.1
15832026-08-04T17:43:57.874Z Compiling zerocopy-derive v0.7.35
15842026-08-04T17:43:57.956Z Compiling idna v1.1.0
15852026-08-04T17:43:58.036Z Compiling async-trait v0.1.89
15862026-08-04T17:43:58.042Z Compiling pin-project-internal v1.1.11
15872026-08-04T17:43:58.165Z Compiling ppv-lite86 v0.2.21
15882026-08-04T17:43:58.355Z Compiling url v2.5.8
15892026-08-04T17:43:58.365Z Compiling http-body v1.0.1
15902026-08-04T17:43:58.400Z Compiling stringprep v0.1.5
15912026-08-04T17:43:58.495Z Compiling rand_chacha v0.9.0
15922026-08-04T17:43:58.510Z Compiling http-body-util v0.1.3
15932026-08-04T17:43:58.529Z Compiling rand_chacha v0.3.1
15942026-08-04T17:43:58.552Z Compiling num-integer v0.1.46
15952026-08-04T17:43:58.624Z Compiling vergen-lib v9.1.0
15962026-08-04T17:43:58.712Z Compiling rand v0.9.2
15972026-08-04T17:43:58.771Z Compiling hash32 v0.2.1
15982026-08-04T17:43:58.786Z Compiling memoffset v0.9.1
15992026-08-04T17:43:58.817Z Compiling encoding_rs v0.8.35
16002026-08-04T17:43:58.884Z Compiling num-bigint-dig v0.8.6
16012026-08-04T17:43:58.978Z Compiling smoltcp v0.9.1
16022026-08-04T17:43:58.994Z Compiling zlib-rs v0.6.2
16032026-08-04T17:43:59.081Z Compiling cfg_aliases v0.2.1
16042026-08-04T17:43:59.097Z Compiling rustix v0.38.44
16052026-08-04T17:43:59.110Z Compiling fallible-iterator v0.2.0
16062026-08-04T17:43:59.164Z Compiling ref-cast v1.0.25
16072026-08-04T17:43:59.177Z Compiling litrs v1.0.0
16082026-08-04T17:43:59.202Z Compiling mime v0.3.17
16092026-08-04T17:43:59.216Z Compiling psl-types v2.0.11
16102026-08-04T17:43:59.317Z Compiling dof v0.4.0
16112026-08-04T17:43:59.330Z Compiling proptest v1.11.0
16122026-08-04T17:43:59.367Z Compiling publicsuffix v2.3.0
16132026-08-04T17:43:59.434Z Compiling postgres-protocol v0.6.10
16142026-08-04T17:43:59.476Z Compiling pin-project v1.1.11
16152026-08-04T17:43:59.495Z Compiling nix v0.31.2
16162026-08-04T17:43:59.638Z Compiling ipnetwork v0.21.1
16172026-08-04T17:43:59.721Z Compiling zerocopy v0.7.35
16182026-08-04T17:43:59.763Z Compiling document-features v0.2.12
16192026-08-04T17:43:59.767Z Compiling num-iter v0.1.45
16202026-08-04T17:43:59.898Z Compiling oxnet v0.1.6
16212026-08-04T17:43:59.915Z Compiling rand v0.8.6
16222026-08-04T17:43:59.929Z Compiling darling v0.23.0
16232026-08-04T17:44:00.025Z Compiling inout v0.2.2
16242026-08-04T17:44:00.054Z Compiling derive_builder v0.20.2
16252026-08-04T17:44:00.190Z Compiling hubpack_derive v0.1.1
16262026-08-04T17:44:00.204Z Compiling futures-executor v0.3.32
16272026-08-04T17:44:00.219Z Compiling goblin v0.8.2
16282026-08-04T17:44:00.301Z Compiling regex v1.12.3
16292026-08-04T17:44:00.485Z Compiling ref-cast-impl v1.0.25
16302026-08-04T17:44:00.489Z Compiling daft-derive v0.1.7
16312026-08-04T17:44:00.499Z Compiling strum_macros v0.27.2
16322026-08-04T17:44:00.560Z Compiling curve25519-dalek-derive v0.1.1
16332026-08-04T17:44:00.674Z Compiling snafu-derive v0.8.9
16342026-08-04T17:44:00.787Z Compiling phf_shared v0.13.1
16352026-08-04T17:44:00.843Z Compiling terminal_size v0.4.3
16362026-08-04T17:44:00.885Z Compiling lazy_static v1.5.0
16372026-08-04T17:44:00.933Z Compiling cargo-platform v0.3.2
16382026-08-04T17:44:00.987Z Compiling anstyle-parse v0.2.7
16392026-08-04T17:44:01.004Z Compiling vergen v9.1.0
16402026-08-04T17:44:01.053Z Compiling ff v0.13.1
16412026-08-04T17:44:01.057Z Compiling fs-err v3.3.0
16422026-08-04T17:44:01.081Z Compiling ahash v0.8.12
16432026-08-04T17:44:01.191Z Compiling foldhash v0.1.5
16442026-08-04T17:44:01.214Z Compiling object v0.37.3
16452026-08-04T17:44:01.228Z Compiling bumpalo v3.20.2
16462026-08-04T17:44:01.248Z Compiling tokio-util v0.7.18
16472026-08-04T17:44:01.260Z Compiling tower v0.5.3
16482026-08-04T17:44:01.281Z Compiling tokio-native-tls v0.3.1
16492026-08-04T17:44:01.295Z Compiling same-file v1.0.6
16502026-08-04T17:44:01.300Z Compiling libbz2-rs-sys v0.2.2
16512026-08-04T17:44:01.323Z Compiling foldhash v0.2.0
16522026-08-04T17:44:01.380Z Compiling managed v0.8.0
16532026-08-04T17:44:01.474Z Compiling winnow v0.5.40
16542026-08-04T17:44:01.488Z Compiling unicode-segmentation v1.12.0
16552026-08-04T17:44:01.524Z Compiling bitflags v1.3.2
16562026-08-04T17:44:01.531Z Compiling base16ct v0.2.0
16572026-08-04T17:44:01.560Z Compiling clap_builder v4.6.0
16582026-08-04T17:44:01.672Z Compiling sec1 v0.7.3
16592026-08-04T17:44:01.707Z Compiling tower-http v0.6.8
16602026-08-04T17:44:01.770Z Compiling bzip2 v0.6.1
16612026-08-04T17:44:01.892Z Compiling newtype-uuid v1.3.2
16622026-08-04T17:44:01.953Z Compiling h2 v0.4.15
16632026-08-04T17:44:01.998Z Compiling flate2 v1.1.9
16642026-08-04T17:44:02.020Z Compiling hashbrown v0.16.1
16652026-08-04T17:44:02.137Z Compiling daft v0.1.7
16662026-08-04T17:44:02.248Z Compiling zopfli v0.8.3
16672026-08-04T17:44:02.320Z Compiling walkdir v2.5.0
16682026-08-04T17:44:02.386Z Compiling hashbrown v0.15.5
16692026-08-04T17:44:02.470Z Compiling dof v0.3.0
16702026-08-04T17:44:02.525Z Compiling group v0.13.0
16712026-08-04T17:44:02.563Z Compiling strum v0.27.2
16722026-08-04T17:44:02.639Z Compiling snafu v0.8.9
16732026-08-04T17:44:02.642Z Compiling anstream v0.6.21
16742026-08-04T17:44:02.666Z Compiling cargo_metadata v0.23.1
16752026-08-04T17:44:02.719Z Compiling phf v0.13.1
16762026-08-04T17:44:02.814Z Compiling toml_edit v0.19.15
16772026-08-04T17:44:02.925Z Compiling signal-hook-mio v0.2.5
16782026-08-04T17:44:02.956Z Compiling usdt-macro v0.6.0
16792026-08-04T17:44:02.972Z Compiling usdt-attr-macro v0.6.0
16802026-08-04T17:44:03.011Z Compiling hubpack v0.1.2
16812026-08-04T17:44:03.062Z Compiling cookie_store v0.22.1
16822026-08-04T17:44:03.214Z Compiling bzip2 v0.4.4
16832026-08-04T17:44:03.246Z Compiling futures v0.3.32
16842026-08-04T17:44:03.261Z Compiling cipher v0.5.2
16852026-08-04T17:44:03.341Z Compiling serde_with_macros v3.21.0
16862026-08-04T17:44:03.385Z Compiling zstd v0.13.3
16872026-08-04T17:44:03.439Z Compiling postgres-types v0.2.12
16882026-08-04T17:44:03.684Z Compiling globset v0.4.18
16892026-08-04T17:44:03.723Z Compiling ed25519 v2.2.3
16902026-08-04T17:44:03.757Z Compiling dtrace-parser v0.2.0
16912026-08-04T17:44:03.783Z Compiling pkcs1 v0.7.5
16922026-08-04T17:44:03.827Z Compiling olpc-cjson v0.1.4
16932026-08-04T17:44:04.002Z Compiling serde_plain v1.0.2
16942026-08-04T17:44:04.017Z Compiling serde-big-array v0.5.1
16952026-08-04T17:44:04.035Z Compiling hkdf v0.12.4
16962026-08-04T17:44:04.182Z Compiling crypto-bigint v0.5.5
16972026-08-04T17:44:04.182Z Compiling enum-as-inner v0.6.1
16982026-08-04T17:44:04.215Z Compiling serde_repr v0.1.20
16992026-08-04T17:44:04.230Z Compiling async-recursion v1.1.1
17002026-08-04T17:44:04.380Z Compiling clap_derive v4.6.1
17012026-08-04T17:44:04.493Z Compiling strum_macros v0.26.4
17022026-08-04T17:44:04.507Z Compiling phf_shared v0.11.3
17032026-08-04T17:44:04.593Z Compiling float-cmp v0.10.0
17042026-08-04T17:44:04.662Z Compiling pem v3.0.6
17052026-08-04T17:44:04.756Z Compiling thread-id v4.2.2
17062026-08-04T17:44:04.756Z Compiling memmap2 v0.9.10
17072026-08-04T17:44:04.784Z Compiling env_filter v1.0.0
17082026-08-04T17:44:04.831Z Compiling jiff v0.2.21
17092026-08-04T17:44:04.845Z Compiling static_assertions v1.1.0
17102026-08-04T17:44:04.860Z Compiling typed-path v0.9.3
17112026-08-04T17:44:04.932Z Compiling normalize-line-endings v0.3.0
17122026-08-04T17:44:04.966Z Compiling winnow v1.0.3
17132026-08-04T17:44:05.001Z Compiling fixedbitset v0.5.7
17142026-08-04T17:44:05.014Z Compiling whoami v2.1.0
17152026-08-04T17:44:05.042Z Compiling either v1.15.0
17162026-08-04T17:44:05.110Z Compiling cpufeatures v0.3.0
17172026-08-04T17:44:05.199Z Compiling hyper v1.10.1
17182026-08-04T17:44:05.287Z Compiling predicates-core v1.0.10
17192026-08-04T17:44:05.331Z Compiling keccak v0.1.6
17202026-08-04T17:44:05.353Z Compiling data-encoding v2.10.0
17212026-08-04T17:44:05.420Z Compiling const-oid v0.10.2
17222026-08-04T17:44:05.436Z Compiling precomputed-hash v0.1.1
17232026-08-04T17:44:05.490Z Compiling new_debug_unreachable v1.0.6
17242026-08-04T17:44:05.547Z Compiling difflib v0.4.0
17252026-08-04T17:44:05.575Z Compiling fixedbitset v0.4.2
17262026-08-04T17:44:05.584Z Compiling string_cache v0.8.9
17272026-08-04T17:44:05.643Z Compiling digest v0.11.3
17282026-08-04T17:44:05.791Z Compiling predicates v3.1.4
17292026-08-04T17:44:05.820Z Compiling petgraph v0.6.5
17302026-08-04T17:44:05.894Z Compiling hickory-proto v0.25.2
17312026-08-04T17:44:06.075Z Compiling sha3 v0.10.8
17322026-08-04T17:44:06.099Z Compiling toml_edit v0.22.27
17332026-08-04T17:44:06.114Z Compiling toml_parser v1.1.2+spec-1.1.0
17342026-08-04T17:44:06.130Z Compiling itertools v0.13.0
17352026-08-04T17:44:06.261Z Compiling tokio-postgres v0.7.16
17362026-08-04T17:44:06.275Z Compiling clap v4.6.1
17372026-08-04T17:44:06.356Z Compiling hyper-util v0.1.20
17382026-08-04T17:44:06.372Z Compiling strum v0.26.3
17392026-08-04T17:44:06.388Z Compiling elliptic-curve v0.13.8
17402026-08-04T17:44:06.451Z Compiling petgraph v0.8.3
17412026-08-04T17:44:06.531Z Compiling chacha20 v0.10.0
17422026-08-04T17:44:06.557Z Compiling env_logger v0.11.9
17432026-08-04T17:44:06.777Z Compiling usdt v0.6.0
17442026-08-04T17:44:06.822Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17452026-08-04T17:44:06.862Z Compiling usdt-impl v0.5.0
17462026-08-04T17:44:06.921Z Compiling crossterm v0.28.1
17472026-08-04T17:44:06.934Z Compiling serde_with v3.21.0
17482026-08-04T17:44:07.056Z Compiling toml v0.7.8
17492026-08-04T17:44:07.341Z Compiling rsa v0.9.10
17502026-08-04T17:44:07.381Z Compiling ed25519-dalek v2.2.0
17512026-08-04T17:44:07.457Z Compiling zip v4.6.1
17522026-08-04T17:44:07.929Z Compiling hyper-tls v0.6.0
17532026-08-04T17:44:08.176Z Compiling reqwest v0.12.28
17542026-08-04T17:44:08.213Z Compiling zip v0.6.6
17552026-08-04T17:44:08.397Z Compiling iddqd v0.4.2
17562026-08-04T17:44:08.548Z Compiling tokio-stream v0.1.18
17572026-08-04T17:44:08.616Z Compiling similar v2.7.0
17582026-08-04T17:44:08.701Z Compiling heck v0.4.1
17592026-08-04T17:44:08.805Z Compiling buf-list v1.1.2
17602026-08-04T17:44:08.851Z Compiling byte-wrapper v0.1.0
17612026-08-04T17:44:08.866Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17622026-08-04T17:44:08.953Z Compiling openapiv3 v2.2.0
17632026-08-04T17:44:09.029Z Compiling x509-cert v0.2.5
17642026-08-04T17:44:09.109Z Compiling crossbeam-epoch v0.9.18
17652026-08-04T17:44:09.116Z Compiling lalrpop-util v0.19.12
17662026-08-04T17:44:09.175Z Compiling peg-runtime v0.8.5
17672026-08-04T17:44:09.193Z Compiling thread_local v1.1.9
17682026-08-04T17:44:09.302Z Compiling slog-async v2.8.0
17692026-08-04T17:44:09.354Z Compiling crossbeam-channel v0.5.15
17702026-08-04T17:44:09.413Z Compiling filetime v0.2.27
17712026-08-04T17:44:09.469Z Compiling is-terminal v0.4.17
17722026-08-04T17:44:09.483Z Compiling take_mut v0.2.2
17732026-08-04T17:44:09.487Z Compiling xattr v1.6.1
17742026-08-04T17:44:09.586Z Compiling term v1.2.1
17752026-08-04T17:44:09.610Z Compiling camino-tempfile v1.4.1
17762026-08-04T17:44:09.650Z Compiling tar v0.4.46
17772026-08-04T17:44:09.862Z Compiling slog-term v2.9.2
17782026-08-04T17:44:27.544Z Compiling rustls-webpki v0.103.13
17792026-08-04T17:44:30.200Z Compiling tokio-rustls v0.26.4
17802026-08-04T17:44:30.200Z Compiling rustls-platform-verifier v0.6.2
17812026-08-04T17:44:30.212Z Compiling tough v0.22.0
17822026-08-04T17:44:30.401Z Compiling hyper-rustls v0.27.7
17832026-08-04T17:44:30.590Z Compiling reqwest v0.13.2
17842026-08-04T17:44:32.739Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17852026-08-04T17:44:32.966Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17862026-08-04T17:44:35.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.91s
17872026-08-04T17:44:35.989Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17882026-08-04T17:44:36.041ZAug 04 17:44:35.420 INFO Starting download, target: Console
17892026-08-04T17:44:36.041ZAug 04 17:44:35.421 INFO Starting download, target: DendriteStub
17902026-08-04T17:44:36.041ZAug 04 17:44:35.421 INFO Starting download, target: Cockroach
17912026-08-04T17:44:36.041ZAug 04 17:44:35.421 INFO Starting download, target: Clickhouse
17922026-08-04T17:44:36.041ZAug 04 17:44:35.421 INFO Starting download, target: MaghemiteMgd
17932026-08-04T17:44:36.041ZAug 04 17:44:35.421 INFO Starting download, target: MaghemiteDdmd
17942026-08-04T17:44:36.045ZAug 04 17:44:35.421 INFO Starting download, target: TransceiverControl
17952026-08-04T17:44:36.045ZAug 04 17:44:35.421 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17962026-08-04T17:44:36.045ZAug 04 17:44:35.421 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17972026-08-04T17:44:36.046ZAug 04 17:44:35.421 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17982026-08-04T17:44:36.046ZAug 04 17:44:35.421 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17992026-08-04T17:44:36.046ZAug 04 17:44:35.421 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18002026-08-04T17:44:36.046ZAug 04 17:44:35.421 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18012026-08-04T17:44:36.046ZAug 04 17:44:35.422 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18022026-08-04T17:44:36.651ZAug 04 17:44:35.995 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18032026-08-04T17:44:36.858ZAug 04 17:44:36.208 INFO Download complete, target: TransceiverControl
18042026-08-04T17:44:37.210ZAug 04 17:44:36.585 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18052026-08-04T17:44:38.260ZAug 04 17:44:37.554 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18062026-08-04T17:44:38.500ZAug 04 17:44:37.811 INFO Download complete, target: Console
18072026-08-04T17:44:38.752ZAug 04 17:44:38.107 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18082026-08-04T17:44:39.219ZAug 04 17:44:38.559 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18092026-08-04T17:44:39.316ZAug 04 17:44:38.630 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18102026-08-04T17:44:39.607ZAug 04 17:44:38.945 INFO Download complete, target: DendriteStub
18112026-08-04T17:44:40.672ZAug 04 17:44:39.980 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18122026-08-04T17:44:40.672ZAug 04 17:44:39.980 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18132026-08-04T17:44:41.670ZAug 04 17:44:41.025 INFO Download complete, target: MaghemiteMgd
18142026-08-04T17:44:41.670ZAug 04 17:44:41.026 INFO Download complete, target: MaghemiteDdmd
18152026-08-04T17:44:45.277ZAug 04 17:44:44.656 INFO Checking that binary works, target: Cockroach
18162026-08-04T17:44:45.405ZAug 04 17:44:44.784 INFO Download complete, target: Cockroach
18172026-08-04T17:44:45.930ZAug 04 17:44:45.309 INFO Checking that binary works, target: Clickhouse
18182026-08-04T17:44:46.013ZAug 04 17:44:45.392 INFO Download complete, target: Clickhouse
18192026-08-04T17:44:46.019ZAll prerequisites installed successfully
18202026-08-04T17:44:46.024Z
18212026-08-04T17:44:46.024Zreal 1:25.072075897
18222026-08-04T17:44:46.024Zuser 6:31.528507436
18232026-08-04T17:44:46.024Zsys 1:34.383301581
18242026-08-04T17:44:46.024Ztrap 0.224944591
18252026-08-04T17:44:46.024Ztflt 0.895693184
18262026-08-04T17:44:46.024Zdflt 1.762305434
18272026-08-04T17:44:46.024Zkflt 0.025232455
18282026-08-04T17:44:46.024Zlock 24:28.749112762
18292026-08-04T17:44:46.024Zslp 17:22.781799960
18302026-08-04T17:44:46.024Zlat 21.212011007
18312026-08-04T17:44:46.024Zstop 2:38.184849716
18322026-08-04T17:44:46.024Z+ source ./tools/include/force-git-over-https.sh
18332026-08-04T17:44:46.024Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18342026-08-04T17:44:46.026Z++ (( i = 0 ))
18352026-08-04T17:44:46.026Z++ (( i < 5 ))
18362026-08-04T17:44:46.026Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18372026-08-04T17:44:46.030Z++ (( i++ ))
18382026-08-04T17:44:46.030Z++ (( i < 5 ))
18392026-08-04T17:44:46.030Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18402026-08-04T17:44:46.030Z++ (( i++ ))
18412026-08-04T17:44:46.030Z++ (( i < 5 ))
18422026-08-04T17:44:46.030Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18432026-08-04T17:44:46.030Z++ (( i++ ))
18442026-08-04T17:44:46.030Z++ (( i < 5 ))
18452026-08-04T17:44:46.030Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18462026-08-04T17:44:46.033Z++ (( i++ ))
18472026-08-04T17:44:46.033Z++ (( i < 5 ))
18482026-08-04T17:44:46.033Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18492026-08-04T17:44:46.036Z++ (( i++ ))
18502026-08-04T17:44:46.036Z++ (( i < 5 ))
18512026-08-04T17:44:46.036Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18522026-08-04T17:44:46.036Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18532026-08-04T17:44:46.036Z+ rc=0
18542026-08-04T17:44:46.036Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18552026-08-04T17:44:52.694Z+ case $rc in
18562026-08-04T17:44:52.694Z+ pfexec zfs create -p rpool/images/build/host
18572026-08-04T17:44:52.809Z+ pfexec zfs create -p rpool/images/build/recovery
18582026-08-04T17:44:52.848Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18592026-08-04T17:44:53.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18602026-08-04T17:44:53.310Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18612026-08-04T17:44:54.146Z Compiling proc-macro2 v1.0.106
18622026-08-04T17:44:54.146Z Compiling quote v1.0.45
18632026-08-04T17:44:54.146Z Compiling unicode-ident v1.0.24
18642026-08-04T17:44:54.146Z Compiling libc v0.2.185
18652026-08-04T17:44:54.146Z Compiling serde_core v1.0.228
18662026-08-04T17:44:54.146Z Compiling serde v1.0.228
18672026-08-04T17:44:54.149Z Compiling cfg-if v1.0.4
18682026-08-04T17:44:54.149Z Compiling find-msvc-tools v0.1.9
18692026-08-04T17:44:54.149Z Compiling shlex v1.3.0
18702026-08-04T17:44:54.149Z Compiling version_check v0.9.5
18712026-08-04T17:44:54.149Z Compiling autocfg v1.5.0
18722026-08-04T17:44:54.149Z Compiling zmij v1.0.21
18732026-08-04T17:44:54.284Z Compiling memchr v2.8.0
18742026-08-04T17:44:54.289Z Compiling zerocopy v0.8.40
18752026-08-04T17:44:54.289Z Compiling serde_json v1.0.151
18762026-08-04T17:44:54.433Z Compiling portable-atomic v1.13.1
18772026-08-04T17:44:54.580Z Compiling getrandom v0.4.1
18782026-08-04T17:44:54.584Z Compiling libm v0.2.16
18792026-08-04T17:44:54.599Z Compiling parking_lot_core v0.9.12
18802026-08-04T17:44:54.634Z Compiling icu_normalizer_data v2.1.1
18812026-08-04T17:44:54.637Z Compiling icu_properties_data v2.1.2
18822026-08-04T17:44:54.649Z Compiling smallvec v1.15.1
18832026-08-04T17:44:54.666Z Compiling generic-array v0.14.7
18842026-08-04T17:44:54.730Z Compiling pkg-config v0.3.32
18852026-08-04T17:44:54.760Z Compiling num-traits v0.2.19
18862026-08-04T17:44:54.894Z Compiling log v0.4.29
18872026-08-04T17:44:54.910Z Compiling itoa v1.0.17
18882026-08-04T17:44:54.937Z Compiling subtle v2.6.1
18892026-08-04T17:44:54.966Z Compiling getrandom v0.3.4
18902026-08-04T17:44:55.014Z Compiling rustix v1.1.3
18912026-08-04T17:44:55.056Z Compiling scopeguard v1.2.0
18922026-08-04T17:44:55.138Z Compiling stable_deref_trait v1.2.1
18932026-08-04T17:44:55.171Z Compiling lock_api v0.4.14
18942026-08-04T17:44:55.200Z Compiling typenum v1.20.1
18952026-08-04T17:44:55.286Z Compiling critical-section v1.2.0
18962026-08-04T17:44:55.291Z Compiling heck v0.5.0
18972026-08-04T17:44:55.291Z Compiling jobserver v0.1.34
18982026-08-04T17:44:55.298Z Compiling errno v0.3.14
18992026-08-04T17:44:55.437Z Compiling fs_extra v1.3.0
19002026-08-04T17:44:55.449Z Compiling dunce v1.0.5
19012026-08-04T17:44:55.454Z Compiling rand_core v0.10.0
19022026-08-04T17:44:55.497Z Compiling cc v1.2.56
19032026-08-04T17:44:55.525Z Compiling thiserror v2.0.18
19042026-08-04T17:44:55.569Z Compiling syn v2.0.117
19052026-08-04T17:44:55.632Z Compiling pin-project-lite v0.2.17
19062026-08-04T17:44:55.683Z Compiling litemap v0.8.1
19072026-08-04T17:44:55.759Z Compiling once_cell v1.21.3
19082026-08-04T17:44:55.774Z Compiling rustversion v1.0.22
19092026-08-04T17:44:55.778Z Compiling percent-encoding v2.3.2
19102026-08-04T17:44:55.827Z Compiling writeable v0.6.2
19112026-08-04T17:44:55.855Z Compiling getrandom v0.2.17
19122026-08-04T17:44:55.859Z Compiling schemars v0.8.22
19132026-08-04T17:44:56.009Z Compiling futures-core v0.3.32
19142026-08-04T17:44:56.028Z Compiling rand_core v0.6.4
19152026-08-04T17:44:56.042Z Compiling equivalent v1.0.2
19162026-08-04T17:44:56.046Z Compiling aws-lc-rs v1.16.3
19172026-08-04T17:44:56.116Z Compiling signal-hook-registry v1.4.8
19182026-08-04T17:44:56.132Z Compiling httparse v1.10.1
19192026-08-04T17:44:56.149Z Compiling mio v1.2.0
19202026-08-04T17:44:56.198Z Compiling const-oid v0.9.6
19212026-08-04T17:44:56.233Z Compiling cmake v0.1.57
19222026-08-04T17:44:56.379Z Compiling parking_lot v0.12.5
19232026-08-04T17:44:56.540Z Compiling utf8_iter v1.0.4
19242026-08-04T17:44:56.558Z Compiling crc32fast v1.5.0
19252026-08-04T17:44:56.562Z Compiling vcpkg v0.2.15
19262026-08-04T17:44:56.633Z Compiling semver v1.0.28
19272026-08-04T17:44:56.721Z Compiling bitflags v2.11.0
19282026-08-04T17:44:56.793Z Compiling aws-lc-sys v0.40.0
19292026-08-04T17:44:56.880Z Compiling form_urlencoded v1.2.2
19302026-08-04T17:44:56.951Z Compiling socket2 v0.6.3
19312026-08-04T17:44:57.092Z Compiling hashbrown v0.17.0
19322026-08-04T17:44:57.130Z Compiling openssl-sys v0.9.115
19332026-08-04T17:44:57.265Z Compiling fnv v1.0.7
19342026-08-04T17:44:57.492Z Compiling rustls v0.23.41
19352026-08-04T17:44:57.542Z Compiling futures-sink v0.3.32
19362026-08-04T17:44:57.642Z Compiling futures-channel v0.3.32
19372026-08-04T17:44:57.673Z Compiling futures-io v0.3.32
19382026-08-04T17:44:57.676Z Compiling byteorder v1.5.0
19392026-08-04T17:44:57.676Z Compiling slab v0.4.12
19402026-08-04T17:44:57.704Z Compiling indexmap v2.14.0
19412026-08-04T17:44:57.779Z Compiling futures-task v0.3.32
19422026-08-04T17:44:57.899Z Compiling strsim v0.11.1
19432026-08-04T17:44:57.918Z Compiling iana-time-zone v0.1.65
19442026-08-04T17:44:57.955Z Compiling rustc_version v0.4.1
19452026-08-04T17:44:57.958Z Compiling base64 v0.22.1
19462026-08-04T17:44:57.994Z Compiling thiserror v1.0.69
19472026-08-04T17:44:58.082Z Compiling syn v1.0.109
19482026-08-04T17:44:58.085Z Compiling ucd-trie v0.1.7
19492026-08-04T17:44:58.258Z Compiling openssl v0.10.79
19502026-08-04T17:44:58.304Z Compiling pest v2.8.6
19512026-08-04T17:44:58.307Z Compiling num-conv v0.2.0
19522026-08-04T17:44:58.341Z Compiling synstructure v0.13.2
19532026-08-04T17:44:58.383Z Compiling serde_derive_internals v0.29.1
19542026-08-04T17:44:58.478Z Compiling ident_case v1.0.1
19552026-08-04T17:44:58.478Z Compiling time-core v0.1.8
19562026-08-04T17:44:58.504Z Compiling uuid v1.23.4
19572026-08-04T17:44:58.517Z Compiling bzip2-sys v0.1.13+1.0.8
19582026-08-04T17:44:58.595Z Compiling regex-syntax v0.8.10
19592026-08-04T17:44:58.624Z Compiling time-macros v0.2.27
19602026-08-04T17:44:58.676Z Compiling native-tls v0.2.18
19612026-08-04T17:44:58.868Z Compiling paste v1.0.15
19622026-08-04T17:44:58.904Z Compiling fastrand v2.3.0
19632026-08-04T17:44:58.950Z Compiling rand_core v0.9.5
19642026-08-04T17:44:59.185Z Compiling slog v2.8.2
19652026-08-04T17:44:59.223Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19662026-08-04T17:44:59.263Z Compiling num-bigint-dig v0.8.6
19672026-08-04T17:44:59.279Z Compiling crossbeam-utils v0.8.21
19682026-08-04T17:44:59.292Z Compiling dyn-clone v1.0.20
19692026-08-04T17:44:59.336Z Compiling camino v1.2.2
19702026-08-04T17:44:59.449Z Compiling pest_meta v2.8.6
19712026-08-04T17:44:59.483Z Compiling base64ct v1.8.3
19722026-08-04T17:44:59.549Z Compiling ahash v0.8.12
19732026-08-04T17:44:59.570Z Compiling flagset v0.4.7
19742026-08-04T17:44:59.615Z Compiling tempfile v3.25.0
19752026-08-04T17:44:59.693Z Compiling serde_derive v1.0.228
19762026-08-04T17:44:59.708Z Compiling zeroize_derive v1.5.0
19772026-08-04T17:44:59.727Z Compiling zerofrom-derive v0.1.6
19782026-08-04T17:44:59.749Z Compiling yoke-derive v0.8.1
19792026-08-04T17:44:59.786Z Compiling zerocopy-derive v0.8.40
19802026-08-04T17:44:59.804Z Compiling zerovec-derive v0.11.2
19812026-08-04T17:44:59.848Z Compiling displaydoc v0.2.5
19822026-08-04T17:44:59.878Z Compiling tokio-macros v2.7.0
19832026-08-04T17:44:59.981Z Compiling futures-macro v0.3.32
19842026-08-04T17:45:00.313Z Compiling zeroize v1.9.0
19852026-08-04T17:45:00.521Z Compiling thiserror-impl v2.0.18
19862026-08-04T17:45:00.565Z Compiling der_derive v0.7.3
19872026-08-04T17:45:00.585Z Compiling tracing-attributes v0.1.31
19882026-08-04T17:45:00.609Z Compiling schemars_derive v0.8.22
19892026-08-04T17:45:00.745Z Compiling thiserror-impl v1.0.69
19902026-08-04T17:45:00.765Z Compiling futures-util v0.3.32
19912026-08-04T17:45:00.834Z Compiling zerofrom v0.1.6
19922026-08-04T17:45:00.977Z Compiling yoke v0.8.1
19932026-08-04T17:45:01.188Z Compiling zerovec v0.11.5
19942026-08-04T17:45:01.191Z Compiling zerotrie v0.2.3
19952026-08-04T17:45:01.648Z Compiling block-buffer v0.10.4
19962026-08-04T17:45:01.681Z Compiling crypto-common v0.1.7
19972026-08-04T17:45:01.737Z Compiling tinystr v0.8.2
19982026-08-04T17:45:01.753Z Compiling potential_utf v0.1.4
19992026-08-04T17:45:01.827Z Compiling digest v0.10.7
20002026-08-04T17:45:01.893Z Compiling icu_collections v2.1.1
20012026-08-04T17:45:01.960Z Compiling icu_locale_core v2.1.1
20022026-08-04T17:45:02.011Z Compiling pest_generator v2.8.6
20032026-08-04T17:45:02.040Z Compiling openssl-macros v0.1.1
20042026-08-04T17:45:02.096Z Compiling scroll_derive v0.13.1
20052026-08-04T17:45:02.442Z Compiling pem-rfc7468 v0.7.0
20062026-08-04T17:45:02.577Z Compiling rustls-pki-types v1.14.0
20072026-08-04T17:45:02.633Z Compiling icu_provider v2.1.1
20082026-08-04T17:45:02.801Z Compiling pest_derive v2.8.6
20092026-08-04T17:45:02.866Z Compiling bytes v1.11.1
20102026-08-04T17:45:02.992Z Compiling icu_properties v2.1.2
20112026-08-04T17:45:03.009Z Compiling icu_normalizer v2.1.1
20122026-08-04T17:45:03.303Z Compiling chrono v0.4.45
20132026-08-04T17:45:03.454Z Compiling tokio v1.52.1
20142026-08-04T17:45:03.533Z Compiling http v1.4.2
20152026-08-04T17:45:04.092Z Compiling idna_adapter v1.2.1
20162026-08-04T17:45:04.212Z Compiling idna v1.1.0
20172026-08-04T17:45:04.228Z Compiling ppv-lite86 v0.2.21
20182026-08-04T17:45:04.350Z Compiling der v0.7.10
20192026-08-04T17:45:04.400Z Compiling daft-derive v0.1.7
20202026-08-04T17:45:04.470Z Compiling clap_derive v4.6.1
20212026-08-04T17:45:04.585Z Compiling url v2.5.8
20222026-08-04T17:45:04.636Z Compiling rand_chacha v0.9.0
20232026-08-04T17:45:05.023Z Compiling tracing-core v0.1.36
20242026-08-04T17:45:05.120Z Compiling cookie v0.18.1
20252026-08-04T17:45:05.272Z Compiling utf8parse v0.2.2
20262026-08-04T17:45:05.404Z Compiling plain v0.2.3
20272026-08-04T17:45:05.431Z Compiling tracing v0.1.44
20282026-08-04T17:45:05.535Z Compiling spki v0.7.3
20292026-08-04T17:45:05.822Z Compiling rand v0.9.2
20302026-08-04T17:45:05.837Z Compiling http-body v1.0.1
20312026-08-04T17:45:05.960Z Compiling hex v0.4.3
20322026-08-04T17:45:05.977Z Compiling async-trait v0.1.89
20332026-08-04T17:45:06.084Z Compiling spin v0.9.8
20342026-08-04T17:45:06.112Z Compiling aho-corasick v1.1.4
20352026-08-04T17:45:06.276Z Compiling anstyle v1.0.14
20362026-08-04T17:45:06.288Z Compiling cpufeatures v0.2.17
20372026-08-04T17:45:06.325Z Compiling simd-adler32 v0.3.8
20382026-08-04T17:45:06.373Z Compiling atomic-waker v1.1.2
20392026-08-04T17:45:06.857Z Compiling zstd-safe v7.2.4
20402026-08-04T17:45:06.893Z Compiling untrusted v0.7.1
20412026-08-04T17:45:06.916Z Compiling is_terminal_polyfill v1.70.2
20422026-08-04T17:45:06.929Z Compiling regex-automata v0.4.14
20432026-08-04T17:45:07.011Z Compiling tower-layer v0.3.3
20442026-08-04T17:45:07.035Z Compiling colorchoice v1.0.4
20452026-08-04T17:45:07.056Z Compiling openssl-probe v0.2.1
20462026-08-04T17:45:07.074Z Compiling usdt-impl v0.6.0
20472026-08-04T17:45:07.104Z Compiling cmov v0.5.4
20482026-08-04T17:45:07.117Z Compiling tower-service v0.3.3
20492026-08-04T17:45:07.185Z Compiling adler2 v2.0.1
20502026-08-04T17:45:07.265Z Compiling try-lock v0.2.5
20512026-08-04T17:45:07.280Z Compiling tinyvec_macros v0.1.1
20522026-08-04T17:45:07.280Z Compiling anstyle-query v1.1.5
20532026-08-04T17:45:07.280Z Compiling pretty-hex v0.4.1
20542026-08-04T17:45:07.311Z Compiling tokio-util v0.7.18
20552026-08-04T17:45:07.360Z Compiling want v0.3.1
20562026-08-04T17:45:07.370Z Compiling ctutils v0.4.2
20572026-08-04T17:45:07.387Z Compiling tinyvec v1.10.0
20582026-08-04T17:45:07.429Z Compiling miniz_oxide v0.8.9
20592026-08-04T17:45:07.564Z Compiling sha2 v0.10.9
20602026-08-04T17:45:07.593Z Compiling pkcs8 v0.10.2
20612026-08-04T17:45:07.644Z Compiling scroll v0.13.0
20622026-08-04T17:45:07.670Z Compiling ipnet v2.11.0
20632026-08-04T17:45:07.774Z Compiling serde_tokenstream v0.2.3
20642026-08-04T17:45:07.799Z Compiling pin-project-internal v1.1.11
20652026-08-04T17:45:07.930Z Compiling scroll_derive v0.12.1
20662026-08-04T17:45:08.076Z Compiling heapless v0.7.17
20672026-08-04T17:45:08.231Z Compiling untrusted v0.9.0
20682026-08-04T17:45:08.325Z Compiling rustix v0.38.44
20692026-08-04T17:45:08.375Z Compiling zlib-rs v0.6.2
20702026-08-04T17:45:08.635Z Compiling h2 v0.4.15
20712026-08-04T17:45:08.650Z Compiling anyhow v1.0.102
20722026-08-04T17:45:08.664Z Compiling httpdate v1.0.3
20732026-08-04T17:45:08.667Z Compiling litrs v1.0.0
20742026-08-04T17:45:08.722Z Compiling signal-hook v0.3.18
20752026-08-04T17:45:08.991Z Compiling goblin v0.10.5
20762026-08-04T17:45:09.039Z Compiling hybrid-array v0.4.13
20772026-08-04T17:45:09.123Z Compiling anstyle-parse v1.0.0
20782026-08-04T17:45:09.164Z Compiling document-features v0.2.12
20792026-08-04T17:45:09.361Z Compiling strum_macros v0.26.4
20802026-08-04T17:45:09.375Z Compiling darling_core v0.20.11
20812026-08-04T17:45:09.732Z Compiling darling_core v0.23.0
20822026-08-04T17:45:09.746Z Compiling wait-timeout v0.2.1
20832026-08-04T17:45:09.846Z Compiling powerfmt v0.2.0
20842026-08-04T17:45:09.864Z Compiling bit-vec v0.8.0
20852026-08-04T17:45:10.119Z Compiling foreign-types-shared v0.1.1
20862026-08-04T17:45:10.200Z Compiling quick-error v1.2.3
20872026-08-04T17:45:10.222Z Compiling foreign-types v0.3.2
20882026-08-04T17:45:10.294Z Compiling rusty-fork v0.3.1
20892026-08-04T17:45:10.309Z Compiling bit-set v0.8.0
20902026-08-04T17:45:10.330Z Compiling deranged v0.5.8
20912026-08-04T17:45:10.411Z Compiling anstream v1.0.0
20922026-08-04T17:45:10.451Z Compiling unicode-normalization v0.1.25
20932026-08-04T17:45:10.645Z Compiling flate2 v1.1.9
20942026-08-04T17:45:10.939Z Compiling rand_chacha v0.3.1
20952026-08-04T17:45:10.942Z Compiling dtrace-parser v0.3.0
20962026-08-04T17:45:11.018Z Compiling serde_spanned v0.6.9
20972026-08-04T17:45:11.036Z Compiling toml_datetime v0.6.11
20982026-08-04T17:45:11.215Z Compiling snafu-derive v0.8.9
20992026-08-04T17:45:11.235Z Compiling zerocopy-derive v0.7.35
21002026-08-04T17:45:11.247Z Compiling rand_xorshift v0.4.0
21012026-08-04T17:45:11.352Z Compiling darling_macro v0.20.11
21022026-08-04T17:45:11.435Z Compiling terminal_size v0.4.3
21032026-08-04T17:45:11.515Z Compiling curve25519-dalek v4.1.3
21042026-08-04T17:45:11.613Z Compiling thread-id v5.1.0
21052026-08-04T17:45:11.630Z Compiling memoffset v0.9.1
21062026-08-04T17:45:11.662Z Compiling num_threads v0.1.7
21072026-08-04T17:45:11.770Z Compiling dof v0.4.0
21082026-08-04T17:45:11.828Z Compiling smoltcp v0.9.1
21092026-08-04T17:45:11.858Z Compiling ref-cast v1.0.25
21102026-08-04T17:45:11.889Z Compiling clap_lex v1.0.0
21112026-08-04T17:45:11.906Z Compiling darling_macro v0.23.0
21122026-08-04T17:45:12.111Z Compiling hyper v1.10.1
21132026-08-04T17:45:12.154Z Compiling unarray v0.1.4
21142026-08-04T17:45:12.188Z Compiling clap_builder v4.6.0
21152026-08-04T17:45:12.237Z Compiling time v0.3.47
21162026-08-04T17:45:12.296Z Compiling proptest v1.11.0
21172026-08-04T17:45:12.462Z Compiling darling v0.23.0
21182026-08-04T17:45:12.807Z Compiling darling v0.20.11
21192026-08-04T17:45:12.907Z Compiling rand v0.8.6
21202026-08-04T17:45:13.026Z Compiling ipnetwork v0.21.1
21212026-08-04T17:45:13.039Z Compiling http-body-util v0.1.3
21222026-08-04T17:45:13.127Z Compiling erased-serde v0.3.31
21232026-08-04T17:45:13.162Z Compiling hmac v0.12.1
21242026-08-04T17:45:13.325Z Compiling hyper-util v0.1.20
21252026-08-04T17:45:13.342Z Compiling signature v2.2.0
21262026-08-04T17:45:13.557Z Compiling sync_wrapper v1.0.2
21272026-08-04T17:45:13.691Z Compiling num-integer v0.1.46
21282026-08-04T17:45:14.012Z Compiling encoding_rs v0.8.35
21292026-08-04T17:45:14.339Z Compiling siphasher v1.0.2
21302026-08-04T17:45:14.594Z Compiling ryu v1.0.23
21312026-08-04T17:45:15.089Z Compiling cfg_aliases v0.2.1
21322026-08-04T17:45:15.176Z Compiling mime v0.3.17
21332026-08-04T17:45:15.219Z Compiling nix v0.31.2
21342026-08-04T17:45:15.663Z Compiling newtype-uuid v1.3.2
21352026-08-04T17:45:15.755Z Compiling serde_urlencoded v0.7.1
21362026-08-04T17:45:16.046Z Compiling clap v4.6.1
21372026-08-04T17:45:16.095Z Compiling num-iter v0.1.45
21382026-08-04T17:45:16.130Z Compiling tower v0.5.3
21392026-08-04T17:45:16.363Z Compiling oxnet v0.1.6
21402026-08-04T17:45:16.572Z Compiling derive_builder_core v0.20.2
21412026-08-04T17:45:16.594Z Compiling serde_with_macros v3.21.0
21422026-08-04T17:45:16.612Z Compiling regex v1.12.3
21432026-08-04T17:45:16.746Z Compiling lazy_static v1.5.0
21442026-08-04T17:45:16.834Z Compiling anstyle-parse v0.2.7
21452026-08-04T17:45:16.855Z Compiling hubpack_derive v0.1.1
21462026-08-04T17:45:17.024Z Compiling curve25519-dalek-derive v0.1.1
21472026-08-04T17:45:17.049Z Compiling async-recursion v1.1.1
21482026-08-04T17:45:17.070Z Compiling strum_macros v0.27.2
21492026-08-04T17:45:17.099Z Compiling ref-cast-impl v1.0.25
21502026-08-04T17:45:17.570Z Compiling fs-err v3.3.0
21512026-08-04T17:45:17.629Z Compiling usdt-impl v0.5.0
21522026-08-04T17:45:17.661Z Compiling iri-string v0.7.10
21532026-08-04T17:45:17.675Z Compiling object v0.37.3
21542026-08-04T17:45:17.743Z Compiling winnow v0.5.40
21552026-08-04T17:45:17.888Z Compiling allocator-api2 v0.2.21
21562026-08-04T17:45:17.941Z Compiling unicode-bidi v0.3.18
21572026-08-04T17:45:17.955Z Compiling unicode-properties v0.1.4
21582026-08-04T17:45:18.331Z Compiling stringprep v0.1.5
21592026-08-04T17:45:18.908Z Compiling tower-http v0.6.8
21602026-08-04T17:45:19.071Z Compiling derive_builder_macro v0.20.2
21612026-08-04T17:45:19.336Z Compiling toml_edit v0.19.15
21622026-08-04T17:45:19.479Z Compiling anstream v0.6.21
21632026-08-04T17:45:19.516Z Compiling daft v0.1.7
21642026-08-04T17:45:19.552Z Compiling tokio-native-tls v0.3.1
21652026-08-04T17:45:19.756Z Compiling usdt-attr-macro v0.6.0
21662026-08-04T17:45:19.776Z Compiling usdt-macro v0.6.0
21672026-08-04T17:45:20.244Z Compiling block-buffer v0.12.1
21682026-08-04T17:45:20.387Z Compiling crypto-common v0.2.2
21692026-08-04T17:45:20.467Z Compiling block-padding v0.4.2
21702026-08-04T17:45:20.543Z Compiling bstr v1.12.1
21712026-08-04T17:45:20.654Z Compiling scroll v0.12.0
21722026-08-04T17:45:20.684Z Compiling pkcs1 v0.7.5
21732026-08-04T17:45:20.711Z Compiling rustls-native-certs v0.8.3
21742026-08-04T17:45:20.988Z Compiling md-5 v0.10.6
21752026-08-04T17:45:21.161Z Compiling hash32 v0.2.1
21762026-08-04T17:45:21.190Z Compiling vergen-lib v9.1.0
21772026-08-04T17:45:21.206Z Compiling env_filter v1.0.0
21782026-08-04T17:45:21.222Z Compiling psl-types v2.0.11
21792026-08-04T17:45:21.327Z Compiling fallible-iterator v0.2.0
21802026-08-04T17:45:21.467Z Compiling radium v0.7.0
21812026-08-04T17:45:21.523Z Compiling env_logger v0.11.9
21822026-08-04T17:45:21.626Z Compiling postgres-protocol v0.6.10
21832026-08-04T17:45:21.658Z Compiling publicsuffix v2.3.0
21842026-08-04T17:45:22.005Z Compiling rsa v0.9.10
21852026-08-04T17:45:22.144Z Compiling goblin v0.8.2
21862026-08-04T17:45:22.161Z Compiling toml v0.7.8
21872026-08-04T17:45:22.338Z Compiling inout v0.2.2
21882026-08-04T17:45:22.529Z Compiling bzip2 v0.4.4
21892026-08-04T17:45:22.659Z Compiling hyper-tls v0.6.0
21902026-08-04T17:45:22.692Z Compiling derive_builder v0.20.2
21912026-08-04T17:45:22.791Z Compiling phf_shared v0.13.1
21922026-08-04T17:45:22.864Z Compiling zerocopy v0.7.35
21932026-08-04T17:45:23.001Z Compiling pin-project v1.1.11
21942026-08-04T17:45:23.059Z Compiling x509-cert v0.2.5
21952026-08-04T17:45:23.084Z Compiling futures-executor v0.3.32
21962026-08-04T17:45:23.116Z Compiling enum-as-inner v0.6.1
21972026-08-04T17:45:23.131Z Compiling serde_repr v0.1.20
21982026-08-04T17:45:23.210Z Compiling ff v0.13.1
21992026-08-04T17:45:23.218Z Compiling vergen v9.1.0
22002026-08-04T17:45:23.335Z Compiling cargo-platform v0.3.2
22012026-08-04T17:45:23.462Z Compiling unicode-segmentation v1.12.0
22022026-08-04T17:45:23.642Z Compiling cpufeatures v0.3.0
22032026-08-04T17:45:23.672Z Compiling tap v1.0.1
22042026-08-04T17:45:23.675Z Compiling libbz2-rs-sys v0.2.2
22052026-08-04T17:45:23.730Z Compiling bitflags v1.3.2
22062026-08-04T17:45:23.745Z Compiling managed v0.8.0
22072026-08-04T17:45:23.801Z Compiling bumpalo v3.20.2
22082026-08-04T17:45:23.860Z Compiling foldhash v0.2.0
22092026-08-04T17:45:23.973Z Compiling foldhash v0.1.5
22102026-08-04T17:45:24.065Z Compiling base16ct v0.2.0
22112026-08-04T17:45:24.092Z Compiling maybe-uninit v2.0.0
22122026-08-04T17:45:24.110Z Compiling same-file v1.0.6
22132026-08-04T17:45:24.152Z Compiling hashbrown v0.15.5
22142026-08-04T17:45:24.167Z Compiling bzip2 v0.6.1
22152026-08-04T17:45:24.216Z Compiling sec1 v0.7.3
22162026-08-04T17:45:24.242Z Compiling walkdir v2.5.0
22172026-08-04T17:45:24.274Z Compiling hashbrown v0.16.1
22182026-08-04T17:45:24.286Z Compiling zopfli v0.8.3
22192026-08-04T17:45:24.383Z Compiling dof v0.3.0
22202026-08-04T17:45:24.724Z Compiling wyz v0.5.1
22212026-08-04T17:45:24.845Z Compiling cargo_metadata v0.23.1
22222026-08-04T17:45:24.894Z Compiling group v0.13.0
22232026-08-04T17:45:24.941Z Compiling futures v0.3.32
22242026-08-04T17:45:25.504Z Compiling snafu v0.8.9
22252026-08-04T17:45:25.642Z Compiling phf v0.13.1
22262026-08-04T17:45:25.841Z Compiling reqwest v0.12.28
22272026-08-04T17:45:26.020Z Compiling zstd v0.13.3
22282026-08-04T17:45:26.208Z Compiling zip v0.6.6
22292026-08-04T17:45:26.211Z Compiling signal-hook-mio v0.2.5
22302026-08-04T17:45:26.252Z Compiling cookie_store v0.22.1
22312026-08-04T17:45:26.281Z Compiling cipher v0.5.2
22322026-08-04T17:45:26.299Z Compiling postgres-types v0.2.12
22332026-08-04T17:45:26.530Z Compiling ed25519 v2.2.3
22342026-08-04T17:45:26.558Z Compiling globset v0.4.18
22352026-08-04T17:45:26.606Z Compiling dtrace-parser v0.2.0
22362026-08-04T17:45:26.695Z Compiling strum v0.27.2
22372026-08-04T17:45:26.822Z Compiling hubpack v0.1.2
22382026-08-04T17:45:26.852Z Compiling phf_shared v0.11.3
22392026-08-04T17:45:26.874Z Compiling hkdf v0.12.4
22402026-08-04T17:45:26.891Z Compiling olpc-cjson v0.1.4
22412026-08-04T17:45:27.050Z Compiling pem v3.0.6
22422026-08-04T17:45:27.121Z Compiling serde_plain v1.0.2
22432026-08-04T17:45:27.190Z Compiling serde-big-array v0.5.1
22442026-08-04T17:45:27.294Z Compiling crypto-bigint v0.5.5
22452026-08-04T17:45:27.360Z Compiling float-cmp v0.10.0
22462026-08-04T17:45:27.365Z Compiling memmap2 v0.9.10
22472026-08-04T17:45:27.390Z Compiling thread-id v4.2.2
22482026-08-04T17:45:27.545Z Compiling whoami v2.1.0
22492026-08-04T17:45:27.565Z Compiling typed-path v0.9.3
22502026-08-04T17:45:27.602Z Compiling fixedbitset v0.5.7
22512026-08-04T17:45:27.634Z Compiling jiff v0.2.21
22522026-08-04T17:45:27.678Z Compiling predicates-core v1.0.10
22532026-08-04T17:45:27.785Z Compiling funty v2.0.0
22542026-08-04T17:45:27.800Z Compiling either v1.15.0
22552026-08-04T17:45:27.813Z Compiling normalize-line-endings v0.3.0
22562026-08-04T17:45:27.860Z Compiling static_assertions v1.1.0
22572026-08-04T17:45:27.911Z Compiling precomputed-hash v0.1.1
22582026-08-04T17:45:27.911Z Compiling keccak v0.1.6
22592026-08-04T17:45:27.941Z Compiling difflib v0.4.0
22602026-08-04T17:45:27.954Z Compiling fixedbitset v0.4.2
22612026-08-04T17:45:28.017Z Compiling const-oid v0.10.2
22622026-08-04T17:45:28.031Z Compiling packed_struct v0.10.1
22632026-08-04T17:45:28.045Z Compiling data-encoding v2.10.0
22642026-08-04T17:45:28.144Z Compiling toml_write v0.1.2
22652026-08-04T17:45:28.334Z Compiling winnow v1.0.3
22662026-08-04T17:45:28.362Z Compiling new_debug_unreachable v1.0.6
22672026-08-04T17:45:28.386Z Compiling winnow v0.7.14
22682026-08-04T17:45:28.400Z Compiling hickory-proto v0.25.2
22692026-08-04T17:45:28.423Z Compiling digest v0.11.3
22702026-08-04T17:45:28.443Z Compiling string_cache v0.8.9
22712026-08-04T17:45:28.482Z Compiling elliptic-curve v0.13.8
22722026-08-04T17:45:28.641Z Compiling toml_parser v1.1.2+spec-1.1.0
22732026-08-04T17:45:28.684Z Compiling predicates v3.1.4
22742026-08-04T17:45:28.699Z Compiling bitvec v1.0.1
22752026-08-04T17:45:28.734Z Compiling petgraph v0.6.5
22762026-08-04T17:45:28.748Z Compiling sha3 v0.10.8
22772026-08-04T17:45:28.835Z Compiling itertools v0.13.0
22782026-08-04T17:45:28.905Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22792026-08-04T17:45:28.912Z Compiling petgraph v0.8.3
22802026-08-04T17:45:29.024Z Compiling chacha20 v0.10.0
22812026-08-04T17:45:29.053Z Compiling tokio-postgres v0.7.16
22822026-08-04T17:45:29.594Z Compiling usdt v0.6.0
22832026-08-04T17:45:29.709Z Compiling toml_edit v0.22.27
22842026-08-04T17:45:30.296Z Compiling zip v4.6.1
22852026-08-04T17:45:30.491Z Compiling ed25519-dalek v2.2.0
22862026-08-04T17:45:30.752Z Compiling iddqd v0.4.2
22872026-08-04T17:45:30.798Z Compiling crossterm v0.28.1
22882026-08-04T17:45:31.102Z Compiling crossbeam-epoch v0.9.18
22892026-08-04T17:45:31.283Z Compiling heck v0.4.1
22902026-08-04T17:45:31.316Z Compiling similar v2.7.0
22912026-08-04T17:45:31.397Z Compiling byte-wrapper v0.1.0
22922026-08-04T17:45:31.422Z Compiling serde_with v3.21.0
22932026-08-04T17:45:31.453Z Compiling strum v0.26.3
22942026-08-04T17:45:31.556Z Compiling tokio-stream v0.1.18
22952026-08-04T17:45:31.641Z Compiling buf-list v1.1.2
22962026-08-04T17:45:31.705Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22972026-08-04T17:45:31.908Z Compiling openapiv3 v2.2.0
22982026-08-04T17:45:31.969Z Compiling packed_struct_codegen v0.10.1
22992026-08-04T17:45:32.022Z Compiling structmeta-derive v0.3.0
23002026-08-04T17:45:32.038Z Compiling zerocopy-derive v0.6.6
23012026-08-04T17:45:32.044Z Compiling bitfield-macros v0.19.4
23022026-08-04T17:45:32.068Z Compiling indexmap v1.9.3
23032026-08-04T17:45:32.117Z Compiling peg-runtime v0.8.5
23042026-08-04T17:45:32.351Z Compiling lalrpop-util v0.19.12
23052026-08-04T17:45:32.470Z Compiling nodrop v0.1.14
23062026-08-04T17:45:32.555Z Compiling crc-catalog v2.4.0
23072026-08-04T17:45:32.586Z Compiling array-init v0.0.4
23082026-08-04T17:45:32.665Z Compiling crc v3.4.0
23092026-08-04T17:45:32.749Z Compiling bitfield v0.19.4
23102026-08-04T17:45:32.791Z Compiling zerocopy v0.6.6
23112026-08-04T17:45:32.906Z Compiling smallvec v0.6.14
23122026-08-04T17:45:33.047Z Compiling structmeta v0.3.0
23132026-08-04T17:45:33.183Z Compiling base64 v0.21.7
23142026-08-04T17:45:33.234Z Compiling hashbrown v0.12.3
23152026-08-04T17:45:33.468Z Compiling ron v0.8.1
23162026-08-04T17:45:33.485Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23172026-08-04T17:45:33.501Z Compiling serde-hex v0.1.0
23182026-08-04T17:45:34.425Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23192026-08-04T17:45:34.513Z Compiling hashbrown v0.13.2
23202026-08-04T17:45:35.631Z Compiling crc-any v2.5.0
23212026-08-04T17:45:37.612Z Compiling object v0.30.4
23222026-08-04T17:45:38.056Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23232026-08-04T17:45:38.938Z Compiling filetime v0.2.27
23242026-08-04T17:45:39.085Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23252026-08-04T17:45:39.435Z Compiling xattr v1.6.1
23262026-08-04T17:45:39.509Z Compiling path-slash v0.1.5
23272026-08-04T17:45:39.674Z Compiling tar v0.4.46
23282026-08-04T17:45:42.959Z Compiling derive-ex v0.1.8
23292026-08-04T17:45:45.064Z Compiling rustls-webpki v0.103.13
23302026-08-04T17:45:47.252Z Compiling test-strategy v0.4.5
23312026-08-04T17:45:48.560Z Compiling tokio-rustls v0.26.4
23322026-08-04T17:45:48.632Z Compiling rustls-platform-verifier v0.6.2
23332026-08-04T17:45:48.825Z Compiling hyper-rustls v0.27.7
23342026-08-04T17:45:48.844Z Compiling tough v0.22.0
23352026-08-04T17:45:49.155Z Compiling reqwest v0.13.2
23362026-08-04T17:45:49.685Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23372026-08-04T17:45:49.934Z Compiling multer v3.1.0
23382026-08-04T17:45:49.948Z Compiling thread_local v1.1.9
23392026-08-04T17:45:50.055Z Compiling compression-core v0.4.31
23402026-08-04T17:45:50.250Z Compiling match_cfg v0.1.0
23412026-08-04T17:45:50.266Z Compiling slog-async v2.8.0
23422026-08-04T17:45:50.284Z Compiling rayon-core v1.13.0
23432026-08-04T17:45:50.537Z Compiling hostname v0.3.1
23442026-08-04T17:45:50.551Z Compiling compression-codecs v0.4.37
23452026-08-04T17:45:50.580Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23462026-08-04T17:45:50.609Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23472026-08-04T17:45:50.637Z Compiling atomicwrites v0.4.4
23482026-08-04T17:45:50.712Z Compiling camino-tempfile v1.4.1
23492026-08-04T17:45:50.901Z Compiling crossbeam-channel v0.5.15
23502026-08-04T17:45:50.930Z Compiling slog-json v2.6.1
23512026-08-04T17:45:50.933Z Compiling half v2.7.1
23522026-08-04T17:45:51.010Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23532026-08-04T17:45:51.116Z Compiling async-stream-impl v0.3.6
23542026-08-04T17:45:51.200Z Compiling toml_datetime v1.1.1+spec-1.1.0
23552026-08-04T17:45:51.316Z Compiling serde_path_to_error v0.1.20
23562026-08-04T17:45:51.430Z Compiling serde_spanned v1.1.1
23572026-08-04T17:45:51.463Z Compiling is-terminal v0.4.17
23582026-08-04T17:45:51.589Z Compiling fs-err v2.11.0
23592026-08-04T17:45:51.604Z Compiling dropshot v0.17.1
23602026-08-04T17:45:51.622Z Compiling ciborium-io v0.2.2
23612026-08-04T17:45:51.641Z Compiling term v1.2.1
23622026-08-04T17:45:51.716Z Compiling debug-ignore v1.0.5
23632026-08-04T17:45:51.733Z Compiling toml_writer v1.1.1+spec-1.1.0
23642026-08-04T17:45:51.738Z Compiling take_mut v0.2.2
23652026-08-04T17:45:51.765Z Compiling async-stream v0.3.6
23662026-08-04T17:45:51.781Z Compiling ciborium-ll v0.2.2
23672026-08-04T17:45:51.847Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23682026-08-04T17:45:51.890Z Compiling slog-bunyan v2.5.0
23692026-08-04T17:45:51.924Z Compiling async-compression v0.4.41
23702026-08-04T17:45:51.983Z Compiling slog-term v2.9.2
23712026-08-04T17:45:52.004Z Compiling toml v1.1.2+spec-1.1.0
23722026-08-04T17:45:52.033Z Compiling crossbeam-deque v0.8.6
23732026-08-04T17:45:52.069Z Compiling parse-display-derive v0.10.0
23742026-08-04T17:45:52.094Z Compiling sha1 v0.11.0
23752026-08-04T17:45:52.265Z Compiling newtype-uuid-macros v0.1.0
23762026-08-04T17:45:52.398Z Compiling dropshot_endpoint v0.17.1
23772026-08-04T17:45:52.415Z Compiling waitgroup v0.1.2
23782026-08-04T17:45:52.431Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23792026-08-04T17:45:52.546Z Compiling rustls-pemfile v2.2.0
23802026-08-04T17:45:52.585Z Compiling backon v1.6.0
23812026-08-04T17:45:52.699Z Compiling blake3 v1.8.5
23822026-08-04T17:45:52.754Z Compiling hostname v0.4.2
23832026-08-04T17:45:52.845Z Compiling instant v0.1.13
23842026-08-04T17:45:52.872Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23852026-08-04T17:45:52.966Z Compiling backoff v0.4.0
23862026-08-04T17:45:53.004Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23872026-08-04T17:45:53.068Z Compiling ciborium v0.2.2
23882026-08-04T17:45:53.212Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
23892026-08-04T17:45:53.265Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23902026-08-04T17:45:53.303Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23912026-08-04T17:45:53.485Z Compiling toml v0.8.23
23922026-08-04T17:45:53.533Z Compiling parse-display v0.10.0
23932026-08-04T17:45:53.564Z Compiling regress v0.10.5
23942026-08-04T17:45:53.578Z Compiling itertools v0.14.0
23952026-08-04T17:45:53.623Z Compiling macaddr v1.0.1
23962026-08-04T17:45:53.925Z Compiling arrayvec v0.7.6
23972026-08-04T17:45:53.957Z Compiling indent_write v2.2.0
23982026-08-04T17:45:54.021Z Compiling constant_time_eq v0.4.2
23992026-08-04T17:45:54.129Z Compiling parse-size v1.1.0
24002026-08-04T17:45:54.185Z Compiling humantime v2.3.0
24012026-08-04T17:45:54.238Z Compiling arrayref v0.3.9
24022026-08-04T17:45:54.340Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
24032026-08-04T17:45:54.405Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24042026-08-04T17:45:54.482Z Compiling digest-io v0.1.0
24052026-08-04T17:45:54.626Z Compiling sha2 v0.11.0
24062026-08-04T17:45:54.641Z Compiling topological-sort v0.2.2
24072026-08-04T17:45:54.689Z Compiling display-error-chain v0.2.2
24082026-08-04T17:45:54.826Z Compiling rawzip v0.4.4
24092026-08-04T17:45:54.849Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24102026-08-04T17:45:55.103Z Compiling shell-words v1.1.1
24112026-08-04T17:46:04.646Z Compiling progenitor-client v0.14.0
24122026-08-04T17:46:04.646Z Compiling omicron-zone-package v0.12.3
24132026-08-04T17:46:04.883Z Compiling progenitor-extras v0.2.0
24142026-08-04T17:46:05.221Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24152026-08-04T17:46:05.298Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24162026-08-04T17:46:05.360Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24172026-08-04T17:46:05.408Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
24182026-08-04T17:46:06.556Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24192026-08-04T17:46:10.496Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24202026-08-04T17:46:13.443Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24212026-08-04T17:46:25.552Z Finished `release` profile [optimized] target(s) in 1m 32s
24222026-08-04T17:46:25.698Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24232026-08-04T17:46:25.798ZAug 04 17:46:25.132 DEBG changing working directory to /work/oxidecomputer/omicron
24242026-08-04T17:46:25.875ZAug 04 17:46:25.230 DEBG running: git rev-parse HEAD
24252026-08-04T17:46:25.881ZAug 04 17:46:25.232 DEBG process exited with exit status: 0 (2.681073ms)
24262026-08-04T17:46:25.881ZAug 04 17:46:25.232 INFO version: 22.0.0-0.ci+git6cc81ce3932
24272026-08-04T17:46:25.881ZAug 04 17:46:25.241 INFO cloning helios to /work/oxidecomputer/helios
24282026-08-04T17:46:25.887ZAug 04 17:46:25.241 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24292026-08-04T17:46:25.887ZCloning into '/work/oxidecomputer/helios'...
24302026-08-04T17:46:26.379ZAug 04 17:46:25.757 DEBG process exited with exit status: 0 (516.290559ms)
24312026-08-04T17:46:26.379ZAug 04 17:46:25.757 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24322026-08-04T17:46:26.385ZAug 04 17:46:25.760 DEBG process exited with exit status: 0 (2.324573ms)
24332026-08-04T17:46:26.385ZAug 04 17:46:25.760 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24342026-08-04T17:46:26.732ZAug 04 17:46:26.110 DEBG process exited with exit status: 0 (351.03301ms)
24352026-08-04T17:46:26.732ZAug 04 17:46:26.110 DEBG running: zfs list rpool/images/build/host
24362026-08-04T17:46:26.738ZNAME USED AVAIL REFER MOUNTPOINT
24372026-08-04T17:46:26.738Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24382026-08-04T17:46:26.738ZAug 04 17:46:26.116 DEBG process exited with exit status: 0 (4.904296ms)
24392026-08-04T17:46:26.738ZAug 04 17:46:26.116 DEBG running: zfs list rpool/images/build/recovery
24402026-08-04T17:46:26.744ZNAME USED AVAIL REFER MOUNTPOINT
24412026-08-04T17:46:26.744Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24422026-08-04T17:46:26.744ZAug 04 17:46:26.119 DEBG process exited with exit status: 0 (3.430554ms)
24432026-08-04T17:46:26.744ZAug 04 17:46:26.119 INFO console assets match pinned console commit (398e00c75e352effcfede8d950f99cac7b8e4311)
24442026-08-04T17:46:26.758ZAug 04 17:46:26.133 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026061000.0.0, but the current nexus API version is 2026072800.0.0; the console needs a client regen and tools/console_version needs a bump
24452026-08-04T17:46:26.765ZAug 04 17:46:26.134 INFO [hubris-production] running task
24462026-08-04T17:46:26.765ZAug 04 17:46:26.134 INFO [hubris-staging] running task
24472026-08-04T17:46:26.765ZAug 04 17:46:26.134 INFO [incorp-manifest] running task
24482026-08-04T17:46:26.765ZAug 04 17:46:26.134 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24492026-08-04T17:46:26.768ZAug 04 17:46:26.135 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
24502026-08-04T17:46:26.768ZAug 04 17:46:26.135 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24512026-08-04T17:46:26.768ZAug 04 17:46:26.136 INFO [incorp-create] running: pkgrepo create /work/incorporation
24522026-08-04T17:46:26.797Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24532026-08-04T17:46:28.335Z[ omicron-package] Blocking waiting for file lock on package cache
24542026-08-04T17:46:28.378ZAug 04 17:46:26.366 INFO [incorp-create] process exited with exit status: 0 (229.980623ms)
24552026-08-04T17:46:28.378ZAug 04 17:46:26.366 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24562026-08-04T17:46:28.378ZAug 04 17:46:26.635 INFO [incorp-publisher] process exited with exit status: 0 (269.171407ms)
24572026-08-04T17:46:28.378Z[ omicron-package] Blocking waiting for file lock on package cache
24582026-08-04T17:46:28.378ZAug 04 17:46:27.222 INFO [hubris-production] task succeeded (1.088354352s)
24592026-08-04T17:46:28.378ZAug 04 17:46:27.526 DEBG process exited with exit status: 0 (1.392103428s)
24602026-08-04T17:46:28.378ZAug 04 17:46:27.527 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24612026-08-04T17:46:28.665Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24622026-08-04T17:46:28.665Z[ omicron-package] Compiling itertools v0.15.0
24632026-08-04T17:46:28.669Z[ omicron-package] Compiling secrecy v0.10.3
24642026-08-04T17:46:28.669Z[ omicron-package] Compiling heapless v0.8.0
24652026-08-04T17:46:28.669Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24662026-08-04T17:46:28.669Z[ omicron-package] Compiling hash32 v0.3.1
24672026-08-04T17:46:28.669Z[ omicron-package] Compiling inout v0.1.4
24682026-08-04T17:46:28.669Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24692026-08-04T17:46:28.669Z[ omicron-package] Compiling unicode-width v0.2.0
24702026-08-04T17:46:28.669Z[ omicron-package] Compiling smoltcp v0.11.0
24712026-08-04T17:46:28.669Z[ omicron-package] Compiling cobs v0.3.0
24722026-08-04T17:46:28.669Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24732026-08-04T17:46:28.669Z[ omicron-package] Compiling universal-hash v0.5.1
24742026-08-04T17:46:28.669Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24752026-08-04T17:46:28.669Z[ omicron-package] Compiling convert_case v0.4.0
24762026-08-04T17:46:28.670Z[ omicron-package] Compiling opaque-debug v0.3.1
24772026-08-04T17:46:29.554Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24782026-08-04T17:46:29.691Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24792026-08-04T17:46:29.697Z[ omicron-package] Compiling poly1305 v0.8.0
24802026-08-04T17:46:29.697Z[ omicron-package] Compiling postcard v1.1.3
24812026-08-04T17:46:29.859Z[ omicron-package] Compiling derive_more v0.99.20
24822026-08-04T17:46:29.870Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24832026-08-04T17:46:29.871Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24842026-08-04T17:46:29.871Z[ omicron-package] Compiling password-hash v0.5.0
24852026-08-04T17:46:30.056Z[ omicron-package] Compiling cipher v0.4.4
24862026-08-04T17:46:30.131ZAug 04 17:46:29.505 DEBG process exited with exit status: 0 (1.978201977s)
24872026-08-04T17:46:30.134Z[ omicron-package] Compiling blake2 v0.10.6
24882026-08-04T17:46:30.138ZAug 04 17:46:29.516 INFO [incorp-manifest] task succeeded (3.381407449s)
24892026-08-04T17:46:30.138ZAug 04 17:46:29.516 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24902026-08-04T17:46:30.292Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24912026-08-04T17:46:30.358Z[ omicron-package] Compiling aead v0.5.2
24922026-08-04T17:46:30.361ZAug 04 17:46:29.740 INFO [incorp-fmt] process exited with exit status: 0 (224.708486ms)
24932026-08-04T17:46:30.361ZAug 04 17:46:29.741 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24942026-08-04T17:46:30.447Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24952026-08-04T17:46:30.542Z[ omicron-package] Compiling thiserror-no-std v2.0.2
24962026-08-04T17:46:30.552Z[ omicron-package] Compiling chacha20 v0.9.1
24972026-08-04T17:46:30.638Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260804T174629Z
24982026-08-04T17:46:30.639Z[ incorp-pkgsend] PUBLISHED
24992026-08-04T17:46:30.645Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25002026-08-04T17:46:30.687Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25012026-08-04T17:46:30.709ZAug 04 17:46:30.076 INFO [incorp-pkgsend] process exited with exit status: 0 (335.418362ms)
25022026-08-04T17:46:30.709ZAug 04 17:46:30.076 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25032026-08-04T17:46:30.727Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25042026-08-04T17:46:30.758Z[ omicron-package] Compiling proc-macro-error v1.0.4
25052026-08-04T17:46:30.800Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25062026-08-04T17:46:30.800Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25072026-08-04T17:46:31.036Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25082026-08-04T17:46:31.119Z[ omicron-package] Compiling argon2 v0.5.3
25092026-08-04T17:46:31.119Z[ helios-incorp] Retrieving packages for publisher helios ...
25102026-08-04T17:46:31.119Z[ omicron-package] Compiling vsss-rs v3.3.4
25112026-08-04T17:46:31.119Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25122026-08-04T17:46:31.119Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25132026-08-04T17:46:31.119Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25142026-08-04T17:46:31.119Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25152026-08-04T17:46:31.119Z[ helios-incorp]
25162026-08-04T17:46:31.119Z[ helios-incorp] Archiving packages ...
25172026-08-04T17:46:31.119Z[ helios-incorp] Packages to add: 1
25182026-08-04T17:46:31.119Z[ helios-incorp] Files to retrieve: 0
25192026-08-04T17:46:31.120Z[ helios-incorp] Estimated transfer size: 0.00 B
25202026-08-04T17:46:31.120Z[ helios-incorp]
25212026-08-04T17:46:31.120Z[ helios-incorp] Packages to archive:
25222026-08-04T17:46:31.120Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260804T174629Z
25232026-08-04T17:46:31.120Z[ helios-incorp]
25242026-08-04T17:46:31.120Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25252026-08-04T17:46:31.120Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25262026-08-04T17:46:31.120ZAug 04 17:46:30.481 INFO [helios-incorp] process exited with exit status: 0 (405.123163ms)
25272026-08-04T17:46:31.184Z[ omicron-package] Compiling num_enum_derive v0.5.11
25282026-08-04T17:46:31.289Z[ omicron-package] Compiling num_enum_derive v0.7.6
25292026-08-04T17:46:31.296Z[ omicron-package] Compiling foreign-types v0.5.0
25302026-08-04T17:46:31.384Z[ omicron-package] Compiling ingot-macros v0.2.0
25312026-08-04T17:46:31.417Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25322026-08-04T17:46:31.439Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25332026-08-04T17:46:31.450Z[ omicron-package] Compiling tabwriter v1.4.1
25342026-08-04T17:46:31.474Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25352026-08-04T17:46:31.475Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25362026-08-04T17:46:31.483Z[ omicron-package] Compiling cstr-argument v0.1.2
25372026-08-04T17:46:31.526Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25382026-08-04T17:46:31.698Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25392026-08-04T17:46:31.873Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25402026-08-04T17:46:31.949Z[ omicron-package] Compiling rayon v1.11.0
25412026-08-04T17:46:32.061Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25422026-08-04T17:46:32.079Z[ omicron-package] Compiling rand v0.10.1
25432026-08-04T17:46:32.117Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25442026-08-04T17:46:32.174Z[ omicron-package] Compiling libefi-sys v0.1.0
25452026-08-04T17:46:32.222Z[ omicron-package] Compiling colored v3.1.1
25462026-08-04T17:46:32.261Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25472026-08-04T17:46:32.278Z[ omicron-package] Compiling num_enum v0.5.11
25482026-08-04T17:46:32.311Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25492026-08-04T17:46:32.396Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25502026-08-04T17:46:32.497Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25512026-08-04T17:46:32.551Z[ omicron-package] Compiling num_enum v0.7.6
25522026-08-04T17:46:32.552Z[ omicron-package] Compiling itertools v0.12.1
25532026-08-04T17:46:32.662Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25542026-08-04T17:46:32.735Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25552026-08-04T17:46:32.735Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25562026-08-04T17:46:32.792Z[ omicron-package] Compiling usdt-macro v0.5.0
25572026-08-04T17:46:32.935Z[ omicron-package] Compiling bitfield-struct v0.6.2
25582026-08-04T17:46:32.975Z[ omicron-package] Compiling num-derive v0.4.2
25592026-08-04T17:46:33.053Z[ omicron-package] Compiling memmap v0.7.0
25602026-08-04T17:46:33.127Z[ omicron-package] Compiling sigpipe v0.1.3
25612026-08-04T17:46:33.142Z[ omicron-package] Compiling glob v0.3.3
25622026-08-04T17:46:33.169Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25632026-08-04T17:46:33.315Z[ omicron-package] Compiling swrite v0.1.0
25642026-08-04T17:46:33.731Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25652026-08-04T17:46:33.786Z[ omicron-package] Compiling usdt v0.5.0
25662026-08-04T17:46:33.833Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25672026-08-04T17:46:33.862Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25682026-08-04T17:46:33.975Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25692026-08-04T17:46:34.030Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25702026-08-04T17:46:34.129Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25712026-08-04T17:46:34.202Z[ omicron-package] Compiling smf v0.2.3
25722026-08-04T17:46:34.244Z[ omicron-package] Compiling whoami v1.6.1
25732026-08-04T17:46:34.255Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25742026-08-04T17:46:34.255Z[ omicron-package] Compiling zone v0.3.1
25752026-08-04T17:46:34.367Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25762026-08-04T17:46:34.463Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25772026-08-04T17:46:34.513Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25782026-08-04T17:46:34.586Z[ omicron-package] Compiling ingot-types v0.2.0
25792026-08-04T17:46:34.586Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25802026-08-04T17:46:34.789Z[ omicron-package] Compiling console v0.16.2
25812026-08-04T17:46:34.847Z[ omicron-package] Compiling gethostname v0.5.0
25822026-08-04T17:46:34.866Z[ omicron-package] Compiling unit-prefix v0.5.2
25832026-08-04T17:46:35.010Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25842026-08-04T17:46:35.121Z[ omicron-package] Compiling ingot v0.2.1
25852026-08-04T17:46:35.427Z[ omicron-package] Compiling indicatif v0.18.4
25862026-08-04T17:46:37.208Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25872026-08-04T17:46:38.386Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25882026-08-04T17:46:39.577Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25892026-08-04T17:46:42.143Z[ helios-setup] Aug 04 17:46:40.777 INFO helios repository root is: /work/oxidecomputer/helios
25902026-08-04T17:46:42.160Z[ helios-setup] Aug 04 17:46:40.778 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
25912026-08-04T17:46:42.160Z[ helios-setup] Aug 04 17:46:40.778 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25922026-08-04T17:46:42.160Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25932026-08-04T17:46:42.180Z[ helios-setup] Aug 04 17:46:41.557 INFO clone ok!, project: dmar-report
25942026-08-04T17:46:42.185Z[ helios-setup] Aug 04 17:46:41.557 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
25952026-08-04T17:46:42.185Z[ helios-setup] Aug 04 17:46:41.557 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25962026-08-04T17:46:42.185Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25972026-08-04T17:46:42.930Z[ helios-setup] Aug 04 17:46:42.309 INFO clone ok!, project: chelsio-t6-roms
25982026-08-04T17:46:42.935Z[ helios-setup] Aug 04 17:46:42.309 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
25992026-08-04T17:46:42.936Z[ helios-setup] Aug 04 17:46:42.309 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26002026-08-04T17:46:42.936Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26012026-08-04T17:46:43.407Z[ helios-setup] Aug 04 17:46:42.785 INFO clone ok!, project: image-builder
26022026-08-04T17:46:43.512Z[ helios-setup] Aug 04 17:46:42.785 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26032026-08-04T17:46:43.512Z[ helios-setup] Aug 04 17:46:42.785 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
26042026-08-04T17:46:43.512Z[ helios-setup] Aug 04 17:46:42.785 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26052026-08-04T17:46:43.512Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26062026-08-04T17:46:43.512ZAug 04 17:46:42.803 INFO [hubris-staging] task succeeded (16.66934273s)
26072026-08-04T17:46:43.653Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26082026-08-04T17:46:47.927Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26092026-08-04T17:46:47.989Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26102026-08-04T17:46:50.323Z[ helios-setup] Aug 04 17:46:49.683 INFO clone ok!, project: amd-firmware
26112026-08-04T17:46:50.344Z[ helios-setup] Aug 04 17:46:49.683 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26122026-08-04T17:46:50.344Z[ helios-setup] Aug 04 17:46:49.683 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
26132026-08-04T17:46:50.344Z[ helios-setup] Aug 04 17:46:49.683 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26142026-08-04T17:46:50.344Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26152026-08-04T17:46:51.298Z[ helios-setup] Aug 04 17:46:50.676 INFO clone ok!, project: pilot
26162026-08-04T17:46:51.298Z[ helios-setup] Aug 04 17:46:50.676 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
26172026-08-04T17:46:51.308Z[ helios-setup] Aug 04 17:46:50.676 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26182026-08-04T17:46:51.309Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26192026-08-04T17:46:52.081Z[ helios-setup] Aug 04 17:46:51.459 INFO clone ok!, project: bootserver
26202026-08-04T17:46:52.081Z[ helios-setup] Aug 04 17:46:51.459 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
26212026-08-04T17:46:52.081Z[ helios-setup] Aug 04 17:46:51.459 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26222026-08-04T17:46:52.092Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26232026-08-04T17:46:52.569Z[ helios-setup] Aug 04 17:46:51.935 INFO clone ok!, project: phbl
26242026-08-04T17:46:52.662Z[ helios-setup] Aug 04 17:46:51.935 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
26252026-08-04T17:46:52.662Z[ helios-setup] Aug 04 17:46:51.935 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
26262026-08-04T17:46:52.662Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26272026-08-04T17:46:56.174Z[ helios-setup] Aug 04 17:46:54.312 INFO clone ok!, project: amd-host-image-builder
26282026-08-04T17:46:56.203Z[ helios-setup] Aug 04 17:46:54.312 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
26292026-08-04T17:46:56.203Z[ helios-setup] Aug 04 17:46:54.312 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26302026-08-04T17:46:56.203Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26312026-08-04T17:46:56.203Z[ helios-setup] Aug 04 17:46:54.902 INFO clone ok!, project: pinprick
26322026-08-04T17:46:56.203Z[ helios-setup] Aug 04 17:46:54.903 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26332026-08-04T17:46:56.204Z[ helios-setup] Aug 04 17:46:54.903 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26342026-08-04T17:46:56.204Z[ helios-setup] Aug 04 17:46:55.172 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26352026-08-04T17:46:56.204Z[ helios-setup] Aug 04 17:46:55.400 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26362026-08-04T17:46:56.204Z[ helios-setup] Aug 04 17:46:55.400 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26372026-08-04T17:46:56.255Z[ helios-setup] Aug 04 17:46:55.627 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26382026-08-04T17:46:56.460Z[ helios-setup] Aug 04 17:46:55.838 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26392026-08-04T17:46:56.460Z[ helios-setup] Aug 04 17:46:55.838 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26402026-08-04T17:46:56.675Z[ helios-setup] Aug 04 17:46:56.053 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26412026-08-04T17:46:56.893Z[ helios-setup] Aug 04 17:46:56.270 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26422026-08-04T17:46:56.893Z[ helios-setup] Aug 04 17:46:56.270 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26432026-08-04T17:46:56.893Z[ helios-setup] Aug 04 17:46:56.270 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26442026-08-04T17:46:56.897Z[ helios-setup] Aug 04 17:46:56.270 INFO ok!
26452026-08-04T17:46:56.897Z[ helios-setup] Aug 04 17:46:56.270 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26462026-08-04T17:46:56.897Z[ helios-setup] Aug 04 17:46:56.270 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26472026-08-04T17:46:56.897Z[ helios-setup] Aug 04 17:46:56.270 INFO ok!
26482026-08-04T17:46:56.897Z[ helios-setup] Aug 04 17:46:56.270 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26492026-08-04T17:46:56.897Z[ helios-setup] Aug 04 17:46:56.270 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26502026-08-04T17:46:56.897Z[ helios-setup] Aug 04 17:46:56.270 INFO ok!
26512026-08-04T17:46:56.897Z[ helios-setup] Aug 04 17:46:56.270 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
26522026-08-04T17:46:56.900Z[ helios-setup] Aug 04 17:46:56.278 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
26532026-08-04T17:46:56.900Z[ helios-setup] Aug 04 17:46:56.278 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
26542026-08-04T17:46:56.900Z[ helios-setup] Aug 04 17:46:56.278 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
26552026-08-04T17:46:56.986Z[ helios-setup] Aug 04 17:46:56.364 INFO E| Updating crates.io index
26562026-08-04T17:46:57.061Z[ helios-setup] Aug 04 17:46:56.440 INFO E| Downloading crates ...
26572026-08-04T17:46:57.105Z[ helios-setup] Aug 04 17:46:56.484 INFO E| Downloaded deranged v0.4.0
26582026-08-04T17:46:57.117Z[ helios-setup] Aug 04 17:46:56.494 INFO E| Downloaded indexmap v2.9.0
26592026-08-04T17:46:57.122Z[ helios-setup] Aug 04 17:46:56.496 INFO E| Downloaded errno v0.3.12
26602026-08-04T17:46:57.130Z[ helios-setup] Aug 04 17:46:56.509 INFO E| Downloaded time-core v0.1.4
26612026-08-04T17:46:57.140Z[ helios-setup] Aug 04 17:46:56.510 INFO E| Downloaded itoa v1.0.15
26622026-08-04T17:46:57.152Z[ helios-setup] Aug 04 17:46:56.528 INFO E| Downloaded thiserror v2.0.12
26632026-08-04T17:46:57.160Z[ helios-setup] Aug 04 17:46:56.531 INFO E| Downloaded quote v1.0.40
26642026-08-04T17:46:57.160Z[ helios-setup] Aug 04 17:46:56.536 INFO E| Downloaded time-macros v0.2.22
26652026-08-04T17:46:57.166Z[ helios-setup] Aug 04 17:46:56.544 INFO E| Downloaded autocfg v1.4.0
26662026-08-04T17:46:57.174Z[ helios-setup] Aug 04 17:46:56.546 INFO E| Downloaded serde_with_macros v3.12.0
26672026-08-04T17:46:57.174Z[ helios-setup] Aug 04 17:46:56.552 INFO E| Downloaded unicode-ident v1.0.18
26682026-08-04T17:46:57.181Z[ helios-setup] Aug 04 17:46:56.554 INFO E| Downloaded thiserror-impl v2.0.12
26692026-08-04T17:46:57.181Z[ helios-setup] Aug 04 17:46:56.559 INFO E| Downloaded bitflags v2.9.1
26702026-08-04T17:46:57.188Z[ helios-setup] Aug 04 17:46:56.561 INFO E| Downloaded iana-time-zone v0.1.63
26712026-08-04T17:46:57.188Z[ helios-setup] Aug 04 17:46:56.565 INFO E| Downloaded proc-macro2 v1.0.95
26722026-08-04T17:46:57.193Z[ helios-setup] Aug 04 17:46:56.568 INFO E| Downloaded tempfile v3.20.0
26732026-08-04T17:46:57.193Z[ helios-setup] Aug 04 17:46:56.570 INFO E| Downloaded anyhow v1.0.98
26742026-08-04T17:46:57.200Z[ helios-setup] Aug 04 17:46:56.573 INFO E| Downloaded serde_derive v1.0.219
26752026-08-04T17:46:57.201Z[ helios-setup] Aug 04 17:46:56.575 INFO E| Downloaded ryu v1.0.20
26762026-08-04T17:46:57.212Z[ helios-setup] Aug 04 17:46:56.577 INFO E| Downloaded getrandom v0.3.3
26772026-08-04T17:46:57.212Z[ helios-setup] Aug 04 17:46:56.579 INFO E| Downloaded memchr v2.7.4
26782026-08-04T17:46:57.212Z[ helios-setup] Aug 04 17:46:56.582 INFO E| Downloaded serde v1.0.219
26792026-08-04T17:46:57.235Z[ helios-setup] Aug 04 17:46:56.613 INFO E| Downloaded hashbrown v0.15.3
26802026-08-04T17:46:57.245Z[ helios-setup] Aug 04 17:46:56.616 INFO E| Downloaded serde_with v3.12.0
26812026-08-04T17:46:57.255Z[ helios-setup] Aug 04 17:46:56.621 INFO E| Downloaded time v0.3.41
26822026-08-04T17:46:57.255Z[ helios-setup] Aug 04 17:46:56.625 INFO E| Downloaded serde_json v1.0.140
26832026-08-04T17:46:57.259Z[ helios-setup] Aug 04 17:46:56.638 INFO E| Downloaded chrono v0.4.41
26842026-08-04T17:46:57.268Z[ helios-setup] Aug 04 17:46:56.647 INFO E| Downloaded syn v2.0.101
26852026-08-04T17:46:57.281Z[ helios-setup] Aug 04 17:46:56.660 INFO E| Downloaded rustix v1.0.7
26862026-08-04T17:46:57.304Z[ helios-setup] Aug 04 17:46:56.680 INFO E| Downloaded libc v0.2.172
26872026-08-04T17:46:57.355Z[ helios-setup] Aug 04 17:46:56.728 INFO E| Compiling proc-macro2 v1.0.95
26882026-08-04T17:46:57.355Z[ helios-setup] Aug 04 17:46:56.728 INFO E| Compiling unicode-ident v1.0.18
26892026-08-04T17:46:57.369Z[ helios-setup] Aug 04 17:46:56.728 INFO E| Compiling libc v0.2.172
26902026-08-04T17:46:57.369Z[ helios-setup] Aug 04 17:46:56.728 INFO E| Compiling ident_case v1.0.1
26912026-08-04T17:46:57.369Z[ helios-setup] Aug 04 17:46:56.728 INFO E| Compiling strsim v0.11.1
26922026-08-04T17:46:57.369Z[ helios-setup] Aug 04 17:46:56.728 INFO E| Compiling fnv v1.0.7
26932026-08-04T17:46:57.369Z[ helios-setup] Aug 04 17:46:56.728 INFO E| Compiling serde v1.0.219
26942026-08-04T17:46:57.369Z[ helios-setup] Aug 04 17:46:56.728 INFO E| Compiling rustix v1.0.7
26952026-08-04T17:46:57.369Z[ helios-setup] Aug 04 17:46:56.728 INFO E| Compiling getrandom v0.3.3
26962026-08-04T17:46:57.369Z[ helios-setup] Aug 04 17:46:56.744 INFO E| Compiling anyhow v1.0.98
26972026-08-04T17:46:57.369Z[ helios-setup] Aug 04 17:46:56.744 INFO E| Compiling thiserror v2.0.12
26982026-08-04T17:46:57.369Z[ helios-setup] Aug 04 17:46:56.744 INFO E| Compiling serde_json v1.0.140
26992026-08-04T17:46:57.369Z[ helios-setup] Aug 04 17:46:56.745 INFO E| Compiling cfg-if v1.0.0
27002026-08-04T17:46:57.370Z[ helios-setup] Aug 04 17:46:56.745 INFO E| Compiling bitflags v2.9.1
27012026-08-04T17:46:58.475Z[ helios-setup] Aug 04 17:46:56.747 INFO E| Compiling ryu v1.0.20
27022026-08-04T17:46:58.475Z[ helios-setup] Aug 04 17:46:56.748 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27032026-08-04T17:46:58.495Z[ helios-setup] Aug 04 17:46:56.831 INFO E| Compiling fastrand v2.3.0
27042026-08-04T17:46:58.495Z[ omicron-package] Finished `release` profile [optimized] target(s) in 30.71s
27052026-08-04T17:46:58.495Z[ helios-setup] Aug 04 17:46:56.862 INFO E| Compiling itoa v1.0.15
27062026-08-04T17:46:58.495Z[ helios-setup] Aug 04 17:46:56.862 INFO E| Compiling once_cell v1.21.3
27072026-08-04T17:46:58.495Z[ helios-setup] Aug 04 17:46:56.914 INFO E| Compiling memchr v2.7.4
27082026-08-04T17:46:58.495Z[ omicron-package]
27092026-08-04T17:46:58.495Z[ omicron-package] real 30.899469486
27102026-08-04T17:46:58.495Z[ omicron-package] user 2:54.363172569
27112026-08-04T17:46:58.495Z[ omicron-package] sys 20.794896266
27122026-08-04T17:46:58.495Z[ omicron-package] trap 0.320594401
27132026-08-04T17:46:58.495Z[ omicron-package] tflt 0.738777826
27142026-08-04T17:46:58.495Z[ omicron-package] dflt 2.153009395
27152026-08-04T17:46:58.504Z[ omicron-package] kflt 0.000174560
27162026-08-04T17:46:58.504Z[ omicron-package] lock 7:52.012370757
27172026-08-04T17:46:58.504Z[ omicron-package] slp 4:08.777680184
27182026-08-04T17:46:58.504Z[ omicron-package] lat 29.999618864
27192026-08-04T17:46:58.504Z[ omicron-package] stop 1:19.712072263
27202026-08-04T17:46:58.504ZAug 04 17:46:57.140 INFO [omicron-package] process exited with exit status: 0 (31.005329507s)
27212026-08-04T17:46:58.504ZAug 04 17:46:57.140 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27222026-08-04T17:46:58.504ZAug 04 17:46:57.141 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27232026-08-04T17:46:58.504Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27242026-08-04T17:46:58.504Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27252026-08-04T17:46:58.504Z[ recovery-target] Created new build target 'recovery' and set it as active
27262026-08-04T17:46:58.504Z[ host-target] Created new build target 'host' and set it as active
27272026-08-04T17:46:58.505ZAug 04 17:46:57.153 INFO [recovery-target] process exited with exit status: 0 (12.643174ms)
27282026-08-04T17:46:58.505ZAug 04 17:46:57.155 INFO [host-target] process exited with exit status: 0 (14.802046ms)
27292026-08-04T17:46:58.505ZAug 04 17:46:57.155 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27302026-08-04T17:46:58.505Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27312026-08-04T17:46:58.505Z[ helios-setup] Aug 04 17:46:57.381 INFO E| Compiling errno v0.3.12
27322026-08-04T17:46:58.505Z[ helios-setup] Aug 04 17:46:57.635 INFO E| Compiling quote v1.0.40
27332026-08-04T17:46:58.505Z[ helios-setup] Aug 04 17:46:57.791 INFO E| Compiling syn v2.0.101
27342026-08-04T17:46:58.806Z[ helios-setup] Aug 04 17:46:58.145 INFO E| Compiling tempfile v3.20.0
27352026-08-04T17:46:59.374Z[ host-package] Compiling heck v0.5.0
27362026-08-04T17:47:01.519Z[ host-package] Compiling regress v0.11.1
27372026-08-04T17:47:01.537Z[ host-package] Compiling unsafe-libyaml v0.2.11
27382026-08-04T17:47:01.537Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27392026-08-04T17:47:01.537Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27402026-08-04T17:47:01.537Z[ host-package] Compiling derive-where v1.6.0
27412026-08-04T17:47:01.537Z[ host-package] Compiling bytecount v0.6.9
27422026-08-04T17:47:01.538Z[ host-package] Compiling atomicwrites v0.4.4
27432026-08-04T17:47:01.538Z[ host-package] Compiling is-terminal v0.4.17
27442026-08-04T17:47:01.538Z[ host-package] Compiling prettyplease v0.2.37
27452026-08-04T17:47:01.538Z[ host-package] Compiling console v0.15.11
27462026-08-04T17:47:01.538Z[ host-package] Compiling newline-converter v0.3.0
27472026-08-04T17:47:01.538Z[ host-package] Compiling slog-dtrace v0.3.0
27482026-08-04T17:47:01.538Z[ host-package] Compiling resolv-conf v0.7.6
27492026-08-04T17:47:01.538Z[ host-package] Compiling cancel-safe-futures v0.1.5
27502026-08-04T17:47:01.539Z[ host-package] Compiling num-rational v0.4.2
27512026-08-04T17:47:01.539Z[ host-package] Compiling num-complex v0.4.6
27522026-08-04T17:47:01.539Z[ host-package] Compiling thread_local v1.1.9
27532026-08-04T17:47:01.539Z[ host-package] Compiling unicode-width v0.1.14
27542026-08-04T17:47:01.543Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27552026-08-04T17:47:01.543Z[ host-package] Compiling match_cfg v0.1.0
27562026-08-04T17:47:01.543Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27572026-08-04T17:47:01.543Z[ host-package] Compiling expectorate v1.2.0
27582026-08-04T17:47:01.543Z[ host-package] Compiling compression-core v0.4.31
27592026-08-04T17:47:01.543Z[ host-package] Compiling hostname v0.3.1
27602026-08-04T17:47:01.543Z[ host-package] Compiling num v0.4.3
27612026-08-04T17:47:01.543Z[ helios-setup] Aug 04 17:46:59.816 INFO E| Compiling darling_core v0.20.11
27622026-08-04T17:47:01.543Z[ host-package] Compiling compression-codecs v0.4.37
27632026-08-04T17:47:01.543Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27642026-08-04T17:47:01.543Z[ host-package] Compiling multer v3.1.0
27652026-08-04T17:47:01.543Z[ host-package] Compiling slog-async v2.8.0
27662026-08-04T17:47:01.543Z[ host-package] Compiling crossbeam-channel v0.5.15
27672026-08-04T17:47:01.543Z[ host-package] Compiling slog-json v2.6.1
27682026-08-04T17:47:01.543Z[ host-package] Compiling serde_spanned v1.1.1
27692026-08-04T17:47:01.543Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
27702026-08-04T17:47:01.543Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
27712026-08-04T17:47:01.544Z[ host-package] Compiling linked-hash-map v0.5.6
27722026-08-04T17:47:01.544Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27732026-08-04T17:47:01.544Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27742026-08-04T17:47:01.544Z[ host-package] Compiling oxide-update-engine-types v0.1.2
27752026-08-04T17:47:01.544Z[ host-package] Compiling linear-map v1.2.0
27762026-08-04T17:47:01.544Z[ host-package] Compiling float-ord v0.3.2
27772026-08-04T17:47:01.544Z[ host-package] Compiling take_mut v0.2.2
27782026-08-04T17:47:01.544Z[ helios-setup] Aug 04 17:47:00.430 INFO E| Compiling serde_derive v1.0.219
27792026-08-04T17:47:01.545Z[ helios-setup] Aug 04 17:47:00.432 INFO E| Compiling thiserror-impl v2.0.12
27802026-08-04T17:47:01.545Z[ host-package] Compiling term v1.2.1
27812026-08-04T17:47:01.545Z[ host-package] Compiling lru-cache v0.1.2
27822026-08-04T17:47:01.545Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
27832026-08-04T17:47:01.545Z[ host-package] Compiling typify-impl v0.6.2
27842026-08-04T17:47:01.545Z[ host-package] Compiling slog-bunyan v2.5.0
27852026-08-04T17:47:01.545Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27862026-08-04T17:47:01.545Z[ host-package] Compiling async-compression v0.4.41
27872026-08-04T17:47:01.545Z[ host-package] Compiling slog-term v2.9.2
27882026-08-04T17:47:01.716Z[ host-package] Compiling dropshot v0.17.1
27892026-08-04T17:47:01.774Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27902026-08-04T17:47:01.774Z[ host-package] Compiling async-stream v0.3.6
27912026-08-04T17:47:01.869Z[ host-package] Compiling sha1 v0.11.0
27922026-08-04T17:47:01.921Z[ host-package] Compiling progenitor-client v0.14.0
27932026-08-04T17:47:02.003Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27942026-08-04T17:47:02.072Z[ helios-setup] Aug 04 17:47:01.438 INFO E| Compiling darling_macro v0.20.11
27952026-08-04T17:47:02.087Z[ host-package] Compiling waitgroup v0.1.2
27962026-08-04T17:47:02.156Z[ host-package] Compiling rustls-pemfile v2.2.0
27972026-08-04T17:47:02.244Z[ host-package] Compiling backon v1.6.0
27982026-08-04T17:47:02.276Z[ host-package] Compiling hostname v0.4.2
27992026-08-04T17:47:02.291Z[ host-package] Compiling serde_path_to_error v0.1.20
28002026-08-04T17:47:02.415Z[ host-package] Compiling oxide-update-engine v0.1.2
28012026-08-04T17:47:02.490Z[ host-package] Compiling instant v0.1.13
28022026-08-04T17:47:02.490Z[ host-package] Compiling minimal-lexical v0.2.1
28032026-08-04T17:47:02.495Z[ host-package] Compiling debug-ignore v1.0.5
28042026-08-04T17:47:02.495Z[ host-package] Compiling progenitor-extras v0.2.0
28052026-08-04T17:47:02.599Z[ host-package] Compiling backoff v0.4.0
28062026-08-04T17:47:02.650Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28072026-08-04T17:47:02.650Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28082026-08-04T17:47:02.704Z[ helios-setup] Aug 04 17:47:02.082 INFO E| Compiling darling v0.20.11
28092026-08-04T17:47:02.773Z[ host-package] Compiling nom v7.1.3
28102026-08-04T17:47:02.798Z[ helios-setup] Aug 04 17:47:02.176 INFO E| Compiling serde_with_macros v3.12.0
28112026-08-04T17:47:02.850Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28122026-08-04T17:47:02.942Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28132026-08-04T17:47:02.986Z[ host-package] Compiling parse-display v0.10.0
28142026-08-04T17:47:03.141Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28152026-08-04T17:47:03.244Z[ host-package] Compiling hickory-proto v0.24.4
28162026-08-04T17:47:03.552Z[ host-package] Compiling regress v0.10.5
28172026-08-04T17:47:03.806Z[ host-package] Compiling itertools v0.14.0
28182026-08-04T17:47:04.178Z[ host-package] Compiling macaddr v1.0.1
28192026-08-04T17:47:04.224Z[ host-package] Compiling unicode-xid v0.2.6
28202026-08-04T17:47:04.383Z[ host-package] Compiling humantime v2.3.0
28212026-08-04T17:47:04.515Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28222026-08-04T17:47:04.521Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28232026-08-04T17:47:04.530Z[ host-package] Compiling convert_case v0.10.0
28242026-08-04T17:47:04.648Z[ host-package] Compiling owo-colors v4.3.0
28252026-08-04T17:47:04.701Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28262026-08-04T17:47:04.887Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28272026-08-04T17:47:04.927Z[ host-package] Compiling derive_more-impl v2.1.1
28282026-08-04T17:47:05.488Z[ host-package] Compiling typify-macro v0.6.2
28292026-08-04T17:47:05.494Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28302026-08-04T17:47:05.495Z[ host-package] Compiling toml v0.8.23
28312026-08-04T17:47:05.714Z[ host-package] Compiling papergrid v0.11.0
28322026-08-04T17:47:05.758Z[ helios-setup] Aug 04 17:47:05.135 INFO E| Compiling serde_with v3.12.0
28332026-08-04T17:47:05.829Z[ host-package] Compiling tabled_derive v0.7.0
28342026-08-04T17:47:05.897Z[ host-package] Compiling hickory-resolver v0.24.4
28352026-08-04T17:47:05.898Z[ host-package] Compiling derive_more v2.1.1
28362026-08-04T17:47:06.210Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28372026-08-04T17:47:06.556Z[ host-package] Compiling termtree v0.5.1
28382026-08-04T17:47:06.567Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28392026-08-04T17:47:06.713Z[ host-package] Compiling crossterm v0.29.0
28402026-08-04T17:47:06.823Z[ host-package] Compiling typify v0.6.2
28412026-08-04T17:47:08.199Z[ host-package] Compiling progenitor-impl v0.14.0
28422026-08-04T17:47:08.337Z[ host-package] Compiling tabled v0.15.0
28432026-08-04T17:47:08.338Z[ host-package] Compiling qorb v0.4.1
28442026-08-04T17:47:08.375Z[ host-package] Compiling phf_shared v0.12.1
28452026-08-04T17:47:08.704Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28462026-08-04T17:47:09.473Z[ host-package] Compiling vte v0.14.1
28472026-08-04T17:47:09.657Z[ host-package] Compiling progenitor-macro v0.14.0
28482026-08-04T17:47:09.785Z[ host-package] Compiling csv-core v0.1.13
28492026-08-04T17:47:10.076Z[ host-package] Compiling highway v1.3.0
28502026-08-04T17:47:10.298Z[ helios-setup] Aug 04 17:47:09.676 INFO E| Finished `release` profile [optimized] target(s) in 13.39s
28512026-08-04T17:47:10.325Z[ helios-setup] Aug 04 17:47:09.703 INFO building project "dmar-report" ok (13 seconds)
28522026-08-04T17:47:10.325Z[ helios-setup] Aug 04 17:47:09.703 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
28532026-08-04T17:47:10.331Z[ host-package] Compiling chrono-tz v0.10.4
28542026-08-04T17:47:10.334Z[ helios-setup] Aug 04 17:47:09.711 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
28552026-08-04T17:47:10.334Z[ helios-setup] Aug 04 17:47:09.711 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28562026-08-04T17:47:10.334Z[ helios-setup] Aug 04 17:47:09.711 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28572026-08-04T17:47:10.432Z[ helios-setup] Aug 04 17:47:09.811 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28582026-08-04T17:47:10.843Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28592026-08-04T17:47:10.905Z[ helios-setup] Aug 04 17:47:10.281 INFO E| From https://github.com/jclulow/rust-jmclib
28602026-08-04T17:47:10.905Z[ helios-setup] Aug 04 17:47:10.281 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
28612026-08-04T17:47:10.919Z[ helios-setup] Aug 04 17:47:10.292 INFO E| Updating crates.io index
28622026-08-04T17:47:11.061Z[ helios-setup] Aug 04 17:47:10.437 INFO E| Downloading crates ...
28632026-08-04T17:47:11.113Z[ helios-setup] Aug 04 17:47:10.491 INFO E| Downloaded ryu v1.0.15
28642026-08-04T17:47:11.120Z[ helios-setup] Aug 04 17:47:10.493 INFO E| Downloaded serde_derive v1.0.193
28652026-08-04T17:47:11.127Z[ helios-setup] Aug 04 17:47:10.496 INFO E| Downloaded errno v0.3.1
28662026-08-04T17:47:11.127Z[ helios-setup] Aug 04 17:47:10.497 INFO E| Downloaded fastrand v2.0.0
28672026-08-04T17:47:11.127Z[ helios-setup] Aug 04 17:47:10.498 INFO E| Downloaded block-buffer v0.9.0
28682026-08-04T17:47:11.127Z[ helios-setup] Aug 04 17:47:10.499 INFO E| Downloaded digest v0.9.0
28692026-08-04T17:47:11.127Z[ helios-setup] Aug 04 17:47:10.500 INFO E| Downloaded sha-1 v0.9.8
28702026-08-04T17:47:11.127Z[ helios-setup] Aug 04 17:47:10.501 INFO E| Downloaded opaque-debug v0.3.0
28712026-08-04T17:47:11.131Z[ helios-setup] Aug 04 17:47:10.506 INFO E| Downloaded md-5 v0.9.1
28722026-08-04T17:47:11.141Z[ helios-setup] Aug 04 17:47:10.511 INFO E| Downloaded cpufeatures v0.2.9
28732026-08-04T17:47:11.149Z[ helios-setup] Aug 04 17:47:10.520 INFO E| Downloaded libdevinfo-sys v1.0.0
28742026-08-04T17:47:11.149Z[ helios-setup] Aug 04 17:47:10.525 INFO E| Downloaded quote v1.0.31
28752026-08-04T17:47:11.149Z[ helios-setup] Aug 04 17:47:10.527 INFO E| Downloaded getrandom v0.2.10
28762026-08-04T17:47:11.159Z[ helios-setup] Aug 04 17:47:10.529 INFO E| Downloaded itoa v1.0.9
28772026-08-04T17:47:11.159Z[ helios-setup] Aug 04 17:47:10.530 INFO E| Downloaded tempfile v3.7.0
28782026-08-04T17:47:11.159Z[ helios-setup] Aug 04 17:47:10.531 INFO E| Downloaded walkdir v2.3.3
28792026-08-04T17:47:11.159Z[ helios-setup] Aug 04 17:47:10.532 INFO E| Downloaded unicode-width v0.1.10
28802026-08-04T17:47:11.166Z[ helios-setup] Aug 04 17:47:10.539 INFO E| Downloaded anyhow v1.0.72
28812026-08-04T17:47:11.174Z[ helios-setup] Aug 04 17:47:10.541 INFO E| Downloaded unicode-ident v1.0.11
28822026-08-04T17:47:11.174Z[ helios-setup] Aug 04 17:47:10.543 INFO E| Downloaded glob v0.3.1
28832026-08-04T17:47:11.174Z[ helios-setup] Aug 04 17:47:10.544 INFO E| Downloaded typenum v1.16.0
28842026-08-04T17:47:11.174Z[ helios-setup] Aug 04 17:47:10.546 INFO E| Downloaded uuid v0.8.2
28852026-08-04T17:47:11.174Z[ helios-setup] Aug 04 17:47:10.548 INFO E| Downloaded bitflags v2.3.3
28862026-08-04T17:47:11.174Z[ helios-setup] Aug 04 17:47:10.549 INFO E| Downloaded once_cell v1.18.0
28872026-08-04T17:47:11.174Z[ helios-setup] Aug 04 17:47:10.550 INFO E| Downloaded proc-macro2 v1.0.66
28882026-08-04T17:47:11.190Z[ helios-setup] Aug 04 17:47:10.553 INFO E| Downloaded toml v0.5.11
28892026-08-04T17:47:11.190Z[ helios-setup] Aug 04 17:47:10.557 INFO E| Downloaded serde v1.0.193
28902026-08-04T17:47:11.208Z[ helios-setup] Aug 04 17:47:10.577 INFO E| Downloaded serde_json v1.0.103
28912026-08-04T17:47:11.220Z[ helios-setup] Aug 04 17:47:10.594 INFO E| Downloaded syn v2.0.32
28922026-08-04T17:47:11.235Z[ helios-setup] Aug 04 17:47:10.607 INFO E| Downloaded rustix v0.38.4
28932026-08-04T17:47:11.253Z[ helios-setup] Aug 04 17:47:10.629 INFO E| Downloaded libc v0.2.147
28942026-08-04T17:47:11.319Z[ helios-setup] Aug 04 17:47:10.697 INFO E| Compiling libc v0.2.147
28952026-08-04T17:47:11.319Z[ helios-setup] Aug 04 17:47:10.697 INFO E| Compiling proc-macro2 v1.0.66
28962026-08-04T17:47:11.319Z[ helios-setup] Aug 04 17:47:10.697 INFO E| Compiling cfg-if v1.0.0
28972026-08-04T17:47:11.326Z[ helios-setup] Aug 04 17:47:10.697 INFO E| Compiling unicode-ident v1.0.11
28982026-08-04T17:47:11.326Z[ helios-setup] Aug 04 17:47:10.697 INFO E| Compiling version_check v0.9.4
28992026-08-04T17:47:11.326Z[ helios-setup] Aug 04 17:47:10.697 INFO E| Compiling typenum v1.16.0
29002026-08-04T17:47:11.326Z[ helios-setup] Aug 04 17:47:10.698 INFO E| Compiling serde v1.0.193
29012026-08-04T17:47:11.326Z[ helios-setup] Aug 04 17:47:10.698 INFO E| Compiling powerfmt v0.2.0
29022026-08-04T17:47:11.326Z[ helios-setup] Aug 04 17:47:10.698 INFO E| Compiling slog v2.7.0
29032026-08-04T17:47:11.326Z[ helios-setup] Aug 04 17:47:10.698 INFO E| Compiling itoa v1.0.9
29042026-08-04T17:47:11.327Z[ helios-setup] Aug 04 17:47:10.698 INFO E| Compiling num-conv v0.1.0
29052026-08-04T17:47:11.327Z[ helios-setup] Aug 04 17:47:10.698 INFO E| Compiling time-core v0.1.2
29062026-08-04T17:47:11.327Z[ helios-setup] Aug 04 17:47:10.698 INFO E| Compiling rustix v0.38.4
29072026-08-04T17:47:11.327Z[ helios-setup] Aug 04 17:47:10.698 INFO E| Compiling bitflags v2.3.3
29082026-08-04T17:47:11.327Z[ helios-setup] Aug 04 17:47:10.698 INFO E| Compiling num_threads v0.1.6
29092026-08-04T17:47:11.327Z[ helios-setup] Aug 04 17:47:10.698 INFO E| Compiling once_cell v1.18.0
29102026-08-04T17:47:11.359Z[ host-package] Compiling csv v1.4.0
29112026-08-04T17:47:11.615Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29122026-08-04T17:47:11.626Z[ host-package] Compiling phf v0.12.1
29132026-08-04T17:47:11.742Z[ host-package] Compiling const_format_proc_macros v0.2.34
29142026-08-04T17:47:11.857Z[ helios-setup] Aug 04 17:47:11.236 INFO E| Compiling opaque-debug v0.3.0
29152026-08-04T17:47:11.864Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29162026-08-04T17:47:11.943Z[ helios-setup] Aug 04 17:47:11.316 INFO E| Compiling anyhow v1.0.72
29172026-08-04T17:47:11.943Z[ helios-setup] Aug 04 17:47:11.316 INFO E| Compiling fastrand v2.0.0
29182026-08-04T17:47:11.993Z[ helios-setup] Aug 04 17:47:11.368 INFO E| Compiling serde_json v1.0.103
29192026-08-04T17:47:12.046Z[ helios-setup] Aug 04 17:47:11.422 INFO E| Compiling deranged v0.3.11
29202026-08-04T17:47:12.143Z[ helios-setup] Aug 04 17:47:11.509 INFO E| Compiling thread_local v1.1.7
29212026-08-04T17:47:12.188Z[ helios-setup] Aug 04 17:47:11.561 INFO E| Compiling cpufeatures v0.2.9
29222026-08-04T17:47:12.264Z[ helios-setup] Aug 04 17:47:11.637 INFO E| Compiling ryu v1.0.15
29232026-08-04T17:47:12.301Z[ helios-setup] Aug 04 17:47:11.676 INFO E| Compiling same-file v1.0.6
29242026-08-04T17:47:12.353Z[ helios-setup] Aug 04 17:47:11.726 INFO E| Compiling unicode-width v0.1.10
29252026-08-04T17:47:12.417Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29262026-08-04T17:47:12.456Z[ helios-setup] Aug 04 17:47:11.795 INFO E| Compiling time-macros v0.2.18
29272026-08-04T17:47:12.456Z[ helios-setup] Aug 04 17:47:11.795 INFO E| Compiling glob v0.3.1
29282026-08-04T17:47:12.456Z[ helios-setup] Aug 04 17:47:11.813 INFO E| Compiling walkdir v2.3.3
29292026-08-04T17:47:12.578Z[ helios-setup] Aug 04 17:47:11.957 INFO E| Compiling getopts v0.2.21
29302026-08-04T17:47:12.596Z[ helios-setup] Aug 04 17:47:11.974 INFO E| Compiling generic-array v0.14.7
29312026-08-04T17:47:12.628Z[ host-package] Compiling fd-lock v4.0.4
29322026-08-04T17:47:12.650Z[ helios-setup] Aug 04 17:47:12.028 INFO E| Compiling libdevinfo-sys v1.0.0
29332026-08-04T17:47:13.142Z[ helios-setup] Aug 04 17:47:12.322 INFO E| Compiling dirs-sys-next v0.1.2
29342026-08-04T17:47:13.142Z[ helios-setup] Aug 04 17:47:12.322 INFO E| Compiling errno v0.3.1
29352026-08-04T17:47:13.154Z[ helios-setup] Aug 04 17:47:12.322 INFO E| Compiling atty v0.2.14
29362026-08-04T17:47:13.154Z[ helios-setup] Aug 04 17:47:12.322 INFO E| Compiling getrandom v0.2.10
29372026-08-04T17:47:13.154Z[ host-package] Compiling peg-macros v0.8.5
29382026-08-04T17:47:13.195Z[ helios-setup] Aug 04 17:47:12.573 INFO E| Compiling quote v1.0.31
29392026-08-04T17:47:13.275Z[ helios-setup] Aug 04 17:47:12.654 INFO E| Compiling dirs-next v2.0.0
29402026-08-04T17:47:13.342Z[ host-package] Compiling nu-ansi-term v0.50.3
29412026-08-04T17:47:13.352Z[ helios-setup] Aug 04 17:47:12.728 INFO E| Compiling term v0.7.0
29422026-08-04T17:47:13.422Z[ host-package] Compiling const_format v0.2.35
29432026-08-04T17:47:13.436Z[ helios-setup] Aug 04 17:47:12.813 INFO E| Compiling syn v2.0.32
29442026-08-04T17:47:13.829Z[ host-package] Compiling reedline v0.40.0
29452026-08-04T17:47:13.936Z[ helios-setup] Aug 04 17:47:13.315 INFO E| Compiling tempfile v3.7.0
29462026-08-04T17:47:14.006Z[ helios-setup] Aug 04 17:47:13.379 INFO E| Compiling block-buffer v0.9.0
29472026-08-04T17:47:14.006Z[ helios-setup] Aug 04 17:47:13.379 INFO E| Compiling digest v0.9.0
29482026-08-04T17:47:14.124Z[ helios-setup] Aug 04 17:47:13.488 INFO E| Compiling sha-1 v0.9.8
29492026-08-04T17:47:14.124Z[ helios-setup] Aug 04 17:47:13.488 INFO E| Compiling md-5 v0.9.1
29502026-08-04T17:47:14.291Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29512026-08-04T17:47:14.301Z[ helios-setup] Aug 04 17:47:13.678 INFO E| Compiling time v0.3.36
29522026-08-04T17:47:14.337Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29532026-08-04T17:47:15.020Z[ host-package] Compiling progenitor v0.14.0
29542026-08-04T17:47:15.634Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29552026-08-04T17:47:15.642Z[ host-package] Compiling peg v0.8.5
29562026-08-04T17:47:15.642Z[ helios-setup] Aug 04 17:47:14.679 INFO E| Compiling slog-term v2.9.0
29572026-08-04T17:47:15.642Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29582026-08-04T17:47:15.642Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29592026-08-04T17:47:15.642Z[ helios-setup] Aug 04 17:47:14.931 INFO E| Compiling serde_derive v1.0.193
29602026-08-04T17:47:16.034Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29612026-08-04T17:47:17.242Z[ host-package] Compiling bcs v0.1.6
29622026-08-04T17:47:17.271Z[ host-package] Compiling nom v8.0.0
29632026-08-04T17:47:17.356Z[ host-package] Compiling semver v0.1.20
29642026-08-04T17:47:17.710Z[ host-package] Compiling rustc_version v0.1.7
29652026-08-04T17:47:18.054Z[ host-package] Compiling newtype_derive v0.1.6
29662026-08-04T17:47:18.059Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29672026-08-04T17:47:18.093Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29682026-08-04T17:47:18.283Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29692026-08-04T17:47:18.356Z[ host-package] Compiling smawk v0.3.2
29702026-08-04T17:47:18.434Z[ host-package] Compiling unicode-linebreak v0.1.5
29712026-08-04T17:47:18.708Z[ host-package] Compiling textwrap v0.16.2
29722026-08-04T17:47:18.756Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29732026-08-04T17:47:18.762Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29742026-08-04T17:47:18.902Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29752026-08-04T17:47:19.287Z[ host-package] Compiling steno v0.4.1
29762026-08-04T17:47:19.412Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29772026-08-04T17:47:19.701Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
29782026-08-04T17:47:20.139Z[ helios-setup] Aug 04 17:47:19.517 INFO E| Compiling toml v0.5.11
29792026-08-04T17:47:20.139Z[ helios-setup] Aug 04 17:47:19.517 INFO E| Compiling uuid v0.8.2
29802026-08-04T17:47:20.552Z[ host-package] Compiling sha1 v0.10.6
29812026-08-04T17:47:20.678Z[ host-package] Compiling utf-8 v0.7.6
29822026-08-04T17:47:20.896Z[ host-package] Compiling tagptr v0.2.0
29832026-08-04T17:47:21.017Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29842026-08-04T17:47:21.038Z[ helios-setup] Aug 04 17:47:20.408 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
29852026-08-04T17:47:21.064Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29862026-08-04T17:47:21.172Z[ host-package] Compiling tungstenite v0.21.0
29872026-08-04T17:47:21.257Z[ host-package] Compiling moka v0.12.13
29882026-08-04T17:47:21.304Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29892026-08-04T17:47:21.366Z[ host-package] Compiling darling_core v0.21.3
29902026-08-04T17:47:21.509Z[ host-package] Compiling vergen-lib v0.1.6
29912026-08-04T17:47:21.555Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
29922026-08-04T17:47:21.761Z[ helios-setup] Aug 04 17:47:21.140 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
29932026-08-04T17:47:21.903Z[ host-package] Compiling tokio-tungstenite v0.21.0
29942026-08-04T17:47:22.053Z[ host-package] Compiling diesel_derives v2.3.7
29952026-08-04T17:47:22.319Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29962026-08-04T17:47:22.401Z[ host-package] Compiling hickory-resolver v0.25.2
29972026-08-04T17:47:22.647Z[ host-package] Compiling proc-macro-error2 v2.0.1
29982026-08-04T17:47:23.387Z[ host-package] Compiling libscf-sys v1.2.0
29992026-08-04T17:47:23.415Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30002026-08-04T17:47:23.556Z[ host-package] Compiling vergen-gitcl v1.0.8
30012026-08-04T17:47:23.833Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30022026-08-04T17:47:23.879Z[ host-package] Compiling darling_macro v0.21.3
30032026-08-04T17:47:24.090Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30042026-08-04T17:47:24.142Z[ host-package] Compiling dirs-sys-next v0.1.2
30052026-08-04T17:47:24.280Z[ host-package] Compiling glob v0.3.3
30062026-08-04T17:47:24.338Z[ host-package] Compiling crunchy v0.2.4
30072026-08-04T17:47:24.455Z[ host-package] Compiling maplit v1.0.2
30082026-08-04T17:47:24.503Z[ host-package] Compiling dirs-next v2.0.0
30092026-08-04T17:47:24.562Z[ host-package] Compiling darling v0.21.3
30102026-08-04T17:47:24.672Z[ host-package] Compiling r2d2 v0.8.10
30112026-08-04T17:47:24.707Z[ host-package] Compiling dsl_auto_type v0.2.0
30122026-08-04T17:47:24.712Z[ host-package] Compiling clang-sys v1.8.1
30132026-08-04T17:47:24.714Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30142026-08-04T17:47:24.805Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30152026-08-04T17:47:25.116Z[ host-package] Compiling tabled_derive v0.11.0
30162026-08-04T17:47:25.300Z[ host-package] Compiling papergrid v0.17.0
30172026-08-04T17:47:25.363Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30182026-08-04T17:47:25.436Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30192026-08-04T17:47:25.591Z[ host-package] Compiling testing_table v0.3.0
30202026-08-04T17:47:25.931Z[ host-package] Compiling xshell-macros v0.2.7
30212026-08-04T17:47:26.194Z[ helios-setup] Aug 04 17:47:25.567 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.84s
30222026-08-04T17:47:26.262Z[ helios-setup] Aug 04 17:47:25.591 INFO building project "image-builder" ok (15 seconds)
30232026-08-04T17:47:26.262Z[ helios-setup] Aug 04 17:47:25.591 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
30242026-08-04T17:47:26.262Z[ helios-setup] Aug 04 17:47:25.600 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
30252026-08-04T17:47:26.262Z[ helios-setup] Aug 04 17:47:25.600 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
30262026-08-04T17:47:26.262Z[ helios-setup] Aug 04 17:47:25.600 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
30272026-08-04T17:47:26.267Z[ host-package] Compiling tiny-keccak v2.0.2
30282026-08-04T17:47:26.332Z[ helios-setup] Aug 04 17:47:25.709 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
30292026-08-04T17:47:26.378Z[ host-package] Compiling downcast-rs v2.0.2
30302026-08-04T17:47:26.516Z[ host-package] Compiling xshell v0.2.7
30312026-08-04T17:47:26.580Z[ host-package] Compiling tabled v0.20.0
30322026-08-04T17:47:26.725Z[ helios-setup] Aug 04 17:47:26.099 INFO E| From https://github.com/jclulow/hiercmd
30332026-08-04T17:47:26.725Z[ helios-setup] Aug 04 17:47:26.099 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
30342026-08-04T17:47:26.737Z[ helios-setup] Aug 04 17:47:26.112 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
30352026-08-04T17:47:27.041Z[ helios-setup] Aug 04 17:47:26.416 INFO E| From https://github.com/oxidecomputer/network-interface
30362026-08-04T17:47:27.041Z[ helios-setup] Aug 04 17:47:26.416 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
30372026-08-04T17:47:27.052Z[ helios-setup] Aug 04 17:47:26.428 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
30382026-08-04T17:47:27.563Z[ helios-setup] Aug 04 17:47:26.942 INFO E| From https://github.com/oxidecomputer/boot-image-tools
30392026-08-04T17:47:27.564Z[ helios-setup] Aug 04 17:47:26.942 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
30402026-08-04T17:47:27.581Z[ helios-setup] Aug 04 17:47:26.960 INFO E| Updating crates.io index
30412026-08-04T17:47:27.677Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30422026-08-04T17:47:27.744Z[ host-package] Compiling term v0.7.0
30432026-08-04T17:47:27.749Z[ helios-setup] Aug 04 17:47:27.124 INFO E| Downloading crates ...
30442026-08-04T17:47:27.777Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30452026-08-04T17:47:27.794Z[ helios-setup] Aug 04 17:47:27.171 INFO E| Downloaded bitfield-macros v0.19.3
30462026-08-04T17:47:27.797Z[ helios-setup] Aug 04 17:47:27.173 INFO E| Downloaded futures-io v0.3.31
30472026-08-04T17:47:27.808Z[ helios-setup] Aug 04 17:47:27.186 INFO E| Downloaded anstyle v1.0.13
30482026-08-04T17:47:27.844Z[ helios-setup] Aug 04 17:47:27.188 INFO E| Downloaded anstyle-query v1.1.4
30492026-08-04T17:47:27.848Z[ helios-setup] Aug 04 17:47:27.196 INFO E| Downloaded crc v3.3.0
30502026-08-04T17:47:27.848Z[ helios-setup] Aug 04 17:47:27.214 INFO E| Downloaded bitfield v0.19.3
30512026-08-04T17:47:27.849Z[ helios-setup] Aug 04 17:47:27.215 INFO E| Downloaded futures-macro v0.3.31
30522026-08-04T17:47:27.849Z[ helios-setup] Aug 04 17:47:27.216 INFO E| Downloaded futures-task v0.3.31
30532026-08-04T17:47:27.849Z[ helios-setup] Aug 04 17:47:27.216 INFO E| Downloaded pin-utils v0.1.0
30542026-08-04T17:47:27.849Z[ helios-setup] Aug 04 17:47:27.217 INFO E| Downloaded futures-sink v0.3.31
30552026-08-04T17:47:27.849Z[ helios-setup] Aug 04 17:47:27.221 INFO E| Downloaded devinfo v0.1.0
30562026-08-04T17:47:27.849Z[ helios-setup] Aug 04 17:47:27.223 INFO E| Downloaded clap_lex v0.7.6
30572026-08-04T17:47:27.854Z[ helios-setup] Aug 04 17:47:27.228 INFO E| Downloaded num_enum_derive v0.7.5
30582026-08-04T17:47:27.854Z[ helios-setup] Aug 04 17:47:27.229 INFO E| Downloaded pin-project-lite v0.2.16
30592026-08-04T17:47:27.892Z[ helios-setup] Aug 04 17:47:27.248 INFO E| Downloaded simd-adler32 v0.3.7
30602026-08-04T17:47:27.896Z[ helios-setup] Aug 04 17:47:27.255 INFO E| Downloaded env_filter v0.1.4
30612026-08-04T17:47:27.896Z[ helios-setup] Aug 04 17:47:27.262 INFO E| Downloaded serde_spanned v1.0.3
30622026-08-04T17:47:27.896Z[ helios-setup] Aug 04 17:47:27.265 INFO E| Downloaded zeroize_derive v1.4.2
30632026-08-04T17:47:27.896Z[ helios-setup] Aug 04 17:47:27.272 INFO E| Downloaded time-core v0.1.6
30642026-08-04T17:47:27.896Z[ helios-setup] Aug 04 17:47:27.274 INFO E| Downloaded term v1.2.0
30652026-08-04T17:47:27.900Z[ helios-setup] Aug 04 17:47:27.277 INFO E| Downloaded libdevinfo-sys v1.1.0
30662026-08-04T17:47:27.905Z[ helios-setup] Aug 04 17:47:27.281 INFO E| Downloaded futures-executor v0.3.31
30672026-08-04T17:47:27.905Z[ helios-setup] Aug 04 17:47:27.282 INFO E| Downloaded base64ct v1.8.0
30682026-08-04T17:47:27.911Z[ helios-setup] Aug 04 17:47:27.284 INFO E| Downloaded futures-core v0.3.31
30692026-08-04T17:47:27.911Z[ helios-setup] Aug 04 17:47:27.285 INFO E| Downloaded slab v0.4.11
30702026-08-04T17:47:27.915Z[ helios-setup] Aug 04 17:47:27.289 INFO E| Downloaded quote v1.0.41
30712026-08-04T17:47:27.919Z[ helios-setup] Aug 04 17:47:27.294 INFO E| Downloaded toml_datetime v0.7.3
30722026-08-04T17:47:27.919Z[ helios-setup] Aug 04 17:47:27.295 INFO E| Downloaded deranged v0.5.5
30732026-08-04T17:47:27.924Z[ helios-setup] Aug 04 17:47:27.299 INFO E| Downloaded env_logger v0.11.8
30742026-08-04T17:47:27.924Z[ helios-setup] Aug 04 17:47:27.301 INFO E| Downloaded num_enum v0.7.5
30752026-08-04T17:47:27.929Z[ helios-setup] Aug 04 17:47:27.304 INFO E| Downloaded futures-channel v0.3.31
30762026-08-04T17:47:27.933Z[ helios-setup] Aug 04 17:47:27.308 INFO E| Downloaded getopts v0.2.24
30772026-08-04T17:47:27.936Z[ helios-setup] Aug 04 17:47:27.312 INFO E| Downloaded thiserror-impl v2.0.17
30782026-08-04T17:47:27.936Z[ helios-setup] Aug 04 17:47:27.313 INFO E| Downloaded time-macros v0.2.24
30792026-08-04T17:47:27.936Z[ helios-setup] Aug 04 17:47:27.314 INFO E| Downloaded tokio-macros v2.6.0
30802026-08-04T17:47:27.941Z[ helios-setup] Aug 04 17:47:27.315 INFO E| Downloaded thiserror v2.0.17
30812026-08-04T17:47:27.941Z[ helios-setup] Aug 04 17:47:27.318 INFO E| Downloaded toml_writer v1.0.4
30822026-08-04T17:47:27.958Z[ helios-setup] Aug 04 17:47:27.321 INFO E| Downloaded zeroize v1.8.2
30832026-08-04T17:47:27.958Z[ helios-setup] Aug 04 17:47:27.322 INFO E| Downloaded generic-array v0.14.9
30842026-08-04T17:47:27.958Z[ helios-setup] Aug 04 17:47:27.323 INFO E| Downloaded signal-hook-registry v1.4.6
30852026-08-04T17:47:27.958Z[ helios-setup] Aug 04 17:47:27.325 INFO E| Downloaded proc-macro2 v1.0.103
30862026-08-04T17:47:27.963Z[ helios-setup] Aug 04 17:47:27.341 INFO E| Downloaded iana-time-zone v0.1.64
30872026-08-04T17:47:27.967Z[ helios-setup] Aug 04 17:47:27.343 INFO E| Downloaded toml_parser v1.0.4
30882026-08-04T17:47:27.967Z[ helios-setup] Aug 04 17:47:27.345 INFO E| Downloaded clap_derive v4.5.49
30892026-08-04T17:47:27.976Z[ helios-setup] Aug 04 17:47:27.355 INFO E| Downloaded unicode-ident v1.0.22
30902026-08-04T17:47:27.980Z[ helios-setup] Aug 04 17:47:27.356 INFO E| Downloaded bitflags v2.10.0
30912026-08-04T17:47:27.985Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30922026-08-04T17:47:27.989Z[ helios-setup] Aug 04 17:47:27.366 INFO E| Downloaded anyhow v1.0.100
30932026-08-04T17:47:27.993Z[ helios-setup] Aug 04 17:47:27.368 INFO E| Downloaded futures v0.3.31
30942026-08-04T17:47:27.997Z[ helios-setup] Aug 04 17:47:27.375 INFO E| Downloaded cc v1.2.44
30952026-08-04T17:47:28.002Z[ helios-setup] Aug 04 17:47:27.379 INFO E| Downloaded clap v4.5.51
30962026-08-04T17:47:28.006Z[ helios-setup] Aug 04 17:47:27.385 INFO E| Downloaded find-msvc-tools v0.1.4
30972026-08-04T17:47:28.021Z[ helios-setup] Aug 04 17:47:27.386 INFO E| Downloaded getrandom v0.2.16
30982026-08-04T17:47:28.021Z[ helios-setup] Aug 04 17:47:27.387 INFO E| Downloaded toml v0.9.8
30992026-08-04T17:47:28.043Z[ helios-setup] Aug 04 17:47:27.420 INFO E| Downloaded toml_edit v0.23.7
31002026-08-04T17:47:28.047Z[ helios-setup] Aug 04 17:47:27.422 INFO E| Downloaded log v0.4.28
31012026-08-04T17:47:28.047Z[ helios-setup] Aug 04 17:47:27.424 INFO E| Downloaded bytes v1.10.1
31022026-08-04T17:47:28.051Z[ helios-setup] Aug 04 17:47:27.426 INFO E| Downloaded socket2 v0.6.1
31032026-08-04T17:47:28.051Z[ helios-setup] Aug 04 17:47:27.428 INFO E| Downloaded uuid v1.18.1
31042026-08-04T17:47:28.051Z[ helios-setup] Aug 04 17:47:27.430 INFO E| Downloaded rsa v0.9.8
31052026-08-04T17:47:28.056Z[ helios-setup] Aug 04 17:47:27.433 INFO E| Downloaded rand v0.8.5
31062026-08-04T17:47:28.060Z[ helios-setup] Aug 04 17:47:27.435 INFO E| Downloaded flate2 v1.1.5
31072026-08-04T17:47:28.060Z[ helios-setup] Aug 04 17:47:27.437 INFO E| Downloaded typenum v1.19.0
31082026-08-04T17:47:28.063Z[ helios-setup] Aug 04 17:47:27.439 INFO E| Downloaded memchr v2.7.6
31092026-08-04T17:47:28.082Z[ helios-setup] Aug 04 17:47:27.461 INFO E| Downloaded chrono v0.4.42
31102026-08-04T17:47:28.087Z[ helios-setup] Aug 04 17:47:27.466 INFO E| Downloaded indexmap v2.12.0
31112026-08-04T17:47:28.091Z[ helios-setup] Aug 04 17:47:27.469 INFO E| Downloaded zerocopy-derive v0.8.27
31122026-08-04T17:47:28.095Z[ helios-setup] Aug 04 17:47:27.473 INFO E| Downloaded mio v1.1.0
31132026-08-04T17:47:28.100Z[ helios-setup] Aug 04 17:47:27.477 INFO E| Downloaded iddqd v0.3.14
31142026-08-04T17:47:28.149Z[ helios-setup] Aug 04 17:47:27.528 INFO E| Downloaded num-bigint-dig v0.8.4
31152026-08-04T17:47:28.154Z[ helios-setup] Aug 04 17:47:27.531 INFO E| Downloaded time v0.3.44
31162026-08-04T17:47:28.158Z[ helios-setup] Aug 04 17:47:27.536 INFO E| Downloaded hashbrown v0.16.0
31172026-08-04T17:47:28.162Z[ helios-setup] Aug 04 17:47:27.539 INFO E| Downloaded clap_builder v4.5.51
31182026-08-04T17:47:28.167Z[ helios-setup] Aug 04 17:47:27.543 INFO E| Downloaded serde_json v1.0.145
31192026-08-04T17:47:28.174Z[ helios-setup] Aug 04 17:47:27.547 INFO E| Downloaded libm v0.2.15
31202026-08-04T17:47:28.178Z[ helios-setup] Aug 04 17:47:27.553 INFO E| Downloaded futures-util v0.3.31
31212026-08-04T17:47:28.182Z[ helios-setup] Aug 04 17:47:27.560 INFO E| Downloaded winnow v0.7.13
31222026-08-04T17:47:28.187Z[ helios-setup] Aug 04 17:47:27.566 INFO E| Downloaded zerocopy v0.8.27
31232026-08-04T17:47:28.201Z[ helios-setup] Aug 04 17:47:27.579 INFO E| Downloaded unicode-width v0.2.2
31242026-08-04T17:47:28.204Z[ helios-setup] Aug 04 17:47:27.582 INFO E| Downloaded syn v2.0.108
31252026-08-04T17:47:28.232Z[ helios-setup] Aug 04 17:47:27.610 INFO E| Downloaded rustix v1.1.2
31262026-08-04T17:47:28.265Z[ helios-setup] Aug 04 17:47:27.643 INFO E| Downloaded libc v0.2.177
31272026-08-04T17:47:28.292Z[ helios-setup] Aug 04 17:47:27.671 INFO E| Downloaded tokio v1.48.0
31282026-08-04T17:47:28.339Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
31292026-08-04T17:47:28.362Z[ host-package] Compiling bit-vec v0.6.3
31302026-08-04T17:47:28.425Z[ host-package] Compiling ascii-canvas v3.0.0
31312026-08-04T17:47:28.445Z[ helios-setup] Aug 04 17:47:27.823 INFO E| Compiling proc-macro2 v1.0.103
31322026-08-04T17:47:28.445Z[ helios-setup] Aug 04 17:47:27.823 INFO E| Compiling unicode-ident v1.0.22
31332026-08-04T17:47:28.448Z[ helios-setup] Aug 04 17:47:27.823 INFO E| Compiling quote v1.0.41
31342026-08-04T17:47:28.448Z[ helios-setup] Aug 04 17:47:27.823 INFO E| Compiling libc v0.2.177
31352026-08-04T17:47:28.449Z[ helios-setup] Aug 04 17:47:27.823 INFO E| Compiling serde_core v1.0.228
31362026-08-04T17:47:28.449Z[ helios-setup] Aug 04 17:47:27.823 INFO E| Compiling cfg-if v1.0.4
31372026-08-04T17:47:28.449Z[ helios-setup] Aug 04 17:47:27.823 INFO E| Compiling serde v1.0.228
31382026-08-04T17:47:28.449Z[ helios-setup] Aug 04 17:47:27.823 INFO E| Compiling version_check v0.9.5
31392026-08-04T17:47:28.449Z[ helios-setup] Aug 04 17:47:27.823 INFO E| Compiling autocfg v1.5.0
31402026-08-04T17:47:28.449Z[ helios-setup] Aug 04 17:47:27.823 INFO E| Compiling const-oid v0.9.6
31412026-08-04T17:47:28.449Z[ helios-setup] Aug 04 17:47:27.825 INFO E| Compiling typenum v1.19.0
31422026-08-04T17:47:28.449Z[ helios-setup] Aug 04 17:47:27.825 INFO E| Compiling libm v0.2.15
31432026-08-04T17:47:28.449Z[ helios-setup] Aug 04 17:47:27.825 INFO E| Compiling zerocopy v0.8.27
31442026-08-04T17:47:28.449Z[ helios-setup] Aug 04 17:47:27.825 INFO E| Compiling rustversion v1.0.22
31452026-08-04T17:47:28.451Z[ helios-setup] Aug 04 17:47:27.825 INFO E| Compiling smallvec v1.15.1
31462026-08-04T17:47:28.451Z[ helios-setup] Aug 04 17:47:27.825 INFO E| Compiling base64ct v1.8.0
31472026-08-04T17:47:28.653Z[ host-package] Compiling bit-set v0.5.3
31482026-08-04T17:47:28.688Z[ helios-setup] Aug 04 17:47:28.067 INFO E| Compiling zeroize v1.8.2
31492026-08-04T17:47:28.747Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31502026-08-04T17:47:28.833Z[ helios-setup] Aug 04 17:47:28.212 INFO E| Compiling equivalent v1.0.2
31512026-08-04T17:47:29.118Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31522026-08-04T17:47:29.142Z[ helios-setup] Aug 04 17:47:28.521 INFO E| Compiling memchr v2.7.6
31532026-08-04T17:47:29.178Z[ helios-setup] Aug 04 17:47:28.557 INFO E| Compiling pem-rfc7468 v0.7.0
31542026-08-04T17:47:29.268Z[ helios-setup] Aug 04 17:47:28.645 INFO E| Compiling num-traits v0.2.19
31552026-08-04T17:47:29.297Z[ helios-setup] Aug 04 17:47:28.672 INFO E| Compiling utf8parse v0.2.2
31562026-08-04T17:47:29.314Z[ helios-setup] Aug 04 17:47:28.693 INFO E| Compiling winnow v0.7.13
31572026-08-04T17:47:29.340Z[ helios-setup] Aug 04 17:47:28.719 INFO E| Compiling generic-array v0.14.9
31582026-08-04T17:47:29.529Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
31592026-08-04T17:47:29.540Z[ helios-setup] Aug 04 17:47:28.919 INFO E| Compiling rustix v1.1.2
31602026-08-04T17:47:29.647Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31612026-08-04T17:47:29.670Z[ helios-setup] Aug 04 17:47:29.049 INFO E| Compiling crc32fast v1.5.0
31622026-08-04T17:47:29.739Z[ helios-setup] Aug 04 17:47:29.118 INFO E| Compiling anyhow v1.0.100
31632026-08-04T17:47:29.906Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31642026-08-04T17:47:30.096Z[ helios-setup] Aug 04 17:47:29.475 INFO E| Compiling byteorder v1.5.0
31652026-08-04T17:47:30.101Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31662026-08-04T17:47:30.326Z[ helios-setup] Aug 04 17:47:29.677 INFO E| Compiling getrandom v0.2.16
31672026-08-04T17:47:30.389Z[ helios-setup] Aug 04 17:47:29.768 INFO E| Compiling flagset v0.4.7
31682026-08-04T17:47:30.473Z[ helios-setup] Aug 04 17:47:29.850 INFO E| Compiling hashbrown v0.16.0
31692026-08-04T17:47:30.585Z[ helios-setup] Aug 04 17:47:29.964 INFO E| Compiling rand_core v0.6.4
31702026-08-04T17:47:30.746Z[ helios-setup] Aug 04 17:47:30.117 INFO E| Compiling errno v0.3.14
31712026-08-04T17:47:30.782Z[ helios-setup] Aug 04 17:47:30.160 INFO E| Compiling anstyle-parse v0.2.7
31722026-08-04T17:47:30.829Z[ helios-setup] Aug 04 17:47:30.208 INFO E| Compiling shlex v1.3.0
31732026-08-04T17:47:30.840Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31742026-08-04T17:47:30.881Z[ helios-setup] Aug 04 17:47:30.258 INFO E| Compiling syn v1.0.109
31752026-08-04T17:47:30.897Z[ helios-setup] Aug 04 17:47:30.275 INFO E| Compiling colorchoice v1.0.4
31762026-08-04T17:47:30.962Z[ helios-setup] Aug 04 17:47:30.341 INFO E| Compiling anstyle-query v1.1.4
31772026-08-04T17:47:31.025Z[ helios-setup] Aug 04 17:47:30.404 INFO E| Compiling anstyle v1.0.13
31782026-08-04T17:47:31.040Z[ helios-setup] Aug 04 17:47:30.419 INFO E| Compiling toml_datetime v0.7.3
31792026-08-04T17:47:31.117Z[ helios-setup] Aug 04 17:47:30.496 INFO E| Compiling is_terminal_polyfill v1.70.2
31802026-08-04T17:47:31.135Z[ host-package] Compiling diesel v2.3.7
31812026-08-04T17:47:31.258Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31822026-08-04T17:47:31.309Z[ helios-setup] Aug 04 17:47:30.686 INFO E| Compiling syn v2.0.108
31832026-08-04T17:47:31.390Z[ helios-setup] Aug 04 17:47:30.769 INFO E| Compiling cpufeatures v0.2.17
31842026-08-04T17:47:31.415Z[ helios-setup] Aug 04 17:47:30.794 INFO E| Compiling radium v0.7.0
31852026-08-04T17:47:31.416Z[ helios-setup] Aug 04 17:47:30.794 INFO E| Compiling allocator-api2 v0.2.21
31862026-08-04T17:47:31.433Z[ helios-setup] Aug 04 17:47:30.812 INFO E| Compiling find-msvc-tools v0.1.4
31872026-08-04T17:47:31.481Z[ helios-setup] Aug 04 17:47:30.860 INFO E| Compiling anstream v0.6.21
31882026-08-04T17:47:31.508Z[ helios-setup] Aug 04 17:47:30.886 INFO E| Compiling slog v2.8.2
31892026-08-04T17:47:31.660Z[ helios-setup] Aug 04 17:47:31.038 INFO E| Compiling block-buffer v0.10.4
31902026-08-04T17:47:31.687Z[ host-package] Compiling itertools v0.10.5
31912026-08-04T17:47:31.717Z[ helios-setup] Aug 04 17:47:31.096 INFO E| Compiling crypto-common v0.1.6
31922026-08-04T17:47:31.769Z[ helios-setup] Aug 04 17:47:31.146 INFO E| Compiling indexmap v2.12.0
31932026-08-04T17:47:31.813Z[ helios-setup] Aug 04 17:47:31.191 INFO E| Compiling cc v1.2.44
31942026-08-04T17:47:31.871Z[ helios-setup] Aug 04 17:47:31.246 INFO E| Compiling unicode-width v0.2.2
31952026-08-04T17:47:31.882Z[ host-package] Compiling ena v0.14.4
31962026-08-04T17:47:31.922Z[ helios-setup] Aug 04 17:47:31.301 INFO E| Compiling tap v1.0.1
31972026-08-04T17:47:31.993Z[ helios-setup] Aug 04 17:47:31.372 INFO E| Compiling digest v0.10.7
31982026-08-04T17:47:32.120Z[ helios-setup] Aug 04 17:47:31.499 INFO E| Compiling parking_lot_core v0.9.12
31992026-08-04T17:47:32.129Z[ host-package] Compiling libloading v0.8.9
32002026-08-04T17:47:32.133Z[ helios-setup] Aug 04 17:47:31.510 INFO E| Compiling pkg-config v0.3.32
32012026-08-04T17:47:32.302Z[ helios-setup] Aug 04 17:47:31.678 INFO E| Compiling toml_parser v1.0.4
32022026-08-04T17:47:32.339Z[ helios-setup] Aug 04 17:47:31.718 INFO E| Compiling sha2 v0.10.9
32032026-08-04T17:47:32.446Z[ helios-setup] Aug 04 17:47:31.825 INFO E| Compiling maybe-uninit v2.0.0
32042026-08-04T17:47:32.452Z[ helios-setup] Aug 04 17:47:31.831 INFO E| Compiling futures-core v0.3.31
32052026-08-04T17:47:32.503Z[ helios-setup] Aug 04 17:47:31.880 INFO E| Compiling futures-sink v0.3.31
32062026-08-04T17:47:32.546Z[ helios-setup] Aug 04 17:47:31.925 INFO E| Compiling pin-project-lite v0.2.16
32072026-08-04T17:47:32.684Z[ host-package] Compiling bindgen v0.71.1
32082026-08-04T17:47:32.688Z[ helios-setup] Aug 04 17:47:32.067 INFO E| Compiling getopts v0.2.24
32092026-08-04T17:47:32.710Z[ host-package] Compiling regex-syntax v0.6.29
32102026-08-04T17:47:32.750Z[ helios-setup] Aug 04 17:47:32.127 INFO E| Compiling wyz v0.5.1
32112026-08-04T17:47:32.794Z[ host-package] Compiling unicase v2.9.0
32122026-08-04T17:47:32.803Z[ helios-setup] Aug 04 17:47:32.182 INFO E| Compiling futures-channel v0.3.31
32132026-08-04T17:47:32.882Z[ helios-setup] Aug 04 17:47:32.261 INFO E| Compiling num-integer v0.1.46
32142026-08-04T17:47:32.990Z[ host-package] Compiling diff v0.1.13
32152026-08-04T17:47:33.092Z[ helios-setup] Aug 04 17:47:32.470 INFO E| Compiling ahash v0.8.12
32162026-08-04T17:47:33.130Z[ helios-setup] Aug 04 17:47:32.508 INFO E| Compiling strsim v0.11.1
32172026-08-04T17:47:33.190Z[ helios-setup] Aug 04 17:47:32.568 INFO E| Compiling bitflags v2.10.0
32182026-08-04T17:47:33.272Z[ helios-setup] Aug 04 17:47:32.651 INFO E| Compiling toml_edit v0.23.7
32192026-08-04T17:47:33.310Z[ helios-setup] Aug 04 17:47:32.689 INFO E| Compiling thiserror v1.0.69
32202026-08-04T17:47:33.456Z[ helios-setup] Aug 04 17:47:32.835 INFO E| Compiling getrandom v0.3.4
32212026-08-04T17:47:33.730Z[ helios-setup] Aug 04 17:47:33.108 INFO E| Compiling futures-io v0.3.31
32222026-08-04T17:47:33.736Z[ helios-setup] Aug 04 17:47:33.115 INFO E| Compiling pin-utils v0.1.0
32232026-08-04T17:47:33.776Z[ helios-setup] Aug 04 17:47:33.155 INFO E| Compiling heck v0.5.0
32242026-08-04T17:47:33.822Z[ helios-setup] Aug 04 17:47:33.200 INFO E| Compiling num-bigint-dig v0.8.4
32252026-08-04T17:47:33.840Z[ helios-setup] Aug 04 17:47:33.218 INFO E| Compiling packed_struct v0.10.1
32262026-08-04T17:47:33.891Z[ helios-setup] Aug 04 17:47:33.269 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
32272026-08-04T17:47:33.904Z[ helios-setup] Aug 04 17:47:33.283 INFO E| Compiling slab v0.4.11
32282026-08-04T17:47:34.002Z[ host-package] Compiling cexpr v0.6.0
32292026-08-04T17:47:34.049Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32302026-08-04T17:47:34.105Z[ helios-setup] Aug 04 17:47:33.483 INFO E| Compiling scopeguard v1.2.0
32312026-08-04T17:47:34.115Z[ helios-setup] Aug 04 17:47:33.491 INFO E| Compiling itoa v1.0.15
32322026-08-04T17:47:34.146Z[ helios-setup] Aug 04 17:47:33.523 INFO E| Compiling proc-macro-crate v3.4.0
32332026-08-04T17:47:34.165Z[ host-package] Compiling rustc-hash v2.1.1
32342026-08-04T17:47:34.206Z[ helios-setup] Aug 04 17:47:33.585 INFO E| Compiling clap_lex v0.7.6
32352026-08-04T17:47:34.229Z[ helios-setup] Aug 04 17:47:33.608 INFO E| Compiling funty v2.0.0
32362026-08-04T17:47:34.247Z[ helios-setup] Aug 04 17:47:33.626 INFO E| Compiling futures-task v0.3.31
32372026-08-04T17:47:34.322Z[ helios-setup] Aug 04 17:47:33.701 INFO E| Compiling spin v0.9.8
32382026-08-04T17:47:34.454Z[ host-package] Compiling crc8 v0.1.1
32392026-08-04T17:47:34.475Z[ helios-setup] Aug 04 17:47:33.853 INFO E| Compiling powerfmt v0.2.0
32402026-08-04T17:47:34.650Z[ helios-setup] Aug 04 17:47:34.029 INFO E| Compiling num-conv v0.1.0
32412026-08-04T17:47:34.658Z[ helios-setup] Aug 04 17:47:34.037 INFO E| Compiling bytes v1.10.1
32422026-08-04T17:47:34.672Z[ helios-setup] Aug 04 17:47:34.051 INFO E| Compiling time-core v0.1.6
32432026-08-04T17:47:34.712Z[ helios-setup] Aug 04 17:47:34.091 INFO E| Compiling deranged v0.5.5
32442026-08-04T17:47:34.796Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32452026-08-04T17:47:34.833Z[ helios-setup] Aug 04 17:47:34.212 INFO E| Compiling terminal_size v0.4.3
32462026-08-04T17:47:34.833Z[ helios-setup] Aug 04 17:47:34.212 INFO E| Compiling lazy_static v1.5.0
32472026-08-04T17:47:34.861Z[ helios-setup] Aug 04 17:47:34.239 INFO E| Compiling bitvec v1.0.1
32482026-08-04T17:47:34.888Z[ helios-setup] Aug 04 17:47:34.267 INFO E| Compiling lock_api v0.4.14
32492026-08-04T17:47:34.910Z[ helios-setup] Aug 04 17:47:34.288 INFO E| Compiling time-macros v0.2.24
32502026-08-04T17:47:34.943Z[ helios-setup] Aug 04 17:47:34.321 INFO E| Compiling num-iter v0.1.45
32512026-08-04T17:47:34.977Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32522026-08-04T17:47:35.028Z[ helios-setup] Aug 04 17:47:34.406 INFO E| Compiling indexmap v1.9.3
32532026-08-04T17:47:35.052Z[ helios-setup] Aug 04 17:47:34.431 INFO E| Compiling clap_builder v4.5.51
32542026-08-04T17:47:35.120Z[ helios-setup] Aug 04 17:47:34.499 INFO E| Compiling thiserror v2.0.17
32552026-08-04T17:47:35.168Z[ helios-setup] Aug 04 17:47:34.546 INFO E| Compiling serde_json v1.0.145
32562026-08-04T17:47:35.437Z[ host-package] Compiling headers-core v0.3.0
32572026-08-04T17:47:35.553Z[ helios-setup] Aug 04 17:47:34.931 INFO E| Compiling crc-catalog v2.4.0
32582026-08-04T17:47:35.559Z[ helios-setup] Aug 04 17:47:34.938 INFO E| Compiling simd-adler32 v0.3.7
32592026-08-04T17:47:35.586Z[ helios-setup] Aug 04 17:47:34.964 INFO E| Compiling log v0.4.28
32602026-08-04T17:47:35.616Z[ host-package] Compiling lalrpop v0.19.12
32612026-08-04T17:47:35.675Z[ helios-setup] Aug 04 17:47:35.054 INFO E| Compiling once_cell v1.21.3
32622026-08-04T17:47:35.708Z[ helios-setup] Aug 04 17:47:35.086 INFO E| Compiling nodrop v0.1.14
32632026-08-04T17:47:35.719Z[ helios-setup] Aug 04 17:47:35.098 INFO E| Compiling adler2 v2.0.1
32642026-08-04T17:47:35.872Z[ host-package] Compiling libxml v0.3.3
32652026-08-04T17:47:36.077Z[ helios-setup] Aug 04 17:47:35.443 INFO E| Compiling iana-time-zone v0.1.64
32662026-08-04T17:47:36.091Z[ host-package] Compiling headers v0.4.1
32672026-08-04T17:47:36.313Z[ helios-setup] Aug 04 17:47:35.691 INFO E| Compiling chrono v0.4.42
32682026-08-04T17:47:36.365Z[ helios-setup] Aug 04 17:47:35.742 INFO E| Compiling env_filter v0.1.4
32692026-08-04T17:47:36.376Z[ helios-setup] Aug 04 17:47:35.749 INFO E| Compiling miniz_oxide v0.8.9
32702026-08-04T17:47:36.407Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32712026-08-04T17:47:36.478Z[ helios-setup] Aug 04 17:47:35.857 INFO E| Compiling array-init v0.0.4
32722026-08-04T17:47:36.578Z[ helios-setup] Aug 04 17:47:35.957 INFO E| Compiling crc v3.3.0
32732026-08-04T17:47:36.613Z[ helios-setup] Aug 04 17:47:35.992 INFO E| Compiling parking_lot v0.12.5
32742026-08-04T17:47:36.623Z[ host-package] Compiling strum_macros v0.24.3
32752026-08-04T17:47:36.792Z[ helios-setup] Aug 04 17:47:36.163 INFO E| Compiling smallvec v0.6.14
32762026-08-04T17:47:37.081Z[ host-package] Compiling indoc v1.0.9
32772026-08-04T17:47:37.241Z[ helios-setup] Aug 04 17:47:36.619 INFO E| Compiling serde_spanned v1.0.3
32782026-08-04T17:47:37.346Z[ helios-setup] Aug 04 17:47:36.724 INFO E| Compiling time v0.3.44
32792026-08-04T17:47:37.361Z[ helios-setup] Aug 04 17:47:36.740 INFO E| Compiling signature v2.2.0
32802026-08-04T17:47:37.503Z[ helios-setup] Aug 04 17:47:36.882 INFO E| Compiling is-terminal v0.4.17
32812026-08-04T17:47:37.548Z[ helios-setup] Aug 04 17:47:36.927 INFO E| Compiling socket2 v0.6.1
32822026-08-04T17:47:37.654Z[ helios-setup] Aug 04 17:47:37.015 INFO E| Compiling signal-hook-registry v1.4.6
32832026-08-04T17:47:37.707Z[ helios-setup] Aug 04 17:47:37.031 INFO E| Compiling mio v1.1.0
32842026-08-04T17:47:37.707Z[ helios-setup] Aug 04 17:47:37.057 INFO E| Compiling thread_local v1.1.9
32852026-08-04T17:47:37.910Z[ helios-setup] Aug 04 17:47:37.289 INFO E| Compiling packed_struct_codegen v0.10.1
32862026-08-04T17:47:38.081Z[ helios-setup] Aug 04 17:47:37.459 INFO E| Compiling toml_writer v1.0.4
32872026-08-04T17:47:38.199Z[ helios-setup] Aug 04 17:47:37.578 INFO E| Compiling serde_derive v1.0.228
32882026-08-04T17:47:38.412Z[ helios-setup] Aug 04 17:47:37.791 INFO E| Compiling zerocopy-derive v0.8.27
32892026-08-04T17:47:38.520Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32902026-08-04T17:47:38.707Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32912026-08-04T17:47:38.728Z[ helios-setup] Aug 04 17:47:38.106 INFO E| Compiling der_derive v0.7.3
32922026-08-04T17:47:38.758Z[ helios-setup] Aug 04 17:47:38.137 INFO E| Compiling futures-macro v0.3.31
32932026-08-04T17:47:38.807Z[ helios-setup] Aug 04 17:47:38.186 INFO E| Compiling bitfield-macros v0.19.3
32942026-08-04T17:47:38.836Z[ helios-setup] Aug 04 17:47:38.215 INFO E| Compiling zerocopy-derive v0.6.6
32952026-08-04T17:47:38.996Z[ helios-setup] Aug 04 17:47:38.375 INFO E| Compiling num_enum_derive v0.7.5
32962026-08-04T17:47:39.056Z[ host-package] Compiling derive_builder v0.20.2
32972026-08-04T17:47:39.138Z[ host-package] Compiling quick-xml v0.37.5
32982026-08-04T17:47:39.148Z[ host-package] Compiling oso-derive v0.27.3
32992026-08-04T17:47:39.219Z[ helios-setup] Aug 04 17:47:38.597 INFO E| Compiling clap_derive v4.5.49
33002026-08-04T17:47:39.226Z[ helios-setup] Aug 04 17:47:38.604 INFO E| Compiling thiserror-impl v1.0.69
33012026-08-04T17:47:39.273Z[ helios-setup] Aug 04 17:47:38.652 INFO E| Compiling thiserror-impl v2.0.17
33022026-08-04T17:47:39.487Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
33032026-08-04T17:47:39.675Z[ host-package] Compiling openssl-probe v0.1.6
33042026-08-04T17:47:39.835Z[ helios-setup] Aug 04 17:47:39.214 INFO E| Compiling tokio-macros v2.6.0
33052026-08-04T17:47:39.947Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33062026-08-04T17:47:40.596Z[ helios-setup] Aug 04 17:47:39.975 INFO E| Compiling bitfield v0.19.3
33072026-08-04T17:47:40.600Z[ helios-setup] Aug 04 17:47:39.976 INFO E| Compiling winnow v0.5.40
33082026-08-04T17:47:40.678Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33092026-08-04T17:47:40.701Z[ helios-setup] Aug 04 17:47:40.080 INFO E| Compiling base64 v0.21.7
33102026-08-04T17:47:40.734Z[ helios-setup] Aug 04 17:47:40.113 INFO E| Compiling futures-util v0.3.31
33112026-08-04T17:47:40.785Z[ helios-setup] Aug 04 17:47:40.163 INFO E| Compiling der v0.7.10
33122026-08-04T17:47:40.882Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33132026-08-04T17:47:40.890Z[ helios-setup] Aug 04 17:47:40.247 INFO E| Compiling zerocopy v0.6.6
33142026-08-04T17:47:41.089Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33152026-08-04T17:47:41.247Z[ helios-setup] Aug 04 17:47:40.626 INFO E| Compiling ryu v1.0.20
33162026-08-04T17:47:41.301Z[ helios-setup] Aug 04 17:47:40.680 INFO E| Compiling num_enum v0.7.5
33172026-08-04T17:47:41.439Z[ host-package] Compiling bb8 v0.8.6
33182026-08-04T17:47:41.443Z[ helios-setup] Aug 04 17:47:40.817 INFO E| Compiling term v1.2.0
33192026-08-04T17:47:41.460Z[ helios-setup] Aug 04 17:47:40.839 INFO E| Compiling libdevinfo-sys v1.1.0
33202026-08-04T17:47:41.651Z[ helios-setup] Aug 04 17:47:41.026 INFO E| Compiling hashbrown v0.12.3
33212026-08-04T17:47:41.680Z[ host-package] Compiling trait-variant v0.1.2
33222026-08-04T17:47:41.695Z[ helios-setup] Aug 04 17:47:41.074 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
33232026-08-04T17:47:41.717Z[ helios-setup] Aug 04 17:47:41.096 INFO E| Compiling subtle v2.6.1
33242026-08-04T17:47:41.741Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33252026-08-04T17:47:41.843Z[ host-package] Compiling half v1.8.3
33262026-08-04T17:47:41.863Z[ helios-setup] Aug 04 17:47:41.242 INFO E| Compiling devinfo v0.1.0
33272026-08-04T17:47:42.081Z[ host-package] Compiling progenitor-impl v0.13.0
33282026-08-04T17:47:42.305Z[ helios-setup] Aug 04 17:47:41.683 INFO E| Compiling tokio v1.48.0
33292026-08-04T17:47:42.346Z[ helios-setup] Aug 04 17:47:41.725 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33302026-08-04T17:47:42.358Z[ helios-setup] Aug 04 17:47:41.737 INFO E| Compiling toml v0.9.8
33312026-08-04T17:47:42.388Z[ helios-setup] Aug 04 17:47:41.767 INFO E| Compiling bzip2 v0.4.4
33322026-08-04T17:47:42.442Z[ helios-setup] Aug 04 17:47:41.821 INFO E| Compiling flate2 v1.1.5
33332026-08-04T17:47:42.445Z[ host-package] Compiling serde_cbor v0.11.2
33342026-08-04T17:47:42.771Z[ helios-setup] Aug 04 17:47:42.150 INFO E| Compiling spki v0.7.3
33352026-08-04T17:47:42.835Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33362026-08-04T17:47:42.906Z[ helios-setup] Aug 04 17:47:42.282 INFO E| Compiling uuid v1.18.1
33372026-08-04T17:47:42.947Z[ helios-setup] Aug 04 17:47:42.311 INFO E| Compiling clap v4.5.51
33382026-08-04T17:47:43.040Z[ host-package] Compiling salty v0.3.0
33392026-08-04T17:47:43.040Z[ helios-setup] Aug 04 17:47:42.416 INFO E| Compiling pkcs8 v0.10.2
33402026-08-04T17:47:43.330Z[ helios-setup] Aug 04 17:47:42.708 INFO E| Compiling x509-cert v0.2.5
33412026-08-04T17:47:43.342Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
33422026-08-04T17:47:43.342Z[ helios-setup] Aug 04 17:47:42.721 INFO E| Compiling env_logger v0.11.8
33432026-08-04T17:47:43.863Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33442026-08-04T17:47:43.899Z[ helios-setup] Aug 04 17:47:43.278 INFO E| Compiling pkcs1 v0.7.5
33452026-08-04T17:47:43.907Z[ helios-setup] Aug 04 17:47:43.286 INFO E| Compiling bitflags v1.3.2
33462026-08-04T17:47:43.969Z[ helios-setup] Aug 04 17:47:43.348 INFO E| Compiling crc-any v2.5.0
33472026-08-04T17:47:44.002Z[ helios-setup] Aug 04 17:47:43.381 INFO E| Compiling hex v0.4.3
33482026-08-04T17:47:44.106Z[ host-package] Compiling progenitor-client v0.13.0
33492026-08-04T17:47:44.725Z[ helios-setup] Aug 04 17:47:44.101 INFO E| Compiling ppv-lite86 v0.2.21
33502026-08-04T17:47:44.737Z[ helios-setup] Aug 04 17:47:44.115 INFO E| Compiling rustc-hash v2.1.1
33512026-08-04T17:47:44.799Z[ helios-setup] Aug 04 17:47:44.178 INFO E| Compiling erased-serde v0.3.31
33522026-08-04T17:47:44.938Z[ host-package] Compiling nonempty v0.12.0
33532026-08-04T17:47:44.943Z[ helios-setup] Aug 04 17:47:44.319 INFO E| Compiling serde_spanned v0.6.9
33542026-08-04T17:47:45.017Z[ helios-setup] Aug 04 17:47:44.390 INFO E| Compiling toml_datetime v0.6.11
33552026-08-04T17:47:45.091Z[ helios-setup] Aug 04 17:47:44.469 INFO E| Compiling ron v0.8.1
33562026-08-04T17:47:45.211Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33572026-08-04T17:47:45.294Z[ helios-setup] Aug 04 17:47:44.672 INFO E| Compiling hashbrown v0.13.2
33582026-08-04T17:47:45.309Z[ helios-setup] Aug 04 17:47:44.688 INFO E| Compiling serde-hex v0.1.0
33592026-08-04T17:47:45.386Z[ host-package] Compiling samael v0.0.19
33602026-08-04T17:47:45.512Z[ helios-setup] Aug 04 17:47:44.891 INFO E| Compiling rand_chacha v0.3.1
33612026-08-04T17:47:45.530Z[ helios-setup] Aug 04 17:47:44.909 INFO E| Compiling toml_edit v0.19.15
33622026-08-04T17:47:45.604Z[ helios-setup] Aug 04 17:47:44.983 INFO E| Compiling foldhash v0.2.0
33632026-08-04T17:47:45.726Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33642026-08-04T17:47:45.795Z[ helios-setup] Aug 04 17:47:45.172 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33652026-08-04T17:47:45.868Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33662026-08-04T17:47:46.137Z[ host-package] Compiling progenitor-macro v0.13.0
33672026-08-04T17:47:46.714Z[ helios-setup] Aug 04 17:47:46.093 INFO E| Compiling rand v0.8.5
33682026-08-04T17:47:46.724Z[ helios-setup] Aug 04 17:47:46.103 INFO E| Compiling futures-executor v0.3.31
33692026-08-04T17:47:46.752Z[ host-package] Compiling rfc6979 v0.4.0
33702026-08-04T17:47:46.827Z[ helios-setup] Aug 04 17:47:46.206 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33712026-08-04T17:47:47.023Z[ helios-setup] Aug 04 17:47:46.401 INFO E| Compiling slog-term v2.9.2
33722026-08-04T17:47:47.143Z[ helios-setup] Aug 04 17:47:46.522 INFO E| Compiling futures v0.3.31
33732026-08-04T17:47:47.234Z[ host-package] Compiling fxhash v0.2.1
33742026-08-04T17:47:47.255Z[ helios-setup] Aug 04 17:47:46.626 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33752026-08-04T17:47:47.489Z[ helios-setup] Aug 04 17:47:46.847 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
33762026-08-04T17:47:47.569Z[ host-package] Compiling libz-sys v1.1.24
33772026-08-04T17:47:47.620Z[ host-package] Compiling ecdsa v0.16.9
33782026-08-04T17:47:47.634Z[ helios-setup] Aug 04 17:47:47.013 INFO E| Compiling object v0.30.4
33792026-08-04T17:47:47.803Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33802026-08-04T17:47:47.838Z[ helios-setup] Aug 04 17:47:47.217 INFO E| Compiling iddqd v0.3.14
33812026-08-04T17:47:47.952Z[ helios-setup] Aug 04 17:47:47.331 INFO E| Compiling zip v0.6.6
33822026-08-04T17:47:48.166Z[ helios-setup] Aug 04 17:47:47.544 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33832026-08-04T17:47:48.698Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33842026-08-04T17:47:48.855Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33852026-08-04T17:47:49.092Z[ helios-setup] Aug 04 17:47:48.471 INFO E| Compiling toml v0.7.8
33862026-08-04T17:47:49.271Z[ helios-setup] Aug 04 17:47:48.650 INFO E| Compiling path-slash v0.1.5
33872026-08-04T17:47:50.060Z[ helios-setup] Aug 04 17:47:49.438 INFO E| Compiling rsa v0.9.8
33882026-08-04T17:47:50.624Z[ host-package] Compiling polar-core v0.27.3
33892026-08-04T17:47:51.173Z[ host-package] Compiling primeorder v0.13.6
33902026-08-04T17:47:51.473Z[ helios-setup] Aug 04 17:47:50.851 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
33912026-08-04T17:47:51.684Z[ helios-setup] Aug 04 17:47:51.062 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33922026-08-04T17:47:52.414Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33932026-08-04T17:47:53.834Z[ host-package] Compiling progenitor v0.13.0
33942026-08-04T17:47:53.945Z[ host-package] Compiling kstat-rs v0.2.4
33952026-08-04T17:47:54.258Z[ host-package] Compiling arc-swap v1.8.2
33962026-08-04T17:47:54.788Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33972026-08-04T17:47:54.807Z[ host-package] Compiling slog-scope v4.4.1
33982026-08-04T17:47:55.384Z[ host-package] Compiling mime_guess v2.0.5
33992026-08-04T17:47:55.474Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34002026-08-04T17:47:55.730Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34012026-08-04T17:47:55.976Z[ host-package] Compiling p384 v0.13.1
34022026-08-04T17:47:56.211Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34032026-08-04T17:47:56.379Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34042026-08-04T17:47:56.402Z[ helios-setup] Aug 04 17:47:55.780 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34052026-08-04T17:47:56.949Z[ host-package] Compiling nanorand v0.7.0
34062026-08-04T17:47:57.490Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
34072026-08-04T17:47:57.557Z[ host-package] Compiling parking_lot_core v0.8.6
34082026-08-04T17:47:57.735Z[ helios-setup] Aug 04 17:47:57.114 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
34092026-08-04T17:47:58.147Z[ host-package] Compiling flume v0.11.1
34102026-08-04T17:47:58.518Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34112026-08-04T17:47:58.876Z[ host-package] Compiling slog-stdlog v4.1.1
34122026-08-04T17:47:59.409Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34132026-08-04T17:47:59.744Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34142026-08-04T17:47:59.834Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34152026-08-04T17:48:00.827Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34162026-08-04T17:48:01.164Z[ host-package] Compiling git-stub v1.0.0
34172026-08-04T17:48:01.250Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
34182026-08-04T17:48:01.364Z[ host-package] Compiling atty v0.2.14
34192026-08-04T17:48:01.454Z[ host-package] Compiling instability v0.3.11
34202026-08-04T17:48:01.534Z[ host-package] Compiling strsim v0.10.0
34212026-08-04T17:48:01.557Z[ host-package] Compiling corncobs v0.1.4
34222026-08-04T17:48:01.674Z[ helios-setup] Aug 04 17:48:01.047 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34232026-08-04T17:48:01.724Z[ host-package] Compiling http-range v0.1.5
34242026-08-04T17:48:01.837Z[ host-package] Compiling darling_core v0.13.4
34252026-08-04T17:48:01.860Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34262026-08-04T17:48:02.012Z[ host-package] Compiling git-stub-vcs v0.1.0
34272026-08-04T17:48:02.095Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34282026-08-04T17:48:02.385Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34292026-08-04T17:48:02.643Z[ host-package] Compiling slog-envlogger v2.2.0
34302026-08-04T17:48:03.124Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34312026-08-04T17:48:03.637Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34322026-08-04T17:48:03.820Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34332026-08-04T17:48:03.955Z[ host-package] Compiling ignore v0.4.25
34342026-08-04T17:48:07.734Z[ host-package] Compiling oso v0.27.3
34352026-08-04T17:48:08.076Z[ host-package] Compiling diesel-dtrace v0.5.0
34362026-08-04T17:48:08.119Z[ host-package] Compiling async-bb8-diesel v0.2.1
34372026-08-04T17:48:08.837Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
34382026-08-04T17:48:08.928Z[ host-package] Compiling secrecy v0.8.0
34392026-08-04T17:48:09.106Z[ host-package] Compiling castaway v0.2.4
34402026-08-04T17:48:09.439Z[ host-package] Compiling vergen-git2 v9.1.0
34412026-08-04T17:48:09.637Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
34422026-08-04T17:48:09.720Z[ host-package] Compiling indoc v2.0.7
34432026-08-04T17:48:10.196Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
34442026-08-04T17:48:10.412Z[ host-package] Compiling compact_str v0.8.1
34452026-08-04T17:48:10.779Z[ host-package] Compiling globwalk v0.9.1
34462026-08-04T17:48:11.569Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-08-04T17:48:11.619Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34482026-08-04T17:48:11.677Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34492026-08-04T17:48:13.585Z[ helios-setup] Aug 04 17:48:12.963 INFO E| Finished `release` profile [optimized] target(s) in 47.35s
34502026-08-04T17:48:13.589Z[ helios-setup] Aug 04 17:48:12.966 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
34512026-08-04T17:48:13.589Z[ helios-setup] Aug 04 17:48:12.966 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34522026-08-04T17:48:13.645Z[ helios-setup] Aug 04 17:48:13.024 INFO building project "pilot" ok (47 seconds)
34532026-08-04T17:48:13.646Z[ helios-setup] Aug 04 17:48:13.024 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
34542026-08-04T17:48:13.655Z[ helios-setup] Aug 04 17:48:13.034 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
34552026-08-04T17:48:13.655Z[ helios-setup] Aug 04 17:48:13.034 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
34562026-08-04T17:48:13.655Z[ helios-setup] Aug 04 17:48:13.034 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
34572026-08-04T17:48:13.767Z[ helios-setup] Aug 04 17:48:13.146 INFO E| Downloading crates ...
34582026-08-04T17:48:13.818Z[ helios-setup] Aug 04 17:48:13.197 INFO E| Downloaded anyhow v1.0.62
34592026-08-04T17:48:13.823Z[ helios-setup] Aug 04 17:48:13.199 INFO E| Downloaded block-buffer v0.10.3
34602026-08-04T17:48:13.823Z[ helios-setup] Aug 04 17:48:13.201 INFO E| Downloaded cpufeatures v0.2.5
34612026-08-04T17:48:13.827Z[ helios-setup] Aug 04 17:48:13.203 INFO E| Downloaded generic-array v0.14.6
34622026-08-04T17:48:13.831Z[ helios-setup] Aug 04 17:48:13.209 INFO E| Downloaded flate2 v1.0.25
34632026-08-04T17:48:13.834Z[ helios-setup] Aug 04 17:48:13.212 INFO E| Downloaded digest v0.10.3
34642026-08-04T17:48:13.838Z[ helios-setup] Aug 04 17:48:13.215 INFO E| Downloaded sha2 v0.10.5
34652026-08-04T17:48:13.838Z[ helios-setup] Aug 04 17:48:13.215 INFO E| Downloaded miniz_oxide v0.6.2
34662026-08-04T17:48:13.838Z[ helios-setup] Aug 04 17:48:13.216 INFO E| Downloaded typenum v1.15.0
34672026-08-04T17:48:13.841Z[ helios-setup] Aug 04 17:48:13.217 INFO E| Downloaded bytes v1.2.1
34682026-08-04T17:48:13.854Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34692026-08-04T17:48:13.882Z[ helios-setup] Aug 04 17:48:13.261 INFO E| Compiling version_check v0.9.4
34702026-08-04T17:48:13.882Z[ helios-setup] Aug 04 17:48:13.261 INFO E| Compiling typenum v1.15.0
34712026-08-04T17:48:13.883Z[ helios-setup] Aug 04 17:48:13.261 INFO E| Compiling cfg-if v1.0.0
34722026-08-04T17:48:13.888Z[ helios-setup] Aug 04 17:48:13.261 INFO E| Compiling crc32fast v1.3.2
34732026-08-04T17:48:13.888Z[ helios-setup] Aug 04 17:48:13.261 INFO E| Compiling anyhow v1.0.62
34742026-08-04T17:48:13.888Z[ helios-setup] Aug 04 17:48:13.261 INFO E| Compiling adler v1.0.2
34752026-08-04T17:48:13.888Z[ helios-setup] Aug 04 17:48:13.261 INFO E| Compiling cpufeatures v0.2.5
34762026-08-04T17:48:13.888Z[ helios-setup] Aug 04 17:48:13.261 INFO E| Compiling unicode-width v0.1.10
34772026-08-04T17:48:13.892Z[ helios-setup] Aug 04 17:48:13.268 INFO E| Compiling bytes v1.2.1
34782026-08-04T17:48:13.892Z[ helios-setup] Aug 04 17:48:13.268 INFO E| Compiling bitflags v1.3.2
34792026-08-04T17:48:13.991Z[ helios-setup] Aug 04 17:48:13.369 INFO E| Compiling getopts v0.2.21
34802026-08-04T17:48:14.037Z[ helios-setup] Aug 04 17:48:13.415 INFO E| Compiling miniz_oxide v0.6.2
34812026-08-04T17:48:14.324Z[ helios-setup] Aug 04 17:48:13.703 INFO E| Compiling generic-array v0.14.6
34822026-08-04T17:48:14.927Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34832026-08-04T17:48:15.271Z[ helios-setup] Aug 04 17:48:14.650 INFO E| Compiling flate2 v1.0.25
34842026-08-04T17:48:15.902Z[ helios-setup] Aug 04 17:48:15.281 INFO E| Compiling block-buffer v0.10.3
34852026-08-04T17:48:15.903Z[ helios-setup] Aug 04 17:48:15.281 INFO E| Compiling crypto-common v0.1.6
34862026-08-04T17:48:15.956Z[ host-package] Compiling parking_lot v0.11.2
34872026-08-04T17:48:16.017Z[ helios-setup] Aug 04 17:48:15.395 INFO E| Compiling digest v0.10.3
34882026-08-04T17:48:16.190Z[ helios-setup] Aug 04 17:48:15.568 INFO E| Compiling sha2 v0.10.5
34892026-08-04T17:48:16.207Z[ host-package] Compiling darling_macro v0.13.4
34902026-08-04T17:48:16.432Z[ helios-setup] Aug 04 17:48:15.810 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
34912026-08-04T17:48:16.520Z[ host-package] Compiling hyper-staticfile v0.10.1
34922026-08-04T17:48:16.878Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34932026-08-04T17:48:16.992Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34942026-08-04T17:48:17.019Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34952026-08-04T17:48:17.133Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34962026-08-04T17:48:17.335Z[ host-package] Compiling predicates-tree v1.0.13
34972026-08-04T17:48:17.506Z[ host-package] Compiling unicode-truncate v1.1.0
34982026-08-04T17:48:17.738Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34992026-08-04T17:48:17.741Z[ host-package] Compiling lru v0.12.5
35002026-08-04T17:48:17.817Z[ host-package] Compiling prefix-trie v0.7.0
35012026-08-04T17:48:17.848Z[ host-package] Compiling rand_seeder v0.4.0
35022026-08-04T17:48:18.097Z[ host-package] Compiling cassowary v0.3.0
35032026-08-04T17:48:18.177Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
35042026-08-04T17:48:18.314Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35052026-08-04T17:48:18.595Z[ host-package] Compiling ratatui v0.29.0
35062026-08-04T17:48:18.669Z[ host-package] Compiling hickory-server v0.25.2
35072026-08-04T17:48:18.791Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35082026-08-04T17:48:18.812Z[ host-package] Compiling darling v0.13.4
35092026-08-04T17:48:18.843Z[ helios-setup] Aug 04 17:48:18.222 INFO E| Finished `release` profile [optimized] target(s) in 5.17s
35102026-08-04T17:48:18.857Z[ helios-setup] Aug 04 17:48:18.235 INFO building project "bootserver" ok (5 seconds)
35112026-08-04T17:48:18.857Z[ helios-setup] Aug 04 17:48:18.236 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
35122026-08-04T17:48:18.932Z[ host-package] Compiling sled v0.34.7
35132026-08-04T17:48:18.980Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35142026-08-04T17:48:19.423Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
35152026-08-04T17:48:19.708Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35162026-08-04T17:48:19.750Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35172026-08-04T17:48:20.415Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35182026-08-04T17:48:20.659Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35192026-08-04T17:48:20.899Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35202026-08-04T17:48:21.145Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35212026-08-04T17:48:21.451Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35222026-08-04T17:48:21.539Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35232026-08-04T17:48:22.367Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35242026-08-04T17:48:23.687Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35252026-08-04T17:48:23.691Z[ host-package] Compiling serde_with_macros v1.5.2
35262026-08-04T17:48:24.076Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35272026-08-04T17:48:24.664Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35282026-08-04T17:48:24.921Z[ host-package] Compiling git2 v0.20.4
35292026-08-04T17:48:26.158Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35302026-08-04T17:48:26.382Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35312026-08-04T17:48:26.523Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35322026-08-04T17:48:26.702Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35332026-08-04T17:48:26.833Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35342026-08-04T17:48:26.978Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35352026-08-04T17:48:27.132Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35362026-08-04T17:48:27.233Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35372026-08-04T17:48:27.373Z[ host-package] Compiling void v1.0.2
35382026-08-04T17:48:27.472Z[ host-package] Compiling base64 v0.21.7
35392026-08-04T17:48:27.527Z[ host-package] Compiling lzss v0.8.2
35402026-08-04T17:48:27.865Z[ host-package] Compiling ron v0.8.1
35412026-08-04T17:48:28.209Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35422026-08-04T17:48:28.241Z[ host-package] Compiling serde_with v1.14.0
35432026-08-04T17:48:28.779Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
35442026-08-04T17:48:29.319Z[ host-package] Compiling illumos-nvpair v0.3.0
35452026-08-04T17:48:29.926Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35462026-08-04T17:48:30.116Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35472026-08-04T17:48:31.092Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35482026-08-04T17:48:31.582Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35492026-08-04T17:48:32.906Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
35502026-08-04T17:48:32.949Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35512026-08-04T17:48:33.696Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35522026-08-04T17:48:33.991Z[ host-package] Compiling tungstenite v0.23.0
35532026-08-04T17:48:34.105Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35542026-08-04T17:48:34.280Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35552026-08-04T17:48:34.441Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35562026-08-04T17:48:34.673Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35572026-08-04T17:48:34.874Z[ host-package] Compiling nix v0.27.1
35582026-08-04T17:48:34.936Z[ host-package] Compiling twox-hash v2.1.2
35592026-08-04T17:48:35.511Z[ host-package] Compiling libsw-core v0.3.2
35602026-08-04T17:48:35.754Z[ host-package] Compiling serde_bytes v0.11.19
35612026-08-04T17:48:36.078Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35622026-08-04T17:48:36.133Z[ host-package] Compiling libsw v3.5.0
35632026-08-04T17:48:36.287Z[ host-package] Compiling tokio-tungstenite v0.23.1
35642026-08-04T17:48:36.321Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35652026-08-04T17:48:36.380Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35662026-08-04T17:48:36.497Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35672026-08-04T17:48:36.685Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35682026-08-04T17:48:37.356Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35692026-08-04T17:48:38.789Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35702026-08-04T17:48:39.939Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35712026-08-04T17:48:40.051Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35722026-08-04T17:48:40.383Z[ helios-setup] Aug 04 17:48:39.729 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')"
35732026-08-04T17:48:40.383Z[ helios-setup] Aug 04 17:48:39.729 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
35742026-08-04T17:48:40.396Z[ helios-setup] Aug 04 17:48:39.774 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')"
35752026-08-04T17:48:40.396Z[ helios-setup] Aug 04 17:48:39.774 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
35762026-08-04T17:48:40.400Z[ helios-setup] Aug 04 17:48:39.774 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
35772026-08-04T17:48:40.436Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35782026-08-04T17:48:40.534Z[ helios-setup] Aug 04 17:48:39.913 INFO E| Blocking waiting for file lock on package cache
35792026-08-04T17:48:40.672Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35802026-08-04T17:48:40.890Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
35812026-08-04T17:48:41.064Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35822026-08-04T17:48:41.926Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35832026-08-04T17:48:41.993Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
35842026-08-04T17:48:42.499Z[ helios-setup] Aug 04 17:48:41.878 INFO E| Updating crates.io index
35852026-08-04T17:48:42.502Z[ helios-setup] Aug 04 17:48:41.879 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
35862026-08-04T17:48:42.787Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35872026-08-04T17:48:42.918Z[ helios-setup] Aug 04 17:48:42.297 INFO E| From https://github.com/oxidecomputer/amd-apcb
35882026-08-04T17:48:42.919Z[ helios-setup] Aug 04 17:48:42.297 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
35892026-08-04T17:48:42.932Z[ helios-setup] Aug 04 17:48:42.311 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
35902026-08-04T17:48:43.298Z[ helios-setup] Aug 04 17:48:42.677 INFO E| From https://github.com/oxidecomputer/amd-efs
35912026-08-04T17:48:43.298Z[ helios-setup] Aug 04 17:48:42.677 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
35922026-08-04T17:48:43.492Z[ helios-setup] Aug 04 17:48:42.871 INFO E| Blocking waiting for file lock on package cache
35932026-08-04T17:48:43.582Z[ helios-setup] Aug 04 17:48:42.961 INFO E| Blocking waiting for file lock on package cache
35942026-08-04T17:48:44.476Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35952026-08-04T17:48:45.418Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35962026-08-04T17:48:46.957Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35972026-08-04T17:48:47.399Z[ helios-setup] Aug 04 17:48:46.778 INFO E| Downloading crates ...
35982026-08-04T17:48:47.439Z[ helios-setup] Aug 04 17:48:46.818 INFO E| Downloaded ansi_term v0.12.1
35992026-08-04T17:48:47.443Z[ helios-setup] Aug 04 17:48:46.822 INFO E| Downloaded bytesize v2.0.1
36002026-08-04T17:48:47.448Z[ helios-setup] Aug 04 17:48:46.827 INFO E| Downloaded typenum v1.18.0
36012026-08-04T17:48:47.451Z[ helios-setup] Aug 04 17:48:46.829 INFO E| Downloaded dyn-clone v1.0.19
36022026-08-04T17:48:47.454Z[ helios-setup] Aug 04 17:48:46.830 INFO E| Downloaded unic-common v0.9.0
36032026-08-04T17:48:47.454Z[ helios-setup] Aug 04 17:48:46.831 INFO E| Downloaded textwrap v0.11.0
36042026-08-04T17:48:47.454Z[ helios-setup] Aug 04 17:48:46.832 INFO E| Downloaded strsim v0.8.0
36052026-08-04T17:48:47.454Z[ helios-setup] Aug 04 17:48:46.833 INFO E| Downloaded parse_int v0.9.0
36062026-08-04T17:48:47.458Z[ helios-setup] Aug 04 17:48:46.836 INFO E| Downloaded rustversion v1.0.20
36072026-08-04T17:48:47.461Z[ helios-setup] Aug 04 17:48:46.837 INFO E| Downloaded modular-bitfield-impl v0.11.2
36082026-08-04T17:48:47.461Z[ helios-setup] Aug 04 17:48:46.838 INFO E| Downloaded strum v0.27.1
36092026-08-04T17:48:47.461Z[ helios-setup] Aug 04 17:48:46.839 INFO E| Downloaded unic-char-range v0.9.0
36102026-08-04T17:48:47.475Z[ helios-setup] Aug 04 17:48:46.853 INFO E| Downloaded unic-char-property v0.9.0
36112026-08-04T17:48:47.480Z[ helios-setup] Aug 04 17:48:46.854 INFO E| Downloaded unic-ucd-version v0.9.0
36122026-08-04T17:48:47.480Z[ helios-setup] Aug 04 17:48:46.855 INFO E| Downloaded vec_map v0.8.2
36132026-08-04T17:48:47.480Z[ helios-setup] Aug 04 17:48:46.855 INFO E| Downloaded four-cc v0.4.0
36142026-08-04T17:48:47.480Z[ helios-setup] Aug 04 17:48:46.856 INFO E| Downloaded heck v0.3.3
36152026-08-04T17:48:47.480Z[ helios-setup] Aug 04 17:48:46.857 INFO E| Downloaded modular-bitfield-impl v0.13.1
36162026-08-04T17:48:47.483Z[ helios-setup] Aug 04 17:48:46.858 INFO E| Downloaded pest_generator v2.8.0
36172026-08-04T17:48:47.483Z[ helios-setup] Aug 04 17:48:46.858 INFO E| Downloaded structopt-derive v0.4.18
36182026-08-04T17:48:47.483Z[ helios-setup] Aug 04 17:48:46.859 INFO E| Downloaded unic-ucd-ident v0.9.0
36192026-08-04T17:48:47.487Z[ helios-setup] Aug 04 17:48:46.863 INFO E| Downloaded fletcher v1.0.0
36202026-08-04T17:48:47.491Z[ helios-setup] Aug 04 17:48:46.870 INFO E| Downloaded pest_derive v2.8.0
36212026-08-04T17:48:47.498Z[ helios-setup] Aug 04 17:48:46.877 INFO E| Downloaded modular-bitfield v0.11.2
36222026-08-04T17:48:47.507Z[ helios-setup] Aug 04 17:48:46.884 INFO E| Downloaded modular-bitfield v0.13.1
36232026-08-04T17:48:47.511Z[ helios-setup] Aug 04 17:48:46.889 INFO E| Downloaded log v0.4.27
36242026-08-04T17:48:47.514Z[ helios-setup] Aug 04 17:48:46.891 INFO E| Downloaded strum_macros v0.27.1
36252026-08-04T17:48:47.514Z[ helios-setup] Aug 04 17:48:46.892 INFO E| Downloaded pest_meta v2.8.0
36262026-08-04T17:48:47.514Z[ helios-setup] Aug 04 17:48:46.893 INFO E| Downloaded structopt v0.3.26
36272026-08-04T17:48:47.518Z[ helios-setup] Aug 04 17:48:46.897 INFO E| Downloaded zerocopy-derive v0.8.25
36282026-08-04T17:48:47.527Z[ helios-setup] Aug 04 17:48:46.906 INFO E| Downloaded pest v2.8.0
36292026-08-04T17:48:47.572Z[ helios-setup] Aug 04 17:48:46.914 INFO E| Downloaded goblin v0.9.3
36302026-08-04T17:48:47.572Z[ helios-setup] Aug 04 17:48:46.922 INFO E| Downloaded clap v2.34.0
36312026-08-04T17:48:47.573Z[ helios-setup] Aug 04 17:48:46.926 INFO E| Downloaded zerocopy v0.8.25
36322026-08-04T17:48:47.641Z[ helios-setup] Aug 04 17:48:47.020 INFO E| Compiling proc-macro2 v1.0.95
36332026-08-04T17:48:47.642Z[ helios-setup] Aug 04 17:48:47.020 INFO E| Compiling unicode-ident v1.0.18
36342026-08-04T17:48:47.642Z[ helios-setup] Aug 04 17:48:47.020 INFO E| Compiling memchr v2.7.4
36352026-08-04T17:48:47.645Z[ helios-setup] Aug 04 17:48:47.020 INFO E| Compiling autocfg v1.4.0
36362026-08-04T17:48:47.645Z[ helios-setup] Aug 04 17:48:47.020 INFO E| Compiling thiserror v2.0.12
36372026-08-04T17:48:47.645Z[ helios-setup] Aug 04 17:48:47.020 INFO E| Compiling syn v1.0.109
36382026-08-04T17:48:47.645Z[ helios-setup] Aug 04 17:48:47.020 INFO E| Compiling serde v1.0.219
36392026-08-04T17:48:47.645Z[ helios-setup] Aug 04 17:48:47.020 INFO E| Compiling version_check v0.9.5
36402026-08-04T17:48:47.645Z[ helios-setup] Aug 04 17:48:47.020 INFO E| Compiling serde_json v1.0.140
36412026-08-04T17:48:47.645Z[ helios-setup] Aug 04 17:48:47.020 INFO E| Compiling ryu v1.0.20
36422026-08-04T17:48:47.646Z[ helios-setup] Aug 04 17:48:47.020 INFO E| Compiling itoa v1.0.15
36432026-08-04T17:48:47.646Z[ helios-setup] Aug 04 17:48:47.021 INFO E| Compiling schemars v0.8.22
36442026-08-04T17:48:47.646Z[ helios-setup] Aug 04 17:48:47.021 INFO E| Compiling zerocopy v0.8.25
36452026-08-04T17:48:47.646Z[ helios-setup] Aug 04 17:48:47.021 INFO E| Compiling rustversion v1.0.20
36462026-08-04T17:48:47.646Z[ helios-setup] Aug 04 17:48:47.021 INFO E| Compiling dyn-clone v1.0.19
36472026-08-04T17:48:47.646Z[ helios-setup] Aug 04 17:48:47.021 INFO E| Compiling static_assertions v1.1.0
36482026-08-04T17:48:47.857Z[ helios-setup] Aug 04 17:48:47.236 INFO E| Compiling libc v0.2.172
36492026-08-04T17:48:48.060Z[ helios-setup] Aug 04 17:48:47.425 INFO E| Compiling ucd-trie v0.1.7
36502026-08-04T17:48:48.102Z[ helios-setup] Aug 04 17:48:47.481 INFO E| Compiling paste v1.0.15
36512026-08-04T17:48:48.162Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36522026-08-04T17:48:48.234Z[ helios-setup] Aug 04 17:48:47.612 INFO E| Compiling once_cell v1.21.3
36532026-08-04T17:48:48.295Z[ helios-setup] Aug 04 17:48:47.674 INFO E| Compiling unicode-width v0.1.14
36542026-08-04T17:48:48.320Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36552026-08-04T17:48:48.334Z[ helios-setup] Aug 04 17:48:47.712 INFO E| Compiling unicode-segmentation v1.12.0
36562026-08-04T17:48:48.409Z[ helios-setup] Aug 04 17:48:47.788 INFO E| Compiling heck v0.5.0
36572026-08-04T17:48:48.424Z[ helios-setup] Aug 04 17:48:47.803 INFO E| Compiling proc-macro-error-attr v1.0.4
36582026-08-04T17:48:48.463Z[ helios-setup] Aug 04 17:48:47.842 INFO E| Compiling proc-macro-error v1.0.4
36592026-08-04T17:48:48.640Z[ helios-setup] Aug 04 17:48:48.019 INFO E| Compiling strum v0.27.1
36602026-08-04T17:48:48.696Z[ helios-setup] Aug 04 17:48:48.075 INFO E| Compiling ansi_term v0.12.1
36612026-08-04T17:48:48.737Z[ helios-setup] Aug 04 17:48:48.116 INFO E| Compiling num-traits v0.2.19
36622026-08-04T17:48:48.755Z[ helios-setup] Aug 04 17:48:48.134 INFO E| Compiling memoffset v0.9.1
36632026-08-04T17:48:48.809Z[ helios-setup] Aug 04 17:48:48.188 INFO E| Compiling unic-char-range v0.9.0
36642026-08-04T17:48:48.835Z[ helios-setup] Aug 04 17:48:48.201 INFO E| Compiling byteorder v1.5.0
36652026-08-04T17:48:48.873Z[ helios-setup] Aug 04 17:48:48.251 INFO E| Compiling unic-common v0.9.0
36662026-08-04T17:48:49.023Z[ helios-setup] Aug 04 17:48:48.402 INFO E| Compiling textwrap v0.11.0
36672026-08-04T17:48:49.059Z[ helios-setup] Aug 04 17:48:48.438 INFO E| Compiling heck v0.3.3
36682026-08-04T17:48:49.207Z[ helios-setup] Aug 04 17:48:48.585 INFO E| Compiling vec_map v0.8.2
36692026-08-04T17:48:49.232Z[ helios-setup] Aug 04 17:48:48.610 INFO E| Compiling strsim v0.8.0
36702026-08-04T17:48:49.248Z[ helios-setup] Aug 04 17:48:48.627 INFO E| Compiling bitflags v1.3.2
36712026-08-04T17:48:49.255Z[ helios-setup] Aug 04 17:48:48.632 INFO E| Compiling fletcher v1.0.0
36722026-08-04T17:48:49.288Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
36732026-08-04T17:48:49.303Z[ helios-setup] Aug 04 17:48:48.682 INFO E| Compiling unic-ucd-version v0.9.0
36742026-08-04T17:48:49.338Z[ helios-setup] Aug 04 17:48:48.717 INFO E| Compiling unic-char-property v0.9.0
36752026-08-04T17:48:49.405Z[ helios-setup] Aug 04 17:48:48.784 INFO E| Compiling plain v0.2.3
36762026-08-04T17:48:49.423Z[ helios-setup] Aug 04 17:48:48.801 INFO E| Compiling lazy_static v1.5.0
36772026-08-04T17:48:49.428Z[ helios-setup] Aug 04 17:48:48.807 INFO E| Compiling log v0.4.27
36782026-08-04T17:48:49.478Z[ helios-setup] Aug 04 17:48:48.853 INFO E| Compiling atty v0.2.14
36792026-08-04T17:48:49.515Z[ helios-setup] Aug 04 17:48:48.894 INFO E| Compiling unic-ucd-ident v0.9.0
36802026-08-04T17:48:49.520Z[ helios-setup] Aug 04 17:48:48.899 INFO E| Compiling bytesize v2.0.1
36812026-08-04T17:48:49.655Z[ helios-setup] Aug 04 17:48:49.034 INFO E| Compiling quote v1.0.40
36822026-08-04T17:48:49.773Z[ helios-setup] Aug 04 17:48:49.152 INFO E| Compiling clap v2.34.0
36832026-08-04T17:48:49.969Z[ helios-setup] Aug 04 17:48:49.348 INFO E| Compiling syn v2.0.101
36842026-08-04T17:48:50.297Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36852026-08-04T17:48:50.491Z[ helios-setup] Aug 04 17:48:49.870 INFO E| Compiling parse_int v0.9.0
36862026-08-04T17:48:51.940Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36872026-08-04T17:48:52.112Z[ host-package] Compiling signal-hook-tokio v0.3.1
36882026-08-04T17:48:52.192Z[ host-package] Compiling fatfs v0.3.6
36892026-08-04T17:48:52.355Z[ host-package] Compiling yasna v0.5.2
36902026-08-04T17:48:52.400Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36912026-08-04T17:48:52.941Z[ host-package] Compiling seq-macro v0.3.6
36922026-08-04T17:48:52.995Z[ helios-setup] Aug 04 17:48:52.366 INFO E| Compiling serde_derive_internals v0.29.1
36932026-08-04T17:48:53.222Z[ helios-setup] Aug 04 17:48:52.588 INFO E| Compiling modular-bitfield-impl v0.11.2
36942026-08-04T17:48:53.222Z[ helios-setup] Aug 04 17:48:52.588 INFO E| Compiling structopt-derive v0.4.18
36952026-08-04T17:48:53.438Z[ host-package] Compiling is_ci v1.2.0
36962026-08-04T17:48:53.537Z[ host-package] Compiling assert_matches v1.5.0
36972026-08-04T17:48:53.691Z[ host-package] Compiling supports-color v3.0.2
36982026-08-04T17:48:53.754Z[ host-package] Compiling rcgen v0.12.1
36992026-08-04T17:48:53.936Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37002026-08-04T17:48:54.168Z[ helios-setup] Aug 04 17:48:53.544 INFO E| Compiling thiserror-impl v2.0.12
37012026-08-04T17:48:54.168Z[ helios-setup] Aug 04 17:48:53.544 INFO E| Compiling serde_derive v1.0.219
37022026-08-04T17:48:54.178Z[ helios-setup] Aug 04 17:48:53.544 INFO E| Compiling schemars_derive v0.8.22
37032026-08-04T17:48:54.178Z[ helios-setup] Aug 04 17:48:53.544 INFO E| Compiling zerocopy-derive v0.8.25
37042026-08-04T17:48:54.179Z[ helios-setup] Aug 04 17:48:53.544 INFO E| Compiling modular-bitfield-impl v0.13.1
37052026-08-04T17:48:54.179Z[ helios-setup] Aug 04 17:48:53.545 INFO E| Compiling num-derive v0.4.2
37062026-08-04T17:48:54.179Z[ helios-setup] Aug 04 17:48:53.545 INFO E| Compiling scroll_derive v0.12.1
37072026-08-04T17:48:54.179Z[ helios-setup] Aug 04 17:48:53.545 INFO E| Compiling strum_macros v0.27.1
37082026-08-04T17:48:54.384Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37092026-08-04T17:48:54.645Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37102026-08-04T17:48:54.744Z[ helios-setup] Aug 04 17:48:54.117 INFO E| Compiling structopt v0.3.26
37112026-08-04T17:48:55.173Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37122026-08-04T17:48:55.226Z[ helios-setup] Aug 04 17:48:54.604 INFO E| Compiling scroll v0.12.0
37132026-08-04T17:48:55.399Z[ helios-setup] Aug 04 17:48:54.771 INFO E| Compiling modular-bitfield v0.11.2
37142026-08-04T17:48:55.542Z[ helios-setup] Aug 04 17:48:54.912 INFO E| Compiling goblin v0.9.3
37152026-08-04T17:48:56.415Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37162026-08-04T17:48:56.437Z[ helios-setup] Aug 04 17:48:55.815 INFO E| Compiling modular-bitfield v0.13.1
37172026-08-04T17:48:56.458Z[ helios-setup] Aug 04 17:48:55.837 INFO E| Compiling pest v2.8.0
37182026-08-04T17:48:57.233Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37192026-08-04T17:48:57.458Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37202026-08-04T17:48:57.731Z[ host-package] Compiling port-file v0.1.0
37212026-08-04T17:48:58.007Z[ helios-setup] Aug 04 17:48:57.383 INFO E| Compiling pest_meta v2.8.0
37222026-08-04T17:48:58.221Z[ host-package] Compiling subprocess v0.2.15
37232026-08-04T17:48:58.918Z[ helios-setup] Aug 04 17:48:58.290 INFO E| Compiling pest_generator v2.8.0
37242026-08-04T17:48:59.176Z[ host-package] Compiling rtoolbox v0.0.3
37252026-08-04T17:48:59.312Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37262026-08-04T17:48:59.569Z[ host-package] Compiling rpassword v7.5.4
37272026-08-04T17:49:00.055Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37282026-08-04T17:49:00.168Z[ helios-setup] Aug 04 17:48:59.546 INFO E| Compiling pest_derive v2.8.0
37292026-08-04T17:49:00.942Z[ helios-setup] Aug 04 17:49:00.319 INFO E| Compiling json5 v0.4.1
37302026-08-04T17:49:01.160Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37312026-08-04T17:49:02.246Z[ helios-setup] Aug 04 17:49:01.621 INFO E| Compiling four-cc v0.4.0
37322026-08-04T17:49:02.246Z[ helios-setup] Aug 04 17:49:01.621 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
37332026-08-04T17:49:02.391Z[ helios-setup] Aug 04 17:49:01.769 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
37342026-08-04T17:49:03.488Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37352026-08-04T17:49:03.663Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37362026-08-04T17:49:03.882Z[ host-package] Compiling tui-tree-widget v0.23.1
37372026-08-04T17:49:04.117Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37382026-08-04T17:49:04.235Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37392026-08-04T17:49:04.398Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37402026-08-04T17:49:05.702Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37412026-08-04T17:49:06.130Z[ host-package] Compiling uzers v0.12.2
37422026-08-04T17:49:06.925Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37432026-08-04T17:49:07.594Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37442026-08-04T17:49:07.710Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37452026-08-04T17:49:08.644Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37462026-08-04T17:49:10.304Z[ host-package] Compiling support-bundle-viewer v0.1.2
37472026-08-04T17:49:12.362Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37482026-08-04T17:49:13.720Z[ host-package] Compiling multimap v0.10.1
37492026-08-04T17:49:16.580Z[ helios-setup] Aug 04 17:49:15.953 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
37502026-08-04T17:49:20.302Z[ helios-setup] Aug 04 17:49:19.680 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
37512026-08-04T17:49:25.020Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37522026-08-04T17:49:25.033Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37532026-08-04T17:49:31.138Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37542026-08-04T17:49:31.987Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37552026-08-04T17:49:33.389Z[ helios-setup] Aug 04 17:49:32.767 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.95s
37562026-08-04T17:49:33.427Z[ helios-setup] Aug 04 17:49:32.804 INFO building project "amd-host-image-builder" ok (53 seconds)
37572026-08-04T17:49:33.427Z[ helios-setup] Aug 04 17:49:32.804 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37582026-08-04T17:49:33.435Z[ helios-setup] Aug 04 17:49:32.814 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
37592026-08-04T17:49:33.435Z[ helios-setup] Aug 04 17:49:32.814 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
37602026-08-04T17:49:33.435Z[ helios-setup] Aug 04 17:49:32.814 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
37612026-08-04T17:49:33.631Z[ helios-setup] Aug 04 17:49:33.009 INFO E| Downloading crates ...
37622026-08-04T17:49:33.672Z[ helios-setup] Aug 04 17:49:33.050 INFO E| Downloaded adler2 v2.0.0
37632026-08-04T17:49:33.684Z[ helios-setup] Aug 04 17:49:33.058 INFO E| Downloaded miniz_oxide v0.8.8
37642026-08-04T17:49:33.724Z[ helios-setup] Aug 04 17:49:33.102 INFO E| Compiling adler2 v2.0.0
37652026-08-04T17:49:33.825Z[ helios-setup] Aug 04 17:49:33.203 INFO E| Compiling miniz_oxide v0.8.8
37662026-08-04T17:49:34.994Z[ helios-setup] Aug 04 17:49:34.373 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
37672026-08-04T17:49:35.510Z[ helios-setup] Aug 04 17:49:34.888 INFO E| Finished `release` profile [optimized] target(s) in 2.06s
37682026-08-04T17:49:35.523Z[ helios-setup] Aug 04 17:49:34.901 INFO building project "pinprick" ok (2 seconds)
37692026-08-04T17:49:35.526Z[ helios-setup] rm -f helios-build
37702026-08-04T17:49:35.527Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37712026-08-04T17:49:35.530Z[ helios-setup]
37722026-08-04T17:49:35.530Z[ helios-setup] Setup complete! ./helios-build is now available.
37732026-08-04T17:49:35.530Z[ helios-setup]
37742026-08-04T17:49:35.535ZAug 04 17:49:34.911[ helios-setup]
37752026-08-04T17:49:35.535Z INFO [helios-setup] process exited with exit status: 0 (188.775871953s)
37762026-08-04T17:49:35.535Z[ helios-setup] real 3:08.772639229
37772026-08-04T17:49:35.535Z[ helios-setup] user 7:05.168833134
37782026-08-04T17:49:35.535Z[ helios-setup] sys 1:18.637206365
37792026-08-04T17:49:35.536Z[ helios-setup] trap 0.502307371
37802026-08-04T17:49:35.536Z[ helios-setup] tflt 3.417328310
37812026-08-04T17:49:35.536Z[ helios-setup] dflt 9.168184131
37822026-08-04T17:49:35.536Z[ helios-setup] kflt 0.000756290
37832026-08-04T17:49:35.536Z[ helios-setup] lock 58:31.620281240
37842026-08-04T17:49:35.536Z[ helios-setup] slp 38:58.234620597
37852026-08-04T17:49:35.536Z[ helios-setup] lat 7:18.403458890
37862026-08-04T17:49:35.536Z[ helios-setup] stop 1:25.568597858
37872026-08-04T17:49:35.536ZAug 04 17:49:34.912 INFO [helios-record] running task
37882026-08-04T17:49:35.536ZAug 04 17:49:34.912 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37892026-08-04T17:49:35.563ZAug 04 17:49:34.942 DEBG process exited with exit status: 0 (29.573104ms)
37902026-08-04T17:49:35.563ZAug 04 17:49:34.942 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37912026-08-04T17:49:35.567ZAug 04 17:49:34.946 DEBG process exited with exit status: 0 (4.428015ms)
37922026-08-04T17:49:35.568ZAug 04 17:49:34.946 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37932026-08-04T17:49:35.572ZAug 04 17:49:34.950 DEBG process exited with exit status: 0 (3.860024ms)
37942026-08-04T17:49:35.572ZAug 04 17:49:34.950 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37952026-08-04T17:49:35.576ZAug 04 17:49:34.954 DEBG process exited with exit status: 0 (3.544744ms)
37962026-08-04T17:49:35.576ZAug 04 17:49:34.954 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37972026-08-04T17:49:35.580ZAug 04 17:49:34.957 DEBG process exited with exit status: 0 (3.404404ms)
37982026-08-04T17:49:35.580ZAug 04 17:49:34.957 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37992026-08-04T17:49:35.583ZAug 04 17:49:34.960 DEBG process exited with exit status: 0 (3.361684ms)
38002026-08-04T17:49:35.583ZAug 04 17:49:34.960 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38012026-08-04T17:49:35.587ZAug 04 17:49:34.964 DEBG process exited with exit status: 0 (3.383294ms)
38022026-08-04T17:49:35.587ZAug 04 17:49:34.964 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38032026-08-04T17:49:35.591ZAug 04 17:49:34.967 DEBG process exited with exit status: 0 (3.246304ms)
38042026-08-04T17:49:35.591ZAug 04 17:49:34.967 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38052026-08-04T17:49:35.596ZAug 04 17:49:34.970 DEBG process exited with exit status: 0 (3.247923ms)
38062026-08-04T17:49:35.596ZAug 04 17:49:34.971 INFO [helios-record] task succeeded (58.792477ms)
38072026-08-04T17:49:37.372Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38082026-08-04T17:56:39.967Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 42s
38092026-08-04T17:56:39.971Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38102026-08-04T17:56:39.971Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38112026-08-04T17:57:31.489ZAug 04 17:57:30.867 INFO [host-package] process exited with exit status: 0 (633.711365094s)
38122026-08-04T17:57:31.489ZAug 04 17:57:30.867 INFO [host-libraries] running task
38132026-08-04T17:57:31.489ZAug 04 17:57:30.867 INFO [host-stamp] running task
38142026-08-04T17:57:31.492ZAug 04 17:57:30.869 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 22.0.0-0.ci+git6cc81ce3932
38152026-08-04T17:57:31.492ZAug 04 17:57:30.870 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 22.0.0-0.ci+git6cc81ce3932
38162026-08-04T17:57:31.492ZAug 04 17:57:30.870 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 22.0.0-0.ci+git6cc81ce3932
38172026-08-04T17:57:31.492ZAug 04 17:57:30.870 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 22.0.0-0.ci+git6cc81ce3932
38182026-08-04T17:57:31.495ZAug 04 17:57:30.870 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 22.0.0-0.ci+git6cc81ce3932
38192026-08-04T17:57:31.495ZAug 04 17:57:30.871 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 22.0.0-0.ci+git6cc81ce3932
38202026-08-04T17:57:31.495ZAug 04 17:57:30.871 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 22.0.0-0.ci+git6cc81ce3932
38212026-08-04T17:57:31.495ZAug 04 17:57:30.871 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 22.0.0-0.ci+git6cc81ce3932
38222026-08-04T17:57:31.501Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38232026-08-04T17:57:31.501Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38242026-08-04T17:57:31.505Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38252026-08-04T17:57:31.510Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38262026-08-04T17:57:31.511Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38272026-08-04T17:57:31.511Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38282026-08-04T17:57:31.511Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38292026-08-04T17:57:31.511Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38302026-08-04T17:57:31.511Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38312026-08-04T17:57:31.511ZAug 04 17:57:30.883 INFO [stamp-overlay] process exited with exit status: 0 (12.494835ms)
38322026-08-04T17:57:31.514Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38332026-08-04T17:57:31.516ZAug 04 17:57:30.895 INFO [stamp-oxlog] process exited with exit status: 0 (23.600697ms)
38342026-08-04T17:57:31.546Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38352026-08-04T17:57:31.550ZAug 04 17:57:30.927 INFO [stamp-crucible-utils] process exited with exit status: 0 (57.386305ms)
38362026-08-04T17:57:31.557Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38372026-08-04T17:57:31.561ZAug 04 17:57:30.938 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (67.516227ms)
38382026-08-04T17:57:31.731Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38392026-08-04T17:57:31.734ZAug 04 17:57:31.112 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (241.991196ms)
38402026-08-04T17:57:32.056Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38412026-08-04T17:57:32.059ZAug 04 17:57:31.435 INFO [stamp-propolis-server] process exited with exit status: 0 (565.072925ms)
38422026-08-04T17:57:32.089Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38432026-08-04T17:57:32.092ZAug 04 17:57:31.470 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (601.211726ms)
38442026-08-04T17:57:33.132ZAug 04 17:57:32.510 INFO [host-libraries] task succeeded (1.643613216s)
38452026-08-04T17:57:33.137ZAug 04 17:57:32.510 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38462026-08-04T17:57:33.140Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38472026-08-04T17:57:34.084Z[recovery-package] Compiling proptest v1.11.0
38482026-08-04T17:57:35.804Z[recovery-package] Compiling newtype-uuid v1.3.2
38492026-08-04T17:57:36.010Z[recovery-package] Compiling daft v0.1.7
38502026-08-04T17:57:36.204Z[recovery-package] Compiling iddqd v0.4.2
38512026-08-04T17:57:37.198Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38522026-08-04T17:57:37.460Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38532026-08-04T17:57:37.460Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38542026-08-04T17:57:37.460Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38552026-08-04T17:57:37.463Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38562026-08-04T17:57:37.463Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38572026-08-04T17:57:37.463Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38582026-08-04T17:57:37.463Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38592026-08-04T17:57:37.536Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38602026-08-04T17:57:37.743Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38612026-08-04T17:57:37.808Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38622026-08-04T17:57:37.945Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38632026-08-04T17:57:38.692Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38642026-08-04T17:57:38.695ZAug 04 17:57:38.072 INFO [stamp-switch-asic] process exited with exit status: 0 (7.201662427s)
38652026-08-04T17:57:38.695ZAug 04 17:57:38.072 INFO [host-stamp] task succeeded (7.205692002s)
38662026-08-04T17:57:38.695ZAug 04 17:57:38.072 INFO [host-proto] running task
38672026-08-04T17:57:39.146ZAug 04 17:57:38.524 INFO [host-proto] task succeeded (451.521295ms)
38682026-08-04T17:57:39.147ZAug 04 17:57:38.524 INFO [host-profile] running task
38692026-08-04T17:57:39.150ZAug 04 17:57:38.524 INFO [host-profile] task succeeded (175.331µs)
38702026-08-04T17:57:39.150ZAug 04 17:57:38.524 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/.tmp9vQkrv/proto/host/root -N 'ci 6cc81ce/${os_short_commit} 2026-08-04 17:46' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38712026-08-04T17:57:39.154Z[ host-image] Aug 04 17:57:38.530 INFO Checking files for board 'cosmo-mbist-noaggr'
38722026-08-04T17:57:39.154Z[ host-image] Aug 04 17:57:38.531 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38732026-08-04T17:57:39.154Z[ host-image] Aug 04 17:57:38.531 INFO Checking files for board 'cosmo-mbist'
38742026-08-04T17:57:39.154Z[ host-image] Aug 04 17:57:38.531 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38752026-08-04T17:57:39.154Z[ host-image] Aug 04 17:57:38.531 INFO Checking files for board 'gimlet'
38762026-08-04T17:57:39.154Z[ host-image] Aug 04 17:57:38.531 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38772026-08-04T17:57:39.154Z[ host-image] Aug 04 17:57:38.531 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38782026-08-04T17:57:39.154Z[ host-image] Aug 04 17:57:38.531 INFO Checking files for board 'cosmo'
38792026-08-04T17:57:39.154Z[ host-image] Aug 04 17:57:38.531 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38802026-08-04T17:57:39.154Z[ host-image] Aug 04 17:57:38.531 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38812026-08-04T17:57:39.162Z[ host-image] Aug 04 17:57:38.540 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp9vQkrv/proto/host/root"
38822026-08-04T17:57:39.163Z[ host-image] Aug 04 17:57:38.541 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38832026-08-04T17:57:39.166Z[ host-image] Aug 04 17:57:38.541 INFO image builder template: ramdisk-01-os...
38842026-08-04T17:57:39.166Z[ host-image] Aug 04 17:57:38.541 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/.tmp9vQkrv/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38852026-08-04T17:57:39.178Z[ host-image] Aug 04 17:57:38.556 INFO O| Aug 04 17:57:38.556 INFO CREATE DATASET: rpool/images/build/host/output
38862026-08-04T17:57:40.272Z[ host-image] Aug 04 17:57:39.650 INFO O| Aug 04 17:57:39.650 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38872026-08-04T17:57:40.276Z[ host-image] Aug 04 17:57:39.654 INFO O| Aug 04 17:57:39.654 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38882026-08-04T17:57:40.403Z[ host-image] Aug 04 17:57:39.780 INFO O| Aug 04 17:57:39.780 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38892026-08-04T17:57:40.441Z[ host-image] Aug 04 17:57:39.818 INFO O| Aug 04 17:57:39.818 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38902026-08-04T17:57:40.441Z[ host-image] Aug 04 17:57:39.818 INFO O| Aug 04 17:57:39.818 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38912026-08-04T17:57:40.444Z[ host-image] Aug 04 17:57:39.819 INFO O| Aug 04 17:57:39.819 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38922026-08-04T17:57:40.444Z[ host-image] Aug 04 17:57:39.819 INFO O| Aug 04 17:57:39.819 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38932026-08-04T17:57:40.448Z[ host-image] Aug 04 17:57:39.825 INFO O| Aug 04 17:57:39.825 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38942026-08-04T17:57:40.574Z[ host-image] Aug 04 17:57:39.951 INFO O| Aug 04 17:57:39.951 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38952026-08-04T17:57:40.582Z[ host-image] Aug 04 17:57:39.960 INFO O| Aug 04 17:57:39.960 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38962026-08-04T17:57:40.858Z[ host-image] Aug 04 17:57:40.235 INFO O| Aug 04 17:57:40.235 INFO O| Caching catalogs ... Done
38972026-08-04T17:57:40.920Z[ host-image] Aug 04 17:57:40.298 INFO O| Aug 04 17:57:40.298 INFO STEP 0 (pkg_image_create) COMPLETE
38982026-08-04T17:57:40.920Z[ host-image] Aug 04 17:57:40.298 INFO O| Aug 04 17:57:40.298 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38992026-08-04T17:57:40.927Z[ host-image] Aug 04 17:57:40.305 INFO O| Aug 04 17:57:40.305 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"]
39002026-08-04T17:57:41.174Z[ host-image] Aug 04 17:57:40.551 INFO O| Aug 04 17:57:40.551 INFO STEP 1 (pkg_set_publisher) COMPLETE
39012026-08-04T17:57:41.174Z[ host-image] Aug 04 17:57:40.551 INFO O| Aug 04 17:57:40.551 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39022026-08-04T17:57:41.177Z[ host-image] Aug 04 17:57:40.551 INFO O| Aug 04 17:57:40.551 INFO skip step because feature "publisher_1_name" is not enabled
39032026-08-04T17:57:41.177Z[ host-image] Aug 04 17:57:40.551 INFO O| Aug 04 17:57:40.551 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39042026-08-04T17:57:41.178Z[ host-image] Aug 04 17:57:40.551 INFO O| Aug 04 17:57:40.551 INFO skip step because feature "publisher_2_name" is not enabled
39052026-08-04T17:57:41.178Z[ host-image] Aug 04 17:57:40.551 INFO O| Aug 04 17:57:40.551 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39062026-08-04T17:57:41.178Z[ host-image] Aug 04 17:57:40.551 INFO O| Aug 04 17:57:40.551 INFO skip step because feature "publisher_3_name" is not enabled
39072026-08-04T17:57:41.178Z[ host-image] Aug 04 17:57:40.551 INFO O| Aug 04 17:57:40.551 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39082026-08-04T17:57:41.417Z[ host-image] Aug 04 17:57:40.794 INFO O| Aug 04 17:57:40.794 INFO variant opensolaris.zone is already global
39092026-08-04T17:57:41.417Z[ host-image] Aug 04 17:57:40.794 INFO O| Aug 04 17:57:40.794 INFO STEP 5 (pkg_change_variant) COMPLETE
39102026-08-04T17:57:41.417Z[ host-image] Aug 04 17:57:40.794 INFO O| Aug 04 17:57:40.794 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39112026-08-04T17:57:41.550Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
39122026-08-04T17:57:41.550Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39132026-08-04T17:57:41.550Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39142026-08-04T17:57:41.553Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39152026-08-04T17:57:41.553Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39162026-08-04T17:57:41.684Z[ host-image] Aug 04 17:57:41.062 INFO O| Aug 04 17:57:41.061 INFO variant opensolaris.imagetype is full; changing to partial
39172026-08-04T17:57:41.684Z[ host-image] Aug 04 17:57:41.062 INFO O| Aug 04 17:57:41.061 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39182026-08-04T17:57:42.926Z[ host-image] Aug 04 17:57:42.304 INFO O| Aug 04 17:57:42.304 INFO O| Startup: Refreshing catalog 'helios' ... Done
39192026-08-04T17:57:43.229Z[ host-image] Aug 04 17:57:42.607 INFO O| Aug 04 17:57:42.607 INFO O| Startup: Caching catalogs ... Done
39202026-08-04T17:57:43.239Z[ host-image] Aug 04 17:57:42.617 INFO O| Aug 04 17:57:42.617 INFO O| Planning: Planning completed in 0.00 seconds
39212026-08-04T17:57:43.242Z[ host-image] Aug 04 17:57:42.618 INFO O| Aug 04 17:57:42.618 INFO O| Planning: Consolidating action changes ... Done
39222026-08-04T17:57:43.242Z[ host-image] Aug 04 17:57:42.618 INFO O| Aug 04 17:57:42.618 INFO O| Planning: Evaluating mediators ... Done
39232026-08-04T17:57:43.242Z[ host-image] Aug 04 17:57:42.618 INFO O| Aug 04 17:57:42.618 INFO O| Planning: Planning completed in 0.00 seconds
39242026-08-04T17:57:43.242Z[ host-image] Aug 04 17:57:42.618 INFO O| Aug 04 17:57:42.618 INFO O| Variants/Facets to change: 1
39252026-08-04T17:57:43.248Z[ host-image] Aug 04 17:57:42.627 INFO O| Aug 04 17:57:42.627 INFO O| Finalize: Updating package state database ... Done
39262026-08-04T17:57:43.248Z[ host-image] Aug 04 17:57:42.627 INFO O| Aug 04 17:57:42.627 INFO O| Finalize: Updating package cache ... Done
39272026-08-04T17:57:43.297Z[ host-image] Aug 04 17:57:42.675 INFO O| Aug 04 17:57:42.675 INFO O| Finalize: Updating image state ... Done
39282026-08-04T17:57:43.306Z[ host-image] Aug 04 17:57:42.684 INFO O| Aug 04 17:57:42.684 INFO O| Finalize: Creating fast lookup database ... Done
39292026-08-04T17:57:43.309Z[ host-image] Aug 04 17:57:42.684 INFO O| Aug 04 17:57:42.684 INFO O| Finalize: Reading search index ... Done
39302026-08-04T17:57:43.309Z[ host-image] Aug 04 17:57:42.684 INFO O| Aug 04 17:57:42.684 INFO O| Finalize: Updating search index ... Done
39312026-08-04T17:57:43.309Z[ host-image] Aug 04 17:57:42.685 INFO O| Aug 04 17:57:42.685 INFO O| Finalize: Updating package cache ... Done
39322026-08-04T17:57:43.468Z[ host-image] Aug 04 17:57:42.846 INFO O| Aug 04 17:57:42.846 INFO STEP 6 (pkg_change_variant) COMPLETE
39332026-08-04T17:57:43.468Z[ host-image] Aug 04 17:57:42.846 INFO O| Aug 04 17:57:42.846 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39342026-08-04T17:57:43.468Z[ host-image] Aug 04 17:57:42.846 INFO O| Aug 04 17:57:42.846 INFO skip step because feature "debug_variant" is not enabled
39352026-08-04T17:57:43.468Z[ host-image] Aug 04 17:57:42.846 INFO O| Aug 04 17:57:42.846 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39362026-08-04T17:57:43.733Z[ host-image] Aug 04 17:57:43.110 INFO O| Aug 04 17:57:43.110 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39372026-08-04T17:57:44.891Z[ host-image] Aug 04 17:57:44.269 INFO O| Aug 04 17:57:44.269 INFO O| Startup: Refreshing catalog 'helios' ... Done
39382026-08-04T17:57:45.169Z[ host-image] Aug 04 17:57:44.546 INFO O| Aug 04 17:57:44.546 INFO O| Startup: Caching catalogs ... Done
39392026-08-04T17:57:45.178Z[ host-image] Aug 04 17:57:44.556 INFO O| Aug 04 17:57:44.556 INFO O| Planning: Planning completed in 0.00 seconds
39402026-08-04T17:57:45.181Z[ host-image] Aug 04 17:57:44.556 INFO O| Aug 04 17:57:44.556 INFO O| Planning: Consolidating action changes ... Done
39412026-08-04T17:57:45.181Z[ host-image] Aug 04 17:57:44.556 INFO O| Aug 04 17:57:44.556 INFO O| Planning: Evaluating mediators ... Done
39422026-08-04T17:57:45.181Z[ host-image] Aug 04 17:57:44.556 INFO O| Aug 04 17:57:44.556 INFO O| Planning: Planning completed in 0.00 seconds
39432026-08-04T17:57:45.181Z[ host-image] Aug 04 17:57:44.557 INFO O| Aug 04 17:57:44.557 INFO O| Variants/Facets to change: 1
39442026-08-04T17:57:45.188Z[ host-image] Aug 04 17:57:44.566 INFO O| Aug 04 17:57:44.566 INFO O| Finalize: Updating package state database ... Done
39452026-08-04T17:57:45.188Z[ host-image] Aug 04 17:57:44.566 INFO O| Aug 04 17:57:44.566 INFO O| Finalize: Updating package cache ... Done
39462026-08-04T17:57:45.231Z[ host-image] Aug 04 17:57:44.609 INFO O| Aug 04 17:57:44.609 INFO O| Finalize: Updating image state ... Done
39472026-08-04T17:57:45.238Z[ host-image] Aug 04 17:57:44.616 INFO O| Aug 04 17:57:44.616 INFO O| Finalize: Creating fast lookup database ... Done
39482026-08-04T17:57:45.241Z[ host-image] Aug 04 17:57:44.616 INFO O| Aug 04 17:57:44.616 INFO O| Finalize: Reading search index ... Done
39492026-08-04T17:57:45.241Z[ host-image] Aug 04 17:57:44.616 INFO O| Aug 04 17:57:44.616 INFO O| Finalize: Updating search index ... Done
39502026-08-04T17:57:45.241Z[ host-image] Aug 04 17:57:44.617 INFO O| Aug 04 17:57:44.617 INFO O| Finalize: Updating package cache ... Done
39512026-08-04T17:57:45.379Z[ host-image] Aug 04 17:57:44.756 INFO O| Aug 04 17:57:44.756 INFO STEP 8 (pkg_change_facet) COMPLETE
39522026-08-04T17:57:45.382Z[ host-image] Aug 04 17:57:44.756 INFO O| Aug 04 17:57:44.756 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39532026-08-04T17:57:45.382Z[ host-image] Aug 04 17:57:44.756 INFO O| Aug 04 17:57:44.756 INFO skip step because feature "recovery" is not enabled
39542026-08-04T17:57:45.382Z[ host-image] Aug 04 17:57:44.756 INFO O| Aug 04 17:57:44.756 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39552026-08-04T17:57:45.382Z[ host-image] Aug 04 17:57:44.756 INFO O| Aug 04 17:57:44.756 INFO skip step because feature "recovery" is not enabled
39562026-08-04T17:57:45.382Z[ host-image] Aug 04 17:57:44.756 INFO O| Aug 04 17:57:44.756 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39572026-08-04T17:57:45.389Z[ host-image] Aug 04 17:57:44.767 INFO O| Aug 04 17:57:44.767 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@22.0.0.0"]
39582026-08-04T17:57:46.538Z[ host-image] Aug 04 17:57:45.916 INFO O| Aug 04 17:57:45.915 INFO O| Startup: Refreshing catalog 'helios' ... Done
39592026-08-04T17:57:46.817Z[ host-image] Aug 04 17:57:46.195 INFO O| Aug 04 17:57:46.194 INFO O| Startup: Caching catalogs ... Done
39602026-08-04T17:57:48.018Z[ host-image] Aug 04 17:57:47.396 INFO O| Aug 04 17:57:47.396 INFO O| Planning: Solver setup ... Done
39612026-08-04T17:57:48.098Z[ host-image] Aug 04 17:57:47.476 INFO O| Aug 04 17:57:47.476 INFO O| Planning: Running solver ... Done
39622026-08-04T17:57:48.126Z[ host-image] Aug 04 17:57:47.504 INFO O| Aug 04 17:57:47.504 INFO O| Planning: Finding local manifests ... Done
39632026-08-04T17:57:48.143Z[ host-image] Aug 04 17:57:47.521 INFO O| Aug 04 17:57:47.521 INFO O| Planning: Fetching manifests: 0/130 0% complete
39642026-08-04T17:57:49.600Z[ host-image] Aug 04 17:57:48.978 INFO O| Aug 04 17:57:48.978 INFO O| Planning: Fetching manifests: 130/130 100% complete
39652026-08-04T17:57:49.900Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39662026-08-04T17:57:50.026Z[ host-image] Aug 04 17:57:49.403 INFO O| Aug 04 17:57:49.403 INFO O| Planning: Package planning ... Done
39672026-08-04T17:57:50.338Z[ host-image] Aug 04 17:57:49.716 INFO O| Aug 04 17:57:49.716 INFO O| Planning: Merging actions ... Done
39682026-08-04T17:57:50.455Z[ host-image] Aug 04 17:57:49.832 INFO O| Aug 04 17:57:49.832 INFO O| Planning: Checking for conflicting actions ... Done
39692026-08-04T17:57:50.561Z[ host-image] Aug 04 17:57:49.939 INFO O| Aug 04 17:57:49.939 INFO O| Planning: Consolidating action changes ... Done
39702026-08-04T17:57:50.801Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39712026-08-04T17:57:50.868Z[ host-image] Aug 04 17:57:50.246 INFO O| Aug 04 17:57:50.246 INFO O| Planning: Evaluating mediators ... Done
39722026-08-04T17:57:52.288Z[ host-image] Aug 04 17:57:51.666 INFO O| Aug 04 17:57:51.666 INFO O| Planning: Planning completed in 5.46 seconds
39732026-08-04T17:57:52.292Z[ host-image] Aug 04 17:57:51.668 INFO O| Aug 04 17:57:51.668 INFO O| Packages to install: 130
39742026-08-04T17:57:52.292Z[ host-image] Aug 04 17:57:51.668 INFO O| Aug 04 17:57:51.668 INFO O| Mediators to change: 5
39752026-08-04T17:57:52.292Z[ host-image] Aug 04 17:57:51.668 INFO O| Aug 04 17:57:51.668 INFO O| Services to change: 6
39762026-08-04T17:57:52.321Z[ host-image] Aug 04 17:57:51.698 INFO O| Aug 04 17:57:51.698 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
39772026-08-04T17:57:53.152Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39782026-08-04T17:57:53.152Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39792026-08-04T17:57:54.254Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39802026-08-04T17:57:54.858Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39812026-08-04T17:57:57.320Z[ host-image] Aug 04 17:57:56.698 INFO O| Aug 04 17:57:56.698 INFO O| Download: 18797/23887 items 161.0/222.8MB 72% complete (32.3M/s)
39822026-08-04T17:57:59.142Z[ host-image] Aug 04 17:57:58.520 INFO O| Aug 04 17:57:58.519 INFO O| Download: Completed 222.82 MB in 6.82 seconds (32.6M/s)
39832026-08-04T17:57:59.464Z[ host-image] Aug 04 17:57:58.842 INFO O| Aug 04 17:57:58.842 INFO O| Actions: 1/54172 actions (Installing new actions)
39842026-08-04T17:58:04.470Z[ host-image] Aug 04 17:58:03.848 INFO O| Aug 04 17:58:03.848 INFO O| Actions: 28647/54172 actions (Installing new actions)
39852026-08-04T17:58:05.553Z[ host-image] Aug 04 17:58:04.931 INFO O| Aug 04 17:58:04.931 INFO O| Actions: Completed 54172 actions in 6.08 seconds.
39862026-08-04T17:58:05.624Z[ host-image] Aug 04 17:58:05.002 INFO O| Aug 04 17:58:05.002 INFO O| Finalize: Updating package state database ... Done
39872026-08-04T17:58:05.624Z[ host-image] Aug 04 17:58:05.002 INFO O| Aug 04 17:58:05.002 INFO O| Finalize: Updating package cache ... Done
39882026-08-04T17:58:05.703Z[ host-image] Aug 04 17:58:05.080 INFO O| Aug 04 17:58:05.080 INFO O| Finalize: Updating image state ... Done
39892026-08-04T17:58:06.427Z[ host-image] Aug 04 17:58:05.805 INFO O| Aug 04 17:58:05.804 INFO O| Finalize: Creating fast lookup database ... Done
39902026-08-04T17:58:06.446Z[ host-image] Aug 04 17:58:05.824 INFO O| Aug 04 17:58:05.824 INFO O| Finalize: Reading search index ... Done
39912026-08-04T17:58:07.079Z[recovery-package] Finished `release` profile [optimized] target(s) in 33.82s
39922026-08-04T17:58:08.696Z[ host-image] Aug 04 17:58:08.069 INFO O| Aug 04 17:58:08.069 INFO O| Finalize: Building new search index ... Done
39932026-08-04T17:58:08.823ZAug 04 17:58:08.201 INFO [recovery-package] process exited with exit status: 0 (35.690629303s)
39942026-08-04T17:58:08.823ZAug 04 17:58:08.201 INFO [recovery-libraries] running task
39952026-08-04T17:58:08.823ZAug 04 17:58:08.201 INFO [recovery-stamp] running task
39962026-08-04T17:58:08.827ZAug 04 17:58:08.201 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 22.0.0-0.ci+git6cc81ce3932
39972026-08-04T17:58:08.827ZAug 04 17:58:08.202 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 22.0.0-0.ci+git6cc81ce3932
39982026-08-04T17:58:08.831Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39992026-08-04T17:58:08.834Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40002026-08-04T17:58:08.881ZAug 04 17:58:08.259 INFO [recovery-libraries] task succeeded (57.538036ms)
40012026-08-04T17:58:08.885ZAug 04 17:58:08.259 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40022026-08-04T17:58:08.923Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40032026-08-04T17:58:08.926ZAug 04 17:58:08.304 INFO [stamp-installinator] process exited with exit status: 0 (102.688207ms)
40042026-08-04T17:58:08.996Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40052026-08-04T17:58:09.001ZAug 04 17:58:08.377 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (175.34832ms)
40062026-08-04T17:58:09.001ZAug 04 17:58:08.377 INFO [recovery-stamp] task succeeded (175.768541ms)
40072026-08-04T17:58:09.001ZAug 04 17:58:08.377 INFO [recovery-proto] running task
40082026-08-04T17:58:09.001ZAug 04 17:58:08.377 INFO [tuf-stamp] running task
40092026-08-04T17:58:09.004ZAug 04 17:58:08.378 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 22.0.0-0.ci+git6cc81ce3932
40102026-08-04T17:58:09.004ZAug 04 17:58:08.378 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 22.0.0-0.ci+git6cc81ce3932
40112026-08-04T17:58:09.005ZAug 04 17:58:08.378 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 22.0.0-0.ci+git6cc81ce3932
40122026-08-04T17:58:09.005ZAug 04 17:58:08.379 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 22.0.0-0.ci+git6cc81ce3932
40132026-08-04T17:58:09.005ZAug 04 17:58:08.379 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 22.0.0-0.ci+git6cc81ce3932
40142026-08-04T17:58:09.005ZAug 04 17:58:08.379 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 22.0.0-0.ci+git6cc81ce3932
40152026-08-04T17:58:09.005ZAug 04 17:58:08.380 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 22.0.0-0.ci+git6cc81ce3932
40162026-08-04T17:58:09.005ZAug 04 17:58:08.380 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 22.0.0-0.ci+git6cc81ce3932
40172026-08-04T17:58:09.005ZAug 04 17:58:08.380 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 22.0.0-0.ci+git6cc81ce3932
40182026-08-04T17:58:09.005ZAug 04 17:58:08.381 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 22.0.0-0.ci+git6cc81ce3932
40192026-08-04T17:58:09.005ZAug 04 17:58:08.381 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 22.0.0-0.ci+git6cc81ce3932
40202026-08-04T17:58:09.005ZAug 04 17:58:08.381 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 22.0.0-0.ci+git6cc81ce3932
40212026-08-04T17:58:09.009Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40222026-08-04T17:58:09.012Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40232026-08-04T17:58:09.012Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40242026-08-04T17:58:09.012Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40252026-08-04T17:58:09.012Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40262026-08-04T17:58:09.012Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40272026-08-04T17:58:09.012Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40282026-08-04T17:58:09.012Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40292026-08-04T17:58:09.012Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40302026-08-04T17:58:09.012Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40312026-08-04T17:58:09.012Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40322026-08-04T17:58:09.015Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40332026-08-04T17:58:09.061Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40342026-08-04T17:58:09.075ZAug 04 17:58:08.442 INFO [stamp-probe] process exited with exit status: 0 (61.37669ms)
40352026-08-04T17:58:09.111Z[ host-image] Aug 04 17:58:08.489 INFO O| Aug 04 17:58:08.489 INFO O| Finalize: Updating package cache ... Done
40362026-08-04T17:58:09.126ZAug 04 17:58:08.504 INFO [recovery-proto] task succeeded (127.267365ms)
40372026-08-04T17:58:09.129ZAug 04 17:58:08.504 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/.tmp9vQkrv/proto/recovery/root -N 'recovery 6cc81ce/${os_short_commit} 2026-08-04 17:46' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40382026-08-04T17:58:09.133Z[ recovery-image] Aug 04 17:58:08.512 INFO Checking files for board 'cosmo-mbist-noaggr'
40392026-08-04T17:58:09.133Z[ recovery-image] Aug 04 17:58:08.512 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40402026-08-04T17:58:09.137Z[ recovery-image] Aug 04 17:58:08.512 INFO Checking files for board 'cosmo'
40412026-08-04T17:58:09.137Z[ recovery-image] Aug 04 17:58:08.512 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40422026-08-04T17:58:09.137Z[ recovery-image] Aug 04 17:58:08.512 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40432026-08-04T17:58:09.137Z[ recovery-image] Aug 04 17:58:08.512 INFO Checking files for board 'gimlet'
40442026-08-04T17:58:09.137Z[ recovery-image] Aug 04 17:58:08.512 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40452026-08-04T17:58:09.137Z[ recovery-image] Aug 04 17:58:08.512 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40462026-08-04T17:58:09.137Z[ recovery-image] Aug 04 17:58:08.512 INFO Checking files for board 'cosmo-mbist'
40472026-08-04T17:58:09.137Z[ recovery-image] Aug 04 17:58:08.512 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40482026-08-04T17:58:09.143Z[ recovery-image] Aug 04 17:58:08.522 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp9vQkrv/proto/recovery/root"
40492026-08-04T17:58:09.143Z[ recovery-image] Aug 04 17:58:08.522 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40502026-08-04T17:58:09.143Z[ recovery-image] Aug 04 17:58:08.522 INFO image builder template: ramdisk-01-os...
40512026-08-04T17:58:09.147Z[ recovery-image] Aug 04 17:58:08.522 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/.tmp9vQkrv/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40522026-08-04T17:58:09.161Z[ recovery-image] Aug 04 17:58:08.539 INFO O| Aug 04 17:58:08.539 INFO CREATE DATASET: rpool/images/build/recovery/output
40532026-08-04T17:58:09.404Z[ host-image] Aug 04 17:58:08.760 INFO O| Aug 04 17:58:08.759 INFO STEP 11 (pkg_install) COMPLETE
40542026-08-04T17:58:09.404Z[ host-image] Aug 04 17:58:08.760 INFO O| Aug 04 17:58:08.759 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40552026-08-04T17:58:09.407Z[ host-image] Aug 04 17:58:08.782 INFO O| Aug 04 17:58:08.782 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"]
40562026-08-04T17:58:09.535Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40572026-08-04T17:58:09.539Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
40582026-08-04T17:58:09.539ZAug 04 17:58:08.917 INFO [stamp-ntp] process exited with exit status: 0 (538.285074ms)
40592026-08-04T17:58:09.562Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40602026-08-04T17:58:09.681Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40612026-08-04T17:58:09.684ZAug 04 17:58:09.062 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (684.303431ms)
40622026-08-04T17:58:09.778Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40632026-08-04T17:58:09.782ZAug 04 17:58:09.160 INFO [stamp-external-dns] process exited with exit status: 0 (779.37944ms)
40642026-08-04T17:58:09.816Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40652026-08-04T17:58:09.819ZAug 04 17:58:09.197 INFO [stamp-internal-dns] process exited with exit status: 0 (819.556476ms)
40662026-08-04T17:58:09.864Z[ recovery-image] Aug 04 17:58:09.242 INFO O| Aug 04 17:58:09.242 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40672026-08-04T17:58:09.868Z[ recovery-image] Aug 04 17:58:09.246 INFO O| Aug 04 17:58:09.246 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40682026-08-04T17:58:09.892Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40692026-08-04T17:58:09.896ZAug 04 17:58:09.274 INFO [stamp-crucible-zone] process exited with exit status: 0 (894.36811ms)
40702026-08-04T17:58:10.071Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40712026-08-04T17:58:10.075ZAug 04 17:58:09.453 INFO [stamp-oximeter] process exited with exit status: 0 (1.074156835s)
40722026-08-04T17:58:10.969Z[ host-image] Aug 04 17:58:10.347 INFO O| Aug 04 17:58:10.347 INFO O| Startup: Refreshing catalog 'helios' ... Done
40732026-08-04T17:58:11.376Z[ host-image] Aug 04 17:58:10.754 INFO O| Aug 04 17:58:10.754 INFO O| Startup: Caching catalogs ... Done
40742026-08-04T17:58:11.711Z[ host-image] Aug 04 17:58:11.089 INFO O| Aug 04 17:58:11.089 INFO O| Planning: Solver setup ... Done
40752026-08-04T17:58:11.716Z[ host-image] Aug 04 17:58:11.094 INFO O| Aug 04 17:58:11.094 INFO O| Planning: Running solver ... Done
40762026-08-04T17:58:11.725Z[ host-image] Aug 04 17:58:11.104 INFO O| Aug 04 17:58:11.104 INFO O| Planning: Finding local manifests ... Done
40772026-08-04T17:58:11.736Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40782026-08-04T17:58:11.739Z[ host-image] Aug 04 17:58:11.116 INFO O| Aug 04 17:58:11.116 INFO O| Planning: Fetching manifests: 0/6 0% complete
40792026-08-04T17:58:11.739ZAug 04 17:58:11.118 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.737617194s)
40802026-08-04T17:58:11.774Z[ host-image] Aug 04 17:58:11.153 INFO O| Aug 04 17:58:11.153 INFO O| Planning: Fetching manifests: 6/6 100% complete
40812026-08-04T17:58:11.792Z[ host-image] Aug 04 17:58:11.170 INFO O| Aug 04 17:58:11.170 INFO O| Planning: Package planning ... Done
40822026-08-04T17:58:11.795Z[ host-image] Aug 04 17:58:11.172 INFO O| Aug 04 17:58:11.172 INFO O| Planning: Merging actions ... Done
40832026-08-04T17:58:11.846Z[ host-image] Aug 04 17:58:11.224 INFO O| Aug 04 17:58:11.224 INFO O| Planning: Checking for conflicting actions ... Done
40842026-08-04T17:58:11.849Z[ host-image] Aug 04 17:58:11.225 INFO O| Aug 04 17:58:11.225 INFO O| Planning: Consolidating action changes ... Done
40852026-08-04T17:58:12.040Z[ host-image] Aug 04 17:58:11.418 INFO O| Aug 04 17:58:11.418 INFO O| Planning: Evaluating mediators ... Done
40862026-08-04T17:58:12.044Z[ host-image] Aug 04 17:58:11.419 INFO O| Aug 04 17:58:11.419 INFO O| Planning: Planning completed in 0.66 seconds
40872026-08-04T17:58:12.044Z[ host-image] Aug 04 17:58:11.420 INFO O| Aug 04 17:58:11.420 INFO O| Packages to install: 6
40882026-08-04T17:58:12.044Z[ host-image] Aug 04 17:58:11.420 INFO O| Aug 04 17:58:11.420 INFO O| Services to change: 2
40892026-08-04T17:58:12.051Z[ host-image] Aug 04 17:58:11.429 INFO O| Aug 04 17:58:11.429 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
40902026-08-04T17:58:12.161Z[ host-image] Aug 04 17:58:11.539 INFO O| Aug 04 17:58:11.539 INFO O| Download: Completed 1.75 MB in 0.11 seconds (15.9M/s)
40912026-08-04T17:58:12.250Z[ recovery-image] Aug 04 17:58:11.628 INFO O| Aug 04 17:58:11.628 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40922026-08-04T17:58:12.255Z[ host-image] Aug 04 17:58:11.632 INFO O| Aug 04 17:58:11.632 INFO O| Actions: 1/390 actions (Installing new actions)
40932026-08-04T17:58:12.386Z[ host-image] Aug 04 17:58:11.764 INFO O| Aug 04 17:58:11.764 INFO O| Actions: Completed 390 actions in 0.13 seconds.
40942026-08-04T17:58:12.413Z[ host-image] Aug 04 17:58:11.791 INFO O| Aug 04 17:58:11.791 INFO O| Finalize: Updating package state database ... Done
40952026-08-04T17:58:12.413Z[ host-image] Aug 04 17:58:11.791 INFO O| Aug 04 17:58:11.791 INFO O| Finalize: Updating package cache ... Done
40962026-08-04T17:58:12.481Z[ host-image] Aug 04 17:58:11.858 INFO O| Aug 04 17:58:11.858 INFO O| Finalize: Updating image state ... Done
40972026-08-04T17:58:13.275Z[ host-image] Aug 04 17:58:12.653 INFO O| Aug 04 17:58:12.652 INFO O| Finalize: Creating fast lookup database ... Done
40982026-08-04T17:58:13.302Z[ host-image] Aug 04 17:58:12.680 INFO O| Aug 04 17:58:12.680 INFO O| Finalize: Reading search index ... Done
40992026-08-04T17:58:13.305Z[ host-image] Aug 04 17:58:12.680 INFO O| Aug 04 17:58:12.680 INFO O| Finalize: Updating search index ... Done
41002026-08-04T17:58:13.317Z[ host-image] Aug 04 17:58:12.695 INFO O| Aug 04 17:58:12.695 INFO O| Finalize: Updating package cache ... Done
41012026-08-04T17:58:13.476Z[ host-image] Aug 04 17:58:12.854 INFO O| Aug 04 17:58:12.854 INFO STEP 12 (pkg_install) COMPLETE
41022026-08-04T17:58:13.476Z[ host-image] Aug 04 17:58:12.854 INFO O| Aug 04 17:58:12.854 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41032026-08-04T17:58:13.484Z[ host-image] Aug 04 17:58:12.863 INFO O| Aug 04 17:58:12.863 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41042026-08-04T17:58:13.750Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41052026-08-04T17:58:13.753ZAug 04 17:58:13.132 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.750835521s)
41062026-08-04T17:58:13.905Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41072026-08-04T17:58:13.909ZAug 04 17:58:13.287 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.90816379s)
41082026-08-04T17:58:13.999Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41092026-08-04T17:58:14.002ZAug 04 17:58:13.380 INFO [stamp-clickhouse] process exited with exit status: 0 (5.000839026s)
41102026-08-04T17:58:14.315Z[verify-libraries] Compiling match_cfg v0.1.0
41112026-08-04T17:58:14.315Z[verify-libraries] Compiling slog-json v2.6.1
41122026-08-04T17:58:14.318Z[verify-libraries] Compiling debug-ignore v1.0.5
41132026-08-04T17:58:14.318Z[verify-libraries] Compiling progenitor-client v0.14.0
41142026-08-04T17:58:14.318Z[verify-libraries] Compiling structmeta-derive v0.3.0
41152026-08-04T17:58:14.318Z[verify-libraries] Compiling sha1 v0.11.0
41162026-08-04T17:58:14.318Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41172026-08-04T17:58:14.318Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41182026-08-04T17:58:14.387Z[ recovery-image] Aug 04 17:58:13.765 INFO O| Aug 04 17:58:13.765 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41192026-08-04T17:58:14.387Z[ recovery-image] Aug 04 17:58:13.765 INFO O| Aug 04 17:58:13.765 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41202026-08-04T17:58:14.390Z[ recovery-image] Aug 04 17:58:13.765 INFO O| Aug 04 17:58:13.765 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41212026-08-04T17:58:14.390Z[ recovery-image] Aug 04 17:58:13.765 INFO O| Aug 04 17:58:13.765 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41222026-08-04T17:58:14.393Z[ recovery-image] Aug 04 17:58:13.771 INFO O| Aug 04 17:58:13.771 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41232026-08-04T17:58:14.655Z[verify-libraries] Compiling multer v3.1.0
41242026-08-04T17:58:14.655Z[verify-libraries] Compiling compression-core v0.4.31
41252026-08-04T17:58:14.658Z[verify-libraries] Compiling async-stream-impl v0.3.6
41262026-08-04T17:58:14.658Z[verify-libraries] Compiling serde_spanned v1.1.1
41272026-08-04T17:58:14.658Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41282026-08-04T17:58:14.662ZAug 04 17:58:14.038 INFO [stamp-nexus] process exited with exit status: 0 (5.657607865s)
41292026-08-04T17:58:14.662ZAug 04 17:58:14.038 INFO [tuf-stamp] task succeeded (5.661209019s)
41302026-08-04T17:58:14.662ZAug 04 17:58:14.038 INFO [tuf-v2-zones] running task
41312026-08-04T17:58:14.736Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41322026-08-04T17:58:14.739Z[verify-libraries] Compiling dropshot v0.17.1
41332026-08-04T17:58:14.763ZAug 04 17:58:14.142 INFO [tuf-v2-zones] task succeeded (103.507608ms)
41342026-08-04T17:58:14.780Z[verify-libraries] Compiling hostname v0.3.1
41352026-08-04T17:58:14.780Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41362026-08-04T17:58:14.819Z[verify-libraries] Compiling waitgroup v0.1.2
41372026-08-04T17:58:14.819Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41382026-08-04T17:58:14.868Z[verify-libraries] Compiling compression-codecs v0.4.37
41392026-08-04T17:58:14.893Z[verify-libraries] Compiling slog-bunyan v2.5.0
41402026-08-04T17:58:14.896Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41412026-08-04T17:58:14.936Z[verify-libraries] Compiling hostname v0.4.2
41422026-08-04T17:58:14.958Z[verify-libraries] Compiling itertools v0.14.0
41432026-08-04T17:58:14.980Z[verify-libraries] Compiling atomicwrites v0.4.4
41442026-08-04T17:58:15.023Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41452026-08-04T17:58:15.024Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
41462026-08-04T17:58:15.088Z[verify-libraries] Compiling async-compression v0.4.41
41472026-08-04T17:58:15.111Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41482026-08-04T17:58:15.135Z[verify-libraries] Compiling macaddr v1.0.1
41492026-08-04T17:58:15.155Z[verify-libraries] Compiling regress v0.10.5
41502026-08-04T17:58:15.155Z[verify-libraries] Compiling instant v0.1.13
41512026-08-04T17:58:15.197Z[verify-libraries] Compiling backon v1.6.0
41522026-08-04T17:58:15.216Z[verify-libraries] Compiling humantime v2.3.0
41532026-08-04T17:58:15.259Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41542026-08-04T17:58:15.311Z[verify-libraries] Compiling backoff v0.4.0
41552026-08-04T17:58:15.315Z[verify-libraries] Compiling convert_case v0.4.0
41562026-08-04T17:58:15.368Z[verify-libraries] Compiling async-stream v0.3.6
41572026-08-04T17:58:15.395Z[ host-image] Aug 04 17:58:14.773 INFO O| Aug 04 17:58:14.773 INFO O| Startup: Refreshing catalog 'helios' ... Done
41582026-08-04T17:58:15.405Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41592026-08-04T17:58:15.428Z[verify-libraries] Compiling progenitor-extras v0.2.0
41602026-08-04T17:58:15.464Z[verify-libraries] Compiling half v2.7.1
41612026-08-04T17:58:15.485Z[verify-libraries] Compiling indent_write v2.2.0
41622026-08-04T17:58:15.518Z[verify-libraries] Compiling ciborium-io v0.2.2
41632026-08-04T17:58:15.518Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41642026-08-04T17:58:15.567Z[verify-libraries] Compiling regress v0.11.1
41652026-08-04T17:58:15.590Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41662026-08-04T17:58:15.593Z[verify-libraries] Compiling secrecy v0.10.3
41672026-08-04T17:58:15.651Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41682026-08-04T17:58:15.690Z[verify-libraries] Compiling structmeta v0.3.0
41692026-08-04T17:58:15.691Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41702026-08-04T17:58:15.719Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41712026-08-04T17:58:15.753Z[verify-libraries] Compiling ciborium-ll v0.2.2
41722026-08-04T17:58:15.775Z[verify-libraries] Compiling derive_more v0.99.20
41732026-08-04T17:58:15.820Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41742026-08-04T17:58:15.824Z[verify-libraries] Compiling inout v0.1.4
41752026-08-04T17:58:15.889Z[verify-libraries] Compiling universal-hash v0.5.1
41762026-08-04T17:58:15.948Z[verify-libraries] Compiling derive-ex v0.1.8
41772026-08-04T17:58:15.970Z[verify-libraries] Compiling parse-display-derive v0.10.0
41782026-08-04T17:58:16.019Z[verify-libraries] Compiling ciborium v0.2.2
41792026-08-04T17:58:16.053Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
41802026-08-04T17:58:16.075Z[verify-libraries] Compiling cipher v0.4.4
41812026-08-04T17:58:16.099Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41822026-08-04T17:58:16.191Z[verify-libraries] Compiling opaque-debug v0.3.1
41832026-08-04T17:58:16.214Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41842026-08-04T17:58:16.274Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41852026-08-04T17:58:16.298Z[verify-libraries] Compiling poly1305 v0.8.0
41862026-08-04T17:58:16.352Z[verify-libraries] Compiling chacha20 v0.9.1
41872026-08-04T17:58:16.374Z[verify-libraries] Compiling blake2 v0.10.6
41882026-08-04T17:58:16.475Z[verify-libraries] Compiling aead v0.5.2
41892026-08-04T17:58:16.507Z[verify-libraries] Compiling password-hash v0.5.0
41902026-08-04T17:58:16.681Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41912026-08-04T17:58:16.744Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41922026-08-04T17:58:16.779Z[verify-libraries] Compiling num-derive v0.4.2
41932026-08-04T17:58:16.854Z[ host-image] Aug 04 17:58:16.232 INFO O| Aug 04 17:58:16.232 INFO O| Startup: Caching catalogs ... Done
41942026-08-04T17:58:16.867Z[verify-libraries] Compiling argon2 v0.5.3
41952026-08-04T17:58:16.991Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41962026-08-04T17:58:17.024Z[verify-libraries] Compiling rayon-core v1.13.0
41972026-08-04T17:58:17.047Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41982026-08-04T17:58:17.106Z[verify-libraries] Compiling glob v0.3.3
41992026-08-04T17:58:17.185Z[ host-image] Aug 04 17:58:16.563 INFO O| Aug 04 17:58:16.563 INFO O| Planning: Solver setup ... Done
42002026-08-04T17:58:17.190Z[ host-image] Aug 04 17:58:16.568 INFO O| Aug 04 17:58:16.568 INFO O| Planning: Running solver ... Done
42012026-08-04T17:58:17.202Z[ host-image] Aug 04 17:58:16.579 INFO O| Aug 04 17:58:16.579 INFO O| Planning: Finding local manifests ... Done
42022026-08-04T17:58:17.236Z[ host-image] Aug 04 17:58:16.613 INFO O| Aug 04 17:58:16.613 INFO O| Planning: Fetching manifests: 0/6 0% complete
42032026-08-04T17:58:17.243Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42042026-08-04T17:58:17.309Z[verify-libraries] Compiling typify-impl v0.6.2
42052026-08-04T17:58:17.336Z[ host-image] Aug 04 17:58:16.709 INFO O| Aug 04 17:58:16.709 INFO O| Planning: Fetching manifests: 6/6 100% complete
42062026-08-04T17:58:17.349Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42072026-08-04T17:58:17.379Z[ host-image] Aug 04 17:58:16.756 INFO O| Aug 04 17:58:16.756 INFO O| Planning: Package planning ... Done
42082026-08-04T17:58:17.388Z[ host-image] Aug 04 17:58:16.765 INFO O| Aug 04 17:58:16.765 INFO O| Planning: Merging actions ... Done
42092026-08-04T17:58:17.440Z[ host-image] Aug 04 17:58:16.818 INFO O| Aug 04 17:58:16.818 INFO O| Planning: Checking for conflicting actions ... Done
42102026-08-04T17:58:17.444Z[ host-image] Aug 04 17:58:16.821 INFO O| Aug 04 17:58:16.821 INFO O| Planning: Consolidating action changes ... Done
42112026-08-04T17:58:17.493Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42122026-08-04T17:58:17.682Z[ host-image] Aug 04 17:58:17.059 INFO O| Aug 04 17:58:17.059 INFO O| Planning: Evaluating mediators ... Done
42132026-08-04T17:58:17.685Z[ host-image] Aug 04 17:58:17.063 INFO O| Aug 04 17:58:17.063 INFO O| Planning: Planning completed in 0.82 seconds
42142026-08-04T17:58:17.685Z[ host-image] Aug 04 17:58:17.063 INFO O| Aug 04 17:58:17.063 INFO O| Packages to install: 6
42152026-08-04T17:58:17.685Z[ host-image] Aug 04 17:58:17.063 INFO O| Aug 04 17:58:17.063 INFO O| Mediators to change: 1
42162026-08-04T17:58:17.685Z[ host-image] Aug 04 17:58:17.063 INFO O| Aug 04 17:58:17.063 INFO O| Services to change: 1
42172026-08-04T17:58:17.697Z[ host-image] Aug 04 17:58:17.075 INFO O| Aug 04 17:58:17.075 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
42182026-08-04T17:58:17.706Z[verify-libraries] Compiling vsss-rs v3.3.4
42192026-08-04T17:58:17.710Z[ recovery-image] Aug 04 17:58:17.087 INFO O| Aug 04 17:58:17.087 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42202026-08-04T17:58:17.720Z[ recovery-image] Aug 04 17:58:17.098 INFO O| Aug 04 17:58:17.098 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42212026-08-04T17:58:17.754Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42222026-08-04T17:58:17.866Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42232026-08-04T17:58:17.903Z[verify-libraries] Compiling parse-display v0.10.0
42242026-08-04T17:58:17.955Z[verify-libraries] Compiling test-strategy v0.4.5
42252026-08-04T17:58:17.988Z[verify-libraries] Compiling usdt-macro v0.5.0
42262026-08-04T17:58:18.111Z[ recovery-image] Aug 04 17:58:17.489 INFO O| Aug 04 17:58:17.489 INFO O| Caching catalogs ... Done
42272026-08-04T17:58:18.173Z[verify-libraries] Compiling itertools v0.15.0
42282026-08-04T17:58:18.198Z[ recovery-image] Aug 04 17:58:17.575 INFO O| Aug 04 17:58:17.575 INFO STEP 0 (pkg_image_create) COMPLETE
42292026-08-04T17:58:18.202Z[ recovery-image] Aug 04 17:58:17.575 INFO O| Aug 04 17:58:17.575 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42302026-08-04T17:58:18.208Z[ recovery-image] Aug 04 17:58:17.586 INFO O| Aug 04 17:58:17.586 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"]
42312026-08-04T17:58:18.353Z[verify-libraries] Compiling memmap v0.7.0
42322026-08-04T17:58:18.410Z[verify-libraries] Compiling heapless v0.8.0
42332026-08-04T17:58:18.453Z[verify-libraries] Compiling proc-macro-error v1.0.4
42342026-08-04T17:58:18.490Z[verify-libraries] Compiling tabwriter v1.4.1
42352026-08-04T17:58:18.531Z[verify-libraries] Compiling num_enum_derive v0.7.6
42362026-08-04T17:58:18.544Z[ recovery-image] Aug 04 17:58:17.922 INFO O| Aug 04 17:58:17.922 INFO STEP 1 (pkg_set_publisher) COMPLETE
42372026-08-04T17:58:18.544Z[ recovery-image] Aug 04 17:58:17.922 INFO O| Aug 04 17:58:17.922 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42382026-08-04T17:58:18.548Z[ recovery-image] Aug 04 17:58:17.922 INFO O| Aug 04 17:58:17.922 INFO skip step because feature "publisher_1_name" is not enabled
42392026-08-04T17:58:18.548Z[ recovery-image] Aug 04 17:58:17.922 INFO O| Aug 04 17:58:17.922 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42402026-08-04T17:58:18.548Z[ recovery-image] Aug 04 17:58:17.922 INFO O| Aug 04 17:58:17.922 INFO skip step because feature "publisher_2_name" is not enabled
42412026-08-04T17:58:18.548Z[ recovery-image] Aug 04 17:58:17.922 INFO O| Aug 04 17:58:17.922 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42422026-08-04T17:58:18.548Z[ recovery-image] Aug 04 17:58:17.922 INFO O| Aug 04 17:58:17.922 INFO skip step because feature "publisher_3_name" is not enabled
42432026-08-04T17:58:18.548Z[ recovery-image] Aug 04 17:58:17.922 INFO O| Aug 04 17:58:17.922 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42442026-08-04T17:58:18.548Z[ host-image] Aug 04 17:58:17.924 INFO O| Aug 04 17:58:17.923 INFO O| Download: Completed 7.84 MB in 0.85 seconds (9.2M/s)
42452026-08-04T17:58:18.599Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42462026-08-04T17:58:18.665Z[ host-image] Aug 04 17:58:18.029 INFO O| Aug 04 17:58:18.029 INFO O| Actions: 1/1366 actions (Installing new actions)
42472026-08-04T17:58:18.675Z[verify-libraries] Compiling hash32 v0.3.1
42482026-08-04T17:58:18.721Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42492026-08-04T17:58:18.769Z[verify-libraries] Compiling smoltcp v0.11.0
42502026-08-04T17:58:18.811Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42512026-08-04T17:58:18.843Z[verify-libraries] Compiling toml v0.8.23
42522026-08-04T17:58:18.843Z[verify-libraries] Compiling cobs v0.3.0
42532026-08-04T17:58:18.895Z[ recovery-image] Aug 04 17:58:18.272 INFO O| Aug 04 17:58:18.272 INFO variant opensolaris.zone is already global
42542026-08-04T17:58:18.895Z[ recovery-image] Aug 04 17:58:18.272 INFO O| Aug 04 17:58:18.272 INFO STEP 5 (pkg_change_variant) COMPLETE
42552026-08-04T17:58:18.895Z[ recovery-image] Aug 04 17:58:18.272 INFO O| Aug 04 17:58:18.272 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42562026-08-04T17:58:18.920Z[ host-image] Aug 04 17:58:18.297 INFO O| Aug 04 17:58:18.297 INFO O| Actions: Completed 1366 actions in 0.27 seconds.
42572026-08-04T17:58:18.948Z[ host-image] Aug 04 17:58:18.325 INFO O| Aug 04 17:58:18.325 INFO O| Finalize: Updating package state database ... Done
42582026-08-04T17:58:18.948Z[ host-image] Aug 04 17:58:18.325 INFO O| Aug 04 17:58:18.325 INFO O| Finalize: Updating package cache ... Done
42592026-08-04T17:58:18.953Z[verify-libraries] Compiling usdt v0.5.0
42602026-08-04T17:58:18.953Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42612026-08-04T17:58:19.023Z[ host-image] Aug 04 17:58:18.400 INFO O| Aug 04 17:58:18.399 INFO O| Finalize: Updating image state ... Done
42622026-08-04T17:58:19.143Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42632026-08-04T17:58:19.222Z[ recovery-image] Aug 04 17:58:18.593 INFO O| Aug 04 17:58:18.593 INFO variant opensolaris.imagetype is full; changing to partial
42642026-08-04T17:58:19.222Z[ recovery-image] Aug 04 17:58:18.593 INFO O| Aug 04 17:58:18.593 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42652026-08-04T17:58:19.226Z[verify-libraries] Compiling colored v3.1.1
42662026-08-04T17:58:19.250Z[verify-libraries] Compiling postcard v1.1.3
42672026-08-04T17:58:19.338Z[verify-libraries] Compiling rayon v1.11.0
42682026-08-04T17:58:19.374Z[verify-libraries] Compiling rand v0.10.1
42692026-08-04T17:58:19.374Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42702026-08-04T17:58:19.439Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42712026-08-04T17:58:19.497Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42722026-08-04T17:58:19.563Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
42732026-08-04T17:58:19.598Z[verify-libraries] Compiling ingot-macros v0.2.0
42742026-08-04T17:58:19.643Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42752026-08-04T17:58:19.679Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42762026-08-04T17:58:19.715Z[verify-libraries] Compiling num_enum v0.7.6
42772026-08-04T17:58:19.877Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42782026-08-04T17:58:19.915Z[verify-libraries] Compiling num_enum_derive v0.5.11
42792026-08-04T17:58:19.915Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42802026-08-04T17:58:19.961Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42812026-08-04T17:58:19.966Z[ host-image] Aug 04 17:58:19.345 INFO O| Aug 04 17:58:19.344 INFO O| Finalize: Creating fast lookup database ... Done
42822026-08-04T17:58:19.997Z[ host-image] Aug 04 17:58:19.375 INFO O| Aug 04 17:58:19.375 INFO O| Finalize: Reading search index ... Done
42832026-08-04T17:58:19.997Z[ host-image] Aug 04 17:58:19.375 INFO O| Aug 04 17:58:19.375 INFO O| Finalize: Updating search index ... Done
42842026-08-04T17:58:20.030Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42852026-08-04T17:58:20.033Z[ host-image] Aug 04 17:58:19.411 INFO O| Aug 04 17:58:19.411 INFO O| Finalize: Updating package cache ... Done
42862026-08-04T17:58:20.066Z[verify-libraries] Compiling cstr-argument v0.1.2
42872026-08-04T17:58:20.159Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42882026-08-04T17:58:20.190Z[verify-libraries] Compiling foreign-types v0.5.0
42892026-08-04T17:58:20.194Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42902026-08-04T17:58:20.265Z[ host-image] Aug 04 17:58:19.642 INFO O| Aug 04 17:58:19.642 INFO STEP 13 (pkg_install) COMPLETE
42912026-08-04T17:58:20.265Z[ host-image] Aug 04 17:58:19.642 INFO O| Aug 04 17:58:19.642 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42922026-08-04T17:58:20.276Z[ host-image] Aug 04 17:58:19.654 INFO O| Aug 04 17:58:19.654 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
42932026-08-04T17:58:20.299Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42942026-08-04T17:58:20.338Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42952026-08-04T17:58:20.350Z[verify-libraries] Compiling sigpipe v0.1.3
42962026-08-04T17:58:20.462Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42972026-08-04T17:58:20.534Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42982026-08-04T17:58:20.537Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42992026-08-04T17:58:20.578Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
43002026-08-04T17:58:20.581Z[verify-libraries] Compiling itertools v0.12.1
43012026-08-04T17:58:20.581Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43022026-08-04T17:58:20.657Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43032026-08-04T17:58:20.765Z[ recovery-image] Aug 04 17:58:20.142 INFO O| Aug 04 17:58:20.142 INFO O| Startup: Refreshing catalog 'helios' ... Done
43042026-08-04T17:58:20.769Z[verify-libraries] Compiling smf v0.2.3
43052026-08-04T17:58:20.778Z[verify-libraries] Compiling whoami v1.6.1
43062026-08-04T17:58:20.900Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
43072026-08-04T17:58:21.072Z[verify-libraries] Compiling num_enum v0.5.11
43082026-08-04T17:58:21.121Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
43092026-08-04T17:58:21.140Z[ recovery-image] Aug 04 17:58:20.517 INFO O| Aug 04 17:58:20.517 INFO O| Startup: Caching catalogs ... Done
43102026-08-04T17:58:21.154Z[ recovery-image] Aug 04 17:58:20.529 INFO O| Aug 04 17:58:20.528 INFO O| Planning: Planning completed in 0.00 seconds
43112026-08-04T17:58:21.155Z[ recovery-image] Aug 04 17:58:20.529 INFO O| Aug 04 17:58:20.529 INFO O| Planning: Consolidating action changes ... Done
43122026-08-04T17:58:21.155Z[ recovery-image] Aug 04 17:58:20.529 INFO O| Aug 04 17:58:20.529 INFO O| Planning: Evaluating mediators ... Done
43132026-08-04T17:58:21.155Z[ recovery-image] Aug 04 17:58:20.529 INFO O| Aug 04 17:58:20.529 INFO O| Planning: Planning completed in 0.00 seconds
43142026-08-04T17:58:21.155Z[ recovery-image] Aug 04 17:58:20.529 INFO O| Aug 04 17:58:20.529 INFO O| Variants/Facets to change: 1
43152026-08-04T17:58:21.169Z[ recovery-image] Aug 04 17:58:20.547 INFO O| Aug 04 17:58:20.547 INFO O| Finalize: Updating package state database ... Done
43162026-08-04T17:58:21.169Z[ recovery-image] Aug 04 17:58:20.547 INFO O| Aug 04 17:58:20.547 INFO O| Finalize: Updating package cache ... Done
43172026-08-04T17:58:21.180Z[verify-libraries] Compiling tokio-dtrace v0.1.1
43182026-08-04T17:58:21.247Z[ recovery-image] Aug 04 17:58:20.609 INFO O| Aug 04 17:58:20.604 INFO O| Finalize: Updating image state ... Done
43192026-08-04T17:58:21.247Z[ recovery-image] Aug 04 17:58:20.616 INFO O| Aug 04 17:58:20.616 INFO O| Finalize: Creating fast lookup database ... Done
43202026-08-04T17:58:21.247Z[ recovery-image] Aug 04 17:58:20.617 INFO O| Aug 04 17:58:20.617 INFO O| Finalize: Reading search index ... Done
43212026-08-04T17:58:21.251Z[ recovery-image] Aug 04 17:58:20.617 INFO O| Aug 04 17:58:20.617 INFO O| Finalize: Updating search index ... Done
43222026-08-04T17:58:21.251Z[ recovery-image] Aug 04 17:58:20.618 INFO O| Aug 04 17:58:20.618 INFO O| Finalize: Updating package cache ... Done
43232026-08-04T17:58:21.251Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
43242026-08-04T17:58:21.251Z[verify-libraries] Compiling derive-where v1.6.0
43252026-08-04T17:58:21.254Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43262026-08-04T17:58:21.275Z[verify-libraries] Compiling gethostname v0.5.0
43272026-08-04T17:58:21.398Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
43282026-08-04T17:58:21.448Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
43292026-08-04T17:58:21.448Z[verify-libraries] Compiling console v0.15.11
43302026-08-04T17:58:21.456Z[ recovery-image] Aug 04 17:58:20.834 INFO O| Aug 04 17:58:20.834 INFO STEP 6 (pkg_change_variant) COMPLETE
43312026-08-04T17:58:21.456Z[ recovery-image] Aug 04 17:58:20.834 INFO O| Aug 04 17:58:20.834 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43322026-08-04T17:58:21.459Z[ recovery-image] Aug 04 17:58:20.834 INFO O| Aug 04 17:58:20.834 INFO skip step because feature "debug_variant" is not enabled
43332026-08-04T17:58:21.459Z[ recovery-image] Aug 04 17:58:20.834 INFO O| Aug 04 17:58:20.834 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43342026-08-04T17:58:21.569Z[verify-libraries] Compiling newline-converter v0.3.0
43352026-08-04T17:58:21.569Z[verify-libraries] Compiling linear-map v1.2.0
43362026-08-04T17:58:21.625Z[verify-libraries] Compiling resolv-conf v0.7.6
43372026-08-04T17:58:21.629Z[ host-image] Aug 04 17:58:21.005 INFO O| Aug 04 17:58:21.004 INFO O| Startup: Refreshing catalog 'helios' ... Done
43382026-08-04T17:58:21.785Z[ recovery-image] Aug 04 17:58:21.163 INFO O| Aug 04 17:58:21.163 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43392026-08-04T17:58:21.796Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43402026-08-04T17:58:21.830Z[verify-libraries] Compiling zone v0.3.1
43412026-08-04T17:58:21.868Z[verify-libraries] Compiling expectorate v1.2.0
43422026-08-04T17:58:21.911Z[verify-libraries] Compiling num-rational v0.4.2
43432026-08-04T17:58:21.962Z[verify-libraries] Compiling num-complex v0.4.6
43442026-08-04T17:58:21.986Z[ host-image] Aug 04 17:58:21.364 INFO O| Aug 04 17:58:21.364 INFO O| Startup: Caching catalogs ... Done
43452026-08-04T17:58:22.066Z[verify-libraries] Compiling slog-dtrace v0.3.0
43462026-08-04T17:58:22.101Z[verify-libraries] Compiling prettyplease v0.2.37
43472026-08-04T17:58:22.106Z[verify-libraries] Compiling typify-macro v0.6.2
43482026-08-04T17:58:22.106Z[verify-libraries] Compiling float-ord v0.3.2
43492026-08-04T17:58:22.197Z[verify-libraries] Compiling linked-hash-map v0.5.6
43502026-08-04T17:58:22.200Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43512026-08-04T17:58:22.303Z[verify-libraries] Compiling hickory-proto v0.24.4
43522026-08-04T17:58:22.313Z[ host-image] Aug 04 17:58:21.690 INFO O| Aug 04 17:58:21.690 INFO O| Planning: Solver setup ... Done
43532026-08-04T17:58:22.317Z[ host-image] Aug 04 17:58:21.695 INFO O| Aug 04 17:58:21.695 INFO O| Planning: Running solver ... Done
43542026-08-04T17:58:22.327Z[ host-image] Aug 04 17:58:21.705 INFO O| Aug 04 17:58:21.705 INFO O| Planning: Finding local manifests ... Done
43552026-08-04T17:58:22.332Z[verify-libraries] Compiling convert_case v0.10.0
43562026-08-04T17:58:22.363Z[ host-image] Aug 04 17:58:21.740 INFO O| Aug 04 17:58:21.740 INFO O| Planning: Fetching manifests: 0/1 0% complete
43572026-08-04T17:58:23.394Z[ host-image] Aug 04 17:58:21.768 INFO O| Aug 04 17:58:21.768 INFO O| Planning: Fetching manifests: 1/1 100% complete
43582026-08-04T17:58:23.397Z[ host-image] Aug 04 17:58:21.794 INFO O| Aug 04 17:58:21.794 INFO O| Planning: Package planning ... Done
43592026-08-04T17:58:23.397Z[ host-image] Aug 04 17:58:21.794 INFO O| Aug 04 17:58:21.794 INFO O| Planning: Merging actions ... Done
43602026-08-04T17:58:23.397Z[ host-image] Aug 04 17:58:21.844 INFO O| Aug 04 17:58:21.844 INFO O| Planning: Checking for conflicting actions ... Done
43612026-08-04T17:58:23.397Z[ host-image] Aug 04 17:58:21.845 INFO O| Aug 04 17:58:21.845 INFO O| Planning: Consolidating action changes ... Done
43622026-08-04T17:58:23.397Z[verify-libraries] Compiling num v0.4.3
43632026-08-04T17:58:23.397Z[verify-libraries] Compiling lru-cache v0.1.2
43642026-08-04T17:58:23.397Z[verify-libraries] Compiling minimal-lexical v0.2.1
43652026-08-04T17:58:23.397Z[verify-libraries] Compiling owo-colors v4.3.0
43662026-08-04T17:58:23.397Z[verify-libraries] Compiling display-error-chain v0.2.2
43672026-08-04T17:58:23.397Z[verify-libraries] Compiling derive_more-impl v2.1.1
43682026-08-04T17:58:23.397Z[ host-image] Aug 04 17:58:22.186 INFO O| Aug 04 17:58:22.186 INFO O| Planning: Evaluating mediators ... Done
43692026-08-04T17:58:23.398Z[ host-image] Aug 04 17:58:22.187 INFO O| Aug 04 17:58:22.187 INFO O| Planning: Planning completed in 0.81 seconds
43702026-08-04T17:58:23.398Z[ host-image] Aug 04 17:58:22.187 INFO O| Aug 04 17:58:22.187 INFO O| Packages to install: 1
43712026-08-04T17:58:23.398Z[verify-libraries] Compiling ingot-types v0.2.0
43722026-08-04T17:58:23.398Z[ host-image] Aug 04 17:58:22.204 INFO O| Aug 04 17:58:22.204 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
43732026-08-04T17:58:23.398Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43742026-08-04T17:58:23.398Z[verify-libraries] Compiling unicode-xid v0.2.6
43752026-08-04T17:58:23.398Z[verify-libraries] Compiling tabled_derive v0.7.0
43762026-08-04T17:58:23.398Z[ host-image] Aug 04 17:58:22.342 INFO O| Aug 04 17:58:22.342 INFO O| Download: Completed 13.17 MB in 0.14 seconds (95.4M/s)
43772026-08-04T17:58:23.398Z[verify-libraries] Compiling nom v7.1.3
43782026-08-04T17:58:23.398Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43792026-08-04T17:58:23.398Z[verify-libraries] Compiling fd-lock v4.0.4
43802026-08-04T17:58:23.398Z[verify-libraries] Compiling vte v0.14.1
43812026-08-04T17:58:23.398Z[ host-image] Aug 04 17:58:22.592 INFO O| Aug 04 17:58:22.592 INFO O| Actions: 1/22 actions (Installing new actions)
43822026-08-04T17:58:23.398Z[ recovery-image] Aug 04 17:58:22.597 INFO O| Aug 04 17:58:22.597 INFO O| Startup: Refreshing catalog 'helios' ... Done
43832026-08-04T17:58:23.398Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43842026-08-04T17:58:23.398Z[verify-libraries] Compiling ingot v0.2.1
43852026-08-04T17:58:23.435Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43862026-08-04T17:58:23.440Z[ host-image] Aug 04 17:58:22.816 INFO O| Aug 04 17:58:22.816 INFO O| Actions: Completed 22 actions in 0.22 seconds.
43872026-08-04T17:58:23.464Z[ host-image] Aug 04 17:58:22.842 INFO O| Aug 04 17:58:22.842 INFO O| Finalize: Updating package state database ... Done
43882026-08-04T17:58:23.465Z[ host-image] Aug 04 17:58:22.842 INFO O| Aug 04 17:58:22.842 INFO O| Finalize: Updating package cache ... Done
43892026-08-04T17:58:23.489Z[verify-libraries] Compiling stacker v0.1.23
43902026-08-04T17:58:23.531Z[ host-image] Aug 04 17:58:22.909 INFO O| Aug 04 17:58:22.909 INFO O| Finalize: Updating image state ... Done
43912026-08-04T17:58:23.561Z[ recovery-image] Aug 04 17:58:22.939 INFO O| Aug 04 17:58:22.939 INFO O| Startup: Caching catalogs ... Done
43922026-08-04T17:58:23.584Z[ recovery-image] Aug 04 17:58:22.961 INFO O| Aug 04 17:58:22.961 INFO O| Planning: Planning completed in 0.01 seconds
43932026-08-04T17:58:23.587Z[ recovery-image] Aug 04 17:58:22.962 INFO O| Aug 04 17:58:22.962 INFO O| Planning: Consolidating action changes ... Done
43942026-08-04T17:58:23.587Z[ recovery-image] Aug 04 17:58:22.962 INFO O| Aug 04 17:58:22.962 INFO O| Planning: Evaluating mediators ... Done
43952026-08-04T17:58:23.587Z[ recovery-image] Aug 04 17:58:22.962 INFO O| Aug 04 17:58:22.962 INFO O| Planning: Planning completed in 0.01 seconds
43962026-08-04T17:58:23.587Z[ recovery-image] Aug 04 17:58:22.962 INFO O| Aug 04 17:58:22.962 INFO O| Variants/Facets to change: 1
43972026-08-04T17:58:23.595Z[ recovery-image] Aug 04 17:58:22.974 INFO O| Aug 04 17:58:22.973 INFO O| Finalize: Updating package state database ... Done
43982026-08-04T17:58:23.595Z[ recovery-image] Aug 04 17:58:22.974 INFO O| Aug 04 17:58:22.973 INFO O| Finalize: Updating package cache ... Done
43992026-08-04T17:58:23.645Z[ recovery-image] Aug 04 17:58:23.023 INFO O| Aug 04 17:58:23.023 INFO O| Finalize: Updating image state ... Done
44002026-08-04T17:58:23.658Z[ recovery-image] Aug 04 17:58:23.036 INFO O| Aug 04 17:58:23.036 INFO O| Finalize: Creating fast lookup database ... Done
44012026-08-04T17:58:23.661Z[ recovery-image] Aug 04 17:58:23.036 INFO O| Aug 04 17:58:23.036 INFO O| Finalize: Reading search index ... Done
44022026-08-04T17:58:23.661Z[ recovery-image] Aug 04 17:58:23.036 INFO O| Aug 04 17:58:23.036 INFO O| Finalize: Updating search index ... Done
44032026-08-04T17:58:23.661Z[ recovery-image] Aug 04 17:58:23.037 INFO O| Aug 04 17:58:23.037 INFO O| Finalize: Updating package cache ... Done
44042026-08-04T17:58:23.682Z[verify-libraries] Compiling reedline v0.40.0
44052026-08-04T17:58:23.748Z[verify-libraries] Compiling cfg_aliases v0.1.1
44062026-08-04T17:58:23.863Z[verify-libraries] Compiling semver v0.1.20
44072026-08-04T17:58:23.918Z[verify-libraries] Compiling nix v0.28.0
44082026-08-04T17:58:23.937Z[ recovery-image] Aug 04 17:58:23.310 INFO O| Aug 04 17:58:23.307 INFO STEP 8 (pkg_change_facet) COMPLETE
44092026-08-04T17:58:23.937Z[ recovery-image] Aug 04 17:58:23.310 INFO O| Aug 04 17:58:23.307 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44102026-08-04T17:58:24.007Z[verify-libraries] Compiling termtree v0.5.1
44112026-08-04T17:58:24.045Z[verify-libraries] Compiling oxide-update-engine v0.1.2
44122026-08-04T17:58:24.110Z[verify-libraries] Compiling derive_more v2.1.1
44132026-08-04T17:58:24.148Z[verify-libraries] Compiling tabled v0.15.0
44142026-08-04T17:58:24.184Z[verify-libraries] Compiling typify v0.6.2
44152026-08-04T17:58:24.234Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44162026-08-04T17:58:24.273Z[verify-libraries] Compiling crossterm v0.29.0
44172026-08-04T17:58:24.273Z[verify-libraries] Compiling psm v0.1.30
44182026-08-04T17:58:24.277Z[verify-libraries] Compiling rustc_version v0.1.7
44192026-08-04T17:58:24.280Z[ recovery-image] Aug 04 17:58:23.655 INFO O| Aug 04 17:58:23.655 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
44202026-08-04T17:58:24.297Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
44212026-08-04T17:58:24.389Z[verify-libraries] Compiling progenitor-impl v0.14.0
44222026-08-04T17:58:24.502Z[ host-image] Aug 04 17:58:23.879 INFO O| Aug 04 17:58:23.879 INFO O| Finalize: Creating fast lookup database ... Done
44232026-08-04T17:58:24.513Z[verify-libraries] Compiling phf_shared v0.12.1
44242026-08-04T17:58:24.532Z[ host-image] Aug 04 17:58:23.910 INFO O| Aug 04 17:58:23.909 INFO O| Finalize: Reading search index ... Done
44252026-08-04T17:58:24.532Z[ host-image] Aug 04 17:58:23.910 INFO O| Aug 04 17:58:23.910 INFO O| Finalize: Updating search index ... Done
44262026-08-04T17:58:24.542Z[ host-image] Aug 04 17:58:23.920 INFO O| Aug 04 17:58:23.920 INFO O| Finalize: Updating package cache ... Done
44272026-08-04T17:58:24.548Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
44282026-08-04T17:58:24.580Z[verify-libraries] Compiling nibble_vec v0.1.0
44292026-08-04T17:58:24.602Z[verify-libraries] Compiling chrono-tz v0.10.4
44302026-08-04T17:58:24.685Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44312026-08-04T17:58:24.735Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
44322026-08-04T17:58:24.794Z[ host-image] Aug 04 17:58:24.172 INFO O| Aug 04 17:58:24.172 INFO STEP 14 (pkg_install) COMPLETE
44332026-08-04T17:58:24.794Z[ host-image] Aug 04 17:58:24.172 INFO O| Aug 04 17:58:24.172 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44342026-08-04T17:58:24.794Z[ host-image] Aug 04 17:58:24.172 INFO O| Aug 04 17:58:24.172 INFO skip step because feature "mbist" is not enabled
44352026-08-04T17:58:24.797Z[ host-image] Aug 04 17:58:24.172 INFO O| Aug 04 17:58:24.172 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44362026-08-04T17:58:24.797Z[ host-image] Aug 04 17:58:24.172 INFO O| Aug 04 17:58:24.172 INFO skip step because feature "mfg" is not enabled
44372026-08-04T17:58:24.797Z[ host-image] Aug 04 17:58:24.172 INFO O| Aug 04 17:58:24.172 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44382026-08-04T17:58:24.797Z[ host-image] Aug 04 17:58:24.172 INFO O| Aug 04 17:58:24.172 INFO skip step because feature "compliance" is not enabled
44392026-08-04T17:58:24.797Z[ host-image] Aug 04 17:58:24.172 INFO O| Aug 04 17:58:24.172 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44402026-08-04T17:58:24.797Z[ host-image] Aug 04 17:58:24.172 INFO O| Aug 04 17:58:24.172 INFO skip step because feature "stress" is not enabled
44412026-08-04T17:58:24.797Z[ host-image] Aug 04 17:58:24.172 INFO O| Aug 04 17:58:24.172 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44422026-08-04T17:58:24.797Z[ host-image] Aug 04 17:58:24.172 INFO O| Aug 04 17:58:24.172 INFO skip step because feature "compliance" is not enabled
44432026-08-04T17:58:24.797Z[ host-image] Aug 04 17:58:24.172 INFO O| Aug 04 17:58:24.172 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44442026-08-04T17:58:24.797Z[ host-image] Aug 04 17:58:24.172 INFO O| Aug 04 17:58:24.172 INFO skip step because feature "nfs" is not enabled
44452026-08-04T17:58:24.797Z[ host-image] Aug 04 17:58:24.172 INFO O| Aug 04 17:58:24.172 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
44462026-08-04T17:58:24.797Z[ host-image] Aug 04 17:58:24.172 INFO O| Aug 04 17:58:24.172 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
44472026-08-04T17:58:24.822Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
44482026-08-04T17:58:24.868Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
44492026-08-04T17:58:24.934Z[verify-libraries] Compiling hickory-resolver v0.24.4
44502026-08-04T17:58:25.045Z[ host-image] Aug 04 17:58:24.423 INFO O| Aug 04 17:58:24.423 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
44512026-08-04T17:58:25.130Z[ host-image] Aug 04 17:58:24.508 INFO O| Aug 04 17:58:24.508 INFO completed processing sled/ramdisk-01-os
44522026-08-04T17:58:25.134Z[ host-image] Aug 04 17:58:24.510 INFO omicron1 baseline generation...
44532026-08-04T17:58:25.134Z[ host-image] Aug 04 17:58:24.510 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
44542026-08-04T17:58:25.137Z[verify-libraries] Compiling highway v1.3.0
44552026-08-04T17:58:25.191Z[verify-libraries] Compiling endian-type v0.1.2
44562026-08-04T17:58:25.437Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
44572026-08-04T17:58:25.502Z[verify-libraries] Compiling radix_trie v0.2.1
44582026-08-04T17:58:25.572Z[ host-image] Aug 04 17:58:24.949 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24160:20260803T102742Z
44592026-08-04T17:58:26.056Z[verify-libraries] Compiling phf v0.12.1
44602026-08-04T17:58:26.059Z[ recovery-image] Aug 04 17:58:25.082 INFO O| Aug 04 17:58:25.082 INFO O| Startup: Refreshing catalog 'helios' ... Done
44612026-08-04T17:58:26.060Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
44622026-08-04T17:58:26.060Z[verify-libraries] Compiling recursive v0.1.1
44632026-08-04T17:58:26.060Z[verify-libraries] Compiling newtype_derive v0.1.6
44642026-08-04T17:58:26.060Z[verify-libraries] Compiling qorb v0.4.1
44652026-08-04T17:58:26.060Z[ recovery-image] Aug 04 17:58:25.406 INFO O| Aug 04 17:58:25.406 INFO O| Startup: Caching catalogs ... Done
44662026-08-04T17:58:26.060Z[ recovery-image] Aug 04 17:58:25.418 INFO O| Aug 04 17:58:25.418 INFO O| Planning: Planning completed in 0.00 seconds
44672026-08-04T17:58:26.060Z[ recovery-image] Aug 04 17:58:25.419 INFO O| Aug 04 17:58:25.419 INFO O| Planning: Consolidating action changes ... Done
44682026-08-04T17:58:26.060Z[ recovery-image] Aug 04 17:58:25.419 INFO O| Aug 04 17:58:25.419 INFO O| Planning: Evaluating mediators ... Done
44692026-08-04T17:58:26.060Z[ recovery-image] Aug 04 17:58:25.419 INFO O| Aug 04 17:58:25.419 INFO O| Planning: Planning completed in 0.00 seconds
44702026-08-04T17:58:26.060Z[ recovery-image] Aug 04 17:58:25.419 INFO O| Aug 04 17:58:25.419 INFO O| Variants/Facets to change: 1
44712026-08-04T17:58:26.060Z[ recovery-image] Aug 04 17:58:25.437 INFO O| Aug 04 17:58:25.437 INFO O| Finalize: Updating package state database ... Done
44722026-08-04T17:58:26.060Z[ recovery-image] Aug 04 17:58:25.437 INFO O| Aug 04 17:58:25.437 INFO O| Finalize: Updating package cache ... Done
44732026-08-04T17:58:26.063Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
44742026-08-04T17:58:26.108Z[ recovery-image] Aug 04 17:58:25.486 INFO O| Aug 04 17:58:25.486 INFO O| Finalize: Updating image state ... Done
44752026-08-04T17:58:26.118Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
44762026-08-04T17:58:26.123Z[ recovery-image] Aug 04 17:58:25.501 INFO O| Aug 04 17:58:25.501 INFO O| Finalize: Creating fast lookup database ... Done
44772026-08-04T17:58:26.126Z[ recovery-image] Aug 04 17:58:25.502 INFO O| Aug 04 17:58:25.502 INFO O| Finalize: Reading search index ... Done
44782026-08-04T17:58:26.126Z[ recovery-image] Aug 04 17:58:25.502 INFO O| Aug 04 17:58:25.502 INFO O| Finalize: Updating search index ... Done
44792026-08-04T17:58:26.127Z[ recovery-image] Aug 04 17:58:25.503 INFO O| Aug 04 17:58:25.503 INFO O| Finalize: Updating package cache ... Done
44802026-08-04T17:58:26.218Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
44812026-08-04T17:58:26.358Z[ recovery-image] Aug 04 17:58:25.735 INFO O| Aug 04 17:58:25.735 INFO STEP 9 (pkg_change_facet) COMPLETE
44822026-08-04T17:58:26.358Z[ recovery-image] Aug 04 17:58:25.736 INFO O| Aug 04 17:58:25.735 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44832026-08-04T17:58:26.695Z[ recovery-image] Aug 04 17:58:26.071 INFO O| Aug 04 17:58:26.071 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44842026-08-04T17:58:26.754Z[verify-libraries] Compiling peg-macros v0.8.5
44852026-08-04T17:58:26.804Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44862026-08-04T17:58:26.839Z[verify-libraries] Compiling winnow v0.6.26
44872026-08-04T17:58:27.084Z[verify-libraries] Compiling csv-core v0.1.13
44882026-08-04T17:58:27.319Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
44892026-08-04T17:58:27.351Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44902026-08-04T17:58:27.392Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44912026-08-04T17:58:27.414Z[verify-libraries] Compiling progenitor-macro v0.14.0
44922026-08-04T17:58:27.472Z[verify-libraries] Compiling home v0.5.12
44932026-08-04T17:58:27.472Z[verify-libraries] Compiling unicode_categories v0.1.1
44942026-08-04T17:58:27.560Z[verify-libraries] Compiling textwrap v0.16.2
44952026-08-04T17:58:27.630Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44962026-08-04T17:58:27.676Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44972026-08-04T17:58:27.705Z[verify-libraries] Compiling sqlparser v0.61.0
44982026-08-04T17:58:27.709Z[verify-libraries] Compiling rustyline v14.0.0
44992026-08-04T17:58:27.741Z[verify-libraries] Compiling csv v1.4.0
45002026-08-04T17:58:27.773Z[verify-libraries] Compiling const_format v0.2.35
45012026-08-04T17:58:28.239Z[verify-libraries] Compiling peg v0.8.5
45022026-08-04T17:58:28.242Z[verify-libraries] Compiling sqlformat v0.3.5
45032026-08-04T17:58:28.326Z[verify-libraries] Compiling bcs v0.1.6
45042026-08-04T17:58:28.402Z[ recovery-image] Aug 04 17:58:27.778 INFO O| Aug 04 17:58:27.778 INFO O| Startup: Refreshing catalog 'helios' ... Done
45052026-08-04T17:58:28.435Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
45062026-08-04T17:58:28.473Z[verify-libraries] Compiling nom v8.0.0
45072026-08-04T17:58:28.526Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45082026-08-04T17:58:28.621Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
45092026-08-04T17:58:28.722Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45102026-08-04T17:58:28.749Z[verify-libraries] Compiling base64 v0.21.7
45112026-08-04T17:58:28.776Z[ recovery-image] Aug 04 17:58:28.153 INFO O| Aug 04 17:58:28.153 INFO O| Startup: Caching catalogs ... Done
45122026-08-04T17:58:28.787Z[ recovery-image] Aug 04 17:58:28.165 INFO O| Aug 04 17:58:28.165 INFO O| Planning: Planning completed in 0.00 seconds
45132026-08-04T17:58:28.791Z[ recovery-image] Aug 04 17:58:28.166 INFO O| Aug 04 17:58:28.166 INFO O| Planning: Consolidating action changes ... Done
45142026-08-04T17:58:28.791Z[ recovery-image] Aug 04 17:58:28.166 INFO O| Aug 04 17:58:28.166 INFO O| Planning: Evaluating mediators ... Done
45152026-08-04T17:58:28.791Z[ recovery-image] Aug 04 17:58:28.166 INFO O| Aug 04 17:58:28.166 INFO O| Planning: Planning completed in 0.00 seconds
45162026-08-04T17:58:28.791Z[ recovery-image] Aug 04 17:58:28.166 INFO O| Aug 04 17:58:28.166 INFO O| Variants/Facets to change: 1
45172026-08-04T17:58:28.839Z[ recovery-image] Aug 04 17:58:28.217 INFO O| Aug 04 17:58:28.217 INFO O| Finalize: Updating package state database ... Done
45182026-08-04T17:58:28.839Z[ recovery-image] Aug 04 17:58:28.217 INFO O| Aug 04 17:58:28.217 INFO O| Finalize: Updating package cache ... Done
45192026-08-04T17:58:28.860Z[verify-libraries] Compiling steno v0.4.1
45202026-08-04T17:58:28.889Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
45212026-08-04T17:58:28.907Z[ recovery-image] Aug 04 17:58:28.284 INFO O| Aug 04 17:58:28.284 INFO O| Finalize: Updating image state ... Done
45222026-08-04T17:58:28.918Z[ recovery-image] Aug 04 17:58:28.295 INFO O| Aug 04 17:58:28.295 INFO O| Finalize: Creating fast lookup database ... Done
45232026-08-04T17:58:28.922Z[ recovery-image] Aug 04 17:58:28.296 INFO O| Aug 04 17:58:28.296 INFO O| Finalize: Reading search index ... Done
45242026-08-04T17:58:28.922Z[ recovery-image] Aug 04 17:58:28.296 INFO O| Aug 04 17:58:28.296 INFO O| Finalize: Updating search index ... Done
45252026-08-04T17:58:28.922Z[ recovery-image] Aug 04 17:58:28.299 INFO O| Aug 04 17:58:28.298 INFO O| Finalize: Updating package cache ... Done
45262026-08-04T17:58:29.157Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45272026-08-04T17:58:29.171Z[ recovery-image] Aug 04 17:58:28.548 INFO O| Aug 04 17:58:28.548 INFO STEP 10 (pkg_change_facet) COMPLETE
45282026-08-04T17:58:29.171Z[ recovery-image] Aug 04 17:58:28.548 INFO O| Aug 04 17:58:28.548 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45292026-08-04T17:58:29.179Z[ recovery-image] Aug 04 17:58:28.557 INFO O| Aug 04 17:58:28.557 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@22.0.0.0"]
45302026-08-04T17:58:29.423Z[verify-libraries] Compiling sha1 v0.10.6
45312026-08-04T17:58:29.486Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
45322026-08-04T17:58:29.513Z[verify-libraries] Compiling tagptr v0.2.0
45332026-08-04T17:58:29.538Z[verify-libraries] Compiling utf-8 v0.7.6
45342026-08-04T17:58:29.617Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
45352026-08-04T17:58:29.718Z[verify-libraries] Compiling moka v0.12.13
45362026-08-04T17:58:29.750Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
45372026-08-04T17:58:29.774Z[verify-libraries] Compiling radium v0.7.0
45382026-08-04T17:58:29.777Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
45392026-08-04T17:58:29.821Z[verify-libraries] Compiling tungstenite v0.21.0
45402026-08-04T17:58:29.825Z[verify-libraries] Compiling ron v0.8.1
45412026-08-04T17:58:29.886Z[verify-libraries] Compiling tap v1.0.1
45422026-08-04T17:58:29.963Z[verify-libraries] Compiling maybe-uninit v2.0.0
45432026-08-04T17:58:29.963Z[verify-libraries] Compiling zerocopy-derive v0.6.6
45442026-08-04T17:58:30.001Z[verify-libraries] Compiling packed_struct v0.10.1
45452026-08-04T17:58:30.395Z[verify-libraries] Compiling wyz v0.5.1
45462026-08-04T17:58:30.472Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
45472026-08-04T17:58:30.575Z[verify-libraries] Compiling crc-catalog v2.4.0
45482026-08-04T17:58:30.659Z[verify-libraries] Compiling hickory-resolver v0.25.2
45492026-08-04T17:58:30.703Z[verify-libraries] Compiling funty v2.0.0
45502026-08-04T17:58:30.741Z[verify-libraries] Compiling crc v3.4.0
45512026-08-04T17:58:30.782Z[ recovery-image] Aug 04 17:58:30.160 INFO O| Aug 04 17:58:30.160 INFO O| Startup: Refreshing catalog 'helios' ... Done
45522026-08-04T17:58:30.948Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45532026-08-04T17:58:30.952Z[verify-libraries] Compiling packed_struct_codegen v0.10.1
45542026-08-04T17:58:30.952Z[verify-libraries] Compiling bitfield-macros v0.19.4
45552026-08-04T17:58:31.065Z[verify-libraries] Compiling indexmap v1.9.3
45562026-08-04T17:58:31.113Z[verify-libraries] Compiling nodrop v0.1.14
45572026-08-04T17:58:31.117Z[verify-libraries] Compiling smallvec v0.6.14
45582026-08-04T17:58:31.209Z[ recovery-image] Aug 04 17:58:30.587 INFO O| Aug 04 17:58:30.587 INFO O| Startup: Caching catalogs ... Done
45592026-08-04T17:58:31.216Z[verify-libraries] Compiling zerocopy v0.6.6
45602026-08-04T17:58:31.364Z[verify-libraries] Compiling bitvec v1.0.1
45612026-08-04T17:58:31.422Z[verify-libraries] Compiling array-init v0.0.4
45622026-08-04T17:58:31.443Z[verify-libraries] Compiling libefi-sys v0.1.0
45632026-08-04T17:58:31.518Z[verify-libraries] Compiling hashbrown v0.12.3
45642026-08-04T17:58:31.692Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
45652026-08-04T17:58:31.788Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45662026-08-04T17:58:31.833Z[verify-libraries] Compiling serde-hex v0.1.0
45672026-08-04T17:58:31.873Z[verify-libraries] Compiling hashbrown v0.13.2
45682026-08-04T17:58:31.963Z[verify-libraries] Compiling bitfield-struct v0.6.2
45692026-08-04T17:58:31.983Z[verify-libraries] Compiling bitfield v0.19.4
45702026-08-04T17:58:32.294Z[verify-libraries] Compiling crc-any v2.5.0
45712026-08-04T17:58:32.440Z[verify-libraries] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
45722026-08-04T17:58:32.572Z[verify-libraries] Compiling object v0.30.4
45732026-08-04T17:58:32.750Z[verify-libraries] Compiling path-slash v0.1.5
45742026-08-04T17:58:32.819Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45752026-08-04T17:58:32.845Z[ recovery-image] Aug 04 17:58:32.216 INFO O| Aug 04 17:58:32.216 INFO O| Planning: Solver setup ... Done
45762026-08-04T17:58:32.866Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45772026-08-04T17:58:32.866Z[verify-libraries] Compiling xshell-macros v0.2.7
45782026-08-04T17:58:32.932Z[ recovery-image] Aug 04 17:58:32.309 INFO O| Aug 04 17:58:32.309 INFO O| Planning: Running solver ... Done
45792026-08-04T17:58:32.963Z[ recovery-image] Aug 04 17:58:32.341 INFO O| Aug 04 17:58:32.341 INFO O| Planning: Finding local manifests ... Done
45802026-08-04T17:58:33.004Z[ recovery-image] Aug 04 17:58:32.376 INFO O| Aug 04 17:58:32.376 INFO O| Planning: Fetching manifests: 0/130 0% complete
45812026-08-04T17:58:33.023Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
45822026-08-04T17:58:33.193Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45832026-08-04T17:58:33.257Z[verify-libraries] Compiling progenitor v0.14.0
45842026-08-04T17:58:33.292Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45852026-08-04T17:58:33.332Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45862026-08-04T17:58:33.377Z[verify-libraries] Compiling libscf-sys v1.2.0
45872026-08-04T17:58:33.436Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45882026-08-04T17:58:33.460Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
45892026-08-04T17:58:33.499Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45902026-08-04T17:58:33.545Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45912026-08-04T17:58:33.658Z[verify-libraries] Compiling xshell v0.2.7
45922026-08-04T17:58:33.728Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
45932026-08-04T17:58:33.783Z[verify-libraries] Compiling papergrid v0.17.0
45942026-08-04T17:58:33.840Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45952026-08-04T17:58:33.924Z[verify-libraries] Compiling testing_table v0.3.0
45962026-08-04T17:58:33.958Z[verify-libraries] Compiling subprocess v0.2.15
45972026-08-04T17:58:34.174Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
45982026-08-04T17:58:34.209Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
45992026-08-04T17:58:34.254Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
46002026-08-04T17:58:34.281Z[verify-libraries] Compiling tabled_derive v0.11.0
46012026-08-04T17:58:34.400Z[verify-libraries] Compiling headers-core v0.3.0
46022026-08-04T17:58:34.585Z[verify-libraries] Compiling unicase v2.9.0
46032026-08-04T17:58:34.648Z[verify-libraries] Compiling headers v0.4.1
46042026-08-04T17:58:34.677Z[verify-libraries] Compiling darling_core v0.21.3
46052026-08-04T17:58:34.680Z[verify-libraries] Compiling maplit v1.0.2
46062026-08-04T17:58:34.766Z[verify-libraries] Compiling crc8 v0.1.1
46072026-08-04T17:58:34.827Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
46082026-08-04T17:58:34.848Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46092026-08-04T17:58:34.848Z[verify-libraries] Compiling yasna v0.5.2
46102026-08-04T17:58:34.974Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
46112026-08-04T17:58:35.385Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
46122026-08-04T17:58:35.412Z[verify-libraries] Compiling rcgen v0.12.1
46132026-08-04T17:58:35.512Z[verify-libraries] Compiling vergen-lib v0.1.6
46142026-08-04T17:58:35.634Z[verify-libraries] Compiling diesel_derives v2.3.7
46152026-08-04T17:58:35.689Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
46162026-08-04T17:58:35.690Z[verify-libraries] Compiling tabled v0.20.0
46172026-08-04T17:58:35.750Z[verify-libraries] Compiling port-file v0.1.0
46182026-08-04T17:58:35.823Z[verify-libraries] Compiling vergen-gitcl v1.0.8
46192026-08-04T17:58:35.892Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
46202026-08-04T17:58:35.980Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46212026-08-04T17:58:36.058Z[ recovery-image] Aug 04 17:58:35.436 INFO O| Aug 04 17:58:35.436 INFO O| Planning: Fetching manifests: 130/130 100% complete
46222026-08-04T17:58:36.079Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46232026-08-04T17:58:36.179Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46242026-08-04T17:58:36.212Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
46252026-08-04T17:58:36.297Z[verify-libraries] Compiling half v1.8.3
46262026-08-04T17:58:36.415Z[verify-libraries] Compiling r2d2 v0.8.10
46272026-08-04T17:58:36.494Z[verify-libraries] Compiling dirs-sys-next v0.1.2
46282026-08-04T17:58:36.531Z[verify-libraries] Compiling downcast-rs v2.0.2
46292026-08-04T17:58:36.566Z[ recovery-image] Aug 04 17:58:35.944 INFO O| Aug 04 17:58:35.944 INFO O| Planning: Package planning ... Done
46302026-08-04T17:58:36.652Z[verify-libraries] Compiling serde_cbor v0.11.2
46312026-08-04T17:58:36.702Z[verify-libraries] Compiling cpubits v0.1.1
46322026-08-04T17:58:36.715Z[ recovery-image] Aug 04 17:58:36.093 INFO O| Aug 04 17:58:36.093 INFO O| Planning: Merging actions ... Done
46332026-08-04T17:58:36.741Z[verify-libraries] Compiling crunchy v0.2.4
46342026-08-04T17:58:36.782Z[verify-libraries] Compiling dirs-next v2.0.0
46352026-08-04T17:58:36.787Z[ recovery-image] Aug 04 17:58:36.165 INFO O| Aug 04 17:58:36.165 INFO O| Planning: Checking for conflicting actions ... Done
46362026-08-04T17:58:36.841Z[ recovery-image] Aug 04 17:58:36.219 INFO O| Aug 04 17:58:36.218 INFO O| Planning: Consolidating action changes ... Done
46372026-08-04T17:58:36.887Z[verify-libraries] Compiling clang-sys v1.8.1
46382026-08-04T17:58:36.887Z[verify-libraries] Compiling tiny-keccak v2.0.2
46392026-08-04T17:58:36.890Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46402026-08-04T17:58:36.980Z[ recovery-image] Aug 04 17:58:36.355 INFO O| Aug 04 17:58:36.355 INFO O| Planning: Evaluating mediators ... Done
46412026-08-04T17:58:37.004Z[verify-libraries] Compiling term v0.7.0
46422026-08-04T17:58:37.008Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
46432026-08-04T17:58:37.420Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46442026-08-04T17:58:37.463Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46452026-08-04T17:58:37.467Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46462026-08-04T17:58:37.527Z[verify-libraries] Compiling darling_macro v0.21.3
46472026-08-04T17:58:37.563Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
46482026-08-04T17:58:37.639Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
46492026-08-04T17:58:37.732Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
46502026-08-04T17:58:37.822Z[verify-libraries] Compiling bit-vec v0.6.3
46512026-08-04T17:58:38.108Z[verify-libraries] Compiling darling v0.21.3
46522026-08-04T17:58:38.167Z[verify-libraries] Compiling diff v0.1.13
46532026-08-04T17:58:38.277Z[verify-libraries] Compiling dsl_auto_type v0.2.0
46542026-08-04T17:58:38.326Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
46552026-08-04T17:58:38.428Z[ recovery-image] Aug 04 17:58:37.806 INFO O| Aug 04 17:58:37.806 INFO O| Planning: Planning completed in 7.21 seconds
46562026-08-04T17:58:38.432Z[ recovery-image] Aug 04 17:58:37.808 INFO O| Aug 04 17:58:37.808 INFO O| Packages to install: 130
46572026-08-04T17:58:38.432Z[ recovery-image] Aug 04 17:58:37.808 INFO O| Aug 04 17:58:37.808 INFO O| Mediators to change: 5
46582026-08-04T17:58:38.432Z[ recovery-image] Aug 04 17:58:37.808 INFO O| Aug 04 17:58:37.808 INFO O| Services to change: 5
46592026-08-04T17:58:38.480Z[ recovery-image] Aug 04 17:58:37.858 INFO O| Aug 04 17:58:37.858 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46602026-08-04T17:58:38.634Z[verify-libraries] Compiling bit-set v0.5.3
46612026-08-04T17:58:38.736Z[verify-libraries] Compiling ascii-canvas v3.0.0
46622026-08-04T17:58:38.768Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46632026-08-04T17:58:38.793Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
46642026-08-04T17:58:38.845Z[verify-libraries] Compiling itertools v0.10.5
46652026-08-04T17:58:39.059Z[verify-libraries] Compiling libloading v0.8.9
46662026-08-04T17:58:39.103Z[verify-libraries] Compiling ena v0.14.4
46672026-08-04T17:58:39.199Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
46682026-08-04T17:58:39.243Z[verify-libraries] Compiling bindgen v0.71.1
46692026-08-04T17:58:39.312Z[verify-libraries] Compiling regex-syntax v0.6.29
46702026-08-04T17:58:39.649Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
46712026-08-04T17:58:39.793Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46722026-08-04T17:58:39.958Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
46732026-08-04T17:58:40.048Z[verify-libraries] Compiling cexpr v0.6.0
46742026-08-04T17:58:40.622Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46752026-08-04T17:58:40.793Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46762026-08-04T17:58:40.883Z[verify-libraries] Compiling lalrpop v0.19.12
46772026-08-04T17:58:41.008Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
46782026-08-04T17:58:41.208Z[verify-libraries] Compiling rustc-hash v2.1.1
46792026-08-04T17:58:41.453Z[verify-libraries] Compiling libxml v0.3.3
46802026-08-04T17:58:41.636Z[verify-libraries] Compiling arc-swap v1.8.2
46812026-08-04T17:58:41.841Z[verify-libraries] Compiling progenitor-impl v0.13.0
46822026-08-04T17:58:41.865Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
46832026-08-04T17:58:41.869Z[verify-libraries] Compiling strum_macros v0.24.3
46842026-08-04T17:58:42.104Z[verify-libraries] Compiling slog-scope v4.4.1
46852026-08-04T17:58:42.182Z[verify-libraries] Compiling hmac v0.13.0
46862026-08-04T17:58:42.272Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46872026-08-04T17:58:42.457Z[verify-libraries] Compiling universal-hash v0.6.1
46882026-08-04T17:58:42.517Z[verify-libraries] Compiling fxhash v0.2.1
46892026-08-04T17:58:42.678Z[verify-libraries] Compiling fs-err v2.11.0
46902026-08-04T17:58:42.728Z[verify-libraries] Compiling indoc v1.0.9
46912026-08-04T17:58:43.077Z[verify-libraries] Compiling salty v0.3.0
46922026-08-04T17:58:43.370Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46932026-08-04T17:58:43.481Z[ recovery-image] Aug 04 17:58:42.858 INFO O| Aug 04 17:58:42.858 INFO O| Download: 9859/16682 items 103.5/200.0MB 51% complete (20.8M/s)
46942026-08-04T17:58:43.485Z[verify-libraries] Compiling slog-stdlog v4.1.1
46952026-08-04T17:58:43.621Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
46962026-08-04T17:58:43.685Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
46972026-08-04T17:58:43.722Z[verify-libraries] Compiling progenitor-client v0.13.0
46982026-08-04T17:58:43.773Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46992026-08-04T17:58:43.777Z[verify-libraries] Compiling sha2 v0.11.0
47002026-08-04T17:58:43.934Z[verify-libraries] Compiling oso-derive v0.27.3
47012026-08-04T17:58:44.296Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
47022026-08-04T17:58:44.608Z[verify-libraries] Compiling quick-xml v0.37.5
47032026-08-04T17:58:44.645Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
47042026-08-04T17:58:44.674Z[verify-libraries] Compiling openssl-probe v0.1.6
47052026-08-04T17:58:44.719Z[verify-libraries] Compiling progenitor-macro v0.13.0
47062026-08-04T17:58:44.765Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
47072026-08-04T17:58:44.982Z[verify-libraries] Compiling slog-envlogger v2.2.0
47082026-08-04T17:58:45.009Z[verify-libraries] Compiling diesel v2.3.7
47092026-08-04T17:58:45.529Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
47102026-08-04T17:58:45.569Z[verify-libraries] Compiling polyval v0.7.1
47112026-08-04T17:58:45.595Z[verify-libraries] Compiling der v0.8.0
47122026-08-04T17:58:45.706Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
47132026-08-04T17:58:45.805Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
47142026-08-04T17:58:45.909Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
47152026-08-04T17:58:46.347Z[verify-libraries] Compiling rfc6979 v0.4.0
47162026-08-04T17:58:46.496Z[verify-libraries] Compiling git-stub v1.0.0
47172026-08-04T17:58:46.567Z[verify-libraries] Compiling kstat-rs v0.2.4
47182026-08-04T17:58:46.831Z[verify-libraries] Compiling trait-variant v0.1.2
47192026-08-04T17:58:46.965Z[verify-libraries] Compiling parse-size v1.1.0
47202026-08-04T17:58:47.002Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
47212026-08-04T17:58:47.005Z[verify-libraries] Compiling git-stub-vcs v0.1.0
47222026-08-04T17:58:47.031Z[verify-libraries] Compiling ecdsa v0.16.9
47232026-08-04T17:58:47.205Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47242026-08-04T17:58:47.315Z[verify-libraries] Compiling ghash v0.6.0
47252026-08-04T17:58:47.519Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
47262026-08-04T17:58:47.550Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47272026-08-04T17:58:47.573Z[verify-libraries] Compiling pbkdf2 v0.13.0
47282026-08-04T17:58:47.624Z[verify-libraries] Compiling crypto-bigint v0.7.5
47292026-08-04T17:58:47.742Z[verify-libraries] Compiling aes v0.9.1
47302026-08-04T17:58:47.772Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
47312026-08-04T17:58:47.856Z[ recovery-image] Aug 04 17:58:47.234 INFO O| Aug 04 17:58:47.234 INFO O| Download: Completed 199.98 MB in 9.38 seconds (21.3M/s)
47322026-08-04T17:58:47.860Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47332026-08-04T17:58:47.921Z[verify-libraries] Compiling primeorder v0.13.6
47342026-08-04T17:58:48.149Z[verify-libraries] Compiling ctr v0.10.1
47352026-08-04T17:58:48.306Z[verify-libraries] Compiling aead v0.6.1
47362026-08-04T17:58:48.409Z[verify-libraries] Compiling bb8 v0.8.6
47372026-08-04T17:58:48.446Z[verify-libraries] Compiling parking_lot_core v0.8.6
47382026-08-04T17:58:48.450Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
47392026-08-04T17:58:48.536Z[verify-libraries] Compiling aes-gcm v0.11.0
47402026-08-04T17:58:48.805Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47412026-08-04T17:58:48.827Z[verify-libraries] Compiling p384 v0.13.1
47422026-08-04T17:58:48.875Z[verify-libraries] Compiling spki v0.8.0
47432026-08-04T17:58:48.912Z[verify-libraries] Compiling mime_guess v2.0.5
47442026-08-04T17:58:48.937Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
47452026-08-04T17:58:48.972Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47462026-08-04T17:58:49.163Z[verify-libraries] Compiling salsa20 v0.11.0
47472026-08-04T17:58:49.327Z[verify-libraries] Compiling nanorand v0.7.0
47482026-08-04T17:58:49.420Z[verify-libraries] Compiling scrypt v0.12.0
47492026-08-04T17:58:49.574Z[verify-libraries] Compiling flume v0.11.1
47502026-08-04T17:58:49.607Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47512026-08-04T17:58:49.682Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47522026-08-04T17:58:49.718Z[verify-libraries] Compiling cbc v0.2.1
47532026-08-04T17:58:49.765Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
47542026-08-04T17:58:49.854Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47552026-08-04T17:58:49.936Z[verify-libraries] Compiling atty v0.2.14
47562026-08-04T17:58:49.959Z[verify-libraries] Compiling corncobs v0.1.4
47572026-08-04T17:58:50.083Z[verify-libraries] Compiling http-range v0.1.5
47582026-08-04T17:58:50.120Z[verify-libraries] Compiling nonempty v0.12.0
47592026-08-04T17:58:50.246Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
47602026-08-04T17:58:50.288Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47612026-08-04T17:58:50.311Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47622026-08-04T17:58:50.372Z[verify-libraries] Compiling pkcs5 v0.8.1
47632026-08-04T17:58:50.397Z[verify-libraries] Compiling parking_lot v0.11.2
47642026-08-04T17:58:50.426Z[verify-libraries] Compiling progenitor v0.13.0
47652026-08-04T17:58:50.753Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47662026-08-04T17:58:50.851Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47672026-08-04T17:58:51.055Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47682026-08-04T17:58:51.102Z[verify-libraries] Compiling prefix-trie v0.7.0
47692026-08-04T17:58:51.147Z[ recovery-image] Aug 04 17:58:50.524 INFO O| Aug 04 17:58:50.524 INFO O| Actions: 1/27580 actions (Installing new actions)
47702026-08-04T17:58:51.218Z[verify-libraries] Compiling secrecy v0.8.0
47712026-08-04T17:58:51.382Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47722026-08-04T17:58:51.547Z[verify-libraries] Compiling hickory-server v0.25.2
47732026-08-04T17:58:51.667Z[verify-libraries] Compiling pkcs8 v0.11.0
47742026-08-04T17:58:51.722Z[verify-libraries] Compiling sled v0.34.7
47752026-08-04T17:58:51.867Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47762026-08-04T17:58:51.981Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
47772026-08-04T17:58:52.121Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
47782026-08-04T17:58:52.300Z[verify-libraries] Compiling ignore v0.4.25
47792026-08-04T17:58:52.485Z[verify-libraries] Compiling ff v0.14.0
47802026-08-04T17:58:52.735Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47812026-08-04T17:58:52.948Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47822026-08-04T17:58:52.977Z[verify-libraries] Compiling globwalk v0.9.1
47832026-08-04T17:58:53.111Z[verify-libraries] Compiling predicates-tree v1.0.13
47842026-08-04T17:58:53.220Z[verify-libraries] Compiling libz-sys v1.1.24
47852026-08-04T17:58:53.370Z[verify-libraries] Compiling rand_seeder v0.4.0
47862026-08-04T17:58:53.460Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
47872026-08-04T17:58:53.777Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47882026-08-04T17:58:53.780Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47892026-08-04T17:58:53.801Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47902026-08-04T17:58:53.944Z[verify-libraries] Compiling group v0.14.0
47912026-08-04T17:58:54.095Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
47922026-08-04T17:58:54.141Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47932026-08-04T17:58:54.190Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47942026-08-04T17:58:54.388Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47952026-08-04T17:58:54.559Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47962026-08-04T17:58:54.758Z[verify-libraries] Compiling signature v3.0.0
47972026-08-04T17:58:54.922Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47982026-08-04T17:58:55.054Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47992026-08-04T17:58:55.376Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48002026-08-04T17:58:55.729Z[verify-libraries] Compiling base16ct v1.0.0
48012026-08-04T17:58:55.821Z[verify-libraries] Compiling instability v0.3.11
48022026-08-04T17:58:55.995Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
48032026-08-04T17:58:56.045Z[verify-libraries] Compiling sec1 v0.8.1
48042026-08-04T17:58:56.149Z[ recovery-image] Aug 04 17:58:55.524 INFO O| Aug 04 17:58:55.524 INFO O| Actions: 24338/27580 actions (Installing new actions)
48052026-08-04T17:58:56.164Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48062026-08-04T17:58:56.305Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
48072026-08-04T17:58:56.517Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48082026-08-04T17:58:56.573Z[verify-libraries] Compiling illumos-nvpair v0.3.0
48092026-08-04T17:58:56.755Z[ recovery-image] Aug 04 17:58:56.133 INFO O| Aug 04 17:58:56.133 INFO O| Actions: Completed 27580 actions in 5.61 seconds.
48102026-08-04T17:58:56.815Z[ recovery-image] Aug 04 17:58:56.193 INFO O| Aug 04 17:58:56.192 INFO O| Finalize: Updating package state database ... Done
48112026-08-04T17:58:56.815Z[ recovery-image] Aug 04 17:58:56.193 INFO O| Aug 04 17:58:56.193 INFO O| Finalize: Updating package cache ... Done
48122026-08-04T17:58:56.905Z[ recovery-image] Aug 04 17:58:56.282 INFO O| Aug 04 17:58:56.282 INFO O| Finalize: Updating image state ... Done
48132026-08-04T17:58:56.974Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48142026-08-04T17:58:57.062Z[verify-libraries] Compiling hkdf v0.13.0
48152026-08-04T17:58:57.315Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
48162026-08-04T17:58:57.609Z[ recovery-image] Aug 04 17:58:56.986 INFO O| Aug 04 17:58:56.986 INFO O| Finalize: Creating fast lookup database ... Done
48172026-08-04T17:58:57.622Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
48182026-08-04T17:58:57.626Z[ recovery-image] Aug 04 17:58:57.004 INFO O| Aug 04 17:58:57.004 INFO O| Finalize: Reading search index ... Done
48192026-08-04T17:58:57.729Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
48202026-08-04T17:58:57.892Z[verify-libraries] Compiling castaway v0.2.4
48212026-08-04T17:58:57.931Z[verify-libraries] Compiling indoc v2.0.7
48222026-08-04T17:58:58.037Z[verify-libraries] Compiling compact_str v0.8.1
48232026-08-04T17:58:58.072Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48242026-08-04T17:58:58.321Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48252026-08-04T17:58:58.730Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48262026-08-04T17:58:58.838Z[verify-libraries] Compiling elliptic-curve v0.14.1
48272026-08-04T17:58:59.226Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48282026-08-04T17:58:59.253Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
48292026-08-04T17:58:59.409Z[ recovery-image] Aug 04 17:58:58.787 INFO O| Aug 04 17:58:58.787 INFO O| Finalize: Building new search index ... Done
48302026-08-04T17:58:59.562Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
48312026-08-04T17:58:59.612Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48322026-08-04T17:58:59.660Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48332026-08-04T17:58:59.715Z[ recovery-image] Aug 04 17:58:59.092 INFO O| Aug 04 17:58:59.092 INFO O| Finalize: Updating package cache ... Done
48342026-08-04T17:58:59.737Z[verify-libraries] Compiling unicode-truncate v1.1.0
48352026-08-04T17:58:59.788Z[verify-libraries] Compiling lru v0.12.5
48362026-08-04T17:58:59.854Z[verify-libraries] Compiling cassowary v0.3.0
48372026-08-04T17:58:59.926Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48382026-08-04T17:58:59.981Z[verify-libraries] Compiling wnaf v0.14.0
48392026-08-04T17:58:59.981Z[verify-libraries] Compiling primefield v0.14.0
48402026-08-04T17:58:59.985Z[verify-libraries] Compiling rfc6979 v0.6.0
48412026-08-04T17:58:59.993Z[ recovery-image] Aug 04 17:58:59.371 INFO O| Aug 04 17:58:59.370 INFO STEP 11 (pkg_install) COMPLETE
48422026-08-04T17:58:59.993Z[ recovery-image] Aug 04 17:58:59.371 INFO O| Aug 04 17:58:59.371 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48432026-08-04T17:58:59.996Z[ recovery-image] Aug 04 17:58:59.371 INFO O| Aug 04 17:58:59.371 INFO skip step because feature "recovery" is enabled
48442026-08-04T17:58:59.996Z[ recovery-image] Aug 04 17:58:59.371 INFO O| Aug 04 17:58:59.371 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48452026-08-04T17:58:59.996Z[ recovery-image] Aug 04 17:58:59.371 INFO O| Aug 04 17:58:59.371 INFO skip step because feature "omicron1" is not enabled
48462026-08-04T17:58:59.996Z[ recovery-image] Aug 04 17:58:59.371 INFO O| Aug 04 17:58:59.371 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48472026-08-04T17:59:00.004Z[ recovery-image] Aug 04 17:58:59.381 INFO O| Aug 04 17:58:59.381 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
48482026-08-04T17:59:00.100Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48492026-08-04T17:59:00.212Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48502026-08-04T17:59:00.256Z[verify-libraries] Compiling ratatui v0.29.0
48512026-08-04T17:59:00.291Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48522026-08-04T17:59:00.397Z[verify-libraries] Compiling vergen-git2 v9.1.0
48532026-08-04T17:59:00.476Z[verify-libraries] Compiling strsim v0.10.0
48542026-08-04T17:59:00.525Z[verify-libraries] Compiling is_ci v1.2.0
48552026-08-04T17:59:00.622Z[verify-libraries] Compiling primeorder v0.14.0
48562026-08-04T17:59:00.723Z[verify-libraries] Compiling darling_core v0.13.4
48572026-08-04T17:59:00.754Z[verify-libraries] Compiling supports-color v3.0.2
48582026-08-04T17:59:00.786Z[verify-libraries] Compiling ecdsa v0.17.0
48592026-08-04T17:59:00.902Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48602026-08-04T17:59:00.979Z[verify-libraries] Compiling tungstenite v0.23.0
48612026-08-04T17:59:01.062Z[verify-libraries] Compiling console v0.16.2
48622026-08-04T17:59:01.373Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48632026-08-04T17:59:01.516Z[verify-libraries] Compiling libsw-core v0.3.2
48642026-08-04T17:59:01.579Z[verify-libraries] Compiling assert_matches v1.5.0
48652026-08-04T17:59:01.735Z[verify-libraries] Compiling void v1.0.2
48662026-08-04T17:59:01.755Z[verify-libraries] Compiling unit-prefix v0.5.2
48672026-08-04T17:59:01.779Z[verify-libraries] Compiling libsw v3.5.0
48682026-08-04T17:59:01.899Z[verify-libraries] Compiling lzss v0.8.2
48692026-08-04T17:59:01.937Z[verify-libraries] Compiling indicatif v0.18.4
48702026-08-04T17:59:01.971Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48712026-08-04T17:59:01.998Z[verify-libraries] Compiling ssh-encoding v0.3.0
48722026-08-04T17:59:02.048Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48732026-08-04T17:59:02.371Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48742026-08-04T17:59:02.431Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48752026-08-04T17:59:02.721Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48762026-08-04T17:59:02.801Z[verify-libraries] Compiling darling_macro v0.13.4
48772026-08-04T17:59:02.871Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48782026-08-04T17:59:02.922Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48792026-08-04T17:59:02.960Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48802026-08-04T17:59:02.991Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48812026-08-04T17:59:03.091Z[verify-libraries] Compiling nix v0.27.1
48822026-08-04T17:59:03.168Z[verify-libraries] Compiling colored v2.2.0
48832026-08-04T17:59:03.258Z[verify-libraries] Compiling blake3 v1.8.5
48842026-08-04T17:59:03.285Z[verify-libraries] Compiling serde_bytes v0.11.19
48852026-08-04T17:59:03.323Z[verify-libraries] Compiling keccak v0.2.0
48862026-08-04T17:59:03.370Z[verify-libraries] Compiling shell-words v1.1.1
48872026-08-04T17:59:03.567Z[verify-libraries] Compiling darling v0.13.4
48882026-08-04T17:59:03.589Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48892026-08-04T17:59:03.703Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48902026-08-04T17:59:03.706Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48912026-08-04T17:59:03.920Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
48922026-08-04T17:59:04.256Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48932026-08-04T17:59:04.348Z[verify-libraries] Compiling ed25519 v3.0.0
48942026-08-04T17:59:04.352Z[verify-libraries] Compiling crypto-primes v0.7.2
48952026-08-04T17:59:04.451Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48962026-08-04T17:59:05.006Z[verify-libraries] Compiling poly1305 v0.9.0
48972026-08-04T17:59:05.283Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48982026-08-04T17:59:05.551Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48992026-08-04T17:59:05.576Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49002026-08-04T17:59:05.649Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49012026-08-04T17:59:05.872Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49022026-08-04T17:59:05.905Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49032026-08-04T17:59:05.908Z[ recovery-image] Aug 04 17:59:05.283 INFO O| Aug 04 17:59:05.283 INFO O| Startup: Refreshing catalog 'helios' ... Done
49042026-08-04T17:59:05.931Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49052026-08-04T17:59:05.985Z[verify-libraries] Compiling blowfish v0.10.0
49062026-08-04T17:59:06.113Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49072026-08-04T17:59:06.215Z[verify-libraries] Compiling petname v2.0.2
49082026-08-04T17:59:06.251Z[ recovery-image] Aug 04 17:59:05.629 INFO O| Aug 04 17:59:05.629 INFO O| Startup: Caching catalogs ... Done
49092026-08-04T17:59:06.277Z[verify-libraries] Compiling constant_time_eq v0.4.2
49102026-08-04T17:59:06.316Z[verify-libraries] Compiling arrayref v0.3.9
49112026-08-04T17:59:06.452Z[verify-libraries] Compiling arrayvec v0.7.6
49122026-08-04T17:59:06.578Z[ recovery-image] Aug 04 17:59:05.955 INFO O| Aug 04 17:59:05.955 INFO O| Planning: Solver setup ... Done
49132026-08-04T17:59:06.582Z[ recovery-image] Aug 04 17:59:05.960 INFO O| Aug 04 17:59:05.960 INFO O| Planning: Running solver ... Done
49142026-08-04T17:59:06.594Z[ recovery-image] Aug 04 17:59:05.971 INFO O| Aug 04 17:59:05.970 INFO O| Planning: Finding local manifests ... Done
49152026-08-04T17:59:06.647Z[ recovery-image] Aug 04 17:59:06.024 INFO O| Aug 04 17:59:06.024 INFO O| Planning: Fetching manifests: 0/1 0% complete
49162026-08-04T17:59:06.655Z[ recovery-image] Aug 04 17:59:06.033 INFO O| Aug 04 17:59:06.032 INFO O| Planning: Fetching manifests: 1/1 100% complete
49172026-08-04T17:59:06.671Z[ recovery-image] Aug 04 17:59:06.048 INFO O| Aug 04 17:59:06.048 INFO O| Planning: Package planning ... Done
49182026-08-04T17:59:06.671Z[ recovery-image] Aug 04 17:59:06.049 INFO O| Aug 04 17:59:06.049 INFO O| Planning: Merging actions ... Done
49192026-08-04T17:59:06.693Z[ recovery-image] Aug 04 17:59:06.071 INFO O| Aug 04 17:59:06.071 INFO O| Planning: Checking for conflicting actions ... Done
49202026-08-04T17:59:06.697Z[ recovery-image] Aug 04 17:59:06.071 INFO O| Aug 04 17:59:06.071 INFO O| Planning: Consolidating action changes ... Done
49212026-08-04T17:59:06.716Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49222026-08-04T17:59:06.790Z[ recovery-image] Aug 04 17:59:06.167 INFO O| Aug 04 17:59:06.167 INFO O| Planning: Evaluating mediators ... Done
49232026-08-04T17:59:06.794Z[ recovery-image] Aug 04 17:59:06.168 INFO O| Aug 04 17:59:06.168 INFO O| Planning: Planning completed in 0.53 seconds
49242026-08-04T17:59:06.794Z[ recovery-image] Aug 04 17:59:06.168 INFO O| Aug 04 17:59:06.168 INFO O| Packages to install: 1
49252026-08-04T17:59:06.800Z[ recovery-image] Aug 04 17:59:06.178 INFO O| Aug 04 17:59:06.178 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
49262026-08-04T17:59:06.841Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49272026-08-04T17:59:07.101Z[ recovery-image] Aug 04 17:59:06.478 INFO O| Aug 04 17:59:06.478 INFO O| Download: Completed 13.17 MB in 0.30 seconds (43.9M/s)
49282026-08-04T17:59:07.129Z[ recovery-image] Aug 04 17:59:06.507 INFO O| Aug 04 17:59:06.507 INFO O| Actions: 1/22 actions (Installing new actions)
49292026-08-04T17:59:07.175Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49302026-08-04T17:59:07.199Z[verify-libraries] Compiling ssh-cipher v0.3.0
49312026-08-04T17:59:07.350Z[ recovery-image] Aug 04 17:59:06.727 INFO O| Aug 04 17:59:06.727 INFO O| Actions: Completed 22 actions in 0.22 seconds.
49322026-08-04T17:59:07.370Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49332026-08-04T17:59:07.374Z[verify-libraries] Compiling serde_with_macros v1.5.2
49342026-08-04T17:59:07.374Z[verify-libraries] Compiling sha3 v0.11.0
49352026-08-04T17:59:07.377Z[ recovery-image] Aug 04 17:59:06.754 INFO O| Aug 04 17:59:06.754 INFO O| Finalize: Updating package state database ... Done
49362026-08-04T17:59:07.377Z[ recovery-image] Aug 04 17:59:06.754 INFO O| Aug 04 17:59:06.754 INFO O| Finalize: Updating package cache ... Done
49372026-08-04T17:59:07.440Z[ recovery-image] Aug 04 17:59:06.818 INFO O| Aug 04 17:59:06.818 INFO O| Finalize: Updating image state ... Done
49382026-08-04T17:59:07.461Z[verify-libraries] Compiling p256 v0.14.0
49392026-08-04T17:59:07.507Z[verify-libraries] Compiling p384 v0.14.0
49402026-08-04T17:59:07.920Z[verify-libraries] Compiling p521 v0.14.0
49412026-08-04T17:59:07.945Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49422026-08-04T17:59:07.948Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49432026-08-04T17:59:08.105Z[ recovery-image] Aug 04 17:59:07.483 INFO O| Aug 04 17:59:07.483 INFO O| Finalize: Creating fast lookup database ... Done
49442026-08-04T17:59:08.109Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49452026-08-04T17:59:08.120Z[ recovery-image] Aug 04 17:59:07.498 INFO O| Aug 04 17:59:07.498 INFO O| Finalize: Reading search index ... Done
49462026-08-04T17:59:08.121Z[ recovery-image] Aug 04 17:59:07.498 INFO O| Aug 04 17:59:07.498 INFO O| Finalize: Updating search index ... Done
49472026-08-04T17:59:08.131Z[ recovery-image] Aug 04 17:59:07.509 INFO O| Aug 04 17:59:07.508 INFO O| Finalize: Updating package cache ... Done
49482026-08-04T17:59:08.374Z[ recovery-image] Aug 04 17:59:07.745 INFO O| Aug 04 17:59:07.744 INFO STEP 14 (pkg_install) COMPLETE
49492026-08-04T17:59:08.374Z[ recovery-image] Aug 04 17:59:07.745 INFO O| Aug 04 17:59:07.745 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49502026-08-04T17:59:08.374Z[ recovery-image] Aug 04 17:59:07.745 INFO O| Aug 04 17:59:07.745 INFO skip step because feature "mbist" is not enabled
49512026-08-04T17:59:08.374Z[ recovery-image] Aug 04 17:59:07.745 INFO O| Aug 04 17:59:07.745 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49522026-08-04T17:59:08.374Z[ recovery-image] Aug 04 17:59:07.745 INFO O| Aug 04 17:59:07.745 INFO skip step because feature "mfg" is not enabled
49532026-08-04T17:59:08.374Z[ recovery-image] Aug 04 17:59:07.745 INFO O| Aug 04 17:59:07.745 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49542026-08-04T17:59:08.374Z[ recovery-image] Aug 04 17:59:07.745 INFO O| Aug 04 17:59:07.745 INFO skip step because feature "compliance" is not enabled
49552026-08-04T17:59:08.374Z[ recovery-image] Aug 04 17:59:07.745 INFO O| Aug 04 17:59:07.745 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49562026-08-04T17:59:08.374Z[ recovery-image] Aug 04 17:59:07.745 INFO O| Aug 04 17:59:07.745 INFO skip step because feature "stress" is not enabled
49572026-08-04T17:59:08.374Z[ recovery-image] Aug 04 17:59:07.745 INFO O| Aug 04 17:59:07.745 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49582026-08-04T17:59:08.374Z[ recovery-image] Aug 04 17:59:07.745 INFO O| Aug 04 17:59:07.745 INFO skip step because feature "compliance" is not enabled
49592026-08-04T17:59:08.374Z[ recovery-image] Aug 04 17:59:07.745 INFO O| Aug 04 17:59:07.745 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49602026-08-04T17:59:08.374Z[ recovery-image] Aug 04 17:59:07.745 INFO O| Aug 04 17:59:07.745 INFO skip step because feature "nfs" is not enabled
49612026-08-04T17:59:08.374Z[ recovery-image] Aug 04 17:59:07.745 INFO O| Aug 04 17:59:07.745 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49622026-08-04T17:59:08.374Z[ recovery-image] Aug 04 17:59:07.745 INFO O| Aug 04 17:59:07.745 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49632026-08-04T17:59:08.469Z[verify-libraries] Compiling twox-hash v2.1.2
49642026-08-04T17:59:08.595Z[verify-libraries] Compiling kem v0.3.0
49652026-08-04T17:59:08.682Z[ recovery-image] Aug 04 17:59:08.060 INFO O| Aug 04 17:59:08.058 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49662026-08-04T17:59:08.686Z[verify-libraries] Compiling module-lattice v0.2.3
49672026-08-04T17:59:08.772Z[verify-libraries] Compiling rtoolbox v0.0.3
49682026-08-04T17:59:08.787Z[ recovery-image] Aug 04 17:59:08.165 INFO O| Aug 04 17:59:08.165 INFO completed processing sled/ramdisk-01-os
49692026-08-04T17:59:08.790Z[ recovery-image] Aug 04 17:59:08.167 INFO image builder template: ramdisk-02-trim...
49702026-08-04T17:59:08.790Z[ recovery-image] Aug 04 17:59:08.168 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/.tmp9vQkrv/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
49712026-08-04T17:59:08.797Z[verify-libraries] Compiling topological-sort v0.2.2
49722026-08-04T17:59:08.812Z[ recovery-image] Aug 04 17:59:08.187 INFO O| Aug 04 17:59:08.187 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49732026-08-04T17:59:08.815Z[ recovery-image] Aug 04 17:59:08.190 INFO O| Aug 04 17:59:08.190 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49742026-08-04T17:59:08.878Z[ recovery-image] Aug 04 17:59:08.256 INFO O| Aug 04 17:59:08.256 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49752026-08-04T17:59:08.932Z[ recovery-image] Aug 04 17:59:08.306 INFO O| Aug 04 17:59:08.306 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49762026-08-04T17:59:08.932Z[ recovery-image] Aug 04 17:59:08.306 INFO O| Aug 04 17:59:08.306 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49772026-08-04T17:59:08.935Z[ recovery-image] Aug 04 17:59:08.312 INFO O| Aug 04 17:59:08.311 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49782026-08-04T17:59:08.938Z[ recovery-image] Aug 04 17:59:08.316 INFO O| Aug 04 17:59:08.316 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49792026-08-04T17:59:08.944Z[ recovery-image] Aug 04 17:59:08.322 INFO O| Aug 04 17:59:08.322 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49802026-08-04T17:59:08.993Z[verify-libraries] Compiling sponge-cursor v0.1.0
49812026-08-04T17:59:09.024Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49822026-08-04T17:59:09.027Z[verify-libraries] Compiling rpassword v7.5.4
49832026-08-04T17:59:09.066Z[verify-libraries] Compiling ml-kem v0.3.2
49842026-08-04T17:59:09.188Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49852026-08-04T17:59:09.391Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
49862026-08-04T17:59:09.431Z[ recovery-image] Aug 04 17:59:08.809 INFO O| Aug 04 17:59:08.809 INFO rolled back to input snapshot; work may begin
49872026-08-04T17:59:09.431Z[ recovery-image] Aug 04 17:59:08.809 INFO O| Aug 04 17:59:08.809 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49882026-08-04T17:59:09.435Z[ recovery-image] Aug 04 17:59:08.813 INFO O| Aug 04 17:59:08.813 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49892026-08-04T17:59:09.443Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49902026-08-04T17:59:09.447Z[ recovery-image] Aug 04 17:59:08.822 INFO O| Aug 04 17:59:08.822 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49912026-08-04T17:59:09.502Z[ recovery-image] Aug 04 17:59:08.880 INFO O| Aug 04 17:59:08.880 INFO STEP 0 (remove_files) COMPLETE
49922026-08-04T17:59:09.503Z[ recovery-image] Aug 04 17:59:08.881 INFO O| Aug 04 17:59:08.880 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49932026-08-04T17:59:09.511Z[ recovery-image] Aug 04 17:59:08.889 INFO O| Aug 04 17:59:08.889 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49942026-08-04T17:59:09.516Z[ recovery-image] Aug 04 17:59:08.890 INFO O| Aug 04 17:59:08.890 INFO STEP 1 (remove_files) COMPLETE
49952026-08-04T17:59:09.516Z[ recovery-image] Aug 04 17:59:08.891 INFO O| Aug 04 17:59:08.890 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49962026-08-04T17:59:09.520Z[ recovery-image] Aug 04 17:59:08.898 INFO O| Aug 04 17:59:08.898 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49972026-08-04T17:59:09.532Z[ recovery-image] Aug 04 17:59:08.910 INFO O| Aug 04 17:59:08.910 INFO STEP 2 (remove_files) COMPLETE
49982026-08-04T17:59:09.532Z[ recovery-image] Aug 04 17:59:08.910 INFO O| Aug 04 17:59:08.910 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49992026-08-04T17:59:09.541Z[ recovery-image] Aug 04 17:59:08.919 INFO O| Aug 04 17:59:08.919 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50002026-08-04T17:59:09.544Z[ recovery-image] Aug 04 17:59:08.920 INFO O| Aug 04 17:59:08.920 INFO STEP 3 (remove_files) COMPLETE
50012026-08-04T17:59:09.544Z[ recovery-image] Aug 04 17:59:08.920 INFO O| Aug 04 17:59:08.920 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50022026-08-04T17:59:09.550Z[ recovery-image] Aug 04 17:59:08.928 INFO O| Aug 04 17:59:08.928 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50032026-08-04T17:59:09.553Z[ recovery-image] Aug 04 17:59:08.931 INFO O| Aug 04 17:59:08.931 INFO STEP 4 (remove_files) COMPLETE
50042026-08-04T17:59:09.553Z[ recovery-image] Aug 04 17:59:08.931 INFO O| Aug 04 17:59:08.931 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50052026-08-04T17:59:09.561Z[ recovery-image] Aug 04 17:59:08.939 INFO O| Aug 04 17:59:08.939 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50062026-08-04T17:59:09.561Z[ recovery-image] Aug 04 17:59:08.939 INFO O| Aug 04 17:59:08.939 INFO STEP 5 (remove_files) COMPLETE
50072026-08-04T17:59:09.561Z[ recovery-image] Aug 04 17:59:08.939 INFO O| Aug 04 17:59:08.939 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50082026-08-04T17:59:09.569Z[ recovery-image] Aug 04 17:59:08.947 INFO O| Aug 04 17:59:08.947 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50092026-08-04T17:59:09.579Z[ recovery-image] Aug 04 17:59:08.957 INFO O| Aug 04 17:59:08.957 INFO STEP 6 (remove_files) COMPLETE
50102026-08-04T17:59:09.579Z[ recovery-image] Aug 04 17:59:08.957 INFO O| Aug 04 17:59:08.957 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50112026-08-04T17:59:09.579Z[ recovery-image] Aug 04 17:59:08.957 INFO O| Aug 04 17:59:08.957 INFO skip step because feature "heliosv2" is not enabled
50122026-08-04T17:59:09.582Z[ recovery-image] Aug 04 17:59:08.957 INFO O| Aug 04 17:59:08.957 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50132026-08-04T17:59:09.582Z[ recovery-image] Aug 04 17:59:08.957 INFO O| Aug 04 17:59:08.957 INFO skip step because feature "recovery" is enabled
50142026-08-04T17:59:09.582Z[ recovery-image] Aug 04 17:59:08.957 INFO O| Aug 04 17:59:08.957 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50152026-08-04T17:59:09.582Z[ recovery-image] Aug 04 17:59:08.957 INFO O| Aug 04 17:59:08.957 INFO skip step because feature "recovery" is enabled
50162026-08-04T17:59:09.583Z[ recovery-image] Aug 04 17:59:08.957 INFO O| Aug 04 17:59:08.957 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50172026-08-04T17:59:09.583Z[ recovery-image] Aug 04 17:59:08.957 INFO O| Aug 04 17:59:08.957 INFO skip step because feature "recovery" is enabled
50182026-08-04T17:59:09.583Z[ recovery-image] Aug 04 17:59:08.957 INFO O| Aug 04 17:59:08.957 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50192026-08-04T17:59:09.588Z[ recovery-image] Aug 04 17:59:08.966 INFO O| Aug 04 17:59:08.966 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50202026-08-04T17:59:09.591Z[ recovery-image] Aug 04 17:59:08.968 INFO O| Aug 04 17:59:08.968 INFO STEP 11 (remove_files) COMPLETE
50212026-08-04T17:59:09.591Z[ recovery-image] Aug 04 17:59:08.968 INFO O| Aug 04 17:59:08.968 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50222026-08-04T17:59:09.598Z[ recovery-image] Aug 04 17:59:08.977 INFO O| Aug 04 17:59:08.976 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50232026-08-04T17:59:09.602Z[ recovery-image] Aug 04 17:59:08.977 INFO O| Aug 04 17:59:08.977 INFO STEP 12 (remove_files) COMPLETE
50242026-08-04T17:59:09.602Z[ recovery-image] Aug 04 17:59:08.977 INFO O| Aug 04 17:59:08.977 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50252026-08-04T17:59:09.607Z[ recovery-image] Aug 04 17:59:08.985 INFO O| Aug 04 17:59:08.985 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50262026-08-04T17:59:09.610Z[ recovery-image] Aug 04 17:59:08.986 INFO O| Aug 04 17:59:08.986 INFO STEP 13 (remove_files) COMPLETE
50272026-08-04T17:59:09.610Z[ recovery-image] Aug 04 17:59:08.986 INFO O| Aug 04 17:59:08.986 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50282026-08-04T17:59:09.627Z[ recovery-image] Aug 04 17:59:09.005 INFO O| Aug 04 17:59:09.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50292026-08-04T17:59:09.627Z[ recovery-image] Aug 04 17:59:09.005 INFO O| Aug 04 17:59:09.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50302026-08-04T17:59:09.747Z[ recovery-image] Aug 04 17:59:09.125 INFO O| Aug 04 17:59:09.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50312026-08-04T17:59:09.761Z[ recovery-image] Aug 04 17:59:09.138 INFO O| Aug 04 17:59:09.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50322026-08-04T17:59:09.789Z[ recovery-image] Aug 04 17:59:09.166 INFO O| Aug 04 17:59:09.166 INFO STEP 14 (remove_files) COMPLETE
50332026-08-04T17:59:09.789Z[ recovery-image] Aug 04 17:59:09.166 INFO O| Aug 04 17:59:09.166 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50342026-08-04T17:59:09.798Z[ recovery-image] Aug 04 17:59:09.176 INFO O| Aug 04 17:59:09.176 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50352026-08-04T17:59:09.802Z[ recovery-image] Aug 04 17:59:09.177 INFO O| Aug 04 17:59:09.177 INFO STEP 15 (remove_files) COMPLETE
50362026-08-04T17:59:09.802Z[ recovery-image] Aug 04 17:59:09.177 INFO O| Aug 04 17:59:09.177 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50372026-08-04T17:59:09.831Z[ recovery-image] Aug 04 17:59:09.209 INFO O| Aug 04 17:59:09.209 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50382026-08-04T17:59:09.836Z[ recovery-image] Aug 04 17:59:09.214 INFO O| Aug 04 17:59:09.214 INFO STEP 16 (remove_files) COMPLETE
50392026-08-04T17:59:09.836Z[ recovery-image] Aug 04 17:59:09.214 INFO O| Aug 04 17:59:09.214 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50402026-08-04T17:59:09.847Z[ recovery-image] Aug 04 17:59:09.225 INFO O| Aug 04 17:59:09.225 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50412026-08-04T17:59:09.850Z[ recovery-image] Aug 04 17:59:09.225 INFO O| Aug 04 17:59:09.225 INFO STEP 17 (remove_files) COMPLETE
50422026-08-04T17:59:09.851Z[ recovery-image] Aug 04 17:59:09.225 INFO O| Aug 04 17:59:09.225 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50432026-08-04T17:59:09.857Z[ recovery-image] Aug 04 17:59:09.235 INFO O| Aug 04 17:59:09.235 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50442026-08-04T17:59:09.860Z[ recovery-image] Aug 04 17:59:09.236 INFO O| Aug 04 17:59:09.236 INFO STEP 18 (remove_files) COMPLETE
50452026-08-04T17:59:09.860Z[ recovery-image] Aug 04 17:59:09.236 INFO O| Aug 04 17:59:09.236 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50462026-08-04T17:59:09.867Z[ recovery-image] Aug 04 17:59:09.245 INFO O| Aug 04 17:59:09.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50472026-08-04T17:59:09.868Z[ recovery-image] Aug 04 17:59:09.245 INFO O| Aug 04 17:59:09.245 INFO STEP 19 (remove_files) COMPLETE
50482026-08-04T17:59:09.871Z[ recovery-image] Aug 04 17:59:09.245 INFO O| Aug 04 17:59:09.245 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50492026-08-04T17:59:09.876Z[ recovery-image] Aug 04 17:59:09.255 INFO O| Aug 04 17:59:09.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50502026-08-04T17:59:09.877Z[ recovery-image] Aug 04 17:59:09.255 INFO O| Aug 04 17:59:09.255 INFO STEP 20 (remove_files) COMPLETE
50512026-08-04T17:59:09.880Z[ recovery-image] Aug 04 17:59:09.255 INFO O| Aug 04 17:59:09.255 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50522026-08-04T17:59:09.886Z[ recovery-image] Aug 04 17:59:09.264 INFO O| Aug 04 17:59:09.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50532026-08-04T17:59:09.886Z[ recovery-image] Aug 04 17:59:09.264 INFO O| Aug 04 17:59:09.264 INFO STEP 21 (remove_files) COMPLETE
50542026-08-04T17:59:09.886Z[ recovery-image] Aug 04 17:59:09.264 INFO O| Aug 04 17:59:09.264 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50552026-08-04T17:59:09.896Z[ recovery-image] Aug 04 17:59:09.274 INFO O| Aug 04 17:59:09.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50562026-08-04T17:59:09.896Z[ recovery-image] Aug 04 17:59:09.274 INFO O| Aug 04 17:59:09.274 INFO STEP 22 (remove_files) COMPLETE
50572026-08-04T17:59:09.899Z[ recovery-image] Aug 04 17:59:09.274 INFO O| Aug 04 17:59:09.274 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50582026-08-04T17:59:09.905Z[ recovery-image] Aug 04 17:59:09.283 INFO O| Aug 04 17:59:09.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50592026-08-04T17:59:09.905Z[ recovery-image] Aug 04 17:59:09.283 INFO O| Aug 04 17:59:09.283 INFO STEP 23 (remove_files) COMPLETE
50602026-08-04T17:59:09.908Z[ recovery-image] Aug 04 17:59:09.283 INFO O| Aug 04 17:59:09.283 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-08-04T17:59:09.914Z[ recovery-image] Aug 04 17:59:09.292 INFO O| Aug 04 17:59:09.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50622026-08-04T17:59:09.914Z[ recovery-image] Aug 04 17:59:09.292 INFO O| Aug 04 17:59:09.292 INFO STEP 24 (remove_files) COMPLETE
50632026-08-04T17:59:09.914Z[ recovery-image] Aug 04 17:59:09.292 INFO O| Aug 04 17:59:09.292 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50642026-08-04T17:59:09.923Z[ recovery-image] Aug 04 17:59:09.301 INFO O| Aug 04 17:59:09.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50652026-08-04T17:59:09.923Z[ recovery-image] Aug 04 17:59:09.301 INFO O| Aug 04 17:59:09.301 INFO STEP 25 (remove_files) COMPLETE
50662026-08-04T17:59:09.923Z[ recovery-image] Aug 04 17:59:09.301 INFO O| Aug 04 17:59:09.301 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50672026-08-04T17:59:09.932Z[ recovery-image] Aug 04 17:59:09.310 INFO O| Aug 04 17:59:09.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50682026-08-04T17:59:09.932Z[ recovery-image] Aug 04 17:59:09.310 INFO O| Aug 04 17:59:09.310 INFO STEP 26 (remove_files) COMPLETE
50692026-08-04T17:59:09.932Z[ recovery-image] Aug 04 17:59:09.310 INFO O| Aug 04 17:59:09.310 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50702026-08-04T17:59:09.941Z[ recovery-image] Aug 04 17:59:09.319 INFO O| Aug 04 17:59:09.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50712026-08-04T17:59:09.941Z[ recovery-image] Aug 04 17:59:09.319 INFO O| Aug 04 17:59:09.319 INFO STEP 27 (remove_files) COMPLETE
50722026-08-04T17:59:09.941Z[ recovery-image] Aug 04 17:59:09.319 INFO O| Aug 04 17:59:09.319 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50732026-08-04T17:59:09.950Z[ recovery-image] Aug 04 17:59:09.328 INFO O| Aug 04 17:59:09.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50742026-08-04T17:59:09.950Z[ recovery-image] Aug 04 17:59:09.328 INFO O| Aug 04 17:59:09.328 INFO STEP 28 (remove_files) COMPLETE
50752026-08-04T17:59:09.950Z[ recovery-image] Aug 04 17:59:09.328 INFO O| Aug 04 17:59:09.328 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50762026-08-04T17:59:09.959Z[ recovery-image] Aug 04 17:59:09.337 INFO O| Aug 04 17:59:09.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50772026-08-04T17:59:09.959Z[ recovery-image] Aug 04 17:59:09.337 INFO O| Aug 04 17:59:09.337 INFO STEP 29 (remove_files) COMPLETE
50782026-08-04T17:59:09.962Z[ recovery-image] Aug 04 17:59:09.337 INFO O| Aug 04 17:59:09.337 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50792026-08-04T17:59:09.968Z[ recovery-image] Aug 04 17:59:09.346 INFO O| Aug 04 17:59:09.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50802026-08-04T17:59:09.968Z[ recovery-image] Aug 04 17:59:09.346 INFO O| Aug 04 17:59:09.346 INFO STEP 30 (remove_files) COMPLETE
50812026-08-04T17:59:09.973Z[ recovery-image] Aug 04 17:59:09.346 INFO O| Aug 04 17:59:09.346 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50822026-08-04T17:59:09.977Z[ recovery-image] Aug 04 17:59:09.355 INFO O| Aug 04 17:59:09.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50832026-08-04T17:59:09.977Z[ recovery-image] Aug 04 17:59:09.355 INFO O| Aug 04 17:59:09.355 INFO STEP 31 (remove_files) COMPLETE
50842026-08-04T17:59:09.981Z[ recovery-image] Aug 04 17:59:09.355 INFO O| Aug 04 17:59:09.355 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50852026-08-04T17:59:09.985Z[ recovery-image] Aug 04 17:59:09.364 INFO O| Aug 04 17:59:09.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50862026-08-04T17:59:09.985Z[ recovery-image] Aug 04 17:59:09.364 INFO O| Aug 04 17:59:09.364 INFO STEP 32 (remove_files) COMPLETE
50872026-08-04T17:59:09.986Z[ recovery-image] Aug 04 17:59:09.364 INFO O| Aug 04 17:59:09.364 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50882026-08-04T17:59:09.994Z[ recovery-image] Aug 04 17:59:09.372 INFO O| Aug 04 17:59:09.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50892026-08-04T17:59:09.994Z[ recovery-image] Aug 04 17:59:09.372 INFO O| Aug 04 17:59:09.372 INFO STEP 33 (remove_files) COMPLETE
50902026-08-04T17:59:09.994Z[ recovery-image] Aug 04 17:59:09.373 INFO O| Aug 04 17:59:09.372 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50912026-08-04T17:59:10.003Z[ recovery-image] Aug 04 17:59:09.381 INFO O| Aug 04 17:59:09.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50922026-08-04T17:59:10.003Z[ recovery-image] Aug 04 17:59:09.381 INFO O| Aug 04 17:59:09.381 INFO STEP 34 (remove_files) COMPLETE
50932026-08-04T17:59:10.004Z[ recovery-image] Aug 04 17:59:09.381 INFO O| Aug 04 17:59:09.381 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50942026-08-04T17:59:10.012Z[ recovery-image] Aug 04 17:59:09.390 INFO O| Aug 04 17:59:09.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50952026-08-04T17:59:10.012Z[ recovery-image] Aug 04 17:59:09.390 INFO O| Aug 04 17:59:09.390 INFO STEP 35 (remove_files) COMPLETE
50962026-08-04T17:59:10.012Z[ recovery-image] Aug 04 17:59:09.390 INFO O| Aug 04 17:59:09.390 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50972026-08-04T17:59:10.021Z[ recovery-image] Aug 04 17:59:09.398 INFO O| Aug 04 17:59:09.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50982026-08-04T17:59:10.021Z[ recovery-image] Aug 04 17:59:09.398 INFO O| Aug 04 17:59:09.398 INFO STEP 36 (remove_files) COMPLETE
50992026-08-04T17:59:10.024Z[ recovery-image] Aug 04 17:59:09.398 INFO O| Aug 04 17:59:09.398 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51002026-08-04T17:59:10.029Z[ recovery-image] Aug 04 17:59:09.407 INFO O| Aug 04 17:59:09.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51012026-08-04T17:59:10.029Z[ recovery-image] Aug 04 17:59:09.407 INFO O| Aug 04 17:59:09.407 INFO STEP 37 (remove_files) COMPLETE
51022026-08-04T17:59:10.029Z[ recovery-image] Aug 04 17:59:09.407 INFO O| Aug 04 17:59:09.407 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51032026-08-04T17:59:10.037Z[ recovery-image] Aug 04 17:59:09.415 INFO O| Aug 04 17:59:09.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51042026-08-04T17:59:10.037Z[ recovery-image] Aug 04 17:59:09.416 INFO O| Aug 04 17:59:09.415 INFO STEP 38 (remove_files) COMPLETE
51052026-08-04T17:59:10.040Z[ recovery-image] Aug 04 17:59:09.416 INFO O| Aug 04 17:59:09.416 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51062026-08-04T17:59:10.046Z[ recovery-image] Aug 04 17:59:09.424 INFO O| Aug 04 17:59:09.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51072026-08-04T17:59:10.046Z[ recovery-image] Aug 04 17:59:09.424 INFO O| Aug 04 17:59:09.424 INFO STEP 39 (remove_files) COMPLETE
51082026-08-04T17:59:10.046Z[ recovery-image] Aug 04 17:59:09.424 INFO O| Aug 04 17:59:09.424 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51092026-08-04T17:59:10.054Z[ recovery-image] Aug 04 17:59:09.432 INFO O| Aug 04 17:59:09.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51102026-08-04T17:59:10.054Z[ recovery-image] Aug 04 17:59:09.432 INFO O| Aug 04 17:59:09.432 INFO STEP 40 (remove_files) COMPLETE
51112026-08-04T17:59:10.054Z[ recovery-image] Aug 04 17:59:09.432 INFO O| Aug 04 17:59:09.432 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51122026-08-04T17:59:10.063Z[ recovery-image] Aug 04 17:59:09.441 INFO O| Aug 04 17:59:09.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51132026-08-04T17:59:10.063Z[ recovery-image] Aug 04 17:59:09.441 INFO O| Aug 04 17:59:09.441 INFO STEP 41 (remove_files) COMPLETE
51142026-08-04T17:59:10.063Z[ recovery-image] Aug 04 17:59:09.441 INFO O| Aug 04 17:59:09.441 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51152026-08-04T17:59:10.083Z[ recovery-image] Aug 04 17:59:09.461 INFO O| Aug 04 17:59:09.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51162026-08-04T17:59:10.084Z[ recovery-image] Aug 04 17:59:09.462 INFO O| Aug 04 17:59:09.461 INFO STEP 42 (remove_files) COMPLETE
51172026-08-04T17:59:10.084Z[ recovery-image] Aug 04 17:59:09.462 INFO O| Aug 04 17:59:09.462 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51182026-08-04T17:59:10.094Z[ recovery-image] Aug 04 17:59:09.472 INFO O| Aug 04 17:59:09.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51192026-08-04T17:59:10.100Z[ recovery-image] Aug 04 17:59:09.472 INFO O| Aug 04 17:59:09.472 INFO STEP 43 (remove_files) COMPLETE
51202026-08-04T17:59:10.104Z[ recovery-image] Aug 04 17:59:09.472 INFO O| Aug 04 17:59:09.472 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51212026-08-04T17:59:10.107Z[ recovery-image] Aug 04 17:59:09.482 INFO O| Aug 04 17:59:09.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51222026-08-04T17:59:10.107Z[ recovery-image] Aug 04 17:59:09.482 INFO O| Aug 04 17:59:09.482 INFO STEP 44 (remove_files) COMPLETE
51232026-08-04T17:59:10.107Z[ recovery-image] Aug 04 17:59:09.482 INFO O| Aug 04 17:59:09.482 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51242026-08-04T17:59:10.115Z[ recovery-image] Aug 04 17:59:09.493 INFO O| Aug 04 17:59:09.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51252026-08-04T17:59:10.115Z[ recovery-image] Aug 04 17:59:09.493 INFO O| Aug 04 17:59:09.493 INFO STEP 45 (remove_files) COMPLETE
51262026-08-04T17:59:10.115Z[ recovery-image] Aug 04 17:59:09.493 INFO O| Aug 04 17:59:09.493 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51272026-08-04T17:59:10.119Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
51282026-08-04T17:59:10.124Z[ recovery-image] Aug 04 17:59:09.502 INFO O| Aug 04 17:59:09.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51292026-08-04T17:59:10.124Z[ recovery-image] Aug 04 17:59:09.502 INFO O| Aug 04 17:59:09.502 INFO STEP 46 (remove_files) COMPLETE
51302026-08-04T17:59:10.127Z[ recovery-image] Aug 04 17:59:09.502 INFO O| Aug 04 17:59:09.502 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51312026-08-04T17:59:10.137Z[ recovery-image] Aug 04 17:59:09.511 INFO O| Aug 04 17:59:09.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51322026-08-04T17:59:10.137Z[ recovery-image] Aug 04 17:59:09.511 INFO O| Aug 04 17:59:09.511 INFO STEP 47 (remove_files) COMPLETE
51332026-08-04T17:59:10.137Z[ recovery-image] Aug 04 17:59:09.511 INFO O| Aug 04 17:59:09.511 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-08-04T17:59:10.141Z[ recovery-image] Aug 04 17:59:09.519 INFO O| Aug 04 17:59:09.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51352026-08-04T17:59:10.141Z[ recovery-image] Aug 04 17:59:09.519 INFO O| Aug 04 17:59:09.519 INFO STEP 48 (remove_files) COMPLETE
51362026-08-04T17:59:10.144Z[ recovery-image] Aug 04 17:59:09.519 INFO O| Aug 04 17:59:09.519 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-08-04T17:59:10.149Z[ recovery-image] Aug 04 17:59:09.528 INFO O| Aug 04 17:59:09.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51382026-08-04T17:59:10.150Z[ recovery-image] Aug 04 17:59:09.528 INFO O| Aug 04 17:59:09.528 INFO STEP 49 (remove_files) COMPLETE
51392026-08-04T17:59:10.153Z[ recovery-image] Aug 04 17:59:09.528 INFO O| Aug 04 17:59:09.528 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-08-04T17:59:10.158Z[ recovery-image] Aug 04 17:59:09.536 INFO O| Aug 04 17:59:09.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51412026-08-04T17:59:10.161Z[ recovery-image] Aug 04 17:59:09.536 INFO O| Aug 04 17:59:09.536 INFO STEP 50 (remove_files) COMPLETE
51422026-08-04T17:59:10.161Z[ recovery-image] Aug 04 17:59:09.536 INFO O| Aug 04 17:59:09.536 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-08-04T17:59:10.166Z[ recovery-image] Aug 04 17:59:09.544 INFO O| Aug 04 17:59:09.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51442026-08-04T17:59:10.166Z[ recovery-image] Aug 04 17:59:09.544 INFO O| Aug 04 17:59:09.544 INFO STEP 51 (remove_files) COMPLETE
51452026-08-04T17:59:10.166Z[ recovery-image] Aug 04 17:59:09.544 INFO O| Aug 04 17:59:09.544 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-08-04T17:59:10.169Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
51472026-08-04T17:59:10.175Z[ recovery-image] Aug 04 17:59:09.553 INFO O| Aug 04 17:59:09.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51482026-08-04T17:59:10.175Z[ recovery-image] Aug 04 17:59:09.553 INFO O| Aug 04 17:59:09.553 INFO STEP 52 (remove_files) COMPLETE
51492026-08-04T17:59:10.178Z[ recovery-image] Aug 04 17:59:09.553 INFO O| Aug 04 17:59:09.553 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51502026-08-04T17:59:10.184Z[ recovery-image] Aug 04 17:59:09.562 INFO O| Aug 04 17:59:09.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51512026-08-04T17:59:10.184Z[ recovery-image] Aug 04 17:59:09.562 INFO O| Aug 04 17:59:09.562 INFO STEP 53 (remove_files) COMPLETE
51522026-08-04T17:59:10.187Z[ recovery-image] Aug 04 17:59:09.562 INFO O| Aug 04 17:59:09.562 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51532026-08-04T17:59:10.202Z[ recovery-image] Aug 04 17:59:09.579 INFO O| Aug 04 17:59:09.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51542026-08-04T17:59:10.202Z[ recovery-image] Aug 04 17:59:09.579 INFO O| Aug 04 17:59:09.579 INFO STEP 54 (remove_files) COMPLETE
51552026-08-04T17:59:10.202Z[ recovery-image] Aug 04 17:59:09.579 INFO O| Aug 04 17:59:09.579 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51562026-08-04T17:59:10.215Z[ recovery-image] Aug 04 17:59:09.587 INFO O| Aug 04 17:59:09.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51572026-08-04T17:59:10.215Z[ recovery-image] Aug 04 17:59:09.587 INFO O| Aug 04 17:59:09.587 INFO STEP 55 (remove_files) COMPLETE
51582026-08-04T17:59:10.215Z[ recovery-image] Aug 04 17:59:09.587 INFO O| Aug 04 17:59:09.587 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51592026-08-04T17:59:10.218Z[ recovery-image] Aug 04 17:59:09.594 INFO O| Aug 04 17:59:09.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51602026-08-04T17:59:10.219Z[ recovery-image] Aug 04 17:59:09.594 INFO O| Aug 04 17:59:09.594 INFO STEP 56 (remove_files) COMPLETE
51612026-08-04T17:59:10.219Z[ recovery-image] Aug 04 17:59:09.594 INFO O| Aug 04 17:59:09.594 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51622026-08-04T17:59:10.223Z[ recovery-image] Aug 04 17:59:09.601 INFO O| Aug 04 17:59:09.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51632026-08-04T17:59:10.223Z[ recovery-image] Aug 04 17:59:09.601 INFO O| Aug 04 17:59:09.601 INFO STEP 57 (remove_files) COMPLETE
51642026-08-04T17:59:10.227Z[ recovery-image] Aug 04 17:59:09.602 INFO O| Aug 04 17:59:09.601 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51652026-08-04T17:59:10.231Z[ recovery-image] Aug 04 17:59:09.609 INFO O| Aug 04 17:59:09.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51662026-08-04T17:59:10.231Z[ recovery-image] Aug 04 17:59:09.609 INFO O| Aug 04 17:59:09.609 INFO STEP 58 (remove_files) COMPLETE
51672026-08-04T17:59:10.234Z[ recovery-image] Aug 04 17:59:09.609 INFO O| Aug 04 17:59:09.609 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51682026-08-04T17:59:10.240Z[ recovery-image] Aug 04 17:59:09.618 INFO O| Aug 04 17:59:09.618 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51692026-08-04T17:59:10.240Z[ recovery-image] Aug 04 17:59:09.618 INFO O| Aug 04 17:59:09.618 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51702026-08-04T17:59:10.243Z[ recovery-image] Aug 04 17:59:09.618 INFO O| Aug 04 17:59:09.618 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51712026-08-04T17:59:10.243Z[ recovery-image] Aug 04 17:59:09.618 INFO O| Aug 04 17:59:09.618 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51722026-08-04T17:59:10.243Z[ recovery-image] Aug 04 17:59:09.618 INFO O| Aug 04 17:59:09.618 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51732026-08-04T17:59:10.243Z[ recovery-image] Aug 04 17:59:09.618 INFO O| Aug 04 17:59:09.618 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51742026-08-04T17:59:10.244Z[ recovery-image] Aug 04 17:59:09.618 INFO O| Aug 04 17:59:09.618 INFO ok!
51752026-08-04T17:59:10.244Z[ recovery-image] Aug 04 17:59:09.618 INFO O| Aug 04 17:59:09.618 INFO STEP 59 (ensure_file) COMPLETE
51762026-08-04T17:59:10.244Z[ recovery-image] Aug 04 17:59:09.618 INFO O| Aug 04 17:59:09.618 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51772026-08-04T17:59:10.248Z[ recovery-image] Aug 04 17:59:09.626 INFO O| Aug 04 17:59:09.626 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51782026-08-04T17:59:10.248Z[ recovery-image] Aug 04 17:59:09.626 INFO O| Aug 04 17:59:09.626 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51792026-08-04T17:59:10.251Z[ recovery-image] Aug 04 17:59:09.626 INFO O| Aug 04 17:59:09.626 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51802026-08-04T17:59:10.251Z[ recovery-image] Aug 04 17:59:09.626 INFO O| Aug 04 17:59:09.626 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51812026-08-04T17:59:10.251Z[ recovery-image] Aug 04 17:59:09.626 INFO O| Aug 04 17:59:09.626 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51822026-08-04T17:59:10.251Z[ recovery-image] Aug 04 17:59:09.626 INFO O| Aug 04 17:59:09.626 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51832026-08-04T17:59:10.251Z[ recovery-image] Aug 04 17:59:09.626 INFO O| Aug 04 17:59:09.626 INFO ok!
51842026-08-04T17:59:10.251Z[ recovery-image] Aug 04 17:59:09.626 INFO O| Aug 04 17:59:09.626 INFO STEP 60 (ensure_file) COMPLETE
51852026-08-04T17:59:10.251Z[ recovery-image] Aug 04 17:59:09.626 INFO O| Aug 04 17:59:09.626 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51862026-08-04T17:59:10.256Z[ recovery-image] Aug 04 17:59:09.634 INFO O| Aug 04 17:59:09.634 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51872026-08-04T17:59:10.256Z[ recovery-image] Aug 04 17:59:09.634 INFO O| Aug 04 17:59:09.634 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51882026-08-04T17:59:10.256Z[ recovery-image] Aug 04 17:59:09.634 INFO O| Aug 04 17:59:09.634 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51892026-08-04T17:59:10.259Z[ recovery-image] Aug 04 17:59:09.634 INFO O| Aug 04 17:59:09.634 INFO ok!
51902026-08-04T17:59:10.259Z[ recovery-image] Aug 04 17:59:09.634 INFO O| Aug 04 17:59:09.634 INFO STEP 61 (ensure_file) COMPLETE
51912026-08-04T17:59:10.260Z[ recovery-image] Aug 04 17:59:09.634 INFO O| Aug 04 17:59:09.634 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51922026-08-04T17:59:10.265Z[ recovery-image] Aug 04 17:59:09.643 INFO O| Aug 04 17:59:09.643 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51932026-08-04T17:59:10.265Z[ recovery-image] Aug 04 17:59:09.643 INFO O| Aug 04 17:59:09.643 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51942026-08-04T17:59:10.268Z[ recovery-image] Aug 04 17:59:09.643 INFO O| Aug 04 17:59:09.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51952026-08-04T17:59:10.268Z[ recovery-image] Aug 04 17:59:09.643 INFO O| Aug 04 17:59:09.643 INFO ok!
51962026-08-04T17:59:10.268Z[ recovery-image] Aug 04 17:59:09.643 INFO O| Aug 04 17:59:09.643 INFO STEP 62 (ensure_file) COMPLETE
51972026-08-04T17:59:10.268Z[ recovery-image] Aug 04 17:59:09.643 INFO O| Aug 04 17:59:09.643 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51982026-08-04T17:59:10.274Z[ recovery-image] Aug 04 17:59:09.652 INFO O| Aug 04 17:59:09.652 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51992026-08-04T17:59:10.274Z[ recovery-image] Aug 04 17:59:09.652 INFO O| Aug 04 17:59:09.652 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52002026-08-04T17:59:10.277Z[ recovery-image] Aug 04 17:59:09.652 INFO O| Aug 04 17:59:09.652 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52012026-08-04T17:59:10.277Z[ recovery-image] Aug 04 17:59:09.652 INFO O| Aug 04 17:59:09.652 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52022026-08-04T17:59:10.277Z[ recovery-image] Aug 04 17:59:09.652 INFO O| Aug 04 17:59:09.652 INFO ok!
52032026-08-04T17:59:10.277Z[ recovery-image] Aug 04 17:59:09.652 INFO O| Aug 04 17:59:09.652 INFO STEP 63 (ensure_file) COMPLETE
52042026-08-04T17:59:10.277Z[ recovery-image] Aug 04 17:59:09.652 INFO O| Aug 04 17:59:09.652 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52052026-08-04T17:59:10.282Z[ recovery-image] Aug 04 17:59:09.661 INFO O| Aug 04 17:59:09.660 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52062026-08-04T17:59:10.282Z[ recovery-image] Aug 04 17:59:09.661 INFO O| Aug 04 17:59:09.660 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52072026-08-04T17:59:10.285Z[ recovery-image] Aug 04 17:59:09.661 INFO O| Aug 04 17:59:09.661 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52082026-08-04T17:59:10.286Z[ recovery-image] Aug 04 17:59:09.661 INFO O| Aug 04 17:59:09.661 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52092026-08-04T17:59:10.286Z[ recovery-image] Aug 04 17:59:09.661 INFO O| Aug 04 17:59:09.661 INFO ok!
52102026-08-04T17:59:10.286Z[ recovery-image] Aug 04 17:59:09.661 INFO O| Aug 04 17:59:09.661 INFO STEP 64 (ensure_file) COMPLETE
52112026-08-04T17:59:10.286Z[ recovery-image] Aug 04 17:59:09.661 INFO O| Aug 04 17:59:09.661 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52122026-08-04T17:59:10.291Z[ recovery-image] Aug 04 17:59:09.670 INFO O| Aug 04 17:59:09.669 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52132026-08-04T17:59:10.291Z[ recovery-image] Aug 04 17:59:09.670 INFO O| Aug 04 17:59:09.670 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52142026-08-04T17:59:10.295Z[ recovery-image] Aug 04 17:59:09.670 INFO O| Aug 04 17:59:09.670 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52152026-08-04T17:59:10.295Z[ recovery-image] Aug 04 17:59:09.670 INFO O| Aug 04 17:59:09.670 INFO ok!
52162026-08-04T17:59:10.295Z[ recovery-image] Aug 04 17:59:09.670 INFO O| Aug 04 17:59:09.670 INFO STEP 65 (assemble_files) COMPLETE
52172026-08-04T17:59:10.295Z[ recovery-image] Aug 04 17:59:09.670 INFO O| Aug 04 17:59:09.670 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52182026-08-04T17:59:10.300Z[ recovery-image] Aug 04 17:59:09.678 INFO O| Aug 04 17:59:09.678 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52192026-08-04T17:59:10.300Z[ recovery-image] Aug 04 17:59:09.678 INFO O| Aug 04 17:59:09.678 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52202026-08-04T17:59:10.303Z[ recovery-image] Aug 04 17:59:09.678 INFO O| Aug 04 17:59:09.678 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52212026-08-04T17:59:10.303Z[ recovery-image] Aug 04 17:59:09.678 INFO O| Aug 04 17:59:09.678 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52222026-08-04T17:59:10.303Z[ recovery-image] Aug 04 17:59:09.678 INFO O| Aug 04 17:59:09.678 INFO ok!
52232026-08-04T17:59:10.303Z[ recovery-image] Aug 04 17:59:09.678 INFO O| Aug 04 17:59:09.678 INFO STEP 66 (ensure_file) COMPLETE
52242026-08-04T17:59:10.303Z[ recovery-image] Aug 04 17:59:09.678 INFO O| Aug 04 17:59:09.678 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52252026-08-04T17:59:10.304Z[ recovery-image] Aug 04 17:59:09.678 INFO O| Aug 04 17:59:09.678 INFO skip step because feature "omicron1" is not enabled
52262026-08-04T17:59:10.304Z[ recovery-image] Aug 04 17:59:09.678 INFO O| Aug 04 17:59:09.678 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52272026-08-04T17:59:10.305Z[ recovery-image] Aug 04 17:59:09.678 INFO O| Aug 04 17:59:09.678 INFO skip step because feature "omicron1" is not enabled
52282026-08-04T17:59:10.305Z[ recovery-image] Aug 04 17:59:09.678 INFO O| Aug 04 17:59:09.678 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52292026-08-04T17:59:10.305Z[ recovery-image] Aug 04 17:59:09.678 INFO O| Aug 04 17:59:09.678 INFO skip step because feature "omicron1" is not enabled
52302026-08-04T17:59:10.305Z[ recovery-image] Aug 04 17:59:09.678 INFO O| Aug 04 17:59:09.678 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52312026-08-04T17:59:10.313Z[ recovery-image] Aug 04 17:59:09.691 INFO O| Aug 04 17:59:09.691 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52322026-08-04T17:59:10.313Z[ recovery-image] Aug 04 17:59:09.691 INFO O| Aug 04 17:59:09.691 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52332026-08-04T17:59:11.690Z[ recovery-image] Aug 04 17:59:11.068 INFO O| Aug 04 17:59:11.068 INFO STEP 70 (pack_tar) COMPLETE
52342026-08-04T17:59:11.690Z[ recovery-image] Aug 04 17:59:11.068 INFO O| Aug 04 17:59:11.068 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52352026-08-04T17:59:11.691Z[ recovery-image] Aug 04 17:59:11.068 INFO O| Aug 04 17:59:11.068 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52362026-08-04T17:59:11.867Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
52372026-08-04T17:59:11.990Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52382026-08-04T17:59:12.201Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
52392026-08-04T17:59:12.315Z[ recovery-image] Aug 04 17:59:11.693 INFO O| Aug 04 17:59:11.693 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52402026-08-04T17:59:12.380Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52412026-08-04T17:59:12.438Z[ recovery-image] Aug 04 17:59:11.816 INFO O| Aug 04 17:59:11.816 INFO completed processing sled/ramdisk-02-trim
52422026-08-04T17:59:12.441Z[ recovery-image] Aug 04 17:59:11.818 INFO image builder template: ramdisk-03-recovery-trim...
52432026-08-04T17:59:12.441Z[ recovery-image] Aug 04 17:59:11.818 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/.tmp9vQkrv/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
52442026-08-04T17:59:12.445Z[ recovery-image] Aug 04 17:59:11.823 INFO O| Aug 04 17:59:11.823 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52452026-08-04T17:59:12.520Z[ recovery-image] Aug 04 17:59:11.898 INFO O| Aug 04 17:59:11.898 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52462026-08-04T17:59:12.524Z[ recovery-image] Aug 04 17:59:11.902 INFO O| Aug 04 17:59:11.902 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52472026-08-04T17:59:12.593Z[ recovery-image] Aug 04 17:59:11.971 INFO O| Aug 04 17:59:11.971 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52482026-08-04T17:59:12.648Z[ recovery-image] Aug 04 17:59:12.026 INFO O| Aug 04 17:59:12.026 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52492026-08-04T17:59:12.648Z[ recovery-image] Aug 04 17:59:12.026 INFO O| Aug 04 17:59:12.026 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52502026-08-04T17:59:12.655Z[ recovery-image] Aug 04 17:59:12.033 INFO O| Aug 04 17:59:12.033 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52512026-08-04T17:59:12.659Z[ recovery-image] Aug 04 17:59:12.037 INFO O| Aug 04 17:59:12.037 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52522026-08-04T17:59:12.664Z[ recovery-image] Aug 04 17:59:12.042 INFO O| Aug 04 17:59:12.042 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52532026-08-04T17:59:13.055Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52542026-08-04T17:59:13.163Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
52552026-08-04T17:59:13.184Z[ recovery-image] Aug 04 17:59:12.561 INFO O| Aug 04 17:59:12.561 INFO rolled back to input snapshot; work may begin
52562026-08-04T17:59:13.184Z[ recovery-image] Aug 04 17:59:12.562 INFO O| Aug 04 17:59:12.561 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52572026-08-04T17:59:13.188Z[ recovery-image] Aug 04 17:59:12.566 INFO O| Aug 04 17:59:12.566 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52582026-08-04T17:59:13.198Z[ recovery-image] Aug 04 17:59:12.576 INFO O| Aug 04 17:59:12.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52592026-08-04T17:59:13.202Z[ recovery-image] Aug 04 17:59:12.579 INFO O| Aug 04 17:59:12.579 INFO STEP 0 (remove_files) COMPLETE
52602026-08-04T17:59:13.202Z[ recovery-image] Aug 04 17:59:12.579 INFO O| Aug 04 17:59:12.579 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52612026-08-04T17:59:13.211Z[ recovery-image] Aug 04 17:59:12.589 INFO O| Aug 04 17:59:12.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52622026-08-04T17:59:13.215Z[ recovery-image] Aug 04 17:59:12.590 INFO O| Aug 04 17:59:12.590 INFO STEP 1 (remove_files) COMPLETE
52632026-08-04T17:59:13.215Z[ recovery-image] Aug 04 17:59:12.590 INFO O| Aug 04 17:59:12.590 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52642026-08-04T17:59:13.223Z[ recovery-image] Aug 04 17:59:12.601 INFO O| Aug 04 17:59:12.601 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52652026-08-04T17:59:13.231Z[ recovery-image] Aug 04 17:59:12.609 INFO O| Aug 04 17:59:12.608 INFO STEP 2 (remove_files) COMPLETE
52662026-08-04T17:59:13.231Z[ recovery-image] Aug 04 17:59:12.609 INFO O| Aug 04 17:59:12.609 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52672026-08-04T17:59:13.241Z[ recovery-image] Aug 04 17:59:12.619 INFO O| Aug 04 17:59:12.619 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52682026-08-04T17:59:13.297Z[ recovery-image] Aug 04 17:59:12.675 INFO O| Aug 04 17:59:12.675 INFO STEP 3 (remove_files) COMPLETE
52692026-08-04T17:59:13.297Z[ recovery-image] Aug 04 17:59:12.675 INFO O| Aug 04 17:59:12.675 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-08-04T17:59:13.308Z[ recovery-image] Aug 04 17:59:12.685 INFO O| Aug 04 17:59:12.685 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52712026-08-04T17:59:13.311Z[ recovery-image] Aug 04 17:59:12.688 INFO O| Aug 04 17:59:12.688 INFO STEP 4 (remove_files) COMPLETE
52722026-08-04T17:59:13.311Z[ recovery-image] Aug 04 17:59:12.688 INFO O| Aug 04 17:59:12.688 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-08-04T17:59:13.320Z[ recovery-image] Aug 04 17:59:12.698 INFO O| Aug 04 17:59:12.698 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52742026-08-04T17:59:13.361Z[ recovery-image] Aug 04 17:59:12.737 INFO O| Aug 04 17:59:12.737 INFO STEP 5 (remove_files) COMPLETE
52752026-08-04T17:59:13.361Z[ recovery-image] Aug 04 17:59:12.737 INFO O| Aug 04 17:59:12.737 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-08-04T17:59:13.370Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52772026-08-04T17:59:13.370Z[ recovery-image] Aug 04 17:59:12.746 INFO O| Aug 04 17:59:12.746 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52782026-08-04T17:59:13.414Z[ recovery-image] Aug 04 17:59:12.791 INFO O| Aug 04 17:59:12.791 INFO STEP 6 (remove_files) COMPLETE
52792026-08-04T17:59:13.414Z[ recovery-image] Aug 04 17:59:12.791 INFO O| Aug 04 17:59:12.791 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52802026-08-04T17:59:13.425Z[ recovery-image] Aug 04 17:59:12.803 INFO O| Aug 04 17:59:12.803 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52812026-08-04T17:59:13.436Z[ recovery-image] Aug 04 17:59:12.814 INFO O| Aug 04 17:59:12.814 INFO STEP 7 (remove_files) COMPLETE
52822026-08-04T17:59:13.436Z[ recovery-image] Aug 04 17:59:12.814 INFO O| Aug 04 17:59:12.814 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52832026-08-04T17:59:13.447Z[ recovery-image] Aug 04 17:59:12.825 INFO O| Aug 04 17:59:12.825 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52842026-08-04T17:59:13.453Z[ recovery-image] Aug 04 17:59:12.831 INFO O| Aug 04 17:59:12.831 INFO STEP 8 (remove_files) COMPLETE
52852026-08-04T17:59:13.453Z[ recovery-image] Aug 04 17:59:12.831 INFO O| Aug 04 17:59:12.831 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52862026-08-04T17:59:13.469Z[ recovery-image] Aug 04 17:59:12.847 INFO O| Aug 04 17:59:12.847 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52872026-08-04T17:59:13.479Z[ recovery-image] Aug 04 17:59:12.857 INFO O| Aug 04 17:59:12.857 INFO STEP 9 (remove_files) COMPLETE
52882026-08-04T17:59:13.479Z[ recovery-image] Aug 04 17:59:12.857 INFO O| Aug 04 17:59:12.857 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52892026-08-04T17:59:13.489Z[ recovery-image] Aug 04 17:59:12.867 INFO O| Aug 04 17:59:12.867 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52902026-08-04T17:59:13.492Z[ recovery-image] Aug 04 17:59:12.868 INFO O| Aug 04 17:59:12.868 INFO STEP 10 (remove_files) COMPLETE
52912026-08-04T17:59:13.492Z[ recovery-image] Aug 04 17:59:12.868 INFO O| Aug 04 17:59:12.868 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-08-04T17:59:13.500Z[ recovery-image] Aug 04 17:59:12.878 INFO O| Aug 04 17:59:12.878 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52932026-08-04T17:59:13.503Z[ recovery-image] Aug 04 17:59:12.879 INFO O| Aug 04 17:59:12.879 INFO STEP 11 (remove_files) COMPLETE
52942026-08-04T17:59:13.503Z[ recovery-image] Aug 04 17:59:12.879 INFO O| Aug 04 17:59:12.879 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-08-04T17:59:13.523Z[ recovery-image] Aug 04 17:59:12.901 INFO O| Aug 04 17:59:12.901 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52962026-08-04T17:59:13.750Z[ recovery-image] Aug 04 17:59:13.128 INFO O| Aug 04 17:59:13.128 INFO STEP 12 (remove_files) COMPLETE
52972026-08-04T17:59:13.750Z[ recovery-image] Aug 04 17:59:13.128 INFO O| Aug 04 17:59:13.128 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-08-04T17:59:13.762Z[ recovery-image] Aug 04 17:59:13.140 INFO O| Aug 04 17:59:13.140 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52992026-08-04T17:59:13.765Z[ recovery-image] Aug 04 17:59:13.142 INFO O| Aug 04 17:59:13.142 INFO STEP 13 (remove_files) COMPLETE
53002026-08-04T17:59:13.765Z[ recovery-image] Aug 04 17:59:13.142 INFO O| Aug 04 17:59:13.142 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-08-04T17:59:13.775Z[ recovery-image] Aug 04 17:59:13.153 INFO O| Aug 04 17:59:13.153 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53022026-08-04T17:59:13.779Z[ recovery-image] Aug 04 17:59:13.156 INFO O| Aug 04 17:59:13.156 INFO STEP 14 (remove_files) COMPLETE
53032026-08-04T17:59:13.779Z[ recovery-image] Aug 04 17:59:13.156 INFO O| Aug 04 17:59:13.156 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-08-04T17:59:13.789Z[ recovery-image] Aug 04 17:59:13.167 INFO O| Aug 04 17:59:13.167 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53052026-08-04T17:59:13.789Z[ recovery-image] Aug 04 17:59:13.167 INFO O| Aug 04 17:59:13.167 INFO STEP 15 (remove_files) COMPLETE
53062026-08-04T17:59:13.792Z[ recovery-image] Aug 04 17:59:13.167 INFO O| Aug 04 17:59:13.167 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-08-04T17:59:13.814Z[ recovery-image] Aug 04 17:59:13.192 INFO O| Aug 04 17:59:13.192 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53082026-08-04T17:59:13.817Z[ recovery-image] Aug 04 17:59:13.194 INFO O| Aug 04 17:59:13.194 INFO STEP 16 (remove_files) COMPLETE
53092026-08-04T17:59:13.817Z[ recovery-image] Aug 04 17:59:13.194 INFO O| Aug 04 17:59:13.194 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-08-04T17:59:13.826Z[ recovery-image] Aug 04 17:59:13.204 INFO O| Aug 04 17:59:13.204 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53112026-08-04T17:59:13.834Z[ recovery-image] Aug 04 17:59:13.212 INFO O| Aug 04 17:59:13.212 INFO STEP 17 (remove_files) COMPLETE
53122026-08-04T17:59:13.835Z[ recovery-image] Aug 04 17:59:13.212 INFO O| Aug 04 17:59:13.212 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-04T17:59:13.844Z[ recovery-image] Aug 04 17:59:13.222 INFO O| Aug 04 17:59:13.222 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53142026-08-04T17:59:13.844Z[ recovery-image] Aug 04 17:59:13.222 INFO O| Aug 04 17:59:13.222 INFO STEP 18 (remove_files) COMPLETE
53152026-08-04T17:59:13.847Z[ recovery-image] Aug 04 17:59:13.222 INFO O| Aug 04 17:59:13.222 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-08-04T17:59:13.864Z[ recovery-image] Aug 04 17:59:13.232 INFO O| Aug 04 17:59:13.232 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53172026-08-04T17:59:13.864Z[ recovery-image] Aug 04 17:59:13.232 INFO O| Aug 04 17:59:13.232 INFO STEP 19 (remove_files) COMPLETE
53182026-08-04T17:59:13.864Z[ recovery-image] Aug 04 17:59:13.232 INFO O| Aug 04 17:59:13.232 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-08-04T17:59:13.867Z[ recovery-image] Aug 04 17:59:13.242 INFO O| Aug 04 17:59:13.242 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53202026-08-04T17:59:13.899Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53212026-08-04T17:59:13.936Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
53222026-08-04T17:59:13.974Z[ recovery-image] Aug 04 17:59:13.352 INFO O| Aug 04 17:59:13.352 INFO STEP 20 (remove_files) COMPLETE
53232026-08-04T17:59:13.974Z[ recovery-image] Aug 04 17:59:13.352 INFO O| Aug 04 17:59:13.352 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-08-04T17:59:13.984Z[ recovery-image] Aug 04 17:59:13.362 INFO O| Aug 04 17:59:13.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53252026-08-04T17:59:13.988Z[ recovery-image] Aug 04 17:59:13.367 INFO O| Aug 04 17:59:13.367 INFO STEP 21 (remove_files) COMPLETE
53262026-08-04T17:59:13.989Z[ recovery-image] Aug 04 17:59:13.367 INFO O| Aug 04 17:59:13.367 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-08-04T17:59:13.999Z[ recovery-image] Aug 04 17:59:13.377 INFO O| Aug 04 17:59:13.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53282026-08-04T17:59:13.999Z[ recovery-image] Aug 04 17:59:13.377 INFO O| Aug 04 17:59:13.377 INFO STEP 22 (remove_files) COMPLETE
53292026-08-04T17:59:13.999Z[ recovery-image] Aug 04 17:59:13.377 INFO O| Aug 04 17:59:13.377 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-08-04T17:59:14.009Z[ recovery-image] Aug 04 17:59:13.387 INFO O| Aug 04 17:59:13.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53312026-08-04T17:59:14.014Z[ recovery-image] Aug 04 17:59:13.392 INFO O| Aug 04 17:59:13.392 INFO STEP 23 (remove_files) COMPLETE
53322026-08-04T17:59:14.014Z[ recovery-image] Aug 04 17:59:13.392 INFO O| Aug 04 17:59:13.392 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-08-04T17:59:14.025Z[ recovery-image] Aug 04 17:59:13.403 INFO O| Aug 04 17:59:13.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53342026-08-04T17:59:14.025Z[ recovery-image] Aug 04 17:59:13.403 INFO O| Aug 04 17:59:13.403 INFO STEP 24 (remove_files) COMPLETE
53352026-08-04T17:59:14.028Z[ recovery-image] Aug 04 17:59:13.403 INFO O| Aug 04 17:59:13.403 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-08-04T17:59:14.034Z[ recovery-image] Aug 04 17:59:13.412 INFO O| Aug 04 17:59:13.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53372026-08-04T17:59:14.034Z[ recovery-image] Aug 04 17:59:13.412 INFO O| Aug 04 17:59:13.412 INFO STEP 25 (remove_files) COMPLETE
53382026-08-04T17:59:14.035Z[ recovery-image] Aug 04 17:59:13.412 INFO O| Aug 04 17:59:13.412 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-08-04T17:59:14.043Z[ recovery-image] Aug 04 17:59:13.421 INFO O| Aug 04 17:59:13.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53402026-08-04T17:59:14.043Z[ recovery-image] Aug 04 17:59:13.421 INFO O| Aug 04 17:59:13.421 INFO STEP 26 (remove_files) COMPLETE
53412026-08-04T17:59:14.046Z[ recovery-image] Aug 04 17:59:13.421 INFO O| Aug 04 17:59:13.421 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-08-04T17:59:14.053Z[ recovery-image] Aug 04 17:59:13.430 INFO O| Aug 04 17:59:13.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53432026-08-04T17:59:14.053Z[ recovery-image] Aug 04 17:59:13.430 INFO O| Aug 04 17:59:13.430 INFO STEP 27 (remove_files) COMPLETE
53442026-08-04T17:59:14.053Z[ recovery-image] Aug 04 17:59:13.430 INFO O| Aug 04 17:59:13.430 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-08-04T17:59:14.062Z[ recovery-image] Aug 04 17:59:13.440 INFO O| Aug 04 17:59:13.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53462026-08-04T17:59:14.086Z[ recovery-image] Aug 04 17:59:13.464 INFO O| Aug 04 17:59:13.464 INFO STEP 28 (remove_files) COMPLETE
53472026-08-04T17:59:14.086Z[ recovery-image] Aug 04 17:59:13.464 INFO O| Aug 04 17:59:13.464 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-08-04T17:59:14.097Z[ recovery-image] Aug 04 17:59:13.475 INFO O| Aug 04 17:59:13.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53492026-08-04T17:59:14.097Z[ recovery-image] Aug 04 17:59:13.475 INFO O| Aug 04 17:59:13.475 INFO STEP 29 (remove_files) COMPLETE
53502026-08-04T17:59:14.097Z[ recovery-image] Aug 04 17:59:13.475 INFO O| Aug 04 17:59:13.475 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-08-04T17:59:14.106Z[ recovery-image] Aug 04 17:59:13.484 INFO O| Aug 04 17:59:13.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53522026-08-04T17:59:14.106Z[ recovery-image] Aug 04 17:59:13.484 INFO O| Aug 04 17:59:13.484 INFO STEP 30 (remove_files) COMPLETE
53532026-08-04T17:59:14.106Z[ recovery-image] Aug 04 17:59:13.484 INFO O| Aug 04 17:59:13.484 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-08-04T17:59:14.115Z[ recovery-image] Aug 04 17:59:13.493 INFO O| Aug 04 17:59:13.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53552026-08-04T17:59:14.115Z[ recovery-image] Aug 04 17:59:13.493 INFO O| Aug 04 17:59:13.493 INFO STEP 31 (remove_files) COMPLETE
53562026-08-04T17:59:14.115Z[ recovery-image] Aug 04 17:59:13.493 INFO O| Aug 04 17:59:13.493 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-08-04T17:59:14.125Z[ recovery-image] Aug 04 17:59:13.502 INFO O| Aug 04 17:59:13.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53582026-08-04T17:59:14.125Z[ recovery-image] Aug 04 17:59:13.502 INFO O| Aug 04 17:59:13.502 INFO STEP 32 (remove_files) COMPLETE
53592026-08-04T17:59:14.125Z[ recovery-image] Aug 04 17:59:13.502 INFO O| Aug 04 17:59:13.502 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-08-04T17:59:14.135Z[ recovery-image] Aug 04 17:59:13.513 INFO O| Aug 04 17:59:13.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53612026-08-04T17:59:14.138Z[ recovery-image] Aug 04 17:59:13.514 INFO O| Aug 04 17:59:13.514 INFO STEP 33 (remove_files) COMPLETE
53622026-08-04T17:59:14.138Z[ recovery-image] Aug 04 17:59:13.514 INFO O| Aug 04 17:59:13.514 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-08-04T17:59:14.152Z[ recovery-image] Aug 04 17:59:13.530 INFO O| Aug 04 17:59:13.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53642026-08-04T17:59:14.161Z[ recovery-image] Aug 04 17:59:13.533 INFO O| Aug 04 17:59:13.533 INFO STEP 34 (remove_files) COMPLETE
53652026-08-04T17:59:14.165Z[ recovery-image] Aug 04 17:59:13.533 INFO O| Aug 04 17:59:13.533 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-08-04T17:59:14.168Z[ recovery-image] Aug 04 17:59:13.544 INFO O| Aug 04 17:59:13.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53672026-08-04T17:59:14.168Z[ recovery-image] Aug 04 17:59:13.544 INFO O| Aug 04 17:59:13.544 INFO STEP 35 (remove_files) COMPLETE
53682026-08-04T17:59:14.168Z[ recovery-image] Aug 04 17:59:13.544 INFO O| Aug 04 17:59:13.544 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-08-04T17:59:14.175Z[ recovery-image] Aug 04 17:59:13.553 INFO O| Aug 04 17:59:13.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53702026-08-04T17:59:14.175Z[ recovery-image] Aug 04 17:59:13.553 INFO O| Aug 04 17:59:13.553 INFO STEP 36 (remove_files) COMPLETE
53712026-08-04T17:59:14.175Z[ recovery-image] Aug 04 17:59:13.553 INFO O| Aug 04 17:59:13.553 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-08-04T17:59:14.212Z[ recovery-image] Aug 04 17:59:13.590 INFO O| Aug 04 17:59:13.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53732026-08-04T17:59:14.212Z[ recovery-image] Aug 04 17:59:13.590 INFO O| Aug 04 17:59:13.589 INFO STEP 37 (remove_files) COMPLETE
53742026-08-04T17:59:14.217Z[ recovery-image] Aug 04 17:59:13.590 INFO O| Aug 04 17:59:13.589 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-08-04T17:59:14.233Z[ recovery-image] Aug 04 17:59:13.611 INFO O| Aug 04 17:59:13.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53762026-08-04T17:59:14.233Z[ recovery-image] Aug 04 17:59:13.611 INFO O| Aug 04 17:59:13.611 INFO STEP 38 (remove_files) COMPLETE
53772026-08-04T17:59:14.236Z[ recovery-image] Aug 04 17:59:13.611 INFO O| Aug 04 17:59:13.611 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-08-04T17:59:14.242Z[ recovery-image] Aug 04 17:59:13.620 INFO O| Aug 04 17:59:13.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53792026-08-04T17:59:14.242Z[ recovery-image] Aug 04 17:59:13.620 INFO O| Aug 04 17:59:13.620 INFO STEP 39 (remove_files) COMPLETE
53802026-08-04T17:59:14.242Z[ recovery-image] Aug 04 17:59:13.620 INFO O| Aug 04 17:59:13.620 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-08-04T17:59:14.250Z[ recovery-image] Aug 04 17:59:13.628 INFO O| Aug 04 17:59:13.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53822026-08-04T17:59:14.250Z[ recovery-image] Aug 04 17:59:13.629 INFO O| Aug 04 17:59:13.628 INFO STEP 40 (remove_files) COMPLETE
53832026-08-04T17:59:14.251Z[ recovery-image] Aug 04 17:59:13.629 INFO O| Aug 04 17:59:13.629 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-08-04T17:59:14.259Z[ recovery-image] Aug 04 17:59:13.637 INFO O| Aug 04 17:59:13.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53852026-08-04T17:59:14.259Z[ recovery-image] Aug 04 17:59:13.637 INFO O| Aug 04 17:59:13.637 INFO STEP 41 (remove_files) COMPLETE
53862026-08-04T17:59:14.259Z[ recovery-image] Aug 04 17:59:13.637 INFO O| Aug 04 17:59:13.637 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-08-04T17:59:14.267Z[ recovery-image] Aug 04 17:59:13.645 INFO O| Aug 04 17:59:13.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53882026-08-04T17:59:14.267Z[ recovery-image] Aug 04 17:59:13.646 INFO O| Aug 04 17:59:13.646 INFO STEP 42 (remove_files) COMPLETE
53892026-08-04T17:59:14.271Z[ recovery-image] Aug 04 17:59:13.646 INFO O| Aug 04 17:59:13.646 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-08-04T17:59:14.276Z[ recovery-image] Aug 04 17:59:13.654 INFO O| Aug 04 17:59:13.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53912026-08-04T17:59:14.276Z[ recovery-image] Aug 04 17:59:13.654 INFO O| Aug 04 17:59:13.654 INFO STEP 43 (remove_files) COMPLETE
53922026-08-04T17:59:14.276Z[ recovery-image] Aug 04 17:59:13.654 INFO O| Aug 04 17:59:13.654 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-08-04T17:59:14.284Z[ recovery-image] Aug 04 17:59:13.662 INFO O| Aug 04 17:59:13.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53942026-08-04T17:59:14.284Z[ recovery-image] Aug 04 17:59:13.662 INFO O| Aug 04 17:59:13.662 INFO STEP 44 (remove_files) COMPLETE
53952026-08-04T17:59:14.285Z[ recovery-image] Aug 04 17:59:13.662 INFO O| Aug 04 17:59:13.662 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-08-04T17:59:14.299Z[ recovery-image] Aug 04 17:59:13.678 INFO O| Aug 04 17:59:13.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53972026-08-04T17:59:14.299Z[ recovery-image] Aug 04 17:59:13.678 INFO O| Aug 04 17:59:13.678 INFO STEP 45 (remove_files) COMPLETE
53982026-08-04T17:59:14.303Z[ recovery-image] Aug 04 17:59:13.678 INFO O| Aug 04 17:59:13.678 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-08-04T17:59:14.308Z[ recovery-image] Aug 04 17:59:13.686 INFO O| Aug 04 17:59:13.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54002026-08-04T17:59:14.308Z[ recovery-image] Aug 04 17:59:13.686 INFO O| Aug 04 17:59:13.686 INFO STEP 46 (remove_files) COMPLETE
54012026-08-04T17:59:14.308Z[ recovery-image] Aug 04 17:59:13.686 INFO O| Aug 04 17:59:13.686 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-08-04T17:59:14.338Z[ recovery-image] Aug 04 17:59:13.695 INFO O| Aug 04 17:59:13.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54032026-08-04T17:59:14.338Z[ recovery-image] Aug 04 17:59:13.695 INFO O| Aug 04 17:59:13.695 INFO STEP 47 (remove_files) COMPLETE
54042026-08-04T17:59:14.338Z[ recovery-image] Aug 04 17:59:13.695 INFO O| Aug 04 17:59:13.695 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-08-04T17:59:14.341Z[ recovery-image] Aug 04 17:59:13.704 INFO O| Aug 04 17:59:13.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54062026-08-04T17:59:14.341Z[ recovery-image] Aug 04 17:59:13.704 INFO O| Aug 04 17:59:13.703 INFO STEP 48 (remove_files) COMPLETE
54072026-08-04T17:59:14.341Z[ recovery-image] Aug 04 17:59:13.704 INFO O| Aug 04 17:59:13.703 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-08-04T17:59:14.341Z[ recovery-image] Aug 04 17:59:13.714 INFO O| Aug 04 17:59:13.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54092026-08-04T17:59:14.341Z[ recovery-image] Aug 04 17:59:13.714 INFO O| Aug 04 17:59:13.714 INFO STEP 49 (remove_files) COMPLETE
54102026-08-04T17:59:14.341Z[ recovery-image] Aug 04 17:59:13.714 INFO O| Aug 04 17:59:13.714 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-08-04T17:59:14.345Z[ recovery-image] Aug 04 17:59:13.723 INFO O| Aug 04 17:59:13.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54122026-08-04T17:59:14.345Z[ recovery-image] Aug 04 17:59:13.723 INFO O| Aug 04 17:59:13.723 INFO STEP 50 (remove_files) COMPLETE
54132026-08-04T17:59:14.348Z[ recovery-image] Aug 04 17:59:13.723 INFO O| Aug 04 17:59:13.723 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-08-04T17:59:14.354Z[ recovery-image] Aug 04 17:59:13.732 INFO O| Aug 04 17:59:13.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54152026-08-04T17:59:14.354Z[ recovery-image] Aug 04 17:59:13.732 INFO O| Aug 04 17:59:13.732 INFO STEP 51 (remove_files) COMPLETE
54162026-08-04T17:59:14.354Z[ recovery-image] Aug 04 17:59:13.732 INFO O| Aug 04 17:59:13.732 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-08-04T17:59:14.377Z[ recovery-image] Aug 04 17:59:13.755 INFO O| Aug 04 17:59:13.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54182026-08-04T17:59:14.377Z[ recovery-image] Aug 04 17:59:13.755 INFO O| Aug 04 17:59:13.755 INFO STEP 52 (remove_files) COMPLETE
54192026-08-04T17:59:14.377Z[ recovery-image] Aug 04 17:59:13.755 INFO O| Aug 04 17:59:13.755 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-08-04T17:59:14.388Z[ recovery-image] Aug 04 17:59:13.766 INFO O| Aug 04 17:59:13.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54212026-08-04T17:59:14.388Z[ recovery-image] Aug 04 17:59:13.766 INFO O| Aug 04 17:59:13.766 INFO STEP 53 (remove_files) COMPLETE
54222026-08-04T17:59:14.390Z[ recovery-image] Aug 04 17:59:13.766 INFO O| Aug 04 17:59:13.766 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-08-04T17:59:14.405Z[ recovery-image] Aug 04 17:59:13.783 INFO O| Aug 04 17:59:13.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54242026-08-04T17:59:14.405Z[ recovery-image] Aug 04 17:59:13.783 INFO O| Aug 04 17:59:13.783 INFO STEP 54 (remove_files) COMPLETE
54252026-08-04T17:59:14.405Z[ recovery-image] Aug 04 17:59:13.783 INFO O| Aug 04 17:59:13.783 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-08-04T17:59:14.413Z[ recovery-image] Aug 04 17:59:13.791 INFO O| Aug 04 17:59:13.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54272026-08-04T17:59:14.413Z[ recovery-image] Aug 04 17:59:13.791 INFO O| Aug 04 17:59:13.791 INFO STEP 55 (remove_files) COMPLETE
54282026-08-04T17:59:14.414Z[ recovery-image] Aug 04 17:59:13.791 INFO O| Aug 04 17:59:13.791 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-08-04T17:59:14.421Z[ recovery-image] Aug 04 17:59:13.799 INFO O| Aug 04 17:59:13.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54302026-08-04T17:59:14.421Z[ recovery-image] Aug 04 17:59:13.799 INFO O| Aug 04 17:59:13.799 INFO STEP 56 (remove_files) COMPLETE
54312026-08-04T17:59:14.421Z[ recovery-image] Aug 04 17:59:13.799 INFO O| Aug 04 17:59:13.799 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-08-04T17:59:14.429Z[ recovery-image] Aug 04 17:59:13.807 INFO O| Aug 04 17:59:13.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54332026-08-04T17:59:14.429Z[ recovery-image] Aug 04 17:59:13.807 INFO O| Aug 04 17:59:13.807 INFO STEP 57 (remove_files) COMPLETE
54342026-08-04T17:59:14.429Z[ recovery-image] Aug 04 17:59:13.807 INFO O| Aug 04 17:59:13.807 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-08-04T17:59:14.436Z[ recovery-image] Aug 04 17:59:13.814 INFO O| Aug 04 17:59:13.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54362026-08-04T17:59:14.437Z[ recovery-image] Aug 04 17:59:13.814 INFO O| Aug 04 17:59:13.814 INFO STEP 58 (remove_files) COMPLETE
54372026-08-04T17:59:14.440Z[ recovery-image] Aug 04 17:59:13.814 INFO O| Aug 04 17:59:13.814 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-08-04T17:59:14.463Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
54392026-08-04T17:59:14.467Z[ recovery-image] Aug 04 17:59:13.845 INFO O| Aug 04 17:59:13.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54402026-08-04T17:59:14.479Z[ recovery-image] Aug 04 17:59:13.857 INFO O| Aug 04 17:59:13.857 INFO STEP 59 (remove_files) COMPLETE
54412026-08-04T17:59:14.479Z[ recovery-image] Aug 04 17:59:13.857 INFO O| Aug 04 17:59:13.857 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-08-04T17:59:14.494Z[ recovery-image] Aug 04 17:59:13.871 INFO O| Aug 04 17:59:13.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54432026-08-04T17:59:14.494Z[ recovery-image] Aug 04 17:59:13.871 INFO O| Aug 04 17:59:13.871 INFO STEP 60 (remove_files) COMPLETE
54442026-08-04T17:59:14.494Z[ recovery-image] Aug 04 17:59:13.871 INFO O| Aug 04 17:59:13.871 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-04T17:59:14.504Z[ recovery-image] Aug 04 17:59:13.882 INFO O| Aug 04 17:59:13.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54462026-08-04T17:59:14.504Z[ recovery-image] Aug 04 17:59:13.882 INFO O| Aug 04 17:59:13.882 INFO STEP 61 (remove_files) COMPLETE
54472026-08-04T17:59:14.504Z[ recovery-image] Aug 04 17:59:13.882 INFO O| Aug 04 17:59:13.882 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-04T17:59:14.515Z[ recovery-image] Aug 04 17:59:13.893 INFO O| Aug 04 17:59:13.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54492026-08-04T17:59:14.515Z[ recovery-image] Aug 04 17:59:13.893 INFO O| Aug 04 17:59:13.893 INFO STEP 62 (remove_files) COMPLETE
54502026-08-04T17:59:14.518Z[ recovery-image] Aug 04 17:59:13.893 INFO O| Aug 04 17:59:13.893 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-04T17:59:14.532Z[ recovery-image] Aug 04 17:59:13.910 INFO O| Aug 04 17:59:13.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54522026-08-04T17:59:14.532Z[ recovery-image] Aug 04 17:59:13.910 INFO O| Aug 04 17:59:13.910 INFO STEP 63 (remove_files) COMPLETE
54532026-08-04T17:59:14.532Z[ recovery-image] Aug 04 17:59:13.910 INFO O| Aug 04 17:59:13.910 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-04T17:59:14.543Z[ recovery-image] Aug 04 17:59:13.921 INFO O| Aug 04 17:59:13.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54552026-08-04T17:59:14.546Z[ recovery-image] Aug 04 17:59:13.923 INFO O| Aug 04 17:59:13.923 INFO STEP 64 (remove_files) COMPLETE
54562026-08-04T17:59:14.546Z[ recovery-image] Aug 04 17:59:13.923 INFO O| Aug 04 17:59:13.923 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-04T17:59:14.569Z[ recovery-image] Aug 04 17:59:13.947 INFO O| Aug 04 17:59:13.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54582026-08-04T17:59:14.569Z[ recovery-image] Aug 04 17:59:13.947 INFO O| Aug 04 17:59:13.947 INFO STEP 65 (remove_files) COMPLETE
54592026-08-04T17:59:14.572Z[ recovery-image] Aug 04 17:59:13.947 INFO O| Aug 04 17:59:13.947 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-08-04T17:59:14.581Z[ recovery-image] Aug 04 17:59:13.958 INFO O| Aug 04 17:59:13.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54612026-08-04T17:59:14.581Z[ recovery-image] Aug 04 17:59:13.958 INFO O| Aug 04 17:59:13.958 INFO STEP 66 (remove_files) COMPLETE
54622026-08-04T17:59:14.581Z[ recovery-image] Aug 04 17:59:13.958 INFO O| Aug 04 17:59:13.958 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-08-04T17:59:14.600Z[ recovery-image] Aug 04 17:59:13.977 INFO O| Aug 04 17:59:13.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54642026-08-04T17:59:14.600Z[ recovery-image] Aug 04 17:59:13.977 INFO O| Aug 04 17:59:13.977 INFO STEP 67 (remove_files) COMPLETE
54652026-08-04T17:59:14.600Z[ recovery-image] Aug 04 17:59:13.977 INFO O| Aug 04 17:59:13.977 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-08-04T17:59:14.608Z[ recovery-image] Aug 04 17:59:13.986 INFO O| Aug 04 17:59:13.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54672026-08-04T17:59:14.608Z[ recovery-image] Aug 04 17:59:13.986 INFO O| Aug 04 17:59:13.986 INFO STEP 68 (remove_files) COMPLETE
54682026-08-04T17:59:14.611Z[ recovery-image] Aug 04 17:59:13.986 INFO O| Aug 04 17:59:13.986 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-08-04T17:59:14.617Z[ recovery-image] Aug 04 17:59:13.995 INFO O| Aug 04 17:59:13.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54702026-08-04T17:59:14.617Z[ recovery-image] Aug 04 17:59:13.995 INFO O| Aug 04 17:59:13.995 INFO STEP 69 (remove_files) COMPLETE
54712026-08-04T17:59:14.617Z[ recovery-image] Aug 04 17:59:13.995 INFO O| Aug 04 17:59:13.995 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-08-04T17:59:14.626Z[ recovery-image] Aug 04 17:59:14.004 INFO O| Aug 04 17:59:14.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54732026-08-04T17:59:14.626Z[ recovery-image] Aug 04 17:59:14.004 INFO O| Aug 04 17:59:14.004 INFO STEP 70 (remove_files) COMPLETE
54742026-08-04T17:59:14.626Z[ recovery-image] Aug 04 17:59:14.004 INFO O| Aug 04 17:59:14.004 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-08-04T17:59:14.637Z[ recovery-image] Aug 04 17:59:14.015 INFO O| Aug 04 17:59:14.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54762026-08-04T17:59:14.637Z[ recovery-image] Aug 04 17:59:14.015 INFO O| Aug 04 17:59:14.015 INFO STEP 71 (remove_files) COMPLETE
54772026-08-04T17:59:14.637Z[ recovery-image] Aug 04 17:59:14.015 INFO O| Aug 04 17:59:14.015 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-08-04T17:59:14.649Z[ recovery-image] Aug 04 17:59:14.027 INFO O| Aug 04 17:59:14.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54792026-08-04T17:59:14.649Z[ recovery-image] Aug 04 17:59:14.027 INFO O| Aug 04 17:59:14.027 INFO STEP 72 (remove_files) COMPLETE
54802026-08-04T17:59:14.649Z[ recovery-image] Aug 04 17:59:14.027 INFO O| Aug 04 17:59:14.027 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-08-04T17:59:14.672Z[ recovery-image] Aug 04 17:59:14.050 INFO O| Aug 04 17:59:14.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54822026-08-04T17:59:14.672Z[ recovery-image] Aug 04 17:59:14.050 INFO O| Aug 04 17:59:14.050 INFO STEP 73 (remove_files) COMPLETE
54832026-08-04T17:59:14.672Z[ recovery-image] Aug 04 17:59:14.050 INFO O| Aug 04 17:59:14.050 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-08-04T17:59:14.683Z[ recovery-image] Aug 04 17:59:14.061 INFO O| Aug 04 17:59:14.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54852026-08-04T17:59:14.683Z[ recovery-image] Aug 04 17:59:14.061 INFO O| Aug 04 17:59:14.061 INFO STEP 74 (remove_files) COMPLETE
54862026-08-04T17:59:14.686Z[ recovery-image] Aug 04 17:59:14.061 INFO O| Aug 04 17:59:14.061 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-08-04T17:59:14.694Z[ recovery-image] Aug 04 17:59:14.072 INFO O| Aug 04 17:59:14.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54882026-08-04T17:59:14.694Z[ recovery-image] Aug 04 17:59:14.072 INFO O| Aug 04 17:59:14.072 INFO STEP 75 (remove_files) COMPLETE
54892026-08-04T17:59:14.697Z[ recovery-image] Aug 04 17:59:14.072 INFO O| Aug 04 17:59:14.072 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-08-04T17:59:14.704Z[ recovery-image] Aug 04 17:59:14.082 INFO O| Aug 04 17:59:14.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54912026-08-04T17:59:14.704Z[ recovery-image] Aug 04 17:59:14.082 INFO O| Aug 04 17:59:14.082 INFO STEP 76 (remove_files) COMPLETE
54922026-08-04T17:59:14.707Z[ recovery-image] Aug 04 17:59:14.082 INFO O| Aug 04 17:59:14.082 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-08-04T17:59:14.714Z[ recovery-image] Aug 04 17:59:14.092 INFO O| Aug 04 17:59:14.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54942026-08-04T17:59:14.714Z[ recovery-image] Aug 04 17:59:14.092 INFO O| Aug 04 17:59:14.092 INFO STEP 77 (remove_files) COMPLETE
54952026-08-04T17:59:14.717Z[ recovery-image] Aug 04 17:59:14.092 INFO O| Aug 04 17:59:14.092 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-08-04T17:59:14.724Z[ recovery-image] Aug 04 17:59:14.102 INFO O| Aug 04 17:59:14.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54972026-08-04T17:59:14.724Z[ recovery-image] Aug 04 17:59:14.102 INFO O| Aug 04 17:59:14.102 INFO STEP 78 (remove_files) COMPLETE
54982026-08-04T17:59:14.724Z[ recovery-image] Aug 04 17:59:14.102 INFO O| Aug 04 17:59:14.102 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-08-04T17:59:14.735Z[ recovery-image] Aug 04 17:59:14.112 INFO O| Aug 04 17:59:14.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55002026-08-04T17:59:14.735Z[ recovery-image] Aug 04 17:59:14.112 INFO O| Aug 04 17:59:14.112 INFO STEP 79 (remove_files) COMPLETE
55012026-08-04T17:59:14.738Z[ recovery-image] Aug 04 17:59:14.112 INFO O| Aug 04 17:59:14.112 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-08-04T17:59:14.744Z[ recovery-image] Aug 04 17:59:14.122 INFO O| Aug 04 17:59:14.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55032026-08-04T17:59:14.744Z[ recovery-image] Aug 04 17:59:14.122 INFO O| Aug 04 17:59:14.122 INFO STEP 80 (remove_files) COMPLETE
55042026-08-04T17:59:14.744Z[ recovery-image] Aug 04 17:59:14.122 INFO O| Aug 04 17:59:14.122 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-08-04T17:59:14.753Z[ recovery-image] Aug 04 17:59:14.131 INFO O| Aug 04 17:59:14.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55062026-08-04T17:59:14.753Z[ recovery-image] Aug 04 17:59:14.131 INFO O| Aug 04 17:59:14.131 INFO STEP 81 (remove_files) COMPLETE
55072026-08-04T17:59:14.757Z[ recovery-image] Aug 04 17:59:14.131 INFO O| Aug 04 17:59:14.131 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-08-04T17:59:14.764Z[ recovery-image] Aug 04 17:59:14.141 INFO O| Aug 04 17:59:14.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55092026-08-04T17:59:14.767Z[ recovery-image] Aug 04 17:59:14.142 INFO O| Aug 04 17:59:14.142 INFO STEP 82 (remove_files) COMPLETE
55102026-08-04T17:59:14.767Z[ recovery-image] Aug 04 17:59:14.142 INFO O| Aug 04 17:59:14.142 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-08-04T17:59:14.775Z[ recovery-image] Aug 04 17:59:14.153 INFO O| Aug 04 17:59:14.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55122026-08-04T17:59:14.775Z[ recovery-image] Aug 04 17:59:14.153 INFO O| Aug 04 17:59:14.153 INFO STEP 83 (remove_files) COMPLETE
55132026-08-04T17:59:14.775Z[ recovery-image] Aug 04 17:59:14.153 INFO O| Aug 04 17:59:14.153 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-08-04T17:59:14.786Z[ recovery-image] Aug 04 17:59:14.163 INFO O| Aug 04 17:59:14.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55152026-08-04T17:59:14.786Z[ recovery-image] Aug 04 17:59:14.163 INFO O| Aug 04 17:59:14.163 INFO STEP 84 (remove_files) COMPLETE
55162026-08-04T17:59:14.786Z[ recovery-image] Aug 04 17:59:14.163 INFO O| Aug 04 17:59:14.163 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-08-04T17:59:14.796Z[ recovery-image] Aug 04 17:59:14.174 INFO O| Aug 04 17:59:14.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55182026-08-04T17:59:14.796Z[ recovery-image] Aug 04 17:59:14.174 INFO O| Aug 04 17:59:14.174 INFO STEP 85 (remove_files) COMPLETE
55192026-08-04T17:59:14.796Z[ recovery-image] Aug 04 17:59:14.174 INFO O| Aug 04 17:59:14.174 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-08-04T17:59:14.805Z[ recovery-image] Aug 04 17:59:14.183 INFO O| Aug 04 17:59:14.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55212026-08-04T17:59:14.809Z[ recovery-image] Aug 04 17:59:14.183 INFO O| Aug 04 17:59:14.183 INFO STEP 86 (remove_files) COMPLETE
55222026-08-04T17:59:14.809Z[ recovery-image] Aug 04 17:59:14.183 INFO O| Aug 04 17:59:14.183 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-08-04T17:59:14.814Z[ recovery-image] Aug 04 17:59:14.191 INFO O| Aug 04 17:59:14.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55242026-08-04T17:59:14.814Z[ recovery-image] Aug 04 17:59:14.191 INFO O| Aug 04 17:59:14.191 INFO STEP 87 (remove_files) COMPLETE
55252026-08-04T17:59:14.814Z[ recovery-image] Aug 04 17:59:14.191 INFO O| Aug 04 17:59:14.191 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-08-04T17:59:14.824Z[ recovery-image] Aug 04 17:59:14.202 INFO O| Aug 04 17:59:14.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55272026-08-04T17:59:14.824Z[ recovery-image] Aug 04 17:59:14.202 INFO O| Aug 04 17:59:14.202 INFO STEP 88 (remove_files) COMPLETE
55282026-08-04T17:59:14.824Z[ recovery-image] Aug 04 17:59:14.202 INFO O| Aug 04 17:59:14.202 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-08-04T17:59:14.835Z[ recovery-image] Aug 04 17:59:14.212 INFO O| Aug 04 17:59:14.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55302026-08-04T17:59:14.835Z[ recovery-image] Aug 04 17:59:14.212 INFO O| Aug 04 17:59:14.212 INFO STEP 89 (remove_files) COMPLETE
55312026-08-04T17:59:14.835Z[ recovery-image] Aug 04 17:59:14.212 INFO O| Aug 04 17:59:14.212 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-08-04T17:59:14.844Z[ recovery-image] Aug 04 17:59:14.221 INFO O| Aug 04 17:59:14.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55332026-08-04T17:59:14.844Z[ recovery-image] Aug 04 17:59:14.221 INFO O| Aug 04 17:59:14.221 INFO STEP 90 (remove_files) COMPLETE
55342026-08-04T17:59:14.844Z[ recovery-image] Aug 04 17:59:14.221 INFO O| Aug 04 17:59:14.221 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-08-04T17:59:14.853Z[ recovery-image] Aug 04 17:59:14.231 INFO O| Aug 04 17:59:14.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55362026-08-04T17:59:14.853Z[ recovery-image] Aug 04 17:59:14.231 INFO O| Aug 04 17:59:14.231 INFO STEP 91 (remove_files) COMPLETE
55372026-08-04T17:59:14.854Z[ recovery-image] Aug 04 17:59:14.231 INFO O| Aug 04 17:59:14.231 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-08-04T17:59:14.862Z[ recovery-image] Aug 04 17:59:14.240 INFO O| Aug 04 17:59:14.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55392026-08-04T17:59:14.862Z[ recovery-image] Aug 04 17:59:14.240 INFO O| Aug 04 17:59:14.240 INFO STEP 92 (remove_files) COMPLETE
55402026-08-04T17:59:14.862Z[ recovery-image] Aug 04 17:59:14.240 INFO O| Aug 04 17:59:14.240 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-08-04T17:59:14.872Z[ recovery-image] Aug 04 17:59:14.250 INFO O| Aug 04 17:59:14.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55422026-08-04T17:59:14.872Z[ recovery-image] Aug 04 17:59:14.250 INFO O| Aug 04 17:59:14.250 INFO STEP 93 (remove_files) COMPLETE
55432026-08-04T17:59:14.872Z[ recovery-image] Aug 04 17:59:14.250 INFO O| Aug 04 17:59:14.250 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-08-04T17:59:14.883Z[ recovery-image] Aug 04 17:59:14.261 INFO O| Aug 04 17:59:14.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55452026-08-04T17:59:14.883Z[ recovery-image] Aug 04 17:59:14.261 INFO O| Aug 04 17:59:14.261 INFO STEP 94 (remove_files) COMPLETE
55462026-08-04T17:59:14.883Z[ recovery-image] Aug 04 17:59:14.261 INFO O| Aug 04 17:59:14.261 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-08-04T17:59:14.894Z[ recovery-image] Aug 04 17:59:14.272 INFO O| Aug 04 17:59:14.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55482026-08-04T17:59:14.895Z[ recovery-image] Aug 04 17:59:14.272 INFO O| Aug 04 17:59:14.272 INFO STEP 95 (remove_files) COMPLETE
55492026-08-04T17:59:14.895Z[ recovery-image] Aug 04 17:59:14.272 INFO O| Aug 04 17:59:14.272 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-08-04T17:59:14.905Z[ recovery-image] Aug 04 17:59:14.283 INFO O| Aug 04 17:59:14.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55512026-08-04T17:59:14.905Z[ recovery-image] Aug 04 17:59:14.283 INFO O| Aug 04 17:59:14.283 INFO STEP 96 (remove_files) COMPLETE
55522026-08-04T17:59:14.905Z[ recovery-image] Aug 04 17:59:14.283 INFO O| Aug 04 17:59:14.283 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-08-04T17:59:14.915Z[ recovery-image] Aug 04 17:59:14.293 INFO O| Aug 04 17:59:14.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55542026-08-04T17:59:14.915Z[ recovery-image] Aug 04 17:59:14.293 INFO O| Aug 04 17:59:14.293 INFO STEP 97 (remove_files) COMPLETE
55552026-08-04T17:59:14.915Z[ recovery-image] Aug 04 17:59:14.293 INFO O| Aug 04 17:59:14.293 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-08-04T17:59:14.926Z[ recovery-image] Aug 04 17:59:14.304 INFO O| Aug 04 17:59:14.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55572026-08-04T17:59:14.926Z[ recovery-image] Aug 04 17:59:14.304 INFO O| Aug 04 17:59:14.304 INFO STEP 98 (remove_files) COMPLETE
55582026-08-04T17:59:14.931Z[ recovery-image] Aug 04 17:59:14.304 INFO O| Aug 04 17:59:14.304 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-08-04T17:59:14.936Z[ recovery-image] Aug 04 17:59:14.314 INFO O| Aug 04 17:59:14.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55602026-08-04T17:59:14.936Z[ recovery-image] Aug 04 17:59:14.314 INFO O| Aug 04 17:59:14.314 INFO STEP 99 (remove_files) COMPLETE
55612026-08-04T17:59:14.936Z[ recovery-image] Aug 04 17:59:14.314 INFO O| Aug 04 17:59:14.314 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-08-04T17:59:14.945Z[ recovery-image] Aug 04 17:59:14.322 INFO O| Aug 04 17:59:14.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55632026-08-04T17:59:14.945Z[ recovery-image] Aug 04 17:59:14.323 INFO O| Aug 04 17:59:14.323 INFO STEP 100 (remove_files) COMPLETE
55642026-08-04T17:59:14.945Z[ recovery-image] Aug 04 17:59:14.323 INFO O| Aug 04 17:59:14.323 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-08-04T17:59:14.954Z[ recovery-image] Aug 04 17:59:14.332 INFO O| Aug 04 17:59:14.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55662026-08-04T17:59:14.954Z[ recovery-image] Aug 04 17:59:14.332 INFO O| Aug 04 17:59:14.332 INFO STEP 101 (remove_files) COMPLETE
55672026-08-04T17:59:14.954Z[ recovery-image] Aug 04 17:59:14.332 INFO O| Aug 04 17:59:14.332 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-08-04T17:59:14.963Z[ recovery-image] Aug 04 17:59:14.341 INFO O| Aug 04 17:59:14.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55692026-08-04T17:59:14.963Z[ recovery-image] Aug 04 17:59:14.341 INFO O| Aug 04 17:59:14.341 INFO STEP 102 (remove_files) COMPLETE
55702026-08-04T17:59:14.963Z[ recovery-image] Aug 04 17:59:14.341 INFO O| Aug 04 17:59:14.341 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-08-04T17:59:14.973Z[ recovery-image] Aug 04 17:59:14.351 INFO O| Aug 04 17:59:14.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55722026-08-04T17:59:14.974Z[ recovery-image] Aug 04 17:59:14.351 INFO O| Aug 04 17:59:14.351 INFO STEP 103 (remove_files) COMPLETE
55732026-08-04T17:59:14.977Z[ recovery-image] Aug 04 17:59:14.351 INFO O| Aug 04 17:59:14.351 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-08-04T17:59:14.984Z[ recovery-image] Aug 04 17:59:14.362 INFO O| Aug 04 17:59:14.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55752026-08-04T17:59:14.984Z[ recovery-image] Aug 04 17:59:14.362 INFO O| Aug 04 17:59:14.362 INFO STEP 104 (remove_files) COMPLETE
55762026-08-04T17:59:14.984Z[ recovery-image] Aug 04 17:59:14.362 INFO O| Aug 04 17:59:14.362 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-08-04T17:59:14.995Z[ recovery-image] Aug 04 17:59:14.373 INFO O| Aug 04 17:59:14.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55782026-08-04T17:59:14.995Z[ recovery-image] Aug 04 17:59:14.373 INFO O| Aug 04 17:59:14.373 INFO STEP 105 (remove_files) COMPLETE
55792026-08-04T17:59:14.995Z[ recovery-image] Aug 04 17:59:14.373 INFO O| Aug 04 17:59:14.373 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-04T17:59:15.005Z[ recovery-image] Aug 04 17:59:14.383 INFO O| Aug 04 17:59:14.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55812026-08-04T17:59:15.005Z[ recovery-image] Aug 04 17:59:14.383 INFO O| Aug 04 17:59:14.383 INFO STEP 106 (remove_files) COMPLETE
55822026-08-04T17:59:15.005Z[ recovery-image] Aug 04 17:59:14.383 INFO O| Aug 04 17:59:14.383 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-04T17:59:15.014Z[ recovery-image] Aug 04 17:59:14.392 INFO O| Aug 04 17:59:14.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55842026-08-04T17:59:15.014Z[ recovery-image] Aug 04 17:59:14.392 INFO O| Aug 04 17:59:14.392 INFO STEP 107 (remove_files) COMPLETE
55852026-08-04T17:59:15.014Z[ recovery-image] Aug 04 17:59:14.392 INFO O| Aug 04 17:59:14.392 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-04T17:59:15.024Z[ recovery-image] Aug 04 17:59:14.402 INFO O| Aug 04 17:59:14.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55872026-08-04T17:59:15.024Z[ recovery-image] Aug 04 17:59:14.402 INFO O| Aug 04 17:59:14.402 INFO STEP 108 (remove_files) COMPLETE
55882026-08-04T17:59:15.024Z[ recovery-image] Aug 04 17:59:14.402 INFO O| Aug 04 17:59:14.402 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-04T17:59:15.035Z[ recovery-image] Aug 04 17:59:14.411 INFO O| Aug 04 17:59:14.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55902026-08-04T17:59:15.035Z[ recovery-image] Aug 04 17:59:14.411 INFO O| Aug 04 17:59:14.411 INFO STEP 109 (remove_files) COMPLETE
55912026-08-04T17:59:15.038Z[ recovery-image] Aug 04 17:59:14.411 INFO O| Aug 04 17:59:14.411 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-04T17:59:15.043Z[ recovery-image] Aug 04 17:59:14.421 INFO O| Aug 04 17:59:14.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55932026-08-04T17:59:15.043Z[ recovery-image] Aug 04 17:59:14.421 INFO O| Aug 04 17:59:14.421 INFO STEP 110 (remove_files) COMPLETE
55942026-08-04T17:59:15.043Z[ recovery-image] Aug 04 17:59:14.421 INFO O| Aug 04 17:59:14.421 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-04T17:59:15.051Z[ recovery-image] Aug 04 17:59:14.428 INFO O| Aug 04 17:59:14.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55962026-08-04T17:59:15.051Z[ recovery-image] Aug 04 17:59:14.428 INFO O| Aug 04 17:59:14.428 INFO STEP 111 (remove_files) COMPLETE
55972026-08-04T17:59:15.051Z[ recovery-image] Aug 04 17:59:14.428 INFO O| Aug 04 17:59:14.428 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-04T17:59:15.061Z[ recovery-image] Aug 04 17:59:14.439 INFO O| Aug 04 17:59:14.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55992026-08-04T17:59:15.061Z[ recovery-image] Aug 04 17:59:14.439 INFO O| Aug 04 17:59:14.439 INFO STEP 112 (remove_files) COMPLETE
56002026-08-04T17:59:15.061Z[ recovery-image] Aug 04 17:59:14.439 INFO O| Aug 04 17:59:14.439 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-08-04T17:59:15.071Z[ recovery-image] Aug 04 17:59:14.449 INFO O| Aug 04 17:59:14.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56022026-08-04T17:59:15.076Z[ recovery-image] Aug 04 17:59:14.450 INFO O| Aug 04 17:59:14.450 INFO STEP 113 (remove_files) COMPLETE
56032026-08-04T17:59:15.076Z[ recovery-image] Aug 04 17:59:14.450 INFO O| Aug 04 17:59:14.450 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-08-04T17:59:15.079Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
56052026-08-04T17:59:15.082Z[ recovery-image] Aug 04 17:59:14.459 INFO O| Aug 04 17:59:14.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56062026-08-04T17:59:15.082Z[ recovery-image] Aug 04 17:59:14.459 INFO O| Aug 04 17:59:14.459 INFO STEP 114 (remove_files) COMPLETE
56072026-08-04T17:59:15.082Z[ recovery-image] Aug 04 17:59:14.459 INFO O| Aug 04 17:59:14.459 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-08-04T17:59:15.091Z[ recovery-image] Aug 04 17:59:14.468 INFO O| Aug 04 17:59:14.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56092026-08-04T17:59:15.094Z[ recovery-image] Aug 04 17:59:14.469 INFO O| Aug 04 17:59:14.469 INFO STEP 115 (remove_files) COMPLETE
56102026-08-04T17:59:15.094Z[ recovery-image] Aug 04 17:59:14.469 INFO O| Aug 04 17:59:14.469 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-08-04T17:59:15.101Z[ recovery-image] Aug 04 17:59:14.478 INFO O| Aug 04 17:59:14.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56122026-08-04T17:59:15.101Z[ recovery-image] Aug 04 17:59:14.478 INFO O| Aug 04 17:59:14.478 INFO STEP 116 (remove_files) COMPLETE
56132026-08-04T17:59:15.101Z[ recovery-image] Aug 04 17:59:14.478 INFO O| Aug 04 17:59:14.478 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-08-04T17:59:15.110Z[ recovery-image] Aug 04 17:59:14.488 INFO O| Aug 04 17:59:14.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56152026-08-04T17:59:15.110Z[ recovery-image] Aug 04 17:59:14.488 INFO O| Aug 04 17:59:14.488 INFO STEP 117 (remove_files) COMPLETE
56162026-08-04T17:59:15.110Z[ recovery-image] Aug 04 17:59:14.488 INFO O| Aug 04 17:59:14.488 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-08-04T17:59:15.120Z[ recovery-image] Aug 04 17:59:14.498 INFO O| Aug 04 17:59:14.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56182026-08-04T17:59:15.120Z[ recovery-image] Aug 04 17:59:14.498 INFO O| Aug 04 17:59:14.498 INFO STEP 118 (remove_files) COMPLETE
56192026-08-04T17:59:15.120Z[ recovery-image] Aug 04 17:59:14.498 INFO O| Aug 04 17:59:14.498 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-04T17:59:15.128Z[ recovery-image] Aug 04 17:59:14.506 INFO O| Aug 04 17:59:14.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56212026-08-04T17:59:15.128Z[ recovery-image] Aug 04 17:59:14.506 INFO O| Aug 04 17:59:14.506 INFO STEP 119 (remove_files) COMPLETE
56222026-08-04T17:59:15.131Z[ recovery-image] Aug 04 17:59:14.506 INFO O| Aug 04 17:59:14.506 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-08-04T17:59:15.137Z[ recovery-image] Aug 04 17:59:14.514 INFO O| Aug 04 17:59:14.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56242026-08-04T17:59:15.137Z[ recovery-image] Aug 04 17:59:14.515 INFO O| Aug 04 17:59:14.515 INFO STEP 120 (remove_files) COMPLETE
56252026-08-04T17:59:15.137Z[ recovery-image] Aug 04 17:59:14.515 INFO O| Aug 04 17:59:14.515 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-08-04T17:59:15.146Z[ recovery-image] Aug 04 17:59:14.524 INFO O| Aug 04 17:59:14.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56272026-08-04T17:59:15.146Z[ recovery-image] Aug 04 17:59:14.524 INFO O| Aug 04 17:59:14.524 INFO STEP 121 (remove_files) COMPLETE
56282026-08-04T17:59:15.146Z[ recovery-image] Aug 04 17:59:14.524 INFO O| Aug 04 17:59:14.524 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-04T17:59:15.155Z[ recovery-image] Aug 04 17:59:14.533 INFO O| Aug 04 17:59:14.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56302026-08-04T17:59:15.155Z[ recovery-image] Aug 04 17:59:14.533 INFO O| Aug 04 17:59:14.533 INFO STEP 122 (remove_files) COMPLETE
56312026-08-04T17:59:15.158Z[ recovery-image] Aug 04 17:59:14.533 INFO O| Aug 04 17:59:14.533 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-08-04T17:59:15.165Z[ recovery-image] Aug 04 17:59:14.543 INFO O| Aug 04 17:59:14.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56332026-08-04T17:59:15.165Z[ recovery-image] Aug 04 17:59:14.543 INFO O| Aug 04 17:59:14.543 INFO STEP 123 (remove_files) COMPLETE
56342026-08-04T17:59:15.165Z[ recovery-image] Aug 04 17:59:14.543 INFO O| Aug 04 17:59:14.543 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-08-04T17:59:15.174Z[ recovery-image] Aug 04 17:59:14.552 INFO O| Aug 04 17:59:14.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56362026-08-04T17:59:15.174Z[ recovery-image] Aug 04 17:59:14.552 INFO O| Aug 04 17:59:14.552 INFO STEP 124 (remove_files) COMPLETE
56372026-08-04T17:59:15.174Z[ recovery-image] Aug 04 17:59:14.552 INFO O| Aug 04 17:59:14.552 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-08-04T17:59:15.185Z[ recovery-image] Aug 04 17:59:14.562 INFO O| Aug 04 17:59:14.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56392026-08-04T17:59:15.185Z[ recovery-image] Aug 04 17:59:14.562 INFO O| Aug 04 17:59:14.562 INFO STEP 125 (remove_files) COMPLETE
56402026-08-04T17:59:15.189Z[ recovery-image] Aug 04 17:59:14.562 INFO O| Aug 04 17:59:14.562 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-08-04T17:59:15.194Z[ recovery-image] Aug 04 17:59:14.572 INFO O| Aug 04 17:59:14.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56422026-08-04T17:59:15.195Z[ recovery-image] Aug 04 17:59:14.573 INFO O| Aug 04 17:59:14.572 INFO STEP 126 (remove_files) COMPLETE
56432026-08-04T17:59:15.195Z[ recovery-image] Aug 04 17:59:14.573 INFO O| Aug 04 17:59:14.572 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-08-04T17:59:15.204Z[ recovery-image] Aug 04 17:59:14.582 INFO O| Aug 04 17:59:14.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56452026-08-04T17:59:15.204Z[ recovery-image] Aug 04 17:59:14.582 INFO O| Aug 04 17:59:14.582 INFO STEP 127 (remove_files) COMPLETE
56462026-08-04T17:59:15.204Z[ recovery-image] Aug 04 17:59:14.582 INFO O| Aug 04 17:59:14.582 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-08-04T17:59:15.215Z[ recovery-image] Aug 04 17:59:14.593 INFO O| Aug 04 17:59:14.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56482026-08-04T17:59:15.215Z[ recovery-image] Aug 04 17:59:14.593 INFO O| Aug 04 17:59:14.593 INFO STEP 128 (remove_files) COMPLETE
56492026-08-04T17:59:15.215Z[ recovery-image] Aug 04 17:59:14.593 INFO O| Aug 04 17:59:14.593 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-08-04T17:59:15.225Z[ recovery-image] Aug 04 17:59:14.603 INFO O| Aug 04 17:59:14.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56512026-08-04T17:59:15.225Z[ recovery-image] Aug 04 17:59:14.603 INFO O| Aug 04 17:59:14.603 INFO STEP 129 (remove_files) COMPLETE
56522026-08-04T17:59:15.225Z[ recovery-image] Aug 04 17:59:14.603 INFO O| Aug 04 17:59:14.603 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-08-04T17:59:15.236Z[ recovery-image] Aug 04 17:59:14.614 INFO O| Aug 04 17:59:14.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56542026-08-04T17:59:15.236Z[ recovery-image] Aug 04 17:59:14.614 INFO O| Aug 04 17:59:14.614 INFO STEP 130 (remove_files) COMPLETE
56552026-08-04T17:59:15.236Z[ recovery-image] Aug 04 17:59:14.614 INFO O| Aug 04 17:59:14.614 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-08-04T17:59:15.246Z[ recovery-image] Aug 04 17:59:14.624 INFO O| Aug 04 17:59:14.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56572026-08-04T17:59:15.246Z[ recovery-image] Aug 04 17:59:14.624 INFO O| Aug 04 17:59:14.624 INFO STEP 131 (remove_files) COMPLETE
56582026-08-04T17:59:15.246Z[ recovery-image] Aug 04 17:59:14.624 INFO O| Aug 04 17:59:14.624 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-08-04T17:59:15.256Z[ recovery-image] Aug 04 17:59:14.633 INFO O| Aug 04 17:59:14.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56602026-08-04T17:59:15.256Z[ recovery-image] Aug 04 17:59:14.633 INFO O| Aug 04 17:59:14.633 INFO STEP 132 (remove_files) COMPLETE
56612026-08-04T17:59:15.256Z[ recovery-image] Aug 04 17:59:14.633 INFO O| Aug 04 17:59:14.633 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-08-04T17:59:15.266Z[ recovery-image] Aug 04 17:59:14.644 INFO O| Aug 04 17:59:14.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56632026-08-04T17:59:15.266Z[ recovery-image] Aug 04 17:59:14.644 INFO O| Aug 04 17:59:14.644 INFO STEP 133 (remove_files) COMPLETE
56642026-08-04T17:59:15.266Z[ recovery-image] Aug 04 17:59:14.644 INFO O| Aug 04 17:59:14.644 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-08-04T17:59:15.277Z[ recovery-image] Aug 04 17:59:14.655 INFO O| Aug 04 17:59:14.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56662026-08-04T17:59:15.277Z[ recovery-image] Aug 04 17:59:14.655 INFO O| Aug 04 17:59:14.655 INFO STEP 134 (remove_files) COMPLETE
56672026-08-04T17:59:15.277Z[ recovery-image] Aug 04 17:59:14.655 INFO O| Aug 04 17:59:14.655 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-08-04T17:59:15.288Z[ recovery-image] Aug 04 17:59:14.665 INFO O| Aug 04 17:59:14.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56692026-08-04T17:59:15.288Z[ recovery-image] Aug 04 17:59:14.665 INFO O| Aug 04 17:59:14.665 INFO STEP 135 (remove_files) COMPLETE
56702026-08-04T17:59:15.291Z[ recovery-image] Aug 04 17:59:14.665 INFO O| Aug 04 17:59:14.665 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-08-04T17:59:15.297Z[ recovery-image] Aug 04 17:59:14.675 INFO O| Aug 04 17:59:14.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56722026-08-04T17:59:15.298Z[ recovery-image] Aug 04 17:59:14.675 INFO O| Aug 04 17:59:14.675 INFO STEP 136 (remove_files) COMPLETE
56732026-08-04T17:59:15.298Z[ recovery-image] Aug 04 17:59:14.675 INFO O| Aug 04 17:59:14.675 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-08-04T17:59:15.308Z[ recovery-image] Aug 04 17:59:14.686 INFO O| Aug 04 17:59:14.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56752026-08-04T17:59:15.309Z[ recovery-image] Aug 04 17:59:14.686 INFO O| Aug 04 17:59:14.686 INFO STEP 137 (remove_files) COMPLETE
56762026-08-04T17:59:15.309Z[ recovery-image] Aug 04 17:59:14.686 INFO O| Aug 04 17:59:14.686 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-08-04T17:59:15.319Z[ recovery-image] Aug 04 17:59:14.697 INFO O| Aug 04 17:59:14.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56782026-08-04T17:59:15.319Z[ recovery-image] Aug 04 17:59:14.697 INFO O| Aug 04 17:59:14.697 INFO STEP 138 (remove_files) COMPLETE
56792026-08-04T17:59:15.319Z[ recovery-image] Aug 04 17:59:14.697 INFO O| Aug 04 17:59:14.697 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-08-04T17:59:15.334Z[ recovery-image] Aug 04 17:59:14.712 INFO O| Aug 04 17:59:14.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56812026-08-04T17:59:15.334Z[ recovery-image] Aug 04 17:59:14.712 INFO O| Aug 04 17:59:14.712 INFO STEP 139 (remove_files) COMPLETE
56822026-08-04T17:59:15.334Z[ recovery-image] Aug 04 17:59:14.712 INFO O| Aug 04 17:59:14.712 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-08-04T17:59:15.345Z[ recovery-image] Aug 04 17:59:14.722 INFO O| Aug 04 17:59:14.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56842026-08-04T17:59:15.348Z[ recovery-image] Aug 04 17:59:14.722 INFO O| Aug 04 17:59:14.722 INFO STEP 140 (remove_files) COMPLETE
56852026-08-04T17:59:15.348Z[ recovery-image] Aug 04 17:59:14.722 INFO O| Aug 04 17:59:14.722 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-08-04T17:59:15.354Z[ recovery-image] Aug 04 17:59:14.731 INFO O| Aug 04 17:59:14.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56872026-08-04T17:59:15.354Z[ recovery-image] Aug 04 17:59:14.731 INFO O| Aug 04 17:59:14.731 INFO STEP 141 (remove_files) COMPLETE
56882026-08-04T17:59:15.354Z[ recovery-image] Aug 04 17:59:14.731 INFO O| Aug 04 17:59:14.731 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-08-04T17:59:15.365Z[ recovery-image] Aug 04 17:59:14.743 INFO O| Aug 04 17:59:14.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56902026-08-04T17:59:15.368Z[ recovery-image] Aug 04 17:59:14.743 INFO O| Aug 04 17:59:14.743 INFO STEP 142 (remove_files) COMPLETE
56912026-08-04T17:59:15.368Z[ recovery-image] Aug 04 17:59:14.743 INFO O| Aug 04 17:59:14.743 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-08-04T17:59:15.375Z[ recovery-image] Aug 04 17:59:14.753 INFO O| Aug 04 17:59:14.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56932026-08-04T17:59:15.378Z[ recovery-image] Aug 04 17:59:14.753 INFO O| Aug 04 17:59:14.753 INFO STEP 143 (remove_files) COMPLETE
56942026-08-04T17:59:15.378Z[ recovery-image] Aug 04 17:59:14.753 INFO O| Aug 04 17:59:14.753 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-08-04T17:59:15.385Z[ recovery-image] Aug 04 17:59:14.762 INFO O| Aug 04 17:59:14.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56962026-08-04T17:59:15.388Z[ recovery-image] Aug 04 17:59:14.762 INFO O| Aug 04 17:59:14.762 INFO STEP 144 (remove_files) COMPLETE
56972026-08-04T17:59:15.388Z[ recovery-image] Aug 04 17:59:14.762 INFO O| Aug 04 17:59:14.762 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-08-04T17:59:15.397Z[ recovery-image] Aug 04 17:59:14.775 INFO O| Aug 04 17:59:14.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56992026-08-04T17:59:15.397Z[ recovery-image] Aug 04 17:59:14.775 INFO O| Aug 04 17:59:14.775 INFO STEP 145 (remove_files) COMPLETE
57002026-08-04T17:59:15.397Z[ recovery-image] Aug 04 17:59:14.775 INFO O| Aug 04 17:59:14.775 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-08-04T17:59:15.406Z[ recovery-image] Aug 04 17:59:14.784 INFO O| Aug 04 17:59:14.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57022026-08-04T17:59:15.406Z[ recovery-image] Aug 04 17:59:14.784 INFO O| Aug 04 17:59:14.784 INFO STEP 146 (remove_files) COMPLETE
57032026-08-04T17:59:15.409Z[ recovery-image] Aug 04 17:59:14.784 INFO O| Aug 04 17:59:14.784 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-08-04T17:59:15.416Z[ recovery-image] Aug 04 17:59:14.793 INFO O| Aug 04 17:59:14.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57052026-08-04T17:59:15.416Z[ recovery-image] Aug 04 17:59:14.793 INFO O| Aug 04 17:59:14.793 INFO STEP 147 (remove_files) COMPLETE
57062026-08-04T17:59:15.416Z[ recovery-image] Aug 04 17:59:14.793 INFO O| Aug 04 17:59:14.793 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-08-04T17:59:15.424Z[ recovery-image] Aug 04 17:59:14.802 INFO O| Aug 04 17:59:14.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57082026-08-04T17:59:15.424Z[ recovery-image] Aug 04 17:59:14.802 INFO O| Aug 04 17:59:14.802 INFO STEP 148 (remove_files) COMPLETE
57092026-08-04T17:59:15.427Z[ recovery-image] Aug 04 17:59:14.802 INFO O| Aug 04 17:59:14.802 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-08-04T17:59:15.434Z[ recovery-image] Aug 04 17:59:14.812 INFO O| Aug 04 17:59:14.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57112026-08-04T17:59:15.434Z[ recovery-image] Aug 04 17:59:14.812 INFO O| Aug 04 17:59:14.812 INFO STEP 149 (remove_files) COMPLETE
57122026-08-04T17:59:15.434Z[ recovery-image] Aug 04 17:59:14.812 INFO O| Aug 04 17:59:14.812 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-08-04T17:59:15.442Z[ recovery-image] Aug 04 17:59:14.820 INFO O| Aug 04 17:59:14.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57142026-08-04T17:59:15.442Z[ recovery-image] Aug 04 17:59:14.820 INFO O| Aug 04 17:59:14.820 INFO STEP 150 (remove_files) COMPLETE
57152026-08-04T17:59:15.446Z[ recovery-image] Aug 04 17:59:14.820 INFO O| Aug 04 17:59:14.820 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-08-04T17:59:15.452Z[ recovery-image] Aug 04 17:59:14.828 INFO O| Aug 04 17:59:14.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57172026-08-04T17:59:15.452Z[ recovery-image] Aug 04 17:59:14.828 INFO O| Aug 04 17:59:14.828 INFO STEP 151 (remove_files) COMPLETE
57182026-08-04T17:59:15.452Z[ recovery-image] Aug 04 17:59:14.828 INFO O| Aug 04 17:59:14.828 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-08-04T17:59:15.459Z[ recovery-image] Aug 04 17:59:14.837 INFO O| Aug 04 17:59:14.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57202026-08-04T17:59:15.460Z[ recovery-image] Aug 04 17:59:14.837 INFO O| Aug 04 17:59:14.837 INFO STEP 152 (remove_files) COMPLETE
57212026-08-04T17:59:15.463Z[ recovery-image] Aug 04 17:59:14.837 INFO O| Aug 04 17:59:14.837 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-08-04T17:59:15.482Z[ recovery-image] Aug 04 17:59:14.860 INFO O| Aug 04 17:59:14.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57232026-08-04T17:59:15.482Z[ recovery-image] Aug 04 17:59:14.860 INFO O| Aug 04 17:59:14.860 INFO STEP 153 (remove_files) COMPLETE
57242026-08-04T17:59:15.486Z[ recovery-image] Aug 04 17:59:14.860 INFO O| Aug 04 17:59:14.860 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-08-04T17:59:15.495Z[ recovery-image] Aug 04 17:59:14.872 INFO O| Aug 04 17:59:14.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57262026-08-04T17:59:15.495Z[ recovery-image] Aug 04 17:59:14.872 INFO O| Aug 04 17:59:14.872 INFO STEP 154 (remove_files) COMPLETE
57272026-08-04T17:59:15.495Z[ recovery-image] Aug 04 17:59:14.872 INFO O| Aug 04 17:59:14.872 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-08-04T17:59:15.506Z[ recovery-image] Aug 04 17:59:14.884 INFO O| Aug 04 17:59:14.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57292026-08-04T17:59:15.507Z[ recovery-image] Aug 04 17:59:14.884 INFO O| Aug 04 17:59:14.884 INFO STEP 155 (remove_files) COMPLETE
57302026-08-04T17:59:15.507Z[ recovery-image] Aug 04 17:59:14.884 INFO O| Aug 04 17:59:14.884 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-08-04T17:59:15.518Z[ recovery-image] Aug 04 17:59:14.896 INFO O| Aug 04 17:59:14.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57322026-08-04T17:59:15.518Z[ recovery-image] Aug 04 17:59:14.896 INFO O| Aug 04 17:59:14.896 INFO STEP 156 (remove_files) COMPLETE
57332026-08-04T17:59:15.518Z[ recovery-image] Aug 04 17:59:14.896 INFO O| Aug 04 17:59:14.896 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-08-04T17:59:15.528Z[ recovery-image] Aug 04 17:59:14.906 INFO O| Aug 04 17:59:14.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57352026-08-04T17:59:15.532Z[ recovery-image] Aug 04 17:59:14.906 INFO O| Aug 04 17:59:14.906 INFO STEP 157 (remove_files) COMPLETE
57362026-08-04T17:59:15.532Z[ recovery-image] Aug 04 17:59:14.907 INFO O| Aug 04 17:59:14.906 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-08-04T17:59:15.538Z[ recovery-image] Aug 04 17:59:14.916 INFO O| Aug 04 17:59:14.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57382026-08-04T17:59:15.538Z[ recovery-image] Aug 04 17:59:14.916 INFO O| Aug 04 17:59:14.916 INFO STEP 158 (remove_files) COMPLETE
57392026-08-04T17:59:15.541Z[ recovery-image] Aug 04 17:59:14.916 INFO O| Aug 04 17:59:14.916 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-08-04T17:59:15.547Z[ recovery-image] Aug 04 17:59:14.925 INFO O| Aug 04 17:59:14.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57412026-08-04T17:59:15.548Z[ recovery-image] Aug 04 17:59:14.926 INFO O| Aug 04 17:59:14.926 INFO STEP 159 (remove_files) COMPLETE
57422026-08-04T17:59:15.551Z[ recovery-image] Aug 04 17:59:14.926 INFO O| Aug 04 17:59:14.926 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-08-04T17:59:15.567Z[ recovery-image] Aug 04 17:59:14.945 INFO O| Aug 04 17:59:14.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57442026-08-04T17:59:15.567Z[ recovery-image] Aug 04 17:59:14.945 INFO O| Aug 04 17:59:14.945 INFO STEP 160 (remove_files) COMPLETE
57452026-08-04T17:59:15.567Z[ recovery-image] Aug 04 17:59:14.945 INFO O| Aug 04 17:59:14.945 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-08-04T17:59:15.577Z[ recovery-image] Aug 04 17:59:14.954 INFO O| Aug 04 17:59:14.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57472026-08-04T17:59:15.577Z[ recovery-image] Aug 04 17:59:14.954 INFO O| Aug 04 17:59:14.954 INFO STEP 161 (remove_files) COMPLETE
57482026-08-04T17:59:15.577Z[ recovery-image] Aug 04 17:59:14.954 INFO O| Aug 04 17:59:14.954 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-08-04T17:59:15.585Z[ recovery-image] Aug 04 17:59:14.962 INFO O| Aug 04 17:59:14.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57502026-08-04T17:59:15.589Z[ recovery-image] Aug 04 17:59:14.967 INFO O| Aug 04 17:59:14.967 INFO STEP 162 (remove_files) COMPLETE
57512026-08-04T17:59:15.589Z[ recovery-image] Aug 04 17:59:14.967 INFO O| Aug 04 17:59:14.967 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-08-04T17:59:15.601Z[ recovery-image] Aug 04 17:59:14.978 INFO O| Aug 04 17:59:14.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57532026-08-04T17:59:15.601Z[ recovery-image] Aug 04 17:59:14.979 INFO O| Aug 04 17:59:14.979 INFO STEP 163 (remove_files) COMPLETE
57542026-08-04T17:59:15.601Z[ recovery-image] Aug 04 17:59:14.979 INFO O| Aug 04 17:59:14.979 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-08-04T17:59:15.601Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
57562026-08-04T17:59:15.614Z[ recovery-image] Aug 04 17:59:14.992 INFO O| Aug 04 17:59:14.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57572026-08-04T17:59:15.614Z[ recovery-image] Aug 04 17:59:14.992 INFO O| Aug 04 17:59:14.992 INFO STEP 164 (remove_files) COMPLETE
57582026-08-04T17:59:15.617Z[ recovery-image] Aug 04 17:59:14.992 INFO O| Aug 04 17:59:14.992 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-08-04T17:59:15.630Z[ recovery-image] Aug 04 17:59:15.008 INFO O| Aug 04 17:59:15.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57602026-08-04T17:59:15.630Z[ recovery-image] Aug 04 17:59:15.008 INFO O| Aug 04 17:59:15.008 INFO STEP 165 (remove_files) COMPLETE
57612026-08-04T17:59:15.631Z[ recovery-image] Aug 04 17:59:15.008 INFO O| Aug 04 17:59:15.008 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-08-04T17:59:15.680Z[ recovery-image] Aug 04 17:59:15.019 INFO O| Aug 04 17:59:15.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57632026-08-04T17:59:15.680Z[ recovery-image] Aug 04 17:59:15.019 INFO O| Aug 04 17:59:15.019 INFO STEP 166 (remove_files) COMPLETE
57642026-08-04T17:59:15.680Z[ recovery-image] Aug 04 17:59:15.019 INFO O| Aug 04 17:59:15.019 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-08-04T17:59:15.680Z[ recovery-image] Aug 04 17:59:15.030 INFO O| Aug 04 17:59:15.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57662026-08-04T17:59:15.680Z[ recovery-image] Aug 04 17:59:15.030 INFO O| Aug 04 17:59:15.030 INFO STEP 167 (remove_files) COMPLETE
57672026-08-04T17:59:15.680Z[ recovery-image] Aug 04 17:59:15.030 INFO O| Aug 04 17:59:15.030 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-08-04T17:59:15.680Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
57692026-08-04T17:59:15.681Z[ recovery-image] Aug 04 17:59:15.048 INFO O| Aug 04 17:59:15.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57702026-08-04T17:59:15.681Z[ recovery-image] Aug 04 17:59:15.049 INFO O| Aug 04 17:59:15.049 INFO STEP 168 (remove_files) COMPLETE
57712026-08-04T17:59:15.681Z[ recovery-image] Aug 04 17:59:15.049 INFO O| Aug 04 17:59:15.049 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-08-04T17:59:15.684Z[ recovery-image] Aug 04 17:59:15.060 INFO O| Aug 04 17:59:15.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57732026-08-04T17:59:15.684Z[ recovery-image] Aug 04 17:59:15.060 INFO O| Aug 04 17:59:15.060 INFO STEP 169 (remove_files) COMPLETE
57742026-08-04T17:59:15.684Z[ recovery-image] Aug 04 17:59:15.060 INFO O| Aug 04 17:59:15.060 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-08-04T17:59:15.695Z[ recovery-image] Aug 04 17:59:15.072 INFO O| Aug 04 17:59:15.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57762026-08-04T17:59:15.695Z[ recovery-image] Aug 04 17:59:15.073 INFO O| Aug 04 17:59:15.072 INFO STEP 170 (remove_files) COMPLETE
57772026-08-04T17:59:15.695Z[ recovery-image] Aug 04 17:59:15.073 INFO O| Aug 04 17:59:15.073 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-08-04T17:59:15.705Z[ recovery-image] Aug 04 17:59:15.083 INFO O| Aug 04 17:59:15.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57792026-08-04T17:59:15.708Z[ recovery-image] Aug 04 17:59:15.084 INFO O| Aug 04 17:59:15.084 INFO STEP 171 (remove_files) COMPLETE
57802026-08-04T17:59:15.708Z[ recovery-image] Aug 04 17:59:15.084 INFO O| Aug 04 17:59:15.084 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-08-04T17:59:15.716Z[ recovery-image] Aug 04 17:59:15.094 INFO O| Aug 04 17:59:15.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57822026-08-04T17:59:15.716Z[ recovery-image] Aug 04 17:59:15.094 INFO O| Aug 04 17:59:15.094 INFO STEP 172 (remove_files) COMPLETE
57832026-08-04T17:59:15.719Z[ recovery-image] Aug 04 17:59:15.094 INFO O| Aug 04 17:59:15.094 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-08-04T17:59:15.726Z[ recovery-image] Aug 04 17:59:15.104 INFO O| Aug 04 17:59:15.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57852026-08-04T17:59:15.727Z[ recovery-image] Aug 04 17:59:15.104 INFO O| Aug 04 17:59:15.104 INFO STEP 173 (remove_files) COMPLETE
57862026-08-04T17:59:15.727Z[ recovery-image] Aug 04 17:59:15.104 INFO O| Aug 04 17:59:15.104 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-08-04T17:59:15.737Z[ recovery-image] Aug 04 17:59:15.115 INFO O| Aug 04 17:59:15.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57882026-08-04T17:59:15.737Z[ recovery-image] Aug 04 17:59:15.115 INFO O| Aug 04 17:59:15.115 INFO STEP 174 (remove_files) COMPLETE
57892026-08-04T17:59:15.737Z[ recovery-image] Aug 04 17:59:15.115 INFO O| Aug 04 17:59:15.115 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-08-04T17:59:15.747Z[ recovery-image] Aug 04 17:59:15.125 INFO O| Aug 04 17:59:15.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57912026-08-04T17:59:15.747Z[ recovery-image] Aug 04 17:59:15.125 INFO O| Aug 04 17:59:15.125 INFO STEP 175 (remove_files) COMPLETE
57922026-08-04T17:59:15.747Z[ recovery-image] Aug 04 17:59:15.125 INFO O| Aug 04 17:59:15.125 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-08-04T17:59:15.756Z[ recovery-image] Aug 04 17:59:15.134 INFO O| Aug 04 17:59:15.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57942026-08-04T17:59:15.756Z[ recovery-image] Aug 04 17:59:15.134 INFO O| Aug 04 17:59:15.134 INFO STEP 176 (remove_files) COMPLETE
57952026-08-04T17:59:15.756Z[ recovery-image] Aug 04 17:59:15.134 INFO O| Aug 04 17:59:15.134 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-08-04T17:59:15.766Z[ recovery-image] Aug 04 17:59:15.144 INFO O| Aug 04 17:59:15.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57972026-08-04T17:59:15.766Z[ recovery-image] Aug 04 17:59:15.144 INFO O| Aug 04 17:59:15.144 INFO STEP 177 (remove_files) COMPLETE
57982026-08-04T17:59:15.766Z[ recovery-image] Aug 04 17:59:15.144 INFO O| Aug 04 17:59:15.144 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-08-04T17:59:15.777Z[ recovery-image] Aug 04 17:59:15.154 INFO O| Aug 04 17:59:15.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58002026-08-04T17:59:15.777Z[ recovery-image] Aug 04 17:59:15.155 INFO O| Aug 04 17:59:15.154 INFO STEP 178 (remove_files) COMPLETE
58012026-08-04T17:59:15.780Z[ recovery-image] Aug 04 17:59:15.155 INFO O| Aug 04 17:59:15.155 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-08-04T17:59:15.786Z[ recovery-image] Aug 04 17:59:15.164 INFO O| Aug 04 17:59:15.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58032026-08-04T17:59:15.786Z[ recovery-image] Aug 04 17:59:15.164 INFO O| Aug 04 17:59:15.164 INFO STEP 179 (remove_files) COMPLETE
58042026-08-04T17:59:15.790Z[ recovery-image] Aug 04 17:59:15.164 INFO O| Aug 04 17:59:15.164 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-08-04T17:59:15.796Z[ recovery-image] Aug 04 17:59:15.174 INFO O| Aug 04 17:59:15.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58062026-08-04T17:59:15.797Z[ recovery-image] Aug 04 17:59:15.174 INFO O| Aug 04 17:59:15.174 INFO STEP 180 (remove_files) COMPLETE
58072026-08-04T17:59:15.797Z[ recovery-image] Aug 04 17:59:15.174 INFO O| Aug 04 17:59:15.174 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-08-04T17:59:15.806Z[ recovery-image] Aug 04 17:59:15.184 INFO O| Aug 04 17:59:15.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58092026-08-04T17:59:15.807Z[ recovery-image] Aug 04 17:59:15.184 INFO O| Aug 04 17:59:15.184 INFO STEP 181 (remove_files) COMPLETE
58102026-08-04T17:59:15.807Z[ recovery-image] Aug 04 17:59:15.184 INFO O| Aug 04 17:59:15.184 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58112026-08-04T17:59:15.816Z[ recovery-image] Aug 04 17:59:15.193 INFO O| Aug 04 17:59:15.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58122026-08-04T17:59:15.816Z[ recovery-image] Aug 04 17:59:15.193 INFO O| Aug 04 17:59:15.193 INFO STEP 182 (remove_files) COMPLETE
58132026-08-04T17:59:15.816Z[ recovery-image] Aug 04 17:59:15.193 INFO O| Aug 04 17:59:15.193 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-08-04T17:59:15.824Z[ recovery-image] Aug 04 17:59:15.202 INFO O| Aug 04 17:59:15.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58152026-08-04T17:59:15.824Z[ recovery-image] Aug 04 17:59:15.202 INFO O| Aug 04 17:59:15.202 INFO STEP 183 (remove_files) COMPLETE
58162026-08-04T17:59:15.828Z[ recovery-image] Aug 04 17:59:15.202 INFO O| Aug 04 17:59:15.202 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-08-04T17:59:15.835Z[ recovery-image] Aug 04 17:59:15.213 INFO O| Aug 04 17:59:15.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58182026-08-04T17:59:15.835Z[ recovery-image] Aug 04 17:59:15.213 INFO O| Aug 04 17:59:15.213 INFO STEP 184 (remove_files) COMPLETE
58192026-08-04T17:59:15.838Z[ recovery-image] Aug 04 17:59:15.213 INFO O| Aug 04 17:59:15.213 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-08-04T17:59:15.847Z[ recovery-image] Aug 04 17:59:15.224 INFO O| Aug 04 17:59:15.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58212026-08-04T17:59:15.847Z[ recovery-image] Aug 04 17:59:15.224 INFO O| Aug 04 17:59:15.224 INFO STEP 185 (remove_files) COMPLETE
58222026-08-04T17:59:15.847Z[ recovery-image] Aug 04 17:59:15.224 INFO O| Aug 04 17:59:15.224 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-08-04T17:59:15.856Z[ recovery-image] Aug 04 17:59:15.233 INFO O| Aug 04 17:59:15.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58242026-08-04T17:59:15.856Z[ recovery-image] Aug 04 17:59:15.233 INFO O| Aug 04 17:59:15.233 INFO STEP 186 (remove_files) COMPLETE
58252026-08-04T17:59:15.859Z[ recovery-image] Aug 04 17:59:15.233 INFO O| Aug 04 17:59:15.233 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-08-04T17:59:15.867Z[ recovery-image] Aug 04 17:59:15.244 INFO O| Aug 04 17:59:15.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58272026-08-04T17:59:15.867Z[ recovery-image] Aug 04 17:59:15.245 INFO O| Aug 04 17:59:15.245 INFO STEP 187 (remove_files) COMPLETE
58282026-08-04T17:59:15.867Z[ recovery-image] Aug 04 17:59:15.245 INFO O| Aug 04 17:59:15.245 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-08-04T17:59:15.877Z[ recovery-image] Aug 04 17:59:15.255 INFO O| Aug 04 17:59:15.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58302026-08-04T17:59:15.877Z[ recovery-image] Aug 04 17:59:15.255 INFO O| Aug 04 17:59:15.255 INFO STEP 188 (remove_files) COMPLETE
58312026-08-04T17:59:15.877Z[ recovery-image] Aug 04 17:59:15.255 INFO O| Aug 04 17:59:15.255 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-08-04T17:59:15.889Z[ recovery-image] Aug 04 17:59:15.267 INFO O| Aug 04 17:59:15.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58332026-08-04T17:59:15.890Z[ recovery-image] Aug 04 17:59:15.267 INFO O| Aug 04 17:59:15.267 INFO STEP 189 (remove_files) COMPLETE
58342026-08-04T17:59:15.890Z[ recovery-image] Aug 04 17:59:15.267 INFO O| Aug 04 17:59:15.267 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-08-04T17:59:15.898Z[ recovery-image] Aug 04 17:59:15.276 INFO O| Aug 04 17:59:15.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58362026-08-04T17:59:15.899Z[ recovery-image] Aug 04 17:59:15.276 INFO O| Aug 04 17:59:15.276 INFO STEP 190 (remove_files) COMPLETE
58372026-08-04T17:59:15.902Z[ recovery-image] Aug 04 17:59:15.276 INFO O| Aug 04 17:59:15.276 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-08-04T17:59:15.907Z[ recovery-image] Aug 04 17:59:15.285 INFO O| Aug 04 17:59:15.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58392026-08-04T17:59:15.907Z[ recovery-image] Aug 04 17:59:15.285 INFO O| Aug 04 17:59:15.285 INFO STEP 191 (remove_files) COMPLETE
58402026-08-04T17:59:15.907Z[ recovery-image] Aug 04 17:59:15.285 INFO O| Aug 04 17:59:15.285 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-08-04T17:59:15.918Z[ recovery-image] Aug 04 17:59:15.296 INFO O| Aug 04 17:59:15.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58422026-08-04T17:59:15.918Z[ recovery-image] Aug 04 17:59:15.296 INFO O| Aug 04 17:59:15.296 INFO STEP 192 (remove_files) COMPLETE
58432026-08-04T17:59:15.918Z[ recovery-image] Aug 04 17:59:15.296 INFO O| Aug 04 17:59:15.296 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58442026-08-04T17:59:15.928Z[ recovery-image] Aug 04 17:59:15.306 INFO O| Aug 04 17:59:15.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58452026-08-04T17:59:15.928Z[ recovery-image] Aug 04 17:59:15.306 INFO O| Aug 04 17:59:15.306 INFO STEP 193 (remove_files) COMPLETE
58462026-08-04T17:59:15.928Z[ recovery-image] Aug 04 17:59:15.306 INFO O| Aug 04 17:59:15.306 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58472026-08-04T17:59:15.940Z[ recovery-image] Aug 04 17:59:15.318 INFO O| Aug 04 17:59:15.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58482026-08-04T17:59:15.940Z[ recovery-image] Aug 04 17:59:15.318 INFO O| Aug 04 17:59:15.318 INFO STEP 194 (remove_files) COMPLETE
58492026-08-04T17:59:15.941Z[ recovery-image] Aug 04 17:59:15.318 INFO O| Aug 04 17:59:15.318 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-08-04T17:59:15.951Z[ recovery-image] Aug 04 17:59:15.328 INFO O| Aug 04 17:59:15.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58512026-08-04T17:59:15.951Z[ recovery-image] Aug 04 17:59:15.328 INFO O| Aug 04 17:59:15.328 INFO STEP 195 (remove_files) COMPLETE
58522026-08-04T17:59:15.951Z[ recovery-image] Aug 04 17:59:15.328 INFO O| Aug 04 17:59:15.328 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-08-04T17:59:15.960Z[ recovery-image] Aug 04 17:59:15.338 INFO O| Aug 04 17:59:15.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58542026-08-04T17:59:15.960Z[ recovery-image] Aug 04 17:59:15.338 INFO O| Aug 04 17:59:15.338 INFO STEP 196 (remove_files) COMPLETE
58552026-08-04T17:59:15.960Z[ recovery-image] Aug 04 17:59:15.338 INFO O| Aug 04 17:59:15.338 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-08-04T17:59:15.970Z[ recovery-image] Aug 04 17:59:15.347 INFO O| Aug 04 17:59:15.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58572026-08-04T17:59:15.970Z[ recovery-image] Aug 04 17:59:15.347 INFO O| Aug 04 17:59:15.347 INFO STEP 197 (remove_files) COMPLETE
58582026-08-04T17:59:15.970Z[ recovery-image] Aug 04 17:59:15.347 INFO O| Aug 04 17:59:15.347 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-08-04T17:59:15.980Z[ recovery-image] Aug 04 17:59:15.357 INFO O| Aug 04 17:59:15.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58602026-08-04T17:59:15.980Z[ recovery-image] Aug 04 17:59:15.357 INFO O| Aug 04 17:59:15.357 INFO STEP 198 (remove_files) COMPLETE
58612026-08-04T17:59:15.980Z[ recovery-image] Aug 04 17:59:15.357 INFO O| Aug 04 17:59:15.357 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-08-04T17:59:15.989Z[ recovery-image] Aug 04 17:59:15.367 INFO O| Aug 04 17:59:15.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58632026-08-04T17:59:15.989Z[ recovery-image] Aug 04 17:59:15.367 INFO O| Aug 04 17:59:15.367 INFO STEP 199 (remove_files) COMPLETE
58642026-08-04T17:59:15.993Z[ recovery-image] Aug 04 17:59:15.367 INFO O| Aug 04 17:59:15.367 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-08-04T17:59:15.999Z[ recovery-image] Aug 04 17:59:15.377 INFO O| Aug 04 17:59:15.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58662026-08-04T17:59:15.999Z[ recovery-image] Aug 04 17:59:15.377 INFO O| Aug 04 17:59:15.377 INFO STEP 200 (remove_files) COMPLETE
58672026-08-04T17:59:15.999Z[ recovery-image] Aug 04 17:59:15.377 INFO O| Aug 04 17:59:15.377 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-08-04T17:59:16.009Z[ recovery-image] Aug 04 17:59:15.387 INFO O| Aug 04 17:59:15.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58692026-08-04T17:59:16.010Z[ recovery-image] Aug 04 17:59:15.387 INFO O| Aug 04 17:59:15.387 INFO STEP 201 (remove_files) COMPLETE
58702026-08-04T17:59:16.010Z[ recovery-image] Aug 04 17:59:15.387 INFO O| Aug 04 17:59:15.387 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-08-04T17:59:16.021Z[ recovery-image] Aug 04 17:59:15.399 INFO O| Aug 04 17:59:15.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58722026-08-04T17:59:16.021Z[ recovery-image] Aug 04 17:59:15.399 INFO O| Aug 04 17:59:15.399 INFO STEP 202 (remove_files) COMPLETE
58732026-08-04T17:59:16.024Z[ recovery-image] Aug 04 17:59:15.399 INFO O| Aug 04 17:59:15.399 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-08-04T17:59:16.031Z[verify-libraries] Compiling sha3 v0.12.0
58752026-08-04T17:59:16.034Z[ recovery-image] Aug 04 17:59:15.409 INFO O| Aug 04 17:59:15.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58762026-08-04T17:59:16.034Z[ recovery-image] Aug 04 17:59:15.409 INFO O| Aug 04 17:59:15.409 INFO STEP 203 (remove_files) COMPLETE
58772026-08-04T17:59:16.034Z[ recovery-image] Aug 04 17:59:15.409 INFO O| Aug 04 17:59:15.409 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-08-04T17:59:16.041Z[ recovery-image] Aug 04 17:59:15.419 INFO O| Aug 04 17:59:15.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58792026-08-04T17:59:16.043Z[ recovery-image] Aug 04 17:59:15.419 INFO O| Aug 04 17:59:15.419 INFO STEP 204 (remove_files) COMPLETE
58802026-08-04T17:59:16.043Z[ recovery-image] Aug 04 17:59:15.419 INFO O| Aug 04 17:59:15.419 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-08-04T17:59:16.051Z[ recovery-image] Aug 04 17:59:15.429 INFO O| Aug 04 17:59:15.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58822026-08-04T17:59:16.051Z[ recovery-image] Aug 04 17:59:15.429 INFO O| Aug 04 17:59:15.429 INFO STEP 205 (remove_files) COMPLETE
58832026-08-04T17:59:16.055Z[ recovery-image] Aug 04 17:59:15.429 INFO O| Aug 04 17:59:15.429 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-08-04T17:59:16.062Z[ recovery-image] Aug 04 17:59:15.440 INFO O| Aug 04 17:59:15.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58852026-08-04T17:59:16.062Z[ recovery-image] Aug 04 17:59:15.440 INFO O| Aug 04 17:59:15.440 INFO STEP 206 (remove_files) COMPLETE
58862026-08-04T17:59:16.065Z[ recovery-image] Aug 04 17:59:15.440 INFO O| Aug 04 17:59:15.440 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-08-04T17:59:16.072Z[ recovery-image] Aug 04 17:59:15.450 INFO O| Aug 04 17:59:15.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58882026-08-04T17:59:16.075Z[ recovery-image] Aug 04 17:59:15.451 INFO O| Aug 04 17:59:15.451 INFO STEP 207 (remove_files) COMPLETE
58892026-08-04T17:59:16.075Z[ recovery-image] Aug 04 17:59:15.451 INFO O| Aug 04 17:59:15.451 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-08-04T17:59:16.082Z[ recovery-image] Aug 04 17:59:15.460 INFO O| Aug 04 17:59:15.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58912026-08-04T17:59:16.082Z[ recovery-image] Aug 04 17:59:15.460 INFO O| Aug 04 17:59:15.460 INFO STEP 208 (remove_files) COMPLETE
58922026-08-04T17:59:16.086Z[ recovery-image] Aug 04 17:59:15.460 INFO O| Aug 04 17:59:15.460 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-08-04T17:59:16.092Z[ recovery-image] Aug 04 17:59:15.470 INFO O| Aug 04 17:59:15.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58942026-08-04T17:59:16.092Z[ recovery-image] Aug 04 17:59:15.470 INFO O| Aug 04 17:59:15.470 INFO STEP 209 (remove_files) COMPLETE
58952026-08-04T17:59:16.092Z[ recovery-image] Aug 04 17:59:15.470 INFO O| Aug 04 17:59:15.470 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-08-04T17:59:16.103Z[ recovery-image] Aug 04 17:59:15.480 INFO O| Aug 04 17:59:15.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58972026-08-04T17:59:16.106Z[ recovery-image] Aug 04 17:59:15.480 INFO O| Aug 04 17:59:15.480 INFO STEP 210 (remove_files) COMPLETE
58982026-08-04T17:59:16.106Z[ recovery-image] Aug 04 17:59:15.480 INFO O| Aug 04 17:59:15.480 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-08-04T17:59:16.111Z[ recovery-image] Aug 04 17:59:15.489 INFO O| Aug 04 17:59:15.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59002026-08-04T17:59:16.111Z[ recovery-image] Aug 04 17:59:15.489 INFO O| Aug 04 17:59:15.489 INFO STEP 211 (remove_files) COMPLETE
59012026-08-04T17:59:16.114Z[ recovery-image] Aug 04 17:59:15.489 INFO O| Aug 04 17:59:15.489 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-08-04T17:59:16.119Z[ recovery-image] Aug 04 17:59:15.497 INFO O| Aug 04 17:59:15.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59032026-08-04T17:59:16.119Z[ recovery-image] Aug 04 17:59:15.497 INFO O| Aug 04 17:59:15.497 INFO STEP 212 (remove_files) COMPLETE
59042026-08-04T17:59:16.119Z[ recovery-image] Aug 04 17:59:15.497 INFO O| Aug 04 17:59:15.497 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-08-04T17:59:16.129Z[ recovery-image] Aug 04 17:59:15.506 INFO O| Aug 04 17:59:15.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59062026-08-04T17:59:16.129Z[ recovery-image] Aug 04 17:59:15.506 INFO O| Aug 04 17:59:15.506 INFO STEP 213 (remove_files) COMPLETE
59072026-08-04T17:59:16.129Z[ recovery-image] Aug 04 17:59:15.506 INFO O| Aug 04 17:59:15.506 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-08-04T17:59:16.137Z[ recovery-image] Aug 04 17:59:15.515 INFO O| Aug 04 17:59:15.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59092026-08-04T17:59:16.137Z[ recovery-image] Aug 04 17:59:15.515 INFO O| Aug 04 17:59:15.515 INFO STEP 214 (remove_files) COMPLETE
59102026-08-04T17:59:16.137Z[ recovery-image] Aug 04 17:59:15.515 INFO O| Aug 04 17:59:15.515 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-08-04T17:59:16.147Z[ recovery-image] Aug 04 17:59:15.525 INFO O| Aug 04 17:59:15.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59122026-08-04T17:59:16.147Z[ recovery-image] Aug 04 17:59:15.525 INFO O| Aug 04 17:59:15.525 INFO STEP 215 (remove_files) COMPLETE
59132026-08-04T17:59:16.150Z[ recovery-image] Aug 04 17:59:15.525 INFO O| Aug 04 17:59:15.525 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-08-04T17:59:16.158Z[ recovery-image] Aug 04 17:59:15.535 INFO O| Aug 04 17:59:15.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59152026-08-04T17:59:16.158Z[ recovery-image] Aug 04 17:59:15.536 INFO O| Aug 04 17:59:15.536 INFO STEP 216 (remove_files) COMPLETE
59162026-08-04T17:59:16.161Z[ recovery-image] Aug 04 17:59:15.536 INFO O| Aug 04 17:59:15.536 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-08-04T17:59:16.168Z[ recovery-image] Aug 04 17:59:15.546 INFO O| Aug 04 17:59:15.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59182026-08-04T17:59:16.172Z[ recovery-image] Aug 04 17:59:15.546 INFO O| Aug 04 17:59:15.546 INFO STEP 217 (remove_files) COMPLETE
59192026-08-04T17:59:16.172Z[ recovery-image] Aug 04 17:59:15.546 INFO O| Aug 04 17:59:15.546 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-08-04T17:59:16.180Z[ recovery-image] Aug 04 17:59:15.557 INFO O| Aug 04 17:59:15.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59212026-08-04T17:59:16.180Z[ recovery-image] Aug 04 17:59:15.557 INFO O| Aug 04 17:59:15.557 INFO STEP 218 (remove_files) COMPLETE
59222026-08-04T17:59:16.180Z[ recovery-image] Aug 04 17:59:15.557 INFO O| Aug 04 17:59:15.557 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-08-04T17:59:16.187Z[verify-libraries] Compiling serde_with v1.14.0
59242026-08-04T17:59:16.190Z[ recovery-image] Aug 04 17:59:15.566 INFO O| Aug 04 17:59:15.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59252026-08-04T17:59:16.190Z[ recovery-image] Aug 04 17:59:15.566 INFO O| Aug 04 17:59:15.566 INFO STEP 219 (remove_files) COMPLETE
59262026-08-04T17:59:16.190Z[ recovery-image] Aug 04 17:59:15.566 INFO O| Aug 04 17:59:15.566 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-08-04T17:59:16.200Z[ recovery-image] Aug 04 17:59:15.577 INFO O| Aug 04 17:59:15.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59282026-08-04T17:59:16.203Z[ recovery-image] Aug 04 17:59:15.578 INFO O| Aug 04 17:59:15.578 INFO STEP 220 (remove_files) COMPLETE
59292026-08-04T17:59:16.203Z[ recovery-image] Aug 04 17:59:15.578 INFO O| Aug 04 17:59:15.578 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-08-04T17:59:16.210Z[ recovery-image] Aug 04 17:59:15.588 INFO O| Aug 04 17:59:15.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59312026-08-04T17:59:16.210Z[ recovery-image] Aug 04 17:59:15.588 INFO O| Aug 04 17:59:15.588 INFO STEP 221 (remove_files) COMPLETE
59322026-08-04T17:59:16.210Z[ recovery-image] Aug 04 17:59:15.588 INFO O| Aug 04 17:59:15.588 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-08-04T17:59:16.221Z[ recovery-image] Aug 04 17:59:15.599 INFO O| Aug 04 17:59:15.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59342026-08-04T17:59:16.221Z[ recovery-image] Aug 04 17:59:15.599 INFO O| Aug 04 17:59:15.599 INFO STEP 222 (remove_files) COMPLETE
59352026-08-04T17:59:16.224Z[ recovery-image] Aug 04 17:59:15.599 INFO O| Aug 04 17:59:15.599 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-08-04T17:59:16.232Z[ recovery-image] Aug 04 17:59:15.609 INFO O| Aug 04 17:59:15.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59372026-08-04T17:59:16.232Z[ recovery-image] Aug 04 17:59:15.609 INFO O| Aug 04 17:59:15.609 INFO STEP 223 (remove_files) COMPLETE
59382026-08-04T17:59:16.232Z[ recovery-image] Aug 04 17:59:15.609 INFO O| Aug 04 17:59:15.609 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-08-04T17:59:16.242Z[ recovery-image] Aug 04 17:59:15.620 INFO O| Aug 04 17:59:15.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59402026-08-04T17:59:16.242Z[ recovery-image] Aug 04 17:59:15.620 INFO O| Aug 04 17:59:15.620 INFO STEP 224 (remove_files) COMPLETE
59412026-08-04T17:59:16.242Z[ recovery-image] Aug 04 17:59:15.620 INFO O| Aug 04 17:59:15.620 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-08-04T17:59:16.251Z[ recovery-image] Aug 04 17:59:15.629 INFO O| Aug 04 17:59:15.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59432026-08-04T17:59:16.251Z[ recovery-image] Aug 04 17:59:15.629 INFO O| Aug 04 17:59:15.629 INFO STEP 225 (remove_files) COMPLETE
59442026-08-04T17:59:16.251Z[ recovery-image] Aug 04 17:59:15.629 INFO O| Aug 04 17:59:15.629 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-08-04T17:59:16.259Z[ recovery-image] Aug 04 17:59:15.637 INFO O| Aug 04 17:59:15.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59462026-08-04T17:59:16.259Z[ recovery-image] Aug 04 17:59:15.637 INFO O| Aug 04 17:59:15.637 INFO STEP 226 (remove_files) COMPLETE
59472026-08-04T17:59:16.263Z[ recovery-image] Aug 04 17:59:15.637 INFO O| Aug 04 17:59:15.637 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-08-04T17:59:16.268Z[ recovery-image] Aug 04 17:59:15.646 INFO O| Aug 04 17:59:15.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59492026-08-04T17:59:16.268Z[ recovery-image] Aug 04 17:59:15.646 INFO O| Aug 04 17:59:15.646 INFO STEP 227 (remove_files) COMPLETE
59502026-08-04T17:59:16.269Z[ recovery-image] Aug 04 17:59:15.646 INFO O| Aug 04 17:59:15.646 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-08-04T17:59:16.277Z[ recovery-image] Aug 04 17:59:15.654 INFO O| Aug 04 17:59:15.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59522026-08-04T17:59:16.277Z[ recovery-image] Aug 04 17:59:15.654 INFO O| Aug 04 17:59:15.654 INFO STEP 228 (remove_files) COMPLETE
59532026-08-04T17:59:16.277Z[ recovery-image] Aug 04 17:59:15.654 INFO O| Aug 04 17:59:15.654 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-08-04T17:59:16.284Z[ recovery-image] Aug 04 17:59:15.662 INFO O| Aug 04 17:59:15.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59552026-08-04T17:59:16.285Z[ recovery-image] Aug 04 17:59:15.662 INFO O| Aug 04 17:59:15.662 INFO STEP 229 (remove_files) COMPLETE
59562026-08-04T17:59:16.285Z[ recovery-image] Aug 04 17:59:15.663 INFO O| Aug 04 17:59:15.662 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-08-04T17:59:16.293Z[ recovery-image] Aug 04 17:59:15.671 INFO O| Aug 04 17:59:15.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59582026-08-04T17:59:16.293Z[ recovery-image] Aug 04 17:59:15.671 INFO O| Aug 04 17:59:15.671 INFO STEP 230 (remove_files) COMPLETE
59592026-08-04T17:59:16.293Z[ recovery-image] Aug 04 17:59:15.671 INFO O| Aug 04 17:59:15.671 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-08-04T17:59:16.301Z[ recovery-image] Aug 04 17:59:15.679 INFO O| Aug 04 17:59:15.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59612026-08-04T17:59:16.304Z[ recovery-image] Aug 04 17:59:15.679 INFO O| Aug 04 17:59:15.679 INFO STEP 231 (remove_files) COMPLETE
59622026-08-04T17:59:16.304Z[ recovery-image] Aug 04 17:59:15.679 INFO O| Aug 04 17:59:15.679 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-08-04T17:59:16.310Z[ recovery-image] Aug 04 17:59:15.687 INFO O| Aug 04 17:59:15.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59642026-08-04T17:59:16.311Z[ recovery-image] Aug 04 17:59:15.687 INFO O| Aug 04 17:59:15.687 INFO STEP 232 (remove_files) COMPLETE
59652026-08-04T17:59:16.311Z[ recovery-image] Aug 04 17:59:15.687 INFO O| Aug 04 17:59:15.687 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-08-04T17:59:16.317Z[ recovery-image] Aug 04 17:59:15.695 INFO O| Aug 04 17:59:15.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59672026-08-04T17:59:16.317Z[ recovery-image] Aug 04 17:59:15.695 INFO O| Aug 04 17:59:15.695 INFO STEP 233 (remove_files) COMPLETE
59682026-08-04T17:59:16.320Z[ recovery-image] Aug 04 17:59:15.695 INFO O| Aug 04 17:59:15.695 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-08-04T17:59:16.326Z[ recovery-image] Aug 04 17:59:15.704 INFO O| Aug 04 17:59:15.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59702026-08-04T17:59:16.326Z[ recovery-image] Aug 04 17:59:15.704 INFO O| Aug 04 17:59:15.704 INFO STEP 234 (remove_files) COMPLETE
59712026-08-04T17:59:16.330Z[ recovery-image] Aug 04 17:59:15.704 INFO O| Aug 04 17:59:15.704 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-08-04T17:59:16.335Z[ recovery-image] Aug 04 17:59:15.712 INFO O| Aug 04 17:59:15.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59732026-08-04T17:59:16.335Z[ recovery-image] Aug 04 17:59:15.712 INFO O| Aug 04 17:59:15.712 INFO STEP 235 (remove_files) COMPLETE
59742026-08-04T17:59:16.339Z[ recovery-image] Aug 04 17:59:15.712 INFO O| Aug 04 17:59:15.712 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-08-04T17:59:16.344Z[ recovery-image] Aug 04 17:59:15.722 INFO O| Aug 04 17:59:15.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59762026-08-04T17:59:16.344Z[ recovery-image] Aug 04 17:59:15.722 INFO O| Aug 04 17:59:15.722 INFO STEP 236 (remove_files) COMPLETE
59772026-08-04T17:59:16.344Z[ recovery-image] Aug 04 17:59:15.722 INFO O| Aug 04 17:59:15.722 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-08-04T17:59:16.354Z[ recovery-image] Aug 04 17:59:15.732 INFO O| Aug 04 17:59:15.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59792026-08-04T17:59:16.354Z[ recovery-image] Aug 04 17:59:15.732 INFO O| Aug 04 17:59:15.732 INFO STEP 237 (remove_files) COMPLETE
59802026-08-04T17:59:16.354Z[ recovery-image] Aug 04 17:59:15.732 INFO O| Aug 04 17:59:15.732 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-08-04T17:59:16.366Z[ recovery-image] Aug 04 17:59:15.744 INFO O| Aug 04 17:59:15.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59822026-08-04T17:59:16.369Z[ recovery-image] Aug 04 17:59:15.745 INFO O| Aug 04 17:59:15.745 INFO STEP 238 (remove_files) COMPLETE
59832026-08-04T17:59:16.369Z[ recovery-image] Aug 04 17:59:15.745 INFO O| Aug 04 17:59:15.745 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-08-04T17:59:16.377Z[ recovery-image] Aug 04 17:59:15.754 INFO O| Aug 04 17:59:15.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59852026-08-04T17:59:16.377Z[ recovery-image] Aug 04 17:59:15.754 INFO O| Aug 04 17:59:15.754 INFO STEP 239 (remove_files) COMPLETE
59862026-08-04T17:59:16.377Z[ recovery-image] Aug 04 17:59:15.754 INFO O| Aug 04 17:59:15.754 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-08-04T17:59:16.388Z[ recovery-image] Aug 04 17:59:15.766 INFO O| Aug 04 17:59:15.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59882026-08-04T17:59:16.388Z[ recovery-image] Aug 04 17:59:15.766 INFO O| Aug 04 17:59:15.766 INFO STEP 240 (remove_files) COMPLETE
59892026-08-04T17:59:16.388Z[ recovery-image] Aug 04 17:59:15.766 INFO O| Aug 04 17:59:15.766 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-08-04T17:59:16.398Z[ recovery-image] Aug 04 17:59:15.776 INFO O| Aug 04 17:59:15.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59912026-08-04T17:59:16.398Z[ recovery-image] Aug 04 17:59:15.776 INFO O| Aug 04 17:59:15.776 INFO STEP 241 (remove_files) COMPLETE
59922026-08-04T17:59:16.398Z[ recovery-image] Aug 04 17:59:15.776 INFO O| Aug 04 17:59:15.776 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-08-04T17:59:16.408Z[ recovery-image] Aug 04 17:59:15.786 INFO O| Aug 04 17:59:15.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59942026-08-04T17:59:16.408Z[ recovery-image] Aug 04 17:59:15.786 INFO O| Aug 04 17:59:15.786 INFO STEP 242 (remove_files) COMPLETE
59952026-08-04T17:59:16.408Z[ recovery-image] Aug 04 17:59:15.786 INFO O| Aug 04 17:59:15.786 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-08-04T17:59:16.418Z[ recovery-image] Aug 04 17:59:15.796 INFO O| Aug 04 17:59:15.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59972026-08-04T17:59:16.418Z[ recovery-image] Aug 04 17:59:15.796 INFO O| Aug 04 17:59:15.796 INFO STEP 243 (remove_files) COMPLETE
59982026-08-04T17:59:16.418Z[ recovery-image] Aug 04 17:59:15.796 INFO O| Aug 04 17:59:15.796 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-08-04T17:59:16.429Z[ recovery-image] Aug 04 17:59:15.807 INFO O| Aug 04 17:59:15.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60002026-08-04T17:59:16.429Z[ recovery-image] Aug 04 17:59:15.807 INFO O| Aug 04 17:59:15.807 INFO STEP 244 (remove_files) COMPLETE
60012026-08-04T17:59:16.433Z[ recovery-image] Aug 04 17:59:15.807 INFO O| Aug 04 17:59:15.807 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-08-04T17:59:16.440Z[ recovery-image] Aug 04 17:59:15.817 INFO O| Aug 04 17:59:15.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60032026-08-04T17:59:16.440Z[ recovery-image] Aug 04 17:59:15.817 INFO O| Aug 04 17:59:15.817 INFO STEP 245 (remove_files) COMPLETE
60042026-08-04T17:59:16.440Z[ recovery-image] Aug 04 17:59:15.817 INFO O| Aug 04 17:59:15.817 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-08-04T17:59:16.449Z[ recovery-image] Aug 04 17:59:15.827 INFO O| Aug 04 17:59:15.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60062026-08-04T17:59:16.450Z[ recovery-image] Aug 04 17:59:15.827 INFO O| Aug 04 17:59:15.827 INFO STEP 246 (remove_files) COMPLETE
60072026-08-04T17:59:16.450Z[ recovery-image] Aug 04 17:59:15.827 INFO O| Aug 04 17:59:15.827 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-08-04T17:59:16.458Z[ recovery-image] Aug 04 17:59:15.836 INFO O| Aug 04 17:59:15.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60092026-08-04T17:59:16.459Z[ recovery-image] Aug 04 17:59:15.836 INFO O| Aug 04 17:59:15.836 INFO STEP 247 (remove_files) COMPLETE
60102026-08-04T17:59:16.459Z[ recovery-image] Aug 04 17:59:15.836 INFO O| Aug 04 17:59:15.836 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-08-04T17:59:16.468Z[ recovery-image] Aug 04 17:59:15.846 INFO O| Aug 04 17:59:15.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60122026-08-04T17:59:16.468Z[ recovery-image] Aug 04 17:59:15.846 INFO O| Aug 04 17:59:15.846 INFO STEP 248 (remove_files) COMPLETE
60132026-08-04T17:59:16.468Z[ recovery-image] Aug 04 17:59:15.846 INFO O| Aug 04 17:59:15.846 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-08-04T17:59:16.480Z[ recovery-image] Aug 04 17:59:15.858 INFO O| Aug 04 17:59:15.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60152026-08-04T17:59:16.480Z[ recovery-image] Aug 04 17:59:15.858 INFO O| Aug 04 17:59:15.858 INFO STEP 249 (remove_files) COMPLETE
60162026-08-04T17:59:16.480Z[ recovery-image] Aug 04 17:59:15.858 INFO O| Aug 04 17:59:15.858 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-08-04T17:59:16.490Z[ recovery-image] Aug 04 17:59:15.868 INFO O| Aug 04 17:59:15.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60182026-08-04T17:59:16.490Z[ recovery-image] Aug 04 17:59:15.868 INFO O| Aug 04 17:59:15.868 INFO STEP 250 (remove_files) COMPLETE
60192026-08-04T17:59:16.490Z[ recovery-image] Aug 04 17:59:15.868 INFO O| Aug 04 17:59:15.868 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-08-04T17:59:16.500Z[ recovery-image] Aug 04 17:59:15.878 INFO O| Aug 04 17:59:15.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60212026-08-04T17:59:16.500Z[ recovery-image] Aug 04 17:59:15.878 INFO O| Aug 04 17:59:15.878 INFO STEP 251 (remove_files) COMPLETE
60222026-08-04T17:59:16.500Z[ recovery-image] Aug 04 17:59:15.878 INFO O| Aug 04 17:59:15.878 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-08-04T17:59:16.509Z[ recovery-image] Aug 04 17:59:15.887 INFO O| Aug 04 17:59:15.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60242026-08-04T17:59:16.509Z[ recovery-image] Aug 04 17:59:15.887 INFO O| Aug 04 17:59:15.887 INFO STEP 252 (remove_files) COMPLETE
60252026-08-04T17:59:16.512Z[ recovery-image] Aug 04 17:59:15.887 INFO O| Aug 04 17:59:15.887 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-08-04T17:59:16.519Z[ recovery-image] Aug 04 17:59:15.896 INFO O| Aug 04 17:59:15.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60272026-08-04T17:59:16.519Z[ recovery-image] Aug 04 17:59:15.897 INFO O| Aug 04 17:59:15.897 INFO STEP 253 (remove_files) COMPLETE
60282026-08-04T17:59:16.519Z[ recovery-image] Aug 04 17:59:15.897 INFO O| Aug 04 17:59:15.897 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-08-04T17:59:16.528Z[ recovery-image] Aug 04 17:59:15.906 INFO O| Aug 04 17:59:15.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60302026-08-04T17:59:16.528Z[ recovery-image] Aug 04 17:59:15.906 INFO O| Aug 04 17:59:15.906 INFO STEP 254 (remove_files) COMPLETE
60312026-08-04T17:59:16.528Z[ recovery-image] Aug 04 17:59:15.906 INFO O| Aug 04 17:59:15.906 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-08-04T17:59:16.538Z[ recovery-image] Aug 04 17:59:15.916 INFO O| Aug 04 17:59:15.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60332026-08-04T17:59:16.538Z[ recovery-image] Aug 04 17:59:15.916 INFO O| Aug 04 17:59:15.916 INFO STEP 255 (remove_files) COMPLETE
60342026-08-04T17:59:16.538Z[ recovery-image] Aug 04 17:59:15.916 INFO O| Aug 04 17:59:15.916 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-08-04T17:59:16.549Z[ recovery-image] Aug 04 17:59:15.927 INFO O| Aug 04 17:59:15.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60362026-08-04T17:59:16.549Z[ recovery-image] Aug 04 17:59:15.927 INFO O| Aug 04 17:59:15.927 INFO STEP 256 (remove_files) COMPLETE
60372026-08-04T17:59:16.549Z[ recovery-image] Aug 04 17:59:15.927 INFO O| Aug 04 17:59:15.927 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-08-04T17:59:16.558Z[ recovery-image] Aug 04 17:59:15.936 INFO O| Aug 04 17:59:15.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60392026-08-04T17:59:16.558Z[ recovery-image] Aug 04 17:59:15.936 INFO O| Aug 04 17:59:15.936 INFO STEP 257 (remove_files) COMPLETE
60402026-08-04T17:59:16.558Z[ recovery-image] Aug 04 17:59:15.936 INFO O| Aug 04 17:59:15.936 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-08-04T17:59:16.568Z[ recovery-image] Aug 04 17:59:15.945 INFO O| Aug 04 17:59:15.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60422026-08-04T17:59:16.568Z[ recovery-image] Aug 04 17:59:15.945 INFO O| Aug 04 17:59:15.945 INFO STEP 258 (remove_files) COMPLETE
60432026-08-04T17:59:16.568Z[ recovery-image] Aug 04 17:59:15.945 INFO O| Aug 04 17:59:15.945 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-08-04T17:59:16.577Z[ recovery-image] Aug 04 17:59:15.955 INFO O| Aug 04 17:59:15.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60452026-08-04T17:59:16.577Z[ recovery-image] Aug 04 17:59:15.955 INFO O| Aug 04 17:59:15.955 INFO STEP 259 (remove_files) COMPLETE
60462026-08-04T17:59:16.577Z[ recovery-image] Aug 04 17:59:15.955 INFO O| Aug 04 17:59:15.955 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-08-04T17:59:16.586Z[ recovery-image] Aug 04 17:59:15.964 INFO O| Aug 04 17:59:15.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60482026-08-04T17:59:16.586Z[ recovery-image] Aug 04 17:59:15.964 INFO O| Aug 04 17:59:15.964 INFO STEP 260 (remove_files) COMPLETE
60492026-08-04T17:59:16.586Z[ recovery-image] Aug 04 17:59:15.964 INFO O| Aug 04 17:59:15.964 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-08-04T17:59:16.595Z[ recovery-image] Aug 04 17:59:15.972 INFO O| Aug 04 17:59:15.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60512026-08-04T17:59:16.595Z[ recovery-image] Aug 04 17:59:15.972 INFO O| Aug 04 17:59:15.972 INFO STEP 261 (remove_files) COMPLETE
60522026-08-04T17:59:16.595Z[ recovery-image] Aug 04 17:59:15.972 INFO O| Aug 04 17:59:15.972 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-08-04T17:59:16.603Z[ recovery-image] Aug 04 17:59:15.981 INFO O| Aug 04 17:59:15.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60542026-08-04T17:59:16.603Z[ recovery-image] Aug 04 17:59:15.981 INFO O| Aug 04 17:59:15.981 INFO STEP 262 (remove_files) COMPLETE
60552026-08-04T17:59:16.603Z[ recovery-image] Aug 04 17:59:15.981 INFO O| Aug 04 17:59:15.981 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-08-04T17:59:16.612Z[ recovery-image] Aug 04 17:59:15.990 INFO O| Aug 04 17:59:15.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60572026-08-04T17:59:16.612Z[ recovery-image] Aug 04 17:59:15.990 INFO O| Aug 04 17:59:15.990 INFO STEP 263 (remove_files) COMPLETE
60582026-08-04T17:59:16.612Z[ recovery-image] Aug 04 17:59:15.990 INFO O| Aug 04 17:59:15.990 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-08-04T17:59:16.621Z[ recovery-image] Aug 04 17:59:15.999 INFO O| Aug 04 17:59:15.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60602026-08-04T17:59:16.621Z[ recovery-image] Aug 04 17:59:15.999 INFO O| Aug 04 17:59:15.999 INFO STEP 264 (remove_files) COMPLETE
60612026-08-04T17:59:16.621Z[ recovery-image] Aug 04 17:59:15.999 INFO O| Aug 04 17:59:15.999 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-08-04T17:59:16.633Z[ recovery-image] Aug 04 17:59:16.008 INFO O| Aug 04 17:59:16.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60632026-08-04T17:59:16.633Z[ recovery-image] Aug 04 17:59:16.008 INFO O| Aug 04 17:59:16.008 INFO STEP 265 (remove_files) COMPLETE
60642026-08-04T17:59:16.633Z[ recovery-image] Aug 04 17:59:16.008 INFO O| Aug 04 17:59:16.008 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-08-04T17:59:16.640Z[ recovery-image] Aug 04 17:59:16.018 INFO O| Aug 04 17:59:16.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60662026-08-04T17:59:16.640Z[ recovery-image] Aug 04 17:59:16.018 INFO O| Aug 04 17:59:16.018 INFO STEP 266 (remove_files) COMPLETE
60672026-08-04T17:59:16.643Z[ recovery-image] Aug 04 17:59:16.018 INFO O| Aug 04 17:59:16.018 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-08-04T17:59:16.649Z[ recovery-image] Aug 04 17:59:16.027 INFO O| Aug 04 17:59:16.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60692026-08-04T17:59:16.649Z[ recovery-image] Aug 04 17:59:16.027 INFO O| Aug 04 17:59:16.027 INFO STEP 267 (remove_files) COMPLETE
60702026-08-04T17:59:16.653Z[ recovery-image] Aug 04 17:59:16.027 INFO O| Aug 04 17:59:16.027 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-08-04T17:59:16.660Z[ recovery-image] Aug 04 17:59:16.038 INFO O| Aug 04 17:59:16.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60722026-08-04T17:59:16.660Z[ recovery-image] Aug 04 17:59:16.038 INFO O| Aug 04 17:59:16.038 INFO STEP 268 (remove_files) COMPLETE
60732026-08-04T17:59:16.660Z[ recovery-image] Aug 04 17:59:16.038 INFO O| Aug 04 17:59:16.038 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-08-04T17:59:16.670Z[ recovery-image] Aug 04 17:59:16.048 INFO O| Aug 04 17:59:16.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60752026-08-04T17:59:16.670Z[ recovery-image] Aug 04 17:59:16.048 INFO O| Aug 04 17:59:16.048 INFO STEP 269 (remove_files) COMPLETE
60762026-08-04T17:59:16.673Z[ recovery-image] Aug 04 17:59:16.048 INFO O| Aug 04 17:59:16.048 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-08-04T17:59:16.684Z[ recovery-image] Aug 04 17:59:16.059 INFO O| Aug 04 17:59:16.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60782026-08-04T17:59:16.684Z[ recovery-image] Aug 04 17:59:16.059 INFO O| Aug 04 17:59:16.058 INFO STEP 270 (remove_files) COMPLETE
60792026-08-04T17:59:16.684Z[ recovery-image] Aug 04 17:59:16.059 INFO O| Aug 04 17:59:16.058 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-08-04T17:59:16.691Z[ recovery-image] Aug 04 17:59:16.067 INFO O| Aug 04 17:59:16.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60812026-08-04T17:59:16.691Z[ recovery-image] Aug 04 17:59:16.067 INFO O| Aug 04 17:59:16.067 INFO STEP 271 (remove_files) COMPLETE
60822026-08-04T17:59:16.691Z[ recovery-image] Aug 04 17:59:16.067 INFO O| Aug 04 17:59:16.067 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-08-04T17:59:16.700Z[ recovery-image] Aug 04 17:59:16.077 INFO O| Aug 04 17:59:16.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60842026-08-04T17:59:16.700Z[ recovery-image] Aug 04 17:59:16.077 INFO O| Aug 04 17:59:16.075 INFO STEP 272 (remove_files) COMPLETE
60852026-08-04T17:59:16.700Z[ recovery-image] Aug 04 17:59:16.077 INFO O| Aug 04 17:59:16.075 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-08-04T17:59:16.711Z[ recovery-image] Aug 04 17:59:16.089 INFO O| Aug 04 17:59:16.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60872026-08-04T17:59:16.711Z[ recovery-image] Aug 04 17:59:16.089 INFO O| Aug 04 17:59:16.086 INFO STEP 273 (remove_files) COMPLETE
60882026-08-04T17:59:16.711Z[ recovery-image] Aug 04 17:59:16.089 INFO O| Aug 04 17:59:16.086 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-08-04T17:59:16.714Z[verify-libraries] Compiling russh-cryptovec v0.62.0
60902026-08-04T17:59:16.719Z[ recovery-image] Aug 04 17:59:16.097 INFO O| Aug 04 17:59:16.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60912026-08-04T17:59:16.719Z[ recovery-image] Aug 04 17:59:16.097 INFO O| Aug 04 17:59:16.097 INFO STEP 274 (remove_files) COMPLETE
60922026-08-04T17:59:16.719Z[ recovery-image] Aug 04 17:59:16.097 INFO O| Aug 04 17:59:16.097 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-08-04T17:59:16.731Z[ recovery-image] Aug 04 17:59:16.108 INFO O| Aug 04 17:59:16.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60942026-08-04T17:59:16.731Z[ recovery-image] Aug 04 17:59:16.108 INFO O| Aug 04 17:59:16.107 INFO STEP 275 (remove_files) COMPLETE
60952026-08-04T17:59:16.731Z[ recovery-image] Aug 04 17:59:16.108 INFO O| Aug 04 17:59:16.107 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-08-04T17:59:16.740Z[ recovery-image] Aug 04 17:59:16.118 INFO O| Aug 04 17:59:16.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60972026-08-04T17:59:16.740Z[ recovery-image] Aug 04 17:59:16.118 INFO O| Aug 04 17:59:16.118 INFO STEP 276 (remove_files) COMPLETE
60982026-08-04T17:59:16.740Z[ recovery-image] Aug 04 17:59:16.118 INFO O| Aug 04 17:59:16.118 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-08-04T17:59:16.750Z[ recovery-image] Aug 04 17:59:16.127 INFO O| Aug 04 17:59:16.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61002026-08-04T17:59:16.750Z[ recovery-image] Aug 04 17:59:16.127 INFO O| Aug 04 17:59:16.127 INFO STEP 277 (remove_files) COMPLETE
61012026-08-04T17:59:16.753Z[ recovery-image] Aug 04 17:59:16.127 INFO O| Aug 04 17:59:16.127 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-08-04T17:59:16.761Z[ recovery-image] Aug 04 17:59:16.138 INFO O| Aug 04 17:59:16.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61032026-08-04T17:59:16.761Z[ recovery-image] Aug 04 17:59:16.138 INFO O| Aug 04 17:59:16.138 INFO STEP 278 (remove_files) COMPLETE
61042026-08-04T17:59:16.765Z[ recovery-image] Aug 04 17:59:16.138 INFO O| Aug 04 17:59:16.138 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-08-04T17:59:16.771Z[ recovery-image] Aug 04 17:59:16.149 INFO O| Aug 04 17:59:16.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61062026-08-04T17:59:16.773Z[ recovery-image] Aug 04 17:59:16.149 INFO O| Aug 04 17:59:16.149 INFO STEP 279 (remove_files) COMPLETE
61072026-08-04T17:59:16.776Z[ recovery-image] Aug 04 17:59:16.149 INFO O| Aug 04 17:59:16.149 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-08-04T17:59:16.782Z[ recovery-image] Aug 04 17:59:16.159 INFO O| Aug 04 17:59:16.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61092026-08-04T17:59:16.782Z[ recovery-image] Aug 04 17:59:16.159 INFO O| Aug 04 17:59:16.159 INFO STEP 280 (remove_files) COMPLETE
61102026-08-04T17:59:16.785Z[ recovery-image] Aug 04 17:59:16.160 INFO O| Aug 04 17:59:16.159 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-08-04T17:59:16.791Z[ recovery-image] Aug 04 17:59:16.169 INFO O| Aug 04 17:59:16.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61122026-08-04T17:59:16.791Z[ recovery-image] Aug 04 17:59:16.169 INFO O| Aug 04 17:59:16.169 INFO STEP 281 (remove_files) COMPLETE
61132026-08-04T17:59:16.791Z[ recovery-image] Aug 04 17:59:16.169 INFO O| Aug 04 17:59:16.169 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-08-04T17:59:16.800Z[ recovery-image] Aug 04 17:59:16.178 INFO O| Aug 04 17:59:16.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61152026-08-04T17:59:16.800Z[ recovery-image] Aug 04 17:59:16.178 INFO O| Aug 04 17:59:16.178 INFO STEP 282 (remove_files) COMPLETE
61162026-08-04T17:59:16.803Z[ recovery-image] Aug 04 17:59:16.178 INFO O| Aug 04 17:59:16.178 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-08-04T17:59:16.810Z[ recovery-image] Aug 04 17:59:16.188 INFO O| Aug 04 17:59:16.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61182026-08-04T17:59:16.810Z[ recovery-image] Aug 04 17:59:16.188 INFO O| Aug 04 17:59:16.188 INFO STEP 283 (remove_files) COMPLETE
61192026-08-04T17:59:16.810Z[ recovery-image] Aug 04 17:59:16.188 INFO O| Aug 04 17:59:16.188 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-08-04T17:59:16.820Z[ recovery-image] Aug 04 17:59:16.198 INFO O| Aug 04 17:59:16.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61212026-08-04T17:59:16.820Z[ recovery-image] Aug 04 17:59:16.198 INFO O| Aug 04 17:59:16.198 INFO STEP 284 (remove_files) COMPLETE
61222026-08-04T17:59:16.821Z[ recovery-image] Aug 04 17:59:16.198 INFO O| Aug 04 17:59:16.198 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-08-04T17:59:16.830Z[ recovery-image] Aug 04 17:59:16.208 INFO O| Aug 04 17:59:16.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61242026-08-04T17:59:16.830Z[ recovery-image] Aug 04 17:59:16.208 INFO O| Aug 04 17:59:16.208 INFO STEP 285 (remove_files) COMPLETE
61252026-08-04T17:59:16.830Z[ recovery-image] Aug 04 17:59:16.208 INFO O| Aug 04 17:59:16.208 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-08-04T17:59:16.840Z[ recovery-image] Aug 04 17:59:16.218 INFO O| Aug 04 17:59:16.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61272026-08-04T17:59:16.841Z[ recovery-image] Aug 04 17:59:16.218 INFO O| Aug 04 17:59:16.218 INFO STEP 286 (remove_files) COMPLETE
61282026-08-04T17:59:16.841Z[ recovery-image] Aug 04 17:59:16.218 INFO O| Aug 04 17:59:16.218 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-08-04T17:59:16.849Z[ recovery-image] Aug 04 17:59:16.227 INFO O| Aug 04 17:59:16.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61302026-08-04T17:59:16.849Z[ recovery-image] Aug 04 17:59:16.227 INFO O| Aug 04 17:59:16.227 INFO STEP 287 (remove_files) COMPLETE
61312026-08-04T17:59:16.849Z[ recovery-image] Aug 04 17:59:16.227 INFO O| Aug 04 17:59:16.227 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-08-04T17:59:16.860Z[ recovery-image] Aug 04 17:59:16.237 INFO O| Aug 04 17:59:16.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61332026-08-04T17:59:16.860Z[ recovery-image] Aug 04 17:59:16.237 INFO O| Aug 04 17:59:16.237 INFO STEP 288 (remove_files) COMPLETE
61342026-08-04T17:59:16.860Z[ recovery-image] Aug 04 17:59:16.237 INFO O| Aug 04 17:59:16.237 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-08-04T17:59:16.869Z[ recovery-image] Aug 04 17:59:16.246 INFO O| Aug 04 17:59:16.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61362026-08-04T17:59:16.869Z[ recovery-image] Aug 04 17:59:16.246 INFO O| Aug 04 17:59:16.246 INFO STEP 289 (remove_files) COMPLETE
61372026-08-04T17:59:16.869Z[ recovery-image] Aug 04 17:59:16.246 INFO O| Aug 04 17:59:16.246 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-08-04T17:59:16.879Z[ recovery-image] Aug 04 17:59:16.257 INFO O| Aug 04 17:59:16.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61392026-08-04T17:59:16.879Z[ recovery-image] Aug 04 17:59:16.257 INFO O| Aug 04 17:59:16.257 INFO STEP 290 (remove_files) COMPLETE
61402026-08-04T17:59:16.879Z[ recovery-image] Aug 04 17:59:16.257 INFO O| Aug 04 17:59:16.257 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-08-04T17:59:16.889Z[ recovery-image] Aug 04 17:59:16.266 INFO O| Aug 04 17:59:16.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61422026-08-04T17:59:16.889Z[ recovery-image] Aug 04 17:59:16.266 INFO O| Aug 04 17:59:16.266 INFO STEP 291 (remove_files) COMPLETE
61432026-08-04T17:59:16.889Z[ recovery-image] Aug 04 17:59:16.267 INFO O| Aug 04 17:59:16.266 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-08-04T17:59:16.898Z[ recovery-image] Aug 04 17:59:16.276 INFO O| Aug 04 17:59:16.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61452026-08-04T17:59:16.898Z[ recovery-image] Aug 04 17:59:16.276 INFO O| Aug 04 17:59:16.276 INFO STEP 292 (remove_files) COMPLETE
61462026-08-04T17:59:16.898Z[ recovery-image] Aug 04 17:59:16.276 INFO O| Aug 04 17:59:16.276 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-08-04T17:59:16.909Z[ recovery-image] Aug 04 17:59:16.286 INFO O| Aug 04 17:59:16.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61482026-08-04T17:59:16.909Z[ recovery-image] Aug 04 17:59:16.286 INFO O| Aug 04 17:59:16.286 INFO STEP 293 (remove_files) COMPLETE
61492026-08-04T17:59:16.909Z[ recovery-image] Aug 04 17:59:16.286 INFO O| Aug 04 17:59:16.286 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-08-04T17:59:16.918Z[ recovery-image] Aug 04 17:59:16.295 INFO O| Aug 04 17:59:16.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61512026-08-04T17:59:16.918Z[ recovery-image] Aug 04 17:59:16.295 INFO O| Aug 04 17:59:16.295 INFO STEP 294 (remove_files) COMPLETE
61522026-08-04T17:59:16.931Z[ recovery-image] Aug 04 17:59:16.295 INFO O| Aug 04 17:59:16.295 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-08-04T17:59:16.945Z[ recovery-image] Aug 04 17:59:16.323 INFO O| Aug 04 17:59:16.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61542026-08-04T17:59:16.945Z[ recovery-image] Aug 04 17:59:16.323 INFO O| Aug 04 17:59:16.323 INFO STEP 295 (remove_files) COMPLETE
61552026-08-04T17:59:16.945Z[ recovery-image] Aug 04 17:59:16.323 INFO O| Aug 04 17:59:16.323 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-08-04T17:59:16.956Z[ recovery-image] Aug 04 17:59:16.334 INFO O| Aug 04 17:59:16.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61572026-08-04T17:59:16.956Z[ recovery-image] Aug 04 17:59:16.334 INFO O| Aug 04 17:59:16.334 INFO STEP 296 (remove_files) COMPLETE
61582026-08-04T17:59:16.956Z[ recovery-image] Aug 04 17:59:16.334 INFO O| Aug 04 17:59:16.334 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-08-04T17:59:16.966Z[ recovery-image] Aug 04 17:59:16.344 INFO O| Aug 04 17:59:16.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61602026-08-04T17:59:16.966Z[ recovery-image] Aug 04 17:59:16.344 INFO O| Aug 04 17:59:16.344 INFO STEP 297 (remove_files) COMPLETE
61612026-08-04T17:59:16.966Z[ recovery-image] Aug 04 17:59:16.344 INFO O| Aug 04 17:59:16.344 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-08-04T17:59:16.976Z[ recovery-image] Aug 04 17:59:16.354 INFO O| Aug 04 17:59:16.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61632026-08-04T17:59:16.979Z[ recovery-image] Aug 04 17:59:16.354 INFO O| Aug 04 17:59:16.354 INFO STEP 298 (remove_files) COMPLETE
61642026-08-04T17:59:16.980Z[ recovery-image] Aug 04 17:59:16.354 INFO O| Aug 04 17:59:16.354 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-08-04T17:59:16.986Z[ recovery-image] Aug 04 17:59:16.364 INFO O| Aug 04 17:59:16.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61662026-08-04T17:59:16.986Z[ recovery-image] Aug 04 17:59:16.364 INFO O| Aug 04 17:59:16.364 INFO STEP 299 (remove_files) COMPLETE
61672026-08-04T17:59:16.986Z[ recovery-image] Aug 04 17:59:16.364 INFO O| Aug 04 17:59:16.364 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-08-04T17:59:16.997Z[ recovery-image] Aug 04 17:59:16.374 INFO O| Aug 04 17:59:16.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61692026-08-04T17:59:16.997Z[ recovery-image] Aug 04 17:59:16.374 INFO O| Aug 04 17:59:16.374 INFO STEP 300 (remove_files) COMPLETE
61702026-08-04T17:59:16.997Z[ recovery-image] Aug 04 17:59:16.374 INFO O| Aug 04 17:59:16.374 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-08-04T17:59:17.009Z[ recovery-image] Aug 04 17:59:16.385 INFO O| Aug 04 17:59:16.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61722026-08-04T17:59:17.012Z[ recovery-image] Aug 04 17:59:16.385 INFO O| Aug 04 17:59:16.385 INFO STEP 301 (remove_files) COMPLETE
61732026-08-04T17:59:17.012Z[ recovery-image] Aug 04 17:59:16.385 INFO O| Aug 04 17:59:16.385 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61742026-08-04T17:59:17.016Z[ recovery-image] Aug 04 17:59:16.394 INFO O| Aug 04 17:59:16.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61752026-08-04T17:59:17.017Z[ recovery-image] Aug 04 17:59:16.394 INFO O| Aug 04 17:59:16.394 INFO STEP 302 (remove_files) COMPLETE
61762026-08-04T17:59:17.020Z[ recovery-image] Aug 04 17:59:16.394 INFO O| Aug 04 17:59:16.394 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-08-04T17:59:17.028Z[ recovery-image] Aug 04 17:59:16.403 INFO O| Aug 04 17:59:16.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61782026-08-04T17:59:17.028Z[ recovery-image] Aug 04 17:59:16.403 INFO O| Aug 04 17:59:16.403 INFO STEP 303 (remove_files) COMPLETE
61792026-08-04T17:59:17.029Z[ recovery-image] Aug 04 17:59:16.403 INFO O| Aug 04 17:59:16.403 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-08-04T17:59:17.034Z[ recovery-image] Aug 04 17:59:16.412 INFO O| Aug 04 17:59:16.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61812026-08-04T17:59:17.034Z[ recovery-image] Aug 04 17:59:16.412 INFO O| Aug 04 17:59:16.412 INFO STEP 304 (remove_files) COMPLETE
61822026-08-04T17:59:17.034Z[ recovery-image] Aug 04 17:59:16.412 INFO O| Aug 04 17:59:16.412 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-08-04T17:59:17.041Z[verify-libraries] Compiling tui-tree-widget v0.23.1
61842026-08-04T17:59:17.044Z[ recovery-image] Aug 04 17:59:16.421 INFO O| Aug 04 17:59:16.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61852026-08-04T17:59:17.044Z[ recovery-image] Aug 04 17:59:16.421 INFO O| Aug 04 17:59:16.421 INFO STEP 305 (remove_files) COMPLETE
61862026-08-04T17:59:17.044Z[ recovery-image] Aug 04 17:59:16.421 INFO O| Aug 04 17:59:16.421 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-08-04T17:59:17.053Z[ recovery-image] Aug 04 17:59:16.431 INFO O| Aug 04 17:59:16.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61882026-08-04T17:59:17.053Z[ recovery-image] Aug 04 17:59:16.431 INFO O| Aug 04 17:59:16.431 INFO STEP 306 (remove_files) COMPLETE
61892026-08-04T17:59:17.056Z[ recovery-image] Aug 04 17:59:16.431 INFO O| Aug 04 17:59:16.431 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-08-04T17:59:17.062Z[ recovery-image] Aug 04 17:59:16.440 INFO O| Aug 04 17:59:16.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61912026-08-04T17:59:17.062Z[ recovery-image] Aug 04 17:59:16.440 INFO O| Aug 04 17:59:16.440 INFO STEP 307 (remove_files) COMPLETE
61922026-08-04T17:59:17.062Z[ recovery-image] Aug 04 17:59:16.440 INFO O| Aug 04 17:59:16.440 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-08-04T17:59:17.071Z[ recovery-image] Aug 04 17:59:16.449 INFO O| Aug 04 17:59:16.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61942026-08-04T17:59:17.071Z[ recovery-image] Aug 04 17:59:16.449 INFO O| Aug 04 17:59:16.449 INFO STEP 308 (remove_files) COMPLETE
61952026-08-04T17:59:17.072Z[ recovery-image] Aug 04 17:59:16.449 INFO O| Aug 04 17:59:16.449 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-08-04T17:59:17.079Z[ recovery-image] Aug 04 17:59:16.457 INFO O| Aug 04 17:59:16.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61972026-08-04T17:59:17.080Z[ recovery-image] Aug 04 17:59:16.457 INFO O| Aug 04 17:59:16.457 INFO STEP 309 (remove_files) COMPLETE
61982026-08-04T17:59:17.080Z[ recovery-image] Aug 04 17:59:16.457 INFO O| Aug 04 17:59:16.457 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-08-04T17:59:17.087Z[ recovery-image] Aug 04 17:59:16.465 INFO O| Aug 04 17:59:16.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62002026-08-04T17:59:17.087Z[ recovery-image] Aug 04 17:59:16.465 INFO O| Aug 04 17:59:16.465 INFO STEP 310 (remove_files) COMPLETE
62012026-08-04T17:59:17.088Z[ recovery-image] Aug 04 17:59:16.465 INFO O| Aug 04 17:59:16.465 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-08-04T17:59:17.097Z[ recovery-image] Aug 04 17:59:16.474 INFO O| Aug 04 17:59:16.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62032026-08-04T17:59:17.097Z[ recovery-image] Aug 04 17:59:16.474 INFO O| Aug 04 17:59:16.474 INFO STEP 311 (remove_files) COMPLETE
62042026-08-04T17:59:17.097Z[ recovery-image] Aug 04 17:59:16.474 INFO O| Aug 04 17:59:16.474 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-08-04T17:59:17.106Z[ recovery-image] Aug 04 17:59:16.484 INFO O| Aug 04 17:59:16.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62062026-08-04T17:59:17.106Z[ recovery-image] Aug 04 17:59:16.484 INFO O| Aug 04 17:59:16.484 INFO STEP 312 (remove_files) COMPLETE
62072026-08-04T17:59:17.110Z[ recovery-image] Aug 04 17:59:16.484 INFO O| Aug 04 17:59:16.484 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-08-04T17:59:17.125Z[ recovery-image] Aug 04 17:59:16.502 INFO O| Aug 04 17:59:16.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62092026-08-04T17:59:17.125Z[ recovery-image] Aug 04 17:59:16.502 INFO O| Aug 04 17:59:16.502 INFO STEP 313 (remove_files) COMPLETE
62102026-08-04T17:59:17.125Z[ recovery-image] Aug 04 17:59:16.502 INFO O| Aug 04 17:59:16.502 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-08-04T17:59:17.135Z[ recovery-image] Aug 04 17:59:16.513 INFO O| Aug 04 17:59:16.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62122026-08-04T17:59:17.135Z[ recovery-image] Aug 04 17:59:16.513 INFO O| Aug 04 17:59:16.513 INFO STEP 314 (remove_files) COMPLETE
62132026-08-04T17:59:17.135Z[ recovery-image] Aug 04 17:59:16.513 INFO O| Aug 04 17:59:16.513 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-08-04T17:59:17.145Z[ recovery-image] Aug 04 17:59:16.523 INFO O| Aug 04 17:59:16.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62152026-08-04T17:59:17.145Z[ recovery-image] Aug 04 17:59:16.523 INFO O| Aug 04 17:59:16.523 INFO STEP 315 (remove_files) COMPLETE
62162026-08-04T17:59:17.149Z[ recovery-image] Aug 04 17:59:16.523 INFO O| Aug 04 17:59:16.523 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-08-04T17:59:17.155Z[ recovery-image] Aug 04 17:59:16.533 INFO O| Aug 04 17:59:16.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62182026-08-04T17:59:17.155Z[ recovery-image] Aug 04 17:59:16.533 INFO O| Aug 04 17:59:16.533 INFO STEP 316 (remove_files) COMPLETE
62192026-08-04T17:59:17.158Z[ recovery-image] Aug 04 17:59:16.533 INFO O| Aug 04 17:59:16.533 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-08-04T17:59:17.165Z[ recovery-image] Aug 04 17:59:16.543 INFO O| Aug 04 17:59:16.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62212026-08-04T17:59:17.165Z[ recovery-image] Aug 04 17:59:16.543 INFO O| Aug 04 17:59:16.543 INFO STEP 317 (remove_files) COMPLETE
62222026-08-04T17:59:17.168Z[ recovery-image] Aug 04 17:59:16.543 INFO O| Aug 04 17:59:16.543 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-08-04T17:59:17.188Z[ recovery-image] Aug 04 17:59:16.565 INFO O| Aug 04 17:59:16.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62242026-08-04T17:59:17.191Z[ host-image] Aug 04 17:59:16.566 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24160:20260803T102756Z
62252026-08-04T17:59:17.191Z[ host-image] Aug 04 17:59:16.566 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24160:20260803T102756Z
62262026-08-04T17:59:17.191Z[ host-image] Aug 04 17:59:16.566 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
62272026-08-04T17:59:17.191Z[ host-image] Aug 04 17:59:16.566 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
62282026-08-04T17:59:17.191Z[ host-image] Aug 04 17:59:16.566 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
62292026-08-04T17:59:17.191Z[ host-image] Aug 04 17:59:16.566 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
62302026-08-04T17:59:17.191Z[ host-image] Aug 04 17:59:16.566 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
62312026-08-04T17:59:17.191Z[ host-image] Aug 04 17:59:16.566 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
62322026-08-04T17:59:17.192Z[ recovery-image] Aug 04 17:59:16.566 INFO O| Aug 04 17:59:16.566 INFO STEP 318 (remove_files) COMPLETE
62332026-08-04T17:59:17.192Z[ recovery-image] Aug 04 17:59:16.566 INFO O| Aug 04 17:59:16.566 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.567 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0-3.0:20260804T174629Z
62352026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.567 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
62362026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.567 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
62372026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.567 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24160:20260803T102756Z
62382026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.567 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24160:20260803T102757Z
62392026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.567 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24160:20260803T102757Z
62402026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.568 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24160:20260803T102757Z
62412026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.568 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
62422026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.568 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24160:20260803T102757Z
62432026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.568 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24160:20260803T102757Z
62442026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.568 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24160:20260803T102757Z
62452026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.568 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24160:20260803T102757Z
62462026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.568 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24160:20260803T102757Z
62472026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.568 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24160:20260803T102757Z
62482026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.568 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24160:20260803T102757Z
62492026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.568 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24160:20260803T102758Z
62502026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.568 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24160:20260803T102758Z
62512026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.568 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24160:20260803T102758Z
62522026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.568 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24160:20260803T102758Z
62532026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.569 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24160:20260803T102759Z
62542026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.569 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24160:20260803T102759Z
62552026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.569 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24160:20260803T102759Z
62562026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.569 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24160:20260803T102800Z
62572026-08-04T17:59:17.192Z[ host-image] Aug 04 17:59:16.569 INFO O| install = pkg://helios/driver/network/opte@0.41.504-3.0:20260725T001627Z
62582026-08-04T17:59:17.193Z[ host-image] Aug 04 17:59:16.569 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24160:20260803T102800Z
62592026-08-04T17:59:17.193Z[ host-image] Aug 04 17:59:16.569 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24160:20260803T102801Z
62602026-08-04T17:59:17.193Z[ host-image] Aug 04 17:59:16.569 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24160:20260803T102801Z
62612026-08-04T17:59:17.193Z[ host-image] Aug 04 17:59:16.569 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24160:20260803T102802Z
62622026-08-04T17:59:17.193Z[ host-image] Aug 04 17:59:16.569 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24160:20260803T102802Z
62632026-08-04T17:59:17.193Z[ host-image] Aug 04 17:59:16.569 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24160:20260803T102802Z
62642026-08-04T17:59:17.193Z[ host-image] Aug 04 17:59:16.569 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24160:20260803T102802Z
62652026-08-04T17:59:17.197Z[ host-image] Aug 04 17:59:16.573 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
62662026-08-04T17:59:17.197Z[ host-image] Aug 04 17:59:16.573 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24160:20260803T102803Z
62672026-08-04T17:59:17.197Z[ host-image] Aug 04 17:59:16.573 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
62682026-08-04T17:59:17.197Z[ host-image] Aug 04 17:59:16.573 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
62692026-08-04T17:59:17.197Z[ host-image] Aug 04 17:59:16.573 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
62702026-08-04T17:59:17.197Z[ host-image] Aug 04 17:59:16.573 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
62712026-08-04T17:59:17.197Z[ host-image] Aug 04 17:59:16.573 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24160:20260803T102803Z
62722026-08-04T17:59:17.197Z[ host-image] Aug 04 17:59:16.573 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
62732026-08-04T17:59:17.197Z[ host-image] Aug 04 17:59:16.573 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
62742026-08-04T17:59:17.197Z[ host-image] Aug 04 17:59:16.573 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
62752026-08-04T17:59:17.198Z[ host-image] Aug 04 17:59:16.573 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
62762026-08-04T17:59:17.201Z[ host-image] Aug 04 17:59:16.576 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
62772026-08-04T17:59:17.201Z[ host-image] Aug 04 17:59:16.576 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
62782026-08-04T17:59:17.201Z[ host-image] Aug 04 17:59:16.576 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
62792026-08-04T17:59:17.201Z[ host-image] Aug 04 17:59:16.577 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
62802026-08-04T17:59:17.201Z[ host-image] Aug 04 17:59:16.577 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
62812026-08-04T17:59:17.201Z[ host-image] Aug 04 17:59:16.577 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
62822026-08-04T17:59:17.201Z[ recovery-image] Aug 04 17:59:16.578 INFO O| Aug 04 17:59:16.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62832026-08-04T17:59:17.201Z[ recovery-image] Aug 04 17:59:16.578 INFO O| Aug 04 17:59:16.578 INFO STEP 319 (remove_files) COMPLETE
62842026-08-04T17:59:17.201Z[ recovery-image] Aug 04 17:59:16.578 INFO O| Aug 04 17:59:16.578 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-08-04T17:59:17.209Z[ recovery-image] Aug 04 17:59:16.587 INFO O| Aug 04 17:59:16.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62862026-08-04T17:59:17.209Z[ recovery-image] Aug 04 17:59:16.587 INFO O| Aug 04 17:59:16.587 INFO STEP 320 (remove_files) COMPLETE
62872026-08-04T17:59:17.213Z[ recovery-image] Aug 04 17:59:16.587 INFO O| Aug 04 17:59:16.587 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-08-04T17:59:17.213Z[ host-image] Aug 04 17:59:16.588 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
62892026-08-04T17:59:17.213Z[ host-image] Aug 04 17:59:16.589 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
62902026-08-04T17:59:17.213Z[ host-image] Aug 04 17:59:16.589 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
62912026-08-04T17:59:17.213Z[ host-image] Aug 04 17:59:16.589 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24160:20260803T102803Z
62922026-08-04T17:59:17.214Z[ host-image] Aug 04 17:59:16.589 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24160:20260803T102806Z
62932026-08-04T17:59:17.214Z[ host-image] Aug 04 17:59:16.589 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
62942026-08-04T17:59:17.214Z[ host-image] Aug 04 17:59:16.589 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24160:20260803T102806Z
62952026-08-04T17:59:17.214Z[ host-image] Aug 04 17:59:16.589 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
62962026-08-04T17:59:17.214Z[ host-image] Aug 04 17:59:16.589 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
62972026-08-04T17:59:17.214Z[ host-image] Aug 04 17:59:16.589 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
62982026-08-04T17:59:17.214Z[ host-image] Aug 04 17:59:16.589 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
62992026-08-04T17:59:17.214Z[ host-image] Aug 04 17:59:16.589 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24160:20260803T102806Z
63002026-08-04T17:59:17.214Z[ host-image] Aug 04 17:59:16.589 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
63012026-08-04T17:59:17.214Z[ host-image] Aug 04 17:59:16.590 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
63022026-08-04T17:59:17.214Z[ host-image] Aug 04 17:59:16.590 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
63032026-08-04T17:59:17.214Z[ host-image] Aug 04 17:59:16.590 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
63042026-08-04T17:59:17.214Z[ host-image] Aug 04 17:59:16.590 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24160:20260803T102806Z
63052026-08-04T17:59:17.214Z[ host-image] Aug 04 17:59:16.590 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
63062026-08-04T17:59:17.218Z[ host-image] Aug 04 17:59:16.594 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
63072026-08-04T17:59:17.218Z[ host-image] Aug 04 17:59:16.594 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24160:20260803T102807Z
63082026-08-04T17:59:17.218Z[ host-image] Aug 04 17:59:16.595 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24160:20260803T102807Z
63092026-08-04T17:59:17.219Z[ host-image] Aug 04 17:59:16.595 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24160:20260803T102807Z
63102026-08-04T17:59:17.219Z[ host-image] Aug 04 17:59:16.595 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
63112026-08-04T17:59:17.219Z[ host-image] Aug 04 17:59:16.595 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24160:20260803T102807Z
63122026-08-04T17:59:17.219Z[ host-image] Aug 04 17:59:16.595 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24160:20260803T102807Z
63132026-08-04T17:59:17.219Z[ host-image] Aug 04 17:59:16.595 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24160:20260803T102807Z
63142026-08-04T17:59:17.219Z[ host-image] Aug 04 17:59:16.595 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24160:20260803T102807Z
63152026-08-04T17:59:17.219Z[ recovery-image] Aug 04 17:59:16.596 INFO O| Aug 04 17:59:16.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
63162026-08-04T17:59:17.220Z[ recovery-image] Aug 04 17:59:16.596 INFO O| Aug 04 17:59:16.596 INFO STEP 321 (remove_files) COMPLETE
63172026-08-04T17:59:17.220Z[ recovery-image] Aug 04 17:59:16.596 INFO O| Aug 04 17:59:16.596 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-08-04T17:59:17.223Z[ host-image] Aug 04 17:59:16.596 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
63192026-08-04T17:59:17.223Z[ host-image] Aug 04 17:59:16.596 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24160:20260803T102808Z
63202026-08-04T17:59:17.223Z[ host-image] Aug 04 17:59:16.597 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24160:20260803T102808Z
63212026-08-04T17:59:17.224Z[ host-image] Aug 04 17:59:16.597 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
63222026-08-04T17:59:17.224Z[ host-image] Aug 04 17:59:16.597 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24160:20260803T102808Z
63232026-08-04T17:59:17.224Z[ host-image] Aug 04 17:59:16.597 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24160:20260803T102808Z
63242026-08-04T17:59:17.224Z[ host-image] Aug 04 17:59:16.597 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24160:20260803T102808Z
63252026-08-04T17:59:17.224Z[ host-image] Aug 04 17:59:16.597 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24160:20260803T102809Z
63262026-08-04T17:59:17.224Z[ host-image] Aug 04 17:59:16.599 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24160:20260803T102809Z
63272026-08-04T17:59:17.224Z[ host-image] Aug 04 17:59:16.599 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
63282026-08-04T17:59:17.224Z[ host-image] Aug 04 17:59:16.599 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24160:20260803T102809Z
63292026-08-04T17:59:17.225Z[ host-image] Aug 04 17:59:16.599 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24160:20260803T102809Z
63302026-08-04T17:59:17.225Z[ host-image] Aug 04 17:59:16.600 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24160:20260803T102809Z
63312026-08-04T17:59:17.225Z[ host-image] Aug 04 17:59:16.600 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24160:20260803T102809Z
63322026-08-04T17:59:17.225Z[ host-image] Aug 04 17:59:16.600 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24160:20260803T102809Z
63332026-08-04T17:59:17.225Z[ host-image] Aug 04 17:59:16.600 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24160:20260803T102809Z
63342026-08-04T17:59:17.225Z[ host-image] Aug 04 17:59:16.600 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24160:20260803T102809Z
63352026-08-04T17:59:17.225Z[ host-image] Aug 04 17:59:16.600 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24160:20260803T102809Z
63362026-08-04T17:59:17.228Z[ host-image] Aug 04 17:59:16.603 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24160:20260803T102810Z
63372026-08-04T17:59:17.228Z[ host-image] Aug 04 17:59:16.603 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24160:20260803T102809Z
63382026-08-04T17:59:17.229Z[ host-image] Aug 04 17:59:16.603 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24160:20260803T102810Z
63392026-08-04T17:59:17.229Z[ host-image] Aug 04 17:59:16.603 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24160:20260803T102810Z
63402026-08-04T17:59:17.229Z[ host-image] Aug 04 17:59:16.604 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24160:20260803T102810Z
63412026-08-04T17:59:17.229Z[ recovery-image] Aug 04 17:59:16.604 INFO O| Aug 04 17:59:16.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
63422026-08-04T17:59:17.229Z[ recovery-image] Aug 04 17:59:16.604 INFO O| Aug 04 17:59:16.604 INFO STEP 322 (remove_files) COMPLETE
63432026-08-04T17:59:17.229Z[ recovery-image] Aug 04 17:59:16.604 INFO O| Aug 04 17:59:16.604 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-08-04T17:59:17.233Z[ host-image] Aug 04 17:59:16.609 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24160:20260803T102811Z
63452026-08-04T17:59:17.233Z[ host-image] Aug 04 17:59:16.609 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24160:20260803T102810Z
63462026-08-04T17:59:17.233Z[ host-image] Aug 04 17:59:16.609 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24160:20260803T102810Z
63472026-08-04T17:59:17.233Z[ host-image] Aug 04 17:59:16.609 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
63482026-08-04T17:59:17.233Z[ host-image] Aug 04 17:59:16.609 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
63492026-08-04T17:59:17.236Z[ recovery-image] Aug 04 17:59:16.614 INFO O| Aug 04 17:59:16.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
63502026-08-04T17:59:17.236Z[ recovery-image] Aug 04 17:59:16.614 INFO O| Aug 04 17:59:16.614 INFO STEP 323 (remove_files) COMPLETE
63512026-08-04T17:59:17.237Z[ recovery-image] Aug 04 17:59:16.614 INFO O| Aug 04 17:59:16.614 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-04T17:59:17.240Z[ host-image] Aug 04 17:59:16.617 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24160:20260803T102810Z
63532026-08-04T17:59:17.240Z[ host-image] Aug 04 17:59:16.617 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
63542026-08-04T17:59:17.240Z[ host-image] Aug 04 17:59:16.617 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24160:20260803T102810Z
63552026-08-04T17:59:17.240Z[ host-image] Aug 04 17:59:16.618 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24160:20260803T102810Z
63562026-08-04T17:59:17.244Z[ host-image] Aug 04 17:59:16.618 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24160:20260803T102810Z
63572026-08-04T17:59:17.244Z[ host-image] Aug 04 17:59:16.618 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
63582026-08-04T17:59:17.244Z[ host-image] Aug 04 17:59:16.618 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
63592026-08-04T17:59:17.245Z[ host-image] Aug 04 17:59:16.618 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24160:20260803T102811Z
63602026-08-04T17:59:17.245Z[ host-image] Aug 04 17:59:16.618 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24160:20260803T102811Z
63612026-08-04T17:59:17.245Z[ host-image] Aug 04 17:59:16.618 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24160:20260803T102811Z
63622026-08-04T17:59:17.245Z[ host-image] Aug 04 17:59:16.618 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24160:20260803T102811Z
63632026-08-04T17:59:17.245Z[ host-image] Aug 04 17:59:16.619 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24160:20260803T102811Z
63642026-08-04T17:59:17.245Z[ host-image] Aug 04 17:59:16.619 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24160:20260803T102811Z
63652026-08-04T17:59:17.245Z[ host-image] Aug 04 17:59:16.619 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
63662026-08-04T17:59:17.245Z[ host-image] Aug 04 17:59:16.619 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24160:20260803T102811Z
63672026-08-04T17:59:17.245Z[ host-image] Aug 04 17:59:16.620 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24160:20260803T102811Z
63682026-08-04T17:59:17.245Z[ host-image] Aug 04 17:59:16.620 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24160:20260803T102812Z
63692026-08-04T17:59:17.245Z[ host-image] Aug 04 17:59:16.620 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24160:20260803T102812Z
63702026-08-04T17:59:17.245Z[ host-image] Aug 04 17:59:16.620 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24160:20260803T102812Z
63712026-08-04T17:59:17.245Z[ host-image] Aug 04 17:59:16.620 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24160:20260803T102812Z
63722026-08-04T17:59:17.245Z[ host-image] Aug 04 17:59:16.620 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
63732026-08-04T17:59:17.245Z[ host-image] Aug 04 17:59:16.620 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
63742026-08-04T17:59:17.245Z[ host-image] Aug 04 17:59:16.620 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24160:20260803T102813Z
63752026-08-04T17:59:17.245Z[ host-image] Aug 04 17:59:16.620 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24160:20260803T102813Z
63762026-08-04T17:59:17.247Z[ host-image] Aug 04 17:59:16.620 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
63772026-08-04T17:59:17.247Z[ host-image] Aug 04 17:59:16.620 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
63782026-08-04T17:59:17.247Z[ host-image] Aug 04 17:59:16.620 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
63792026-08-04T17:59:17.247Z[ host-image] Aug 04 17:59:16.620 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
63802026-08-04T17:59:17.247Z[ host-image] Aug 04 17:59:16.620 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
63812026-08-04T17:59:17.247Z[ host-image] Aug 04 17:59:16.621 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
63822026-08-04T17:59:17.247Z[ host-image] Aug 04 17:59:16.621 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
63832026-08-04T17:59:17.247Z[ host-image] Aug 04 17:59:16.621 INFO O| tempdir @ "/tmp/.tmpDBdIrO/tmp"
63842026-08-04T17:59:17.247Z[ host-image] Aug 04 17:59:16.621 INFO O| image root @ "/tmp/.tmpDBdIrO/tmp/root"
63852026-08-04T17:59:17.247Z[ host-image] Aug 04 17:59:16.621 INFO O| creating image...
63862026-08-04T17:59:17.252Z[ recovery-image] Aug 04 17:59:16.625 INFO O| Aug 04 17:59:16.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63872026-08-04T17:59:17.252Z[ recovery-image] Aug 04 17:59:16.625 INFO O| Aug 04 17:59:16.625 INFO STEP 324 (remove_files) COMPLETE
63882026-08-04T17:59:17.252Z[ recovery-image] Aug 04 17:59:16.625 INFO O| Aug 04 17:59:16.625 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-08-04T17:59:17.257Z[ recovery-image] Aug 04 17:59:16.635 INFO O| Aug 04 17:59:16.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63902026-08-04T17:59:17.257Z[ recovery-image] Aug 04 17:59:16.635 INFO O| Aug 04 17:59:16.635 INFO STEP 325 (remove_files) COMPLETE
63912026-08-04T17:59:17.257Z[ recovery-image] Aug 04 17:59:16.635 INFO O| Aug 04 17:59:16.635 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-08-04T17:59:17.268Z[ recovery-image] Aug 04 17:59:16.645 INFO O| Aug 04 17:59:16.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63932026-08-04T17:59:17.268Z[ recovery-image] Aug 04 17:59:16.645 INFO O| Aug 04 17:59:16.645 INFO STEP 326 (remove_files) COMPLETE
63942026-08-04T17:59:17.268Z[ recovery-image] Aug 04 17:59:16.645 INFO O| Aug 04 17:59:16.645 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-08-04T17:59:17.278Z[ recovery-image] Aug 04 17:59:16.655 INFO O| Aug 04 17:59:16.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63962026-08-04T17:59:17.278Z[ recovery-image] Aug 04 17:59:16.655 INFO O| Aug 04 17:59:16.655 INFO STEP 327 (remove_files) COMPLETE
63972026-08-04T17:59:17.278Z[ recovery-image] Aug 04 17:59:16.655 INFO O| Aug 04 17:59:16.655 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-08-04T17:59:17.288Z[ recovery-image] Aug 04 17:59:16.665 INFO O| Aug 04 17:59:16.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63992026-08-04T17:59:17.288Z[ recovery-image] Aug 04 17:59:16.665 INFO O| Aug 04 17:59:16.665 INFO STEP 328 (remove_files) COMPLETE
64002026-08-04T17:59:17.288Z[ recovery-image] Aug 04 17:59:16.665 INFO O| Aug 04 17:59:16.665 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-08-04T17:59:17.297Z[ recovery-image] Aug 04 17:59:16.675 INFO O| Aug 04 17:59:16.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
64022026-08-04T17:59:17.297Z[ recovery-image] Aug 04 17:59:16.675 INFO O| Aug 04 17:59:16.675 INFO STEP 329 (remove_files) COMPLETE
64032026-08-04T17:59:17.301Z[ recovery-image] Aug 04 17:59:16.675 INFO O| Aug 04 17:59:16.675 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-04T17:59:17.307Z[ recovery-image] Aug 04 17:59:16.684 INFO O| Aug 04 17:59:16.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
64052026-08-04T17:59:17.307Z[ recovery-image] Aug 04 17:59:16.684 INFO O| Aug 04 17:59:16.684 INFO STEP 330 (remove_files) COMPLETE
64062026-08-04T17:59:17.307Z[ recovery-image] Aug 04 17:59:16.684 INFO O| Aug 04 17:59:16.684 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-04T17:59:17.316Z[ recovery-image] Aug 04 17:59:16.694 INFO O| Aug 04 17:59:16.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
64082026-08-04T17:59:17.317Z[ recovery-image] Aug 04 17:59:16.694 INFO O| Aug 04 17:59:16.694 INFO STEP 331 (remove_files) COMPLETE
64092026-08-04T17:59:17.317Z[ recovery-image] Aug 04 17:59:16.694 INFO O| Aug 04 17:59:16.694 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-08-04T17:59:17.324Z[ recovery-image] Aug 04 17:59:16.702 INFO O| Aug 04 17:59:16.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
64112026-08-04T17:59:17.324Z[ recovery-image] Aug 04 17:59:16.702 INFO O| Aug 04 17:59:16.702 INFO STEP 332 (remove_files) COMPLETE
64122026-08-04T17:59:17.324Z[ recovery-image] Aug 04 17:59:16.702 INFO O| Aug 04 17:59:16.702 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-08-04T17:59:17.334Z[ recovery-image] Aug 04 17:59:16.712 INFO O| Aug 04 17:59:16.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
64142026-08-04T17:59:17.334Z[ recovery-image] Aug 04 17:59:16.712 INFO O| Aug 04 17:59:16.712 INFO STEP 333 (remove_files) COMPLETE
64152026-08-04T17:59:17.334Z[ recovery-image] Aug 04 17:59:16.712 INFO O| Aug 04 17:59:16.712 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-08-04T17:59:17.344Z[ recovery-image] Aug 04 17:59:16.721 INFO O| Aug 04 17:59:16.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
64172026-08-04T17:59:17.344Z[ recovery-image] Aug 04 17:59:16.721 INFO O| Aug 04 17:59:16.721 INFO STEP 334 (remove_files) COMPLETE
64182026-08-04T17:59:17.344Z[ recovery-image] Aug 04 17:59:16.721 INFO O| Aug 04 17:59:16.721 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-08-04T17:59:17.351Z[ recovery-image] Aug 04 17:59:16.729 INFO O| Aug 04 17:59:16.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
64202026-08-04T17:59:17.355Z[ recovery-image] Aug 04 17:59:16.729 INFO O| Aug 04 17:59:16.729 INFO STEP 335 (remove_files) COMPLETE
64212026-08-04T17:59:17.355Z[ recovery-image] Aug 04 17:59:16.729 INFO O| Aug 04 17:59:16.729 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-08-04T17:59:17.359Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
64232026-08-04T17:59:17.374Z[ recovery-image] Aug 04 17:59:16.752 INFO O| Aug 04 17:59:16.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
64242026-08-04T17:59:17.376Z[ recovery-image] Aug 04 17:59:16.752 INFO O| Aug 04 17:59:16.740 INFO STEP 336 (remove_files) COMPLETE
64252026-08-04T17:59:17.376Z[ recovery-image] Aug 04 17:59:16.752 INFO O| Aug 04 17:59:16.740 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-08-04T17:59:17.392Z[ recovery-image] Aug 04 17:59:16.752 INFO O| Aug 04 17:59:16.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
64272026-08-04T17:59:17.392Z[ recovery-image] Aug 04 17:59:16.752 INFO O| Aug 04 17:59:16.749 INFO STEP 337 (remove_files) COMPLETE
64282026-08-04T17:59:17.396Z[ recovery-image] Aug 04 17:59:16.752 INFO O| Aug 04 17:59:16.749 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-08-04T17:59:17.396Z[ recovery-image] Aug 04 17:59:16.757 INFO O| Aug 04 17:59:16.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
64302026-08-04T17:59:17.396Z[ recovery-image] Aug 04 17:59:16.757 INFO O| Aug 04 17:59:16.757 INFO STEP 338 (remove_files) COMPLETE
64312026-08-04T17:59:17.396Z[ recovery-image] Aug 04 17:59:16.757 INFO O| Aug 04 17:59:16.757 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64322026-08-04T17:59:17.396Z[ recovery-image] Aug 04 17:59:16.765 INFO O| Aug 04 17:59:16.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
64332026-08-04T17:59:17.396Z[ recovery-image] Aug 04 17:59:16.765 INFO O| Aug 04 17:59:16.765 INFO STEP 339 (remove_files) COMPLETE
64342026-08-04T17:59:17.396Z[ recovery-image] Aug 04 17:59:16.765 INFO O| Aug 04 17:59:16.765 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-08-04T17:59:17.399Z[ recovery-image] Aug 04 17:59:16.775 INFO O| Aug 04 17:59:16.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
64362026-08-04T17:59:17.399Z[ recovery-image] Aug 04 17:59:16.775 INFO O| Aug 04 17:59:16.775 INFO STEP 340 (remove_files) COMPLETE
64372026-08-04T17:59:17.399Z[ recovery-image] Aug 04 17:59:16.775 INFO O| Aug 04 17:59:16.775 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-08-04T17:59:17.406Z[ recovery-image] Aug 04 17:59:16.784 INFO O| Aug 04 17:59:16.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
64392026-08-04T17:59:17.410Z[ recovery-image] Aug 04 17:59:16.784 INFO O| Aug 04 17:59:16.784 INFO STEP 341 (remove_files) COMPLETE
64402026-08-04T17:59:17.410Z[ recovery-image] Aug 04 17:59:16.784 INFO O| Aug 04 17:59:16.784 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64412026-08-04T17:59:17.410Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
64422026-08-04T17:59:17.416Z[ recovery-image] Aug 04 17:59:16.794 INFO O| Aug 04 17:59:16.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
64432026-08-04T17:59:17.416Z[ recovery-image] Aug 04 17:59:16.794 INFO O| Aug 04 17:59:16.794 INFO STEP 342 (remove_files) COMPLETE
64442026-08-04T17:59:17.419Z[ recovery-image] Aug 04 17:59:16.794 INFO O| Aug 04 17:59:16.794 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-04T17:59:17.424Z[ recovery-image] Aug 04 17:59:16.802 INFO O| Aug 04 17:59:16.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
64462026-08-04T17:59:17.425Z[ recovery-image] Aug 04 17:59:16.802 INFO O| Aug 04 17:59:16.802 INFO STEP 343 (remove_files) COMPLETE
64472026-08-04T17:59:17.428Z[ recovery-image] Aug 04 17:59:16.802 INFO O| Aug 04 17:59:16.802 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-08-04T17:59:17.433Z[ recovery-image] Aug 04 17:59:16.810 INFO O| Aug 04 17:59:16.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
64492026-08-04T17:59:17.433Z[ recovery-image] Aug 04 17:59:16.810 INFO O| Aug 04 17:59:16.810 INFO STEP 344 (remove_files) COMPLETE
64502026-08-04T17:59:17.433Z[ recovery-image] Aug 04 17:59:16.810 INFO O| Aug 04 17:59:16.810 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-08-04T17:59:17.441Z[ recovery-image] Aug 04 17:59:16.818 INFO O| Aug 04 17:59:16.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
64522026-08-04T17:59:17.441Z[ recovery-image] Aug 04 17:59:16.818 INFO O| Aug 04 17:59:16.818 INFO STEP 345 (remove_files) COMPLETE
64532026-08-04T17:59:17.444Z[ recovery-image] Aug 04 17:59:16.818 INFO O| Aug 04 17:59:16.818 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-08-04T17:59:17.449Z[ recovery-image] Aug 04 17:59:16.827 INFO O| Aug 04 17:59:16.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
64552026-08-04T17:59:17.450Z[ recovery-image] Aug 04 17:59:16.827 INFO O| Aug 04 17:59:16.827 INFO STEP 346 (remove_files) COMPLETE
64562026-08-04T17:59:17.450Z[ recovery-image] Aug 04 17:59:16.827 INFO O| Aug 04 17:59:16.827 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-08-04T17:59:17.459Z[ recovery-image] Aug 04 17:59:16.837 INFO O| Aug 04 17:59:16.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
64582026-08-04T17:59:17.459Z[ recovery-image] Aug 04 17:59:16.837 INFO O| Aug 04 17:59:16.837 INFO STEP 347 (remove_files) COMPLETE
64592026-08-04T17:59:17.459Z[ recovery-image] Aug 04 17:59:16.837 INFO O| Aug 04 17:59:16.837 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-08-04T17:59:17.469Z[ recovery-image] Aug 04 17:59:16.847 INFO O| Aug 04 17:59:16.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
64612026-08-04T17:59:17.469Z[ recovery-image] Aug 04 17:59:16.847 INFO O| Aug 04 17:59:16.847 INFO STEP 348 (remove_files) COMPLETE
64622026-08-04T17:59:17.473Z[ recovery-image] Aug 04 17:59:16.847 INFO O| Aug 04 17:59:16.847 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-08-04T17:59:17.479Z[ recovery-image] Aug 04 17:59:16.856 INFO O| Aug 04 17:59:16.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
64642026-08-04T17:59:17.479Z[ recovery-image] Aug 04 17:59:16.856 INFO O| Aug 04 17:59:16.856 INFO STEP 349 (remove_files) COMPLETE
64652026-08-04T17:59:17.479Z[ recovery-image] Aug 04 17:59:16.856 INFO O| Aug 04 17:59:16.856 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-08-04T17:59:17.489Z[ recovery-image] Aug 04 17:59:16.865 INFO O| Aug 04 17:59:16.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
64672026-08-04T17:59:17.489Z[ recovery-image] Aug 04 17:59:16.865 INFO O| Aug 04 17:59:16.865 INFO STEP 350 (remove_files) COMPLETE
64682026-08-04T17:59:17.489Z[ recovery-image] Aug 04 17:59:16.865 INFO O| Aug 04 17:59:16.865 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-08-04T17:59:17.496Z[ recovery-image] Aug 04 17:59:16.874 INFO O| Aug 04 17:59:16.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
64702026-08-04T17:59:17.496Z[ recovery-image] Aug 04 17:59:16.874 INFO O| Aug 04 17:59:16.874 INFO STEP 351 (remove_files) COMPLETE
64712026-08-04T17:59:17.496Z[ recovery-image] Aug 04 17:59:16.874 INFO O| Aug 04 17:59:16.874 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-08-04T17:59:17.505Z[ recovery-image] Aug 04 17:59:16.882 INFO O| Aug 04 17:59:16.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
64732026-08-04T17:59:17.578Z[ recovery-image] Aug 04 17:59:16.882 INFO O| Aug 04 17:59:16.882 INFO STEP 352 (remove_files) COMPLETE
64742026-08-04T17:59:17.578Z[ recovery-image] Aug 04 17:59:16.882 INFO O| Aug 04 17:59:16.882 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-08-04T17:59:17.578Z[ recovery-image] Aug 04 17:59:16.893 INFO O| Aug 04 17:59:16.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
64762026-08-04T17:59:17.578Z[ recovery-image] Aug 04 17:59:16.893 INFO O| Aug 04 17:59:16.893 INFO STEP 353 (remove_files) COMPLETE
64772026-08-04T17:59:17.578Z[ recovery-image] Aug 04 17:59:16.893 INFO O| Aug 04 17:59:16.893 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-08-04T17:59:17.578Z[ recovery-image] Aug 04 17:59:16.903 INFO O| Aug 04 17:59:16.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
64792026-08-04T17:59:17.578Z[ recovery-image] Aug 04 17:59:16.903 INFO O| Aug 04 17:59:16.903 INFO STEP 354 (remove_files) COMPLETE
64802026-08-04T17:59:17.578Z[ recovery-image] Aug 04 17:59:16.903 INFO O| Aug 04 17:59:16.903 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-08-04T17:59:17.578Z[ recovery-image] Aug 04 17:59:16.915 INFO O| Aug 04 17:59:16.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
64822026-08-04T17:59:17.578Z[ recovery-image] Aug 04 17:59:16.915 INFO O| Aug 04 17:59:16.915 INFO STEP 355 (remove_files) COMPLETE
64832026-08-04T17:59:17.578Z[ recovery-image] Aug 04 17:59:16.915 INFO O| Aug 04 17:59:16.915 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-08-04T17:59:17.578Z[ recovery-image] Aug 04 17:59:16.926 INFO O| Aug 04 17:59:16.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
64852026-08-04T17:59:17.579Z[ recovery-image] Aug 04 17:59:16.927 INFO O| Aug 04 17:59:16.926 INFO STEP 356 (remove_files) COMPLETE
64862026-08-04T17:59:17.579Z[ recovery-image] Aug 04 17:59:16.927 INFO O| Aug 04 17:59:16.926 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-08-04T17:59:17.579Z[ recovery-image] Aug 04 17:59:16.937 INFO O| Aug 04 17:59:16.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
64882026-08-04T17:59:17.579Z[ recovery-image] Aug 04 17:59:16.937 INFO O| Aug 04 17:59:16.937 INFO STEP 357 (remove_files) COMPLETE
64892026-08-04T17:59:17.579Z[ recovery-image] Aug 04 17:59:16.937 INFO O| Aug 04 17:59:16.937 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-08-04T17:59:17.579Z[ recovery-image] Aug 04 17:59:16.947 INFO O| Aug 04 17:59:16.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64912026-08-04T17:59:17.579Z[ recovery-image] Aug 04 17:59:16.947 INFO O| Aug 04 17:59:16.947 INFO STEP 358 (remove_files) COMPLETE
64922026-08-04T17:59:17.579Z[ recovery-image] Aug 04 17:59:16.947 INFO O| Aug 04 17:59:16.947 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-08-04T17:59:17.583Z[ recovery-image] Aug 04 17:59:16.956 INFO O| Aug 04 17:59:16.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64942026-08-04T17:59:17.583Z[ recovery-image] Aug 04 17:59:16.956 INFO O| Aug 04 17:59:16.956 INFO STEP 359 (remove_files) COMPLETE
64952026-08-04T17:59:17.583Z[ recovery-image] Aug 04 17:59:16.956 INFO O| Aug 04 17:59:16.956 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-08-04T17:59:17.588Z[ recovery-image] Aug 04 17:59:16.965 INFO O| Aug 04 17:59:16.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64972026-08-04T17:59:17.591Z[ recovery-image] Aug 04 17:59:16.966 INFO O| Aug 04 17:59:16.966 INFO STEP 360 (remove_files) COMPLETE
64982026-08-04T17:59:17.591Z[ recovery-image] Aug 04 17:59:16.966 INFO O| Aug 04 17:59:16.966 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-08-04T17:59:17.630Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
65002026-08-04T17:59:17.634Z[ recovery-image] Aug 04 17:59:17.007 INFO O| Aug 04 17:59:17.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
65012026-08-04T17:59:17.637Z[ recovery-image] Aug 04 17:59:17.007 INFO O| Aug 04 17:59:17.007 INFO STEP 361 (remove_files) COMPLETE
65022026-08-04T17:59:17.637Z[ recovery-image] Aug 04 17:59:17.007 INFO O| Aug 04 17:59:17.007 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-08-04T17:59:17.641Z[ recovery-image] Aug 04 17:59:17.018 INFO O| Aug 04 17:59:17.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
65042026-08-04T17:59:17.641Z[ recovery-image] Aug 04 17:59:17.018 INFO O| Aug 04 17:59:17.018 INFO STEP 362 (remove_files) COMPLETE
65052026-08-04T17:59:17.641Z[ recovery-image] Aug 04 17:59:17.018 INFO O| Aug 04 17:59:17.018 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-08-04T17:59:17.652Z[ recovery-image] Aug 04 17:59:17.029 INFO O| Aug 04 17:59:17.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
65072026-08-04T17:59:17.652Z[ recovery-image] Aug 04 17:59:17.029 INFO O| Aug 04 17:59:17.029 INFO STEP 363 (remove_files) COMPLETE
65082026-08-04T17:59:17.652Z[ recovery-image] Aug 04 17:59:17.029 INFO O| Aug 04 17:59:17.029 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-08-04T17:59:17.666Z[ recovery-image] Aug 04 17:59:17.040 INFO O| Aug 04 17:59:17.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
65102026-08-04T17:59:17.666Z[ recovery-image] Aug 04 17:59:17.040 INFO O| Aug 04 17:59:17.040 INFO STEP 364 (remove_files) COMPLETE
65112026-08-04T17:59:17.666Z[ recovery-image] Aug 04 17:59:17.040 INFO O| Aug 04 17:59:17.040 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-08-04T17:59:17.672Z[ recovery-image] Aug 04 17:59:17.050 INFO O| Aug 04 17:59:17.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
65132026-08-04T17:59:17.672Z[ recovery-image] Aug 04 17:59:17.050 INFO O| Aug 04 17:59:17.050 INFO STEP 365 (remove_files) COMPLETE
65142026-08-04T17:59:17.677Z[ recovery-image] Aug 04 17:59:17.050 INFO O| Aug 04 17:59:17.050 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-08-04T17:59:17.682Z[ recovery-image] Aug 04 17:59:17.060 INFO O| Aug 04 17:59:17.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
65162026-08-04T17:59:17.683Z[ recovery-image] Aug 04 17:59:17.060 INFO O| Aug 04 17:59:17.060 INFO STEP 366 (remove_files) COMPLETE
65172026-08-04T17:59:17.686Z[ recovery-image] Aug 04 17:59:17.060 INFO O| Aug 04 17:59:17.060 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-08-04T17:59:17.693Z[ recovery-image] Aug 04 17:59:17.070 INFO O| Aug 04 17:59:17.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
65192026-08-04T17:59:17.693Z[ recovery-image] Aug 04 17:59:17.070 INFO O| Aug 04 17:59:17.070 INFO STEP 367 (remove_files) COMPLETE
65202026-08-04T17:59:17.696Z[ recovery-image] Aug 04 17:59:17.070 INFO O| Aug 04 17:59:17.070 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-08-04T17:59:17.704Z[ recovery-image] Aug 04 17:59:17.082 INFO O| Aug 04 17:59:17.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
65222026-08-04T17:59:17.704Z[ recovery-image] Aug 04 17:59:17.082 INFO O| Aug 04 17:59:17.082 INFO STEP 368 (remove_files) COMPLETE
65232026-08-04T17:59:17.707Z[ recovery-image] Aug 04 17:59:17.082 INFO O| Aug 04 17:59:17.082 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-08-04T17:59:17.716Z[ recovery-image] Aug 04 17:59:17.093 INFO O| Aug 04 17:59:17.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
65252026-08-04T17:59:17.716Z[ recovery-image] Aug 04 17:59:17.093 INFO O| Aug 04 17:59:17.093 INFO STEP 369 (remove_files) COMPLETE
65262026-08-04T17:59:17.716Z[ recovery-image] Aug 04 17:59:17.093 INFO O| Aug 04 17:59:17.093 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-08-04T17:59:17.719Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
65282026-08-04T17:59:17.727Z[ recovery-image] Aug 04 17:59:17.105 INFO O| Aug 04 17:59:17.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
65292026-08-04T17:59:17.727Z[ recovery-image] Aug 04 17:59:17.105 INFO O| Aug 04 17:59:17.105 INFO STEP 370 (remove_files) COMPLETE
65302026-08-04T17:59:17.732Z[ recovery-image] Aug 04 17:59:17.105 INFO O| Aug 04 17:59:17.105 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-08-04T17:59:17.740Z[ recovery-image] Aug 04 17:59:17.117 INFO O| Aug 04 17:59:17.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
65322026-08-04T17:59:17.740Z[ recovery-image] Aug 04 17:59:17.117 INFO O| Aug 04 17:59:17.117 INFO STEP 371 (remove_files) COMPLETE
65332026-08-04T17:59:17.740Z[ recovery-image] Aug 04 17:59:17.117 INFO O| Aug 04 17:59:17.117 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-08-04T17:59:17.753Z[ recovery-image] Aug 04 17:59:17.130 INFO O| Aug 04 17:59:17.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
65352026-08-04T17:59:17.753Z[ recovery-image] Aug 04 17:59:17.130 INFO O| Aug 04 17:59:17.130 INFO STEP 372 (remove_files) COMPLETE
65362026-08-04T17:59:17.753Z[ recovery-image] Aug 04 17:59:17.130 INFO O| Aug 04 17:59:17.130 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-08-04T17:59:17.765Z[ recovery-image] Aug 04 17:59:17.143 INFO O| Aug 04 17:59:17.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
65382026-08-04T17:59:17.765Z[ recovery-image] Aug 04 17:59:17.143 INFO O| Aug 04 17:59:17.143 INFO STEP 373 (remove_files) COMPLETE
65392026-08-04T17:59:17.765Z[ recovery-image] Aug 04 17:59:17.143 INFO O| Aug 04 17:59:17.143 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-08-04T17:59:17.777Z[ recovery-image] Aug 04 17:59:17.155 INFO O| Aug 04 17:59:17.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
65412026-08-04T17:59:17.777Z[ recovery-image] Aug 04 17:59:17.155 INFO O| Aug 04 17:59:17.155 INFO STEP 374 (remove_files) COMPLETE
65422026-08-04T17:59:17.777Z[ host-image] Aug 04 17:59:17.155 INFO O| copying publishers...
65432026-08-04T17:59:17.781Z[ recovery-image] Aug 04 17:59:17.155 INFO O| Aug 04 17:59:17.155 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-08-04T17:59:17.790Z[ recovery-image] Aug 04 17:59:17.167 INFO O| Aug 04 17:59:17.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
65452026-08-04T17:59:17.790Z[ recovery-image] Aug 04 17:59:17.167 INFO O| Aug 04 17:59:17.167 INFO STEP 375 (remove_files) COMPLETE
65462026-08-04T17:59:17.790Z[ recovery-image] Aug 04 17:59:17.167 INFO O| Aug 04 17:59:17.167 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-08-04T17:59:17.802Z[ recovery-image] Aug 04 17:59:17.180 INFO O| Aug 04 17:59:17.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
65482026-08-04T17:59:17.803Z[ recovery-image] Aug 04 17:59:17.180 INFO O| Aug 04 17:59:17.180 INFO STEP 376 (remove_files) COMPLETE
65492026-08-04T17:59:17.803Z[ recovery-image] Aug 04 17:59:17.180 INFO O| Aug 04 17:59:17.180 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-08-04T17:59:17.810Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
65512026-08-04T17:59:17.814Z[ recovery-image] Aug 04 17:59:17.191 INFO O| Aug 04 17:59:17.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
65522026-08-04T17:59:17.814Z[ recovery-image] Aug 04 17:59:17.191 INFO O| Aug 04 17:59:17.191 INFO STEP 377 (remove_files) COMPLETE
65532026-08-04T17:59:17.814Z[ recovery-image] Aug 04 17:59:17.191 INFO O| Aug 04 17:59:17.191 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-08-04T17:59:17.825Z[ recovery-image] Aug 04 17:59:17.202 INFO O| Aug 04 17:59:17.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
65552026-08-04T17:59:17.825Z[ recovery-image] Aug 04 17:59:17.202 INFO O| Aug 04 17:59:17.202 INFO STEP 378 (remove_files) COMPLETE
65562026-08-04T17:59:17.825Z[ recovery-image] Aug 04 17:59:17.202 INFO O| Aug 04 17:59:17.202 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-08-04T17:59:17.836Z[ recovery-image] Aug 04 17:59:17.214 INFO O| Aug 04 17:59:17.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
65582026-08-04T17:59:17.836Z[ recovery-image] Aug 04 17:59:17.214 INFO O| Aug 04 17:59:17.214 INFO STEP 379 (remove_files) COMPLETE
65592026-08-04T17:59:17.836Z[ recovery-image] Aug 04 17:59:17.214 INFO O| Aug 04 17:59:17.214 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-08-04T17:59:17.849Z[ recovery-image] Aug 04 17:59:17.227 INFO O| Aug 04 17:59:17.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
65612026-08-04T17:59:17.849Z[ recovery-image] Aug 04 17:59:17.227 INFO O| Aug 04 17:59:17.227 INFO STEP 380 (remove_files) COMPLETE
65622026-08-04T17:59:17.849Z[ recovery-image] Aug 04 17:59:17.227 INFO O| Aug 04 17:59:17.227 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-08-04T17:59:17.862Z[ recovery-image] Aug 04 17:59:17.239 INFO O| Aug 04 17:59:17.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
65642026-08-04T17:59:17.862Z[ recovery-image] Aug 04 17:59:17.239 INFO O| Aug 04 17:59:17.239 INFO STEP 381 (remove_files) COMPLETE
65652026-08-04T17:59:17.862Z[ recovery-image] Aug 04 17:59:17.239 INFO O| Aug 04 17:59:17.239 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-08-04T17:59:17.874Z[ recovery-image] Aug 04 17:59:17.251 INFO O| Aug 04 17:59:17.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
65672026-08-04T17:59:17.874Z[ recovery-image] Aug 04 17:59:17.251 INFO O| Aug 04 17:59:17.251 INFO STEP 382 (remove_files) COMPLETE
65682026-08-04T17:59:17.878Z[ recovery-image] Aug 04 17:59:17.251 INFO O| Aug 04 17:59:17.251 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-08-04T17:59:17.882Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
65702026-08-04T17:59:17.885Z[ recovery-image] Aug 04 17:59:17.262 INFO O| Aug 04 17:59:17.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
65712026-08-04T17:59:17.886Z[ recovery-image] Aug 04 17:59:17.262 INFO O| Aug 04 17:59:17.262 INFO STEP 383 (remove_files) COMPLETE
65722026-08-04T17:59:17.886Z[ recovery-image] Aug 04 17:59:17.262 INFO O| Aug 04 17:59:17.262 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-08-04T17:59:17.895Z[ recovery-image] Aug 04 17:59:17.273 INFO O| Aug 04 17:59:17.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
65742026-08-04T17:59:17.895Z[ recovery-image] Aug 04 17:59:17.273 INFO O| Aug 04 17:59:17.273 INFO STEP 384 (remove_files) COMPLETE
65752026-08-04T17:59:17.899Z[ recovery-image] Aug 04 17:59:17.273 INFO O| Aug 04 17:59:17.273 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-08-04T17:59:17.908Z[ recovery-image] Aug 04 17:59:17.285 INFO O| Aug 04 17:59:17.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
65772026-08-04T17:59:17.911Z[ recovery-image] Aug 04 17:59:17.288 INFO O| Aug 04 17:59:17.288 INFO STEP 385 (remove_files) COMPLETE
65782026-08-04T17:59:17.911Z[ recovery-image] Aug 04 17:59:17.288 INFO O| Aug 04 17:59:17.288 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-08-04T17:59:17.922Z[ recovery-image] Aug 04 17:59:17.300 INFO O| Aug 04 17:59:17.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
65802026-08-04T17:59:17.923Z[ recovery-image] Aug 04 17:59:17.300 INFO O| Aug 04 17:59:17.300 INFO STEP 386 (remove_files) COMPLETE
65812026-08-04T17:59:17.926Z[ recovery-image] Aug 04 17:59:17.300 INFO O| Aug 04 17:59:17.300 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-08-04T17:59:17.936Z[ recovery-image] Aug 04 17:59:17.313 INFO O| Aug 04 17:59:17.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
65832026-08-04T17:59:17.936Z[ recovery-image] Aug 04 17:59:17.313 INFO O| Aug 04 17:59:17.313 INFO STEP 387 (remove_files) COMPLETE
65842026-08-04T17:59:17.936Z[ recovery-image] Aug 04 17:59:17.313 INFO O| Aug 04 17:59:17.313 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-08-04T17:59:17.948Z[ recovery-image] Aug 04 17:59:17.326 INFO O| Aug 04 17:59:17.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
65862026-08-04T17:59:17.948Z[ recovery-image] Aug 04 17:59:17.326 INFO O| Aug 04 17:59:17.326 INFO STEP 388 (remove_files) COMPLETE
65872026-08-04T17:59:17.948Z[ recovery-image] Aug 04 17:59:17.326 INFO O| Aug 04 17:59:17.326 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-08-04T17:59:17.959Z[ recovery-image] Aug 04 17:59:17.337 INFO O| Aug 04 17:59:17.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
65892026-08-04T17:59:17.960Z[ recovery-image] Aug 04 17:59:17.337 INFO O| Aug 04 17:59:17.337 INFO STEP 389 (remove_files) COMPLETE
65902026-08-04T17:59:17.960Z[ recovery-image] Aug 04 17:59:17.337 INFO O| Aug 04 17:59:17.337 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-08-04T17:59:17.969Z[ recovery-image] Aug 04 17:59:17.347 INFO O| Aug 04 17:59:17.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
65922026-08-04T17:59:17.970Z[ recovery-image] Aug 04 17:59:17.347 INFO O| Aug 04 17:59:17.347 INFO STEP 390 (remove_files) COMPLETE
65932026-08-04T17:59:17.970Z[ recovery-image] Aug 04 17:59:17.347 INFO O| Aug 04 17:59:17.347 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-08-04T17:59:17.982Z[ recovery-image] Aug 04 17:59:17.359 INFO O| Aug 04 17:59:17.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65952026-08-04T17:59:17.982Z[ recovery-image] Aug 04 17:59:17.359 INFO O| Aug 04 17:59:17.359 INFO STEP 391 (remove_files) COMPLETE
65962026-08-04T17:59:17.985Z[ recovery-image] Aug 04 17:59:17.359 INFO O| Aug 04 17:59:17.359 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-08-04T17:59:17.989Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
65982026-08-04T17:59:17.993Z[ recovery-image] Aug 04 17:59:17.371 INFO O| Aug 04 17:59:17.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65992026-08-04T17:59:17.993Z[ recovery-image] Aug 04 17:59:17.371 INFO O| Aug 04 17:59:17.371 INFO STEP 392 (remove_files) COMPLETE
66002026-08-04T17:59:17.993Z[ recovery-image] Aug 04 17:59:17.371 INFO O| Aug 04 17:59:17.371 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-08-04T17:59:18.004Z[ recovery-image] Aug 04 17:59:17.381 INFO O| Aug 04 17:59:17.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
66022026-08-04T17:59:18.004Z[ recovery-image] Aug 04 17:59:17.381 INFO O| Aug 04 17:59:17.381 INFO STEP 393 (remove_files) COMPLETE
66032026-08-04T17:59:18.004Z[ recovery-image] Aug 04 17:59:17.382 INFO O| Aug 04 17:59:17.381 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-08-04T17:59:18.014Z[ recovery-image] Aug 04 17:59:17.391 INFO O| Aug 04 17:59:17.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
66052026-08-04T17:59:18.014Z[ recovery-image] Aug 04 17:59:17.391 INFO O| Aug 04 17:59:17.391 INFO STEP 394 (remove_files) COMPLETE
66062026-08-04T17:59:18.014Z[ recovery-image] Aug 04 17:59:17.391 INFO O| Aug 04 17:59:17.391 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-08-04T17:59:18.025Z[ recovery-image] Aug 04 17:59:17.403 INFO O| Aug 04 17:59:17.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
66082026-08-04T17:59:18.025Z[ recovery-image] Aug 04 17:59:17.403 INFO O| Aug 04 17:59:17.403 INFO STEP 395 (remove_files) COMPLETE
66092026-08-04T17:59:18.026Z[ recovery-image] Aug 04 17:59:17.403 INFO O| Aug 04 17:59:17.403 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-08-04T17:59:18.037Z[ recovery-image] Aug 04 17:59:17.414 INFO O| Aug 04 17:59:17.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
66112026-08-04T17:59:18.037Z[ recovery-image] Aug 04 17:59:17.414 INFO O| Aug 04 17:59:17.414 INFO STEP 396 (remove_files) COMPLETE
66122026-08-04T17:59:18.041Z[ recovery-image] Aug 04 17:59:17.414 INFO O| Aug 04 17:59:17.414 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-08-04T17:59:18.049Z[ recovery-image] Aug 04 17:59:17.426 INFO O| Aug 04 17:59:17.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
66142026-08-04T17:59:18.052Z[ recovery-image] Aug 04 17:59:17.426 INFO O| Aug 04 17:59:17.426 INFO STEP 397 (remove_files) COMPLETE
66152026-08-04T17:59:18.053Z[ recovery-image] Aug 04 17:59:17.426 INFO O| Aug 04 17:59:17.426 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-08-04T17:59:18.063Z[ recovery-image] Aug 04 17:59:17.437 INFO O| Aug 04 17:59:17.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
66172026-08-04T17:59:18.063Z[ recovery-image] Aug 04 17:59:17.437 INFO O| Aug 04 17:59:17.437 INFO STEP 398 (remove_files) COMPLETE
66182026-08-04T17:59:18.063Z[ recovery-image] Aug 04 17:59:17.437 INFO O| Aug 04 17:59:17.437 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-08-04T17:59:18.069Z[ recovery-image] Aug 04 17:59:17.446 INFO O| Aug 04 17:59:17.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
66202026-08-04T17:59:18.069Z[ recovery-image] Aug 04 17:59:17.447 INFO O| Aug 04 17:59:17.447 INFO STEP 399 (remove_files) COMPLETE
66212026-08-04T17:59:18.069Z[ recovery-image] Aug 04 17:59:17.447 INFO O| Aug 04 17:59:17.447 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-08-04T17:59:18.081Z[ recovery-image] Aug 04 17:59:17.458 INFO O| Aug 04 17:59:17.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
66232026-08-04T17:59:18.081Z[ recovery-image] Aug 04 17:59:17.458 INFO O| Aug 04 17:59:17.458 INFO STEP 400 (remove_files) COMPLETE
66242026-08-04T17:59:18.084Z[ recovery-image] Aug 04 17:59:17.458 INFO O| Aug 04 17:59:17.458 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-08-04T17:59:18.091Z[ recovery-image] Aug 04 17:59:17.468 INFO O| Aug 04 17:59:17.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
66262026-08-04T17:59:18.091Z[ recovery-image] Aug 04 17:59:17.469 INFO O| Aug 04 17:59:17.468 INFO STEP 401 (remove_files) COMPLETE
66272026-08-04T17:59:18.091Z[ recovery-image] Aug 04 17:59:17.469 INFO O| Aug 04 17:59:17.469 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-08-04T17:59:18.102Z[ recovery-image] Aug 04 17:59:17.479 INFO O| Aug 04 17:59:17.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
66292026-08-04T17:59:18.102Z[ recovery-image] Aug 04 17:59:17.479 INFO O| Aug 04 17:59:17.479 INFO STEP 402 (remove_files) COMPLETE
66302026-08-04T17:59:18.102Z[ recovery-image] Aug 04 17:59:17.479 INFO O| Aug 04 17:59:17.479 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-08-04T17:59:18.117Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
66322026-08-04T17:59:18.121Z[ recovery-image] Aug 04 17:59:17.498 INFO O| Aug 04 17:59:17.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
66332026-08-04T17:59:18.121Z[ recovery-image] Aug 04 17:59:17.498 INFO O| Aug 04 17:59:17.498 INFO STEP 403 (remove_files) COMPLETE
66342026-08-04T17:59:18.122Z[ recovery-image] Aug 04 17:59:17.498 INFO O| Aug 04 17:59:17.498 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-08-04T17:59:18.132Z[ recovery-image] Aug 04 17:59:17.509 INFO O| Aug 04 17:59:17.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
66362026-08-04T17:59:18.132Z[ recovery-image] Aug 04 17:59:17.509 INFO O| Aug 04 17:59:17.509 INFO STEP 404 (remove_files) COMPLETE
66372026-08-04T17:59:18.132Z[ recovery-image] Aug 04 17:59:17.509 INFO O| Aug 04 17:59:17.509 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-08-04T17:59:18.144Z[ recovery-image] Aug 04 17:59:17.522 INFO O| Aug 04 17:59:17.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
66392026-08-04T17:59:18.144Z[ recovery-image] Aug 04 17:59:17.522 INFO O| Aug 04 17:59:17.520 INFO STEP 405 (remove_files) COMPLETE
66402026-08-04T17:59:18.145Z[ recovery-image] Aug 04 17:59:17.522 INFO O| Aug 04 17:59:17.520 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-08-04T17:59:18.150Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
66422026-08-04T17:59:18.157Z[ recovery-image] Aug 04 17:59:17.534 INFO O| Aug 04 17:59:17.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
66432026-08-04T17:59:18.157Z[ recovery-image] Aug 04 17:59:17.534 INFO O| Aug 04 17:59:17.534 INFO STEP 406 (remove_files) COMPLETE
66442026-08-04T17:59:18.160Z[ recovery-image] Aug 04 17:59:17.534 INFO O| Aug 04 17:59:17.534 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-08-04T17:59:18.167Z[ recovery-image] Aug 04 17:59:17.545 INFO O| Aug 04 17:59:17.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
66462026-08-04T17:59:18.167Z[ recovery-image] Aug 04 17:59:17.545 INFO O| Aug 04 17:59:17.545 INFO STEP 407 (remove_files) COMPLETE
66472026-08-04T17:59:18.171Z[ recovery-image] Aug 04 17:59:17.545 INFO O| Aug 04 17:59:17.545 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-08-04T17:59:18.179Z[ recovery-image] Aug 04 17:59:17.554 INFO O| Aug 04 17:59:17.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
66492026-08-04T17:59:18.180Z[ recovery-image] Aug 04 17:59:17.554 INFO O| Aug 04 17:59:17.554 INFO STEP 408 (remove_files) COMPLETE
66502026-08-04T17:59:18.184Z[ recovery-image] Aug 04 17:59:17.555 INFO O| Aug 04 17:59:17.554 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-08-04T17:59:18.188Z[ recovery-image] Aug 04 17:59:17.564 INFO O| Aug 04 17:59:17.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
66522026-08-04T17:59:18.188Z[ recovery-image] Aug 04 17:59:17.564 INFO O| Aug 04 17:59:17.564 INFO STEP 409 (remove_files) COMPLETE
66532026-08-04T17:59:18.188Z[ recovery-image] Aug 04 17:59:17.564 INFO O| Aug 04 17:59:17.564 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-08-04T17:59:18.197Z[ recovery-image] Aug 04 17:59:17.574 INFO O| Aug 04 17:59:17.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
66552026-08-04T17:59:18.197Z[ recovery-image] Aug 04 17:59:17.574 INFO O| Aug 04 17:59:17.574 INFO STEP 410 (remove_files) COMPLETE
66562026-08-04T17:59:18.197Z[ recovery-image] Aug 04 17:59:17.574 INFO O| Aug 04 17:59:17.574 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-08-04T17:59:18.208Z[ recovery-image] Aug 04 17:59:17.585 INFO O| Aug 04 17:59:17.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
66582026-08-04T17:59:18.208Z[ recovery-image] Aug 04 17:59:17.585 INFO O| Aug 04 17:59:17.585 INFO STEP 411 (remove_files) COMPLETE
66592026-08-04T17:59:18.211Z[ recovery-image] Aug 04 17:59:17.585 INFO O| Aug 04 17:59:17.585 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-08-04T17:59:18.218Z[ recovery-image] Aug 04 17:59:17.596 INFO O| Aug 04 17:59:17.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
66612026-08-04T17:59:18.218Z[ recovery-image] Aug 04 17:59:17.596 INFO O| Aug 04 17:59:17.596 INFO STEP 412 (remove_files) COMPLETE
66622026-08-04T17:59:18.222Z[ recovery-image] Aug 04 17:59:17.596 INFO O| Aug 04 17:59:17.596 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-08-04T17:59:18.230Z[ recovery-image] Aug 04 17:59:17.608 INFO O| Aug 04 17:59:17.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
66642026-08-04T17:59:18.230Z[ recovery-image] Aug 04 17:59:17.608 INFO O| Aug 04 17:59:17.608 INFO STEP 413 (remove_files) COMPLETE
66652026-08-04T17:59:18.230Z[ recovery-image] Aug 04 17:59:17.608 INFO O| Aug 04 17:59:17.608 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-08-04T17:59:18.241Z[ recovery-image] Aug 04 17:59:17.619 INFO O| Aug 04 17:59:17.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
66672026-08-04T17:59:18.242Z[ recovery-image] Aug 04 17:59:17.619 INFO O| Aug 04 17:59:17.619 INFO STEP 414 (remove_files) COMPLETE
66682026-08-04T17:59:18.242Z[ recovery-image] Aug 04 17:59:17.619 INFO O| Aug 04 17:59:17.619 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-08-04T17:59:18.252Z[ recovery-image] Aug 04 17:59:17.630 INFO O| Aug 04 17:59:17.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
66702026-08-04T17:59:18.252Z[ recovery-image] Aug 04 17:59:17.630 INFO O| Aug 04 17:59:17.630 INFO STEP 415 (remove_files) COMPLETE
66712026-08-04T17:59:18.252Z[ recovery-image] Aug 04 17:59:17.630 INFO O| Aug 04 17:59:17.630 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-04T17:59:18.263Z[ recovery-image] Aug 04 17:59:17.640 INFO O| Aug 04 17:59:17.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
66732026-08-04T17:59:18.263Z[ recovery-image] Aug 04 17:59:17.640 INFO O| Aug 04 17:59:17.640 INFO STEP 416 (remove_files) COMPLETE
66742026-08-04T17:59:18.263Z[ recovery-image] Aug 04 17:59:17.640 INFO O| Aug 04 17:59:17.640 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-08-04T17:59:18.272Z[ recovery-image] Aug 04 17:59:17.649 INFO O| Aug 04 17:59:17.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
66762026-08-04T17:59:18.272Z[ recovery-image] Aug 04 17:59:17.649 INFO O| Aug 04 17:59:17.649 INFO STEP 417 (remove_files) COMPLETE
66772026-08-04T17:59:18.272Z[ recovery-image] Aug 04 17:59:17.649 INFO O| Aug 04 17:59:17.649 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-08-04T17:59:18.276Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
66792026-08-04T17:59:18.281Z[ recovery-image] Aug 04 17:59:17.658 INFO O| Aug 04 17:59:17.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
66802026-08-04T17:59:18.281Z[ recovery-image] Aug 04 17:59:17.658 INFO O| Aug 04 17:59:17.658 INFO STEP 418 (remove_files) COMPLETE
66812026-08-04T17:59:18.281Z[ recovery-image] Aug 04 17:59:17.658 INFO O| Aug 04 17:59:17.658 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-08-04T17:59:18.291Z[ recovery-image] Aug 04 17:59:17.669 INFO O| Aug 04 17:59:17.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
66832026-08-04T17:59:18.291Z[ recovery-image] Aug 04 17:59:17.669 INFO O| Aug 04 17:59:17.669 INFO STEP 419 (remove_files) COMPLETE
66842026-08-04T17:59:18.291Z[ recovery-image] Aug 04 17:59:17.669 INFO O| Aug 04 17:59:17.669 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-08-04T17:59:18.302Z[ recovery-image] Aug 04 17:59:17.679 INFO O| Aug 04 17:59:17.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
66862026-08-04T17:59:18.305Z[ recovery-image] Aug 04 17:59:17.680 INFO O| Aug 04 17:59:17.680 INFO STEP 420 (remove_files) COMPLETE
66872026-08-04T17:59:18.305Z[ recovery-image] Aug 04 17:59:17.680 INFO O| Aug 04 17:59:17.680 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-08-04T17:59:18.314Z[ recovery-image] Aug 04 17:59:17.691 INFO O| Aug 04 17:59:17.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
66892026-08-04T17:59:18.314Z[ recovery-image] Aug 04 17:59:17.691 INFO O| Aug 04 17:59:17.691 INFO STEP 421 (remove_files) COMPLETE
66902026-08-04T17:59:18.314Z[ recovery-image] Aug 04 17:59:17.691 INFO O| Aug 04 17:59:17.691 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-08-04T17:59:18.324Z[ recovery-image] Aug 04 17:59:17.702 INFO O| Aug 04 17:59:17.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66922026-08-04T17:59:18.324Z[ recovery-image] Aug 04 17:59:17.702 INFO O| Aug 04 17:59:17.702 INFO STEP 422 (remove_files) COMPLETE
66932026-08-04T17:59:18.325Z[ recovery-image] Aug 04 17:59:17.702 INFO O| Aug 04 17:59:17.702 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-08-04T17:59:18.335Z[ recovery-image] Aug 04 17:59:17.713 INFO O| Aug 04 17:59:17.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66952026-08-04T17:59:18.335Z[ recovery-image] Aug 04 17:59:17.713 INFO O| Aug 04 17:59:17.713 INFO STEP 423 (remove_files) COMPLETE
66962026-08-04T17:59:18.335Z[ recovery-image] Aug 04 17:59:17.713 INFO O| Aug 04 17:59:17.713 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-08-04T17:59:18.344Z[ recovery-image] Aug 04 17:59:17.722 INFO O| Aug 04 17:59:17.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66982026-08-04T17:59:18.344Z[ recovery-image] Aug 04 17:59:17.722 INFO O| Aug 04 17:59:17.722 INFO STEP 424 (remove_files) COMPLETE
66992026-08-04T17:59:18.344Z[ recovery-image] Aug 04 17:59:17.722 INFO O| Aug 04 17:59:17.722 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-08-04T17:59:18.356Z[ recovery-image] Aug 04 17:59:17.733 INFO O| Aug 04 17:59:17.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
67012026-08-04T17:59:18.356Z[ recovery-image] Aug 04 17:59:17.733 INFO O| Aug 04 17:59:17.733 INFO STEP 425 (remove_files) COMPLETE
67022026-08-04T17:59:18.356Z[ recovery-image] Aug 04 17:59:17.733 INFO O| Aug 04 17:59:17.733 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-08-04T17:59:18.364Z[ recovery-image] Aug 04 17:59:17.742 INFO O| Aug 04 17:59:17.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
67042026-08-04T17:59:18.364Z[ recovery-image] Aug 04 17:59:17.742 INFO O| Aug 04 17:59:17.742 INFO STEP 426 (remove_files) COMPLETE
67052026-08-04T17:59:18.374Z[ recovery-image] Aug 04 17:59:17.742 INFO O| Aug 04 17:59:17.742 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-08-04T17:59:18.378Z[ recovery-image] Aug 04 17:59:17.753 INFO O| Aug 04 17:59:17.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
67072026-08-04T17:59:18.378Z[ recovery-image] Aug 04 17:59:17.753 INFO O| Aug 04 17:59:17.753 INFO STEP 427 (remove_files) COMPLETE
67082026-08-04T17:59:18.378Z[ recovery-image] Aug 04 17:59:17.753 INFO O| Aug 04 17:59:17.753 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-08-04T17:59:18.386Z[ recovery-image] Aug 04 17:59:17.764 INFO O| Aug 04 17:59:17.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
67102026-08-04T17:59:18.386Z[ recovery-image] Aug 04 17:59:17.764 INFO O| Aug 04 17:59:17.764 INFO STEP 428 (remove_files) COMPLETE
67112026-08-04T17:59:18.386Z[ recovery-image] Aug 04 17:59:17.764 INFO O| Aug 04 17:59:17.764 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-08-04T17:59:18.396Z[ recovery-image] Aug 04 17:59:17.773 INFO O| Aug 04 17:59:17.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
67132026-08-04T17:59:18.396Z[ recovery-image] Aug 04 17:59:17.773 INFO O| Aug 04 17:59:17.773 INFO STEP 429 (remove_files) COMPLETE
67142026-08-04T17:59:18.396Z[ recovery-image] Aug 04 17:59:17.773 INFO O| Aug 04 17:59:17.773 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-04T17:59:18.406Z[ recovery-image] Aug 04 17:59:17.783 INFO O| Aug 04 17:59:17.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
67162026-08-04T17:59:18.406Z[ recovery-image] Aug 04 17:59:17.783 INFO O| Aug 04 17:59:17.783 INFO STEP 430 (remove_files) COMPLETE
67172026-08-04T17:59:18.406Z[ recovery-image] Aug 04 17:59:17.783 INFO O| Aug 04 17:59:17.783 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-04T17:59:18.416Z[ recovery-image] Aug 04 17:59:17.794 INFO O| Aug 04 17:59:17.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
67192026-08-04T17:59:18.416Z[ recovery-image] Aug 04 17:59:17.794 INFO O| Aug 04 17:59:17.794 INFO STEP 431 (remove_files) COMPLETE
67202026-08-04T17:59:18.416Z[ recovery-image] Aug 04 17:59:17.794 INFO O| Aug 04 17:59:17.794 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-04T17:59:18.426Z[ recovery-image] Aug 04 17:59:17.804 INFO O| Aug 04 17:59:17.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
67222026-08-04T17:59:18.426Z[ recovery-image] Aug 04 17:59:17.804 INFO O| Aug 04 17:59:17.804 INFO STEP 432 (remove_files) COMPLETE
67232026-08-04T17:59:18.426Z[ recovery-image] Aug 04 17:59:17.804 INFO O| Aug 04 17:59:17.804 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-08-04T17:59:18.436Z[ recovery-image] Aug 04 17:59:17.814 INFO O| Aug 04 17:59:17.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
67252026-08-04T17:59:18.436Z[ recovery-image] Aug 04 17:59:17.814 INFO O| Aug 04 17:59:17.814 INFO STEP 433 (remove_files) COMPLETE
67262026-08-04T17:59:18.437Z[ recovery-image] Aug 04 17:59:17.814 INFO O| Aug 04 17:59:17.814 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-08-04T17:59:18.447Z[ recovery-image] Aug 04 17:59:17.824 INFO O| Aug 04 17:59:17.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
67282026-08-04T17:59:18.447Z[ recovery-image] Aug 04 17:59:17.824 INFO O| Aug 04 17:59:17.824 INFO STEP 434 (remove_files) COMPLETE
67292026-08-04T17:59:18.447Z[ recovery-image] Aug 04 17:59:17.824 INFO O| Aug 04 17:59:17.824 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-08-04T17:59:18.460Z[ recovery-image] Aug 04 17:59:17.837 INFO O| Aug 04 17:59:17.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
67312026-08-04T17:59:18.460Z[ recovery-image] Aug 04 17:59:17.837 INFO O| Aug 04 17:59:17.837 INFO STEP 435 (remove_files) COMPLETE
67322026-08-04T17:59:18.460Z[ recovery-image] Aug 04 17:59:17.837 INFO O| Aug 04 17:59:17.837 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-08-04T17:59:18.472Z[ recovery-image] Aug 04 17:59:17.849 INFO O| Aug 04 17:59:17.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
67342026-08-04T17:59:18.472Z[ recovery-image] Aug 04 17:59:17.849 INFO O| Aug 04 17:59:17.849 INFO STEP 436 (remove_files) COMPLETE
67352026-08-04T17:59:18.472Z[ recovery-image] Aug 04 17:59:17.849 INFO O| Aug 04 17:59:17.849 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-08-04T17:59:18.481Z[ recovery-image] Aug 04 17:59:17.859 INFO O| Aug 04 17:59:17.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
67372026-08-04T17:59:18.482Z[ recovery-image] Aug 04 17:59:17.859 INFO O| Aug 04 17:59:17.859 INFO STEP 437 (remove_files) COMPLETE
67382026-08-04T17:59:18.485Z[ recovery-image] Aug 04 17:59:17.859 INFO O| Aug 04 17:59:17.859 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-08-04T17:59:18.491Z[ recovery-image] Aug 04 17:59:17.869 INFO O| Aug 04 17:59:17.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
67402026-08-04T17:59:18.492Z[ recovery-image] Aug 04 17:59:17.869 INFO O| Aug 04 17:59:17.869 INFO STEP 438 (remove_files) COMPLETE
67412026-08-04T17:59:18.495Z[ recovery-image] Aug 04 17:59:17.869 INFO O| Aug 04 17:59:17.869 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-08-04T17:59:18.502Z[ recovery-image] Aug 04 17:59:17.880 INFO O| Aug 04 17:59:17.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
67432026-08-04T17:59:18.502Z[ recovery-image] Aug 04 17:59:17.880 INFO O| Aug 04 17:59:17.880 INFO STEP 439 (remove_files) COMPLETE
67442026-08-04T17:59:18.502Z[ recovery-image] Aug 04 17:59:17.880 INFO O| Aug 04 17:59:17.880 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-08-04T17:59:18.512Z[ recovery-image] Aug 04 17:59:17.890 INFO O| Aug 04 17:59:17.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
67462026-08-04T17:59:18.512Z[ recovery-image] Aug 04 17:59:17.890 INFO O| Aug 04 17:59:17.890 INFO STEP 440 (remove_files) COMPLETE
67472026-08-04T17:59:18.512Z[ recovery-image] Aug 04 17:59:17.890 INFO O| Aug 04 17:59:17.890 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-08-04T17:59:18.522Z[ recovery-image] Aug 04 17:59:17.900 INFO O| Aug 04 17:59:17.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
67492026-08-04T17:59:18.522Z[ recovery-image] Aug 04 17:59:17.900 INFO O| Aug 04 17:59:17.900 INFO STEP 441 (remove_files) COMPLETE
67502026-08-04T17:59:18.522Z[ recovery-image] Aug 04 17:59:17.900 INFO O| Aug 04 17:59:17.900 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-08-04T17:59:18.533Z[ recovery-image] Aug 04 17:59:17.910 INFO O| Aug 04 17:59:17.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
67522026-08-04T17:59:18.533Z[ recovery-image] Aug 04 17:59:17.910 INFO O| Aug 04 17:59:17.910 INFO STEP 442 (remove_files) COMPLETE
67532026-08-04T17:59:18.537Z[ recovery-image] Aug 04 17:59:17.910 INFO O| Aug 04 17:59:17.910 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-08-04T17:59:18.538Z[verify-libraries] Compiling fatfs v0.3.6
67552026-08-04T17:59:18.543Z[ recovery-image] Aug 04 17:59:17.918 INFO O| Aug 04 17:59:17.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
67562026-08-04T17:59:18.543Z[ recovery-image] Aug 04 17:59:17.918 INFO O| Aug 04 17:59:17.918 INFO STEP 443 (remove_files) COMPLETE
67572026-08-04T17:59:18.543Z[ recovery-image] Aug 04 17:59:17.918 INFO O| Aug 04 17:59:17.918 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-08-04T17:59:18.551Z[ recovery-image] Aug 04 17:59:17.929 INFO O| Aug 04 17:59:17.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
67592026-08-04T17:59:18.551Z[ recovery-image] Aug 04 17:59:17.929 INFO O| Aug 04 17:59:17.929 INFO STEP 444 (remove_files) COMPLETE
67602026-08-04T17:59:18.551Z[ recovery-image] Aug 04 17:59:17.929 INFO O| Aug 04 17:59:17.929 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-08-04T17:59:18.563Z[ recovery-image] Aug 04 17:59:17.940 INFO O| Aug 04 17:59:17.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
67622026-08-04T17:59:18.563Z[ recovery-image] Aug 04 17:59:17.940 INFO O| Aug 04 17:59:17.940 INFO STEP 445 (remove_files) COMPLETE
67632026-08-04T17:59:18.563Z[ recovery-image] Aug 04 17:59:17.940 INFO O| Aug 04 17:59:17.940 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-08-04T17:59:18.574Z[ recovery-image] Aug 04 17:59:17.951 INFO O| Aug 04 17:59:17.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
67652026-08-04T17:59:18.574Z[ recovery-image] Aug 04 17:59:17.951 INFO O| Aug 04 17:59:17.951 INFO STEP 446 (remove_files) COMPLETE
67662026-08-04T17:59:18.574Z[ recovery-image] Aug 04 17:59:17.951 INFO O| Aug 04 17:59:17.951 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-08-04T17:59:18.580Z[verify-libraries] Compiling num-bigint v0.4.6
67682026-08-04T17:59:18.584Z[ recovery-image] Aug 04 17:59:17.961 INFO O| Aug 04 17:59:17.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
67692026-08-04T17:59:18.588Z[ recovery-image] Aug 04 17:59:17.962 INFO O| Aug 04 17:59:17.962 INFO STEP 447 (remove_files) COMPLETE
67702026-08-04T17:59:18.588Z[ recovery-image] Aug 04 17:59:17.962 INFO O| Aug 04 17:59:17.962 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-08-04T17:59:18.593Z[ recovery-image] Aug 04 17:59:17.971 INFO O| Aug 04 17:59:17.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
67722026-08-04T17:59:18.593Z[ recovery-image] Aug 04 17:59:17.971 INFO O| Aug 04 17:59:17.971 INFO STEP 448 (remove_files) COMPLETE
67732026-08-04T17:59:18.597Z[ recovery-image] Aug 04 17:59:17.971 INFO O| Aug 04 17:59:17.971 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-08-04T17:59:18.603Z[ recovery-image] Aug 04 17:59:17.981 INFO O| Aug 04 17:59:17.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
67752026-08-04T17:59:18.603Z[ recovery-image] Aug 04 17:59:17.981 INFO O| Aug 04 17:59:17.981 INFO STEP 449 (remove_files) COMPLETE
67762026-08-04T17:59:18.603Z[ recovery-image] Aug 04 17:59:17.981 INFO O| Aug 04 17:59:17.981 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-08-04T17:59:18.613Z[ recovery-image] Aug 04 17:59:17.991 INFO O| Aug 04 17:59:17.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
67782026-08-04T17:59:18.614Z[ recovery-image] Aug 04 17:59:17.991 INFO O| Aug 04 17:59:17.991 INFO STEP 450 (remove_files) COMPLETE
67792026-08-04T17:59:18.614Z[ recovery-image] Aug 04 17:59:17.991 INFO O| Aug 04 17:59:17.991 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-08-04T17:59:18.624Z[ recovery-image] Aug 04 17:59:18.002 INFO O| Aug 04 17:59:18.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
67812026-08-04T17:59:18.624Z[ recovery-image] Aug 04 17:59:18.002 INFO O| Aug 04 17:59:18.002 INFO STEP 451 (remove_files) COMPLETE
67822026-08-04T17:59:18.624Z[ recovery-image] Aug 04 17:59:18.002 INFO O| Aug 04 17:59:18.002 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-08-04T17:59:18.633Z[ recovery-image] Aug 04 17:59:18.011 INFO O| Aug 04 17:59:18.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
67842026-08-04T17:59:18.634Z[ recovery-image] Aug 04 17:59:18.011 INFO O| Aug 04 17:59:18.011 INFO STEP 452 (remove_files) COMPLETE
67852026-08-04T17:59:18.637Z[ recovery-image] Aug 04 17:59:18.011 INFO O| Aug 04 17:59:18.011 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-08-04T17:59:18.642Z[ recovery-image] Aug 04 17:59:18.020 INFO O| Aug 04 17:59:18.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
67872026-08-04T17:59:18.642Z[ recovery-image] Aug 04 17:59:18.020 INFO O| Aug 04 17:59:18.020 INFO STEP 453 (remove_files) COMPLETE
67882026-08-04T17:59:18.646Z[ recovery-image] Aug 04 17:59:18.020 INFO O| Aug 04 17:59:18.020 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-08-04T17:59:18.651Z[ recovery-image] Aug 04 17:59:18.029 INFO O| Aug 04 17:59:18.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67902026-08-04T17:59:18.651Z[ recovery-image] Aug 04 17:59:18.029 INFO O| Aug 04 17:59:18.029 INFO STEP 454 (remove_files) COMPLETE
67912026-08-04T17:59:18.651Z[ recovery-image] Aug 04 17:59:18.029 INFO O| Aug 04 17:59:18.029 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-08-04T17:59:18.660Z[ recovery-image] Aug 04 17:59:18.038 INFO O| Aug 04 17:59:18.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67932026-08-04T17:59:18.660Z[ recovery-image] Aug 04 17:59:18.038 INFO O| Aug 04 17:59:18.038 INFO STEP 455 (remove_files) COMPLETE
67942026-08-04T17:59:18.660Z[ recovery-image] Aug 04 17:59:18.038 INFO O| Aug 04 17:59:18.038 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-08-04T17:59:18.670Z[ recovery-image] Aug 04 17:59:18.046 INFO O| Aug 04 17:59:18.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67962026-08-04T17:59:18.674Z[ recovery-image] Aug 04 17:59:18.047 INFO O| Aug 04 17:59:18.046 INFO STEP 456 (remove_files) COMPLETE
67972026-08-04T17:59:18.674Z[ recovery-image] Aug 04 17:59:18.047 INFO O| Aug 04 17:59:18.046 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-04T17:59:18.677Z[ recovery-image] Aug 04 17:59:18.055 INFO O| Aug 04 17:59:18.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67992026-08-04T17:59:18.677Z[ recovery-image] Aug 04 17:59:18.055 INFO O| Aug 04 17:59:18.055 INFO STEP 457 (remove_files) COMPLETE
68002026-08-04T17:59:18.677Z[ recovery-image] Aug 04 17:59:18.055 INFO O| Aug 04 17:59:18.055 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-04T17:59:18.685Z[ recovery-image] Aug 04 17:59:18.063 INFO O| Aug 04 17:59:18.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
68022026-08-04T17:59:18.685Z[ recovery-image] Aug 04 17:59:18.063 INFO O| Aug 04 17:59:18.063 INFO STEP 458 (remove_files) COMPLETE
68032026-08-04T17:59:18.686Z[ recovery-image] Aug 04 17:59:18.063 INFO O| Aug 04 17:59:18.063 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-08-04T17:59:18.693Z[ recovery-image] Aug 04 17:59:18.071 INFO O| Aug 04 17:59:18.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
68052026-08-04T17:59:18.693Z[ recovery-image] Aug 04 17:59:18.071 INFO O| Aug 04 17:59:18.071 INFO STEP 459 (remove_files) COMPLETE
68062026-08-04T17:59:18.697Z[ recovery-image] Aug 04 17:59:18.071 INFO O| Aug 04 17:59:18.071 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-08-04T17:59:18.702Z[ recovery-image] Aug 04 17:59:18.080 INFO O| Aug 04 17:59:18.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
68082026-08-04T17:59:18.707Z[ recovery-image] Aug 04 17:59:18.080 INFO O| Aug 04 17:59:18.080 INFO STEP 460 (remove_files) COMPLETE
68092026-08-04T17:59:18.707Z[ recovery-image] Aug 04 17:59:18.080 INFO O| Aug 04 17:59:18.080 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-04T17:59:18.711Z[verify-libraries] Compiling generic-array v1.4.3
68112026-08-04T17:59:18.715Z[ recovery-image] Aug 04 17:59:18.091 INFO O| Aug 04 17:59:18.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
68122026-08-04T17:59:18.715Z[ recovery-image] Aug 04 17:59:18.091 INFO O| Aug 04 17:59:18.091 INFO STEP 461 (remove_files) COMPLETE
68132026-08-04T17:59:18.715Z[ recovery-image] Aug 04 17:59:18.091 INFO O| Aug 04 17:59:18.091 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-08-04T17:59:18.726Z[ recovery-image] Aug 04 17:59:18.103 INFO O| Aug 04 17:59:18.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
68152026-08-04T17:59:18.726Z[ recovery-image] Aug 04 17:59:18.103 INFO O| Aug 04 17:59:18.103 INFO STEP 462 (remove_files) COMPLETE
68162026-08-04T17:59:18.726Z[ recovery-image] Aug 04 17:59:18.103 INFO O| Aug 04 17:59:18.103 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-08-04T17:59:18.736Z[ recovery-image] Aug 04 17:59:18.114 INFO O| Aug 04 17:59:18.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
68182026-08-04T17:59:18.736Z[ recovery-image] Aug 04 17:59:18.114 INFO O| Aug 04 17:59:18.114 INFO STEP 463 (remove_files) COMPLETE
68192026-08-04T17:59:18.736Z[ recovery-image] Aug 04 17:59:18.114 INFO O| Aug 04 17:59:18.114 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-08-04T17:59:18.748Z[verify-libraries] Compiling russh-util v0.52.0
68212026-08-04T17:59:18.752Z[ recovery-image] Aug 04 17:59:18.127 INFO O| Aug 04 17:59:18.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
68222026-08-04T17:59:18.752Z[ recovery-image] Aug 04 17:59:18.127 INFO O| Aug 04 17:59:18.127 INFO STEP 464 (remove_files) COMPLETE
68232026-08-04T17:59:18.752Z[ recovery-image] Aug 04 17:59:18.127 INFO O| Aug 04 17:59:18.127 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-08-04T17:59:18.759Z[ recovery-image] Aug 04 17:59:18.137 INFO O| Aug 04 17:59:18.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
68252026-08-04T17:59:18.759Z[ recovery-image] Aug 04 17:59:18.137 INFO O| Aug 04 17:59:18.137 INFO STEP 465 (remove_files) COMPLETE
68262026-08-04T17:59:18.763Z[ recovery-image] Aug 04 17:59:18.137 INFO O| Aug 04 17:59:18.137 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-08-04T17:59:18.768Z[ recovery-image] Aug 04 17:59:18.146 INFO O| Aug 04 17:59:18.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
68282026-08-04T17:59:18.769Z[ recovery-image] Aug 04 17:59:18.146 INFO O| Aug 04 17:59:18.146 INFO STEP 466 (remove_files) COMPLETE
68292026-08-04T17:59:18.769Z[ recovery-image] Aug 04 17:59:18.146 INFO O| Aug 04 17:59:18.146 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-08-04T17:59:18.778Z[ recovery-image] Aug 04 17:59:18.155 INFO O| Aug 04 17:59:18.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
68312026-08-04T17:59:18.778Z[ recovery-image] Aug 04 17:59:18.155 INFO O| Aug 04 17:59:18.155 INFO STEP 467 (remove_files) COMPLETE
68322026-08-04T17:59:18.778Z[ recovery-image] Aug 04 17:59:18.155 INFO O| Aug 04 17:59:18.155 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-08-04T17:59:18.787Z[ recovery-image] Aug 04 17:59:18.165 INFO O| Aug 04 17:59:18.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
68342026-08-04T17:59:18.791Z[ recovery-image] Aug 04 17:59:18.165 INFO O| Aug 04 17:59:18.165 INFO STEP 468 (remove_files) COMPLETE
68352026-08-04T17:59:18.791Z[ recovery-image] Aug 04 17:59:18.165 INFO O| Aug 04 17:59:18.165 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-08-04T17:59:18.796Z[ recovery-image] Aug 04 17:59:18.174 INFO O| Aug 04 17:59:18.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
68372026-08-04T17:59:18.796Z[ recovery-image] Aug 04 17:59:18.174 INFO O| Aug 04 17:59:18.174 INFO STEP 469 (remove_files) COMPLETE
68382026-08-04T17:59:18.800Z[ recovery-image] Aug 04 17:59:18.174 INFO O| Aug 04 17:59:18.174 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-08-04T17:59:18.806Z[ recovery-image] Aug 04 17:59:18.184 INFO O| Aug 04 17:59:18.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
68402026-08-04T17:59:18.806Z[ recovery-image] Aug 04 17:59:18.184 INFO O| Aug 04 17:59:18.184 INFO STEP 470 (remove_files) COMPLETE
68412026-08-04T17:59:18.806Z[ recovery-image] Aug 04 17:59:18.184 INFO O| Aug 04 17:59:18.184 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-08-04T17:59:18.816Z[ recovery-image] Aug 04 17:59:18.193 INFO O| Aug 04 17:59:18.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
68432026-08-04T17:59:18.817Z[ recovery-image] Aug 04 17:59:18.193 INFO O| Aug 04 17:59:18.193 INFO STEP 471 (remove_files) COMPLETE
68442026-08-04T17:59:18.817Z[ recovery-image] Aug 04 17:59:18.193 INFO O| Aug 04 17:59:18.193 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-08-04T17:59:18.824Z[ recovery-image] Aug 04 17:59:18.202 INFO O| Aug 04 17:59:18.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
68462026-08-04T17:59:18.825Z[ recovery-image] Aug 04 17:59:18.202 INFO O| Aug 04 17:59:18.202 INFO STEP 472 (remove_files) COMPLETE
68472026-08-04T17:59:18.828Z[ recovery-image] Aug 04 17:59:18.202 INFO O| Aug 04 17:59:18.202 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-08-04T17:59:18.834Z[ recovery-image] Aug 04 17:59:18.211 INFO O| Aug 04 17:59:18.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
68492026-08-04T17:59:18.834Z[ recovery-image] Aug 04 17:59:18.211 INFO O| Aug 04 17:59:18.211 INFO STEP 473 (remove_files) COMPLETE
68502026-08-04T17:59:18.834Z[ recovery-image] Aug 04 17:59:18.211 INFO O| Aug 04 17:59:18.211 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-08-04T17:59:18.843Z[ recovery-image] Aug 04 17:59:18.221 INFO O| Aug 04 17:59:18.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
68522026-08-04T17:59:18.847Z[ recovery-image] Aug 04 17:59:18.222 INFO O| Aug 04 17:59:18.222 INFO STEP 474 (remove_files) COMPLETE
68532026-08-04T17:59:18.848Z[ recovery-image] Aug 04 17:59:18.222 INFO O| Aug 04 17:59:18.222 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-08-04T17:59:18.855Z[ recovery-image] Aug 04 17:59:18.233 INFO O| Aug 04 17:59:18.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
68552026-08-04T17:59:18.856Z[ recovery-image] Aug 04 17:59:18.233 INFO O| Aug 04 17:59:18.233 INFO STEP 475 (remove_files) COMPLETE
68562026-08-04T17:59:18.860Z[ recovery-image] Aug 04 17:59:18.233 INFO O| Aug 04 17:59:18.233 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-08-04T17:59:18.866Z[ recovery-image] Aug 04 17:59:18.244 INFO O| Aug 04 17:59:18.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
68582026-08-04T17:59:18.866Z[ recovery-image] Aug 04 17:59:18.244 INFO O| Aug 04 17:59:18.244 INFO STEP 476 (remove_files) COMPLETE
68592026-08-04T17:59:18.866Z[ recovery-image] Aug 04 17:59:18.244 INFO O| Aug 04 17:59:18.244 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-08-04T17:59:18.877Z[ recovery-image] Aug 04 17:59:18.254 INFO O| Aug 04 17:59:18.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
68612026-08-04T17:59:18.877Z[ recovery-image] Aug 04 17:59:18.254 INFO O| Aug 04 17:59:18.254 INFO STEP 477 (remove_files) COMPLETE
68622026-08-04T17:59:18.881Z[ recovery-image] Aug 04 17:59:18.254 INFO O| Aug 04 17:59:18.254 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-08-04T17:59:18.886Z[ recovery-image] Aug 04 17:59:18.264 INFO O| Aug 04 17:59:18.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
68642026-08-04T17:59:18.886Z[ recovery-image] Aug 04 17:59:18.264 INFO O| Aug 04 17:59:18.264 INFO STEP 478 (remove_files) COMPLETE
68652026-08-04T17:59:18.886Z[ recovery-image] Aug 04 17:59:18.264 INFO O| Aug 04 17:59:18.264 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-08-04T17:59:18.896Z[ recovery-image] Aug 04 17:59:18.273 INFO O| Aug 04 17:59:18.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
68672026-08-04T17:59:18.896Z[ recovery-image] Aug 04 17:59:18.273 INFO O| Aug 04 17:59:18.273 INFO STEP 479 (remove_files) COMPLETE
68682026-08-04T17:59:18.896Z[ recovery-image] Aug 04 17:59:18.273 INFO O| Aug 04 17:59:18.273 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-08-04T17:59:18.905Z[ recovery-image] Aug 04 17:59:18.283 INFO O| Aug 04 17:59:18.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
68702026-08-04T17:59:18.905Z[ recovery-image] Aug 04 17:59:18.283 INFO O| Aug 04 17:59:18.283 INFO STEP 480 (remove_files) COMPLETE
68712026-08-04T17:59:18.905Z[ recovery-image] Aug 04 17:59:18.283 INFO O| Aug 04 17:59:18.283 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-08-04T17:59:18.914Z[ recovery-image] Aug 04 17:59:18.292 INFO O| Aug 04 17:59:18.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
68732026-08-04T17:59:18.914Z[ recovery-image] Aug 04 17:59:18.292 INFO O| Aug 04 17:59:18.292 INFO STEP 481 (remove_files) COMPLETE
68742026-08-04T17:59:18.914Z[ recovery-image] Aug 04 17:59:18.292 INFO O| Aug 04 17:59:18.292 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-08-04T17:59:18.922Z[ recovery-image] Aug 04 17:59:18.300 INFO O| Aug 04 17:59:18.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
68762026-08-04T17:59:18.923Z[ recovery-image] Aug 04 17:59:18.300 INFO O| Aug 04 17:59:18.300 INFO STEP 482 (remove_files) COMPLETE
68772026-08-04T17:59:18.923Z[ recovery-image] Aug 04 17:59:18.300 INFO O| Aug 04 17:59:18.300 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-08-04T17:59:18.931Z[ recovery-image] Aug 04 17:59:18.309 INFO O| Aug 04 17:59:18.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
68792026-08-04T17:59:18.931Z[ recovery-image] Aug 04 17:59:18.309 INFO O| Aug 04 17:59:18.309 INFO STEP 483 (remove_files) COMPLETE
68802026-08-04T17:59:18.931Z[ recovery-image] Aug 04 17:59:18.309 INFO O| Aug 04 17:59:18.309 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-08-04T17:59:18.940Z[ recovery-image] Aug 04 17:59:18.317 INFO O| Aug 04 17:59:18.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
68822026-08-04T17:59:18.940Z[ recovery-image] Aug 04 17:59:18.317 INFO O| Aug 04 17:59:18.317 INFO STEP 484 (remove_files) COMPLETE
68832026-08-04T17:59:18.943Z[ recovery-image] Aug 04 17:59:18.317 INFO O| Aug 04 17:59:18.317 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-08-04T17:59:18.948Z[ recovery-image] Aug 04 17:59:18.326 INFO O| Aug 04 17:59:18.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
68852026-08-04T17:59:18.948Z[ recovery-image] Aug 04 17:59:18.326 INFO O| Aug 04 17:59:18.326 INFO STEP 485 (remove_files) COMPLETE
68862026-08-04T17:59:18.951Z[ recovery-image] Aug 04 17:59:18.326 INFO O| Aug 04 17:59:18.326 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-08-04T17:59:18.956Z[ recovery-image] Aug 04 17:59:18.334 INFO O| Aug 04 17:59:18.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
68882026-08-04T17:59:18.961Z[ recovery-image] Aug 04 17:59:18.334 INFO O| Aug 04 17:59:18.334 INFO STEP 486 (remove_files) COMPLETE
68892026-08-04T17:59:18.961Z[ recovery-image] Aug 04 17:59:18.334 INFO O| Aug 04 17:59:18.334 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-08-04T17:59:18.970Z[ recovery-image] Aug 04 17:59:18.348 INFO O| Aug 04 17:59:18.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68912026-08-04T17:59:18.970Z[ recovery-image] Aug 04 17:59:18.348 INFO O| Aug 04 17:59:18.348 INFO STEP 487 (remove_files) COMPLETE
68922026-08-04T17:59:18.970Z[ recovery-image] Aug 04 17:59:18.348 INFO O| Aug 04 17:59:18.348 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-08-04T17:59:18.974Z[verify-libraries] Compiling enum_dispatch v0.3.13
68942026-08-04T17:59:18.981Z[ recovery-image] Aug 04 17:59:18.358 INFO O| Aug 04 17:59:18.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68952026-08-04T17:59:18.981Z[ recovery-image] Aug 04 17:59:18.358 INFO O| Aug 04 17:59:18.358 INFO STEP 488 (remove_files) COMPLETE
68962026-08-04T17:59:18.985Z[ recovery-image] Aug 04 17:59:18.358 INFO O| Aug 04 17:59:18.358 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-04T17:59:18.991Z[ recovery-image] Aug 04 17:59:18.368 INFO O| Aug 04 17:59:18.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68982026-08-04T17:59:18.991Z[ recovery-image] Aug 04 17:59:18.369 INFO O| Aug 04 17:59:18.369 INFO STEP 489 (remove_files) COMPLETE
68992026-08-04T17:59:18.994Z[ recovery-image] Aug 04 17:59:18.369 INFO O| Aug 04 17:59:18.369 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-04T17:59:19.001Z[ recovery-image] Aug 04 17:59:18.378 INFO O| Aug 04 17:59:18.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
69012026-08-04T17:59:19.001Z[ recovery-image] Aug 04 17:59:18.379 INFO O| Aug 04 17:59:18.379 INFO STEP 490 (remove_files) COMPLETE
69022026-08-04T17:59:19.005Z[ recovery-image] Aug 04 17:59:18.379 INFO O| Aug 04 17:59:18.379 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-08-04T17:59:19.011Z[ recovery-image] Aug 04 17:59:18.388 INFO O| Aug 04 17:59:18.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
69042026-08-04T17:59:19.011Z[ recovery-image] Aug 04 17:59:18.389 INFO O| Aug 04 17:59:18.388 INFO STEP 491 (remove_files) COMPLETE
69052026-08-04T17:59:19.014Z[ recovery-image] Aug 04 17:59:18.389 INFO O| Aug 04 17:59:18.388 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-08-04T17:59:19.022Z[ recovery-image] Aug 04 17:59:18.399 INFO O| Aug 04 17:59:18.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
69072026-08-04T17:59:19.022Z[ recovery-image] Aug 04 17:59:18.399 INFO O| Aug 04 17:59:18.399 INFO STEP 492 (remove_files) COMPLETE
69082026-08-04T17:59:19.022Z[ recovery-image] Aug 04 17:59:18.399 INFO O| Aug 04 17:59:18.399 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-08-04T17:59:19.030Z[ recovery-image] Aug 04 17:59:18.407 INFO O| Aug 04 17:59:18.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
69102026-08-04T17:59:19.030Z[ recovery-image] Aug 04 17:59:18.408 INFO O| Aug 04 17:59:18.407 INFO STEP 493 (remove_files) COMPLETE
69112026-08-04T17:59:19.030Z[ recovery-image] Aug 04 17:59:18.408 INFO O| Aug 04 17:59:18.407 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-08-04T17:59:19.040Z[ recovery-image] Aug 04 17:59:18.417 INFO O| Aug 04 17:59:18.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
69132026-08-04T17:59:19.040Z[ recovery-image] Aug 04 17:59:18.417 INFO O| Aug 04 17:59:18.417 INFO STEP 494 (remove_files) COMPLETE
69142026-08-04T17:59:19.040Z[ recovery-image] Aug 04 17:59:18.417 INFO O| Aug 04 17:59:18.417 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-08-04T17:59:19.050Z[ recovery-image] Aug 04 17:59:18.428 INFO O| Aug 04 17:59:18.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
69162026-08-04T17:59:19.050Z[ recovery-image] Aug 04 17:59:18.428 INFO O| Aug 04 17:59:18.428 INFO STEP 495 (remove_files) COMPLETE
69172026-08-04T17:59:19.050Z[ recovery-image] Aug 04 17:59:18.428 INFO O| Aug 04 17:59:18.428 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-08-04T17:59:19.060Z[ recovery-image] Aug 04 17:59:18.438 INFO O| Aug 04 17:59:18.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
69192026-08-04T17:59:19.060Z[ recovery-image] Aug 04 17:59:18.438 INFO O| Aug 04 17:59:18.438 INFO STEP 496 (remove_files) COMPLETE
69202026-08-04T17:59:19.060Z[ recovery-image] Aug 04 17:59:18.438 INFO O| Aug 04 17:59:18.438 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-08-04T17:59:19.070Z[ recovery-image] Aug 04 17:59:18.447 INFO O| Aug 04 17:59:18.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
69222026-08-04T17:59:19.070Z[ recovery-image] Aug 04 17:59:18.447 INFO O| Aug 04 17:59:18.447 INFO STEP 497 (remove_files) COMPLETE
69232026-08-04T17:59:19.070Z[ recovery-image] Aug 04 17:59:18.447 INFO O| Aug 04 17:59:18.447 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-08-04T17:59:19.079Z[ recovery-image] Aug 04 17:59:18.457 INFO O| Aug 04 17:59:18.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
69252026-08-04T17:59:19.079Z[ recovery-image] Aug 04 17:59:18.457 INFO O| Aug 04 17:59:18.457 INFO STEP 498 (remove_files) COMPLETE
69262026-08-04T17:59:19.083Z[ recovery-image] Aug 04 17:59:18.457 INFO O| Aug 04 17:59:18.457 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-08-04T17:59:19.088Z[ recovery-image] Aug 04 17:59:18.466 INFO O| Aug 04 17:59:18.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
69282026-08-04T17:59:19.088Z[ recovery-image] Aug 04 17:59:18.466 INFO O| Aug 04 17:59:18.466 INFO STEP 499 (remove_files) COMPLETE
69292026-08-04T17:59:19.088Z[ recovery-image] Aug 04 17:59:18.466 INFO O| Aug 04 17:59:18.466 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-08-04T17:59:19.097Z[ recovery-image] Aug 04 17:59:18.474 INFO O| Aug 04 17:59:18.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
69312026-08-04T17:59:19.097Z[ recovery-image] Aug 04 17:59:18.475 INFO O| Aug 04 17:59:18.474 INFO STEP 500 (remove_files) COMPLETE
69322026-08-04T17:59:19.100Z[ recovery-image] Aug 04 17:59:18.475 INFO O| Aug 04 17:59:18.474 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-08-04T17:59:19.105Z[ recovery-image] Aug 04 17:59:18.483 INFO O| Aug 04 17:59:18.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
69342026-08-04T17:59:19.106Z[ recovery-image] Aug 04 17:59:18.483 INFO O| Aug 04 17:59:18.483 INFO STEP 501 (remove_files) COMPLETE
69352026-08-04T17:59:19.106Z[ recovery-image] Aug 04 17:59:18.483 INFO O| Aug 04 17:59:18.483 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-08-04T17:59:19.114Z[ recovery-image] Aug 04 17:59:18.492 INFO O| Aug 04 17:59:18.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
69372026-08-04T17:59:19.114Z[ recovery-image] Aug 04 17:59:18.492 INFO O| Aug 04 17:59:18.492 INFO STEP 502 (remove_files) COMPLETE
69382026-08-04T17:59:19.114Z[ recovery-image] Aug 04 17:59:18.492 INFO O| Aug 04 17:59:18.492 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-08-04T17:59:19.120Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
69402026-08-04T17:59:19.123Z[ recovery-image] Aug 04 17:59:18.500 INFO O| Aug 04 17:59:18.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
69412026-08-04T17:59:19.124Z[ recovery-image] Aug 04 17:59:18.500 INFO O| Aug 04 17:59:18.500 INFO STEP 503 (remove_files) COMPLETE
69422026-08-04T17:59:19.124Z[ recovery-image] Aug 04 17:59:18.500 INFO O| Aug 04 17:59:18.500 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-08-04T17:59:19.131Z[ recovery-image] Aug 04 17:59:18.508 INFO O| Aug 04 17:59:18.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
69442026-08-04T17:59:19.131Z[ recovery-image] Aug 04 17:59:18.509 INFO O| Aug 04 17:59:18.509 INFO STEP 504 (remove_files) COMPLETE
69452026-08-04T17:59:19.131Z[ recovery-image] Aug 04 17:59:18.509 INFO O| Aug 04 17:59:18.509 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-08-04T17:59:19.139Z[ recovery-image] Aug 04 17:59:18.517 INFO O| Aug 04 17:59:18.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
69472026-08-04T17:59:19.139Z[ recovery-image] Aug 04 17:59:18.517 INFO O| Aug 04 17:59:18.517 INFO STEP 505 (remove_files) COMPLETE
69482026-08-04T17:59:19.139Z[ recovery-image] Aug 04 17:59:18.517 INFO O| Aug 04 17:59:18.517 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-08-04T17:59:19.148Z[ recovery-image] Aug 04 17:59:18.526 INFO O| Aug 04 17:59:18.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
69502026-08-04T17:59:19.148Z[ recovery-image] Aug 04 17:59:18.526 INFO O| Aug 04 17:59:18.526 INFO STEP 506 (remove_files) COMPLETE
69512026-08-04T17:59:19.149Z[ recovery-image] Aug 04 17:59:18.526 INFO O| Aug 04 17:59:18.526 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-08-04T17:59:19.156Z[ recovery-image] Aug 04 17:59:18.534 INFO O| Aug 04 17:59:18.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
69532026-08-04T17:59:19.156Z[ recovery-image] Aug 04 17:59:18.534 INFO O| Aug 04 17:59:18.534 INFO STEP 507 (remove_files) COMPLETE
69542026-08-04T17:59:19.156Z[ recovery-image] Aug 04 17:59:18.534 INFO O| Aug 04 17:59:18.534 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-08-04T17:59:19.164Z[ recovery-image] Aug 04 17:59:18.542 INFO O| Aug 04 17:59:18.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
69562026-08-04T17:59:19.164Z[ recovery-image] Aug 04 17:59:18.542 INFO O| Aug 04 17:59:18.542 INFO STEP 508 (remove_files) COMPLETE
69572026-08-04T17:59:19.164Z[ recovery-image] Aug 04 17:59:18.542 INFO O| Aug 04 17:59:18.542 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-08-04T17:59:19.172Z[ recovery-image] Aug 04 17:59:18.549 INFO O| Aug 04 17:59:18.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
69592026-08-04T17:59:19.172Z[ recovery-image] Aug 04 17:59:18.550 INFO O| Aug 04 17:59:18.550 INFO STEP 509 (remove_files) COMPLETE
69602026-08-04T17:59:19.172Z[ recovery-image] Aug 04 17:59:18.550 INFO O| Aug 04 17:59:18.550 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-08-04T17:59:19.183Z[ recovery-image] Aug 04 17:59:18.558 INFO O| Aug 04 17:59:18.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
69622026-08-04T17:59:19.183Z[ recovery-image] Aug 04 17:59:18.558 INFO O| Aug 04 17:59:18.558 INFO STEP 510 (remove_files) COMPLETE
69632026-08-04T17:59:19.183Z[ recovery-image] Aug 04 17:59:18.558 INFO O| Aug 04 17:59:18.558 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-08-04T17:59:19.188Z[ recovery-image] Aug 04 17:59:18.566 INFO O| Aug 04 17:59:18.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
69652026-08-04T17:59:19.188Z[ recovery-image] Aug 04 17:59:18.566 INFO O| Aug 04 17:59:18.566 INFO STEP 511 (remove_files) COMPLETE
69662026-08-04T17:59:19.188Z[ recovery-image] Aug 04 17:59:18.566 INFO O| Aug 04 17:59:18.566 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-08-04T17:59:19.197Z[ recovery-image] Aug 04 17:59:18.575 INFO O| Aug 04 17:59:18.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
69682026-08-04T17:59:19.201Z[ recovery-image] Aug 04 17:59:18.575 INFO O| Aug 04 17:59:18.575 INFO STEP 512 (remove_files) COMPLETE
69692026-08-04T17:59:19.201Z[ recovery-image] Aug 04 17:59:18.575 INFO O| Aug 04 17:59:18.575 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-08-04T17:59:19.207Z[ recovery-image] Aug 04 17:59:18.585 INFO O| Aug 04 17:59:18.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
69712026-08-04T17:59:19.207Z[ recovery-image] Aug 04 17:59:18.585 INFO O| Aug 04 17:59:18.584 INFO STEP 513 (remove_files) COMPLETE
69722026-08-04T17:59:19.207Z[ recovery-image] Aug 04 17:59:18.585 INFO O| Aug 04 17:59:18.584 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-08-04T17:59:19.216Z[ recovery-image] Aug 04 17:59:18.594 INFO O| Aug 04 17:59:18.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
69742026-08-04T17:59:19.216Z[ recovery-image] Aug 04 17:59:18.594 INFO O| Aug 04 17:59:18.594 INFO STEP 514 (remove_files) COMPLETE
69752026-08-04T17:59:19.221Z[ recovery-image] Aug 04 17:59:18.594 INFO O| Aug 04 17:59:18.594 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-08-04T17:59:19.227Z[ recovery-image] Aug 04 17:59:18.605 INFO O| Aug 04 17:59:18.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
69772026-08-04T17:59:19.227Z[ recovery-image] Aug 04 17:59:18.605 INFO O| Aug 04 17:59:18.605 INFO STEP 515 (remove_files) COMPLETE
69782026-08-04T17:59:19.230Z[ recovery-image] Aug 04 17:59:18.605 INFO O| Aug 04 17:59:18.605 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-08-04T17:59:19.236Z[ recovery-image] Aug 04 17:59:18.614 INFO O| Aug 04 17:59:18.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
69802026-08-04T17:59:19.236Z[ recovery-image] Aug 04 17:59:18.614 INFO O| Aug 04 17:59:18.614 INFO STEP 516 (remove_files) COMPLETE
69812026-08-04T17:59:19.236Z[ recovery-image] Aug 04 17:59:18.614 INFO O| Aug 04 17:59:18.614 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-08-04T17:59:19.244Z[ recovery-image] Aug 04 17:59:18.622 INFO O| Aug 04 17:59:18.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
69832026-08-04T17:59:19.244Z[ recovery-image] Aug 04 17:59:18.622 INFO O| Aug 04 17:59:18.622 INFO STEP 517 (remove_files) COMPLETE
69842026-08-04T17:59:19.245Z[ recovery-image] Aug 04 17:59:18.622 INFO O| Aug 04 17:59:18.622 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-08-04T17:59:19.253Z[ recovery-image] Aug 04 17:59:18.631 INFO O| Aug 04 17:59:18.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
69862026-08-04T17:59:19.253Z[ recovery-image] Aug 04 17:59:18.631 INFO O| Aug 04 17:59:18.631 INFO STEP 518 (remove_files) COMPLETE
69872026-08-04T17:59:19.253Z[ recovery-image] Aug 04 17:59:18.631 INFO O| Aug 04 17:59:18.631 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-08-04T17:59:19.257Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
69892026-08-04T17:59:19.262Z[ recovery-image] Aug 04 17:59:18.640 INFO O| Aug 04 17:59:18.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
69902026-08-04T17:59:19.265Z[ recovery-image] Aug 04 17:59:18.640 INFO O| Aug 04 17:59:18.640 INFO STEP 519 (remove_files) COMPLETE
69912026-08-04T17:59:19.265Z[ recovery-image] Aug 04 17:59:18.641 INFO O| Aug 04 17:59:18.640 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-08-04T17:59:19.273Z[ recovery-image] Aug 04 17:59:18.651 INFO O| Aug 04 17:59:18.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69932026-08-04T17:59:19.274Z[ recovery-image] Aug 04 17:59:18.651 INFO O| Aug 04 17:59:18.651 INFO STEP 520 (remove_files) COMPLETE
69942026-08-04T17:59:19.277Z[ recovery-image] Aug 04 17:59:18.651 INFO O| Aug 04 17:59:18.651 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-08-04T17:59:19.283Z[ recovery-image] Aug 04 17:59:18.661 INFO O| Aug 04 17:59:18.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69962026-08-04T17:59:19.283Z[ recovery-image] Aug 04 17:59:18.661 INFO O| Aug 04 17:59:18.661 INFO STEP 521 (remove_files) COMPLETE
69972026-08-04T17:59:19.287Z[ recovery-image] Aug 04 17:59:18.661 INFO O| Aug 04 17:59:18.661 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-08-04T17:59:19.291Z[verify-libraries] Compiling delegate v0.13.5
69992026-08-04T17:59:19.294Z[ recovery-image] Aug 04 17:59:18.671 INFO O| Aug 04 17:59:18.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
70002026-08-04T17:59:19.294Z[ recovery-image] Aug 04 17:59:18.671 INFO O| Aug 04 17:59:18.671 INFO STEP 522 (remove_files) COMPLETE
70012026-08-04T17:59:19.295Z[ recovery-image] Aug 04 17:59:18.671 INFO O| Aug 04 17:59:18.671 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-08-04T17:59:19.303Z[ recovery-image] Aug 04 17:59:18.681 INFO O| Aug 04 17:59:18.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
70032026-08-04T17:59:19.303Z[ recovery-image] Aug 04 17:59:18.681 INFO O| Aug 04 17:59:18.681 INFO STEP 523 (remove_files) COMPLETE
70042026-08-04T17:59:19.307Z[ recovery-image] Aug 04 17:59:18.681 INFO O| Aug 04 17:59:18.681 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-08-04T17:59:19.315Z[ recovery-image] Aug 04 17:59:18.693 INFO O| Aug 04 17:59:18.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
70062026-08-04T17:59:19.315Z[ recovery-image] Aug 04 17:59:18.693 INFO O| Aug 04 17:59:18.693 INFO STEP 524 (remove_files) COMPLETE
70072026-08-04T17:59:19.320Z[ recovery-image] Aug 04 17:59:18.693 INFO O| Aug 04 17:59:18.693 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-08-04T17:59:19.326Z[ recovery-image] Aug 04 17:59:18.704 INFO O| Aug 04 17:59:18.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
70092026-08-04T17:59:19.327Z[ recovery-image] Aug 04 17:59:18.704 INFO O| Aug 04 17:59:18.704 INFO STEP 525 (remove_files) COMPLETE
70102026-08-04T17:59:19.327Z[ recovery-image] Aug 04 17:59:18.704 INFO O| Aug 04 17:59:18.704 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-08-04T17:59:19.338Z[ recovery-image] Aug 04 17:59:18.715 INFO O| Aug 04 17:59:18.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
70122026-08-04T17:59:19.338Z[ recovery-image] Aug 04 17:59:18.716 INFO O| Aug 04 17:59:18.716 INFO STEP 526 (remove_files) COMPLETE
70132026-08-04T17:59:19.339Z[ recovery-image] Aug 04 17:59:18.716 INFO O| Aug 04 17:59:18.716 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-08-04T17:59:19.347Z[verify-libraries] Compiling sapling-renderdag v0.1.0
70152026-08-04T17:59:19.351Z[ recovery-image] Aug 04 17:59:18.726 INFO O| Aug 04 17:59:18.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
70162026-08-04T17:59:19.351Z[ recovery-image] Aug 04 17:59:18.726 INFO O| Aug 04 17:59:18.726 INFO STEP 527 (remove_files) COMPLETE
70172026-08-04T17:59:19.351Z[ recovery-image] Aug 04 17:59:18.726 INFO O| Aug 04 17:59:18.726 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-08-04T17:59:19.364Z[ recovery-image] Aug 04 17:59:18.736 INFO O| Aug 04 17:59:18.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
70192026-08-04T17:59:19.365Z[ recovery-image] Aug 04 17:59:18.736 INFO O| Aug 04 17:59:18.736 INFO STEP 528 (remove_files) COMPLETE
70202026-08-04T17:59:19.365Z[ recovery-image] Aug 04 17:59:18.736 INFO O| Aug 04 17:59:18.736 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-08-04T17:59:19.368Z[ recovery-image] Aug 04 17:59:18.745 INFO O| Aug 04 17:59:18.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
70222026-08-04T17:59:19.368Z[ recovery-image] Aug 04 17:59:18.745 INFO O| Aug 04 17:59:18.745 INFO STEP 529 (remove_files) COMPLETE
70232026-08-04T17:59:19.368Z[ recovery-image] Aug 04 17:59:18.745 INFO O| Aug 04 17:59:18.745 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-08-04T17:59:19.378Z[ recovery-image] Aug 04 17:59:18.755 INFO O| Aug 04 17:59:18.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
70252026-08-04T17:59:19.378Z[ recovery-image] Aug 04 17:59:18.756 INFO O| Aug 04 17:59:18.756 INFO STEP 530 (remove_files) COMPLETE
70262026-08-04T17:59:19.378Z[ recovery-image] Aug 04 17:59:18.756 INFO O| Aug 04 17:59:18.756 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-08-04T17:59:19.387Z[ recovery-image] Aug 04 17:59:18.765 INFO O| Aug 04 17:59:18.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
70282026-08-04T17:59:19.387Z[ recovery-image] Aug 04 17:59:18.765 INFO O| Aug 04 17:59:18.765 INFO STEP 531 (remove_files) COMPLETE
70292026-08-04T17:59:19.387Z[ recovery-image] Aug 04 17:59:18.765 INFO O| Aug 04 17:59:18.765 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-08-04T17:59:19.397Z[ recovery-image] Aug 04 17:59:18.774 INFO O| Aug 04 17:59:18.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
70312026-08-04T17:59:19.397Z[ recovery-image] Aug 04 17:59:18.774 INFO O| Aug 04 17:59:18.774 INFO STEP 532 (remove_files) COMPLETE
70322026-08-04T17:59:19.397Z[ recovery-image] Aug 04 17:59:18.774 INFO O| Aug 04 17:59:18.774 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-08-04T17:59:19.405Z[ recovery-image] Aug 04 17:59:18.783 INFO O| Aug 04 17:59:18.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
70342026-08-04T17:59:19.406Z[ recovery-image] Aug 04 17:59:18.783 INFO O| Aug 04 17:59:18.783 INFO STEP 533 (remove_files) COMPLETE
70352026-08-04T17:59:19.410Z[ recovery-image] Aug 04 17:59:18.783 INFO O| Aug 04 17:59:18.783 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-08-04T17:59:19.414Z[ recovery-image] Aug 04 17:59:18.792 INFO O| Aug 04 17:59:18.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
70372026-08-04T17:59:19.414Z[ recovery-image] Aug 04 17:59:18.792 INFO O| Aug 04 17:59:18.792 INFO STEP 534 (remove_files) COMPLETE
70382026-08-04T17:59:19.417Z[ recovery-image] Aug 04 17:59:18.792 INFO O| Aug 04 17:59:18.792 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-08-04T17:59:19.423Z[ recovery-image] Aug 04 17:59:18.801 INFO O| Aug 04 17:59:18.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
70402026-08-04T17:59:19.423Z[ recovery-image] Aug 04 17:59:18.801 INFO O| Aug 04 17:59:18.801 INFO STEP 535 (remove_files) COMPLETE
70412026-08-04T17:59:19.423Z[ recovery-image] Aug 04 17:59:18.801 INFO O| Aug 04 17:59:18.801 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-08-04T17:59:19.431Z[ recovery-image] Aug 04 17:59:18.809 INFO O| Aug 04 17:59:18.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
70432026-08-04T17:59:19.431Z[ recovery-image] Aug 04 17:59:18.809 INFO O| Aug 04 17:59:18.809 INFO STEP 536 (remove_files) COMPLETE
70442026-08-04T17:59:19.431Z[ recovery-image] Aug 04 17:59:18.809 INFO O| Aug 04 17:59:18.809 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-08-04T17:59:19.439Z[ recovery-image] Aug 04 17:59:18.817 INFO O| Aug 04 17:59:18.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
70462026-08-04T17:59:19.440Z[ recovery-image] Aug 04 17:59:18.817 INFO O| Aug 04 17:59:18.817 INFO STEP 537 (remove_files) COMPLETE
70472026-08-04T17:59:19.440Z[ recovery-image] Aug 04 17:59:18.817 INFO O| Aug 04 17:59:18.817 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-08-04T17:59:19.448Z[ recovery-image] Aug 04 17:59:18.826 INFO O| Aug 04 17:59:18.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
70492026-08-04T17:59:19.451Z[ recovery-image] Aug 04 17:59:18.826 INFO O| Aug 04 17:59:18.826 INFO STEP 538 (remove_files) COMPLETE
70502026-08-04T17:59:19.452Z[ recovery-image] Aug 04 17:59:18.826 INFO O| Aug 04 17:59:18.826 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-08-04T17:59:19.458Z[ recovery-image] Aug 04 17:59:18.835 INFO O| Aug 04 17:59:18.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
70522026-08-04T17:59:19.458Z[ recovery-image] Aug 04 17:59:18.835 INFO O| Aug 04 17:59:18.835 INFO STEP 539 (remove_files) COMPLETE
70532026-08-04T17:59:19.462Z[ recovery-image] Aug 04 17:59:18.836 INFO O| Aug 04 17:59:18.835 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-08-04T17:59:19.466Z[ recovery-image] Aug 04 17:59:18.844 INFO O| Aug 04 17:59:18.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
70552026-08-04T17:59:19.466Z[ recovery-image] Aug 04 17:59:18.844 INFO O| Aug 04 17:59:18.844 INFO STEP 540 (remove_files) COMPLETE
70562026-08-04T17:59:19.466Z[ recovery-image] Aug 04 17:59:18.844 INFO O| Aug 04 17:59:18.844 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-08-04T17:59:19.475Z[ recovery-image] Aug 04 17:59:18.853 INFO O| Aug 04 17:59:18.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
70582026-08-04T17:59:19.475Z[ recovery-image] Aug 04 17:59:18.853 INFO O| Aug 04 17:59:18.853 INFO STEP 541 (remove_files) COMPLETE
70592026-08-04T17:59:19.475Z[ recovery-image] Aug 04 17:59:18.853 INFO O| Aug 04 17:59:18.853 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-08-04T17:59:19.485Z[ recovery-image] Aug 04 17:59:18.863 INFO O| Aug 04 17:59:18.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
70612026-08-04T17:59:19.485Z[ recovery-image] Aug 04 17:59:18.863 INFO O| Aug 04 17:59:18.863 INFO STEP 542 (remove_files) COMPLETE
70622026-08-04T17:59:19.489Z[ recovery-image] Aug 04 17:59:18.863 INFO O| Aug 04 17:59:18.863 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-08-04T17:59:19.495Z[ recovery-image] Aug 04 17:59:18.873 INFO O| Aug 04 17:59:18.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
70642026-08-04T17:59:19.495Z[ recovery-image] Aug 04 17:59:18.873 INFO O| Aug 04 17:59:18.873 INFO STEP 543 (remove_files) COMPLETE
70652026-08-04T17:59:19.495Z[ recovery-image] Aug 04 17:59:18.873 INFO O| Aug 04 17:59:18.873 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-08-04T17:59:19.504Z[ recovery-image] Aug 04 17:59:18.882 INFO O| Aug 04 17:59:18.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
70672026-08-04T17:59:19.504Z[ recovery-image] Aug 04 17:59:18.882 INFO O| Aug 04 17:59:18.882 INFO STEP 544 (remove_files) COMPLETE
70682026-08-04T17:59:19.504Z[ recovery-image] Aug 04 17:59:18.882 INFO O| Aug 04 17:59:18.882 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-08-04T17:59:19.569Z[ recovery-image] Aug 04 17:59:18.891 INFO O| Aug 04 17:59:18.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
70702026-08-04T17:59:19.569Z[ recovery-image] Aug 04 17:59:18.891 INFO O| Aug 04 17:59:18.891 INFO STEP 545 (remove_files) COMPLETE
70712026-08-04T17:59:19.569Z[ recovery-image] Aug 04 17:59:18.891 INFO O| Aug 04 17:59:18.891 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-08-04T17:59:19.569Z[ recovery-image] Aug 04 17:59:18.900 INFO O| Aug 04 17:59:18.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
70732026-08-04T17:59:19.569Z[ recovery-image] Aug 04 17:59:18.900 INFO O| Aug 04 17:59:18.900 INFO STEP 546 (remove_files) COMPLETE
70742026-08-04T17:59:19.569Z[ recovery-image] Aug 04 17:59:18.900 INFO O| Aug 04 17:59:18.900 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-08-04T17:59:19.570Z[ recovery-image] Aug 04 17:59:18.908 INFO O| Aug 04 17:59:18.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
70762026-08-04T17:59:19.570Z[ recovery-image] Aug 04 17:59:18.908 INFO O| Aug 04 17:59:18.908 INFO STEP 547 (remove_files) COMPLETE
70772026-08-04T17:59:19.570Z[ recovery-image] Aug 04 17:59:18.908 INFO O| Aug 04 17:59:18.908 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-08-04T17:59:19.570Z[ recovery-image] Aug 04 17:59:18.917 INFO O| Aug 04 17:59:18.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
70792026-08-04T17:59:19.570Z[ recovery-image] Aug 04 17:59:18.917 INFO O| Aug 04 17:59:18.917 INFO STEP 548 (remove_files) COMPLETE
70802026-08-04T17:59:19.570Z[ recovery-image] Aug 04 17:59:18.917 INFO O| Aug 04 17:59:18.917 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-08-04T17:59:19.570Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
70822026-08-04T17:59:19.570Z[ recovery-image] Aug 04 17:59:18.925 INFO O| Aug 04 17:59:18.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
70832026-08-04T17:59:19.570Z[ recovery-image] Aug 04 17:59:18.925 INFO O| Aug 04 17:59:18.925 INFO STEP 549 (remove_files) COMPLETE
70842026-08-04T17:59:19.570Z[ recovery-image] Aug 04 17:59:18.925 INFO O| Aug 04 17:59:18.925 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-08-04T17:59:19.570Z[ recovery-image] Aug 04 17:59:18.935 INFO O| Aug 04 17:59:18.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
70862026-08-04T17:59:19.570Z[ recovery-image] Aug 04 17:59:18.935 INFO O| Aug 04 17:59:18.935 INFO STEP 550 (remove_files) COMPLETE
70872026-08-04T17:59:19.570Z[ recovery-image] Aug 04 17:59:18.935 INFO O| Aug 04 17:59:18.935 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-08-04T17:59:19.571Z[ recovery-image] Aug 04 17:59:18.945 INFO O| Aug 04 17:59:18.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
70892026-08-04T17:59:19.571Z[ recovery-image] Aug 04 17:59:18.946 INFO O| Aug 04 17:59:18.946 INFO STEP 551 (remove_files) COMPLETE
70902026-08-04T17:59:19.571Z[ recovery-image] Aug 04 17:59:18.946 INFO O| Aug 04 17:59:18.946 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-08-04T17:59:19.575Z[verify-libraries] Compiling hex-literal v1.1.0
70922026-08-04T17:59:19.579Z[ recovery-image] Aug 04 17:59:18.957 INFO O| Aug 04 17:59:18.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
70932026-08-04T17:59:19.579Z[ recovery-image] Aug 04 17:59:18.957 INFO O| Aug 04 17:59:18.957 INFO STEP 552 (remove_files) COMPLETE
70942026-08-04T17:59:19.583Z[ recovery-image] Aug 04 17:59:18.957 INFO O| Aug 04 17:59:18.957 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-08-04T17:59:19.589Z[ recovery-image] Aug 04 17:59:18.967 INFO O| Aug 04 17:59:18.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70962026-08-04T17:59:19.593Z[ recovery-image] Aug 04 17:59:18.968 INFO O| Aug 04 17:59:18.968 INFO STEP 553 (remove_files) COMPLETE
70972026-08-04T17:59:19.593Z[ recovery-image] Aug 04 17:59:18.968 INFO O| Aug 04 17:59:18.968 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-08-04T17:59:19.600Z[ recovery-image] Aug 04 17:59:18.977 INFO O| Aug 04 17:59:18.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70992026-08-04T17:59:19.600Z[ recovery-image] Aug 04 17:59:18.977 INFO O| Aug 04 17:59:18.977 INFO STEP 554 (remove_files) COMPLETE
71002026-08-04T17:59:19.600Z[ recovery-image] Aug 04 17:59:18.977 INFO O| Aug 04 17:59:18.977 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-08-04T17:59:19.609Z[ recovery-image] Aug 04 17:59:18.987 INFO O| Aug 04 17:59:18.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
71022026-08-04T17:59:19.609Z[ recovery-image] Aug 04 17:59:18.987 INFO O| Aug 04 17:59:18.987 INFO STEP 555 (remove_files) COMPLETE
71032026-08-04T17:59:19.609Z[ recovery-image] Aug 04 17:59:18.987 INFO O| Aug 04 17:59:18.987 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-08-04T17:59:19.620Z[ recovery-image] Aug 04 17:59:18.997 INFO O| Aug 04 17:59:18.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
71052026-08-04T17:59:19.620Z[ recovery-image] Aug 04 17:59:18.997 INFO O| Aug 04 17:59:18.997 INFO STEP 556 (remove_files) COMPLETE
71062026-08-04T17:59:19.620Z[ recovery-image] Aug 04 17:59:18.997 INFO O| Aug 04 17:59:18.997 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-08-04T17:59:19.634Z[ recovery-image] Aug 04 17:59:19.007 INFO O| Aug 04 17:59:19.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
71082026-08-04T17:59:19.634Z[ recovery-image] Aug 04 17:59:19.007 INFO O| Aug 04 17:59:19.007 INFO STEP 557 (remove_files) COMPLETE
71092026-08-04T17:59:19.634Z[ recovery-image] Aug 04 17:59:19.007 INFO O| Aug 04 17:59:19.007 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-04T17:59:19.638Z[ recovery-image] Aug 04 17:59:19.016 INFO O| Aug 04 17:59:19.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
71112026-08-04T17:59:19.638Z[ recovery-image] Aug 04 17:59:19.016 INFO O| Aug 04 17:59:19.016 INFO STEP 558 (remove_files) COMPLETE
71122026-08-04T17:59:19.638Z[ recovery-image] Aug 04 17:59:19.016 INFO O| Aug 04 17:59:19.016 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-08-04T17:59:19.647Z[ recovery-image] Aug 04 17:59:19.024 INFO O| Aug 04 17:59:19.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
71142026-08-04T17:59:19.647Z[ recovery-image] Aug 04 17:59:19.024 INFO O| Aug 04 17:59:19.024 INFO STEP 559 (remove_files) COMPLETE
71152026-08-04T17:59:19.647Z[ recovery-image] Aug 04 17:59:19.024 INFO O| Aug 04 17:59:19.024 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-08-04T17:59:19.655Z[ recovery-image] Aug 04 17:59:19.033 INFO O| Aug 04 17:59:19.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
71172026-08-04T17:59:19.655Z[ recovery-image] Aug 04 17:59:19.033 INFO O| Aug 04 17:59:19.033 INFO STEP 560 (remove_files) COMPLETE
71182026-08-04T17:59:19.655Z[ recovery-image] Aug 04 17:59:19.033 INFO O| Aug 04 17:59:19.033 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-08-04T17:59:19.664Z[ recovery-image] Aug 04 17:59:19.042 INFO O| Aug 04 17:59:19.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
71202026-08-04T17:59:19.664Z[ recovery-image] Aug 04 17:59:19.042 INFO O| Aug 04 17:59:19.042 INFO STEP 561 (remove_files) COMPLETE
71212026-08-04T17:59:19.668Z[ recovery-image] Aug 04 17:59:19.042 INFO O| Aug 04 17:59:19.042 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-04T17:59:19.673Z[ recovery-image] Aug 04 17:59:19.051 INFO O| Aug 04 17:59:19.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
71232026-08-04T17:59:19.673Z[ recovery-image] Aug 04 17:59:19.051 INFO O| Aug 04 17:59:19.051 INFO STEP 562 (remove_files) COMPLETE
71242026-08-04T17:59:19.673Z[ recovery-image] Aug 04 17:59:19.051 INFO O| Aug 04 17:59:19.051 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-08-04T17:59:19.682Z[ recovery-image] Aug 04 17:59:19.060 INFO O| Aug 04 17:59:19.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
71262026-08-04T17:59:19.684Z[ recovery-image] Aug 04 17:59:19.060 INFO O| Aug 04 17:59:19.060 INFO STEP 563 (remove_files) COMPLETE
71272026-08-04T17:59:19.688Z[ recovery-image] Aug 04 17:59:19.060 INFO O| Aug 04 17:59:19.060 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-04T17:59:19.692Z[ recovery-image] Aug 04 17:59:19.070 INFO O| Aug 04 17:59:19.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
71292026-08-04T17:59:19.692Z[ recovery-image] Aug 04 17:59:19.070 INFO O| Aug 04 17:59:19.070 INFO STEP 564 (remove_files) COMPLETE
71302026-08-04T17:59:19.695Z[ recovery-image] Aug 04 17:59:19.070 INFO O| Aug 04 17:59:19.070 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-08-04T17:59:19.702Z[ recovery-image] Aug 04 17:59:19.080 INFO O| Aug 04 17:59:19.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
71322026-08-04T17:59:19.702Z[ recovery-image] Aug 04 17:59:19.080 INFO O| Aug 04 17:59:19.080 INFO STEP 565 (remove_files) COMPLETE
71332026-08-04T17:59:19.702Z[ recovery-image] Aug 04 17:59:19.080 INFO O| Aug 04 17:59:19.080 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-08-04T17:59:19.712Z[ recovery-image] Aug 04 17:59:19.090 INFO O| Aug 04 17:59:19.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
71352026-08-04T17:59:19.712Z[ recovery-image] Aug 04 17:59:19.090 INFO O| Aug 04 17:59:19.090 INFO STEP 566 (remove_files) COMPLETE
71362026-08-04T17:59:19.712Z[ recovery-image] Aug 04 17:59:19.090 INFO O| Aug 04 17:59:19.090 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-08-04T17:59:19.722Z[ recovery-image] Aug 04 17:59:19.100 INFO O| Aug 04 17:59:19.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
71382026-08-04T17:59:19.722Z[ recovery-image] Aug 04 17:59:19.100 INFO O| Aug 04 17:59:19.100 INFO STEP 567 (remove_files) COMPLETE
71392026-08-04T17:59:19.725Z[ recovery-image] Aug 04 17:59:19.100 INFO O| Aug 04 17:59:19.100 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-08-04T17:59:19.731Z[ recovery-image] Aug 04 17:59:19.109 INFO O| Aug 04 17:59:19.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
71412026-08-04T17:59:19.731Z[ recovery-image] Aug 04 17:59:19.109 INFO O| Aug 04 17:59:19.109 INFO STEP 568 (remove_files) COMPLETE
71422026-08-04T17:59:19.734Z[ recovery-image] Aug 04 17:59:19.109 INFO O| Aug 04 17:59:19.109 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-08-04T17:59:19.739Z[ recovery-image] Aug 04 17:59:19.117 INFO O| Aug 04 17:59:19.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
71442026-08-04T17:59:19.739Z[ recovery-image] Aug 04 17:59:19.117 INFO O| Aug 04 17:59:19.117 INFO STEP 569 (remove_files) COMPLETE
71452026-08-04T17:59:19.742Z[ recovery-image] Aug 04 17:59:19.117 INFO O| Aug 04 17:59:19.117 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-08-04T17:59:19.747Z[ recovery-image] Aug 04 17:59:19.125 INFO O| Aug 04 17:59:19.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
71472026-08-04T17:59:19.747Z[ recovery-image] Aug 04 17:59:19.125 INFO O| Aug 04 17:59:19.125 INFO STEP 570 (remove_files) COMPLETE
71482026-08-04T17:59:19.750Z[ recovery-image] Aug 04 17:59:19.125 INFO O| Aug 04 17:59:19.125 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-08-04T17:59:19.754Z[ recovery-image] Aug 04 17:59:19.132 INFO O| Aug 04 17:59:19.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
71502026-08-04T17:59:19.754Z[ recovery-image] Aug 04 17:59:19.132 INFO O| Aug 04 17:59:19.132 INFO STEP 571 (remove_files) COMPLETE
71512026-08-04T17:59:19.754Z[ recovery-image] Aug 04 17:59:19.132 INFO O| Aug 04 17:59:19.132 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-08-04T17:59:19.762Z[ recovery-image] Aug 04 17:59:19.140 INFO O| Aug 04 17:59:19.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
71532026-08-04T17:59:19.762Z[ recovery-image] Aug 04 17:59:19.140 INFO O| Aug 04 17:59:19.140 INFO STEP 572 (remove_files) COMPLETE
71542026-08-04T17:59:19.765Z[ recovery-image] Aug 04 17:59:19.140 INFO O| Aug 04 17:59:19.140 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-08-04T17:59:19.769Z[ recovery-image] Aug 04 17:59:19.147 INFO O| Aug 04 17:59:19.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
71562026-08-04T17:59:19.770Z[ recovery-image] Aug 04 17:59:19.147 INFO O| Aug 04 17:59:19.147 INFO STEP 573 (remove_files) COMPLETE
71572026-08-04T17:59:19.773Z[ recovery-image] Aug 04 17:59:19.147 INFO O| Aug 04 17:59:19.147 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-08-04T17:59:19.776Z[verify-libraries] Compiling sync-ptr v0.1.4
71592026-08-04T17:59:19.776Z[verify-libraries] Compiling md5 v0.8.0
71602026-08-04T17:59:19.779Z[ recovery-image] Aug 04 17:59:19.157 INFO O| Aug 04 17:59:19.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
71612026-08-04T17:59:19.779Z[ recovery-image] Aug 04 17:59:19.157 INFO O| Aug 04 17:59:19.157 INFO STEP 574 (remove_files) COMPLETE
71622026-08-04T17:59:19.782Z[ recovery-image] Aug 04 17:59:19.157 INFO O| Aug 04 17:59:19.157 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-08-04T17:59:19.788Z[ recovery-image] Aug 04 17:59:19.166 INFO O| Aug 04 17:59:19.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
71642026-08-04T17:59:19.788Z[ recovery-image] Aug 04 17:59:19.166 INFO O| Aug 04 17:59:19.166 INFO STEP 575 (remove_files) COMPLETE
71652026-08-04T17:59:19.791Z[ recovery-image] Aug 04 17:59:19.166 INFO O| Aug 04 17:59:19.166 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-08-04T17:59:19.797Z[ recovery-image] Aug 04 17:59:19.175 INFO O| Aug 04 17:59:19.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
71672026-08-04T17:59:19.797Z[ recovery-image] Aug 04 17:59:19.175 INFO O| Aug 04 17:59:19.175 INFO STEP 576 (remove_files) COMPLETE
71682026-08-04T17:59:19.800Z[ recovery-image] Aug 04 17:59:19.175 INFO O| Aug 04 17:59:19.175 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-08-04T17:59:19.811Z[ recovery-image] Aug 04 17:59:19.189 INFO O| Aug 04 17:59:19.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
71702026-08-04T17:59:19.811Z[ recovery-image] Aug 04 17:59:19.189 INFO O| Aug 04 17:59:19.189 INFO STEP 577 (remove_files) COMPLETE
71712026-08-04T17:59:19.811Z[ recovery-image] Aug 04 17:59:19.189 INFO O| Aug 04 17:59:19.189 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-08-04T17:59:19.822Z[ recovery-image] Aug 04 17:59:19.200 INFO O| Aug 04 17:59:19.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
71732026-08-04T17:59:19.822Z[ recovery-image] Aug 04 17:59:19.200 INFO O| Aug 04 17:59:19.200 INFO STEP 578 (remove_files) COMPLETE
71742026-08-04T17:59:19.822Z[ recovery-image] Aug 04 17:59:19.200 INFO O| Aug 04 17:59:19.200 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-08-04T17:59:19.831Z[ recovery-image] Aug 04 17:59:19.209 INFO O| Aug 04 17:59:19.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
71762026-08-04T17:59:19.831Z[ recovery-image] Aug 04 17:59:19.209 INFO O| Aug 04 17:59:19.209 INFO STEP 579 (remove_files) COMPLETE
71772026-08-04T17:59:19.834Z[ recovery-image] Aug 04 17:59:19.209 INFO O| Aug 04 17:59:19.209 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-08-04T17:59:19.839Z[ recovery-image] Aug 04 17:59:19.217 INFO O| Aug 04 17:59:19.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
71792026-08-04T17:59:19.839Z[ recovery-image] Aug 04 17:59:19.217 INFO O| Aug 04 17:59:19.217 INFO STEP 580 (remove_files) COMPLETE
71802026-08-04T17:59:19.839Z[ recovery-image] Aug 04 17:59:19.217 INFO O| Aug 04 17:59:19.217 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-08-04T17:59:19.847Z[ recovery-image] Aug 04 17:59:19.225 INFO O| Aug 04 17:59:19.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
71822026-08-04T17:59:19.847Z[ recovery-image] Aug 04 17:59:19.225 INFO O| Aug 04 17:59:19.225 INFO STEP 581 (remove_files) COMPLETE
71832026-08-04T17:59:19.847Z[ recovery-image] Aug 04 17:59:19.225 INFO O| Aug 04 17:59:19.225 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-08-04T17:59:19.855Z[ recovery-image] Aug 04 17:59:19.233 INFO O| Aug 04 17:59:19.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
71852026-08-04T17:59:19.855Z[ recovery-image] Aug 04 17:59:19.233 INFO O| Aug 04 17:59:19.233 INFO STEP 582 (remove_files) COMPLETE
71862026-08-04T17:59:19.855Z[ recovery-image] Aug 04 17:59:19.233 INFO O| Aug 04 17:59:19.233 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-08-04T17:59:19.867Z[ recovery-image] Aug 04 17:59:19.243 INFO O| Aug 04 17:59:19.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
71882026-08-04T17:59:19.868Z[ recovery-image] Aug 04 17:59:19.243 INFO O| Aug 04 17:59:19.243 INFO STEP 583 (remove_files) COMPLETE
71892026-08-04T17:59:19.872Z[ recovery-image] Aug 04 17:59:19.243 INFO O| Aug 04 17:59:19.243 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-08-04T17:59:19.875Z[ recovery-image] Aug 04 17:59:19.253 INFO O| Aug 04 17:59:19.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
71912026-08-04T17:59:19.875Z[ recovery-image] Aug 04 17:59:19.253 INFO O| Aug 04 17:59:19.253 INFO STEP 584 (remove_files) COMPLETE
71922026-08-04T17:59:19.875Z[ recovery-image] Aug 04 17:59:19.253 INFO O| Aug 04 17:59:19.253 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-08-04T17:59:19.884Z[ recovery-image] Aug 04 17:59:19.262 INFO O| Aug 04 17:59:19.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
71942026-08-04T17:59:19.884Z[ recovery-image] Aug 04 17:59:19.262 INFO O| Aug 04 17:59:19.262 INFO STEP 585 (remove_files) COMPLETE
71952026-08-04T17:59:19.884Z[ recovery-image] Aug 04 17:59:19.262 INFO O| Aug 04 17:59:19.262 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-08-04T17:59:19.896Z[ recovery-image] Aug 04 17:59:19.274 INFO O| Aug 04 17:59:19.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71972026-08-04T17:59:19.896Z[ recovery-image] Aug 04 17:59:19.274 INFO O| Aug 04 17:59:19.274 INFO STEP 586 (remove_files) COMPLETE
71982026-08-04T17:59:19.899Z[ recovery-image] Aug 04 17:59:19.274 INFO O| Aug 04 17:59:19.274 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-08-04T17:59:19.906Z[ recovery-image] Aug 04 17:59:19.284 INFO O| Aug 04 17:59:19.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
72002026-08-04T17:59:19.906Z[ recovery-image] Aug 04 17:59:19.284 INFO O| Aug 04 17:59:19.284 INFO STEP 587 (remove_files) COMPLETE
72012026-08-04T17:59:19.906Z[ recovery-image] Aug 04 17:59:19.284 INFO O| Aug 04 17:59:19.284 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-08-04T17:59:19.916Z[ recovery-image] Aug 04 17:59:19.294 INFO O| Aug 04 17:59:19.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
72032026-08-04T17:59:19.916Z[ recovery-image] Aug 04 17:59:19.294 INFO O| Aug 04 17:59:19.294 INFO STEP 588 (remove_files) COMPLETE
72042026-08-04T17:59:19.916Z[ recovery-image] Aug 04 17:59:19.294 INFO O| Aug 04 17:59:19.294 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-08-04T17:59:19.926Z[ recovery-image] Aug 04 17:59:19.304 INFO O| Aug 04 17:59:19.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
72062026-08-04T17:59:19.926Z[ recovery-image] Aug 04 17:59:19.304 INFO O| Aug 04 17:59:19.304 INFO STEP 589 (remove_files) COMPLETE
72072026-08-04T17:59:19.926Z[ recovery-image] Aug 04 17:59:19.304 INFO O| Aug 04 17:59:19.304 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-08-04T17:59:19.936Z[ recovery-image] Aug 04 17:59:19.314 INFO O| Aug 04 17:59:19.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
72092026-08-04T17:59:19.936Z[ recovery-image] Aug 04 17:59:19.314 INFO O| Aug 04 17:59:19.314 INFO STEP 590 (remove_files) COMPLETE
72102026-08-04T17:59:19.940Z[ recovery-image] Aug 04 17:59:19.314 INFO O| Aug 04 17:59:19.314 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-08-04T17:59:19.947Z[ recovery-image] Aug 04 17:59:19.324 INFO O| Aug 04 17:59:19.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
72122026-08-04T17:59:19.947Z[ recovery-image] Aug 04 17:59:19.325 INFO O| Aug 04 17:59:19.325 INFO STEP 591 (remove_files) COMPLETE
72132026-08-04T17:59:19.947Z[ recovery-image] Aug 04 17:59:19.325 INFO O| Aug 04 17:59:19.325 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-08-04T17:59:19.957Z[ recovery-image] Aug 04 17:59:19.335 INFO O| Aug 04 17:59:19.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
72152026-08-04T17:59:19.958Z[ recovery-image] Aug 04 17:59:19.335 INFO O| Aug 04 17:59:19.335 INFO STEP 592 (remove_files) COMPLETE
72162026-08-04T17:59:19.958Z[ recovery-image] Aug 04 17:59:19.335 INFO O| Aug 04 17:59:19.335 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-08-04T17:59:19.967Z[ recovery-image] Aug 04 17:59:19.345 INFO O| Aug 04 17:59:19.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
72182026-08-04T17:59:19.967Z[ recovery-image] Aug 04 17:59:19.345 INFO O| Aug 04 17:59:19.345 INFO STEP 593 (remove_files) COMPLETE
72192026-08-04T17:59:19.970Z[ recovery-image] Aug 04 17:59:19.345 INFO O| Aug 04 17:59:19.345 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-08-04T17:59:19.976Z[ recovery-image] Aug 04 17:59:19.354 INFO O| Aug 04 17:59:19.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
72212026-08-04T17:59:19.976Z[ recovery-image] Aug 04 17:59:19.354 INFO O| Aug 04 17:59:19.354 INFO STEP 594 (remove_files) COMPLETE
72222026-08-04T17:59:19.976Z[ recovery-image] Aug 04 17:59:19.354 INFO O| Aug 04 17:59:19.354 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-08-04T17:59:19.986Z[ recovery-image] Aug 04 17:59:19.363 INFO O| Aug 04 17:59:19.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
72242026-08-04T17:59:19.986Z[ recovery-image] Aug 04 17:59:19.364 INFO O| Aug 04 17:59:19.364 INFO STEP 595 (remove_files) COMPLETE
72252026-08-04T17:59:19.986Z[ recovery-image] Aug 04 17:59:19.364 INFO O| Aug 04 17:59:19.364 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-08-04T17:59:19.993Z[verify-libraries] Compiling seq-macro v0.3.6
72272026-08-04T17:59:19.997Z[ recovery-image] Aug 04 17:59:19.372 INFO O| Aug 04 17:59:19.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
72282026-08-04T17:59:19.997Z[ recovery-image] Aug 04 17:59:19.373 INFO O| Aug 04 17:59:19.373 INFO STEP 596 (remove_files) COMPLETE
72292026-08-04T17:59:19.997Z[ recovery-image] Aug 04 17:59:19.373 INFO O| Aug 04 17:59:19.373 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72302026-08-04T17:59:20.007Z[ recovery-image] Aug 04 17:59:19.383 INFO O| Aug 04 17:59:19.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
72312026-08-04T17:59:20.007Z[ recovery-image] Aug 04 17:59:19.383 INFO O| Aug 04 17:59:19.383 INFO STEP 597 (remove_files) COMPLETE
72322026-08-04T17:59:20.007Z[ recovery-image] Aug 04 17:59:19.383 INFO O| Aug 04 17:59:19.383 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-08-04T17:59:20.017Z[ recovery-image] Aug 04 17:59:19.392 INFO O| Aug 04 17:59:19.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
72342026-08-04T17:59:20.017Z[ recovery-image] Aug 04 17:59:19.392 INFO O| Aug 04 17:59:19.392 INFO STEP 598 (remove_files) COMPLETE
72352026-08-04T17:59:20.017Z[ recovery-image] Aug 04 17:59:19.392 INFO O| Aug 04 17:59:19.392 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-08-04T17:59:20.024Z[ recovery-image] Aug 04 17:59:19.400 INFO O| Aug 04 17:59:19.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
72372026-08-04T17:59:20.024Z[ recovery-image] Aug 04 17:59:19.400 INFO O| Aug 04 17:59:19.400 INFO STEP 599 (remove_files) COMPLETE
72382026-08-04T17:59:20.024Z[ recovery-image] Aug 04 17:59:19.400 INFO O| Aug 04 17:59:19.400 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-08-04T17:59:20.030Z[ recovery-image] Aug 04 17:59:19.408 INFO O| Aug 04 17:59:19.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
72402026-08-04T17:59:20.034Z[ recovery-image] Aug 04 17:59:19.410 INFO O| Aug 04 17:59:19.410 INFO STEP 600 (remove_files) COMPLETE
72412026-08-04T17:59:20.034Z[ recovery-image] Aug 04 17:59:19.410 INFO O| Aug 04 17:59:19.410 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-08-04T17:59:20.040Z[ recovery-image] Aug 04 17:59:19.418 INFO O| Aug 04 17:59:19.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
72432026-08-04T17:59:20.040Z[ recovery-image] Aug 04 17:59:19.418 INFO O| Aug 04 17:59:19.418 INFO STEP 601 (remove_files) COMPLETE
72442026-08-04T17:59:20.043Z[ recovery-image] Aug 04 17:59:19.418 INFO O| Aug 04 17:59:19.418 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-08-04T17:59:20.049Z[ recovery-image] Aug 04 17:59:19.427 INFO O| Aug 04 17:59:19.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
72462026-08-04T17:59:20.049Z[ recovery-image] Aug 04 17:59:19.427 INFO O| Aug 04 17:59:19.427 INFO STEP 602 (remove_files) COMPLETE
72472026-08-04T17:59:20.052Z[ recovery-image] Aug 04 17:59:19.427 INFO O| Aug 04 17:59:19.427 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-08-04T17:59:20.059Z[ recovery-image] Aug 04 17:59:19.437 INFO O| Aug 04 17:59:19.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
72492026-08-04T17:59:20.059Z[ recovery-image] Aug 04 17:59:19.437 INFO O| Aug 04 17:59:19.437 INFO STEP 603 (remove_files) COMPLETE
72502026-08-04T17:59:20.059Z[ recovery-image] Aug 04 17:59:19.437 INFO O| Aug 04 17:59:19.437 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-08-04T17:59:20.068Z[ recovery-image] Aug 04 17:59:19.446 INFO O| Aug 04 17:59:19.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
72522026-08-04T17:59:20.068Z[ recovery-image] Aug 04 17:59:19.446 INFO O| Aug 04 17:59:19.446 INFO STEP 604 (remove_files) COMPLETE
72532026-08-04T17:59:20.068Z[ recovery-image] Aug 04 17:59:19.446 INFO O| Aug 04 17:59:19.446 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-08-04T17:59:20.077Z[ recovery-image] Aug 04 17:59:19.455 INFO O| Aug 04 17:59:19.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
72552026-08-04T17:59:20.077Z[ recovery-image] Aug 04 17:59:19.455 INFO O| Aug 04 17:59:19.455 INFO STEP 605 (remove_files) COMPLETE
72562026-08-04T17:59:20.077Z[ recovery-image] Aug 04 17:59:19.455 INFO O| Aug 04 17:59:19.455 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-08-04T17:59:20.086Z[ recovery-image] Aug 04 17:59:19.464 INFO O| Aug 04 17:59:19.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
72582026-08-04T17:59:20.086Z[ recovery-image] Aug 04 17:59:19.464 INFO O| Aug 04 17:59:19.464 INFO STEP 606 (remove_files) COMPLETE
72592026-08-04T17:59:20.086Z[ recovery-image] Aug 04 17:59:19.464 INFO O| Aug 04 17:59:19.464 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-08-04T17:59:20.094Z[ recovery-image] Aug 04 17:59:19.472 INFO O| Aug 04 17:59:19.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
72612026-08-04T17:59:20.094Z[ recovery-image] Aug 04 17:59:19.472 INFO O| Aug 04 17:59:19.472 INFO STEP 607 (remove_files) COMPLETE
72622026-08-04T17:59:20.094Z[ recovery-image] Aug 04 17:59:19.472 INFO O| Aug 04 17:59:19.472 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-08-04T17:59:20.104Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
72642026-08-04T17:59:20.107Z[ recovery-image] Aug 04 17:59:19.482 INFO O| Aug 04 17:59:19.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
72652026-08-04T17:59:20.107Z[ recovery-image] Aug 04 17:59:19.482 INFO O| Aug 04 17:59:19.482 INFO STEP 608 (remove_files) COMPLETE
72662026-08-04T17:59:20.107Z[ recovery-image] Aug 04 17:59:19.482 INFO O| Aug 04 17:59:19.482 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-08-04T17:59:20.114Z[ recovery-image] Aug 04 17:59:19.492 INFO O| Aug 04 17:59:19.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
72682026-08-04T17:59:20.114Z[ recovery-image] Aug 04 17:59:19.492 INFO O| Aug 04 17:59:19.492 INFO STEP 609 (remove_files) COMPLETE
72692026-08-04T17:59:20.118Z[ recovery-image] Aug 04 17:59:19.492 INFO O| Aug 04 17:59:19.492 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-08-04T17:59:20.118Z[ host-image] Aug 04 17:59:19.496 INFO O| adding properties...
72712026-08-04T17:59:20.123Z[ recovery-image] Aug 04 17:59:19.501 INFO O| Aug 04 17:59:19.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
72722026-08-04T17:59:20.123Z[ recovery-image] Aug 04 17:59:19.501 INFO O| Aug 04 17:59:19.501 INFO STEP 610 (remove_files) COMPLETE
72732026-08-04T17:59:20.123Z[ recovery-image] Aug 04 17:59:19.501 INFO O| Aug 04 17:59:19.501 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-08-04T17:59:20.126Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
72752026-08-04T17:59:20.132Z[ recovery-image] Aug 04 17:59:19.510 INFO O| Aug 04 17:59:19.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
72762026-08-04T17:59:20.132Z[ recovery-image] Aug 04 17:59:19.510 INFO O| Aug 04 17:59:19.510 INFO STEP 611 (remove_files) COMPLETE
72772026-08-04T17:59:20.132Z[ recovery-image] Aug 04 17:59:19.510 INFO O| Aug 04 17:59:19.510 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-08-04T17:59:20.140Z[ recovery-image] Aug 04 17:59:19.518 INFO O| Aug 04 17:59:19.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
72792026-08-04T17:59:20.140Z[ recovery-image] Aug 04 17:59:19.518 INFO O| Aug 04 17:59:19.518 INFO STEP 612 (remove_files) COMPLETE
72802026-08-04T17:59:20.143Z[ recovery-image] Aug 04 17:59:19.518 INFO O| Aug 04 17:59:19.518 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-08-04T17:59:20.156Z[ recovery-image] Aug 04 17:59:19.534 INFO O| Aug 04 17:59:19.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
72822026-08-04T17:59:20.156Z[ recovery-image] Aug 04 17:59:19.534 INFO O| Aug 04 17:59:19.534 INFO STEP 613 (remove_files) COMPLETE
72832026-08-04T17:59:20.156Z[ recovery-image] Aug 04 17:59:19.534 INFO O| Aug 04 17:59:19.534 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-08-04T17:59:20.165Z[ recovery-image] Aug 04 17:59:19.543 INFO O| Aug 04 17:59:19.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
72852026-08-04T17:59:20.165Z[ recovery-image] Aug 04 17:59:19.543 INFO O| Aug 04 17:59:19.543 INFO STEP 614 (remove_files) COMPLETE
72862026-08-04T17:59:20.165Z[ recovery-image] Aug 04 17:59:19.543 INFO O| Aug 04 17:59:19.543 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-08-04T17:59:20.173Z[ recovery-image] Aug 04 17:59:19.551 INFO O| Aug 04 17:59:19.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
72882026-08-04T17:59:20.173Z[ recovery-image] Aug 04 17:59:19.551 INFO O| Aug 04 17:59:19.551 INFO STEP 615 (remove_files) COMPLETE
72892026-08-04T17:59:20.173Z[ recovery-image] Aug 04 17:59:19.551 INFO O| Aug 04 17:59:19.551 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-08-04T17:59:20.181Z[ recovery-image] Aug 04 17:59:19.559 INFO O| Aug 04 17:59:19.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
72912026-08-04T17:59:20.194Z[ recovery-image] Aug 04 17:59:19.560 INFO O| Aug 04 17:59:19.560 INFO STEP 616 (remove_files) COMPLETE
72922026-08-04T17:59:20.194Z[ recovery-image] Aug 04 17:59:19.560 INFO O| Aug 04 17:59:19.560 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-08-04T17:59:20.194Z[ recovery-image] Aug 04 17:59:19.568 INFO O| Aug 04 17:59:19.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
72942026-08-04T17:59:20.195Z[ recovery-image] Aug 04 17:59:19.568 INFO O| Aug 04 17:59:19.568 INFO STEP 617 (remove_files) COMPLETE
72952026-08-04T17:59:20.195Z[ recovery-image] Aug 04 17:59:19.568 INFO O| Aug 04 17:59:19.568 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-08-04T17:59:20.199Z[ recovery-image] Aug 04 17:59:19.577 INFO O| Aug 04 17:59:19.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
72972026-08-04T17:59:20.199Z[ recovery-image] Aug 04 17:59:19.577 INFO O| Aug 04 17:59:19.577 INFO STEP 618 (remove_files) COMPLETE
72982026-08-04T17:59:20.199Z[ recovery-image] Aug 04 17:59:19.577 INFO O| Aug 04 17:59:19.577 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-08-04T17:59:20.209Z[ recovery-image] Aug 04 17:59:19.587 INFO O| Aug 04 17:59:19.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
73002026-08-04T17:59:20.209Z[ recovery-image] Aug 04 17:59:19.587 INFO O| Aug 04 17:59:19.587 INFO STEP 619 (remove_files) COMPLETE
73012026-08-04T17:59:20.212Z[ recovery-image] Aug 04 17:59:19.587 INFO O| Aug 04 17:59:19.587 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-08-04T17:59:20.225Z[ recovery-image] Aug 04 17:59:19.602 INFO O| Aug 04 17:59:19.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
73032026-08-04T17:59:20.225Z[ recovery-image] Aug 04 17:59:19.602 INFO O| Aug 04 17:59:19.602 INFO STEP 620 (remove_files) COMPLETE
73042026-08-04T17:59:20.225Z[ recovery-image] Aug 04 17:59:19.602 INFO O| Aug 04 17:59:19.602 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-08-04T17:59:20.257Z[ recovery-image] Aug 04 17:59:19.635 INFO O| Aug 04 17:59:19.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
73062026-08-04T17:59:20.257Z[ recovery-image] Aug 04 17:59:19.635 INFO O| Aug 04 17:59:19.635 INFO STEP 621 (remove_files) COMPLETE
73072026-08-04T17:59:20.258Z[ recovery-image] Aug 04 17:59:19.635 INFO O| Aug 04 17:59:19.635 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-08-04T17:59:20.267Z[ recovery-image] Aug 04 17:59:19.645 INFO O| Aug 04 17:59:19.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
73092026-08-04T17:59:20.267Z[ recovery-image] Aug 04 17:59:19.645 INFO O| Aug 04 17:59:19.645 INFO STEP 622 (remove_files) COMPLETE
73102026-08-04T17:59:20.267Z[ recovery-image] Aug 04 17:59:19.645 INFO O| Aug 04 17:59:19.645 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-08-04T17:59:20.271Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
73122026-08-04T17:59:20.276Z[ recovery-image] Aug 04 17:59:19.654 INFO O| Aug 04 17:59:19.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
73132026-08-04T17:59:20.276Z[ recovery-image] Aug 04 17:59:19.654 INFO O| Aug 04 17:59:19.654 INFO STEP 623 (remove_files) COMPLETE
73142026-08-04T17:59:20.280Z[ recovery-image] Aug 04 17:59:19.654 INFO O| Aug 04 17:59:19.654 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-08-04T17:59:20.286Z[ recovery-image] Aug 04 17:59:19.664 INFO O| Aug 04 17:59:19.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
73162026-08-04T17:59:20.286Z[ recovery-image] Aug 04 17:59:19.664 INFO O| Aug 04 17:59:19.664 INFO STEP 624 (remove_files) COMPLETE
73172026-08-04T17:59:20.286Z[ recovery-image] Aug 04 17:59:19.664 INFO O| Aug 04 17:59:19.664 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-08-04T17:59:20.298Z[ recovery-image] Aug 04 17:59:19.675 INFO O| Aug 04 17:59:19.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
73192026-08-04T17:59:20.298Z[ recovery-image] Aug 04 17:59:19.675 INFO O| Aug 04 17:59:19.675 INFO STEP 625 (remove_files) COMPLETE
73202026-08-04T17:59:20.302Z[ recovery-image] Aug 04 17:59:19.675 INFO O| Aug 04 17:59:19.675 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-08-04T17:59:20.309Z[ recovery-image] Aug 04 17:59:19.687 INFO O| Aug 04 17:59:19.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
73222026-08-04T17:59:20.309Z[ recovery-image] Aug 04 17:59:19.687 INFO O| Aug 04 17:59:19.687 INFO STEP 626 (remove_files) COMPLETE
73232026-08-04T17:59:20.312Z[ recovery-image] Aug 04 17:59:19.687 INFO O| Aug 04 17:59:19.687 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-08-04T17:59:20.321Z[ recovery-image] Aug 04 17:59:19.698 INFO O| Aug 04 17:59:19.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
73252026-08-04T17:59:20.321Z[ recovery-image] Aug 04 17:59:19.698 INFO O| Aug 04 17:59:19.698 INFO STEP 627 (remove_files) COMPLETE
73262026-08-04T17:59:20.324Z[ recovery-image] Aug 04 17:59:19.698 INFO O| Aug 04 17:59:19.698 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-08-04T17:59:20.333Z[ recovery-image] Aug 04 17:59:19.711 INFO O| Aug 04 17:59:19.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
73282026-08-04T17:59:20.333Z[ recovery-image] Aug 04 17:59:19.712 INFO O| Aug 04 17:59:19.711 INFO STEP 628 (remove_files) COMPLETE
73292026-08-04T17:59:20.334Z[ recovery-image] Aug 04 17:59:19.712 INFO O| Aug 04 17:59:19.712 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-08-04T17:59:20.345Z[ recovery-image] Aug 04 17:59:19.723 INFO O| Aug 04 17:59:19.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
73312026-08-04T17:59:20.345Z[ recovery-image] Aug 04 17:59:19.723 INFO O| Aug 04 17:59:19.723 INFO STEP 629 (remove_files) COMPLETE
73322026-08-04T17:59:20.345Z[ recovery-image] Aug 04 17:59:19.723 INFO O| Aug 04 17:59:19.723 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-08-04T17:59:20.357Z[ recovery-image] Aug 04 17:59:19.735 INFO O| Aug 04 17:59:19.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
73342026-08-04T17:59:20.357Z[ recovery-image] Aug 04 17:59:19.735 INFO O| Aug 04 17:59:19.735 INFO STEP 630 (remove_files) COMPLETE
73352026-08-04T17:59:20.357Z[ recovery-image] Aug 04 17:59:19.735 INFO O| Aug 04 17:59:19.735 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-08-04T17:59:20.368Z[ recovery-image] Aug 04 17:59:19.746 INFO O| Aug 04 17:59:19.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
73372026-08-04T17:59:20.368Z[ recovery-image] Aug 04 17:59:19.746 INFO O| Aug 04 17:59:19.746 INFO STEP 631 (remove_files) COMPLETE
73382026-08-04T17:59:20.374Z[ recovery-image] Aug 04 17:59:19.746 INFO O| Aug 04 17:59:19.746 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-08-04T17:59:20.379Z[ recovery-image] Aug 04 17:59:19.757 INFO O| Aug 04 17:59:19.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
73402026-08-04T17:59:20.379Z[ recovery-image] Aug 04 17:59:19.757 INFO O| Aug 04 17:59:19.757 INFO STEP 632 (remove_files) COMPLETE
73412026-08-04T17:59:20.382Z[ recovery-image] Aug 04 17:59:19.757 INFO O| Aug 04 17:59:19.757 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-08-04T17:59:20.390Z[ recovery-image] Aug 04 17:59:19.768 INFO O| Aug 04 17:59:19.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
73432026-08-04T17:59:20.390Z[ recovery-image] Aug 04 17:59:19.768 INFO O| Aug 04 17:59:19.768 INFO STEP 633 (remove_files) COMPLETE
73442026-08-04T17:59:20.390Z[ recovery-image] Aug 04 17:59:19.768 INFO O| Aug 04 17:59:19.768 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-08-04T17:59:20.402Z[ recovery-image] Aug 04 17:59:19.780 INFO O| Aug 04 17:59:19.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
73462026-08-04T17:59:20.402Z[ recovery-image] Aug 04 17:59:19.780 INFO O| Aug 04 17:59:19.780 INFO STEP 634 (remove_files) COMPLETE
73472026-08-04T17:59:20.402Z[ recovery-image] Aug 04 17:59:19.780 INFO O| Aug 04 17:59:19.780 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-08-04T17:59:20.412Z[ recovery-image] Aug 04 17:59:19.790 INFO O| Aug 04 17:59:19.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
73492026-08-04T17:59:20.413Z[ recovery-image] Aug 04 17:59:19.790 INFO O| Aug 04 17:59:19.790 INFO STEP 635 (remove_files) COMPLETE
73502026-08-04T17:59:20.413Z[ recovery-image] Aug 04 17:59:19.790 INFO O| Aug 04 17:59:19.790 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-08-04T17:59:20.422Z[ recovery-image] Aug 04 17:59:19.800 INFO O| Aug 04 17:59:19.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
73522026-08-04T17:59:20.422Z[ recovery-image] Aug 04 17:59:19.800 INFO O| Aug 04 17:59:19.800 INFO STEP 636 (remove_files) COMPLETE
73532026-08-04T17:59:20.422Z[ recovery-image] Aug 04 17:59:19.800 INFO O| Aug 04 17:59:19.800 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-08-04T17:59:20.431Z[ recovery-image] Aug 04 17:59:19.809 INFO O| Aug 04 17:59:19.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
73552026-08-04T17:59:20.431Z[ recovery-image] Aug 04 17:59:19.809 INFO O| Aug 04 17:59:19.809 INFO STEP 637 (remove_files) COMPLETE
73562026-08-04T17:59:20.434Z[ recovery-image] Aug 04 17:59:19.809 INFO O| Aug 04 17:59:19.809 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-08-04T17:59:20.441Z[ recovery-image] Aug 04 17:59:19.819 INFO O| Aug 04 17:59:19.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
73582026-08-04T17:59:20.441Z[ recovery-image] Aug 04 17:59:19.819 INFO O| Aug 04 17:59:19.819 INFO STEP 638 (remove_files) COMPLETE
73592026-08-04T17:59:20.441Z[ recovery-image] Aug 04 17:59:19.819 INFO O| Aug 04 17:59:19.819 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-08-04T17:59:20.451Z[ recovery-image] Aug 04 17:59:19.829 INFO O| Aug 04 17:59:19.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
73612026-08-04T17:59:20.451Z[ recovery-image] Aug 04 17:59:19.829 INFO O| Aug 04 17:59:19.829 INFO STEP 639 (remove_files) COMPLETE
73622026-08-04T17:59:20.454Z[ recovery-image] Aug 04 17:59:19.829 INFO O| Aug 04 17:59:19.829 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-08-04T17:59:20.464Z[ recovery-image] Aug 04 17:59:19.838 INFO O| Aug 04 17:59:19.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
73642026-08-04T17:59:20.467Z[ recovery-image] Aug 04 17:59:19.838 INFO O| Aug 04 17:59:19.838 INFO STEP 640 (remove_files) COMPLETE
73652026-08-04T17:59:20.467Z[ recovery-image] Aug 04 17:59:19.838 INFO O| Aug 04 17:59:19.838 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-08-04T17:59:20.470Z[ recovery-image] Aug 04 17:59:19.847 INFO O| Aug 04 17:59:19.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
73672026-08-04T17:59:20.470Z[ recovery-image] Aug 04 17:59:19.847 INFO O| Aug 04 17:59:19.847 INFO STEP 641 (remove_files) COMPLETE
73682026-08-04T17:59:20.470Z[ recovery-image] Aug 04 17:59:19.847 INFO O| Aug 04 17:59:19.847 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-08-04T17:59:20.477Z[ recovery-image] Aug 04 17:59:19.855 INFO O| Aug 04 17:59:19.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
73702026-08-04T17:59:20.477Z[ recovery-image] Aug 04 17:59:19.856 INFO O| Aug 04 17:59:19.856 INFO STEP 642 (remove_files) COMPLETE
73712026-08-04T17:59:20.481Z[ recovery-image] Aug 04 17:59:19.856 INFO O| Aug 04 17:59:19.856 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-08-04T17:59:20.486Z[ recovery-image] Aug 04 17:59:19.864 INFO O| Aug 04 17:59:19.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
73732026-08-04T17:59:20.486Z[ recovery-image] Aug 04 17:59:19.864 INFO O| Aug 04 17:59:19.864 INFO STEP 643 (remove_files) COMPLETE
73742026-08-04T17:59:20.486Z[ recovery-image] Aug 04 17:59:19.864 INFO O| Aug 04 17:59:19.864 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-08-04T17:59:20.504Z[ recovery-image] Aug 04 17:59:19.878 INFO O| Aug 04 17:59:19.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
73762026-08-04T17:59:20.504Z[ recovery-image] Aug 04 17:59:19.879 INFO O| Aug 04 17:59:19.879 INFO STEP 644 (remove_files) COMPLETE
73772026-08-04T17:59:20.504Z[ recovery-image] Aug 04 17:59:19.879 INFO O| Aug 04 17:59:19.879 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-08-04T17:59:20.508Z[verify-libraries] Compiling russh v0.62.4
73792026-08-04T17:59:20.511Z[ recovery-image] Aug 04 17:59:19.888 INFO O| Aug 04 17:59:19.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
73802026-08-04T17:59:20.514Z[ recovery-image] Aug 04 17:59:19.890 INFO O| Aug 04 17:59:19.890 INFO STEP 645 (remove_files) COMPLETE
73812026-08-04T17:59:20.514Z[ recovery-image] Aug 04 17:59:19.891 INFO O| Aug 04 17:59:19.890 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-04T17:59:20.521Z[ recovery-image] Aug 04 17:59:19.899 INFO O| Aug 04 17:59:19.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
73832026-08-04T17:59:20.524Z[ recovery-image] Aug 04 17:59:19.900 INFO O| Aug 04 17:59:19.900 INFO STEP 646 (remove_files) COMPLETE
73842026-08-04T17:59:20.525Z[ recovery-image] Aug 04 17:59:19.900 INFO O| Aug 04 17:59:19.900 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-08-04T17:59:20.532Z[ recovery-image] Aug 04 17:59:19.909 INFO O| Aug 04 17:59:19.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
73862026-08-04T17:59:20.532Z[ recovery-image] Aug 04 17:59:19.910 INFO O| Aug 04 17:59:19.910 INFO STEP 647 (remove_files) COMPLETE
73872026-08-04T17:59:20.535Z[ recovery-image] Aug 04 17:59:19.910 INFO O| Aug 04 17:59:19.910 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-04T17:59:20.541Z[ recovery-image] Aug 04 17:59:19.919 INFO O| Aug 04 17:59:19.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
73892026-08-04T17:59:20.541Z[ recovery-image] Aug 04 17:59:19.919 INFO O| Aug 04 17:59:19.919 INFO STEP 648 (remove_files) COMPLETE
73902026-08-04T17:59:20.545Z[ recovery-image] Aug 04 17:59:19.919 INFO O| Aug 04 17:59:19.919 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-04T17:59:20.569Z[ recovery-image] Aug 04 17:59:19.947 INFO O| Aug 04 17:59:19.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
73922026-08-04T17:59:20.569Z[ recovery-image] Aug 04 17:59:19.947 INFO O| Aug 04 17:59:19.947 INFO STEP 649 (remove_files) COMPLETE
73932026-08-04T17:59:20.573Z[ recovery-image] Aug 04 17:59:19.947 INFO O| Aug 04 17:59:19.947 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-08-04T17:59:20.579Z[ recovery-image] Aug 04 17:59:19.957 INFO O| Aug 04 17:59:19.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
73952026-08-04T17:59:20.579Z[ recovery-image] Aug 04 17:59:19.957 INFO O| Aug 04 17:59:19.957 INFO STEP 650 (remove_files) COMPLETE
73962026-08-04T17:59:20.579Z[ recovery-image] Aug 04 17:59:19.957 INFO O| Aug 04 17:59:19.957 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-08-04T17:59:20.588Z[ recovery-image] Aug 04 17:59:19.966 INFO O| Aug 04 17:59:19.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
73982026-08-04T17:59:20.589Z[ recovery-image] Aug 04 17:59:19.966 INFO O| Aug 04 17:59:19.966 INFO STEP 651 (remove_files) COMPLETE
73992026-08-04T17:59:20.589Z[ recovery-image] Aug 04 17:59:19.966 INFO O| Aug 04 17:59:19.966 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-08-04T17:59:20.597Z[ recovery-image] Aug 04 17:59:19.975 INFO O| Aug 04 17:59:19.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
74012026-08-04T17:59:20.597Z[ recovery-image] Aug 04 17:59:19.975 INFO O| Aug 04 17:59:19.975 INFO STEP 652 (remove_files) COMPLETE
74022026-08-04T17:59:20.597Z[ recovery-image] Aug 04 17:59:19.975 INFO O| Aug 04 17:59:19.975 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-08-04T17:59:20.607Z[ recovery-image] Aug 04 17:59:19.985 INFO O| Aug 04 17:59:19.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
74042026-08-04T17:59:20.607Z[ recovery-image] Aug 04 17:59:19.985 INFO O| Aug 04 17:59:19.985 INFO STEP 653 (remove_files) COMPLETE
74052026-08-04T17:59:20.608Z[ recovery-image] Aug 04 17:59:19.985 INFO O| Aug 04 17:59:19.985 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-08-04T17:59:20.617Z[ recovery-image] Aug 04 17:59:19.995 INFO O| Aug 04 17:59:19.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
74072026-08-04T17:59:20.617Z[ recovery-image] Aug 04 17:59:19.995 INFO O| Aug 04 17:59:19.995 INFO STEP 654 (remove_files) COMPLETE
74082026-08-04T17:59:20.618Z[ recovery-image] Aug 04 17:59:19.995 INFO O| Aug 04 17:59:19.995 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-08-04T17:59:20.628Z[ recovery-image] Aug 04 17:59:20.006 INFO O| Aug 04 17:59:20.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
74102026-08-04T17:59:20.628Z[ recovery-image] Aug 04 17:59:20.006 INFO O| Aug 04 17:59:20.006 INFO STEP 655 (remove_files) COMPLETE
74112026-08-04T17:59:20.628Z[ recovery-image] Aug 04 17:59:20.006 INFO O| Aug 04 17:59:20.006 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-08-04T17:59:20.639Z[ recovery-image] Aug 04 17:59:20.017 INFO O| Aug 04 17:59:20.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
74132026-08-04T17:59:20.639Z[ recovery-image] Aug 04 17:59:20.017 INFO O| Aug 04 17:59:20.017 INFO STEP 656 (remove_files) COMPLETE
74142026-08-04T17:59:20.639Z[ recovery-image] Aug 04 17:59:20.017 INFO O| Aug 04 17:59:20.017 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-08-04T17:59:20.648Z[ recovery-image] Aug 04 17:59:20.026 INFO O| Aug 04 17:59:20.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
74162026-08-04T17:59:20.648Z[ recovery-image] Aug 04 17:59:20.026 INFO O| Aug 04 17:59:20.026 INFO STEP 657 (remove_files) COMPLETE
74172026-08-04T17:59:20.648Z[ recovery-image] Aug 04 17:59:20.026 INFO O| Aug 04 17:59:20.026 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-08-04T17:59:20.659Z[ recovery-image] Aug 04 17:59:20.037 INFO O| Aug 04 17:59:20.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
74192026-08-04T17:59:20.659Z[ recovery-image] Aug 04 17:59:20.037 INFO O| Aug 04 17:59:20.037 INFO STEP 658 (remove_files) COMPLETE
74202026-08-04T17:59:20.663Z[ recovery-image] Aug 04 17:59:20.037 INFO O| Aug 04 17:59:20.037 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-08-04T17:59:20.669Z[ recovery-image] Aug 04 17:59:20.047 INFO O| Aug 04 17:59:20.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
74222026-08-04T17:59:20.669Z[ recovery-image] Aug 04 17:59:20.047 INFO O| Aug 04 17:59:20.047 INFO STEP 659 (remove_files) COMPLETE
74232026-08-04T17:59:20.669Z[ recovery-image] Aug 04 17:59:20.047 INFO O| Aug 04 17:59:20.047 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-08-04T17:59:20.680Z[ recovery-image] Aug 04 17:59:20.058 INFO O| Aug 04 17:59:20.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
74252026-08-04T17:59:20.680Z[ recovery-image] Aug 04 17:59:20.058 INFO O| Aug 04 17:59:20.058 INFO STEP 660 (remove_files) COMPLETE
74262026-08-04T17:59:20.680Z[ recovery-image] Aug 04 17:59:20.058 INFO O| Aug 04 17:59:20.058 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-08-04T17:59:20.691Z[ recovery-image] Aug 04 17:59:20.069 INFO O| Aug 04 17:59:20.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
74282026-08-04T17:59:20.691Z[ recovery-image] Aug 04 17:59:20.069 INFO O| Aug 04 17:59:20.069 INFO STEP 661 (remove_files) COMPLETE
74292026-08-04T17:59:20.694Z[ recovery-image] Aug 04 17:59:20.069 INFO O| Aug 04 17:59:20.069 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-08-04T17:59:20.701Z[ recovery-image] Aug 04 17:59:20.079 INFO O| Aug 04 17:59:20.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
74312026-08-04T17:59:20.701Z[ recovery-image] Aug 04 17:59:20.079 INFO O| Aug 04 17:59:20.079 INFO STEP 662 (remove_files) COMPLETE
74322026-08-04T17:59:20.701Z[ recovery-image] Aug 04 17:59:20.079 INFO O| Aug 04 17:59:20.079 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-08-04T17:59:20.711Z[ recovery-image] Aug 04 17:59:20.089 INFO O| Aug 04 17:59:20.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
74342026-08-04T17:59:20.717Z[ recovery-image] Aug 04 17:59:20.089 INFO O| Aug 04 17:59:20.089 INFO STEP 663 (remove_files) COMPLETE
74352026-08-04T17:59:20.717Z[ recovery-image] Aug 04 17:59:20.089 INFO O| Aug 04 17:59:20.089 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-08-04T17:59:20.720Z[ recovery-image] Aug 04 17:59:20.098 INFO O| Aug 04 17:59:20.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
74372026-08-04T17:59:20.720Z[ recovery-image] Aug 04 17:59:20.098 INFO O| Aug 04 17:59:20.098 INFO STEP 664 (remove_files) COMPLETE
74382026-08-04T17:59:20.720Z[ recovery-image] Aug 04 17:59:20.098 INFO O| Aug 04 17:59:20.098 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-08-04T17:59:20.729Z[ recovery-image] Aug 04 17:59:20.107 INFO O| Aug 04 17:59:20.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
74402026-08-04T17:59:20.730Z[ recovery-image] Aug 04 17:59:20.107 INFO O| Aug 04 17:59:20.107 INFO STEP 665 (remove_files) COMPLETE
74412026-08-04T17:59:20.730Z[ recovery-image] Aug 04 17:59:20.107 INFO O| Aug 04 17:59:20.107 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-08-04T17:59:20.739Z[ recovery-image] Aug 04 17:59:20.117 INFO O| Aug 04 17:59:20.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
74432026-08-04T17:59:20.739Z[ recovery-image] Aug 04 17:59:20.117 INFO O| Aug 04 17:59:20.117 INFO STEP 666 (remove_files) COMPLETE
74442026-08-04T17:59:20.739Z[ recovery-image] Aug 04 17:59:20.117 INFO O| Aug 04 17:59:20.117 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-08-04T17:59:20.750Z[ recovery-image] Aug 04 17:59:20.127 INFO O| Aug 04 17:59:20.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
74462026-08-04T17:59:20.751Z[ recovery-image] Aug 04 17:59:20.127 INFO O| Aug 04 17:59:20.127 INFO STEP 667 (remove_files) COMPLETE
74472026-08-04T17:59:20.754Z[ recovery-image] Aug 04 17:59:20.127 INFO O| Aug 04 17:59:20.127 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-08-04T17:59:20.758Z[ recovery-image] Aug 04 17:59:20.136 INFO O| Aug 04 17:59:20.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
74492026-08-04T17:59:20.759Z[ recovery-image] Aug 04 17:59:20.136 INFO O| Aug 04 17:59:20.136 INFO STEP 668 (remove_files) COMPLETE
74502026-08-04T17:59:20.770Z[ recovery-image] Aug 04 17:59:20.136 INFO O| Aug 04 17:59:20.136 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-08-04T17:59:20.773Z[ recovery-image] Aug 04 17:59:20.144 INFO O| Aug 04 17:59:20.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
74522026-08-04T17:59:20.774Z[ recovery-image] Aug 04 17:59:20.144 INFO O| Aug 04 17:59:20.144 INFO STEP 669 (remove_files) COMPLETE
74532026-08-04T17:59:20.774Z[ recovery-image] Aug 04 17:59:20.144 INFO O| Aug 04 17:59:20.144 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-08-04T17:59:20.777Z[ recovery-image] Aug 04 17:59:20.152 INFO O| Aug 04 17:59:20.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
74552026-08-04T17:59:20.777Z[ recovery-image] Aug 04 17:59:20.152 INFO O| Aug 04 17:59:20.152 INFO STEP 670 (remove_files) COMPLETE
74562026-08-04T17:59:20.777Z[ recovery-image] Aug 04 17:59:20.152 INFO O| Aug 04 17:59:20.152 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-08-04T17:59:20.785Z[ recovery-image] Aug 04 17:59:20.160 INFO O| Aug 04 17:59:20.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
74582026-08-04T17:59:20.786Z[ recovery-image] Aug 04 17:59:20.160 INFO O| Aug 04 17:59:20.160 INFO STEP 671 (remove_files) COMPLETE
74592026-08-04T17:59:20.786Z[ recovery-image] Aug 04 17:59:20.160 INFO O| Aug 04 17:59:20.160 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-08-04T17:59:20.796Z[ recovery-image] Aug 04 17:59:20.168 INFO O| Aug 04 17:59:20.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
74612026-08-04T17:59:20.796Z[ recovery-image] Aug 04 17:59:20.168 INFO O| Aug 04 17:59:20.168 INFO STEP 672 (remove_files) COMPLETE
74622026-08-04T17:59:20.796Z[ recovery-image] Aug 04 17:59:20.168 INFO O| Aug 04 17:59:20.168 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-08-04T17:59:20.799Z[ recovery-image] Aug 04 17:59:20.177 INFO O| Aug 04 17:59:20.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
74642026-08-04T17:59:20.800Z[ recovery-image] Aug 04 17:59:20.177 INFO O| Aug 04 17:59:20.177 INFO STEP 673 (remove_files) COMPLETE
74652026-08-04T17:59:20.800Z[ recovery-image] Aug 04 17:59:20.177 INFO O| Aug 04 17:59:20.177 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-08-04T17:59:20.809Z[ recovery-image] Aug 04 17:59:20.186 INFO O| Aug 04 17:59:20.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
74672026-08-04T17:59:20.809Z[ recovery-image] Aug 04 17:59:20.186 INFO O| Aug 04 17:59:20.186 INFO STEP 674 (remove_files) COMPLETE
74682026-08-04T17:59:20.812Z[ recovery-image] Aug 04 17:59:20.187 INFO O| Aug 04 17:59:20.186 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-08-04T17:59:20.817Z[ recovery-image] Aug 04 17:59:20.195 INFO O| Aug 04 17:59:20.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
74702026-08-04T17:59:20.817Z[ recovery-image] Aug 04 17:59:20.195 INFO O| Aug 04 17:59:20.195 INFO STEP 675 (remove_files) COMPLETE
74712026-08-04T17:59:20.817Z[ recovery-image] Aug 04 17:59:20.195 INFO O| Aug 04 17:59:20.195 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-08-04T17:59:20.825Z[ recovery-image] Aug 04 17:59:20.203 INFO O| Aug 04 17:59:20.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
74732026-08-04T17:59:20.825Z[ recovery-image] Aug 04 17:59:20.203 INFO O| Aug 04 17:59:20.203 INFO STEP 676 (remove_files) COMPLETE
74742026-08-04T17:59:20.825Z[ recovery-image] Aug 04 17:59:20.203 INFO O| Aug 04 17:59:20.203 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-08-04T17:59:20.833Z[ recovery-image] Aug 04 17:59:20.211 INFO O| Aug 04 17:59:20.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
74762026-08-04T17:59:20.833Z[ recovery-image] Aug 04 17:59:20.211 INFO O| Aug 04 17:59:20.211 INFO STEP 677 (remove_files) COMPLETE
74772026-08-04T17:59:20.837Z[ recovery-image] Aug 04 17:59:20.211 INFO O| Aug 04 17:59:20.211 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-08-04T17:59:20.841Z[ recovery-image] Aug 04 17:59:20.219 INFO O| Aug 04 17:59:20.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
74792026-08-04T17:59:20.842Z[ recovery-image] Aug 04 17:59:20.219 INFO O| Aug 04 17:59:20.219 INFO STEP 678 (remove_files) COMPLETE
74802026-08-04T17:59:20.842Z[ recovery-image] Aug 04 17:59:20.219 INFO O| Aug 04 17:59:20.219 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-08-04T17:59:20.846Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
74822026-08-04T17:59:20.850Z[ recovery-image] Aug 04 17:59:20.228 INFO O| Aug 04 17:59:20.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
74832026-08-04T17:59:20.853Z[ recovery-image] Aug 04 17:59:20.228 INFO O| Aug 04 17:59:20.228 INFO STEP 679 (remove_files) COMPLETE
74842026-08-04T17:59:20.853Z[ recovery-image] Aug 04 17:59:20.228 INFO O| Aug 04 17:59:20.228 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-08-04T17:59:20.858Z[ recovery-image] Aug 04 17:59:20.236 INFO O| Aug 04 17:59:20.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
74862026-08-04T17:59:20.858Z[ recovery-image] Aug 04 17:59:20.236 INFO O| Aug 04 17:59:20.236 INFO STEP 680 (remove_files) COMPLETE
74872026-08-04T17:59:20.858Z[ recovery-image] Aug 04 17:59:20.236 INFO O| Aug 04 17:59:20.236 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-08-04T17:59:20.869Z[ recovery-image] Aug 04 17:59:20.247 INFO O| Aug 04 17:59:20.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
74892026-08-04T17:59:20.869Z[ recovery-image] Aug 04 17:59:20.247 INFO O| Aug 04 17:59:20.247 INFO STEP 681 (remove_files) COMPLETE
74902026-08-04T17:59:20.869Z[ recovery-image] Aug 04 17:59:20.247 INFO O| Aug 04 17:59:20.247 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-08-04T17:59:20.878Z[ recovery-image] Aug 04 17:59:20.256 INFO O| Aug 04 17:59:20.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
74922026-08-04T17:59:20.878Z[ recovery-image] Aug 04 17:59:20.256 INFO O| Aug 04 17:59:20.256 INFO STEP 682 (remove_files) COMPLETE
74932026-08-04T17:59:20.878Z[ recovery-image] Aug 04 17:59:20.256 INFO O| Aug 04 17:59:20.256 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-08-04T17:59:20.887Z[ recovery-image] Aug 04 17:59:20.265 INFO O| Aug 04 17:59:20.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
74952026-08-04T17:59:20.887Z[ recovery-image] Aug 04 17:59:20.265 INFO O| Aug 04 17:59:20.265 INFO STEP 683 (remove_files) COMPLETE
74962026-08-04T17:59:20.887Z[ recovery-image] Aug 04 17:59:20.265 INFO O| Aug 04 17:59:20.265 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-08-04T17:59:20.895Z[ recovery-image] Aug 04 17:59:20.273 INFO O| Aug 04 17:59:20.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
74982026-08-04T17:59:20.895Z[ recovery-image] Aug 04 17:59:20.273 INFO O| Aug 04 17:59:20.273 INFO STEP 684 (remove_files) COMPLETE
74992026-08-04T17:59:20.898Z[ recovery-image] Aug 04 17:59:20.273 INFO O| Aug 04 17:59:20.273 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-08-04T17:59:20.903Z[ recovery-image] Aug 04 17:59:20.281 INFO O| Aug 04 17:59:20.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
75012026-08-04T17:59:20.903Z[ recovery-image] Aug 04 17:59:20.281 INFO O| Aug 04 17:59:20.281 INFO STEP 685 (remove_files) COMPLETE
75022026-08-04T17:59:20.903Z[ recovery-image] Aug 04 17:59:20.281 INFO O| Aug 04 17:59:20.281 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-08-04T17:59:20.911Z[ recovery-image] Aug 04 17:59:20.289 INFO O| Aug 04 17:59:20.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
75042026-08-04T17:59:20.911Z[ recovery-image] Aug 04 17:59:20.289 INFO O| Aug 04 17:59:20.289 INFO STEP 686 (remove_files) COMPLETE
75052026-08-04T17:59:20.914Z[ recovery-image] Aug 04 17:59:20.289 INFO O| Aug 04 17:59:20.289 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-08-04T17:59:20.919Z[ recovery-image] Aug 04 17:59:20.297 INFO O| Aug 04 17:59:20.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
75072026-08-04T17:59:20.919Z[ recovery-image] Aug 04 17:59:20.297 INFO O| Aug 04 17:59:20.297 INFO STEP 687 (remove_files) COMPLETE
75082026-08-04T17:59:20.922Z[ recovery-image] Aug 04 17:59:20.297 INFO O| Aug 04 17:59:20.297 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-08-04T17:59:20.929Z[ recovery-image] Aug 04 17:59:20.307 INFO O| Aug 04 17:59:20.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
75102026-08-04T17:59:20.929Z[ recovery-image] Aug 04 17:59:20.307 INFO O| Aug 04 17:59:20.307 INFO STEP 688 (remove_files) COMPLETE
75112026-08-04T17:59:20.929Z[ recovery-image] Aug 04 17:59:20.307 INFO O| Aug 04 17:59:20.307 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-08-04T17:59:20.939Z[ recovery-image] Aug 04 17:59:20.316 INFO O| Aug 04 17:59:20.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
75132026-08-04T17:59:20.939Z[ recovery-image] Aug 04 17:59:20.316 INFO O| Aug 04 17:59:20.316 INFO STEP 689 (remove_files) COMPLETE
75142026-08-04T17:59:20.939Z[ recovery-image] Aug 04 17:59:20.316 INFO O| Aug 04 17:59:20.316 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-08-04T17:59:20.947Z[ recovery-image] Aug 04 17:59:20.325 INFO O| Aug 04 17:59:20.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
75162026-08-04T17:59:20.947Z[ recovery-image] Aug 04 17:59:20.325 INFO O| Aug 04 17:59:20.325 INFO STEP 690 (remove_files) COMPLETE
75172026-08-04T17:59:20.951Z[ recovery-image] Aug 04 17:59:20.325 INFO O| Aug 04 17:59:20.325 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-08-04T17:59:20.956Z[ recovery-image] Aug 04 17:59:20.334 INFO O| Aug 04 17:59:20.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
75192026-08-04T17:59:20.956Z[ recovery-image] Aug 04 17:59:20.334 INFO O| Aug 04 17:59:20.334 INFO STEP 691 (remove_files) COMPLETE
75202026-08-04T17:59:20.956Z[ recovery-image] Aug 04 17:59:20.334 INFO O| Aug 04 17:59:20.334 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-08-04T17:59:20.966Z[ recovery-image] Aug 04 17:59:20.344 INFO O| Aug 04 17:59:20.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
75222026-08-04T17:59:20.966Z[ recovery-image] Aug 04 17:59:20.344 INFO O| Aug 04 17:59:20.344 INFO STEP 692 (remove_files) COMPLETE
75232026-08-04T17:59:20.973Z[ recovery-image] Aug 04 17:59:20.344 INFO O| Aug 04 17:59:20.344 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-08-04T17:59:20.978Z[ recovery-image] Aug 04 17:59:20.353 INFO O| Aug 04 17:59:20.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
75252026-08-04T17:59:20.978Z[ recovery-image] Aug 04 17:59:20.353 INFO O| Aug 04 17:59:20.353 INFO STEP 693 (remove_files) COMPLETE
75262026-08-04T17:59:20.978Z[ recovery-image] Aug 04 17:59:20.353 INFO O| Aug 04 17:59:20.353 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-08-04T17:59:20.984Z[ recovery-image] Aug 04 17:59:20.362 INFO O| Aug 04 17:59:20.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
75282026-08-04T17:59:20.984Z[ recovery-image] Aug 04 17:59:20.362 INFO O| Aug 04 17:59:20.362 INFO STEP 694 (remove_files) COMPLETE
75292026-08-04T17:59:20.984Z[ recovery-image] Aug 04 17:59:20.362 INFO O| Aug 04 17:59:20.362 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-08-04T17:59:20.993Z[ recovery-image] Aug 04 17:59:20.371 INFO O| Aug 04 17:59:20.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
75312026-08-04T17:59:20.993Z[ recovery-image] Aug 04 17:59:20.371 INFO O| Aug 04 17:59:20.371 INFO STEP 695 (remove_files) COMPLETE
75322026-08-04T17:59:20.993Z[ recovery-image] Aug 04 17:59:20.371 INFO O| Aug 04 17:59:20.371 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-08-04T17:59:21.001Z[ recovery-image] Aug 04 17:59:20.379 INFO O| Aug 04 17:59:20.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
75342026-08-04T17:59:21.001Z[ recovery-image] Aug 04 17:59:20.379 INFO O| Aug 04 17:59:20.379 INFO STEP 696 (remove_files) COMPLETE
75352026-08-04T17:59:21.005Z[ recovery-image] Aug 04 17:59:20.379 INFO O| Aug 04 17:59:20.379 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-08-04T17:59:21.009Z[ recovery-image] Aug 04 17:59:20.387 INFO O| Aug 04 17:59:20.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
75372026-08-04T17:59:21.009Z[ recovery-image] Aug 04 17:59:20.387 INFO O| Aug 04 17:59:20.387 INFO STEP 697 (remove_files) COMPLETE
75382026-08-04T17:59:21.009Z[ recovery-image] Aug 04 17:59:20.387 INFO O| Aug 04 17:59:20.387 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-08-04T17:59:21.018Z[ recovery-image] Aug 04 17:59:20.396 INFO O| Aug 04 17:59:20.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
75402026-08-04T17:59:21.019Z[ recovery-image] Aug 04 17:59:20.396 INFO O| Aug 04 17:59:20.396 INFO STEP 698 (remove_files) COMPLETE
75412026-08-04T17:59:21.022Z[ recovery-image] Aug 04 17:59:20.396 INFO O| Aug 04 17:59:20.396 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-08-04T17:59:21.027Z[ recovery-image] Aug 04 17:59:20.405 INFO O| Aug 04 17:59:20.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
75432026-08-04T17:59:21.027Z[ recovery-image] Aug 04 17:59:20.405 INFO O| Aug 04 17:59:20.405 INFO STEP 699 (remove_files) COMPLETE
75442026-08-04T17:59:21.027Z[ recovery-image] Aug 04 17:59:20.405 INFO O| Aug 04 17:59:20.405 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-08-04T17:59:21.037Z[ recovery-image] Aug 04 17:59:20.415 INFO O| Aug 04 17:59:20.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
75462026-08-04T17:59:21.037Z[ recovery-image] Aug 04 17:59:20.415 INFO O| Aug 04 17:59:20.415 INFO STEP 700 (remove_files) COMPLETE
75472026-08-04T17:59:21.037Z[ recovery-image] Aug 04 17:59:20.415 INFO O| Aug 04 17:59:20.415 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-08-04T17:59:21.046Z[ recovery-image] Aug 04 17:59:20.424 INFO O| Aug 04 17:59:20.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
75492026-08-04T17:59:21.046Z[ recovery-image] Aug 04 17:59:20.424 INFO O| Aug 04 17:59:20.424 INFO STEP 701 (remove_files) COMPLETE
75502026-08-04T17:59:21.046Z[ recovery-image] Aug 04 17:59:20.424 INFO O| Aug 04 17:59:20.424 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-08-04T17:59:21.054Z[ recovery-image] Aug 04 17:59:20.432 INFO O| Aug 04 17:59:20.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
75522026-08-04T17:59:21.054Z[ recovery-image] Aug 04 17:59:20.432 INFO O| Aug 04 17:59:20.432 INFO STEP 702 (remove_files) COMPLETE
75532026-08-04T17:59:21.057Z[ recovery-image] Aug 04 17:59:20.432 INFO O| Aug 04 17:59:20.432 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-08-04T17:59:21.063Z[ recovery-image] Aug 04 17:59:20.441 INFO O| Aug 04 17:59:20.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
75552026-08-04T17:59:21.063Z[ recovery-image] Aug 04 17:59:20.441 INFO O| Aug 04 17:59:20.441 INFO STEP 703 (remove_files) COMPLETE
75562026-08-04T17:59:21.066Z[ recovery-image] Aug 04 17:59:20.441 INFO O| Aug 04 17:59:20.441 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-08-04T17:59:21.071Z[ recovery-image] Aug 04 17:59:20.449 INFO O| Aug 04 17:59:20.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
75582026-08-04T17:59:21.071Z[ recovery-image] Aug 04 17:59:20.449 INFO O| Aug 04 17:59:20.449 INFO STEP 704 (remove_files) COMPLETE
75592026-08-04T17:59:21.071Z[ recovery-image] Aug 04 17:59:20.449 INFO O| Aug 04 17:59:20.449 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-08-04T17:59:21.081Z[ recovery-image] Aug 04 17:59:20.459 INFO O| Aug 04 17:59:20.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
75612026-08-04T17:59:21.081Z[ recovery-image] Aug 04 17:59:20.459 INFO O| Aug 04 17:59:20.459 INFO STEP 705 (remove_files) COMPLETE
75622026-08-04T17:59:21.081Z[ recovery-image] Aug 04 17:59:20.459 INFO O| Aug 04 17:59:20.459 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-08-04T17:59:21.091Z[ recovery-image] Aug 04 17:59:20.469 INFO O| Aug 04 17:59:20.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
75642026-08-04T17:59:21.091Z[ recovery-image] Aug 04 17:59:20.469 INFO O| Aug 04 17:59:20.469 INFO STEP 706 (remove_files) COMPLETE
75652026-08-04T17:59:21.091Z[ recovery-image] Aug 04 17:59:20.469 INFO O| Aug 04 17:59:20.469 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-08-04T17:59:21.100Z[ recovery-image] Aug 04 17:59:20.478 INFO O| Aug 04 17:59:20.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
75672026-08-04T17:59:21.100Z[ recovery-image] Aug 04 17:59:20.478 INFO O| Aug 04 17:59:20.478 INFO STEP 707 (remove_files) COMPLETE
75682026-08-04T17:59:21.100Z[ recovery-image] Aug 04 17:59:20.478 INFO O| Aug 04 17:59:20.478 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-08-04T17:59:21.109Z[ recovery-image] Aug 04 17:59:20.487 INFO O| Aug 04 17:59:20.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
75702026-08-04T17:59:21.110Z[ recovery-image] Aug 04 17:59:20.488 INFO O| Aug 04 17:59:20.487 INFO STEP 708 (remove_files) COMPLETE
75712026-08-04T17:59:21.110Z[ recovery-image] Aug 04 17:59:20.488 INFO O| Aug 04 17:59:20.487 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-08-04T17:59:21.121Z[ recovery-image] Aug 04 17:59:20.499 INFO O| Aug 04 17:59:20.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
75732026-08-04T17:59:21.121Z[ recovery-image] Aug 04 17:59:20.499 INFO O| Aug 04 17:59:20.499 INFO STEP 709 (remove_files) COMPLETE
75742026-08-04T17:59:21.121Z[ recovery-image] Aug 04 17:59:20.499 INFO O| Aug 04 17:59:20.499 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-08-04T17:59:21.132Z[ recovery-image] Aug 04 17:59:20.510 INFO O| Aug 04 17:59:20.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
75762026-08-04T17:59:21.132Z[ recovery-image] Aug 04 17:59:20.510 INFO O| Aug 04 17:59:20.510 INFO STEP 710 (remove_files) COMPLETE
75772026-08-04T17:59:21.132Z[ recovery-image] Aug 04 17:59:20.510 INFO O| Aug 04 17:59:20.510 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-08-04T17:59:21.144Z[ recovery-image] Aug 04 17:59:20.522 INFO O| Aug 04 17:59:20.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
75792026-08-04T17:59:21.144Z[ recovery-image] Aug 04 17:59:20.522 INFO O| Aug 04 17:59:20.522 INFO STEP 711 (remove_files) COMPLETE
75802026-08-04T17:59:21.148Z[ recovery-image] Aug 04 17:59:20.522 INFO O| Aug 04 17:59:20.522 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-08-04T17:59:21.154Z[ recovery-image] Aug 04 17:59:20.532 INFO O| Aug 04 17:59:20.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
75822026-08-04T17:59:21.154Z[ recovery-image] Aug 04 17:59:20.532 INFO O| Aug 04 17:59:20.532 INFO STEP 712 (remove_files) COMPLETE
75832026-08-04T17:59:21.154Z[ recovery-image] Aug 04 17:59:20.532 INFO O| Aug 04 17:59:20.532 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-08-04T17:59:21.177Z[ recovery-image] Aug 04 17:59:20.555 INFO O| Aug 04 17:59:20.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
75852026-08-04T17:59:21.177Z[ recovery-image] Aug 04 17:59:20.555 INFO O| Aug 04 17:59:20.541 INFO STEP 713 (remove_files) COMPLETE
75862026-08-04T17:59:21.177Z[ host-image] Aug 04 17:59:20.555 INFO O| installing packages...
75872026-08-04T17:59:21.177Z[ recovery-image] Aug 04 17:59:20.555 INFO O| Aug 04 17:59:20.541 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-08-04T17:59:21.180Z[ recovery-image] Aug 04 17:59:20.555 INFO O| Aug 04 17:59:20.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
75892026-08-04T17:59:21.181Z[ recovery-image] Aug 04 17:59:20.555 INFO O| Aug 04 17:59:20.551 INFO STEP 714 (remove_files) COMPLETE
75902026-08-04T17:59:21.181Z[ recovery-image] Aug 04 17:59:20.555 INFO O| Aug 04 17:59:20.551 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-08-04T17:59:21.184Z[ recovery-image] Aug 04 17:59:20.561 INFO O| Aug 04 17:59:20.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
75922026-08-04T17:59:21.185Z[ recovery-image] Aug 04 17:59:20.562 INFO O| Aug 04 17:59:20.562 INFO STEP 715 (remove_files) COMPLETE
75932026-08-04T17:59:21.185Z[ recovery-image] Aug 04 17:59:20.562 INFO O| Aug 04 17:59:20.562 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-08-04T17:59:21.193Z[ recovery-image] Aug 04 17:59:20.570 INFO O| Aug 04 17:59:20.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
75952026-08-04T17:59:21.193Z[ recovery-image] Aug 04 17:59:20.571 INFO O| Aug 04 17:59:20.570 INFO STEP 716 (remove_files) COMPLETE
75962026-08-04T17:59:21.193Z[ recovery-image] Aug 04 17:59:20.571 INFO O| Aug 04 17:59:20.571 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-08-04T17:59:21.201Z[ recovery-image] Aug 04 17:59:20.579 INFO O| Aug 04 17:59:20.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
75982026-08-04T17:59:21.206Z[ recovery-image] Aug 04 17:59:20.580 INFO O| Aug 04 17:59:20.579 INFO STEP 717 (remove_files) COMPLETE
75992026-08-04T17:59:21.206Z[ recovery-image] Aug 04 17:59:20.580 INFO O| Aug 04 17:59:20.580 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-08-04T17:59:21.210Z[ recovery-image] Aug 04 17:59:20.588 INFO O| Aug 04 17:59:20.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
76012026-08-04T17:59:21.210Z[ recovery-image] Aug 04 17:59:20.588 INFO O| Aug 04 17:59:20.588 INFO STEP 718 (remove_files) COMPLETE
76022026-08-04T17:59:21.213Z[ recovery-image] Aug 04 17:59:20.588 INFO O| Aug 04 17:59:20.588 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-08-04T17:59:21.218Z[ recovery-image] Aug 04 17:59:20.596 INFO O| Aug 04 17:59:20.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
76042026-08-04T17:59:21.218Z[ recovery-image] Aug 04 17:59:20.596 INFO O| Aug 04 17:59:20.596 INFO STEP 719 (remove_files) COMPLETE
76052026-08-04T17:59:21.218Z[ recovery-image] Aug 04 17:59:20.596 INFO O| Aug 04 17:59:20.596 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-08-04T17:59:21.226Z[ recovery-image] Aug 04 17:59:20.604 INFO O| Aug 04 17:59:20.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
76072026-08-04T17:59:21.226Z[ recovery-image] Aug 04 17:59:20.604 INFO O| Aug 04 17:59:20.604 INFO STEP 720 (remove_files) COMPLETE
76082026-08-04T17:59:21.226Z[ recovery-image] Aug 04 17:59:20.604 INFO O| Aug 04 17:59:20.604 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-08-04T17:59:21.234Z[ recovery-image] Aug 04 17:59:20.612 INFO O| Aug 04 17:59:20.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
76102026-08-04T17:59:21.234Z[ recovery-image] Aug 04 17:59:20.612 INFO O| Aug 04 17:59:20.612 INFO STEP 721 (remove_files) COMPLETE
76112026-08-04T17:59:21.237Z[ recovery-image] Aug 04 17:59:20.612 INFO O| Aug 04 17:59:20.612 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-08-04T17:59:21.242Z[ recovery-image] Aug 04 17:59:20.620 INFO O| Aug 04 17:59:20.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
76132026-08-04T17:59:21.242Z[ recovery-image] Aug 04 17:59:20.620 INFO O| Aug 04 17:59:20.620 INFO STEP 722 (remove_files) COMPLETE
76142026-08-04T17:59:21.242Z[ recovery-image] Aug 04 17:59:20.620 INFO O| Aug 04 17:59:20.620 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-08-04T17:59:21.250Z[ recovery-image] Aug 04 17:59:20.628 INFO O| Aug 04 17:59:20.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
76162026-08-04T17:59:21.250Z[ recovery-image] Aug 04 17:59:20.628 INFO O| Aug 04 17:59:20.628 INFO STEP 723 (remove_files) COMPLETE
76172026-08-04T17:59:21.253Z[ recovery-image] Aug 04 17:59:20.628 INFO O| Aug 04 17:59:20.628 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-08-04T17:59:21.258Z[ recovery-image] Aug 04 17:59:20.636 INFO O| Aug 04 17:59:20.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
76192026-08-04T17:59:21.258Z[ recovery-image] Aug 04 17:59:20.636 INFO O| Aug 04 17:59:20.636 INFO STEP 724 (remove_files) COMPLETE
76202026-08-04T17:59:21.262Z[ recovery-image] Aug 04 17:59:20.636 INFO O| Aug 04 17:59:20.636 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-08-04T17:59:21.267Z[ recovery-image] Aug 04 17:59:20.645 INFO O| Aug 04 17:59:20.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
76222026-08-04T17:59:21.267Z[ recovery-image] Aug 04 17:59:20.645 INFO O| Aug 04 17:59:20.645 INFO STEP 725 (remove_files) COMPLETE
76232026-08-04T17:59:21.267Z[ recovery-image] Aug 04 17:59:20.645 INFO O| Aug 04 17:59:20.645 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-08-04T17:59:21.275Z[ recovery-image] Aug 04 17:59:20.653 INFO O| Aug 04 17:59:20.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
76252026-08-04T17:59:21.275Z[ recovery-image] Aug 04 17:59:20.653 INFO O| Aug 04 17:59:20.653 INFO STEP 726 (remove_files) COMPLETE
76262026-08-04T17:59:21.279Z[ recovery-image] Aug 04 17:59:20.653 INFO O| Aug 04 17:59:20.653 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-08-04T17:59:21.283Z[ recovery-image] Aug 04 17:59:20.661 INFO O| Aug 04 17:59:20.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
76282026-08-04T17:59:21.283Z[ recovery-image] Aug 04 17:59:20.661 INFO O| Aug 04 17:59:20.661 INFO STEP 727 (remove_files) COMPLETE
76292026-08-04T17:59:21.283Z[ recovery-image] Aug 04 17:59:20.661 INFO O| Aug 04 17:59:20.661 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-08-04T17:59:21.291Z[ recovery-image] Aug 04 17:59:20.669 INFO O| Aug 04 17:59:20.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
76312026-08-04T17:59:21.291Z[ recovery-image] Aug 04 17:59:20.669 INFO O| Aug 04 17:59:20.669 INFO STEP 728 (remove_files) COMPLETE
76322026-08-04T17:59:21.291Z[ recovery-image] Aug 04 17:59:20.669 INFO O| Aug 04 17:59:20.669 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-08-04T17:59:21.299Z[ recovery-image] Aug 04 17:59:20.677 INFO O| Aug 04 17:59:20.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
76342026-08-04T17:59:21.299Z[ recovery-image] Aug 04 17:59:20.677 INFO O| Aug 04 17:59:20.677 INFO STEP 729 (remove_files) COMPLETE
76352026-08-04T17:59:21.302Z[ recovery-image] Aug 04 17:59:20.677 INFO O| Aug 04 17:59:20.677 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-08-04T17:59:21.307Z[ recovery-image] Aug 04 17:59:20.685 INFO O| Aug 04 17:59:20.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
76372026-08-04T17:59:21.307Z[ recovery-image] Aug 04 17:59:20.685 INFO O| Aug 04 17:59:20.685 INFO STEP 730 (remove_files) COMPLETE
76382026-08-04T17:59:21.307Z[ recovery-image] Aug 04 17:59:20.685 INFO O| Aug 04 17:59:20.685 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-08-04T17:59:21.317Z[ recovery-image] Aug 04 17:59:20.695 INFO O| Aug 04 17:59:20.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
76402026-08-04T17:59:21.317Z[ recovery-image] Aug 04 17:59:20.695 INFO O| Aug 04 17:59:20.695 INFO STEP 731 (remove_files) COMPLETE
76412026-08-04T17:59:21.317Z[ recovery-image] Aug 04 17:59:20.695 INFO O| Aug 04 17:59:20.695 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-08-04T17:59:21.327Z[ recovery-image] Aug 04 17:59:20.705 INFO O| Aug 04 17:59:20.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
76432026-08-04T17:59:21.327Z[ recovery-image] Aug 04 17:59:20.705 INFO O| Aug 04 17:59:20.705 INFO STEP 732 (remove_files) COMPLETE
76442026-08-04T17:59:21.330Z[ recovery-image] Aug 04 17:59:20.705 INFO O| Aug 04 17:59:20.705 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-08-04T17:59:21.337Z[ recovery-image] Aug 04 17:59:20.715 INFO O| Aug 04 17:59:20.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
76462026-08-04T17:59:21.337Z[ recovery-image] Aug 04 17:59:20.715 INFO O| Aug 04 17:59:20.715 INFO STEP 733 (remove_files) COMPLETE
76472026-08-04T17:59:21.340Z[ recovery-image] Aug 04 17:59:20.715 INFO O| Aug 04 17:59:20.715 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-08-04T17:59:21.347Z[ recovery-image] Aug 04 17:59:20.725 INFO O| Aug 04 17:59:20.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
76492026-08-04T17:59:21.348Z[ recovery-image] Aug 04 17:59:20.725 INFO O| Aug 04 17:59:20.725 INFO STEP 734 (remove_files) COMPLETE
76502026-08-04T17:59:21.348Z[ recovery-image] Aug 04 17:59:20.725 INFO O| Aug 04 17:59:20.725 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-08-04T17:59:21.357Z[ recovery-image] Aug 04 17:59:20.735 INFO O| Aug 04 17:59:20.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
76522026-08-04T17:59:21.357Z[ recovery-image] Aug 04 17:59:20.735 INFO O| Aug 04 17:59:20.735 INFO STEP 735 (remove_files) COMPLETE
76532026-08-04T17:59:21.357Z[ recovery-image] Aug 04 17:59:20.735 INFO O| Aug 04 17:59:20.735 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-08-04T17:59:21.373Z[ recovery-image] Aug 04 17:59:20.750 INFO O| Aug 04 17:59:20.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
76552026-08-04T17:59:21.373Z[ recovery-image] Aug 04 17:59:20.751 INFO O| Aug 04 17:59:20.750 INFO STEP 736 (remove_files) COMPLETE
76562026-08-04T17:59:21.376Z[ recovery-image] Aug 04 17:59:20.751 INFO O| Aug 04 17:59:20.750 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-08-04T17:59:21.382Z[ recovery-image] Aug 04 17:59:20.760 INFO O| Aug 04 17:59:20.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
76582026-08-04T17:59:21.382Z[ recovery-image] Aug 04 17:59:20.760 INFO O| Aug 04 17:59:20.760 INFO STEP 737 (remove_files) COMPLETE
76592026-08-04T17:59:21.385Z[ recovery-image] Aug 04 17:59:20.760 INFO O| Aug 04 17:59:20.760 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-08-04T17:59:21.390Z[ recovery-image] Aug 04 17:59:20.768 INFO O| Aug 04 17:59:20.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
76612026-08-04T17:59:21.390Z[ recovery-image] Aug 04 17:59:20.768 INFO O| Aug 04 17:59:20.768 INFO STEP 738 (remove_files) COMPLETE
76622026-08-04T17:59:21.393Z[ recovery-image] Aug 04 17:59:20.768 INFO O| Aug 04 17:59:20.768 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-08-04T17:59:21.400Z[ recovery-image] Aug 04 17:59:20.778 INFO O| Aug 04 17:59:20.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
76642026-08-04T17:59:21.400Z[ recovery-image] Aug 04 17:59:20.778 INFO O| Aug 04 17:59:20.778 INFO STEP 739 (remove_files) COMPLETE
76652026-08-04T17:59:21.403Z[ recovery-image] Aug 04 17:59:20.778 INFO O| Aug 04 17:59:20.778 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-08-04T17:59:21.409Z[ recovery-image] Aug 04 17:59:20.787 INFO O| Aug 04 17:59:20.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
76672026-08-04T17:59:21.409Z[ recovery-image] Aug 04 17:59:20.787 INFO O| Aug 04 17:59:20.787 INFO STEP 740 (remove_files) COMPLETE
76682026-08-04T17:59:21.413Z[ recovery-image] Aug 04 17:59:20.787 INFO O| Aug 04 17:59:20.787 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-08-04T17:59:21.418Z[ recovery-image] Aug 04 17:59:20.796 INFO O| Aug 04 17:59:20.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
76702026-08-04T17:59:21.418Z[ recovery-image] Aug 04 17:59:20.796 INFO O| Aug 04 17:59:20.796 INFO STEP 741 (remove_files) COMPLETE
76712026-08-04T17:59:21.423Z[ recovery-image] Aug 04 17:59:20.796 INFO O| Aug 04 17:59:20.796 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-08-04T17:59:21.429Z[ recovery-image] Aug 04 17:59:20.805 INFO O| Aug 04 17:59:20.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
76732026-08-04T17:59:21.429Z[ recovery-image] Aug 04 17:59:20.805 INFO O| Aug 04 17:59:20.805 INFO STEP 742 (remove_files) COMPLETE
76742026-08-04T17:59:21.429Z[ recovery-image] Aug 04 17:59:20.805 INFO O| Aug 04 17:59:20.805 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-08-04T17:59:21.436Z[ recovery-image] Aug 04 17:59:20.813 INFO O| Aug 04 17:59:20.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
76762026-08-04T17:59:21.436Z[ recovery-image] Aug 04 17:59:20.813 INFO O| Aug 04 17:59:20.813 INFO STEP 743 (remove_files) COMPLETE
76772026-08-04T17:59:21.436Z[ recovery-image] Aug 04 17:59:20.813 INFO O| Aug 04 17:59:20.813 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-08-04T17:59:21.446Z[ recovery-image] Aug 04 17:59:20.822 INFO O| Aug 04 17:59:20.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
76792026-08-04T17:59:21.446Z[ recovery-image] Aug 04 17:59:20.822 INFO O| Aug 04 17:59:20.822 INFO STEP 744 (remove_files) COMPLETE
76802026-08-04T17:59:21.454Z[ recovery-image] Aug 04 17:59:20.822 INFO O| Aug 04 17:59:20.822 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-08-04T17:59:21.461Z[ recovery-image] Aug 04 17:59:20.831 INFO O| Aug 04 17:59:20.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
76822026-08-04T17:59:21.461Z[ recovery-image] Aug 04 17:59:20.832 INFO O| Aug 04 17:59:20.832 INFO STEP 745 (remove_files) COMPLETE
76832026-08-04T17:59:21.461Z[ recovery-image] Aug 04 17:59:20.832 INFO O| Aug 04 17:59:20.832 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-08-04T17:59:21.466Z[ recovery-image] Aug 04 17:59:20.843 INFO O| Aug 04 17:59:20.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
76852026-08-04T17:59:21.466Z[ recovery-image] Aug 04 17:59:20.843 INFO O| Aug 04 17:59:20.843 INFO STEP 746 (remove_files) COMPLETE
76862026-08-04T17:59:21.466Z[ recovery-image] Aug 04 17:59:20.843 INFO O| Aug 04 17:59:20.843 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-08-04T17:59:21.513Z[ recovery-image] Aug 04 17:59:20.854 INFO O| Aug 04 17:59:20.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
76882026-08-04T17:59:21.513Z[ recovery-image] Aug 04 17:59:20.854 INFO O| Aug 04 17:59:20.854 INFO STEP 747 (remove_files) COMPLETE
76892026-08-04T17:59:21.513Z[ recovery-image] Aug 04 17:59:20.854 INFO O| Aug 04 17:59:20.854 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-08-04T17:59:21.513Z[ recovery-image] Aug 04 17:59:20.863 INFO O| Aug 04 17:59:20.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
76912026-08-04T17:59:21.513Z[ recovery-image] Aug 04 17:59:20.863 INFO O| Aug 04 17:59:20.863 INFO STEP 748 (remove_files) COMPLETE
76922026-08-04T17:59:21.513Z[ recovery-image] Aug 04 17:59:20.863 INFO O| Aug 04 17:59:20.863 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-08-04T17:59:21.513Z[ recovery-image] Aug 04 17:59:20.872 INFO O| Aug 04 17:59:20.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
76942026-08-04T17:59:21.513Z[ recovery-image] Aug 04 17:59:20.872 INFO O| Aug 04 17:59:20.872 INFO STEP 749 (remove_files) COMPLETE
76952026-08-04T17:59:21.513Z[ recovery-image] Aug 04 17:59:20.872 INFO O| Aug 04 17:59:20.872 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-08-04T17:59:21.518Z[ recovery-image] Aug 04 17:59:20.894 INFO O| Aug 04 17:59:20.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
76972026-08-04T17:59:21.518Z[ recovery-image] Aug 04 17:59:20.894 INFO O| Aug 04 17:59:20.894 INFO STEP 750 (remove_files) COMPLETE
76982026-08-04T17:59:21.518Z[ recovery-image] Aug 04 17:59:20.894 INFO O| Aug 04 17:59:20.894 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-08-04T17:59:21.526Z[ recovery-image] Aug 04 17:59:20.904 INFO O| Aug 04 17:59:20.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
77002026-08-04T17:59:21.526Z[ recovery-image] Aug 04 17:59:20.904 INFO O| Aug 04 17:59:20.904 INFO STEP 751 (remove_files) COMPLETE
77012026-08-04T17:59:21.526Z[ recovery-image] Aug 04 17:59:20.904 INFO O| Aug 04 17:59:20.904 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-08-04T17:59:21.535Z[ recovery-image] Aug 04 17:59:20.912 INFO O| Aug 04 17:59:20.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
77032026-08-04T17:59:21.535Z[ recovery-image] Aug 04 17:59:20.912 INFO O| Aug 04 17:59:20.912 INFO STEP 752 (remove_files) COMPLETE
77042026-08-04T17:59:21.535Z[ recovery-image] Aug 04 17:59:20.912 INFO O| Aug 04 17:59:20.912 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-08-04T17:59:21.543Z[ recovery-image] Aug 04 17:59:20.921 INFO O| Aug 04 17:59:20.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
77062026-08-04T17:59:21.543Z[ recovery-image] Aug 04 17:59:20.921 INFO O| Aug 04 17:59:20.921 INFO STEP 753 (remove_files) COMPLETE
77072026-08-04T17:59:21.543Z[ recovery-image] Aug 04 17:59:20.921 INFO O| Aug 04 17:59:20.921 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-08-04T17:59:21.553Z[ recovery-image] Aug 04 17:59:20.931 INFO O| Aug 04 17:59:20.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
77092026-08-04T17:59:21.553Z[ recovery-image] Aug 04 17:59:20.931 INFO O| Aug 04 17:59:20.931 INFO STEP 754 (remove_files) COMPLETE
77102026-08-04T17:59:21.553Z[ recovery-image] Aug 04 17:59:20.931 INFO O| Aug 04 17:59:20.931 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-08-04T17:59:21.563Z[ recovery-image] Aug 04 17:59:20.941 INFO O| Aug 04 17:59:20.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
77122026-08-04T17:59:21.564Z[ recovery-image] Aug 04 17:59:20.941 INFO O| Aug 04 17:59:20.941 INFO STEP 755 (remove_files) COMPLETE
77132026-08-04T17:59:21.564Z[ recovery-image] Aug 04 17:59:20.941 INFO O| Aug 04 17:59:20.941 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-08-04T17:59:21.572Z[ recovery-image] Aug 04 17:59:20.950 INFO O| Aug 04 17:59:20.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
77152026-08-04T17:59:21.572Z[ recovery-image] Aug 04 17:59:20.951 INFO O| Aug 04 17:59:20.950 INFO STEP 756 (remove_files) COMPLETE
77162026-08-04T17:59:21.576Z[ recovery-image] Aug 04 17:59:20.951 INFO O| Aug 04 17:59:20.950 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-08-04T17:59:21.581Z[ recovery-image] Aug 04 17:59:20.959 INFO O| Aug 04 17:59:20.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
77182026-08-04T17:59:21.581Z[ recovery-image] Aug 04 17:59:20.959 INFO O| Aug 04 17:59:20.959 INFO STEP 757 (remove_files) COMPLETE
77192026-08-04T17:59:21.584Z[ recovery-image] Aug 04 17:59:20.959 INFO O| Aug 04 17:59:20.959 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-08-04T17:59:21.589Z[ recovery-image] Aug 04 17:59:20.967 INFO O| Aug 04 17:59:20.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
77212026-08-04T17:59:21.589Z[ recovery-image] Aug 04 17:59:20.967 INFO O| Aug 04 17:59:20.967 INFO STEP 758 (remove_files) COMPLETE
77222026-08-04T17:59:21.589Z[ recovery-image] Aug 04 17:59:20.967 INFO O| Aug 04 17:59:20.967 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-08-04T17:59:21.600Z[ recovery-image] Aug 04 17:59:20.979 INFO O| Aug 04 17:59:20.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
77242026-08-04T17:59:21.601Z[ recovery-image] Aug 04 17:59:20.979 INFO O| Aug 04 17:59:20.979 INFO STEP 759 (remove_files) COMPLETE
77252026-08-04T17:59:21.601Z[ recovery-image] Aug 04 17:59:20.979 INFO O| Aug 04 17:59:20.979 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-08-04T17:59:21.609Z[ recovery-image] Aug 04 17:59:20.987 INFO O| Aug 04 17:59:20.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
77272026-08-04T17:59:21.609Z[ recovery-image] Aug 04 17:59:20.987 INFO O| Aug 04 17:59:20.987 INFO STEP 760 (remove_files) COMPLETE
77282026-08-04T17:59:21.612Z[ recovery-image] Aug 04 17:59:20.987 INFO O| Aug 04 17:59:20.987 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-08-04T17:59:21.618Z[ recovery-image] Aug 04 17:59:20.996 INFO O| Aug 04 17:59:20.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
77302026-08-04T17:59:21.618Z[ recovery-image] Aug 04 17:59:20.996 INFO O| Aug 04 17:59:20.996 INFO STEP 761 (remove_files) COMPLETE
77312026-08-04T17:59:21.618Z[ recovery-image] Aug 04 17:59:20.996 INFO O| Aug 04 17:59:20.996 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-08-04T17:59:21.627Z[ recovery-image] Aug 04 17:59:21.005 INFO O| Aug 04 17:59:21.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
77332026-08-04T17:59:21.627Z[ recovery-image] Aug 04 17:59:21.005 INFO O| Aug 04 17:59:21.005 INFO STEP 762 (remove_files) COMPLETE
77342026-08-04T17:59:21.627Z[ recovery-image] Aug 04 17:59:21.005 INFO O| Aug 04 17:59:21.005 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-08-04T17:59:21.634Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
77362026-08-04T17:59:21.638Z[ recovery-image] Aug 04 17:59:21.013 INFO O| Aug 04 17:59:21.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
77372026-08-04T17:59:21.638Z[ recovery-image] Aug 04 17:59:21.013 INFO O| Aug 04 17:59:21.013 INFO STEP 763 (remove_files) COMPLETE
77382026-08-04T17:59:21.638Z[ recovery-image] Aug 04 17:59:21.013 INFO O| Aug 04 17:59:21.013 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-08-04T17:59:21.646Z[ recovery-image] Aug 04 17:59:21.024 INFO O| Aug 04 17:59:21.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
77402026-08-04T17:59:21.649Z[ recovery-image] Aug 04 17:59:21.024 INFO O| Aug 04 17:59:21.024 INFO STEP 764 (remove_files) COMPLETE
77412026-08-04T17:59:21.649Z[ recovery-image] Aug 04 17:59:21.024 INFO O| Aug 04 17:59:21.024 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-08-04T17:59:21.655Z[ recovery-image] Aug 04 17:59:21.033 INFO O| Aug 04 17:59:21.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
77432026-08-04T17:59:21.656Z[ recovery-image] Aug 04 17:59:21.033 INFO O| Aug 04 17:59:21.033 INFO STEP 765 (remove_files) COMPLETE
77442026-08-04T17:59:21.657Z[ recovery-image] Aug 04 17:59:21.033 INFO O| Aug 04 17:59:21.033 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-08-04T17:59:21.671Z[ recovery-image] Aug 04 17:59:21.048 INFO O| Aug 04 17:59:21.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
77462026-08-04T17:59:21.671Z[ recovery-image] Aug 04 17:59:21.048 INFO O| Aug 04 17:59:21.048 INFO STEP 766 (remove_files) COMPLETE
77472026-08-04T17:59:21.674Z[ recovery-image] Aug 04 17:59:21.048 INFO O| Aug 04 17:59:21.048 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-08-04T17:59:21.684Z[ recovery-image] Aug 04 17:59:21.062 INFO O| Aug 04 17:59:21.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
77492026-08-04T17:59:21.684Z[ recovery-image] Aug 04 17:59:21.062 INFO O| Aug 04 17:59:21.062 INFO STEP 767 (remove_files) COMPLETE
77502026-08-04T17:59:21.687Z[ recovery-image] Aug 04 17:59:21.062 INFO O| Aug 04 17:59:21.062 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-08-04T17:59:21.696Z[ recovery-image] Aug 04 17:59:21.074 INFO O| Aug 04 17:59:21.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
77522026-08-04T17:59:21.696Z[ recovery-image] Aug 04 17:59:21.074 INFO O| Aug 04 17:59:21.074 INFO STEP 768 (remove_files) COMPLETE
77532026-08-04T17:59:21.696Z[ recovery-image] Aug 04 17:59:21.074 INFO O| Aug 04 17:59:21.074 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-08-04T17:59:21.708Z[ recovery-image] Aug 04 17:59:21.086 INFO O| Aug 04 17:59:21.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
77552026-08-04T17:59:21.708Z[ recovery-image] Aug 04 17:59:21.086 INFO O| Aug 04 17:59:21.086 INFO STEP 769 (remove_files) COMPLETE
77562026-08-04T17:59:21.708Z[ recovery-image] Aug 04 17:59:21.086 INFO O| Aug 04 17:59:21.086 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-08-04T17:59:21.718Z[ recovery-image] Aug 04 17:59:21.096 INFO O| Aug 04 17:59:21.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
77582026-08-04T17:59:21.719Z[ recovery-image] Aug 04 17:59:21.096 INFO O| Aug 04 17:59:21.096 INFO STEP 770 (remove_files) COMPLETE
77592026-08-04T17:59:21.719Z[ recovery-image] Aug 04 17:59:21.096 INFO O| Aug 04 17:59:21.096 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-08-04T17:59:21.729Z[ recovery-image] Aug 04 17:59:21.107 INFO O| Aug 04 17:59:21.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
77612026-08-04T17:59:21.729Z[ recovery-image] Aug 04 17:59:21.107 INFO O| Aug 04 17:59:21.107 INFO STEP 771 (remove_files) COMPLETE
77622026-08-04T17:59:21.729Z[ recovery-image] Aug 04 17:59:21.107 INFO O| Aug 04 17:59:21.107 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-08-04T17:59:21.739Z[ recovery-image] Aug 04 17:59:21.117 INFO O| Aug 04 17:59:21.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
77642026-08-04T17:59:21.739Z[ recovery-image] Aug 04 17:59:21.117 INFO O| Aug 04 17:59:21.117 INFO STEP 772 (remove_files) COMPLETE
77652026-08-04T17:59:21.742Z[ recovery-image] Aug 04 17:59:21.117 INFO O| Aug 04 17:59:21.117 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-08-04T17:59:21.749Z[ recovery-image] Aug 04 17:59:21.127 INFO O| Aug 04 17:59:21.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
77672026-08-04T17:59:21.749Z[ recovery-image] Aug 04 17:59:21.127 INFO O| Aug 04 17:59:21.127 INFO STEP 773 (remove_files) COMPLETE
77682026-08-04T17:59:21.752Z[ recovery-image] Aug 04 17:59:21.127 INFO O| Aug 04 17:59:21.127 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-08-04T17:59:21.758Z[ recovery-image] Aug 04 17:59:21.137 INFO O| Aug 04 17:59:21.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
77702026-08-04T17:59:21.759Z[ recovery-image] Aug 04 17:59:21.137 INFO O| Aug 04 17:59:21.137 INFO STEP 774 (remove_files) COMPLETE
77712026-08-04T17:59:21.759Z[ recovery-image] Aug 04 17:59:21.137 INFO O| Aug 04 17:59:21.137 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-08-04T17:59:21.768Z[ recovery-image] Aug 04 17:59:21.146 INFO O| Aug 04 17:59:21.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
77732026-08-04T17:59:21.768Z[ recovery-image] Aug 04 17:59:21.146 INFO O| Aug 04 17:59:21.146 INFO STEP 775 (remove_files) COMPLETE
77742026-08-04T17:59:21.771Z[ recovery-image] Aug 04 17:59:21.146 INFO O| Aug 04 17:59:21.146 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-08-04T17:59:21.778Z[ recovery-image] Aug 04 17:59:21.156 INFO O| Aug 04 17:59:21.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
77762026-08-04T17:59:21.778Z[ recovery-image] Aug 04 17:59:21.156 INFO O| Aug 04 17:59:21.156 INFO STEP 776 (remove_files) COMPLETE
77772026-08-04T17:59:21.778Z[ recovery-image] Aug 04 17:59:21.156 INFO O| Aug 04 17:59:21.156 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-08-04T17:59:21.788Z[ recovery-image] Aug 04 17:59:21.166 INFO O| Aug 04 17:59:21.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
77792026-08-04T17:59:21.788Z[ recovery-image] Aug 04 17:59:21.166 INFO O| Aug 04 17:59:21.166 INFO STEP 777 (remove_files) COMPLETE
77802026-08-04T17:59:21.788Z[ recovery-image] Aug 04 17:59:21.166 INFO O| Aug 04 17:59:21.166 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-08-04T17:59:21.797Z[ recovery-image] Aug 04 17:59:21.175 INFO O| Aug 04 17:59:21.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
77822026-08-04T17:59:21.797Z[ recovery-image] Aug 04 17:59:21.175 INFO O| Aug 04 17:59:21.175 INFO STEP 778 (remove_files) COMPLETE
77832026-08-04T17:59:21.797Z[ recovery-image] Aug 04 17:59:21.175 INFO O| Aug 04 17:59:21.175 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-08-04T17:59:21.807Z[ recovery-image] Aug 04 17:59:21.185 INFO O| Aug 04 17:59:21.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
77852026-08-04T17:59:21.807Z[ recovery-image] Aug 04 17:59:21.185 INFO O| Aug 04 17:59:21.185 INFO STEP 779 (remove_files) COMPLETE
77862026-08-04T17:59:21.807Z[ recovery-image] Aug 04 17:59:21.185 INFO O| Aug 04 17:59:21.185 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-08-04T17:59:21.816Z[ recovery-image] Aug 04 17:59:21.194 INFO O| Aug 04 17:59:21.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
77882026-08-04T17:59:21.816Z[ recovery-image] Aug 04 17:59:21.194 INFO O| Aug 04 17:59:21.194 INFO STEP 780 (remove_files) COMPLETE
77892026-08-04T17:59:21.816Z[ recovery-image] Aug 04 17:59:21.194 INFO O| Aug 04 17:59:21.194 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-08-04T17:59:21.825Z[ recovery-image] Aug 04 17:59:21.203 INFO O| Aug 04 17:59:21.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
77912026-08-04T17:59:21.825Z[ recovery-image] Aug 04 17:59:21.203 INFO O| Aug 04 17:59:21.203 INFO STEP 781 (remove_files) COMPLETE
77922026-08-04T17:59:21.825Z[ recovery-image] Aug 04 17:59:21.203 INFO O| Aug 04 17:59:21.203 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-08-04T17:59:21.833Z[ recovery-image] Aug 04 17:59:21.211 INFO O| Aug 04 17:59:21.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
77942026-08-04T17:59:21.833Z[ recovery-image] Aug 04 17:59:21.211 INFO O| Aug 04 17:59:21.211 INFO STEP 782 (remove_files) COMPLETE
77952026-08-04T17:59:21.833Z[ recovery-image] Aug 04 17:59:21.211 INFO O| Aug 04 17:59:21.211 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-08-04T17:59:21.842Z[ recovery-image] Aug 04 17:59:21.220 INFO O| Aug 04 17:59:21.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
77972026-08-04T17:59:21.842Z[ recovery-image] Aug 04 17:59:21.220 INFO O| Aug 04 17:59:21.220 INFO STEP 783 (remove_files) COMPLETE
77982026-08-04T17:59:21.842Z[ recovery-image] Aug 04 17:59:21.220 INFO O| Aug 04 17:59:21.220 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-08-04T17:59:21.854Z[ recovery-image] Aug 04 17:59:21.231 INFO O| Aug 04 17:59:21.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
78002026-08-04T17:59:21.854Z[ recovery-image] Aug 04 17:59:21.231 INFO O| Aug 04 17:59:21.231 INFO STEP 784 (remove_files) COMPLETE
78012026-08-04T17:59:21.854Z[ recovery-image] Aug 04 17:59:21.231 INFO O| Aug 04 17:59:21.231 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-08-04T17:59:21.864Z[ recovery-image] Aug 04 17:59:21.242 INFO O| Aug 04 17:59:21.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
78032026-08-04T17:59:21.864Z[ recovery-image] Aug 04 17:59:21.242 INFO O| Aug 04 17:59:21.242 INFO STEP 785 (remove_files) COMPLETE
78042026-08-04T17:59:21.867Z[ recovery-image] Aug 04 17:59:21.242 INFO O| Aug 04 17:59:21.242 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-08-04T17:59:21.875Z[ recovery-image] Aug 04 17:59:21.253 INFO O| Aug 04 17:59:21.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
78062026-08-04T17:59:21.875Z[ recovery-image] Aug 04 17:59:21.253 INFO O| Aug 04 17:59:21.253 INFO STEP 786 (remove_files) COMPLETE
78072026-08-04T17:59:21.878Z[ recovery-image] Aug 04 17:59:21.253 INFO O| Aug 04 17:59:21.253 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-08-04T17:59:21.884Z[ recovery-image] Aug 04 17:59:21.262 INFO O| Aug 04 17:59:21.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
78092026-08-04T17:59:21.884Z[ recovery-image] Aug 04 17:59:21.262 INFO O| Aug 04 17:59:21.262 INFO STEP 787 (remove_files) COMPLETE
78102026-08-04T17:59:21.884Z[ recovery-image] Aug 04 17:59:21.262 INFO O| Aug 04 17:59:21.262 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-08-04T17:59:21.896Z[ recovery-image] Aug 04 17:59:21.273 INFO O| Aug 04 17:59:21.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
78122026-08-04T17:59:21.896Z[ recovery-image] Aug 04 17:59:21.273 INFO O| Aug 04 17:59:21.273 INFO STEP 788 (remove_files) COMPLETE
78132026-08-04T17:59:21.896Z[ recovery-image] Aug 04 17:59:21.273 INFO O| Aug 04 17:59:21.273 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-08-04T17:59:21.905Z[ recovery-image] Aug 04 17:59:21.282 INFO O| Aug 04 17:59:21.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
78152026-08-04T17:59:21.905Z[ recovery-image] Aug 04 17:59:21.282 INFO O| Aug 04 17:59:21.282 INFO STEP 789 (remove_files) COMPLETE
78162026-08-04T17:59:21.905Z[ recovery-image] Aug 04 17:59:21.282 INFO O| Aug 04 17:59:21.282 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-08-04T17:59:21.912Z[ recovery-image] Aug 04 17:59:21.290 INFO O| Aug 04 17:59:21.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
78182026-08-04T17:59:21.912Z[ recovery-image] Aug 04 17:59:21.290 INFO O| Aug 04 17:59:21.290 INFO STEP 790 (remove_files) COMPLETE
78192026-08-04T17:59:21.912Z[ recovery-image] Aug 04 17:59:21.290 INFO O| Aug 04 17:59:21.290 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-08-04T17:59:21.920Z[ recovery-image] Aug 04 17:59:21.298 INFO O| Aug 04 17:59:21.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
78212026-08-04T17:59:21.920Z[ recovery-image] Aug 04 17:59:21.298 INFO O| Aug 04 17:59:21.298 INFO STEP 791 (remove_files) COMPLETE
78222026-08-04T17:59:21.920Z[ recovery-image] Aug 04 17:59:21.298 INFO O| Aug 04 17:59:21.298 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-08-04T17:59:21.932Z[ recovery-image] Aug 04 17:59:21.310 INFO O| Aug 04 17:59:21.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
78242026-08-04T17:59:21.932Z[ recovery-image] Aug 04 17:59:21.310 INFO O| Aug 04 17:59:21.310 INFO STEP 792 (remove_files) COMPLETE
78252026-08-04T17:59:21.935Z[ recovery-image] Aug 04 17:59:21.310 INFO O| Aug 04 17:59:21.310 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-08-04T17:59:21.943Z[ recovery-image] Aug 04 17:59:21.321 INFO O| Aug 04 17:59:21.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
78272026-08-04T17:59:21.943Z[ recovery-image] Aug 04 17:59:21.321 INFO O| Aug 04 17:59:21.321 INFO STEP 793 (remove_files) COMPLETE
78282026-08-04T17:59:21.946Z[ recovery-image] Aug 04 17:59:21.321 INFO O| Aug 04 17:59:21.321 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-08-04T17:59:21.954Z[ recovery-image] Aug 04 17:59:21.331 INFO O| Aug 04 17:59:21.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
78302026-08-04T17:59:21.954Z[ recovery-image] Aug 04 17:59:21.331 INFO O| Aug 04 17:59:21.331 INFO STEP 794 (remove_files) COMPLETE
78312026-08-04T17:59:21.954Z[ recovery-image] Aug 04 17:59:21.331 INFO O| Aug 04 17:59:21.331 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-08-04T17:59:21.964Z[ recovery-image] Aug 04 17:59:21.342 INFO O| Aug 04 17:59:21.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
78332026-08-04T17:59:21.964Z[ recovery-image] Aug 04 17:59:21.342 INFO O| Aug 04 17:59:21.342 INFO STEP 795 (remove_files) COMPLETE
78342026-08-04T17:59:21.964Z[ recovery-image] Aug 04 17:59:21.342 INFO O| Aug 04 17:59:21.342 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-08-04T17:59:21.976Z[ recovery-image] Aug 04 17:59:21.352 INFO O| Aug 04 17:59:21.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
78362026-08-04T17:59:21.976Z[ recovery-image] Aug 04 17:59:21.353 INFO O| Aug 04 17:59:21.353 INFO STEP 796 (remove_files) COMPLETE
78372026-08-04T17:59:21.976Z[ recovery-image] Aug 04 17:59:21.353 INFO O| Aug 04 17:59:21.353 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-08-04T17:59:21.985Z[ recovery-image] Aug 04 17:59:21.363 INFO O| Aug 04 17:59:21.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
78392026-08-04T17:59:21.985Z[ recovery-image] Aug 04 17:59:21.363 INFO O| Aug 04 17:59:21.363 INFO STEP 797 (remove_files) COMPLETE
78402026-08-04T17:59:21.988Z[ recovery-image] Aug 04 17:59:21.363 INFO O| Aug 04 17:59:21.363 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-08-04T17:59:21.994Z[ recovery-image] Aug 04 17:59:21.372 INFO O| Aug 04 17:59:21.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
78422026-08-04T17:59:21.994Z[ recovery-image] Aug 04 17:59:21.372 INFO O| Aug 04 17:59:21.372 INFO STEP 798 (remove_files) COMPLETE
78432026-08-04T17:59:21.998Z[ recovery-image] Aug 04 17:59:21.372 INFO O| Aug 04 17:59:21.372 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-08-04T17:59:22.006Z[ recovery-image] Aug 04 17:59:21.382 INFO O| Aug 04 17:59:21.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
78452026-08-04T17:59:22.006Z[ recovery-image] Aug 04 17:59:21.382 INFO O| Aug 04 17:59:21.382 INFO STEP 799 (remove_files) COMPLETE
78462026-08-04T17:59:22.009Z[ recovery-image] Aug 04 17:59:21.382 INFO O| Aug 04 17:59:21.382 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-08-04T17:59:22.015Z[ recovery-image] Aug 04 17:59:21.393 INFO O| Aug 04 17:59:21.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
78482026-08-04T17:59:22.015Z[ recovery-image] Aug 04 17:59:21.393 INFO O| Aug 04 17:59:21.393 INFO STEP 800 (remove_files) COMPLETE
78492026-08-04T17:59:22.019Z[ recovery-image] Aug 04 17:59:21.393 INFO O| Aug 04 17:59:21.393 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-08-04T17:59:22.025Z[ recovery-image] Aug 04 17:59:21.402 INFO O| Aug 04 17:59:21.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
78512026-08-04T17:59:22.028Z[ recovery-image] Aug 04 17:59:21.403 INFO O| Aug 04 17:59:21.402 INFO STEP 801 (remove_files) COMPLETE
78522026-08-04T17:59:22.028Z[ recovery-image] Aug 04 17:59:21.403 INFO O| Aug 04 17:59:21.402 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-08-04T17:59:22.034Z[ recovery-image] Aug 04 17:59:21.412 INFO O| Aug 04 17:59:21.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
78542026-08-04T17:59:22.035Z[ recovery-image] Aug 04 17:59:21.413 INFO O| Aug 04 17:59:21.412 INFO STEP 802 (remove_files) COMPLETE
78552026-08-04T17:59:22.035Z[ recovery-image] Aug 04 17:59:21.413 INFO O| Aug 04 17:59:21.412 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-08-04T17:59:22.045Z[ recovery-image] Aug 04 17:59:21.423 INFO O| Aug 04 17:59:21.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
78572026-08-04T17:59:22.045Z[ recovery-image] Aug 04 17:59:21.423 INFO O| Aug 04 17:59:21.423 INFO STEP 803 (remove_files) COMPLETE
78582026-08-04T17:59:22.045Z[ recovery-image] Aug 04 17:59:21.423 INFO O| Aug 04 17:59:21.423 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-08-04T17:59:22.055Z[ recovery-image] Aug 04 17:59:21.433 INFO O| Aug 04 17:59:21.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
78602026-08-04T17:59:22.055Z[ recovery-image] Aug 04 17:59:21.433 INFO O| Aug 04 17:59:21.433 INFO STEP 804 (remove_files) COMPLETE
78612026-08-04T17:59:22.059Z[ recovery-image] Aug 04 17:59:21.433 INFO O| Aug 04 17:59:21.433 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-08-04T17:59:22.065Z[ recovery-image] Aug 04 17:59:21.443 INFO O| Aug 04 17:59:21.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
78632026-08-04T17:59:22.065Z[ recovery-image] Aug 04 17:59:21.443 INFO O| Aug 04 17:59:21.443 INFO STEP 805 (remove_files) COMPLETE
78642026-08-04T17:59:22.065Z[ recovery-image] Aug 04 17:59:21.443 INFO O| Aug 04 17:59:21.443 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-08-04T17:59:22.074Z[ recovery-image] Aug 04 17:59:21.452 INFO O| Aug 04 17:59:21.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
78662026-08-04T17:59:22.077Z[ recovery-image] Aug 04 17:59:21.453 INFO O| Aug 04 17:59:21.453 INFO STEP 806 (remove_files) COMPLETE
78672026-08-04T17:59:22.077Z[ recovery-image] Aug 04 17:59:21.453 INFO O| Aug 04 17:59:21.453 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-08-04T17:59:22.083Z[ recovery-image] Aug 04 17:59:21.461 INFO O| Aug 04 17:59:21.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
78692026-08-04T17:59:22.083Z[ recovery-image] Aug 04 17:59:21.461 INFO O| Aug 04 17:59:21.461 INFO STEP 807 (remove_files) COMPLETE
78702026-08-04T17:59:22.087Z[ recovery-image] Aug 04 17:59:21.461 INFO O| Aug 04 17:59:21.461 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-08-04T17:59:22.092Z[ recovery-image] Aug 04 17:59:21.470 INFO O| Aug 04 17:59:21.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
78722026-08-04T17:59:22.092Z[ recovery-image] Aug 04 17:59:21.470 INFO O| Aug 04 17:59:21.470 INFO STEP 808 (remove_files) COMPLETE
78732026-08-04T17:59:22.092Z[ recovery-image] Aug 04 17:59:21.470 INFO O| Aug 04 17:59:21.470 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-08-04T17:59:22.102Z[ recovery-image] Aug 04 17:59:21.480 INFO O| Aug 04 17:59:21.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
78752026-08-04T17:59:22.102Z[ recovery-image] Aug 04 17:59:21.480 INFO O| Aug 04 17:59:21.480 INFO STEP 809 (remove_files) COMPLETE
78762026-08-04T17:59:22.102Z[ recovery-image] Aug 04 17:59:21.480 INFO O| Aug 04 17:59:21.480 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-08-04T17:59:22.113Z[ recovery-image] Aug 04 17:59:21.491 INFO O| Aug 04 17:59:21.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
78782026-08-04T17:59:22.113Z[ recovery-image] Aug 04 17:59:21.491 INFO O| Aug 04 17:59:21.491 INFO STEP 810 (remove_files) COMPLETE
78792026-08-04T17:59:22.113Z[ recovery-image] Aug 04 17:59:21.491 INFO O| Aug 04 17:59:21.491 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-08-04T17:59:22.124Z[ recovery-image] Aug 04 17:59:21.502 INFO O| Aug 04 17:59:21.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
78812026-08-04T17:59:22.124Z[ recovery-image] Aug 04 17:59:21.502 INFO O| Aug 04 17:59:21.502 INFO STEP 811 (remove_files) COMPLETE
78822026-08-04T17:59:22.124Z[ recovery-image] Aug 04 17:59:21.502 INFO O| Aug 04 17:59:21.502 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-08-04T17:59:22.134Z[ recovery-image] Aug 04 17:59:21.512 INFO O| Aug 04 17:59:21.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
78842026-08-04T17:59:22.134Z[ recovery-image] Aug 04 17:59:21.512 INFO O| Aug 04 17:59:21.512 INFO STEP 812 (remove_files) COMPLETE
78852026-08-04T17:59:22.134Z[ recovery-image] Aug 04 17:59:21.512 INFO O| Aug 04 17:59:21.512 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-08-04T17:59:22.143Z[ recovery-image] Aug 04 17:59:21.521 INFO O| Aug 04 17:59:21.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
78872026-08-04T17:59:22.143Z[ recovery-image] Aug 04 17:59:21.521 INFO O| Aug 04 17:59:21.521 INFO STEP 813 (remove_files) COMPLETE
78882026-08-04T17:59:22.143Z[ recovery-image] Aug 04 17:59:21.521 INFO O| Aug 04 17:59:21.521 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-08-04T17:59:22.152Z[ recovery-image] Aug 04 17:59:21.530 INFO O| Aug 04 17:59:21.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
78902026-08-04T17:59:22.152Z[ recovery-image] Aug 04 17:59:21.530 INFO O| Aug 04 17:59:21.530 INFO STEP 814 (remove_files) COMPLETE
78912026-08-04T17:59:22.153Z[ recovery-image] Aug 04 17:59:21.530 INFO O| Aug 04 17:59:21.530 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-08-04T17:59:22.161Z[ recovery-image] Aug 04 17:59:21.539 INFO O| Aug 04 17:59:21.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78932026-08-04T17:59:22.161Z[ recovery-image] Aug 04 17:59:21.539 INFO O| Aug 04 17:59:21.539 INFO STEP 815 (remove_files) COMPLETE
78942026-08-04T17:59:22.161Z[ recovery-image] Aug 04 17:59:21.539 INFO O| Aug 04 17:59:21.539 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-08-04T17:59:22.169Z[ recovery-image] Aug 04 17:59:21.547 INFO O| Aug 04 17:59:21.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
78962026-08-04T17:59:22.169Z[ recovery-image] Aug 04 17:59:21.547 INFO O| Aug 04 17:59:21.547 INFO STEP 816 (remove_files) COMPLETE
78972026-08-04T17:59:22.169Z[ recovery-image] Aug 04 17:59:21.547 INFO O| Aug 04 17:59:21.547 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-08-04T17:59:22.178Z[ recovery-image] Aug 04 17:59:21.556 INFO O| Aug 04 17:59:21.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
78992026-08-04T17:59:22.178Z[ recovery-image] Aug 04 17:59:21.556 INFO O| Aug 04 17:59:21.556 INFO STEP 817 (remove_files) COMPLETE
79002026-08-04T17:59:22.181Z[ recovery-image] Aug 04 17:59:21.556 INFO O| Aug 04 17:59:21.556 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-08-04T17:59:22.186Z[ recovery-image] Aug 04 17:59:21.564 INFO O| Aug 04 17:59:21.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
79022026-08-04T17:59:22.186Z[ recovery-image] Aug 04 17:59:21.564 INFO O| Aug 04 17:59:21.564 INFO STEP 818 (remove_files) COMPLETE
79032026-08-04T17:59:22.207Z[ recovery-image] Aug 04 17:59:21.564 INFO O| Aug 04 17:59:21.564 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-08-04T17:59:22.215Z[ recovery-image] Aug 04 17:59:21.593 INFO O| Aug 04 17:59:21.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
79052026-08-04T17:59:22.215Z[ recovery-image] Aug 04 17:59:21.593 INFO O| Aug 04 17:59:21.593 INFO STEP 819 (remove_files) COMPLETE
79062026-08-04T17:59:22.216Z[ recovery-image] Aug 04 17:59:21.593 INFO O| Aug 04 17:59:21.593 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-08-04T17:59:22.224Z[ recovery-image] Aug 04 17:59:21.602 INFO O| Aug 04 17:59:21.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
79082026-08-04T17:59:22.224Z[ recovery-image] Aug 04 17:59:21.602 INFO O| Aug 04 17:59:21.602 INFO STEP 820 (remove_files) COMPLETE
79092026-08-04T17:59:22.227Z[ recovery-image] Aug 04 17:59:21.602 INFO O| Aug 04 17:59:21.602 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-08-04T17:59:22.232Z[ recovery-image] Aug 04 17:59:21.610 INFO O| Aug 04 17:59:21.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
79112026-08-04T17:59:22.232Z[ recovery-image] Aug 04 17:59:21.610 INFO O| Aug 04 17:59:21.610 INFO STEP 821 (remove_files) COMPLETE
79122026-08-04T17:59:22.232Z[ recovery-image] Aug 04 17:59:21.610 INFO O| Aug 04 17:59:21.610 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-08-04T17:59:22.244Z[ recovery-image] Aug 04 17:59:21.621 INFO O| Aug 04 17:59:21.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
79142026-08-04T17:59:22.244Z[ recovery-image] Aug 04 17:59:21.621 INFO O| Aug 04 17:59:21.621 INFO STEP 822 (remove_files) COMPLETE
79152026-08-04T17:59:22.247Z[ recovery-image] Aug 04 17:59:21.622 INFO O| Aug 04 17:59:21.621 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-08-04T17:59:22.253Z[ recovery-image] Aug 04 17:59:21.631 INFO O| Aug 04 17:59:21.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
79172026-08-04T17:59:22.253Z[ recovery-image] Aug 04 17:59:21.631 INFO O| Aug 04 17:59:21.631 INFO STEP 823 (remove_files) COMPLETE
79182026-08-04T17:59:22.253Z[ recovery-image] Aug 04 17:59:21.631 INFO O| Aug 04 17:59:21.631 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-08-04T17:59:22.263Z[ recovery-image] Aug 04 17:59:21.641 INFO O| Aug 04 17:59:21.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
79202026-08-04T17:59:22.264Z[ recovery-image] Aug 04 17:59:21.641 INFO O| Aug 04 17:59:21.641 INFO STEP 824 (remove_files) COMPLETE
79212026-08-04T17:59:22.264Z[ recovery-image] Aug 04 17:59:21.641 INFO O| Aug 04 17:59:21.641 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-08-04T17:59:22.276Z[ recovery-image] Aug 04 17:59:21.653 INFO O| Aug 04 17:59:21.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
79232026-08-04T17:59:22.276Z[ recovery-image] Aug 04 17:59:21.653 INFO O| Aug 04 17:59:21.653 INFO STEP 825 (remove_files) COMPLETE
79242026-08-04T17:59:22.279Z[ recovery-image] Aug 04 17:59:21.653 INFO O| Aug 04 17:59:21.653 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-08-04T17:59:22.286Z[ recovery-image] Aug 04 17:59:21.664 INFO O| Aug 04 17:59:21.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
79262026-08-04T17:59:22.286Z[ recovery-image] Aug 04 17:59:21.664 INFO O| Aug 04 17:59:21.664 INFO STEP 826 (remove_files) COMPLETE
79272026-08-04T17:59:22.289Z[ recovery-image] Aug 04 17:59:21.664 INFO O| Aug 04 17:59:21.664 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-08-04T17:59:22.299Z[ recovery-image] Aug 04 17:59:21.673 INFO O| Aug 04 17:59:21.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
79292026-08-04T17:59:22.299Z[ recovery-image] Aug 04 17:59:21.674 INFO O| Aug 04 17:59:21.674 INFO STEP 827 (remove_files) COMPLETE
79302026-08-04T17:59:22.299Z[ recovery-image] Aug 04 17:59:21.674 INFO O| Aug 04 17:59:21.674 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-08-04T17:59:22.306Z[ recovery-image] Aug 04 17:59:21.684 INFO O| Aug 04 17:59:21.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
79322026-08-04T17:59:22.306Z[ recovery-image] Aug 04 17:59:21.684 INFO O| Aug 04 17:59:21.684 INFO STEP 828 (remove_files) COMPLETE
79332026-08-04T17:59:22.306Z[ recovery-image] Aug 04 17:59:21.684 INFO O| Aug 04 17:59:21.684 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-08-04T17:59:22.316Z[ recovery-image] Aug 04 17:59:21.694 INFO O| Aug 04 17:59:21.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
79352026-08-04T17:59:22.316Z[ recovery-image] Aug 04 17:59:21.694 INFO O| Aug 04 17:59:21.694 INFO STEP 829 (remove_files) COMPLETE
79362026-08-04T17:59:22.319Z[ recovery-image] Aug 04 17:59:21.694 INFO O| Aug 04 17:59:21.694 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-08-04T17:59:22.327Z[ recovery-image] Aug 04 17:59:21.705 INFO O| Aug 04 17:59:21.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
79382026-08-04T17:59:22.327Z[ recovery-image] Aug 04 17:59:21.705 INFO O| Aug 04 17:59:21.705 INFO STEP 830 (remove_files) COMPLETE
79392026-08-04T17:59:22.327Z[ recovery-image] Aug 04 17:59:21.705 INFO O| Aug 04 17:59:21.705 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-08-04T17:59:22.337Z[ recovery-image] Aug 04 17:59:21.715 INFO O| Aug 04 17:59:21.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
79412026-08-04T17:59:22.337Z[ recovery-image] Aug 04 17:59:21.715 INFO O| Aug 04 17:59:21.715 INFO STEP 831 (remove_files) COMPLETE
79422026-08-04T17:59:22.337Z[ recovery-image] Aug 04 17:59:21.715 INFO O| Aug 04 17:59:21.715 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-08-04T17:59:22.348Z[ recovery-image] Aug 04 17:59:21.726 INFO O| Aug 04 17:59:21.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
79442026-08-04T17:59:22.348Z[ recovery-image] Aug 04 17:59:21.726 INFO O| Aug 04 17:59:21.726 INFO STEP 832 (remove_files) COMPLETE
79452026-08-04T17:59:22.348Z[ recovery-image] Aug 04 17:59:21.726 INFO O| Aug 04 17:59:21.726 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-08-04T17:59:22.359Z[ recovery-image] Aug 04 17:59:21.737 INFO O| Aug 04 17:59:21.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
79472026-08-04T17:59:22.359Z[ recovery-image] Aug 04 17:59:21.737 INFO O| Aug 04 17:59:21.737 INFO STEP 833 (remove_files) COMPLETE
79482026-08-04T17:59:22.359Z[ recovery-image] Aug 04 17:59:21.737 INFO O| Aug 04 17:59:21.737 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-08-04T17:59:22.369Z[ recovery-image] Aug 04 17:59:21.747 INFO O| Aug 04 17:59:21.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
79502026-08-04T17:59:22.369Z[ recovery-image] Aug 04 17:59:21.747 INFO O| Aug 04 17:59:21.747 INFO STEP 834 (remove_files) COMPLETE
79512026-08-04T17:59:22.369Z[ recovery-image] Aug 04 17:59:21.747 INFO O| Aug 04 17:59:21.747 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-08-04T17:59:22.379Z[ recovery-image] Aug 04 17:59:21.757 INFO O| Aug 04 17:59:21.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
79532026-08-04T17:59:22.379Z[ recovery-image] Aug 04 17:59:21.757 INFO O| Aug 04 17:59:21.757 INFO STEP 835 (remove_files) COMPLETE
79542026-08-04T17:59:22.379Z[ recovery-image] Aug 04 17:59:21.757 INFO O| Aug 04 17:59:21.757 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-08-04T17:59:22.389Z[ recovery-image] Aug 04 17:59:21.767 INFO O| Aug 04 17:59:21.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
79562026-08-04T17:59:22.389Z[ recovery-image] Aug 04 17:59:21.767 INFO O| Aug 04 17:59:21.767 INFO STEP 836 (remove_files) COMPLETE
79572026-08-04T17:59:22.389Z[ recovery-image] Aug 04 17:59:21.767 INFO O| Aug 04 17:59:21.767 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-08-04T17:59:22.400Z[ recovery-image] Aug 04 17:59:21.778 INFO O| Aug 04 17:59:21.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
79592026-08-04T17:59:22.400Z[ recovery-image] Aug 04 17:59:21.778 INFO O| Aug 04 17:59:21.778 INFO STEP 837 (remove_files) COMPLETE
79602026-08-04T17:59:22.403Z[ recovery-image] Aug 04 17:59:21.778 INFO O| Aug 04 17:59:21.778 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-08-04T17:59:22.410Z[ recovery-image] Aug 04 17:59:21.788 INFO O| Aug 04 17:59:21.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
79622026-08-04T17:59:22.410Z[ recovery-image] Aug 04 17:59:21.788 INFO O| Aug 04 17:59:21.788 INFO STEP 838 (remove_files) COMPLETE
79632026-08-04T17:59:22.410Z[ recovery-image] Aug 04 17:59:21.788 INFO O| Aug 04 17:59:21.788 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-08-04T17:59:22.419Z[ recovery-image] Aug 04 17:59:21.796 INFO O| Aug 04 17:59:21.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
79652026-08-04T17:59:22.419Z[ recovery-image] Aug 04 17:59:21.797 INFO O| Aug 04 17:59:21.796 INFO STEP 839 (remove_files) COMPLETE
79662026-08-04T17:59:22.423Z[ recovery-image] Aug 04 17:59:21.797 INFO O| Aug 04 17:59:21.796 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-08-04T17:59:22.428Z[ recovery-image] Aug 04 17:59:21.807 INFO O| Aug 04 17:59:21.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
79682026-08-04T17:59:22.428Z[ recovery-image] Aug 04 17:59:21.807 INFO O| Aug 04 17:59:21.807 INFO STEP 840 (remove_files) COMPLETE
79692026-08-04T17:59:22.432Z[ recovery-image] Aug 04 17:59:21.807 INFO O| Aug 04 17:59:21.807 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-08-04T17:59:22.437Z[ recovery-image] Aug 04 17:59:21.815 INFO O| Aug 04 17:59:21.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
79712026-08-04T17:59:22.437Z[ recovery-image] Aug 04 17:59:21.815 INFO O| Aug 04 17:59:21.815 INFO STEP 841 (remove_files) COMPLETE
79722026-08-04T17:59:22.440Z[ recovery-image] Aug 04 17:59:21.815 INFO O| Aug 04 17:59:21.815 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-08-04T17:59:22.446Z[ recovery-image] Aug 04 17:59:21.824 INFO O| Aug 04 17:59:21.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
79742026-08-04T17:59:22.446Z[ recovery-image] Aug 04 17:59:21.824 INFO O| Aug 04 17:59:21.824 INFO STEP 842 (remove_files) COMPLETE
79752026-08-04T17:59:22.446Z[ recovery-image] Aug 04 17:59:21.824 INFO O| Aug 04 17:59:21.824 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-08-04T17:59:22.457Z[ recovery-image] Aug 04 17:59:21.835 INFO O| Aug 04 17:59:21.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
79772026-08-04T17:59:22.458Z[ recovery-image] Aug 04 17:59:21.835 INFO O| Aug 04 17:59:21.835 INFO STEP 843 (remove_files) COMPLETE
79782026-08-04T17:59:22.458Z[ recovery-image] Aug 04 17:59:21.835 INFO O| Aug 04 17:59:21.835 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-08-04T17:59:22.467Z[ recovery-image] Aug 04 17:59:21.845 INFO O| Aug 04 17:59:21.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
79802026-08-04T17:59:22.467Z[ recovery-image] Aug 04 17:59:21.845 INFO O| Aug 04 17:59:21.845 INFO STEP 844 (remove_files) COMPLETE
79812026-08-04T17:59:22.467Z[ recovery-image] Aug 04 17:59:21.845 INFO O| Aug 04 17:59:21.845 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-08-04T17:59:22.478Z[ recovery-image] Aug 04 17:59:21.856 INFO O| Aug 04 17:59:21.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
79832026-08-04T17:59:22.478Z[ recovery-image] Aug 04 17:59:21.856 INFO O| Aug 04 17:59:21.856 INFO STEP 845 (remove_files) COMPLETE
79842026-08-04T17:59:22.478Z[ recovery-image] Aug 04 17:59:21.856 INFO O| Aug 04 17:59:21.856 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-08-04T17:59:22.489Z[ recovery-image] Aug 04 17:59:21.865 INFO O| Aug 04 17:59:21.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
79862026-08-04T17:59:22.489Z[ recovery-image] Aug 04 17:59:21.865 INFO O| Aug 04 17:59:21.865 INFO STEP 846 (remove_files) COMPLETE
79872026-08-04T17:59:22.489Z[ recovery-image] Aug 04 17:59:21.865 INFO O| Aug 04 17:59:21.865 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-08-04T17:59:22.497Z[ recovery-image] Aug 04 17:59:21.875 INFO O| Aug 04 17:59:21.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
79892026-08-04T17:59:22.497Z[ recovery-image] Aug 04 17:59:21.875 INFO O| Aug 04 17:59:21.875 INFO STEP 847 (remove_files) COMPLETE
79902026-08-04T17:59:22.500Z[ recovery-image] Aug 04 17:59:21.875 INFO O| Aug 04 17:59:21.875 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-08-04T17:59:22.505Z[ recovery-image] Aug 04 17:59:21.883 INFO O| Aug 04 17:59:21.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79922026-08-04T17:59:22.506Z[ recovery-image] Aug 04 17:59:21.883 INFO O| Aug 04 17:59:21.883 INFO STEP 848 (remove_files) COMPLETE
79932026-08-04T17:59:22.506Z[ recovery-image] Aug 04 17:59:21.883 INFO O| Aug 04 17:59:21.883 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-08-04T17:59:22.511Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
79952026-08-04T17:59:22.515Z[ recovery-image] Aug 04 17:59:21.893 INFO O| Aug 04 17:59:21.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79962026-08-04T17:59:22.515Z[ recovery-image] Aug 04 17:59:21.893 INFO O| Aug 04 17:59:21.893 INFO STEP 849 (remove_files) COMPLETE
79972026-08-04T17:59:22.515Z[ recovery-image] Aug 04 17:59:21.893 INFO O| Aug 04 17:59:21.893 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-04T17:59:22.525Z[ recovery-image] Aug 04 17:59:21.903 INFO O| Aug 04 17:59:21.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79992026-08-04T17:59:22.525Z[ recovery-image] Aug 04 17:59:21.903 INFO O| Aug 04 17:59:21.903 INFO STEP 850 (remove_files) COMPLETE
80002026-08-04T17:59:22.525Z[ recovery-image] Aug 04 17:59:21.903 INFO O| Aug 04 17:59:21.903 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-08-04T17:59:22.536Z[ recovery-image] Aug 04 17:59:21.914 INFO O| Aug 04 17:59:21.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
80022026-08-04T17:59:22.536Z[ recovery-image] Aug 04 17:59:21.914 INFO O| Aug 04 17:59:21.914 INFO STEP 851 (remove_files) COMPLETE
80032026-08-04T17:59:22.536Z[ recovery-image] Aug 04 17:59:21.914 INFO O| Aug 04 17:59:21.914 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-08-04T17:59:22.545Z[ recovery-image] Aug 04 17:59:21.923 INFO O| Aug 04 17:59:21.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
80052026-08-04T17:59:22.547Z[ recovery-image] Aug 04 17:59:21.923 INFO O| Aug 04 17:59:21.923 INFO STEP 852 (remove_files) COMPLETE
80062026-08-04T17:59:22.547Z[ recovery-image] Aug 04 17:59:21.923 INFO O| Aug 04 17:59:21.923 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-08-04T17:59:22.554Z[ recovery-image] Aug 04 17:59:21.932 INFO O| Aug 04 17:59:21.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
80082026-08-04T17:59:22.554Z[ recovery-image] Aug 04 17:59:21.932 INFO O| Aug 04 17:59:21.932 INFO STEP 853 (remove_files) COMPLETE
80092026-08-04T17:59:22.558Z[ recovery-image] Aug 04 17:59:21.932 INFO O| Aug 04 17:59:21.932 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-08-04T17:59:22.566Z[ recovery-image] Aug 04 17:59:21.944 INFO O| Aug 04 17:59:21.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
80112026-08-04T17:59:22.566Z[ recovery-image] Aug 04 17:59:21.944 INFO O| Aug 04 17:59:21.944 INFO STEP 854 (remove_files) COMPLETE
80122026-08-04T17:59:22.569Z[ recovery-image] Aug 04 17:59:21.944 INFO O| Aug 04 17:59:21.944 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-08-04T17:59:22.575Z[ recovery-image] Aug 04 17:59:21.954 INFO O| Aug 04 17:59:21.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
80142026-08-04T17:59:22.576Z[ recovery-image] Aug 04 17:59:21.954 INFO O| Aug 04 17:59:21.954 INFO STEP 855 (remove_files) COMPLETE
80152026-08-04T17:59:22.579Z[ recovery-image] Aug 04 17:59:21.954 INFO O| Aug 04 17:59:21.954 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-08-04T17:59:22.637Z[ recovery-image] Aug 04 17:59:22.015 INFO O| Aug 04 17:59:22.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
80172026-08-04T17:59:22.637Z[ recovery-image] Aug 04 17:59:22.015 INFO O| Aug 04 17:59:22.015 INFO STEP 856 (remove_files) COMPLETE
80182026-08-04T17:59:22.641Z[ recovery-image] Aug 04 17:59:22.015 INFO O| Aug 04 17:59:22.015 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-08-04T17:59:22.650Z[ recovery-image] Aug 04 17:59:22.027 INFO O| Aug 04 17:59:22.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
80202026-08-04T17:59:22.650Z[ recovery-image] Aug 04 17:59:22.027 INFO O| Aug 04 17:59:22.027 INFO STEP 857 (remove_files) COMPLETE
80212026-08-04T17:59:22.654Z[ recovery-image] Aug 04 17:59:22.027 INFO O| Aug 04 17:59:22.027 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-08-04T17:59:22.661Z[ recovery-image] Aug 04 17:59:22.039 INFO O| Aug 04 17:59:22.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
80232026-08-04T17:59:22.661Z[ recovery-image] Aug 04 17:59:22.039 INFO O| Aug 04 17:59:22.039 INFO STEP 858 (remove_files) COMPLETE
80242026-08-04T17:59:22.664Z[ recovery-image] Aug 04 17:59:22.039 INFO O| Aug 04 17:59:22.039 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-08-04T17:59:22.673Z[ recovery-image] Aug 04 17:59:22.051 INFO O| Aug 04 17:59:22.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
80262026-08-04T17:59:22.673Z[ recovery-image] Aug 04 17:59:22.051 INFO O| Aug 04 17:59:22.051 INFO STEP 859 (remove_files) COMPLETE
80272026-08-04T17:59:22.673Z[ recovery-image] Aug 04 17:59:22.051 INFO O| Aug 04 17:59:22.051 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-08-04T17:59:22.689Z[ recovery-image] Aug 04 17:59:22.067 INFO O| Aug 04 17:59:22.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
80292026-08-04T17:59:22.689Z[ recovery-image] Aug 04 17:59:22.067 INFO O| Aug 04 17:59:22.067 INFO STEP 860 (remove_files) COMPLETE
80302026-08-04T17:59:22.693Z[ recovery-image] Aug 04 17:59:22.067 INFO O| Aug 04 17:59:22.067 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-08-04T17:59:22.699Z[ recovery-image] Aug 04 17:59:22.077 INFO O| Aug 04 17:59:22.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
80322026-08-04T17:59:22.699Z[ recovery-image] Aug 04 17:59:22.077 INFO O| Aug 04 17:59:22.077 INFO STEP 861 (remove_files) COMPLETE
80332026-08-04T17:59:22.703Z[ recovery-image] Aug 04 17:59:22.077 INFO O| Aug 04 17:59:22.077 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-08-04T17:59:22.711Z[ recovery-image] Aug 04 17:59:22.089 INFO O| Aug 04 17:59:22.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
80352026-08-04T17:59:22.711Z[ recovery-image] Aug 04 17:59:22.089 INFO O| Aug 04 17:59:22.089 INFO STEP 862 (remove_files) COMPLETE
80362026-08-04T17:59:22.711Z[ recovery-image] Aug 04 17:59:22.089 INFO O| Aug 04 17:59:22.089 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-08-04T17:59:22.727Z[ recovery-image] Aug 04 17:59:22.104 INFO O| Aug 04 17:59:22.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
80382026-08-04T17:59:22.730Z[ recovery-image] Aug 04 17:59:22.104 INFO O| Aug 04 17:59:22.104 INFO STEP 863 (remove_files) COMPLETE
80392026-08-04T17:59:22.730Z[ recovery-image] Aug 04 17:59:22.104 INFO O| Aug 04 17:59:22.104 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-08-04T17:59:22.740Z[ recovery-image] Aug 04 17:59:22.116 INFO O| Aug 04 17:59:22.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
80412026-08-04T17:59:22.740Z[ recovery-image] Aug 04 17:59:22.116 INFO O| Aug 04 17:59:22.116 INFO STEP 864 (remove_files) COMPLETE
80422026-08-04T17:59:22.740Z[ recovery-image] Aug 04 17:59:22.116 INFO O| Aug 04 17:59:22.116 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-08-04T17:59:22.749Z[ recovery-image] Aug 04 17:59:22.126 INFO O| Aug 04 17:59:22.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
80442026-08-04T17:59:22.750Z[ recovery-image] Aug 04 17:59:22.126 INFO O| Aug 04 17:59:22.126 INFO STEP 865 (remove_files) COMPLETE
80452026-08-04T17:59:22.754Z[ recovery-image] Aug 04 17:59:22.126 INFO O| Aug 04 17:59:22.126 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-08-04T17:59:22.758Z[ recovery-image] Aug 04 17:59:22.136 INFO O| Aug 04 17:59:22.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
80472026-08-04T17:59:22.758Z[ recovery-image] Aug 04 17:59:22.136 INFO O| Aug 04 17:59:22.136 INFO STEP 866 (remove_files) COMPLETE
80482026-08-04T17:59:22.758Z[ recovery-image] Aug 04 17:59:22.136 INFO O| Aug 04 17:59:22.136 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-08-04T17:59:22.771Z[ recovery-image] Aug 04 17:59:22.148 INFO O| Aug 04 17:59:22.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
80502026-08-04T17:59:22.771Z[ recovery-image] Aug 04 17:59:22.149 INFO O| Aug 04 17:59:22.148 INFO STEP 867 (remove_files) COMPLETE
80512026-08-04T17:59:22.771Z[ recovery-image] Aug 04 17:59:22.149 INFO O| Aug 04 17:59:22.149 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-08-04T17:59:22.783Z[ recovery-image] Aug 04 17:59:22.161 INFO O| Aug 04 17:59:22.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
80532026-08-04T17:59:22.783Z[ recovery-image] Aug 04 17:59:22.161 INFO O| Aug 04 17:59:22.161 INFO STEP 868 (remove_files) COMPLETE
80542026-08-04T17:59:22.783Z[ recovery-image] Aug 04 17:59:22.161 INFO O| Aug 04 17:59:22.161 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-08-04T17:59:22.795Z[ recovery-image] Aug 04 17:59:22.173 INFO O| Aug 04 17:59:22.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
80562026-08-04T17:59:22.795Z[ recovery-image] Aug 04 17:59:22.173 INFO O| Aug 04 17:59:22.173 INFO STEP 869 (remove_files) COMPLETE
80572026-08-04T17:59:22.796Z[ recovery-image] Aug 04 17:59:22.173 INFO O| Aug 04 17:59:22.173 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-08-04T17:59:22.807Z[ recovery-image] Aug 04 17:59:22.185 INFO O| Aug 04 17:59:22.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
80592026-08-04T17:59:22.807Z[ recovery-image] Aug 04 17:59:22.185 INFO O| Aug 04 17:59:22.185 INFO STEP 870 (remove_files) COMPLETE
80602026-08-04T17:59:22.811Z[ recovery-image] Aug 04 17:59:22.185 INFO O| Aug 04 17:59:22.185 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-08-04T17:59:22.814Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
80622026-08-04T17:59:22.818Z[ recovery-image] Aug 04 17:59:22.196 INFO O| Aug 04 17:59:22.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
80632026-08-04T17:59:22.818Z[ recovery-image] Aug 04 17:59:22.196 INFO O| Aug 04 17:59:22.196 INFO STEP 871 (remove_files) COMPLETE
80642026-08-04T17:59:22.818Z[ recovery-image] Aug 04 17:59:22.196 INFO O| Aug 04 17:59:22.196 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-08-04T17:59:22.829Z[ recovery-image] Aug 04 17:59:22.207 INFO O| Aug 04 17:59:22.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
80662026-08-04T17:59:22.829Z[ recovery-image] Aug 04 17:59:22.207 INFO O| Aug 04 17:59:22.207 INFO STEP 872 (remove_files) COMPLETE
80672026-08-04T17:59:22.829Z[ recovery-image] Aug 04 17:59:22.207 INFO O| Aug 04 17:59:22.207 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-08-04T17:59:22.842Z[ recovery-image] Aug 04 17:59:22.220 INFO O| Aug 04 17:59:22.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
80692026-08-04T17:59:22.842Z[ recovery-image] Aug 04 17:59:22.220 INFO O| Aug 04 17:59:22.220 INFO STEP 873 (remove_files) COMPLETE
80702026-08-04T17:59:22.845Z[ recovery-image] Aug 04 17:59:22.220 INFO O| Aug 04 17:59:22.220 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-08-04T17:59:22.853Z[ recovery-image] Aug 04 17:59:22.230 INFO O| Aug 04 17:59:22.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
80722026-08-04T17:59:22.854Z[ recovery-image] Aug 04 17:59:22.231 INFO O| Aug 04 17:59:22.231 INFO STEP 874 (remove_files) COMPLETE
80732026-08-04T17:59:22.854Z[ recovery-image] Aug 04 17:59:22.231 INFO O| Aug 04 17:59:22.231 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-08-04T17:59:22.863Z[ recovery-image] Aug 04 17:59:22.241 INFO O| Aug 04 17:59:22.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
80752026-08-04T17:59:22.863Z[ recovery-image] Aug 04 17:59:22.241 INFO O| Aug 04 17:59:22.241 INFO STEP 875 (remove_files) COMPLETE
80762026-08-04T17:59:22.863Z[ recovery-image] Aug 04 17:59:22.241 INFO O| Aug 04 17:59:22.241 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-08-04T17:59:22.875Z[ recovery-image] Aug 04 17:59:22.253 INFO O| Aug 04 17:59:22.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
80782026-08-04T17:59:22.878Z[ recovery-image] Aug 04 17:59:22.253 INFO O| Aug 04 17:59:22.253 INFO STEP 876 (remove_files) COMPLETE
80792026-08-04T17:59:22.878Z[ recovery-image] Aug 04 17:59:22.253 INFO O| Aug 04 17:59:22.253 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-08-04T17:59:22.887Z[ recovery-image] Aug 04 17:59:22.265 INFO O| Aug 04 17:59:22.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
80812026-08-04T17:59:22.887Z[ recovery-image] Aug 04 17:59:22.265 INFO O| Aug 04 17:59:22.265 INFO STEP 877 (remove_files) COMPLETE
80822026-08-04T17:59:22.887Z[ recovery-image] Aug 04 17:59:22.265 INFO O| Aug 04 17:59:22.265 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-08-04T17:59:22.899Z[ recovery-image] Aug 04 17:59:22.277 INFO O| Aug 04 17:59:22.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
80842026-08-04T17:59:22.899Z[ recovery-image] Aug 04 17:59:22.277 INFO O| Aug 04 17:59:22.277 INFO STEP 878 (remove_files) COMPLETE
80852026-08-04T17:59:22.899Z[ recovery-image] Aug 04 17:59:22.277 INFO O| Aug 04 17:59:22.277 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-08-04T17:59:22.909Z[ recovery-image] Aug 04 17:59:22.287 INFO O| Aug 04 17:59:22.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
80872026-08-04T17:59:22.909Z[ recovery-image] Aug 04 17:59:22.287 INFO O| Aug 04 17:59:22.287 INFO STEP 879 (remove_files) COMPLETE
80882026-08-04T17:59:22.909Z[ recovery-image] Aug 04 17:59:22.287 INFO O| Aug 04 17:59:22.287 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-08-04T17:59:22.918Z[ recovery-image] Aug 04 17:59:22.296 INFO O| Aug 04 17:59:22.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
80902026-08-04T17:59:22.918Z[ recovery-image] Aug 04 17:59:22.296 INFO O| Aug 04 17:59:22.296 INFO STEP 880 (remove_files) COMPLETE
80912026-08-04T17:59:22.918Z[ recovery-image] Aug 04 17:59:22.296 INFO O| Aug 04 17:59:22.296 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-08-04T17:59:22.930Z[ recovery-image] Aug 04 17:59:22.308 INFO O| Aug 04 17:59:22.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80932026-08-04T17:59:22.930Z[ recovery-image] Aug 04 17:59:22.308 INFO O| Aug 04 17:59:22.308 INFO STEP 881 (remove_files) COMPLETE
80942026-08-04T17:59:22.933Z[ recovery-image] Aug 04 17:59:22.308 INFO O| Aug 04 17:59:22.308 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-08-04T17:59:22.940Z[ recovery-image] Aug 04 17:59:22.318 INFO O| Aug 04 17:59:22.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80962026-08-04T17:59:22.940Z[ recovery-image] Aug 04 17:59:22.318 INFO O| Aug 04 17:59:22.318 INFO STEP 882 (remove_files) COMPLETE
80972026-08-04T17:59:22.940Z[ recovery-image] Aug 04 17:59:22.318 INFO O| Aug 04 17:59:22.318 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-08-04T17:59:22.953Z[ recovery-image] Aug 04 17:59:22.329 INFO O| Aug 04 17:59:22.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80992026-08-04T17:59:22.953Z[ recovery-image] Aug 04 17:59:22.329 INFO O| Aug 04 17:59:22.329 INFO STEP 883 (remove_files) COMPLETE
81002026-08-04T17:59:22.953Z[ recovery-image] Aug 04 17:59:22.329 INFO O| Aug 04 17:59:22.329 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-08-04T17:59:22.961Z[ recovery-image] Aug 04 17:59:22.339 INFO O| Aug 04 17:59:22.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
81022026-08-04T17:59:22.961Z[ recovery-image] Aug 04 17:59:22.339 INFO O| Aug 04 17:59:22.339 INFO STEP 884 (remove_files) COMPLETE
81032026-08-04T17:59:22.961Z[ recovery-image] Aug 04 17:59:22.339 INFO O| Aug 04 17:59:22.339 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-08-04T17:59:22.971Z[ recovery-image] Aug 04 17:59:22.349 INFO O| Aug 04 17:59:22.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
81052026-08-04T17:59:22.971Z[ recovery-image] Aug 04 17:59:22.349 INFO O| Aug 04 17:59:22.349 INFO STEP 885 (remove_files) COMPLETE
81062026-08-04T17:59:22.971Z[ recovery-image] Aug 04 17:59:22.349 INFO O| Aug 04 17:59:22.349 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-08-04T17:59:22.980Z[ recovery-image] Aug 04 17:59:22.358 INFO O| Aug 04 17:59:22.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
81082026-08-04T17:59:22.980Z[ recovery-image] Aug 04 17:59:22.358 INFO O| Aug 04 17:59:22.358 INFO STEP 886 (remove_files) COMPLETE
81092026-08-04T17:59:22.980Z[ recovery-image] Aug 04 17:59:22.358 INFO O| Aug 04 17:59:22.358 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-08-04T17:59:22.992Z[ recovery-image] Aug 04 17:59:22.370 INFO O| Aug 04 17:59:22.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
81112026-08-04T17:59:22.995Z[ recovery-image] Aug 04 17:59:22.370 INFO O| Aug 04 17:59:22.370 INFO STEP 887 (remove_files) COMPLETE
81122026-08-04T17:59:22.995Z[ recovery-image] Aug 04 17:59:22.370 INFO O| Aug 04 17:59:22.370 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-08-04T17:59:23.003Z[ recovery-image] Aug 04 17:59:22.380 INFO O| Aug 04 17:59:22.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
81142026-08-04T17:59:23.003Z[ recovery-image] Aug 04 17:59:22.380 INFO O| Aug 04 17:59:22.380 INFO STEP 888 (remove_files) COMPLETE
81152026-08-04T17:59:23.003Z[ recovery-image] Aug 04 17:59:22.380 INFO O| Aug 04 17:59:22.380 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-08-04T17:59:23.012Z[ recovery-image] Aug 04 17:59:22.390 INFO O| Aug 04 17:59:22.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
81172026-08-04T17:59:23.012Z[ recovery-image] Aug 04 17:59:22.390 INFO O| Aug 04 17:59:22.390 INFO STEP 889 (remove_files) COMPLETE
81182026-08-04T17:59:23.012Z[ recovery-image] Aug 04 17:59:22.390 INFO O| Aug 04 17:59:22.390 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-08-04T17:59:23.022Z[ recovery-image] Aug 04 17:59:22.399 INFO O| Aug 04 17:59:22.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
81202026-08-04T17:59:23.022Z[ recovery-image] Aug 04 17:59:22.399 INFO O| Aug 04 17:59:22.399 INFO STEP 890 (remove_files) COMPLETE
81212026-08-04T17:59:23.022Z[ recovery-image] Aug 04 17:59:22.399 INFO O| Aug 04 17:59:22.399 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-08-04T17:59:23.031Z[ recovery-image] Aug 04 17:59:22.409 INFO O| Aug 04 17:59:22.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
81232026-08-04T17:59:23.031Z[ recovery-image] Aug 04 17:59:22.409 INFO O| Aug 04 17:59:22.409 INFO STEP 891 (remove_files) COMPLETE
81242026-08-04T17:59:23.035Z[ recovery-image] Aug 04 17:59:22.409 INFO O| Aug 04 17:59:22.409 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-08-04T17:59:23.042Z[ recovery-image] Aug 04 17:59:22.420 INFO O| Aug 04 17:59:22.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
81262026-08-04T17:59:23.042Z[ recovery-image] Aug 04 17:59:22.420 INFO O| Aug 04 17:59:22.420 INFO STEP 892 (remove_files) COMPLETE
81272026-08-04T17:59:23.045Z[ recovery-image] Aug 04 17:59:22.420 INFO O| Aug 04 17:59:22.420 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-08-04T17:59:23.053Z[ recovery-image] Aug 04 17:59:22.431 INFO O| Aug 04 17:59:22.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
81292026-08-04T17:59:23.053Z[ recovery-image] Aug 04 17:59:22.431 INFO O| Aug 04 17:59:22.431 INFO STEP 893 (remove_files) COMPLETE
81302026-08-04T17:59:23.053Z[ recovery-image] Aug 04 17:59:22.431 INFO O| Aug 04 17:59:22.431 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-08-04T17:59:23.063Z[ recovery-image] Aug 04 17:59:22.441 INFO O| Aug 04 17:59:22.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
81322026-08-04T17:59:23.063Z[ recovery-image] Aug 04 17:59:22.441 INFO O| Aug 04 17:59:22.441 INFO STEP 894 (remove_files) COMPLETE
81332026-08-04T17:59:23.063Z[ recovery-image] Aug 04 17:59:22.441 INFO O| Aug 04 17:59:22.441 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-08-04T17:59:23.073Z[ recovery-image] Aug 04 17:59:22.451 INFO O| Aug 04 17:59:22.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
81352026-08-04T17:59:23.073Z[ recovery-image] Aug 04 17:59:22.451 INFO O| Aug 04 17:59:22.451 INFO STEP 895 (remove_files) COMPLETE
81362026-08-04T17:59:23.073Z[ recovery-image] Aug 04 17:59:22.451 INFO O| Aug 04 17:59:22.451 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-08-04T17:59:23.081Z[ recovery-image] Aug 04 17:59:22.459 INFO O| Aug 04 17:59:22.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
81382026-08-04T17:59:23.082Z[ recovery-image] Aug 04 17:59:22.459 INFO O| Aug 04 17:59:22.459 INFO STEP 896 (remove_files) COMPLETE
81392026-08-04T17:59:23.082Z[ recovery-image] Aug 04 17:59:22.459 INFO O| Aug 04 17:59:22.459 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-08-04T17:59:23.092Z[ recovery-image] Aug 04 17:59:22.470 INFO O| Aug 04 17:59:22.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
81412026-08-04T17:59:23.092Z[ recovery-image] Aug 04 17:59:22.470 INFO O| Aug 04 17:59:22.470 INFO STEP 897 (remove_files) COMPLETE
81422026-08-04T17:59:23.092Z[ recovery-image] Aug 04 17:59:22.470 INFO O| Aug 04 17:59:22.470 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-08-04T17:59:23.101Z[ recovery-image] Aug 04 17:59:22.479 INFO O| Aug 04 17:59:22.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
81442026-08-04T17:59:23.101Z[ recovery-image] Aug 04 17:59:22.479 INFO O| Aug 04 17:59:22.479 INFO STEP 898 (remove_files) COMPLETE
81452026-08-04T17:59:23.104Z[ recovery-image] Aug 04 17:59:22.479 INFO O| Aug 04 17:59:22.479 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-08-04T17:59:23.110Z[ recovery-image] Aug 04 17:59:22.488 INFO O| Aug 04 17:59:22.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
81472026-08-04T17:59:23.110Z[ recovery-image] Aug 04 17:59:22.488 INFO O| Aug 04 17:59:22.488 INFO STEP 899 (remove_files) COMPLETE
81482026-08-04T17:59:23.113Z[ recovery-image] Aug 04 17:59:22.488 INFO O| Aug 04 17:59:22.488 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-08-04T17:59:23.120Z[ recovery-image] Aug 04 17:59:22.498 INFO O| Aug 04 17:59:22.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
81502026-08-04T17:59:23.121Z[ recovery-image] Aug 04 17:59:22.498 INFO O| Aug 04 17:59:22.498 INFO STEP 900 (remove_files) COMPLETE
81512026-08-04T17:59:23.125Z[ recovery-image] Aug 04 17:59:22.498 INFO O| Aug 04 17:59:22.498 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-08-04T17:59:23.129Z[ recovery-image] Aug 04 17:59:22.507 INFO O| Aug 04 17:59:22.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
81532026-08-04T17:59:23.129Z[ recovery-image] Aug 04 17:59:22.507 INFO O| Aug 04 17:59:22.507 INFO STEP 901 (remove_files) COMPLETE
81542026-08-04T17:59:23.132Z[ recovery-image] Aug 04 17:59:22.507 INFO O| Aug 04 17:59:22.507 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-08-04T17:59:23.140Z[ recovery-image] Aug 04 17:59:22.518 INFO O| Aug 04 17:59:22.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
81562026-08-04T17:59:23.140Z[ recovery-image] Aug 04 17:59:22.518 INFO O| Aug 04 17:59:22.518 INFO STEP 902 (remove_files) COMPLETE
81572026-08-04T17:59:23.140Z[ recovery-image] Aug 04 17:59:22.518 INFO O| Aug 04 17:59:22.518 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-08-04T17:59:23.152Z[ recovery-image] Aug 04 17:59:22.530 INFO O| Aug 04 17:59:22.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
81592026-08-04T17:59:23.152Z[ recovery-image] Aug 04 17:59:22.530 INFO O| Aug 04 17:59:22.530 INFO STEP 903 (remove_files) COMPLETE
81602026-08-04T17:59:23.155Z[ recovery-image] Aug 04 17:59:22.530 INFO O| Aug 04 17:59:22.530 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-08-04T17:59:23.161Z[ recovery-image] Aug 04 17:59:22.539 INFO O| Aug 04 17:59:22.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
81622026-08-04T17:59:23.161Z[ recovery-image] Aug 04 17:59:22.539 INFO O| Aug 04 17:59:22.539 INFO STEP 904 (remove_files) COMPLETE
81632026-08-04T17:59:23.165Z[ recovery-image] Aug 04 17:59:22.539 INFO O| Aug 04 17:59:22.539 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-08-04T17:59:23.169Z[ recovery-image] Aug 04 17:59:22.547 INFO O| Aug 04 17:59:22.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
81652026-08-04T17:59:23.169Z[ recovery-image] Aug 04 17:59:22.547 INFO O| Aug 04 17:59:22.547 INFO STEP 905 (remove_files) COMPLETE
81662026-08-04T17:59:23.169Z[ recovery-image] Aug 04 17:59:22.547 INFO O| Aug 04 17:59:22.547 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-08-04T17:59:23.179Z[ recovery-image] Aug 04 17:59:22.557 INFO O| Aug 04 17:59:22.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
81682026-08-04T17:59:23.179Z[ recovery-image] Aug 04 17:59:22.557 INFO O| Aug 04 17:59:22.557 INFO STEP 906 (remove_files) COMPLETE
81692026-08-04T17:59:23.182Z[ recovery-image] Aug 04 17:59:22.557 INFO O| Aug 04 17:59:22.557 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-08-04T17:59:23.190Z[ recovery-image] Aug 04 17:59:22.568 INFO O| Aug 04 17:59:22.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
81712026-08-04T17:59:23.190Z[ recovery-image] Aug 04 17:59:22.568 INFO O| Aug 04 17:59:22.568 INFO STEP 907 (remove_files) COMPLETE
81722026-08-04T17:59:23.196Z[ recovery-image] Aug 04 17:59:22.568 INFO O| Aug 04 17:59:22.568 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-08-04T17:59:23.200Z[ recovery-image] Aug 04 17:59:22.578 INFO O| Aug 04 17:59:22.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
81742026-08-04T17:59:23.200Z[ recovery-image] Aug 04 17:59:22.578 INFO O| Aug 04 17:59:22.578 INFO STEP 908 (remove_files) COMPLETE
81752026-08-04T17:59:23.203Z[ recovery-image] Aug 04 17:59:22.578 INFO O| Aug 04 17:59:22.578 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-08-04T17:59:23.211Z[ recovery-image] Aug 04 17:59:22.589 INFO O| Aug 04 17:59:22.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
81772026-08-04T17:59:23.211Z[ recovery-image] Aug 04 17:59:22.589 INFO O| Aug 04 17:59:22.589 INFO STEP 909 (remove_files) COMPLETE
81782026-08-04T17:59:23.211Z[ recovery-image] Aug 04 17:59:22.589 INFO O| Aug 04 17:59:22.589 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-08-04T17:59:23.222Z[ recovery-image] Aug 04 17:59:22.600 INFO O| Aug 04 17:59:22.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
81802026-08-04T17:59:23.222Z[ recovery-image] Aug 04 17:59:22.600 INFO O| Aug 04 17:59:22.600 INFO STEP 910 (remove_files) COMPLETE
81812026-08-04T17:59:23.222Z[ recovery-image] Aug 04 17:59:22.600 INFO O| Aug 04 17:59:22.600 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-08-04T17:59:23.232Z[ recovery-image] Aug 04 17:59:22.610 INFO O| Aug 04 17:59:22.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
81832026-08-04T17:59:23.232Z[ recovery-image] Aug 04 17:59:22.610 INFO O| Aug 04 17:59:22.610 INFO STEP 911 (remove_files) COMPLETE
81842026-08-04T17:59:23.232Z[ recovery-image] Aug 04 17:59:22.610 INFO O| Aug 04 17:59:22.610 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-08-04T17:59:23.242Z[ recovery-image] Aug 04 17:59:22.620 INFO O| Aug 04 17:59:22.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
81862026-08-04T17:59:23.242Z[ recovery-image] Aug 04 17:59:22.620 INFO O| Aug 04 17:59:22.620 INFO STEP 912 (remove_files) COMPLETE
81872026-08-04T17:59:23.242Z[ recovery-image] Aug 04 17:59:22.620 INFO O| Aug 04 17:59:22.620 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-08-04T17:59:23.251Z[ recovery-image] Aug 04 17:59:22.628 INFO O| Aug 04 17:59:22.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81892026-08-04T17:59:23.251Z[ recovery-image] Aug 04 17:59:22.628 INFO O| Aug 04 17:59:22.628 INFO STEP 913 (remove_files) COMPLETE
81902026-08-04T17:59:23.251Z[ recovery-image] Aug 04 17:59:22.628 INFO O| Aug 04 17:59:22.628 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-08-04T17:59:23.261Z[ recovery-image] Aug 04 17:59:22.639 INFO O| Aug 04 17:59:22.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81922026-08-04T17:59:23.261Z[ recovery-image] Aug 04 17:59:22.639 INFO O| Aug 04 17:59:22.639 INFO STEP 914 (remove_files) COMPLETE
81932026-08-04T17:59:23.265Z[ recovery-image] Aug 04 17:59:22.639 INFO O| Aug 04 17:59:22.639 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-08-04T17:59:23.271Z[ recovery-image] Aug 04 17:59:22.649 INFO O| Aug 04 17:59:22.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81952026-08-04T17:59:23.271Z[ recovery-image] Aug 04 17:59:22.649 INFO O| Aug 04 17:59:22.649 INFO STEP 915 (remove_files) COMPLETE
81962026-08-04T17:59:23.271Z[ recovery-image] Aug 04 17:59:22.649 INFO O| Aug 04 17:59:22.649 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-08-04T17:59:23.281Z[ recovery-image] Aug 04 17:59:22.660 INFO O| Aug 04 17:59:22.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81982026-08-04T17:59:23.282Z[ recovery-image] Aug 04 17:59:22.660 INFO O| Aug 04 17:59:22.660 INFO STEP 916 (remove_files) COMPLETE
81992026-08-04T17:59:23.282Z[ recovery-image] Aug 04 17:59:22.660 INFO O| Aug 04 17:59:22.660 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-08-04T17:59:23.290Z[ recovery-image] Aug 04 17:59:22.668 INFO O| Aug 04 17:59:22.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
82012026-08-04T17:59:23.290Z[ recovery-image] Aug 04 17:59:22.668 INFO O| Aug 04 17:59:22.668 INFO STEP 917 (remove_files) COMPLETE
82022026-08-04T17:59:23.293Z[ recovery-image] Aug 04 17:59:22.668 INFO O| Aug 04 17:59:22.668 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-08-04T17:59:23.299Z[ recovery-image] Aug 04 17:59:22.677 INFO O| Aug 04 17:59:22.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
82042026-08-04T17:59:23.299Z[ recovery-image] Aug 04 17:59:22.677 INFO O| Aug 04 17:59:22.677 INFO STEP 918 (remove_files) COMPLETE
82052026-08-04T17:59:23.302Z[ recovery-image] Aug 04 17:59:22.677 INFO O| Aug 04 17:59:22.677 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-08-04T17:59:23.309Z[ recovery-image] Aug 04 17:59:22.687 INFO O| Aug 04 17:59:22.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
82072026-08-04T17:59:23.309Z[ recovery-image] Aug 04 17:59:22.687 INFO O| Aug 04 17:59:22.687 INFO STEP 919 (remove_files) COMPLETE
82082026-08-04T17:59:23.312Z[ recovery-image] Aug 04 17:59:22.687 INFO O| Aug 04 17:59:22.687 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-08-04T17:59:23.315Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
82102026-08-04T17:59:23.320Z[ recovery-image] Aug 04 17:59:22.698 INFO O| Aug 04 17:59:22.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
82112026-08-04T17:59:23.320Z[ recovery-image] Aug 04 17:59:22.698 INFO O| Aug 04 17:59:22.698 INFO STEP 920 (remove_files) COMPLETE
82122026-08-04T17:59:23.323Z[ recovery-image] Aug 04 17:59:22.698 INFO O| Aug 04 17:59:22.698 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-08-04T17:59:23.331Z[ recovery-image] Aug 04 17:59:22.708 INFO O| Aug 04 17:59:22.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
82142026-08-04T17:59:23.331Z[ recovery-image] Aug 04 17:59:22.708 INFO O| Aug 04 17:59:22.708 INFO STEP 921 (remove_files) COMPLETE
82152026-08-04T17:59:23.331Z[ recovery-image] Aug 04 17:59:22.708 INFO O| Aug 04 17:59:22.708 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-08-04T17:59:23.340Z[ recovery-image] Aug 04 17:59:22.718 INFO O| Aug 04 17:59:22.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
82172026-08-04T17:59:23.340Z[ recovery-image] Aug 04 17:59:22.718 INFO O| Aug 04 17:59:22.718 INFO STEP 922 (remove_files) COMPLETE
82182026-08-04T17:59:23.340Z[ recovery-image] Aug 04 17:59:22.718 INFO O| Aug 04 17:59:22.718 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-08-04T17:59:23.351Z[ recovery-image] Aug 04 17:59:22.729 INFO O| Aug 04 17:59:22.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
82202026-08-04T17:59:23.351Z[ recovery-image] Aug 04 17:59:22.729 INFO O| Aug 04 17:59:22.729 INFO STEP 923 (remove_files) COMPLETE
82212026-08-04T17:59:23.354Z[ recovery-image] Aug 04 17:59:22.729 INFO O| Aug 04 17:59:22.729 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-08-04T17:59:23.360Z[ recovery-image] Aug 04 17:59:22.738 INFO O| Aug 04 17:59:22.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
82232026-08-04T17:59:23.360Z[ recovery-image] Aug 04 17:59:22.738 INFO O| Aug 04 17:59:22.738 INFO STEP 924 (remove_files) COMPLETE
82242026-08-04T17:59:23.363Z[ recovery-image] Aug 04 17:59:22.738 INFO O| Aug 04 17:59:22.738 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-08-04T17:59:23.369Z[ recovery-image] Aug 04 17:59:22.747 INFO O| Aug 04 17:59:22.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
82262026-08-04T17:59:23.369Z[ recovery-image] Aug 04 17:59:22.747 INFO O| Aug 04 17:59:22.747 INFO STEP 925 (remove_files) COMPLETE
82272026-08-04T17:59:23.369Z[ recovery-image] Aug 04 17:59:22.747 INFO O| Aug 04 17:59:22.747 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-08-04T17:59:23.380Z[ recovery-image] Aug 04 17:59:22.758 INFO O| Aug 04 17:59:22.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
82292026-08-04T17:59:23.380Z[ recovery-image] Aug 04 17:59:22.758 INFO O| Aug 04 17:59:22.758 INFO STEP 926 (remove_files) COMPLETE
82302026-08-04T17:59:23.380Z[ recovery-image] Aug 04 17:59:22.758 INFO O| Aug 04 17:59:22.758 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-08-04T17:59:23.390Z[ recovery-image] Aug 04 17:59:22.768 INFO O| Aug 04 17:59:22.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
82322026-08-04T17:59:23.390Z[ recovery-image] Aug 04 17:59:22.768 INFO O| Aug 04 17:59:22.768 INFO STEP 927 (remove_files) COMPLETE
82332026-08-04T17:59:23.390Z[ recovery-image] Aug 04 17:59:22.768 INFO O| Aug 04 17:59:22.768 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-08-04T17:59:23.394Z[verify-libraries] Compiling socket2 v0.5.10
82352026-08-04T17:59:23.400Z[ recovery-image] Aug 04 17:59:22.778 INFO O| Aug 04 17:59:22.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
82362026-08-04T17:59:23.400Z[ recovery-image] Aug 04 17:59:22.779 INFO O| Aug 04 17:59:22.779 INFO STEP 928 (remove_files) COMPLETE
82372026-08-04T17:59:23.400Z[ recovery-image] Aug 04 17:59:22.779 INFO O| Aug 04 17:59:22.779 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-08-04T17:59:23.411Z[ recovery-image] Aug 04 17:59:22.789 INFO O| Aug 04 17:59:22.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
82392026-08-04T17:59:23.411Z[ recovery-image] Aug 04 17:59:22.789 INFO O| Aug 04 17:59:22.789 INFO STEP 929 (remove_files) COMPLETE
82402026-08-04T17:59:23.411Z[ recovery-image] Aug 04 17:59:22.789 INFO O| Aug 04 17:59:22.789 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-04T17:59:23.421Z[ recovery-image] Aug 04 17:59:22.799 INFO O| Aug 04 17:59:22.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
82422026-08-04T17:59:23.421Z[ recovery-image] Aug 04 17:59:22.800 INFO O| Aug 04 17:59:22.799 INFO STEP 930 (remove_files) COMPLETE
82432026-08-04T17:59:23.425Z[ recovery-image] Aug 04 17:59:22.800 INFO O| Aug 04 17:59:22.800 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-04T17:59:23.432Z[ recovery-image] Aug 04 17:59:22.810 INFO O| Aug 04 17:59:22.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
82452026-08-04T17:59:23.435Z[ recovery-image] Aug 04 17:59:22.811 INFO O| Aug 04 17:59:22.811 INFO STEP 931 (remove_files) COMPLETE
82462026-08-04T17:59:23.435Z[ recovery-image] Aug 04 17:59:22.811 INFO O| Aug 04 17:59:22.811 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-04T17:59:23.442Z[ recovery-image] Aug 04 17:59:22.820 INFO O| Aug 04 17:59:22.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
82482026-08-04T17:59:23.442Z[ recovery-image] Aug 04 17:59:22.820 INFO O| Aug 04 17:59:22.820 INFO STEP 932 (remove_files) COMPLETE
82492026-08-04T17:59:23.442Z[ recovery-image] Aug 04 17:59:22.820 INFO O| Aug 04 17:59:22.820 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-04T17:59:23.451Z[ recovery-image] Aug 04 17:59:22.829 INFO O| Aug 04 17:59:22.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
82512026-08-04T17:59:23.451Z[ recovery-image] Aug 04 17:59:22.829 INFO O| Aug 04 17:59:22.829 INFO STEP 933 (remove_files) COMPLETE
82522026-08-04T17:59:23.451Z[ recovery-image] Aug 04 17:59:22.829 INFO O| Aug 04 17:59:22.829 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-04T17:59:23.491Z[ recovery-image] Aug 04 17:59:22.837 INFO O| Aug 04 17:59:22.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
82542026-08-04T17:59:23.491Z[ recovery-image] Aug 04 17:59:22.838 INFO O| Aug 04 17:59:22.838 INFO STEP 934 (remove_files) COMPLETE
82552026-08-04T17:59:23.491Z[ recovery-image] Aug 04 17:59:22.838 INFO O| Aug 04 17:59:22.838 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-04T17:59:23.491Z[ recovery-image] Aug 04 17:59:22.847 INFO O| Aug 04 17:59:22.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
82572026-08-04T17:59:23.491Z[ recovery-image] Aug 04 17:59:22.847 INFO O| Aug 04 17:59:22.847 INFO STEP 935 (remove_files) COMPLETE
82582026-08-04T17:59:23.491Z[ recovery-image] Aug 04 17:59:22.847 INFO O| Aug 04 17:59:22.847 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-04T17:59:23.491Z[ recovery-image] Aug 04 17:59:22.856 INFO O| Aug 04 17:59:22.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
82602026-08-04T17:59:23.491Z[ recovery-image] Aug 04 17:59:22.856 INFO O| Aug 04 17:59:22.856 INFO STEP 936 (remove_files) COMPLETE
82612026-08-04T17:59:23.491Z[ recovery-image] Aug 04 17:59:22.856 INFO O| Aug 04 17:59:22.856 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-04T17:59:23.491Z[ recovery-image] Aug 04 17:59:22.866 INFO O| Aug 04 17:59:22.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
82632026-08-04T17:59:23.491Z[ recovery-image] Aug 04 17:59:22.867 INFO O| Aug 04 17:59:22.867 INFO STEP 937 (remove_files) COMPLETE
82642026-08-04T17:59:23.491Z[ recovery-image] Aug 04 17:59:22.867 INFO O| Aug 04 17:59:22.867 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-04T17:59:23.500Z[ recovery-image] Aug 04 17:59:22.878 INFO O| Aug 04 17:59:22.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
82662026-08-04T17:59:23.500Z[ recovery-image] Aug 04 17:59:22.878 INFO O| Aug 04 17:59:22.878 INFO STEP 938 (remove_files) COMPLETE
82672026-08-04T17:59:23.503Z[ recovery-image] Aug 04 17:59:22.878 INFO O| Aug 04 17:59:22.878 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-04T17:59:23.510Z[ recovery-image] Aug 04 17:59:22.888 INFO O| Aug 04 17:59:22.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
82692026-08-04T17:59:23.510Z[ recovery-image] Aug 04 17:59:22.888 INFO O| Aug 04 17:59:22.888 INFO STEP 939 (remove_files) COMPLETE
82702026-08-04T17:59:23.513Z[ recovery-image] Aug 04 17:59:22.888 INFO O| Aug 04 17:59:22.888 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-04T17:59:23.520Z[ recovery-image] Aug 04 17:59:22.898 INFO O| Aug 04 17:59:22.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
82722026-08-04T17:59:23.520Z[ recovery-image] Aug 04 17:59:22.898 INFO O| Aug 04 17:59:22.898 INFO STEP 940 (remove_files) COMPLETE
82732026-08-04T17:59:23.520Z[ recovery-image] Aug 04 17:59:22.898 INFO O| Aug 04 17:59:22.898 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-04T17:59:23.532Z[ recovery-image] Aug 04 17:59:22.910 INFO O| Aug 04 17:59:22.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
82752026-08-04T17:59:23.532Z[ recovery-image] Aug 04 17:59:22.910 INFO O| Aug 04 17:59:22.910 INFO STEP 941 (remove_files) COMPLETE
82762026-08-04T17:59:23.532Z[ recovery-image] Aug 04 17:59:22.910 INFO O| Aug 04 17:59:22.910 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-04T17:59:23.543Z[ recovery-image] Aug 04 17:59:22.921 INFO O| Aug 04 17:59:22.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
82782026-08-04T17:59:23.543Z[ recovery-image] Aug 04 17:59:22.921 INFO O| Aug 04 17:59:22.921 INFO STEP 942 (remove_files) COMPLETE
82792026-08-04T17:59:23.543Z[ recovery-image] Aug 04 17:59:22.921 INFO O| Aug 04 17:59:22.921 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-04T17:59:23.553Z[ recovery-image] Aug 04 17:59:22.931 INFO O| Aug 04 17:59:22.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
82812026-08-04T17:59:23.553Z[ recovery-image] Aug 04 17:59:22.931 INFO O| Aug 04 17:59:22.931 INFO STEP 943 (remove_files) COMPLETE
82822026-08-04T17:59:23.556Z[ recovery-image] Aug 04 17:59:22.931 INFO O| Aug 04 17:59:22.931 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-04T17:59:23.563Z[ recovery-image] Aug 04 17:59:22.941 INFO O| Aug 04 17:59:22.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
82842026-08-04T17:59:23.563Z[ recovery-image] Aug 04 17:59:22.941 INFO O| Aug 04 17:59:22.941 INFO STEP 944 (remove_files) COMPLETE
82852026-08-04T17:59:23.563Z[ recovery-image] Aug 04 17:59:22.941 INFO O| Aug 04 17:59:22.941 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-04T17:59:23.573Z[ recovery-image] Aug 04 17:59:22.951 INFO O| Aug 04 17:59:22.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
82872026-08-04T17:59:23.573Z[ recovery-image] Aug 04 17:59:22.951 INFO O| Aug 04 17:59:22.951 INFO STEP 945 (remove_files) COMPLETE
82882026-08-04T17:59:23.576Z[ recovery-image] Aug 04 17:59:22.951 INFO O| Aug 04 17:59:22.951 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-04T17:59:23.584Z[ recovery-image] Aug 04 17:59:22.962 INFO O| Aug 04 17:59:22.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82902026-08-04T17:59:23.584Z[ recovery-image] Aug 04 17:59:22.962 INFO O| Aug 04 17:59:22.962 INFO STEP 946 (remove_files) COMPLETE
82912026-08-04T17:59:23.587Z[ recovery-image] Aug 04 17:59:22.962 INFO O| Aug 04 17:59:22.962 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-04T17:59:23.593Z[ recovery-image] Aug 04 17:59:22.971 INFO O| Aug 04 17:59:22.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82932026-08-04T17:59:23.593Z[ recovery-image] Aug 04 17:59:22.971 INFO O| Aug 04 17:59:22.971 INFO STEP 947 (remove_files) COMPLETE
82942026-08-04T17:59:23.593Z[ recovery-image] Aug 04 17:59:22.971 INFO O| Aug 04 17:59:22.971 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-04T17:59:23.601Z[ recovery-image] Aug 04 17:59:22.980 INFO O| Aug 04 17:59:22.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82962026-08-04T17:59:23.602Z[ recovery-image] Aug 04 17:59:22.980 INFO O| Aug 04 17:59:22.980 INFO STEP 948 (remove_files) COMPLETE
82972026-08-04T17:59:23.602Z[ recovery-image] Aug 04 17:59:22.980 INFO O| Aug 04 17:59:22.980 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-04T17:59:23.612Z[ recovery-image] Aug 04 17:59:22.990 INFO O| Aug 04 17:59:22.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82992026-08-04T17:59:23.612Z[ recovery-image] Aug 04 17:59:22.990 INFO O| Aug 04 17:59:22.990 INFO STEP 949 (remove_files) COMPLETE
83002026-08-04T17:59:23.612Z[ recovery-image] Aug 04 17:59:22.990 INFO O| Aug 04 17:59:22.990 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-04T17:59:23.623Z[ recovery-image] Aug 04 17:59:23.001 INFO O| Aug 04 17:59:23.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
83022026-08-04T17:59:23.623Z[ recovery-image] Aug 04 17:59:23.001 INFO O| Aug 04 17:59:23.001 INFO STEP 950 (remove_files) COMPLETE
83032026-08-04T17:59:23.623Z[ recovery-image] Aug 04 17:59:23.001 INFO O| Aug 04 17:59:23.001 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-08-04T17:59:23.634Z[ recovery-image] Aug 04 17:59:23.012 INFO O| Aug 04 17:59:23.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
83052026-08-04T17:59:23.634Z[ recovery-image] Aug 04 17:59:23.012 INFO O| Aug 04 17:59:23.012 INFO STEP 951 (remove_files) COMPLETE
83062026-08-04T17:59:23.637Z[ recovery-image] Aug 04 17:59:23.012 INFO O| Aug 04 17:59:23.012 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-08-04T17:59:23.640Z[verify-libraries] Compiling internet-checksum v0.2.1
83082026-08-04T17:59:23.645Z[ recovery-image] Aug 04 17:59:23.023 INFO O| Aug 04 17:59:23.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
83092026-08-04T17:59:23.645Z[ recovery-image] Aug 04 17:59:23.023 INFO O| Aug 04 17:59:23.023 INFO STEP 952 (remove_files) COMPLETE
83102026-08-04T17:59:23.645Z[ recovery-image] Aug 04 17:59:23.023 INFO O| Aug 04 17:59:23.023 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-04T17:59:23.655Z[ recovery-image] Aug 04 17:59:23.033 INFO O| Aug 04 17:59:23.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
83122026-08-04T17:59:23.655Z[ recovery-image] Aug 04 17:59:23.033 INFO O| Aug 04 17:59:23.033 INFO STEP 953 (remove_files) COMPLETE
83132026-08-04T17:59:23.656Z[ recovery-image] Aug 04 17:59:23.033 INFO O| Aug 04 17:59:23.033 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-08-04T17:59:23.663Z[ recovery-image] Aug 04 17:59:23.041 INFO O| Aug 04 17:59:23.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
83152026-08-04T17:59:23.664Z[ recovery-image] Aug 04 17:59:23.042 INFO O| Aug 04 17:59:23.042 INFO STEP 954 (remove_files) COMPLETE
83162026-08-04T17:59:23.667Z[ recovery-image] Aug 04 17:59:23.042 INFO O| Aug 04 17:59:23.042 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-04T17:59:23.674Z[ recovery-image] Aug 04 17:59:23.052 INFO O| Aug 04 17:59:23.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
83182026-08-04T17:59:23.674Z[ recovery-image] Aug 04 17:59:23.052 INFO O| Aug 04 17:59:23.052 INFO STEP 955 (remove_files) COMPLETE
83192026-08-04T17:59:23.674Z[ recovery-image] Aug 04 17:59:23.052 INFO O| Aug 04 17:59:23.052 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-04T17:59:23.697Z[ recovery-image] Aug 04 17:59:23.075 INFO O| Aug 04 17:59:23.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
83212026-08-04T17:59:23.698Z[ recovery-image] Aug 04 17:59:23.076 INFO O| Aug 04 17:59:23.076 INFO STEP 956 (remove_files) COMPLETE
83222026-08-04T17:59:23.700Z[ recovery-image] Aug 04 17:59:23.076 INFO O| Aug 04 17:59:23.076 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-08-04T17:59:23.707Z[ recovery-image] Aug 04 17:59:23.085 INFO O| Aug 04 17:59:23.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
83242026-08-04T17:59:23.707Z[ recovery-image] Aug 04 17:59:23.085 INFO O| Aug 04 17:59:23.085 INFO STEP 957 (remove_files) COMPLETE
83252026-08-04T17:59:23.710Z[ recovery-image] Aug 04 17:59:23.085 INFO O| Aug 04 17:59:23.085 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-08-04T17:59:23.718Z[ recovery-image] Aug 04 17:59:23.096 INFO O| Aug 04 17:59:23.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
83272026-08-04T17:59:23.718Z[ recovery-image] Aug 04 17:59:23.096 INFO O| Aug 04 17:59:23.096 INFO STEP 958 (remove_files) COMPLETE
83282026-08-04T17:59:23.718Z[ recovery-image] Aug 04 17:59:23.096 INFO O| Aug 04 17:59:23.096 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-08-04T17:59:23.728Z[ recovery-image] Aug 04 17:59:23.106 INFO O| Aug 04 17:59:23.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
83302026-08-04T17:59:23.728Z[ recovery-image] Aug 04 17:59:23.106 INFO O| Aug 04 17:59:23.106 INFO STEP 959 (remove_files) COMPLETE
83312026-08-04T17:59:23.728Z[ recovery-image] Aug 04 17:59:23.106 INFO O| Aug 04 17:59:23.106 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-08-04T17:59:23.744Z[ recovery-image] Aug 04 17:59:23.118 INFO O| Aug 04 17:59:23.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
83332026-08-04T17:59:23.744Z[ recovery-image] Aug 04 17:59:23.118 INFO O| Aug 04 17:59:23.118 INFO STEP 960 (remove_files) COMPLETE
83342026-08-04T17:59:23.744Z[ recovery-image] Aug 04 17:59:23.118 INFO O| Aug 04 17:59:23.118 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-08-04T17:59:23.749Z[ recovery-image] Aug 04 17:59:23.127 INFO O| Aug 04 17:59:23.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
83362026-08-04T17:59:23.750Z[ recovery-image] Aug 04 17:59:23.127 INFO O| Aug 04 17:59:23.127 INFO STEP 961 (remove_files) COMPLETE
83372026-08-04T17:59:23.754Z[ recovery-image] Aug 04 17:59:23.127 INFO O| Aug 04 17:59:23.127 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-08-04T17:59:23.759Z[ recovery-image] Aug 04 17:59:23.137 INFO O| Aug 04 17:59:23.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
83392026-08-04T17:59:23.759Z[ recovery-image] Aug 04 17:59:23.138 INFO O| Aug 04 17:59:23.137 INFO STEP 962 (remove_files) COMPLETE
83402026-08-04T17:59:23.762Z[ recovery-image] Aug 04 17:59:23.138 INFO O| Aug 04 17:59:23.138 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-08-04T17:59:23.769Z[ recovery-image] Aug 04 17:59:23.147 INFO O| Aug 04 17:59:23.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
83422026-08-04T17:59:23.769Z[ recovery-image] Aug 04 17:59:23.147 INFO O| Aug 04 17:59:23.147 INFO STEP 963 (remove_files) COMPLETE
83432026-08-04T17:59:23.769Z[ recovery-image] Aug 04 17:59:23.147 INFO O| Aug 04 17:59:23.147 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-08-04T17:59:23.779Z[ recovery-image] Aug 04 17:59:23.157 INFO O| Aug 04 17:59:23.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
83452026-08-04T17:59:23.779Z[ recovery-image] Aug 04 17:59:23.157 INFO O| Aug 04 17:59:23.157 INFO STEP 964 (remove_files) COMPLETE
83462026-08-04T17:59:23.780Z[ recovery-image] Aug 04 17:59:23.157 INFO O| Aug 04 17:59:23.157 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-04T17:59:23.789Z[ recovery-image] Aug 04 17:59:23.167 INFO O| Aug 04 17:59:23.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
83482026-08-04T17:59:23.789Z[ recovery-image] Aug 04 17:59:23.167 INFO O| Aug 04 17:59:23.167 INFO STEP 965 (remove_files) COMPLETE
83492026-08-04T17:59:23.792Z[ recovery-image] Aug 04 17:59:23.167 INFO O| Aug 04 17:59:23.167 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-08-04T17:59:23.799Z[ recovery-image] Aug 04 17:59:23.177 INFO O| Aug 04 17:59:23.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
83512026-08-04T17:59:23.799Z[ recovery-image] Aug 04 17:59:23.177 INFO O| Aug 04 17:59:23.177 INFO STEP 966 (remove_files) COMPLETE
83522026-08-04T17:59:23.800Z[ recovery-image] Aug 04 17:59:23.177 INFO O| Aug 04 17:59:23.177 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-08-04T17:59:23.810Z[ recovery-image] Aug 04 17:59:23.187 INFO O| Aug 04 17:59:23.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
83542026-08-04T17:59:23.811Z[ recovery-image] Aug 04 17:59:23.187 INFO O| Aug 04 17:59:23.187 INFO STEP 967 (remove_files) COMPLETE
83552026-08-04T17:59:23.811Z[ recovery-image] Aug 04 17:59:23.187 INFO O| Aug 04 17:59:23.187 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-08-04T17:59:23.818Z[ recovery-image] Aug 04 17:59:23.196 INFO O| Aug 04 17:59:23.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
83572026-08-04T17:59:23.818Z[ recovery-image] Aug 04 17:59:23.196 INFO O| Aug 04 17:59:23.196 INFO STEP 968 (remove_files) COMPLETE
83582026-08-04T17:59:23.818Z[ recovery-image] Aug 04 17:59:23.196 INFO O| Aug 04 17:59:23.196 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-08-04T17:59:23.826Z[ recovery-image] Aug 04 17:59:23.204 INFO O| Aug 04 17:59:23.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
83602026-08-04T17:59:23.826Z[ recovery-image] Aug 04 17:59:23.204 INFO O| Aug 04 17:59:23.204 INFO STEP 969 (remove_files) COMPLETE
83612026-08-04T17:59:23.826Z[ recovery-image] Aug 04 17:59:23.204 INFO O| Aug 04 17:59:23.204 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-08-04T17:59:23.839Z[ recovery-image] Aug 04 17:59:23.214 INFO O| Aug 04 17:59:23.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
83632026-08-04T17:59:23.839Z[ recovery-image] Aug 04 17:59:23.214 INFO O| Aug 04 17:59:23.214 INFO STEP 970 (remove_files) COMPLETE
83642026-08-04T17:59:23.839Z[ recovery-image] Aug 04 17:59:23.214 INFO O| Aug 04 17:59:23.214 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-08-04T17:59:23.849Z[ recovery-image] Aug 04 17:59:23.227 INFO O| Aug 04 17:59:23.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
83662026-08-04T17:59:23.849Z[ recovery-image] Aug 04 17:59:23.227 INFO O| Aug 04 17:59:23.227 INFO STEP 971 (remove_files) COMPLETE
83672026-08-04T17:59:23.849Z[ recovery-image] Aug 04 17:59:23.227 INFO O| Aug 04 17:59:23.227 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-08-04T17:59:23.859Z[ recovery-image] Aug 04 17:59:23.237 INFO O| Aug 04 17:59:23.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
83692026-08-04T17:59:23.859Z[ recovery-image] Aug 04 17:59:23.237 INFO O| Aug 04 17:59:23.237 INFO STEP 972 (remove_files) COMPLETE
83702026-08-04T17:59:23.862Z[ recovery-image] Aug 04 17:59:23.237 INFO O| Aug 04 17:59:23.237 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-08-04T17:59:23.871Z[ recovery-image] Aug 04 17:59:23.249 INFO O| Aug 04 17:59:23.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
83722026-08-04T17:59:23.871Z[ recovery-image] Aug 04 17:59:23.249 INFO O| Aug 04 17:59:23.249 INFO STEP 973 (remove_files) COMPLETE
83732026-08-04T17:59:23.874Z[ recovery-image] Aug 04 17:59:23.249 INFO O| Aug 04 17:59:23.249 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-08-04T17:59:23.884Z[ recovery-image] Aug 04 17:59:23.260 INFO O| Aug 04 17:59:23.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
83752026-08-04T17:59:23.884Z[ recovery-image] Aug 04 17:59:23.260 INFO O| Aug 04 17:59:23.260 INFO STEP 974 (remove_files) COMPLETE
83762026-08-04T17:59:23.887Z[ recovery-image] Aug 04 17:59:23.260 INFO O| Aug 04 17:59:23.260 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-08-04T17:59:23.892Z[ recovery-image] Aug 04 17:59:23.270 INFO O| Aug 04 17:59:23.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
83782026-08-04T17:59:23.892Z[ recovery-image] Aug 04 17:59:23.270 INFO O| Aug 04 17:59:23.270 INFO STEP 975 (remove_files) COMPLETE
83792026-08-04T17:59:23.892Z[ recovery-image] Aug 04 17:59:23.270 INFO O| Aug 04 17:59:23.270 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-08-04T17:59:23.902Z[ recovery-image] Aug 04 17:59:23.280 INFO O| Aug 04 17:59:23.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
83812026-08-04T17:59:23.902Z[ recovery-image] Aug 04 17:59:23.280 INFO O| Aug 04 17:59:23.280 INFO STEP 976 (remove_files) COMPLETE
83822026-08-04T17:59:23.902Z[ recovery-image] Aug 04 17:59:23.280 INFO O| Aug 04 17:59:23.280 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-08-04T17:59:23.912Z[ recovery-image] Aug 04 17:59:23.289 INFO O| Aug 04 17:59:23.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
83842026-08-04T17:59:23.912Z[ recovery-image] Aug 04 17:59:23.290 INFO O| Aug 04 17:59:23.290 INFO STEP 977 (remove_files) COMPLETE
83852026-08-04T17:59:23.912Z[ recovery-image] Aug 04 17:59:23.290 INFO O| Aug 04 17:59:23.290 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-08-04T17:59:23.922Z[ recovery-image] Aug 04 17:59:23.300 INFO O| Aug 04 17:59:23.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
83872026-08-04T17:59:23.922Z[ recovery-image] Aug 04 17:59:23.300 INFO O| Aug 04 17:59:23.300 INFO STEP 978 (remove_files) COMPLETE
83882026-08-04T17:59:23.922Z[ recovery-image] Aug 04 17:59:23.300 INFO O| Aug 04 17:59:23.300 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-08-04T17:59:23.933Z[ recovery-image] Aug 04 17:59:23.310 INFO O| Aug 04 17:59:23.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83902026-08-04T17:59:23.934Z[ recovery-image] Aug 04 17:59:23.310 INFO O| Aug 04 17:59:23.310 INFO STEP 979 (remove_files) COMPLETE
83912026-08-04T17:59:23.934Z[ recovery-image] Aug 04 17:59:23.310 INFO O| Aug 04 17:59:23.310 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-08-04T17:59:23.942Z[ recovery-image] Aug 04 17:59:23.320 INFO O| Aug 04 17:59:23.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
83932026-08-04T17:59:23.942Z[ recovery-image] Aug 04 17:59:23.320 INFO O| Aug 04 17:59:23.320 INFO STEP 980 (remove_files) COMPLETE
83942026-08-04T17:59:23.942Z[ recovery-image] Aug 04 17:59:23.320 INFO O| Aug 04 17:59:23.320 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-08-04T17:59:23.951Z[ recovery-image] Aug 04 17:59:23.329 INFO O| Aug 04 17:59:23.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83962026-08-04T17:59:23.951Z[ recovery-image] Aug 04 17:59:23.329 INFO O| Aug 04 17:59:23.329 INFO STEP 981 (remove_files) COMPLETE
83972026-08-04T17:59:23.951Z[ recovery-image] Aug 04 17:59:23.329 INFO O| Aug 04 17:59:23.329 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-08-04T17:59:23.963Z[ recovery-image] Aug 04 17:59:23.339 INFO O| Aug 04 17:59:23.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83992026-08-04T17:59:23.963Z[ recovery-image] Aug 04 17:59:23.339 INFO O| Aug 04 17:59:23.339 INFO STEP 982 (remove_files) COMPLETE
84002026-08-04T17:59:23.963Z[ recovery-image] Aug 04 17:59:23.339 INFO O| Aug 04 17:59:23.339 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-08-04T17:59:23.971Z[ recovery-image] Aug 04 17:59:23.349 INFO O| Aug 04 17:59:23.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
84022026-08-04T17:59:23.971Z[ recovery-image] Aug 04 17:59:23.349 INFO O| Aug 04 17:59:23.349 INFO STEP 983 (remove_files) COMPLETE
84032026-08-04T17:59:23.971Z[ recovery-image] Aug 04 17:59:23.349 INFO O| Aug 04 17:59:23.349 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-08-04T17:59:23.980Z[ recovery-image] Aug 04 17:59:23.358 INFO O| Aug 04 17:59:23.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
84052026-08-04T17:59:23.983Z[ recovery-image] Aug 04 17:59:23.358 INFO O| Aug 04 17:59:23.358 INFO STEP 984 (remove_files) COMPLETE
84062026-08-04T17:59:23.983Z[ recovery-image] Aug 04 17:59:23.358 INFO O| Aug 04 17:59:23.358 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-08-04T17:59:23.989Z[ recovery-image] Aug 04 17:59:23.367 INFO O| Aug 04 17:59:23.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
84082026-08-04T17:59:23.989Z[ recovery-image] Aug 04 17:59:23.367 INFO O| Aug 04 17:59:23.367 INFO STEP 985 (remove_files) COMPLETE
84092026-08-04T17:59:23.992Z[ recovery-image] Aug 04 17:59:23.367 INFO O| Aug 04 17:59:23.367 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-08-04T17:59:23.999Z[ recovery-image] Aug 04 17:59:23.377 INFO O| Aug 04 17:59:23.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
84112026-08-04T17:59:24.002Z[ recovery-image] Aug 04 17:59:23.377 INFO O| Aug 04 17:59:23.377 INFO STEP 986 (remove_files) COMPLETE
84122026-08-04T17:59:24.002Z[ recovery-image] Aug 04 17:59:23.377 INFO O| Aug 04 17:59:23.377 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-08-04T17:59:24.008Z[ recovery-image] Aug 04 17:59:23.386 INFO O| Aug 04 17:59:23.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
84142026-08-04T17:59:24.008Z[ recovery-image] Aug 04 17:59:23.386 INFO O| Aug 04 17:59:23.386 INFO STEP 987 (remove_files) COMPLETE
84152026-08-04T17:59:24.008Z[ recovery-image] Aug 04 17:59:23.386 INFO O| Aug 04 17:59:23.386 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-08-04T17:59:24.011Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
84172026-08-04T17:59:24.018Z[ recovery-image] Aug 04 17:59:23.396 INFO O| Aug 04 17:59:23.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
84182026-08-04T17:59:24.018Z[ recovery-image] Aug 04 17:59:23.396 INFO O| Aug 04 17:59:23.396 INFO STEP 988 (remove_files) COMPLETE
84192026-08-04T17:59:24.018Z[ recovery-image] Aug 04 17:59:23.396 INFO O| Aug 04 17:59:23.396 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-08-04T17:59:24.034Z[ recovery-image] Aug 04 17:59:23.406 INFO O| Aug 04 17:59:23.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
84212026-08-04T17:59:24.034Z[ recovery-image] Aug 04 17:59:23.407 INFO O| Aug 04 17:59:23.407 INFO STEP 989 (remove_files) COMPLETE
84222026-08-04T17:59:24.034Z[ recovery-image] Aug 04 17:59:23.407 INFO O| Aug 04 17:59:23.407 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-08-04T17:59:24.038Z[ recovery-image] Aug 04 17:59:23.417 INFO O| Aug 04 17:59:23.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
84242026-08-04T17:59:24.039Z[ recovery-image] Aug 04 17:59:23.417 INFO O| Aug 04 17:59:23.417 INFO STEP 990 (remove_files) COMPLETE
84252026-08-04T17:59:24.042Z[ recovery-image] Aug 04 17:59:23.417 INFO O| Aug 04 17:59:23.417 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-08-04T17:59:24.049Z[ recovery-image] Aug 04 17:59:23.427 INFO O| Aug 04 17:59:23.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
84272026-08-04T17:59:24.049Z[ recovery-image] Aug 04 17:59:23.427 INFO O| Aug 04 17:59:23.427 INFO STEP 991 (remove_files) COMPLETE
84282026-08-04T17:59:24.049Z[ recovery-image] Aug 04 17:59:23.427 INFO O| Aug 04 17:59:23.427 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-08-04T17:59:24.060Z[ recovery-image] Aug 04 17:59:23.438 INFO O| Aug 04 17:59:23.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
84302026-08-04T17:59:24.060Z[ recovery-image] Aug 04 17:59:23.438 INFO O| Aug 04 17:59:23.438 INFO STEP 992 (remove_files) COMPLETE
84312026-08-04T17:59:24.060Z[ recovery-image] Aug 04 17:59:23.438 INFO O| Aug 04 17:59:23.438 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-08-04T17:59:24.072Z[ recovery-image] Aug 04 17:59:23.450 INFO O| Aug 04 17:59:23.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
84332026-08-04T17:59:24.072Z[ recovery-image] Aug 04 17:59:23.450 INFO O| Aug 04 17:59:23.450 INFO STEP 993 (remove_files) COMPLETE
84342026-08-04T17:59:24.075Z[ recovery-image] Aug 04 17:59:23.450 INFO O| Aug 04 17:59:23.450 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-08-04T17:59:24.083Z[ recovery-image] Aug 04 17:59:23.461 INFO O| Aug 04 17:59:23.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
84362026-08-04T17:59:24.083Z[ recovery-image] Aug 04 17:59:23.461 INFO O| Aug 04 17:59:23.461 INFO STEP 994 (remove_files) COMPLETE
84372026-08-04T17:59:24.083Z[ recovery-image] Aug 04 17:59:23.461 INFO O| Aug 04 17:59:23.461 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-08-04T17:59:24.093Z[ recovery-image] Aug 04 17:59:23.471 INFO O| Aug 04 17:59:23.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
84392026-08-04T17:59:24.093Z[ recovery-image] Aug 04 17:59:23.471 INFO O| Aug 04 17:59:23.471 INFO STEP 995 (remove_files) COMPLETE
84402026-08-04T17:59:24.096Z[ recovery-image] Aug 04 17:59:23.471 INFO O| Aug 04 17:59:23.471 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-08-04T17:59:24.103Z[ recovery-image] Aug 04 17:59:23.481 INFO O| Aug 04 17:59:23.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
84422026-08-04T17:59:24.103Z[ recovery-image] Aug 04 17:59:23.481 INFO O| Aug 04 17:59:23.481 INFO STEP 996 (remove_files) COMPLETE
84432026-08-04T17:59:24.106Z[ recovery-image] Aug 04 17:59:23.481 INFO O| Aug 04 17:59:23.481 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-08-04T17:59:24.113Z[ recovery-image] Aug 04 17:59:23.492 INFO O| Aug 04 17:59:23.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
84452026-08-04T17:59:24.113Z[ recovery-image] Aug 04 17:59:23.492 INFO O| Aug 04 17:59:23.492 INFO STEP 997 (remove_files) COMPLETE
84462026-08-04T17:59:24.114Z[ recovery-image] Aug 04 17:59:23.492 INFO O| Aug 04 17:59:23.492 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-08-04T17:59:24.124Z[ recovery-image] Aug 04 17:59:23.502 INFO O| Aug 04 17:59:23.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
84482026-08-04T17:59:24.127Z[ recovery-image] Aug 04 17:59:23.502 INFO O| Aug 04 17:59:23.502 INFO STEP 998 (remove_files) COMPLETE
84492026-08-04T17:59:24.127Z[ recovery-image] Aug 04 17:59:23.502 INFO O| Aug 04 17:59:23.502 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-08-04T17:59:24.133Z[ recovery-image] Aug 04 17:59:23.511 INFO O| Aug 04 17:59:23.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
84512026-08-04T17:59:24.133Z[ recovery-image] Aug 04 17:59:23.511 INFO O| Aug 04 17:59:23.511 INFO STEP 999 (remove_files) COMPLETE
84522026-08-04T17:59:24.133Z[ recovery-image] Aug 04 17:59:23.511 INFO O| Aug 04 17:59:23.511 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-08-04T17:59:24.145Z[ recovery-image] Aug 04 17:59:23.522 INFO O| Aug 04 17:59:23.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
84542026-08-04T17:59:24.145Z[ recovery-image] Aug 04 17:59:23.522 INFO O| Aug 04 17:59:23.522 INFO STEP 1000 (remove_files) COMPLETE
84552026-08-04T17:59:24.148Z[ recovery-image] Aug 04 17:59:23.522 INFO O| Aug 04 17:59:23.522 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-08-04T17:59:24.155Z[ recovery-image] Aug 04 17:59:23.533 INFO O| Aug 04 17:59:23.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
84572026-08-04T17:59:24.155Z[ recovery-image] Aug 04 17:59:23.533 INFO O| Aug 04 17:59:23.533 INFO STEP 1001 (remove_files) COMPLETE
84582026-08-04T17:59:24.158Z[ recovery-image] Aug 04 17:59:23.533 INFO O| Aug 04 17:59:23.533 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-08-04T17:59:24.163Z[ recovery-image] Aug 04 17:59:23.541 INFO O| Aug 04 17:59:23.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
84602026-08-04T17:59:24.163Z[ recovery-image] Aug 04 17:59:23.541 INFO O| Aug 04 17:59:23.541 INFO STEP 1002 (remove_files) COMPLETE
84612026-08-04T17:59:24.163Z[ recovery-image] Aug 04 17:59:23.541 INFO O| Aug 04 17:59:23.541 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-08-04T17:59:24.171Z[ recovery-image] Aug 04 17:59:23.549 INFO O| Aug 04 17:59:23.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
84632026-08-04T17:59:24.171Z[ recovery-image] Aug 04 17:59:23.549 INFO O| Aug 04 17:59:23.549 INFO STEP 1003 (remove_files) COMPLETE
84642026-08-04T17:59:24.171Z[ recovery-image] Aug 04 17:59:23.549 INFO O| Aug 04 17:59:23.549 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-08-04T17:59:24.179Z[ recovery-image] Aug 04 17:59:23.557 INFO O| Aug 04 17:59:23.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
84662026-08-04T17:59:24.179Z[ recovery-image] Aug 04 17:59:23.557 INFO O| Aug 04 17:59:23.557 INFO STEP 1004 (remove_files) COMPLETE
84672026-08-04T17:59:24.181Z[ recovery-image] Aug 04 17:59:23.557 INFO O| Aug 04 17:59:23.557 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-08-04T17:59:24.190Z[ recovery-image] Aug 04 17:59:23.568 INFO O| Aug 04 17:59:23.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
84692026-08-04T17:59:24.190Z[ recovery-image] Aug 04 17:59:23.568 INFO O| Aug 04 17:59:23.568 INFO STEP 1005 (remove_files) COMPLETE
84702026-08-04T17:59:24.190Z[ recovery-image] Aug 04 17:59:23.568 INFO O| Aug 04 17:59:23.568 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-08-04T17:59:24.200Z[ recovery-image] Aug 04 17:59:23.578 INFO O| Aug 04 17:59:23.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
84722026-08-04T17:59:24.200Z[ recovery-image] Aug 04 17:59:23.578 INFO O| Aug 04 17:59:23.578 INFO STEP 1006 (remove_files) COMPLETE
84732026-08-04T17:59:24.200Z[ recovery-image] Aug 04 17:59:23.578 INFO O| Aug 04 17:59:23.578 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-08-04T17:59:24.210Z[ recovery-image] Aug 04 17:59:23.588 INFO O| Aug 04 17:59:23.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
84752026-08-04T17:59:24.210Z[ recovery-image] Aug 04 17:59:23.588 INFO O| Aug 04 17:59:23.588 INFO STEP 1007 (remove_files) COMPLETE
84762026-08-04T17:59:24.210Z[ recovery-image] Aug 04 17:59:23.588 INFO O| Aug 04 17:59:23.588 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-08-04T17:59:24.213Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
84782026-08-04T17:59:24.221Z[ recovery-image] Aug 04 17:59:23.599 INFO O| Aug 04 17:59:23.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
84792026-08-04T17:59:24.225Z[ recovery-image] Aug 04 17:59:23.599 INFO O| Aug 04 17:59:23.599 INFO STEP 1008 (remove_files) COMPLETE
84802026-08-04T17:59:24.225Z[ recovery-image] Aug 04 17:59:23.599 INFO O| Aug 04 17:59:23.599 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-08-04T17:59:24.235Z[ recovery-image] Aug 04 17:59:23.610 INFO O| Aug 04 17:59:23.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
84822026-08-04T17:59:24.235Z[ recovery-image] Aug 04 17:59:23.610 INFO O| Aug 04 17:59:23.610 INFO STEP 1009 (remove_files) COMPLETE
84832026-08-04T17:59:24.235Z[ recovery-image] Aug 04 17:59:23.610 INFO O| Aug 04 17:59:23.610 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-08-04T17:59:24.242Z[ recovery-image] Aug 04 17:59:23.620 INFO O| Aug 04 17:59:23.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
84852026-08-04T17:59:24.242Z[ recovery-image] Aug 04 17:59:23.621 INFO O| Aug 04 17:59:23.621 INFO STEP 1010 (remove_files) COMPLETE
84862026-08-04T17:59:24.242Z[ recovery-image] Aug 04 17:59:23.621 INFO O| Aug 04 17:59:23.621 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-08-04T17:59:24.253Z[ recovery-image] Aug 04 17:59:23.631 INFO O| Aug 04 17:59:23.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
84882026-08-04T17:59:24.253Z[ recovery-image] Aug 04 17:59:23.631 INFO O| Aug 04 17:59:23.631 INFO STEP 1011 (remove_files) COMPLETE
84892026-08-04T17:59:24.254Z[ recovery-image] Aug 04 17:59:23.631 INFO O| Aug 04 17:59:23.631 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-08-04T17:59:24.263Z[ recovery-image] Aug 04 17:59:23.641 INFO O| Aug 04 17:59:23.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84912026-08-04T17:59:24.263Z[ recovery-image] Aug 04 17:59:23.641 INFO O| Aug 04 17:59:23.641 INFO STEP 1012 (remove_files) COMPLETE
84922026-08-04T17:59:24.263Z[ recovery-image] Aug 04 17:59:23.641 INFO O| Aug 04 17:59:23.641 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-08-04T17:59:24.272Z[ recovery-image] Aug 04 17:59:23.650 INFO O| Aug 04 17:59:23.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
84942026-08-04T17:59:24.272Z[ recovery-image] Aug 04 17:59:23.650 INFO O| Aug 04 17:59:23.650 INFO STEP 1013 (remove_files) COMPLETE
84952026-08-04T17:59:24.272Z[ recovery-image] Aug 04 17:59:23.650 INFO O| Aug 04 17:59:23.650 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-08-04T17:59:24.282Z[ recovery-image] Aug 04 17:59:23.660 INFO O| Aug 04 17:59:23.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84972026-08-04T17:59:24.282Z[ recovery-image] Aug 04 17:59:23.660 INFO O| Aug 04 17:59:23.660 INFO STEP 1014 (remove_files) COMPLETE
84982026-08-04T17:59:24.282Z[ recovery-image] Aug 04 17:59:23.660 INFO O| Aug 04 17:59:23.660 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-08-04T17:59:24.291Z[ recovery-image] Aug 04 17:59:23.669 INFO O| Aug 04 17:59:23.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
85002026-08-04T17:59:24.291Z[ recovery-image] Aug 04 17:59:23.669 INFO O| Aug 04 17:59:23.669 INFO STEP 1015 (remove_files) COMPLETE
85012026-08-04T17:59:24.292Z[ recovery-image] Aug 04 17:59:23.669 INFO O| Aug 04 17:59:23.669 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-04T17:59:24.302Z[ recovery-image] Aug 04 17:59:23.680 INFO O| Aug 04 17:59:23.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
85032026-08-04T17:59:24.302Z[ recovery-image] Aug 04 17:59:23.680 INFO O| Aug 04 17:59:23.680 INFO STEP 1016 (remove_files) COMPLETE
85042026-08-04T17:59:24.302Z[ recovery-image] Aug 04 17:59:23.680 INFO O| Aug 04 17:59:23.680 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-08-04T17:59:24.312Z[ recovery-image] Aug 04 17:59:23.690 INFO O| Aug 04 17:59:23.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
85062026-08-04T17:59:24.312Z[ recovery-image] Aug 04 17:59:23.690 INFO O| Aug 04 17:59:23.690 INFO STEP 1017 (remove_files) COMPLETE
85072026-08-04T17:59:24.315Z[ recovery-image] Aug 04 17:59:23.690 INFO O| Aug 04 17:59:23.690 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-04T17:59:24.322Z[ recovery-image] Aug 04 17:59:23.700 INFO O| Aug 04 17:59:23.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
85092026-08-04T17:59:24.322Z[ recovery-image] Aug 04 17:59:23.700 INFO O| Aug 04 17:59:23.700 INFO STEP 1018 (remove_files) COMPLETE
85102026-08-04T17:59:24.325Z[ recovery-image] Aug 04 17:59:23.700 INFO O| Aug 04 17:59:23.700 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-04T17:59:24.332Z[ recovery-image] Aug 04 17:59:23.711 INFO O| Aug 04 17:59:23.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
85122026-08-04T17:59:24.332Z[ recovery-image] Aug 04 17:59:23.711 INFO O| Aug 04 17:59:23.711 INFO STEP 1019 (remove_files) COMPLETE
85132026-08-04T17:59:24.332Z[ recovery-image] Aug 04 17:59:23.711 INFO O| Aug 04 17:59:23.711 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-04T17:59:24.342Z[ recovery-image] Aug 04 17:59:23.720 INFO O| Aug 04 17:59:23.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
85152026-08-04T17:59:24.342Z[ recovery-image] Aug 04 17:59:23.720 INFO O| Aug 04 17:59:23.720 INFO STEP 1020 (remove_files) COMPLETE
85162026-08-04T17:59:24.342Z[ recovery-image] Aug 04 17:59:23.720 INFO O| Aug 04 17:59:23.720 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-04T17:59:24.352Z[ recovery-image] Aug 04 17:59:23.730 INFO O| Aug 04 17:59:23.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
85182026-08-04T17:59:24.352Z[ recovery-image] Aug 04 17:59:23.730 INFO O| Aug 04 17:59:23.730 INFO STEP 1021 (remove_files) COMPLETE
85192026-08-04T17:59:24.352Z[ recovery-image] Aug 04 17:59:23.730 INFO O| Aug 04 17:59:23.730 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-04T17:59:24.363Z[ recovery-image] Aug 04 17:59:23.740 INFO O| Aug 04 17:59:23.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
85212026-08-04T17:59:24.363Z[ recovery-image] Aug 04 17:59:23.740 INFO O| Aug 04 17:59:23.740 INFO STEP 1022 (remove_files) COMPLETE
85222026-08-04T17:59:24.364Z[ recovery-image] Aug 04 17:59:23.740 INFO O| Aug 04 17:59:23.740 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-08-04T17:59:24.372Z[ recovery-image] Aug 04 17:59:23.750 INFO O| Aug 04 17:59:23.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
85242026-08-04T17:59:24.372Z[ recovery-image] Aug 04 17:59:23.750 INFO O| Aug 04 17:59:23.750 INFO STEP 1023 (remove_files) COMPLETE
85252026-08-04T17:59:24.372Z[ recovery-image] Aug 04 17:59:23.750 INFO O| Aug 04 17:59:23.750 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-08-04T17:59:24.381Z[ recovery-image] Aug 04 17:59:23.759 INFO O| Aug 04 17:59:23.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
85272026-08-04T17:59:24.381Z[ recovery-image] Aug 04 17:59:23.759 INFO O| Aug 04 17:59:23.759 INFO STEP 1024 (remove_files) COMPLETE
85282026-08-04T17:59:24.384Z[ recovery-image] Aug 04 17:59:23.759 INFO O| Aug 04 17:59:23.759 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-04T17:59:24.391Z[ recovery-image] Aug 04 17:59:23.769 INFO O| Aug 04 17:59:23.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
85302026-08-04T17:59:24.391Z[ recovery-image] Aug 04 17:59:23.769 INFO O| Aug 04 17:59:23.769 INFO STEP 1025 (remove_files) COMPLETE
85312026-08-04T17:59:24.391Z[ recovery-image] Aug 04 17:59:23.769 INFO O| Aug 04 17:59:23.769 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-04T17:59:24.401Z[ recovery-image] Aug 04 17:59:23.779 INFO O| Aug 04 17:59:23.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
85332026-08-04T17:59:24.402Z[ recovery-image] Aug 04 17:59:23.779 INFO O| Aug 04 17:59:23.779 INFO STEP 1026 (remove_files) COMPLETE
85342026-08-04T17:59:24.402Z[ recovery-image] Aug 04 17:59:23.779 INFO O| Aug 04 17:59:23.779 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-04T17:59:24.412Z[ recovery-image] Aug 04 17:59:23.790 INFO O| Aug 04 17:59:23.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
85362026-08-04T17:59:24.412Z[ recovery-image] Aug 04 17:59:23.790 INFO O| Aug 04 17:59:23.790 INFO STEP 1027 (remove_files) COMPLETE
85372026-08-04T17:59:24.412Z[ recovery-image] Aug 04 17:59:23.790 INFO O| Aug 04 17:59:23.790 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-04T17:59:24.421Z[ recovery-image] Aug 04 17:59:23.799 INFO O| Aug 04 17:59:23.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
85392026-08-04T17:59:24.421Z[ recovery-image] Aug 04 17:59:23.799 INFO O| Aug 04 17:59:23.799 INFO STEP 1028 (remove_files) COMPLETE
85402026-08-04T17:59:24.424Z[ recovery-image] Aug 04 17:59:23.799 INFO O| Aug 04 17:59:23.799 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-04T17:59:24.430Z[ recovery-image] Aug 04 17:59:23.808 INFO O| Aug 04 17:59:23.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
85422026-08-04T17:59:24.430Z[ recovery-image] Aug 04 17:59:23.808 INFO O| Aug 04 17:59:23.808 INFO STEP 1029 (remove_files) COMPLETE
85432026-08-04T17:59:24.430Z[ recovery-image] Aug 04 17:59:23.808 INFO O| Aug 04 17:59:23.808 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-04T17:59:24.441Z[ recovery-image] Aug 04 17:59:23.819 INFO O| Aug 04 17:59:23.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
85452026-08-04T17:59:24.441Z[ recovery-image] Aug 04 17:59:23.819 INFO O| Aug 04 17:59:23.819 INFO STEP 1030 (remove_files) COMPLETE
85462026-08-04T17:59:24.441Z[ recovery-image] Aug 04 17:59:23.819 INFO O| Aug 04 17:59:23.819 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-04T17:59:24.454Z[ recovery-image] Aug 04 17:59:23.832 INFO O| Aug 04 17:59:23.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
85482026-08-04T17:59:24.454Z[ recovery-image] Aug 04 17:59:23.832 INFO O| Aug 04 17:59:23.832 INFO STEP 1031 (remove_files) COMPLETE
85492026-08-04T17:59:24.457Z[ recovery-image] Aug 04 17:59:23.832 INFO O| Aug 04 17:59:23.832 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-04T17:59:24.464Z[ recovery-image] Aug 04 17:59:23.842 INFO O| Aug 04 17:59:23.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
85512026-08-04T17:59:24.464Z[ recovery-image] Aug 04 17:59:23.842 INFO O| Aug 04 17:59:23.842 INFO STEP 1032 (remove_files) COMPLETE
85522026-08-04T17:59:24.464Z[ recovery-image] Aug 04 17:59:23.842 INFO O| Aug 04 17:59:23.842 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-08-04T17:59:24.474Z[ recovery-image] Aug 04 17:59:23.852 INFO O| Aug 04 17:59:23.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
85542026-08-04T17:59:24.474Z[ recovery-image] Aug 04 17:59:23.852 INFO O| Aug 04 17:59:23.852 INFO STEP 1033 (remove_files) COMPLETE
85552026-08-04T17:59:24.474Z[ recovery-image] Aug 04 17:59:23.852 INFO O| Aug 04 17:59:23.852 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-08-04T17:59:24.487Z[ recovery-image] Aug 04 17:59:23.862 INFO O| Aug 04 17:59:23.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
85572026-08-04T17:59:24.487Z[ recovery-image] Aug 04 17:59:23.862 INFO O| Aug 04 17:59:23.862 INFO STEP 1034 (remove_files) COMPLETE
85582026-08-04T17:59:24.487Z[ recovery-image] Aug 04 17:59:23.862 INFO O| Aug 04 17:59:23.862 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-08-04T17:59:24.496Z[ recovery-image] Aug 04 17:59:23.873 INFO O| Aug 04 17:59:23.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
85602026-08-04T17:59:24.496Z[ recovery-image] Aug 04 17:59:23.874 INFO O| Aug 04 17:59:23.874 INFO STEP 1035 (remove_files) COMPLETE
85612026-08-04T17:59:24.496Z[ recovery-image] Aug 04 17:59:23.874 INFO O| Aug 04 17:59:23.874 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-08-04T17:59:24.507Z[ recovery-image] Aug 04 17:59:23.885 INFO O| Aug 04 17:59:23.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
85632026-08-04T17:59:24.507Z[ recovery-image] Aug 04 17:59:23.885 INFO O| Aug 04 17:59:23.885 INFO STEP 1036 (remove_files) COMPLETE
85642026-08-04T17:59:24.507Z[ recovery-image] Aug 04 17:59:23.885 INFO O| Aug 04 17:59:23.885 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-08-04T17:59:24.518Z[ recovery-image] Aug 04 17:59:23.895 INFO O| Aug 04 17:59:23.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
85662026-08-04T17:59:24.518Z[ recovery-image] Aug 04 17:59:23.895 INFO O| Aug 04 17:59:23.895 INFO STEP 1037 (remove_files) COMPLETE
85672026-08-04T17:59:24.518Z[ recovery-image] Aug 04 17:59:23.895 INFO O| Aug 04 17:59:23.895 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-08-04T17:59:24.528Z[ recovery-image] Aug 04 17:59:23.906 INFO O| Aug 04 17:59:23.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
85692026-08-04T17:59:24.531Z[ recovery-image] Aug 04 17:59:23.907 INFO O| Aug 04 17:59:23.907 INFO STEP 1038 (remove_files) COMPLETE
85702026-08-04T17:59:24.531Z[ recovery-image] Aug 04 17:59:23.907 INFO O| Aug 04 17:59:23.907 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-08-04T17:59:24.539Z[ recovery-image] Aug 04 17:59:23.917 INFO O| Aug 04 17:59:23.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
85722026-08-04T17:59:24.539Z[ recovery-image] Aug 04 17:59:23.917 INFO O| Aug 04 17:59:23.917 INFO STEP 1039 (remove_files) COMPLETE
85732026-08-04T17:59:24.539Z[ recovery-image] Aug 04 17:59:23.917 INFO O| Aug 04 17:59:23.917 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-08-04T17:59:24.550Z[ recovery-image] Aug 04 17:59:23.927 INFO O| Aug 04 17:59:23.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
85752026-08-04T17:59:24.550Z[ recovery-image] Aug 04 17:59:23.928 INFO O| Aug 04 17:59:23.928 INFO STEP 1040 (remove_files) COMPLETE
85762026-08-04T17:59:24.550Z[ recovery-image] Aug 04 17:59:23.928 INFO O| Aug 04 17:59:23.928 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-08-04T17:59:24.559Z[ recovery-image] Aug 04 17:59:23.937 INFO O| Aug 04 17:59:23.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
85782026-08-04T17:59:24.559Z[ recovery-image] Aug 04 17:59:23.937 INFO O| Aug 04 17:59:23.937 INFO STEP 1041 (remove_files) COMPLETE
85792026-08-04T17:59:24.559Z[ recovery-image] Aug 04 17:59:23.937 INFO O| Aug 04 17:59:23.937 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-08-04T17:59:24.568Z[ recovery-image] Aug 04 17:59:23.946 INFO O| Aug 04 17:59:23.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
85812026-08-04T17:59:24.568Z[ recovery-image] Aug 04 17:59:23.946 INFO O| Aug 04 17:59:23.946 INFO STEP 1042 (remove_files) COMPLETE
85822026-08-04T17:59:24.568Z[ recovery-image] Aug 04 17:59:23.946 INFO O| Aug 04 17:59:23.946 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-08-04T17:59:24.578Z[ recovery-image] Aug 04 17:59:23.955 INFO O| Aug 04 17:59:23.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
85842026-08-04T17:59:24.578Z[ recovery-image] Aug 04 17:59:23.955 INFO O| Aug 04 17:59:23.955 INFO STEP 1043 (remove_files) COMPLETE
85852026-08-04T17:59:24.578Z[ recovery-image] Aug 04 17:59:23.955 INFO O| Aug 04 17:59:23.955 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-08-04T17:59:24.587Z[ recovery-image] Aug 04 17:59:23.965 INFO O| Aug 04 17:59:23.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
85872026-08-04T17:59:24.587Z[ recovery-image] Aug 04 17:59:23.965 INFO O| Aug 04 17:59:23.965 INFO STEP 1044 (remove_files) COMPLETE
85882026-08-04T17:59:24.587Z[ recovery-image] Aug 04 17:59:23.965 INFO O| Aug 04 17:59:23.965 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-08-04T17:59:24.595Z[ recovery-image] Aug 04 17:59:23.973 INFO O| Aug 04 17:59:23.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
85902026-08-04T17:59:24.595Z[ recovery-image] Aug 04 17:59:23.973 INFO O| Aug 04 17:59:23.973 INFO STEP 1045 (remove_files) COMPLETE
85912026-08-04T17:59:24.595Z[ recovery-image] Aug 04 17:59:23.973 INFO O| Aug 04 17:59:23.973 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-08-04T17:59:24.604Z[ recovery-image] Aug 04 17:59:23.982 INFO O| Aug 04 17:59:23.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
85932026-08-04T17:59:24.604Z[ recovery-image] Aug 04 17:59:23.982 INFO O| Aug 04 17:59:23.982 INFO STEP 1046 (remove_files) COMPLETE
85942026-08-04T17:59:24.604Z[ recovery-image] Aug 04 17:59:23.982 INFO O| Aug 04 17:59:23.982 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-08-04T17:59:24.612Z[ recovery-image] Aug 04 17:59:23.990 INFO O| Aug 04 17:59:23.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85962026-08-04T17:59:24.612Z[ recovery-image] Aug 04 17:59:23.990 INFO O| Aug 04 17:59:23.990 INFO STEP 1047 (remove_files) COMPLETE
85972026-08-04T17:59:24.615Z[ recovery-image] Aug 04 17:59:23.990 INFO O| Aug 04 17:59:23.990 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-08-04T17:59:24.622Z[ recovery-image] Aug 04 17:59:24.000 INFO O| Aug 04 17:59:24.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85992026-08-04T17:59:24.625Z[ recovery-image] Aug 04 17:59:24.000 INFO O| Aug 04 17:59:24.000 INFO STEP 1048 (remove_files) COMPLETE
86002026-08-04T17:59:24.625Z[ recovery-image] Aug 04 17:59:24.000 INFO O| Aug 04 17:59:24.000 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-08-04T17:59:24.631Z[ recovery-image] Aug 04 17:59:24.010 INFO O| Aug 04 17:59:24.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
86022026-08-04T17:59:24.631Z[ recovery-image] Aug 04 17:59:24.010 INFO O| Aug 04 17:59:24.010 INFO STEP 1049 (remove_files) COMPLETE
86032026-08-04T17:59:24.632Z[ recovery-image] Aug 04 17:59:24.010 INFO O| Aug 04 17:59:24.010 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-08-04T17:59:24.641Z[ recovery-image] Aug 04 17:59:24.019 INFO O| Aug 04 17:59:24.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
86052026-08-04T17:59:24.641Z[ recovery-image] Aug 04 17:59:24.019 INFO O| Aug 04 17:59:24.019 INFO STEP 1050 (remove_files) COMPLETE
86062026-08-04T17:59:24.641Z[ recovery-image] Aug 04 17:59:24.019 INFO O| Aug 04 17:59:24.019 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-08-04T17:59:24.651Z[ recovery-image] Aug 04 17:59:24.030 INFO O| Aug 04 17:59:24.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
86082026-08-04T17:59:24.652Z[ recovery-image] Aug 04 17:59:24.030 INFO O| Aug 04 17:59:24.030 INFO STEP 1051 (remove_files) COMPLETE
86092026-08-04T17:59:24.652Z[ recovery-image] Aug 04 17:59:24.030 INFO O| Aug 04 17:59:24.030 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-08-04T17:59:24.662Z[ recovery-image] Aug 04 17:59:24.040 INFO O| Aug 04 17:59:24.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
86112026-08-04T17:59:24.662Z[ recovery-image] Aug 04 17:59:24.040 INFO O| Aug 04 17:59:24.040 INFO STEP 1052 (remove_files) COMPLETE
86122026-08-04T17:59:24.662Z[ recovery-image] Aug 04 17:59:24.040 INFO O| Aug 04 17:59:24.040 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-08-04T17:59:24.671Z[ recovery-image] Aug 04 17:59:24.049 INFO O| Aug 04 17:59:24.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
86142026-08-04T17:59:24.671Z[ recovery-image] Aug 04 17:59:24.049 INFO O| Aug 04 17:59:24.049 INFO STEP 1053 (remove_files) COMPLETE
86152026-08-04T17:59:24.671Z[ recovery-image] Aug 04 17:59:24.049 INFO O| Aug 04 17:59:24.049 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-08-04T17:59:24.687Z[ recovery-image] Aug 04 17:59:24.065 INFO O| Aug 04 17:59:24.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
86172026-08-04T17:59:24.687Z[ recovery-image] Aug 04 17:59:24.065 INFO O| Aug 04 17:59:24.065 INFO STEP 1054 (remove_files) COMPLETE
86182026-08-04T17:59:24.687Z[ recovery-image] Aug 04 17:59:24.065 INFO O| Aug 04 17:59:24.065 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-08-04T17:59:24.697Z[ recovery-image] Aug 04 17:59:24.075 INFO O| Aug 04 17:59:24.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
86202026-08-04T17:59:24.697Z[ recovery-image] Aug 04 17:59:24.075 INFO O| Aug 04 17:59:24.075 INFO STEP 1055 (remove_files) COMPLETE
86212026-08-04T17:59:24.697Z[ recovery-image] Aug 04 17:59:24.075 INFO O| Aug 04 17:59:24.075 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-08-04T17:59:24.705Z[ recovery-image] Aug 04 17:59:24.083 INFO O| Aug 04 17:59:24.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
86232026-08-04T17:59:24.705Z[ recovery-image] Aug 04 17:59:24.083 INFO O| Aug 04 17:59:24.083 INFO STEP 1056 (remove_files) COMPLETE
86242026-08-04T17:59:24.708Z[ recovery-image] Aug 04 17:59:24.083 INFO O| Aug 04 17:59:24.083 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-08-04T17:59:24.714Z[ recovery-image] Aug 04 17:59:24.092 INFO O| Aug 04 17:59:24.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
86262026-08-04T17:59:24.714Z[ recovery-image] Aug 04 17:59:24.092 INFO O| Aug 04 17:59:24.092 INFO STEP 1057 (remove_files) COMPLETE
86272026-08-04T17:59:24.717Z[ recovery-image] Aug 04 17:59:24.092 INFO O| Aug 04 17:59:24.092 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-08-04T17:59:24.728Z[ recovery-image] Aug 04 17:59:24.103 INFO O| Aug 04 17:59:24.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
86292026-08-04T17:59:24.728Z[ recovery-image] Aug 04 17:59:24.103 INFO O| Aug 04 17:59:24.103 INFO STEP 1058 (remove_files) COMPLETE
86302026-08-04T17:59:24.728Z[ recovery-image] Aug 04 17:59:24.103 INFO O| Aug 04 17:59:24.103 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-08-04T17:59:24.738Z[ recovery-image] Aug 04 17:59:24.113 INFO O| Aug 04 17:59:24.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
86322026-08-04T17:59:24.738Z[ recovery-image] Aug 04 17:59:24.113 INFO O| Aug 04 17:59:24.113 INFO STEP 1059 (remove_files) COMPLETE
86332026-08-04T17:59:24.738Z[ recovery-image] Aug 04 17:59:24.113 INFO O| Aug 04 17:59:24.113 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-08-04T17:59:24.744Z[ recovery-image] Aug 04 17:59:24.122 INFO O| Aug 04 17:59:24.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
86352026-08-04T17:59:24.744Z[ recovery-image] Aug 04 17:59:24.122 INFO O| Aug 04 17:59:24.122 INFO STEP 1060 (remove_files) COMPLETE
86362026-08-04T17:59:24.744Z[ recovery-image] Aug 04 17:59:24.122 INFO O| Aug 04 17:59:24.122 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-08-04T17:59:24.752Z[ recovery-image] Aug 04 17:59:24.130 INFO O| Aug 04 17:59:24.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
86382026-08-04T17:59:24.752Z[ recovery-image] Aug 04 17:59:24.130 INFO O| Aug 04 17:59:24.130 INFO STEP 1061 (remove_files) COMPLETE
86392026-08-04T17:59:24.752Z[ recovery-image] Aug 04 17:59:24.130 INFO O| Aug 04 17:59:24.130 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-08-04T17:59:24.761Z[ recovery-image] Aug 04 17:59:24.139 INFO O| Aug 04 17:59:24.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
86412026-08-04T17:59:24.761Z[ recovery-image] Aug 04 17:59:24.139 INFO O| Aug 04 17:59:24.139 INFO STEP 1062 (remove_files) COMPLETE
86422026-08-04T17:59:24.761Z[ recovery-image] Aug 04 17:59:24.139 INFO O| Aug 04 17:59:24.139 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-08-04T17:59:24.773Z[ recovery-image] Aug 04 17:59:24.150 INFO O| Aug 04 17:59:24.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
86442026-08-04T17:59:24.773Z[ recovery-image] Aug 04 17:59:24.151 INFO O| Aug 04 17:59:24.150 INFO STEP 1063 (remove_files) COMPLETE
86452026-08-04T17:59:24.773Z[ recovery-image] Aug 04 17:59:24.151 INFO O| Aug 04 17:59:24.151 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-08-04T17:59:24.783Z[ recovery-image] Aug 04 17:59:24.161 INFO O| Aug 04 17:59:24.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
86472026-08-04T17:59:24.783Z[ recovery-image] Aug 04 17:59:24.161 INFO O| Aug 04 17:59:24.161 INFO STEP 1064 (remove_files) COMPLETE
86482026-08-04T17:59:24.783Z[ recovery-image] Aug 04 17:59:24.161 INFO O| Aug 04 17:59:24.161 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-08-04T17:59:24.793Z[ recovery-image] Aug 04 17:59:24.171 INFO O| Aug 04 17:59:24.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
86502026-08-04T17:59:24.793Z[ recovery-image] Aug 04 17:59:24.171 INFO O| Aug 04 17:59:24.171 INFO STEP 1065 (remove_files) COMPLETE
86512026-08-04T17:59:24.793Z[ recovery-image] Aug 04 17:59:24.171 INFO O| Aug 04 17:59:24.171 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-08-04T17:59:24.803Z[ recovery-image] Aug 04 17:59:24.181 INFO O| Aug 04 17:59:24.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
86532026-08-04T17:59:24.803Z[ recovery-image] Aug 04 17:59:24.181 INFO O| Aug 04 17:59:24.181 INFO STEP 1066 (remove_files) COMPLETE
86542026-08-04T17:59:24.803Z[ recovery-image] Aug 04 17:59:24.181 INFO O| Aug 04 17:59:24.181 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-08-04T17:59:24.812Z[ recovery-image] Aug 04 17:59:24.190 INFO O| Aug 04 17:59:24.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
86562026-08-04T17:59:24.812Z[ recovery-image] Aug 04 17:59:24.190 INFO O| Aug 04 17:59:24.190 INFO STEP 1067 (remove_files) COMPLETE
86572026-08-04T17:59:24.812Z[ recovery-image] Aug 04 17:59:24.190 INFO O| Aug 04 17:59:24.190 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86582026-08-04T17:59:24.821Z[ recovery-image] Aug 04 17:59:24.199 INFO O| Aug 04 17:59:24.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
86592026-08-04T17:59:24.821Z[ recovery-image] Aug 04 17:59:24.199 INFO O| Aug 04 17:59:24.199 INFO STEP 1068 (remove_files) COMPLETE
86602026-08-04T17:59:24.824Z[ recovery-image] Aug 04 17:59:24.199 INFO O| Aug 04 17:59:24.199 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86612026-08-04T17:59:24.831Z[ recovery-image] Aug 04 17:59:24.209 INFO O| Aug 04 17:59:24.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
86622026-08-04T17:59:24.831Z[ recovery-image] Aug 04 17:59:24.209 INFO O| Aug 04 17:59:24.209 INFO STEP 1069 (remove_files) COMPLETE
86632026-08-04T17:59:24.834Z[ recovery-image] Aug 04 17:59:24.209 INFO O| Aug 04 17:59:24.209 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86642026-08-04T17:59:24.842Z[ recovery-image] Aug 04 17:59:24.220 INFO O| Aug 04 17:59:24.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
86652026-08-04T17:59:24.842Z[ recovery-image] Aug 04 17:59:24.220 INFO O| Aug 04 17:59:24.220 INFO STEP 1070 (remove_files) COMPLETE
86662026-08-04T17:59:24.845Z[ recovery-image] Aug 04 17:59:24.220 INFO O| Aug 04 17:59:24.220 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86672026-08-04T17:59:24.853Z[ recovery-image] Aug 04 17:59:24.231 INFO O| Aug 04 17:59:24.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
86682026-08-04T17:59:24.853Z[ recovery-image] Aug 04 17:59:24.231 INFO O| Aug 04 17:59:24.231 INFO STEP 1071 (remove_files) COMPLETE
86692026-08-04T17:59:24.853Z[ recovery-image] Aug 04 17:59:24.231 INFO O| Aug 04 17:59:24.231 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86702026-08-04T17:59:24.863Z[ recovery-image] Aug 04 17:59:24.241 INFO O| Aug 04 17:59:24.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
86712026-08-04T17:59:24.863Z[ recovery-image] Aug 04 17:59:24.241 INFO O| Aug 04 17:59:24.241 INFO STEP 1072 (remove_files) COMPLETE
86722026-08-04T17:59:24.863Z[ recovery-image] Aug 04 17:59:24.241 INFO O| Aug 04 17:59:24.241 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86732026-08-04T17:59:24.873Z[ recovery-image] Aug 04 17:59:24.251 INFO O| Aug 04 17:59:24.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
86742026-08-04T17:59:24.873Z[ recovery-image] Aug 04 17:59:24.251 INFO O| Aug 04 17:59:24.251 INFO STEP 1073 (remove_files) COMPLETE
86752026-08-04T17:59:24.874Z[ recovery-image] Aug 04 17:59:24.251 INFO O| Aug 04 17:59:24.251 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86762026-08-04T17:59:24.883Z[ recovery-image] Aug 04 17:59:24.261 INFO O| Aug 04 17:59:24.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
86772026-08-04T17:59:24.883Z[ recovery-image] Aug 04 17:59:24.261 INFO O| Aug 04 17:59:24.261 INFO STEP 1074 (remove_files) COMPLETE
86782026-08-04T17:59:24.887Z[ recovery-image] Aug 04 17:59:24.261 INFO O| Aug 04 17:59:24.261 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86792026-08-04T17:59:24.892Z[ recovery-image] Aug 04 17:59:24.270 INFO O| Aug 04 17:59:24.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
86802026-08-04T17:59:24.895Z[ recovery-image] Aug 04 17:59:24.270 INFO O| Aug 04 17:59:24.270 INFO STEP 1075 (remove_files) COMPLETE
86812026-08-04T17:59:24.895Z[ recovery-image] Aug 04 17:59:24.270 INFO O| Aug 04 17:59:24.270 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86822026-08-04T17:59:24.904Z[ recovery-image] Aug 04 17:59:24.282 INFO O| Aug 04 17:59:24.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
86832026-08-04T17:59:24.904Z[ recovery-image] Aug 04 17:59:24.282 INFO O| Aug 04 17:59:24.282 INFO STEP 1076 (remove_files) COMPLETE
86842026-08-04T17:59:24.904Z[ recovery-image] Aug 04 17:59:24.282 INFO O| Aug 04 17:59:24.282 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86852026-08-04T17:59:24.913Z[ recovery-image] Aug 04 17:59:24.291 INFO O| Aug 04 17:59:24.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
86862026-08-04T17:59:24.913Z[ recovery-image] Aug 04 17:59:24.291 INFO O| Aug 04 17:59:24.291 INFO STEP 1077 (remove_files) COMPLETE
86872026-08-04T17:59:24.913Z[ recovery-image] Aug 04 17:59:24.291 INFO O| Aug 04 17:59:24.291 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86882026-08-04T17:59:24.922Z[ recovery-image] Aug 04 17:59:24.300 INFO O| Aug 04 17:59:24.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
86892026-08-04T17:59:24.922Z[ recovery-image] Aug 04 17:59:24.300 INFO O| Aug 04 17:59:24.300 INFO STEP 1078 (remove_files) COMPLETE
86902026-08-04T17:59:24.922Z[ recovery-image] Aug 04 17:59:24.300 INFO O| Aug 04 17:59:24.300 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86912026-08-04T17:59:24.931Z[ recovery-image] Aug 04 17:59:24.309 INFO O| Aug 04 17:59:24.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86922026-08-04T17:59:24.931Z[ recovery-image] Aug 04 17:59:24.309 INFO O| Aug 04 17:59:24.309 INFO STEP 1079 (remove_files) COMPLETE
86932026-08-04T17:59:24.931Z[ recovery-image] Aug 04 17:59:24.309 INFO O| Aug 04 17:59:24.309 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86942026-08-04T17:59:24.939Z[ recovery-image] Aug 04 17:59:24.318 INFO O| Aug 04 17:59:24.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86952026-08-04T17:59:24.940Z[ recovery-image] Aug 04 17:59:24.318 INFO O| Aug 04 17:59:24.318 INFO STEP 1080 (remove_files) COMPLETE
86962026-08-04T17:59:24.940Z[ recovery-image] Aug 04 17:59:24.318 INFO O| Aug 04 17:59:24.318 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86972026-08-04T17:59:24.948Z[ recovery-image] Aug 04 17:59:24.326 INFO O| Aug 04 17:59:24.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86982026-08-04T17:59:24.948Z[ recovery-image] Aug 04 17:59:24.326 INFO O| Aug 04 17:59:24.326 INFO STEP 1081 (remove_files) COMPLETE
86992026-08-04T17:59:24.948Z[ recovery-image] Aug 04 17:59:24.326 INFO O| Aug 04 17:59:24.326 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87002026-08-04T17:59:24.957Z[ recovery-image] Aug 04 17:59:24.335 INFO O| Aug 04 17:59:24.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
87012026-08-04T17:59:24.957Z[ recovery-image] Aug 04 17:59:24.335 INFO O| Aug 04 17:59:24.335 INFO STEP 1082 (remove_files) COMPLETE
87022026-08-04T17:59:24.960Z[ recovery-image] Aug 04 17:59:24.335 INFO O| Aug 04 17:59:24.335 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87032026-08-04T17:59:24.968Z[ recovery-image] Aug 04 17:59:24.346 INFO O| Aug 04 17:59:24.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
87042026-08-04T17:59:24.968Z[ recovery-image] Aug 04 17:59:24.346 INFO O| Aug 04 17:59:24.346 INFO STEP 1083 (remove_files) COMPLETE
87052026-08-04T17:59:24.968Z[ recovery-image] Aug 04 17:59:24.346 INFO O| Aug 04 17:59:24.346 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87062026-08-04T17:59:24.978Z[ recovery-image] Aug 04 17:59:24.356 INFO O| Aug 04 17:59:24.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
87072026-08-04T17:59:24.978Z[ recovery-image] Aug 04 17:59:24.356 INFO O| Aug 04 17:59:24.356 INFO STEP 1084 (remove_files) COMPLETE
87082026-08-04T17:59:24.978Z[ recovery-image] Aug 04 17:59:24.356 INFO O| Aug 04 17:59:24.356 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87092026-08-04T17:59:24.989Z[ recovery-image] Aug 04 17:59:24.367 INFO O| Aug 04 17:59:24.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
87102026-08-04T17:59:24.989Z[ recovery-image] Aug 04 17:59:24.367 INFO O| Aug 04 17:59:24.367 INFO STEP 1085 (remove_files) COMPLETE
87112026-08-04T17:59:24.989Z[ recovery-image] Aug 04 17:59:24.367 INFO O| Aug 04 17:59:24.367 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87122026-08-04T17:59:24.999Z[ recovery-image] Aug 04 17:59:24.377 INFO O| Aug 04 17:59:24.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
87132026-08-04T17:59:24.999Z[ recovery-image] Aug 04 17:59:24.377 INFO O| Aug 04 17:59:24.377 INFO STEP 1086 (remove_files) COMPLETE
87142026-08-04T17:59:24.999Z[ recovery-image] Aug 04 17:59:24.377 INFO O| Aug 04 17:59:24.377 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87152026-08-04T17:59:25.011Z[ recovery-image] Aug 04 17:59:24.388 INFO O| Aug 04 17:59:24.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
87162026-08-04T17:59:25.011Z[ recovery-image] Aug 04 17:59:24.388 INFO O| Aug 04 17:59:24.388 INFO STEP 1087 (remove_files) COMPLETE
87172026-08-04T17:59:25.014Z[ recovery-image] Aug 04 17:59:24.388 INFO O| Aug 04 17:59:24.388 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87182026-08-04T17:59:25.020Z[ recovery-image] Aug 04 17:59:24.398 INFO O| Aug 04 17:59:24.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
87192026-08-04T17:59:25.020Z[ recovery-image] Aug 04 17:59:24.398 INFO O| Aug 04 17:59:24.398 INFO STEP 1088 (remove_files) COMPLETE
87202026-08-04T17:59:25.020Z[ recovery-image] Aug 04 17:59:24.398 INFO O| Aug 04 17:59:24.398 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87212026-08-04T17:59:25.031Z[ recovery-image] Aug 04 17:59:24.409 INFO O| Aug 04 17:59:24.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
87222026-08-04T17:59:25.031Z[ recovery-image] Aug 04 17:59:24.409 INFO O| Aug 04 17:59:24.409 INFO STEP 1089 (remove_files) COMPLETE
87232026-08-04T17:59:25.031Z[ recovery-image] Aug 04 17:59:24.409 INFO O| Aug 04 17:59:24.409 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87242026-08-04T17:59:25.041Z[ recovery-image] Aug 04 17:59:24.419 INFO O| Aug 04 17:59:24.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
87252026-08-04T17:59:25.041Z[ recovery-image] Aug 04 17:59:24.419 INFO O| Aug 04 17:59:24.419 INFO STEP 1090 (remove_files) COMPLETE
87262026-08-04T17:59:25.041Z[ recovery-image] Aug 04 17:59:24.419 INFO O| Aug 04 17:59:24.419 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87272026-08-04T17:59:25.051Z[ recovery-image] Aug 04 17:59:24.429 INFO O| Aug 04 17:59:24.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
87282026-08-04T17:59:25.051Z[ recovery-image] Aug 04 17:59:24.430 INFO O| Aug 04 17:59:24.430 INFO STEP 1091 (remove_files) COMPLETE
87292026-08-04T17:59:25.055Z[ recovery-image] Aug 04 17:59:24.430 INFO O| Aug 04 17:59:24.430 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87302026-08-04T17:59:25.062Z[ recovery-image] Aug 04 17:59:24.440 INFO O| Aug 04 17:59:24.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
87312026-08-04T17:59:25.062Z[ recovery-image] Aug 04 17:59:24.440 INFO O| Aug 04 17:59:24.440 INFO STEP 1092 (remove_files) COMPLETE
87322026-08-04T17:59:25.062Z[ recovery-image] Aug 04 17:59:24.440 INFO O| Aug 04 17:59:24.440 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87332026-08-04T17:59:25.072Z[ recovery-image] Aug 04 17:59:24.450 INFO O| Aug 04 17:59:24.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
87342026-08-04T17:59:25.072Z[ recovery-image] Aug 04 17:59:24.450 INFO O| Aug 04 17:59:24.450 INFO STEP 1093 (remove_files) COMPLETE
87352026-08-04T17:59:25.072Z[ recovery-image] Aug 04 17:59:24.450 INFO O| Aug 04 17:59:24.450 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87362026-08-04T17:59:25.083Z[ recovery-image] Aug 04 17:59:24.461 INFO O| Aug 04 17:59:24.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
87372026-08-04T17:59:25.083Z[ recovery-image] Aug 04 17:59:24.461 INFO O| Aug 04 17:59:24.461 INFO STEP 1094 (remove_files) COMPLETE
87382026-08-04T17:59:25.083Z[ recovery-image] Aug 04 17:59:24.461 INFO O| Aug 04 17:59:24.461 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87392026-08-04T17:59:25.094Z[ recovery-image] Aug 04 17:59:24.472 INFO O| Aug 04 17:59:24.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
87402026-08-04T17:59:25.094Z[ recovery-image] Aug 04 17:59:24.472 INFO O| Aug 04 17:59:24.472 INFO STEP 1095 (remove_files) COMPLETE
87412026-08-04T17:59:25.094Z[ recovery-image] Aug 04 17:59:24.472 INFO O| Aug 04 17:59:24.472 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87422026-08-04T17:59:25.103Z[ recovery-image] Aug 04 17:59:24.481 INFO O| Aug 04 17:59:24.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
87432026-08-04T17:59:25.103Z[ recovery-image] Aug 04 17:59:24.481 INFO O| Aug 04 17:59:24.481 INFO STEP 1096 (remove_files) COMPLETE
87442026-08-04T17:59:25.103Z[ recovery-image] Aug 04 17:59:24.481 INFO O| Aug 04 17:59:24.481 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87452026-08-04T17:59:25.113Z[ recovery-image] Aug 04 17:59:24.491 INFO O| Aug 04 17:59:24.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
87462026-08-04T17:59:25.113Z[ recovery-image] Aug 04 17:59:24.491 INFO O| Aug 04 17:59:24.491 INFO STEP 1097 (remove_files) COMPLETE
87472026-08-04T17:59:25.113Z[ recovery-image] Aug 04 17:59:24.491 INFO O| Aug 04 17:59:24.491 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87482026-08-04T17:59:25.123Z[ recovery-image] Aug 04 17:59:24.501 INFO O| Aug 04 17:59:24.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
87492026-08-04T17:59:25.123Z[ recovery-image] Aug 04 17:59:24.501 INFO O| Aug 04 17:59:24.501 INFO STEP 1098 (remove_files) COMPLETE
87502026-08-04T17:59:25.123Z[ recovery-image] Aug 04 17:59:24.501 INFO O| Aug 04 17:59:24.501 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87512026-08-04T17:59:25.134Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
87522026-08-04T17:59:25.137Z[ recovery-image] Aug 04 17:59:24.512 INFO O| Aug 04 17:59:24.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
87532026-08-04T17:59:25.137Z[ recovery-image] Aug 04 17:59:24.512 INFO O| Aug 04 17:59:24.512 INFO STEP 1099 (remove_files) COMPLETE
87542026-08-04T17:59:25.137Z[ recovery-image] Aug 04 17:59:24.512 INFO O| Aug 04 17:59:24.512 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87552026-08-04T17:59:25.143Z[ recovery-image] Aug 04 17:59:24.521 INFO O| Aug 04 17:59:24.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
87562026-08-04T17:59:25.143Z[ recovery-image] Aug 04 17:59:24.521 INFO O| Aug 04 17:59:24.521 INFO STEP 1100 (remove_files) COMPLETE
87572026-08-04T17:59:25.146Z[ recovery-image] Aug 04 17:59:24.521 INFO O| Aug 04 17:59:24.521 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87582026-08-04T17:59:25.155Z[ recovery-image] Aug 04 17:59:24.532 INFO O| Aug 04 17:59:24.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
87592026-08-04T17:59:25.155Z[ recovery-image] Aug 04 17:59:24.532 INFO O| Aug 04 17:59:24.532 INFO STEP 1101 (remove_files) COMPLETE
87602026-08-04T17:59:25.155Z[ recovery-image] Aug 04 17:59:24.532 INFO O| Aug 04 17:59:24.532 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87612026-08-04T17:59:25.163Z[ recovery-image] Aug 04 17:59:24.541 INFO O| Aug 04 17:59:24.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
87622026-08-04T17:59:25.166Z[ recovery-image] Aug 04 17:59:24.541 INFO O| Aug 04 17:59:24.541 INFO STEP 1102 (remove_files) COMPLETE
87632026-08-04T17:59:25.166Z[ recovery-image] Aug 04 17:59:24.541 INFO O| Aug 04 17:59:24.541 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87642026-08-04T17:59:25.173Z[ recovery-image] Aug 04 17:59:24.551 INFO O| Aug 04 17:59:24.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
87652026-08-04T17:59:25.173Z[ recovery-image] Aug 04 17:59:24.551 INFO O| Aug 04 17:59:24.551 INFO STEP 1103 (remove_files) COMPLETE
87662026-08-04T17:59:25.173Z[ recovery-image] Aug 04 17:59:24.551 INFO O| Aug 04 17:59:24.551 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87672026-08-04T17:59:25.181Z[ recovery-image] Aug 04 17:59:24.559 INFO O| Aug 04 17:59:24.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
87682026-08-04T17:59:25.181Z[ recovery-image] Aug 04 17:59:24.559 INFO O| Aug 04 17:59:24.559 INFO STEP 1104 (remove_files) COMPLETE
87692026-08-04T17:59:25.181Z[ recovery-image] Aug 04 17:59:24.559 INFO O| Aug 04 17:59:24.559 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87702026-08-04T17:59:25.190Z[ recovery-image] Aug 04 17:59:24.568 INFO O| Aug 04 17:59:24.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
87712026-08-04T17:59:25.190Z[ recovery-image] Aug 04 17:59:24.568 INFO O| Aug 04 17:59:24.568 INFO STEP 1105 (remove_files) COMPLETE
87722026-08-04T17:59:25.190Z[ recovery-image] Aug 04 17:59:24.568 INFO O| Aug 04 17:59:24.568 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87732026-08-04T17:59:25.201Z[ recovery-image] Aug 04 17:59:24.577 INFO O| Aug 04 17:59:24.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
87742026-08-04T17:59:25.201Z[ recovery-image] Aug 04 17:59:24.577 INFO O| Aug 04 17:59:24.577 INFO STEP 1106 (remove_files) COMPLETE
87752026-08-04T17:59:25.204Z[ recovery-image] Aug 04 17:59:24.577 INFO O| Aug 04 17:59:24.577 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87762026-08-04T17:59:25.207Z[ recovery-image] Aug 04 17:59:24.585 INFO O| Aug 04 17:59:24.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
87772026-08-04T17:59:25.207Z[ recovery-image] Aug 04 17:59:24.585 INFO O| Aug 04 17:59:24.585 INFO STEP 1107 (remove_files) COMPLETE
87782026-08-04T17:59:25.210Z[ recovery-image] Aug 04 17:59:24.585 INFO O| Aug 04 17:59:24.585 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87792026-08-04T17:59:25.215Z[ recovery-image] Aug 04 17:59:24.593 INFO O| Aug 04 17:59:24.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
87802026-08-04T17:59:25.215Z[ recovery-image] Aug 04 17:59:24.593 INFO O| Aug 04 17:59:24.593 INFO STEP 1108 (remove_files) COMPLETE
87812026-08-04T17:59:25.215Z[ recovery-image] Aug 04 17:59:24.593 INFO O| Aug 04 17:59:24.593 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87822026-08-04T17:59:25.223Z[ recovery-image] Aug 04 17:59:24.601 INFO O| Aug 04 17:59:24.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
87832026-08-04T17:59:25.223Z[ recovery-image] Aug 04 17:59:24.601 INFO O| Aug 04 17:59:24.601 INFO STEP 1109 (remove_files) COMPLETE
87842026-08-04T17:59:25.226Z[ recovery-image] Aug 04 17:59:24.601 INFO O| Aug 04 17:59:24.601 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87852026-08-04T17:59:25.231Z[ recovery-image] Aug 04 17:59:24.609 INFO O| Aug 04 17:59:24.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
87862026-08-04T17:59:25.234Z[ recovery-image] Aug 04 17:59:24.609 INFO O| Aug 04 17:59:24.609 INFO STEP 1110 (remove_files) COMPLETE
87872026-08-04T17:59:25.234Z[ recovery-image] Aug 04 17:59:24.609 INFO O| Aug 04 17:59:24.609 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87882026-08-04T17:59:25.238Z[ recovery-image] Aug 04 17:59:24.616 INFO O| Aug 04 17:59:24.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
87892026-08-04T17:59:25.238Z[ recovery-image] Aug 04 17:59:24.616 INFO O| Aug 04 17:59:24.616 INFO STEP 1111 (remove_files) COMPLETE
87902026-08-04T17:59:25.241Z[ recovery-image] Aug 04 17:59:24.616 INFO O| Aug 04 17:59:24.616 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87912026-08-04T17:59:25.246Z[ recovery-image] Aug 04 17:59:24.624 INFO O| Aug 04 17:59:24.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87922026-08-04T17:59:25.246Z[ recovery-image] Aug 04 17:59:24.624 INFO O| Aug 04 17:59:24.624 INFO STEP 1112 (remove_files) COMPLETE
87932026-08-04T17:59:25.249Z[ recovery-image] Aug 04 17:59:24.624 INFO O| Aug 04 17:59:24.624 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87942026-08-04T17:59:25.253Z[ recovery-image] Aug 04 17:59:24.632 INFO O| Aug 04 17:59:24.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87952026-08-04T17:59:25.253Z[ recovery-image] Aug 04 17:59:24.632 INFO O| Aug 04 17:59:24.632 INFO STEP 1113 (remove_files) COMPLETE
87962026-08-04T17:59:25.253Z[ recovery-image] Aug 04 17:59:24.632 INFO O| Aug 04 17:59:24.632 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87972026-08-04T17:59:25.257Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
87982026-08-04T17:59:25.262Z[ recovery-image] Aug 04 17:59:24.640 INFO O| Aug 04 17:59:24.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87992026-08-04T17:59:25.262Z[ recovery-image] Aug 04 17:59:24.640 INFO O| Aug 04 17:59:24.640 INFO STEP 1114 (remove_files) COMPLETE
88002026-08-04T17:59:25.265Z[ recovery-image] Aug 04 17:59:24.640 INFO O| Aug 04 17:59:24.640 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88012026-08-04T17:59:25.273Z[ recovery-image] Aug 04 17:59:24.651 INFO O| Aug 04 17:59:24.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
88022026-08-04T17:59:25.273Z[ recovery-image] Aug 04 17:59:24.651 INFO O| Aug 04 17:59:24.651 INFO STEP 1115 (remove_files) COMPLETE
88032026-08-04T17:59:25.276Z[ recovery-image] Aug 04 17:59:24.651 INFO O| Aug 04 17:59:24.651 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88042026-08-04T17:59:25.283Z[ recovery-image] Aug 04 17:59:24.662 INFO O| Aug 04 17:59:24.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
88052026-08-04T17:59:25.283Z[ recovery-image] Aug 04 17:59:24.662 INFO O| Aug 04 17:59:24.662 INFO STEP 1116 (remove_files) COMPLETE
88062026-08-04T17:59:25.284Z[ recovery-image] Aug 04 17:59:24.662 INFO O| Aug 04 17:59:24.662 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88072026-08-04T17:59:25.294Z[ recovery-image] Aug 04 17:59:24.672 INFO O| Aug 04 17:59:24.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
88082026-08-04T17:59:25.294Z[ recovery-image] Aug 04 17:59:24.672 INFO O| Aug 04 17:59:24.672 INFO STEP 1117 (remove_files) COMPLETE
88092026-08-04T17:59:25.294Z[ recovery-image] Aug 04 17:59:24.672 INFO O| Aug 04 17:59:24.672 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
88102026-08-04T17:59:25.309Z[ recovery-image] Aug 04 17:59:24.687 INFO O| Aug 04 17:59:24.686 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
88112026-08-04T17:59:25.309Z[ recovery-image] Aug 04 17:59:24.687 INFO O| Aug 04 17:59:24.687 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
88122026-08-04T17:59:26.076Z[verify-libraries] Compiling samael v0.0.19
88132026-08-04T17:59:26.206Z[ recovery-image] Aug 04 17:59:25.584 INFO O| Aug 04 17:59:25.584 INFO STEP 1118 (pack_tar) COMPLETE
88142026-08-04T17:59:26.206Z[ recovery-image] Aug 04 17:59:25.584 INFO O| Aug 04 17:59:25.584 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
88152026-08-04T17:59:26.206Z[ recovery-image] Aug 04 17:59:25.584 INFO O| Aug 04 17:59:25.584 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
88162026-08-04T17:59:26.353Z[verify-libraries] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
88172026-08-04T17:59:26.652Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
88182026-08-04T17:59:26.815Z[ recovery-image] Aug 04 17:59:26.193 INFO O| Aug 04 17:59:26.193 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
88192026-08-04T17:59:26.890Z[ recovery-image] Aug 04 17:59:26.268 INFO O| Aug 04 17:59:26.267 INFO completed processing sled/ramdisk-03-recovery-trim
88202026-08-04T17:59:26.893Z[ recovery-image] Aug 04 17:59:26.271 INFO image builder template: zfs-recovery...
88212026-08-04T17:59:26.896Z[ recovery-image] Aug 04 17:59:26.271 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/.tmp9vQkrv/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "zfs-recovery"], pwd: None
88222026-08-04T17:59:26.922Z[ recovery-image] Aug 04 17:59:26.300 INFO O| Aug 04 17:59:26.300 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
88232026-08-04T17:59:26.925Z[ recovery-image] Aug 04 17:59:26.303 INFO O| Aug 04 17:59:26.303 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88242026-08-04T17:59:26.977Z[ recovery-image] Aug 04 17:59:26.355 INFO O| Aug 04 17:59:26.355 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
88252026-08-04T17:59:27.045Z[ recovery-image] Aug 04 17:59:26.423 INFO O| Aug 04 17:59:26.423 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
88262026-08-04T17:59:27.045Z[ recovery-image] Aug 04 17:59:26.423 INFO O| Aug 04 17:59:26.423 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
88272026-08-04T17:59:27.049Z[ recovery-image] Aug 04 17:59:26.427 INFO O| Aug 04 17:59:26.427 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88282026-08-04T17:59:27.152Z[ recovery-image] Aug 04 17:59:26.530 INFO O| Aug 04 17:59:26.530 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
88292026-08-04T17:59:27.245Z[ recovery-image] Aug 04 17:59:26.619 INFO O| Aug 04 17:59:26.619 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
88302026-08-04T17:59:27.254Z[ recovery-image] Aug 04 17:59:26.628 INFO O| Aug 04 17:59:26.628 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
88312026-08-04T17:59:27.257Z[ recovery-image] Aug 04 17:59:26.632 INFO O| Aug 04 17:59:26.632 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
88322026-08-04T17:59:27.257Z[ recovery-image] Aug 04 17:59:26.634 INFO O| Aug 04 17:59:26.634 INFO no lofi found
88332026-08-04T17:59:27.257Z[ recovery-image] Aug 04 17:59:26.634 INFO O| Aug 04 17:59:26.634 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
88342026-08-04T17:59:27.258Z[ recovery-image] Aug 04 17:59:26.634 INFO O| Aug 04 17:59:26.634 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
88352026-08-04T17:59:27.559Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
88362026-08-04T17:59:27.746Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
88372026-08-04T17:59:27.782Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
88382026-08-04T17:59:27.936Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
88392026-08-04T17:59:28.004Z[verify-libraries] Compiling yansi v1.0.1
88402026-08-04T17:59:28.105Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
88412026-08-04T17:59:28.370Z[verify-libraries] Compiling pretty_assertions v1.4.1
88422026-08-04T17:59:28.489Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
88432026-08-04T17:59:28.858Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
88442026-08-04T17:59:28.928Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
88452026-08-04T17:59:28.955Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
88462026-08-04T17:59:29.035Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
88472026-08-04T17:59:29.133Z[ host-image] Aug 04 17:59:28.511 INFO O| seeding SMF database...
88482026-08-04T17:59:29.163Z[verify-libraries] Compiling git2 v0.20.4
88492026-08-04T17:59:29.233Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
88502026-08-04T17:59:29.382Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
88512026-08-04T17:59:29.469Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
88522026-08-04T17:59:29.623Z[ recovery-image] Aug 04 17:59:29.001 INFO O| Aug 04 17:59:29.001 INFO lofi device = /dev/dsk/c2t1d0p0
88532026-08-04T17:59:29.623Z[ recovery-image] Aug 04 17:59:29.001 INFO O| Aug 04 17:59:29.001 INFO pool device = /dev/dsk/c2t1d0p0
88542026-08-04T17:59:29.626Z[ recovery-image] Aug 04 17:59:29.001 INFO O| Aug 04 17:59:29.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"]
88552026-08-04T17:59:29.633Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
88562026-08-04T17:59:29.673Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
88572026-08-04T17:59:29.780Z[ recovery-image] Aug 04 17:59:29.158 INFO O| Aug 04 17:59:29.158 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88582026-08-04T17:59:29.780Z[ recovery-image] Aug 04 17:59:29.158 INFO O| Aug 04 17:59:29.158 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
88592026-08-04T17:59:29.808Z[ recovery-image] Aug 04 17:59:29.186 INFO O| Aug 04 17:59:29.186 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
88602026-08-04T17:59:29.838Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
88612026-08-04T17:59:29.907Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
88622026-08-04T17:59:29.946Z[ recovery-image] Aug 04 17:59:29.324 INFO O| Aug 04 17:59:29.324 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
88632026-08-04T17:59:29.979Z[ recovery-image] Aug 04 17:59:29.357 INFO O| Aug 04 17:59:29.357 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
88642026-08-04T17:59:30.002Z[ recovery-image] Aug 04 17:59:29.379 INFO O| Aug 04 17:59:29.379 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
88652026-08-04T17:59:30.019Z[ recovery-image] Aug 04 17:59:29.397 INFO O| Aug 04 17:59:29.397 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
88662026-08-04T17:59:30.071Z[ recovery-image] Aug 04 17:59:29.449 INFO O| Aug 04 17:59:29.449 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
88672026-08-04T17:59:30.071Z[ recovery-image] Aug 04 17:59:29.449 INFO O| Aug 04 17:59:29.449 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
88682026-08-04T17:59:30.071Z[ recovery-image] Aug 04 17:59:29.449 INFO O| Aug 04 17:59:29.449 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
88692026-08-04T17:59:30.080Z[ recovery-image] Aug 04 17:59:29.458 INFO O| Aug 04 17:59:29.458 INFO boot environment UUID: a8ed73c1-5afb-4346-8dfc-75b6d741e381
88702026-08-04T17:59:30.080Z[ recovery-image] Aug 04 17:59:29.458 INFO O| Aug 04 17:59:29.458 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = a8ed73c1-5afb-4346-8dfc-75b6d741e381
88712026-08-04T17:59:30.097Z[ recovery-image] Aug 04 17:59:29.475 INFO O| Aug 04 17:59:29.475 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88722026-08-04T17:59:30.115Z[ recovery-image] Aug 04 17:59:29.493 INFO O| Aug 04 17:59:29.493 INFO STEP 0 (create_be) COMPLETE
88732026-08-04T17:59:30.115Z[ recovery-image] Aug 04 17:59:29.493 INFO O| Aug 04 17:59:29.493 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88742026-08-04T17:59:30.120Z[verify-libraries] Compiling drift v0.2.0
88752026-08-04T17:59:30.130Z[ recovery-image] Aug 04 17:59:29.508 INFO O| Aug 04 17:59:29.508 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"]
88762026-08-04T17:59:30.264Z[verify-libraries] Compiling digest-io v0.1.0
88772026-08-04T17:59:30.671Z[verify-libraries] Compiling uzers v0.12.2
88782026-08-04T17:59:30.807Z[verify-libraries] Compiling rawzip v0.4.4
88792026-08-04T17:59:31.421Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
88802026-08-04T17:59:31.768Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
88812026-08-04T17:59:32.410Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
88822026-08-04T17:59:33.396Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
88832026-08-04T17:59:33.973Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
88842026-08-04T17:59:34.440Z[ host-image] Aug 04 17:59:33.817 INFO O| configuring SMF profile...
88852026-08-04T17:59:34.440Z[ host-image] Aug 04 17:59:33.817 INFO O| modifying shadow(5)...
88862026-08-04T17:59:34.440Z[ host-image] Aug 04 17:59:33.817 INFO O| loading user and group database...
88872026-08-04T17:59:34.443Z[ host-image] Aug 04 17:59:33.817 INFO O| loading facet selections...
88882026-08-04T17:59:34.774Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
88892026-08-04T17:59:34.856Z[ host-image] Aug 04 17:59:34.234 INFO O| devel -> true
88902026-08-04T17:59:34.856Z[ host-image] Aug 04 17:59:34.234 INFO O| doc.man -> true
88912026-08-04T17:59:34.856Z[ host-image] Aug 04 17:59:34.234 INFO O| version-lock.shell/ksh93 -> true
88922026-08-04T17:59:34.856Z[ host-image] Aug 04 17:59:34.234 INFO O| version-lock.system/data/hardware-registry -> true
88932026-08-04T17:59:34.860Z[ host-image] Aug 04 17:59:34.234 INFO O| version-lock.system/data/zoneinfo -> true
88942026-08-04T17:59:34.861Z[ host-image] Aug 04 17:59:34.234 INFO O| version-lock.system/microcode/amd -> true
88952026-08-04T17:59:34.861Z[ host-image] Aug 04 17:59:34.234 INFO O| version-lock.system/microcode/intel -> true
88962026-08-04T17:59:34.861Z[ host-image] Aug 04 17:59:34.234 INFO O| version-lock.system/microcode/oxide -> true
88972026-08-04T17:59:34.861Z[ host-image] Aug 04 17:59:34.234 INFO O| assessing packaged files...
88982026-08-04T17:59:35.383Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
88992026-08-04T17:59:35.416Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
89002026-08-04T17:59:36.114Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
89012026-08-04T17:59:37.100Z[ host-image] Aug 04 17:59:36.478 INFO O| creating archive...
89022026-08-04T17:59:37.124Z[ host-image] Aug 04 17:59:36.502 INFO O| missing from packaging:
89032026-08-04T17:59:37.124Z[ host-image] Aug 04 17:59:36.502 INFO O| "etc/.pwd.lock"
89042026-08-04T17:59:37.124Z[ host-image] Aug 04 17:59:36.502 INFO O| "etc/bash"
89052026-08-04T17:59:37.128Z[ host-image] Aug 04 17:59:36.506 INFO O| "etc/svc/profile/generic.xml"
89062026-08-04T17:59:37.128Z[ host-image] Aug 04 17:59:36.506 INFO O| "etc/svc/profile/inetd_services.xml"
89072026-08-04T17:59:37.131Z[ host-image] Aug 04 17:59:36.506 INFO O| "etc/svc/profile/name_service.xml"
89082026-08-04T17:59:37.131Z[ host-image] Aug 04 17:59:36.506 INFO O| "etc/svc/profile/platform.xml"
89092026-08-04T17:59:37.131Z[ host-image] Aug 04 17:59:36.506 INFO O| "etc/svc/profile/platform_omicron1.xml"
89102026-08-04T17:59:37.131Z[ host-image] Aug 04 17:59:36.507 INFO O| "etc/svc/repository.db"
89112026-08-04T17:59:37.135Z[ host-image] Aug 04 17:59:36.513 INFO O| "opt/ooce/share"
89122026-08-04T17:59:37.135Z[ host-image] Aug 04 17:59:36.513 INFO O| "opt/ooce/share/man"
89132026-08-04T17:59:37.135Z[ host-image] Aug 04 17:59:36.514 INFO O| "opt/ooce/share/man/man1"
89142026-08-04T17:59:37.145Z[ host-image] Aug 04 17:59:36.523 INFO O| finishing archive...
89152026-08-04T17:59:37.597Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
89162026-08-04T17:59:38.436Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
89172026-08-04T17:59:38.666Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
89182026-08-04T17:59:38.945Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
89192026-08-04T17:59:39.058Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
89202026-08-04T17:59:39.180Z[ recovery-image] Aug 04 17:59:38.558 INFO O| Aug 04 17:59:38.558 INFO STEP 1 (unpack_tar) COMPLETE
89212026-08-04T17:59:39.180Z[ recovery-image] Aug 04 17:59:38.558 INFO O| Aug 04 17:59:38.558 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89222026-08-04T17:59:39.189Z[ recovery-image] Aug 04 17:59:38.567 INFO O| Aug 04 17:59:38.567 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
89232026-08-04T17:59:39.505Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
89242026-08-04T17:59:39.726Z[verify-libraries] Compiling multimap v0.10.1
89252026-08-04T17:59:39.966Z[verify-libraries] Compiling termios v0.3.3
89262026-08-04T17:59:40.000Z[ host-image] Aug 04 17:59:39.378 INFO O| creating gzonly manifest...
89272026-08-04T17:59:40.012Z[ host-image] Aug 04 17:59:39.389 INFO O| ok
89282026-08-04T17:59:40.124Z[ host-image] Aug 04 17:59:39.500 INFO image builder template: ramdisk-02-trim...
89292026-08-04T17:59:40.124Z[ host-image] Aug 04 17:59:39.500 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/.tmp9vQkrv/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-02-trim"], pwd: None
89302026-08-04T17:59:40.147Z[ host-image] Aug 04 17:59:39.525 INFO O| Aug 04 17:59:39.524 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89312026-08-04T17:59:40.150Z[ host-image] Aug 04 17:59:39.529 INFO O| Aug 04 17:59:39.528 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89322026-08-04T17:59:40.312Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
89332026-08-04T17:59:40.405Z[ recovery-image] Aug 04 17:59:39.782 INFO O| Aug 04 17:59:39.782 INFO STEP 2 (devfsadm) COMPLETE
89342026-08-04T17:59:40.405Z[ recovery-image] Aug 04 17:59:39.782 INFO O| Aug 04 17:59:39.782 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89352026-08-04T17:59:40.417Z[ recovery-image] Aug 04 17:59:39.795 INFO O| Aug 04 17:59:39.795 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89362026-08-04T17:59:40.417Z[ recovery-image] Aug 04 17:59:39.795 INFO O| Aug 04 17:59:39.795 INFO STEP 3 (ensure_dir) COMPLETE
89372026-08-04T17:59:40.420Z[ recovery-image] Aug 04 17:59:39.795 INFO O| Aug 04 17:59:39.795 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89382026-08-04T17:59:40.430Z[ recovery-image] Aug 04 17:59:39.808 INFO O| Aug 04 17:59:39.808 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89392026-08-04T17:59:40.430Z[ recovery-image] Aug 04 17:59:39.808 INFO O| Aug 04 17:59:39.808 INFO STEP 4 (ensure_dir) COMPLETE
89402026-08-04T17:59:40.430Z[ recovery-image] Aug 04 17:59:39.808 INFO O| Aug 04 17:59:39.808 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89412026-08-04T17:59:40.441Z[ recovery-image] Aug 04 17:59:39.819 INFO O| Aug 04 17:59:39.818 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89422026-08-04T17:59:40.441Z[ recovery-image] Aug 04 17:59:39.819 INFO O| Aug 04 17:59:39.819 INFO STEP 5 (ensure_dir) COMPLETE
89432026-08-04T17:59:40.441Z[ recovery-image] Aug 04 17:59:39.819 INFO O| Aug 04 17:59:39.819 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89442026-08-04T17:59:40.452Z[ recovery-image] Aug 04 17:59:39.830 INFO O| Aug 04 17:59:39.830 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89452026-08-04T17:59:40.452Z[ recovery-image] Aug 04 17:59:39.830 INFO O| Aug 04 17:59:39.830 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89462026-08-04T17:59:40.455Z[ recovery-image] Aug 04 17:59:39.830 INFO O| Aug 04 17:59:39.830 INFO STEP 6 (ensure_dir) COMPLETE
89472026-08-04T17:59:40.455Z[ recovery-image] Aug 04 17:59:39.830 INFO O| Aug 04 17:59:39.830 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89482026-08-04T17:59:40.463Z[ recovery-image] Aug 04 17:59:39.841 INFO O| Aug 04 17:59:39.841 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89492026-08-04T17:59:40.463Z[ recovery-image] Aug 04 17:59:39.841 INFO O| Aug 04 17:59:39.841 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89502026-08-04T17:59:40.498Z[ recovery-image] Aug 04 17:59:39.841 INFO O| Aug 04 17:59:39.841 INFO STEP 7 (ensure_dir) COMPLETE
89512026-08-04T17:59:40.498Z[ recovery-image] Aug 04 17:59:39.841 INFO O| Aug 04 17:59:39.841 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89522026-08-04T17:59:40.498Z[ recovery-image] Aug 04 17:59:39.852 INFO O| Aug 04 17:59:39.852 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
89532026-08-04T17:59:40.498Z[ recovery-image] Aug 04 17:59:39.853 INFO O| Aug 04 17:59:39.853 INFO STEP 8 (remove_files) COMPLETE
89542026-08-04T17:59:40.498Z[ recovery-image] Aug 04 17:59:39.853 INFO O| Aug 04 17:59:39.853 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89552026-08-04T17:59:40.498Z[ recovery-image] Aug 04 17:59:39.866 INFO O| Aug 04 17:59:39.866 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
89562026-08-04T17:59:40.498Z[ recovery-image] Aug 04 17:59:39.867 INFO O| Aug 04 17:59:39.867 INFO STEP 9 (remove_files) COMPLETE
89572026-08-04T17:59:40.498Z[ recovery-image] Aug 04 17:59:39.867 INFO O| Aug 04 17:59:39.867 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89582026-08-04T17:59:40.506Z[ recovery-image] Aug 04 17:59:39.878 INFO O| Aug 04 17:59:39.878 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
89592026-08-04T17:59:40.506Z[ recovery-image] Aug 04 17:59:39.879 INFO O| Aug 04 17:59:39.879 INFO STEP 10 (remove_files) COMPLETE
89602026-08-04T17:59:40.506Z[ recovery-image] Aug 04 17:59:39.879 INFO O| Aug 04 17:59:39.879 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89612026-08-04T17:59:40.512Z[ recovery-image] Aug 04 17:59:39.891 INFO O| Aug 04 17:59:39.890 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
89622026-08-04T17:59:40.513Z[ recovery-image] Aug 04 17:59:39.891 INFO O| Aug 04 17:59:39.891 INFO STEP 11 (remove_files) COMPLETE
89632026-08-04T17:59:40.516Z[ recovery-image] Aug 04 17:59:39.891 INFO O| Aug 04 17:59:39.891 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89642026-08-04T17:59:40.523Z[ recovery-image] Aug 04 17:59:39.901 INFO O| Aug 04 17:59:39.901 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
89652026-08-04T17:59:40.523Z[ recovery-image] Aug 04 17:59:39.901 INFO O| Aug 04 17:59:39.901 INFO STEP 12 (remove_files) COMPLETE
89662026-08-04T17:59:40.526Z[ recovery-image] Aug 04 17:59:39.901 INFO O| Aug 04 17:59:39.901 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89672026-08-04T17:59:40.535Z[ recovery-image] Aug 04 17:59:39.913 INFO O| Aug 04 17:59:39.913 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89682026-08-04T17:59:40.535Z[ recovery-image] Aug 04 17:59:39.913 INFO O| Aug 04 17:59:39.913 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89692026-08-04T17:59:40.539Z[ recovery-image] Aug 04 17:59:39.913 INFO O| Aug 04 17:59:39.913 INFO STEP 13 (ensure_dir) COMPLETE
89702026-08-04T17:59:40.539Z[ recovery-image] Aug 04 17:59:39.913 INFO O| Aug 04 17:59:39.913 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89712026-08-04T17:59:40.548Z[ recovery-image] Aug 04 17:59:39.926 INFO O| Aug 04 17:59:39.926 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89722026-08-04T17:59:40.548Z[ recovery-image] Aug 04 17:59:39.926 INFO O| Aug 04 17:59:39.926 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89732026-08-04T17:59:40.551Z[ recovery-image] Aug 04 17:59:39.926 INFO O| Aug 04 17:59:39.926 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89742026-08-04T17:59:40.551Z[ recovery-image] Aug 04 17:59:39.926 INFO O| Aug 04 17:59:39.926 INFO STEP 14 (ensure_dir) COMPLETE
89752026-08-04T17:59:40.551Z[ recovery-image] Aug 04 17:59:39.926 INFO O| Aug 04 17:59:39.926 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89762026-08-04T17:59:40.560Z[ recovery-image] Aug 04 17:59:39.938 INFO O| Aug 04 17:59:39.938 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89772026-08-04T17:59:40.560Z[ recovery-image] Aug 04 17:59:39.938 INFO O| Aug 04 17:59:39.938 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89782026-08-04T17:59:40.560Z[ recovery-image] Aug 04 17:59:39.938 INFO O| Aug 04 17:59:39.938 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89792026-08-04T17:59:40.563Z[ recovery-image] Aug 04 17:59:39.938 INFO O| Aug 04 17:59:39.938 INFO STEP 15 (ensure_dir) COMPLETE
89802026-08-04T17:59:40.563Z[ recovery-image] Aug 04 17:59:39.938 INFO O| Aug 04 17:59:39.938 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89812026-08-04T17:59:40.572Z[ recovery-image] Aug 04 17:59:39.950 INFO O| Aug 04 17:59:39.950 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89822026-08-04T17:59:40.572Z[ recovery-image] Aug 04 17:59:39.950 INFO O| Aug 04 17:59:39.950 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89832026-08-04T17:59:40.572Z[ recovery-image] Aug 04 17:59:39.950 INFO O| Aug 04 17:59:39.950 INFO STEP 16 (ensure_dir) COMPLETE
89842026-08-04T17:59:40.576Z[ recovery-image] Aug 04 17:59:39.950 INFO O| Aug 04 17:59:39.950 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89852026-08-04T17:59:40.583Z[ recovery-image] Aug 04 17:59:39.961 INFO O| Aug 04 17:59:39.961 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89862026-08-04T17:59:40.583Z[ recovery-image] Aug 04 17:59:39.961 INFO O| Aug 04 17:59:39.961 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89872026-08-04T17:59:40.583Z[ recovery-image] Aug 04 17:59:39.961 INFO O| Aug 04 17:59:39.961 INFO STEP 17 (ensure_dir) COMPLETE
89882026-08-04T17:59:40.586Z[ recovery-image] Aug 04 17:59:39.961 INFO O| Aug 04 17:59:39.961 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89892026-08-04T17:59:40.595Z[ recovery-image] Aug 04 17:59:39.973 INFO O| Aug 04 17:59:39.973 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89902026-08-04T17:59:40.595Z[ recovery-image] Aug 04 17:59:39.974 INFO O| Aug 04 17:59:39.973 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
89912026-08-04T17:59:40.598Z[ recovery-image] Aug 04 17:59:39.974 INFO O| Aug 04 17:59:39.973 INFO ok!
89922026-08-04T17:59:40.598Z[ recovery-image] Aug 04 17:59:39.974 INFO O| Aug 04 17:59:39.973 INFO STEP 18 (ensure_symlink) COMPLETE
89932026-08-04T17:59:40.598Z[ recovery-image] Aug 04 17:59:39.974 INFO O| Aug 04 17:59:39.973 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89942026-08-04T17:59:40.608Z[ recovery-image] Aug 04 17:59:39.986 INFO O| Aug 04 17:59:39.986 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
89952026-08-04T17:59:40.608Z[ recovery-image] Aug 04 17:59:39.986 INFO O| Aug 04 17:59:39.986 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
89962026-08-04T17:59:40.610Z[ recovery-image] Aug 04 17:59:39.986 INFO O| Aug 04 17:59:39.986 INFO ok!
89972026-08-04T17:59:40.610Z[ recovery-image] Aug 04 17:59:39.986 INFO O| Aug 04 17:59:39.986 INFO STEP 19 (ensure_file) COMPLETE
89982026-08-04T17:59:40.610Z[ recovery-image] Aug 04 17:59:39.986 INFO O| Aug 04 17:59:39.986 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89992026-08-04T17:59:40.618Z[ recovery-image] Aug 04 17:59:39.996 INFO O| Aug 04 17:59:39.996 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
90002026-08-04T17:59:40.618Z[ recovery-image] Aug 04 17:59:39.996 INFO O| Aug 04 17:59:39.996 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
90012026-08-04T17:59:40.618Z[ recovery-image] Aug 04 17:59:39.996 INFO O| Aug 04 17:59:39.996 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
90022026-08-04T17:59:40.621Z[ recovery-image] Aug 04 17:59:39.996 INFO O| Aug 04 17:59:39.996 INFO ok!
90032026-08-04T17:59:40.621Z[ recovery-image] Aug 04 17:59:39.996 INFO O| Aug 04 17:59:39.996 INFO STEP 20 (ensure_symlink) COMPLETE
90042026-08-04T17:59:40.621Z[ recovery-image] Aug 04 17:59:39.996 INFO O| Aug 04 17:59:39.996 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90052026-08-04T17:59:40.628Z[ recovery-image] Aug 04 17:59:40.006 INFO O| Aug 04 17:59:40.006 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
90062026-08-04T17:59:40.628Z[ recovery-image] Aug 04 17:59:40.006 INFO O| Aug 04 17:59:40.006 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
90072026-08-04T17:59:40.631Z[ recovery-image] Aug 04 17:59:40.006 INFO O| Aug 04 17:59:40.006 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
90082026-08-04T17:59:40.631Z[ recovery-image] Aug 04 17:59:40.006 INFO O| Aug 04 17:59:40.006 INFO ok!
90092026-08-04T17:59:40.631Z[ recovery-image] Aug 04 17:59:40.006 INFO O| Aug 04 17:59:40.006 INFO STEP 21 (ensure_symlink) COMPLETE
90102026-08-04T17:59:40.631Z[ recovery-image] Aug 04 17:59:40.006 INFO O| Aug 04 17:59:40.006 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90112026-08-04T17:59:40.645Z[ recovery-image] Aug 04 17:59:40.021 INFO O| Aug 04 17:59:40.021 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
90122026-08-04T17:59:40.645Z[ recovery-image] Aug 04 17:59:40.021 INFO O| Aug 04 17:59:40.021 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90132026-08-04T17:59:40.645Z[ recovery-image] Aug 04 17:59:40.021 INFO O| Aug 04 17:59:40.021 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
90142026-08-04T17:59:40.649Z[ recovery-image] Aug 04 17:59:40.021 INFO O| Aug 04 17:59:40.021 INFO ok!
90152026-08-04T17:59:40.649Z[ recovery-image] Aug 04 17:59:40.021 INFO O| Aug 04 17:59:40.021 INFO STEP 22 (ensure_symlink) COMPLETE
90162026-08-04T17:59:40.649Z[ recovery-image] Aug 04 17:59:40.021 INFO O| Aug 04 17:59:40.021 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90172026-08-04T17:59:40.654Z[ recovery-image] Aug 04 17:59:40.032 INFO O| Aug 04 17:59:40.032 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
90182026-08-04T17:59:40.654Z[ recovery-image] Aug 04 17:59:40.032 INFO O| Aug 04 17:59:40.032 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90192026-08-04T17:59:40.655Z[ recovery-image] Aug 04 17:59:40.032 INFO O| Aug 04 17:59:40.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
90202026-08-04T17:59:40.655Z[ recovery-image] Aug 04 17:59:40.032 INFO O| Aug 04 17:59:40.032 INFO ok!
90212026-08-04T17:59:40.658Z[ recovery-image] Aug 04 17:59:40.032 INFO O| Aug 04 17:59:40.032 INFO STEP 23 (ensure_symlink) COMPLETE
90222026-08-04T17:59:40.658Z[ recovery-image] Aug 04 17:59:40.032 INFO O| Aug 04 17:59:40.032 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90232026-08-04T17:59:40.667Z[ recovery-image] Aug 04 17:59:40.045 INFO O| Aug 04 17:59:40.045 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90242026-08-04T17:59:40.667Z[ recovery-image] Aug 04 17:59:40.045 INFO O| Aug 04 17:59:40.045 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 ...
90252026-08-04T17:59:40.667Z[ recovery-image] Aug 04 17:59:40.045 INFO O| Aug 04 17:59:40.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
90262026-08-04T17:59:40.667Z[ recovery-image] Aug 04 17:59:40.045 INFO O| Aug 04 17:59:40.045 INFO ok!
90272026-08-04T17:59:40.670Z[ recovery-image] Aug 04 17:59:40.045 INFO O| Aug 04 17:59:40.045 INFO STEP 24 (ensure_file) COMPLETE
90282026-08-04T17:59:40.670Z[ recovery-image] Aug 04 17:59:40.045 INFO O| Aug 04 17:59:40.045 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90292026-08-04T17:59:40.682Z[ recovery-image] Aug 04 17:59:40.057 INFO O| Aug 04 17:59:40.057 INFO updating shadow file
90302026-08-04T17:59:40.682Z[ recovery-image] Aug 04 17:59:40.058 INFO O| Aug 04 17:59:40.057 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90312026-08-04T17:59:40.685Z[ recovery-image] Aug 04 17:59:40.058 INFO O| Aug 04 17:59:40.058 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90322026-08-04T17:59:40.685Z[ recovery-image] Aug 04 17:59:40.058 INFO O| Aug 04 17:59:40.058 INFO STEP 25 (shadow) COMPLETE
90332026-08-04T17:59:40.685Z[ recovery-image] Aug 04 17:59:40.058 INFO O| Aug 04 17:59:40.058 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90342026-08-04T17:59:40.693Z[ recovery-image] Aug 04 17:59:40.071 INFO O| Aug 04 17:59:40.071 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
90352026-08-04T17:59:40.693Z[ recovery-image] Aug 04 17:59:40.071 INFO O| Aug 04 17:59:40.071 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
90362026-08-04T17:59:40.696Z[ recovery-image] Aug 04 17:59:40.071 INFO O| Aug 04 17:59:40.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
90372026-08-04T17:59:40.696Z[ recovery-image] Aug 04 17:59:40.071 INFO O| Aug 04 17:59:40.071 INFO ok!
90382026-08-04T17:59:40.696Z[ recovery-image] Aug 04 17:59:40.071 INFO O| Aug 04 17:59:40.071 INFO STEP 26 (ensure_file) COMPLETE
90392026-08-04T17:59:40.696Z[ recovery-image] Aug 04 17:59:40.071 INFO O| Aug 04 17:59:40.071 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90402026-08-04T17:59:40.705Z[ recovery-image] Aug 04 17:59:40.083 INFO O| Aug 04 17:59:40.083 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
90412026-08-04T17:59:40.705Z[ recovery-image] Aug 04 17:59:40.083 INFO O| Aug 04 17:59:40.083 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
90422026-08-04T17:59:40.708Z[ recovery-image] Aug 04 17:59:40.083 INFO O| Aug 04 17:59:40.083 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
90432026-08-04T17:59:40.708Z[ recovery-image] Aug 04 17:59:40.083 INFO O| Aug 04 17:59:40.083 INFO ok!
90442026-08-04T17:59:40.708Z[ recovery-image] Aug 04 17:59:40.083 INFO O| Aug 04 17:59:40.083 INFO STEP 27 (ensure_file) COMPLETE
90452026-08-04T17:59:40.708Z[ recovery-image] Aug 04 17:59:40.083 INFO O| Aug 04 17:59:40.083 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90462026-08-04T17:59:40.718Z[ recovery-image] Aug 04 17:59:40.096 INFO O| Aug 04 17:59:40.095 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90472026-08-04T17:59:40.718Z[ recovery-image] Aug 04 17:59:40.096 INFO O| Aug 04 17:59:40.096 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
90482026-08-04T17:59:40.718Z[ recovery-image] Aug 04 17:59:40.096 INFO O| Aug 04 17:59:40.096 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
90492026-08-04T17:59:40.722Z[ recovery-image] Aug 04 17:59:40.096 INFO O| Aug 04 17:59:40.096 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
90502026-08-04T17:59:40.722Z[ recovery-image] Aug 04 17:59:40.096 INFO O| Aug 04 17:59:40.096 INFO ok!
90512026-08-04T17:59:40.722Z[ recovery-image] Aug 04 17:59:40.096 INFO O| Aug 04 17:59:40.096 INFO STEP 28 (ensure_file) COMPLETE
90522026-08-04T17:59:40.722Z[ recovery-image] Aug 04 17:59:40.096 INFO O| Aug 04 17:59:40.096 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90532026-08-04T17:59:40.728Z[ recovery-image] Aug 04 17:59:40.106 INFO O| Aug 04 17:59:40.106 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
90542026-08-04T17:59:40.728Z[ recovery-image] Aug 04 17:59:40.106 INFO O| Aug 04 17:59:40.106 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
90552026-08-04T17:59:40.731Z[ recovery-image] Aug 04 17:59:40.106 INFO O| Aug 04 17:59:40.106 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
90562026-08-04T17:59:40.731Z[ recovery-image] Aug 04 17:59:40.106 INFO O| Aug 04 17:59:40.106 INFO ok!
90572026-08-04T17:59:40.731Z[ recovery-image] Aug 04 17:59:40.106 INFO O| Aug 04 17:59:40.106 INFO STEP 29 (ensure_file) COMPLETE
90582026-08-04T17:59:40.731Z[ recovery-image] Aug 04 17:59:40.106 INFO O| Aug 04 17:59:40.106 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
90592026-08-04T17:59:40.738Z[ recovery-image] Aug 04 17:59:40.117 INFO O| Aug 04 17:59:40.116 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90602026-08-04T17:59:40.739Z[ recovery-image] Aug 04 17:59:40.117 INFO O| Aug 04 17:59:40.117 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90612026-08-04T17:59:40.741Z[ recovery-image] Aug 04 17:59:40.117 INFO O| Aug 04 17:59:40.117 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90622026-08-04T17:59:40.741Z[ recovery-image] Aug 04 17:59:40.117 INFO O| Aug 04 17:59:40.117 INFO STEP 30 (ensure_dir) COMPLETE
90632026-08-04T17:59:40.741Z[ recovery-image] Aug 04 17:59:40.117 INFO O| Aug 04 17:59:40.117 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90642026-08-04T17:59:40.750Z[ recovery-image] Aug 04 17:59:40.128 INFO O| Aug 04 17:59:40.128 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
90652026-08-04T17:59:40.750Z[ recovery-image] Aug 04 17:59:40.128 INFO O| Aug 04 17:59:40.128 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 ...
90662026-08-04T17:59:40.753Z[ recovery-image] Aug 04 17:59:40.128 INFO O| Aug 04 17:59:40.128 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
90672026-08-04T17:59:40.753Z[ recovery-image] Aug 04 17:59:40.128 INFO O| Aug 04 17:59:40.128 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
90682026-08-04T17:59:40.753Z[ recovery-image] Aug 04 17:59:40.128 INFO O| Aug 04 17:59:40.128 INFO ok!
90692026-08-04T17:59:40.753Z[ recovery-image] Aug 04 17:59:40.128 INFO O| Aug 04 17:59:40.128 INFO STEP 31 (ensure_file) COMPLETE
90702026-08-04T17:59:40.753Z[ recovery-image] Aug 04 17:59:40.128 INFO O| Aug 04 17:59:40.128 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
90712026-08-04T17:59:40.756Z[ host-image] Aug 04 17:59:40.131 INFO O| Aug 04 17:59:40.131 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
90722026-08-04T17:59:40.760Z[ recovery-image] Aug 04 17:59:40.138 INFO O| Aug 04 17:59:40.138 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90732026-08-04T17:59:40.760Z[ recovery-image] Aug 04 17:59:40.138 INFO O| Aug 04 17:59:40.138 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90742026-08-04T17:59:40.760Z[ recovery-image] Aug 04 17:59:40.138 INFO O| Aug 04 17:59:40.138 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90752026-08-04T17:59:40.763Z[ recovery-image] Aug 04 17:59:40.138 INFO O| Aug 04 17:59:40.138 INFO STEP 32 (ensure_dir) COMPLETE
90762026-08-04T17:59:40.763Z[ recovery-image] Aug 04 17:59:40.138 INFO O| Aug 04 17:59:40.138 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90772026-08-04T17:59:40.773Z[ recovery-image] Aug 04 17:59:40.151 INFO O| Aug 04 17:59:40.151 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
90782026-08-04T17:59:40.773Z[ recovery-image] Aug 04 17:59:40.151 INFO O| Aug 04 17:59:40.151 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 ...
90792026-08-04T17:59:40.777Z[ recovery-image] Aug 04 17:59:40.151 INFO O| Aug 04 17:59:40.151 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
90802026-08-04T17:59:40.777Z[ recovery-image] Aug 04 17:59:40.151 INFO O| Aug 04 17:59:40.151 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
90812026-08-04T17:59:40.777Z[ recovery-image] Aug 04 17:59:40.151 INFO O| Aug 04 17:59:40.151 INFO ok!
90822026-08-04T17:59:40.778Z[ recovery-image] Aug 04 17:59:40.151 INFO O| Aug 04 17:59:40.151 INFO STEP 33 (ensure_file) COMPLETE
90832026-08-04T17:59:40.778Z[ recovery-image] Aug 04 17:59:40.151 INFO O| Aug 04 17:59:40.151 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90842026-08-04T17:59:40.786Z[ recovery-image] Aug 04 17:59:40.164 INFO O| Aug 04 17:59:40.164 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
90852026-08-04T17:59:40.786Z[ recovery-image] Aug 04 17:59:40.164 INFO O| Aug 04 17:59:40.164 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
90862026-08-04T17:59:40.786Z[ recovery-image] Aug 04 17:59:40.164 INFO O| Aug 04 17:59:40.164 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
90872026-08-04T17:59:40.789Z[ recovery-image] Aug 04 17:59:40.164 INFO O| Aug 04 17:59:40.164 INFO ok!
90882026-08-04T17:59:40.789Z[ recovery-image] Aug 04 17:59:40.164 INFO O| Aug 04 17:59:40.164 INFO STEP 34 (ensure_file) COMPLETE
90892026-08-04T17:59:40.789Z[ recovery-image] Aug 04 17:59:40.164 INFO O| Aug 04 17:59:40.164 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90902026-08-04T17:59:40.797Z[ recovery-image] Aug 04 17:59:40.175 INFO O| Aug 04 17:59:40.174 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
90912026-08-04T17:59:40.797Z[ recovery-image] Aug 04 17:59:40.175 INFO O| Aug 04 17:59:40.175 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
90922026-08-04T17:59:40.797Z[ recovery-image] Aug 04 17:59:40.175 INFO O| Aug 04 17:59:40.175 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
90932026-08-04T17:59:40.800Z[ recovery-image] Aug 04 17:59:40.175 INFO O| Aug 04 17:59:40.175 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
90942026-08-04T17:59:40.800Z[ recovery-image] Aug 04 17:59:40.175 INFO O| Aug 04 17:59:40.175 INFO ok!
90952026-08-04T17:59:40.800Z[ recovery-image] Aug 04 17:59:40.175 INFO O| Aug 04 17:59:40.175 INFO STEP 35 (ensure_file) COMPLETE
90962026-08-04T17:59:40.800Z[ recovery-image] Aug 04 17:59:40.175 INFO O| Aug 04 17:59:40.175 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90972026-08-04T17:59:40.805Z[ host-image] Aug 04 17:59:40.183 INFO O| Aug 04 17:59:40.183 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
90982026-08-04T17:59:40.805Z[ host-image] Aug 04 17:59:40.183 INFO O| Aug 04 17:59:40.183 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
90992026-08-04T17:59:40.809Z[ recovery-image] Aug 04 17:59:40.187 INFO O| Aug 04 17:59:40.187 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
91002026-08-04T17:59:40.812Z[ recovery-image] Aug 04 17:59:40.187 INFO O| Aug 04 17:59:40.187 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
91012026-08-04T17:59:40.812Z[ recovery-image] Aug 04 17:59:40.187 INFO O| Aug 04 17:59:40.187 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
91022026-08-04T17:59:40.812Z[ recovery-image] Aug 04 17:59:40.187 INFO O| Aug 04 17:59:40.187 INFO ok!
91032026-08-04T17:59:40.812Z[ recovery-image] Aug 04 17:59:40.187 INFO O| Aug 04 17:59:40.187 INFO STEP 36 (ensure_file) COMPLETE
91042026-08-04T17:59:40.812Z[ recovery-image] Aug 04 17:59:40.187 INFO O| Aug 04 17:59:40.187 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91052026-08-04T17:59:40.812Z[ host-image] Aug 04 17:59:40.188 INFO O| Aug 04 17:59:40.188 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91062026-08-04T17:59:40.815Z[ host-image] Aug 04 17:59:40.193 INFO O| Aug 04 17:59:40.193 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
91072026-08-04T17:59:40.819Z[ recovery-image] Aug 04 17:59:40.197 INFO O| Aug 04 17:59:40.197 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
91082026-08-04T17:59:40.819Z[ recovery-image] Aug 04 17:59:40.197 INFO O| Aug 04 17:59:40.197 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
91092026-08-04T17:59:40.819Z[ recovery-image] Aug 04 17:59:40.197 INFO O| Aug 04 17:59:40.197 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
91102026-08-04T17:59:40.819Z[ recovery-image] Aug 04 17:59:40.197 INFO O| Aug 04 17:59:40.197 INFO ok!
91112026-08-04T17:59:40.819Z[ recovery-image] Aug 04 17:59:40.197 INFO O| Aug 04 17:59:40.197 INFO STEP 37 (ensure_file) COMPLETE
91122026-08-04T17:59:40.819Z[ recovery-image] Aug 04 17:59:40.197 INFO O| Aug 04 17:59:40.197 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91132026-08-04T17:59:40.822Z[ host-image] Aug 04 17:59:40.199 INFO O| Aug 04 17:59:40.199 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
91142026-08-04T17:59:40.830Z[ recovery-image] Aug 04 17:59:40.208 INFO O| Aug 04 17:59:40.208 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
91152026-08-04T17:59:40.830Z[ recovery-image] Aug 04 17:59:40.208 INFO O| Aug 04 17:59:40.208 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
91162026-08-04T17:59:40.833Z[ recovery-image] Aug 04 17:59:40.208 INFO O| Aug 04 17:59:40.208 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91172026-08-04T17:59:40.833Z[ recovery-image] Aug 04 17:59:40.208 INFO O| Aug 04 17:59:40.208 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91182026-08-04T17:59:40.833Z[ recovery-image] Aug 04 17:59:40.208 INFO O| Aug 04 17:59:40.208 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91192026-08-04T17:59:40.833Z[ recovery-image] Aug 04 17:59:40.208 INFO O| Aug 04 17:59:40.208 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91202026-08-04T17:59:40.833Z[ recovery-image] Aug 04 17:59:40.208 INFO O| Aug 04 17:59:40.208 INFO ok!
91212026-08-04T17:59:40.833Z[ recovery-image] Aug 04 17:59:40.208 INFO O| Aug 04 17:59:40.208 INFO STEP 38 (ensure_file) COMPLETE
91222026-08-04T17:59:40.833Z[ recovery-image] Aug 04 17:59:40.208 INFO O| Aug 04 17:59:40.208 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91232026-08-04T17:59:40.841Z[ recovery-image] Aug 04 17:59:40.219 INFO O| Aug 04 17:59:40.219 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
91242026-08-04T17:59:40.841Z[ recovery-image] Aug 04 17:59:40.219 INFO O| Aug 04 17:59:40.219 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
91252026-08-04T17:59:40.841Z[ recovery-image] Aug 04 17:59:40.219 INFO O| Aug 04 17:59:40.219 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
91262026-08-04T17:59:40.844Z[ recovery-image] Aug 04 17:59:40.219 INFO O| Aug 04 17:59:40.219 INFO STEP 39 (ensure_dir) COMPLETE
91272026-08-04T17:59:40.844Z[ recovery-image] Aug 04 17:59:40.219 INFO O| Aug 04 17:59:40.219 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91282026-08-04T17:59:40.852Z[ recovery-image] Aug 04 17:59:40.230 INFO O| Aug 04 17:59:40.230 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
91292026-08-04T17:59:40.852Z[ recovery-image] Aug 04 17:59:40.231 INFO O| Aug 04 17:59:40.230 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 ...
91302026-08-04T17:59:40.853Z[ recovery-image] Aug 04 17:59:40.231 INFO O| Aug 04 17:59:40.230 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
91312026-08-04T17:59:40.855Z[ recovery-image] Aug 04 17:59:40.231 INFO O| Aug 04 17:59:40.230 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
91322026-08-04T17:59:40.856Z[ recovery-image] Aug 04 17:59:40.231 INFO O| Aug 04 17:59:40.230 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
91332026-08-04T17:59:40.856Z[ recovery-image] Aug 04 17:59:40.231 INFO O| Aug 04 17:59:40.230 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
91342026-08-04T17:59:40.856Z[ recovery-image] Aug 04 17:59:40.231 INFO O| Aug 04 17:59:40.230 INFO ok!
91352026-08-04T17:59:40.856Z[ recovery-image] Aug 04 17:59:40.231 INFO O| Aug 04 17:59:40.230 INFO STEP 40 (ensure_file) COMPLETE
91362026-08-04T17:59:40.856Z[ recovery-image] Aug 04 17:59:40.231 INFO O| Aug 04 17:59:40.230 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91372026-08-04T17:59:40.863Z[ recovery-image] Aug 04 17:59:40.241 INFO O| Aug 04 17:59:40.241 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91382026-08-04T17:59:40.863Z[ recovery-image] Aug 04 17:59:40.241 INFO O| Aug 04 17:59:40.241 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 ...
91392026-08-04T17:59:40.863Z[ recovery-image] Aug 04 17:59:40.241 INFO O| Aug 04 17:59:40.241 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91402026-08-04T17:59:40.866Z[ recovery-image] Aug 04 17:59:40.241 INFO O| Aug 04 17:59:40.241 INFO ok!
91412026-08-04T17:59:40.866Z[ recovery-image] Aug 04 17:59:40.241 INFO O| Aug 04 17:59:40.241 INFO STEP 41 (ensure_symlink) COMPLETE
91422026-08-04T17:59:40.866Z[ recovery-image] Aug 04 17:59:40.241 INFO O| Aug 04 17:59:40.241 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91432026-08-04T17:59:40.874Z[ recovery-image] Aug 04 17:59:40.252 INFO O| Aug 04 17:59:40.252 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
91442026-08-04T17:59:40.874Z[ recovery-image] Aug 04 17:59:40.252 INFO O| Aug 04 17:59:40.252 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
91452026-08-04T17:59:40.877Z[ recovery-image] Aug 04 17:59:40.252 INFO O| Aug 04 17:59:40.252 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
91462026-08-04T17:59:40.877Z[ recovery-image] Aug 04 17:59:40.252 INFO O| Aug 04 17:59:40.252 INFO ok!
91472026-08-04T17:59:40.877Z[ recovery-image] Aug 04 17:59:40.252 INFO O| Aug 04 17:59:40.252 INFO STEP 42 (ensure_symlink) COMPLETE
91482026-08-04T17:59:40.877Z[ recovery-image] Aug 04 17:59:40.252 INFO O| Aug 04 17:59:40.252 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91492026-08-04T17:59:40.885Z[ recovery-image] Aug 04 17:59:40.263 INFO O| Aug 04 17:59:40.262 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
91502026-08-04T17:59:40.885Z[ recovery-image] Aug 04 17:59:40.263 INFO O| Aug 04 17:59:40.263 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
91512026-08-04T17:59:40.885Z[ recovery-image] Aug 04 17:59:40.263 INFO O| Aug 04 17:59:40.263 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91522026-08-04T17:59:40.885Z[ recovery-image] Aug 04 17:59:40.263 INFO O| Aug 04 17:59:40.263 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91532026-08-04T17:59:40.888Z[ recovery-image] Aug 04 17:59:40.263 INFO O| Aug 04 17:59:40.263 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91542026-08-04T17:59:40.888Z[ recovery-image] Aug 04 17:59:40.263 INFO O| Aug 04 17:59:40.263 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91552026-08-04T17:59:40.888Z[ recovery-image] Aug 04 17:59:40.263 INFO O| Aug 04 17:59:40.263 INFO ok!
91562026-08-04T17:59:40.888Z[ recovery-image] Aug 04 17:59:40.263 INFO O| Aug 04 17:59:40.263 INFO STEP 43 (ensure_file) COMPLETE
91572026-08-04T17:59:40.888Z[ recovery-image] Aug 04 17:59:40.263 INFO O| Aug 04 17:59:40.263 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91582026-08-04T17:59:40.897Z[ recovery-image] Aug 04 17:59:40.275 INFO O| Aug 04 17:59:40.275 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
91592026-08-04T17:59:40.897Z[ recovery-image] Aug 04 17:59:40.275 INFO O| Aug 04 17:59:40.275 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 ...
91602026-08-04T17:59:40.897Z[ recovery-image] Aug 04 17:59:40.275 INFO O| Aug 04 17:59:40.275 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
91612026-08-04T17:59:40.900Z[ recovery-image] Aug 04 17:59:40.275 INFO O| Aug 04 17:59:40.275 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
91622026-08-04T17:59:40.900Z[ recovery-image] Aug 04 17:59:40.275 INFO O| Aug 04 17:59:40.275 INFO ok!
91632026-08-04T17:59:40.900Z[ recovery-image] Aug 04 17:59:40.275 INFO O| Aug 04 17:59:40.275 INFO STEP 44 (ensure_file) COMPLETE
91642026-08-04T17:59:40.900Z[ recovery-image] Aug 04 17:59:40.275 INFO O| Aug 04 17:59:40.275 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91652026-08-04T17:59:40.909Z[ recovery-image] Aug 04 17:59:40.287 INFO O| Aug 04 17:59:40.287 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
91662026-08-04T17:59:40.909Z[ recovery-image] Aug 04 17:59:40.287 INFO O| Aug 04 17:59:40.287 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
91672026-08-04T17:59:40.909Z[ recovery-image] Aug 04 17:59:40.287 INFO O| Aug 04 17:59:40.287 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
91682026-08-04T17:59:40.910Z[ recovery-image] Aug 04 17:59:40.287 INFO O| Aug 04 17:59:40.287 INFO ok!
91692026-08-04T17:59:40.910Z[ recovery-image] Aug 04 17:59:40.287 INFO O| Aug 04 17:59:40.287 INFO STEP 45 (ensure_file) COMPLETE
91702026-08-04T17:59:40.910Z[ recovery-image] Aug 04 17:59:40.287 INFO O| Aug 04 17:59:40.287 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91712026-08-04T17:59:40.919Z[ recovery-image] Aug 04 17:59:40.297 INFO O| Aug 04 17:59:40.297 INFO updating shadow file
91722026-08-04T17:59:40.919Z[ recovery-image] Aug 04 17:59:40.297 INFO O| Aug 04 17:59:40.297 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
91732026-08-04T17:59:40.922Z[ recovery-image] Aug 04 17:59:40.297 INFO O| Aug 04 17:59:40.297 INFO STEP 46 (shadow) COMPLETE
91742026-08-04T17:59:40.922Z[ recovery-image] Aug 04 17:59:40.297 INFO O| Aug 04 17:59:40.297 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91752026-08-04T17:59:40.929Z[ recovery-image] Aug 04 17:59:40.307 INFO O| Aug 04 17:59:40.307 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
91762026-08-04T17:59:40.929Z[ recovery-image] Aug 04 17:59:40.307 INFO O| Aug 04 17:59:40.307 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
91772026-08-04T17:59:40.929Z[ recovery-image] Aug 04 17:59:40.307 INFO O| Aug 04 17:59:40.307 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
91782026-08-04T17:59:40.932Z[ recovery-image] Aug 04 17:59:40.307 INFO O| Aug 04 17:59:40.307 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
91792026-08-04T17:59:40.932Z[ recovery-image] Aug 04 17:59:40.307 INFO O| Aug 04 17:59:40.307 INFO ok!
91802026-08-04T17:59:40.932Z[ recovery-image] Aug 04 17:59:40.307 INFO O| Aug 04 17:59:40.307 INFO STEP 47 (ensure_file) COMPLETE
91812026-08-04T17:59:40.932Z[ recovery-image] Aug 04 17:59:40.307 INFO O| Aug 04 17:59:40.307 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91822026-08-04T17:59:40.939Z[ recovery-image] Aug 04 17:59:40.317 INFO O| Aug 04 17:59:40.317 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
91832026-08-04T17:59:40.939Z[ recovery-image] Aug 04 17:59:40.317 INFO O| Aug 04 17:59:40.317 INFO STEP 48 (ensure_dir) COMPLETE
91842026-08-04T17:59:40.939Z[ recovery-image] Aug 04 17:59:40.317 INFO O| Aug 04 17:59:40.317 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91852026-08-04T17:59:40.948Z[ recovery-image] Aug 04 17:59:40.326 INFO O| Aug 04 17:59:40.326 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
91862026-08-04T17:59:40.948Z[ recovery-image] Aug 04 17:59:40.326 INFO O| Aug 04 17:59:40.326 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
91872026-08-04T17:59:40.948Z[ recovery-image] Aug 04 17:59:40.326 INFO O| Aug 04 17:59:40.326 INFO STEP 49 (ensure_dir) COMPLETE
91882026-08-04T17:59:40.951Z[ recovery-image] Aug 04 17:59:40.326 INFO O| Aug 04 17:59:40.326 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91892026-08-04T17:59:40.957Z[ recovery-image] Aug 04 17:59:40.335 INFO O| Aug 04 17:59:40.335 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
91902026-08-04T17:59:40.957Z[ recovery-image] Aug 04 17:59:40.335 INFO O| Aug 04 17:59:40.335 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
91912026-08-04T17:59:40.960Z[ recovery-image] Aug 04 17:59:40.335 INFO O| Aug 04 17:59:40.335 INFO STEP 50 (ensure_dir) COMPLETE
91922026-08-04T17:59:40.960Z[ recovery-image] Aug 04 17:59:40.335 INFO O| Aug 04 17:59:40.335 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91932026-08-04T17:59:40.966Z[ recovery-image] Aug 04 17:59:40.344 INFO O| Aug 04 17:59:40.344 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
91942026-08-04T17:59:40.969Z[ recovery-image] Aug 04 17:59:40.344 INFO O| Aug 04 17:59:40.344 INFO copying /tmp/.tmp9vQkrv/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
91952026-08-04T17:59:41.002Z[ recovery-image] Aug 04 17:59:40.377 INFO O| Aug 04 17:59:40.377 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
91962026-08-04T17:59:41.002Z[ recovery-image] Aug 04 17:59:40.377 INFO O| Aug 04 17:59:40.377 INFO ok!
91972026-08-04T17:59:41.006Z[ recovery-image] Aug 04 17:59:40.377 INFO O| Aug 04 17:59:40.377 INFO STEP 51 (ensure_file) COMPLETE
91982026-08-04T17:59:41.006Z[ recovery-image] Aug 04 17:59:40.377 INFO O| Aug 04 17:59:40.377 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91992026-08-04T17:59:41.014Z[ recovery-image] Aug 04 17:59:40.392 INFO O| Aug 04 17:59:40.392 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
92002026-08-04T17:59:41.014Z[ recovery-image] Aug 04 17:59:40.392 INFO O| Aug 04 17:59:40.392 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
92012026-08-04T17:59:41.017Z[ recovery-image] Aug 04 17:59:40.392 INFO O| Aug 04 17:59:40.392 INFO STEP 52 (ensure_dir) COMPLETE
92022026-08-04T17:59:41.017Z[ recovery-image] Aug 04 17:59:40.392 INFO O| Aug 04 17:59:40.392 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92032026-08-04T17:59:41.026Z[ recovery-image] Aug 04 17:59:40.404 INFO O| Aug 04 17:59:40.404 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
92042026-08-04T17:59:41.026Z[ recovery-image] Aug 04 17:59:40.404 INFO O| Aug 04 17:59:40.404 INFO copying /tmp/.tmp9vQkrv/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
92052026-08-04T17:59:41.026Z[ recovery-image] Aug 04 17:59:40.404 INFO O| Aug 04 17:59:40.404 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
92062026-08-04T17:59:41.026Z[ recovery-image] Aug 04 17:59:40.404 INFO O| Aug 04 17:59:40.404 INFO ok!
92072026-08-04T17:59:41.030Z[ recovery-image] Aug 04 17:59:40.404 INFO O| Aug 04 17:59:40.404 INFO STEP 53 (ensure_file) COMPLETE
92082026-08-04T17:59:41.030Z[ recovery-image] Aug 04 17:59:40.404 INFO O| Aug 04 17:59:40.404 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92092026-08-04T17:59:41.037Z[ recovery-image] Aug 04 17:59:40.415 INFO O| Aug 04 17:59:40.415 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
92102026-08-04T17:59:41.037Z[ recovery-image] Aug 04 17:59:40.415 INFO O| Aug 04 17:59:40.415 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
92112026-08-04T17:59:41.037Z[ recovery-image] Aug 04 17:59:40.415 INFO O| Aug 04 17:59:40.415 INFO STEP 54 (ensure_dir) COMPLETE
92122026-08-04T17:59:41.037Z[ recovery-image] Aug 04 17:59:40.415 INFO O| Aug 04 17:59:40.415 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92132026-08-04T17:59:41.049Z[ recovery-image] Aug 04 17:59:40.426 INFO O| Aug 04 17:59:40.426 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
92142026-08-04T17:59:41.049Z[ recovery-image] Aug 04 17:59:40.426 INFO O| Aug 04 17:59:40.426 INFO copying /tmp/.tmp9vQkrv/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
92152026-08-04T17:59:41.183Z[ host-image] Aug 04 17:59:40.560 INFO O| Aug 04 17:59:40.560 INFO rolled back to input snapshot; work may begin
92162026-08-04T17:59:41.183Z[ host-image] Aug 04 17:59:40.560 INFO O| Aug 04 17:59:40.560 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
92172026-08-04T17:59:41.188Z[ host-image] Aug 04 17:59:40.566 INFO O| Aug 04 17:59:40.566 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92182026-08-04T17:59:41.199Z[ host-image] Aug 04 17:59:40.577 INFO O| Aug 04 17:59:40.577 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
92192026-08-04T17:59:41.245Z[ host-image] Aug 04 17:59:40.623 INFO O| Aug 04 17:59:40.623 INFO STEP 0 (remove_files) COMPLETE
92202026-08-04T17:59:41.245Z[ host-image] Aug 04 17:59:40.623 INFO O| Aug 04 17:59:40.623 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92212026-08-04T17:59:41.257Z[ host-image] Aug 04 17:59:40.634 INFO O| Aug 04 17:59:40.634 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
92222026-08-04T17:59:41.260Z[ host-image] Aug 04 17:59:40.636 INFO O| Aug 04 17:59:40.636 INFO STEP 1 (remove_files) COMPLETE
92232026-08-04T17:59:41.260Z[ host-image] Aug 04 17:59:40.636 INFO O| Aug 04 17:59:40.636 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92242026-08-04T17:59:41.267Z[ host-image] Aug 04 17:59:40.645 INFO O| Aug 04 17:59:40.645 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
92252026-08-04T17:59:41.282Z[ host-image] Aug 04 17:59:40.660 INFO O| Aug 04 17:59:40.660 INFO STEP 2 (remove_files) COMPLETE
92262026-08-04T17:59:41.282Z[ host-image] Aug 04 17:59:40.660 INFO O| Aug 04 17:59:40.660 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92272026-08-04T17:59:41.292Z[ host-image] Aug 04 17:59:40.670 INFO O| Aug 04 17:59:40.670 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
92282026-08-04T17:59:41.295Z[ host-image] Aug 04 17:59:40.672 INFO O| Aug 04 17:59:40.672 INFO STEP 3 (remove_files) COMPLETE
92292026-08-04T17:59:41.295Z[ host-image] Aug 04 17:59:40.672 INFO O| Aug 04 17:59:40.672 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92302026-08-04T17:59:41.302Z[ host-image] Aug 04 17:59:40.680 INFO O| Aug 04 17:59:40.680 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
92312026-08-04T17:59:41.305Z[ host-image] Aug 04 17:59:40.683 INFO O| Aug 04 17:59:40.683 INFO STEP 4 (remove_files) COMPLETE
92322026-08-04T17:59:41.305Z[ host-image] Aug 04 17:59:40.683 INFO O| Aug 04 17:59:40.683 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92332026-08-04T17:59:41.314Z[ host-image] Aug 04 17:59:40.692 INFO O| Aug 04 17:59:40.692 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
92342026-08-04T17:59:41.317Z[ host-image] Aug 04 17:59:40.694 INFO O| Aug 04 17:59:40.694 INFO STEP 5 (remove_files) COMPLETE
92352026-08-04T17:59:41.317Z[ host-image] Aug 04 17:59:40.694 INFO O| Aug 04 17:59:40.694 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92362026-08-04T17:59:41.325Z[ host-image] Aug 04 17:59:40.703 INFO O| Aug 04 17:59:40.703 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
92372026-08-04T17:59:41.336Z[ host-image] Aug 04 17:59:40.714 INFO O| Aug 04 17:59:40.714 INFO STEP 6 (remove_files) COMPLETE
92382026-08-04T17:59:41.336Z[ host-image] Aug 04 17:59:40.715 INFO O| Aug 04 17:59:40.714 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92392026-08-04T17:59:41.339Z[ host-image] Aug 04 17:59:40.715 INFO O| Aug 04 17:59:40.714 INFO skip step because feature "heliosv2" is not enabled
92402026-08-04T17:59:41.339Z[ host-image] Aug 04 17:59:40.715 INFO O| Aug 04 17:59:40.714 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92412026-08-04T17:59:41.346Z[ host-image] Aug 04 17:59:40.724 INFO O| Aug 04 17:59:40.724 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
92422026-08-04T17:59:41.358Z[ host-image] Aug 04 17:59:40.736 INFO O| Aug 04 17:59:40.736 INFO STEP 8 (remove_files) COMPLETE
92432026-08-04T17:59:41.358Z[ host-image] Aug 04 17:59:40.736 INFO O| Aug 04 17:59:40.736 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92442026-08-04T17:59:41.369Z[ host-image] Aug 04 17:59:40.747 INFO O| Aug 04 17:59:40.747 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
92452026-08-04T17:59:41.447Z[ host-image] Aug 04 17:59:40.825 INFO O| Aug 04 17:59:40.825 INFO STEP 9 (remove_files) COMPLETE
92462026-08-04T17:59:41.448Z[ host-image] Aug 04 17:59:40.825 INFO O| Aug 04 17:59:40.825 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92472026-08-04T17:59:41.481Z[ host-image] Aug 04 17:59:40.853 INFO O| Aug 04 17:59:40.853 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
92482026-08-04T17:59:41.580Z[ host-image] Aug 04 17:59:40.957 INFO O| Aug 04 17:59:40.957 INFO STEP 10 (remove_files) COMPLETE
92492026-08-04T17:59:41.580Z[ host-image] Aug 04 17:59:40.958 INFO O| Aug 04 17:59:40.957 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92502026-08-04T17:59:41.591Z[ host-image] Aug 04 17:59:40.969 INFO O| Aug 04 17:59:40.969 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
92512026-08-04T17:59:41.597Z[ host-image] Aug 04 17:59:40.975 INFO O| Aug 04 17:59:40.975 INFO STEP 11 (remove_files) COMPLETE
92522026-08-04T17:59:41.597Z[ host-image] Aug 04 17:59:40.975 INFO O| Aug 04 17:59:40.975 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92532026-08-04T17:59:41.607Z[ host-image] Aug 04 17:59:40.985 INFO O| Aug 04 17:59:40.985 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
92542026-08-04T17:59:41.610Z[ host-image] Aug 04 17:59:40.986 INFO O| Aug 04 17:59:40.986 INFO STEP 12 (remove_files) COMPLETE
92552026-08-04T17:59:41.610Z[ host-image] Aug 04 17:59:40.986 INFO O| Aug 04 17:59:40.986 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92562026-08-04T17:59:41.625Z[ host-image] Aug 04 17:59:41.003 INFO O| Aug 04 17:59:41.003 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
92572026-08-04T17:59:41.628Z[ host-image] Aug 04 17:59:41.004 INFO O| Aug 04 17:59:41.004 INFO STEP 13 (remove_files) COMPLETE
92582026-08-04T17:59:41.628Z[ host-image] Aug 04 17:59:41.004 INFO O| Aug 04 17:59:41.004 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92592026-08-04T17:59:41.637Z[ host-image] Aug 04 17:59:41.015 INFO O| Aug 04 17:59:41.015 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
92602026-08-04T17:59:41.640Z[ host-image] Aug 04 17:59:41.015 INFO O| Aug 04 17:59:41.015 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
92612026-08-04T17:59:41.640Z[ host-image] Aug 04 17:59:41.015 INFO O| Aug 04 17:59:41.015 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
92622026-08-04T17:59:41.640Z[ host-image] Aug 04 17:59:41.016 INFO O| Aug 04 17:59:41.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
92632026-08-04T17:59:41.640Z[ host-image] Aug 04 17:59:41.016 INFO O| Aug 04 17:59:41.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
92642026-08-04T17:59:41.640Z[ host-image] Aug 04 17:59:41.016 INFO O| Aug 04 17:59:41.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
92652026-08-04T17:59:41.640Z[ host-image] Aug 04 17:59:41.016 INFO O| Aug 04 17:59:41.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
92662026-08-04T17:59:41.640Z[ host-image] Aug 04 17:59:41.016 INFO O| Aug 04 17:59:41.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
92672026-08-04T17:59:41.640Z[ host-image] Aug 04 17:59:41.016 INFO O| Aug 04 17:59:41.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
92682026-08-04T17:59:41.640Z[ host-image] Aug 04 17:59:41.016 INFO O| Aug 04 17:59:41.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
92692026-08-04T17:59:41.640Z[ host-image] Aug 04 17:59:41.016 INFO O| Aug 04 17:59:41.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
92702026-08-04T17:59:41.640Z[ host-image] Aug 04 17:59:41.016 INFO O| Aug 04 17:59:41.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
92712026-08-04T17:59:41.640Z[ host-image] Aug 04 17:59:41.017 INFO O| Aug 04 17:59:41.017 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
92722026-08-04T17:59:41.640Z[ host-image] Aug 04 17:59:41.017 INFO O| Aug 04 17:59:41.017 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
92732026-08-04T17:59:41.640Z[ host-image] Aug 04 17:59:41.017 INFO O| Aug 04 17:59:41.017 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
92742026-08-04T17:59:41.640Z[ host-image] Aug 04 17:59:41.017 INFO O| Aug 04 17:59:41.017 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
92752026-08-04T17:59:41.641Z[ host-image] Aug 04 17:59:41.017 INFO O| Aug 04 17:59:41.017 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
92762026-08-04T17:59:41.641Z[ host-image] Aug 04 17:59:41.017 INFO O| Aug 04 17:59:41.017 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
92772026-08-04T17:59:41.700Z[ host-image] Aug 04 17:59:41.078 INFO O| Aug 04 17:59:41.078 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
92782026-08-04T17:59:41.736Z[ host-image] Aug 04 17:59:41.114 INFO O| Aug 04 17:59:41.114 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
92792026-08-04T17:59:41.956Z[ host-image] Aug 04 17:59:41.333 INFO O| Aug 04 17:59:41.333 INFO STEP 14 (remove_files) COMPLETE
92802026-08-04T17:59:41.956Z[ host-image] Aug 04 17:59:41.333 INFO O| Aug 04 17:59:41.333 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92812026-08-04T17:59:41.973Z[ host-image] Aug 04 17:59:41.351 INFO O| Aug 04 17:59:41.351 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
92822026-08-04T17:59:41.976Z[ host-image] Aug 04 17:59:41.352 INFO O| Aug 04 17:59:41.352 INFO STEP 15 (remove_files) COMPLETE
92832026-08-04T17:59:41.976Z[ host-image] Aug 04 17:59:41.352 INFO O| Aug 04 17:59:41.352 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92842026-08-04T17:59:41.984Z[ host-image] Aug 04 17:59:41.362 INFO O| Aug 04 17:59:41.362 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
92852026-08-04T17:59:41.990Z[ host-image] Aug 04 17:59:41.369 INFO O| Aug 04 17:59:41.368 INFO STEP 16 (remove_files) COMPLETE
92862026-08-04T17:59:41.991Z[ host-image] Aug 04 17:59:41.369 INFO O| Aug 04 17:59:41.368 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92872026-08-04T17:59:42.001Z[ host-image] Aug 04 17:59:41.379 INFO O| Aug 04 17:59:41.379 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
92882026-08-04T17:59:42.004Z[ host-image] Aug 04 17:59:41.379 INFO O| Aug 04 17:59:41.379 INFO STEP 17 (remove_files) COMPLETE
92892026-08-04T17:59:42.004Z[ host-image] Aug 04 17:59:41.379 INFO O| Aug 04 17:59:41.379 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92902026-08-04T17:59:42.010Z[ host-image] Aug 04 17:59:41.388 INFO O| Aug 04 17:59:41.388 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
92912026-08-04T17:59:42.013Z[ host-image] Aug 04 17:59:41.389 INFO O| Aug 04 17:59:41.389 INFO STEP 18 (remove_files) COMPLETE
92922026-08-04T17:59:42.013Z[ host-image] Aug 04 17:59:41.389 INFO O| Aug 04 17:59:41.389 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92932026-08-04T17:59:42.021Z[ host-image] Aug 04 17:59:41.399 INFO O| Aug 04 17:59:41.399 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
92942026-08-04T17:59:42.021Z[ host-image] Aug 04 17:59:41.399 INFO O| Aug 04 17:59:41.399 INFO STEP 19 (remove_files) COMPLETE
92952026-08-04T17:59:42.024Z[ host-image] Aug 04 17:59:41.399 INFO O| Aug 04 17:59:41.399 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92962026-08-04T17:59:42.031Z[ host-image] Aug 04 17:59:41.409 INFO O| Aug 04 17:59:41.409 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
92972026-08-04T17:59:42.031Z[ host-image] Aug 04 17:59:41.409 INFO O| Aug 04 17:59:41.409 INFO STEP 20 (remove_files) COMPLETE
92982026-08-04T17:59:42.031Z[ host-image] Aug 04 17:59:41.409 INFO O| Aug 04 17:59:41.409 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92992026-08-04T17:59:42.041Z[ host-image] Aug 04 17:59:41.419 INFO O| Aug 04 17:59:41.419 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
93002026-08-04T17:59:42.041Z[ host-image] Aug 04 17:59:41.419 INFO O| Aug 04 17:59:41.419 INFO STEP 21 (remove_files) COMPLETE
93012026-08-04T17:59:42.041Z[ host-image] Aug 04 17:59:41.419 INFO O| Aug 04 17:59:41.419 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93022026-08-04T17:59:42.054Z[ host-image] Aug 04 17:59:41.432 INFO O| Aug 04 17:59:41.432 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
93032026-08-04T17:59:42.054Z[ host-image] Aug 04 17:59:41.432 INFO O| Aug 04 17:59:41.432 INFO STEP 22 (remove_files) COMPLETE
93042026-08-04T17:59:42.055Z[ host-image] Aug 04 17:59:41.432 INFO O| Aug 04 17:59:41.432 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93052026-08-04T17:59:42.064Z[ host-image] Aug 04 17:59:41.442 INFO O| Aug 04 17:59:41.442 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
93062026-08-04T17:59:42.064Z[ host-image] Aug 04 17:59:41.442 INFO O| Aug 04 17:59:41.442 INFO STEP 23 (remove_files) COMPLETE
93072026-08-04T17:59:42.067Z[ host-image] Aug 04 17:59:41.442 INFO O| Aug 04 17:59:41.442 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93082026-08-04T17:59:42.073Z[ host-image] Aug 04 17:59:41.451 INFO O| Aug 04 17:59:41.451 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
93092026-08-04T17:59:42.073Z[ host-image] Aug 04 17:59:41.451 INFO O| Aug 04 17:59:41.451 INFO STEP 24 (remove_files) COMPLETE
93102026-08-04T17:59:42.073Z[ host-image] Aug 04 17:59:41.451 INFO O| Aug 04 17:59:41.451 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93112026-08-04T17:59:42.082Z[ host-image] Aug 04 17:59:41.460 INFO O| Aug 04 17:59:41.460 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
93122026-08-04T17:59:42.085Z[ host-image] Aug 04 17:59:41.461 INFO O| Aug 04 17:59:41.460 INFO STEP 25 (remove_files) COMPLETE
93132026-08-04T17:59:42.085Z[ host-image] Aug 04 17:59:41.461 INFO O| Aug 04 17:59:41.461 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93142026-08-04T17:59:42.095Z[ host-image] Aug 04 17:59:41.473 INFO O| Aug 04 17:59:41.473 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
93152026-08-04T17:59:42.095Z[ host-image] Aug 04 17:59:41.473 INFO O| Aug 04 17:59:41.473 INFO STEP 26 (remove_files) COMPLETE
93162026-08-04T17:59:42.098Z[ host-image] Aug 04 17:59:41.473 INFO O| Aug 04 17:59:41.473 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93172026-08-04T17:59:42.105Z[ host-image] Aug 04 17:59:41.483 INFO O| Aug 04 17:59:41.483 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
93182026-08-04T17:59:42.105Z[ host-image] Aug 04 17:59:41.483 INFO O| Aug 04 17:59:41.483 INFO STEP 27 (remove_files) COMPLETE
93192026-08-04T17:59:42.108Z[ host-image] Aug 04 17:59:41.483 INFO O| Aug 04 17:59:41.483 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93202026-08-04T17:59:42.117Z[ host-image] Aug 04 17:59:41.495 INFO O| Aug 04 17:59:41.495 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
93212026-08-04T17:59:42.117Z[ host-image] Aug 04 17:59:41.495 INFO O| Aug 04 17:59:41.495 INFO STEP 28 (remove_files) COMPLETE
93222026-08-04T17:59:42.120Z[ host-image] Aug 04 17:59:41.495 INFO O| Aug 04 17:59:41.495 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93232026-08-04T17:59:42.133Z[ host-image] Aug 04 17:59:41.511 INFO O| Aug 04 17:59:41.511 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
93242026-08-04T17:59:42.134Z[ host-image] Aug 04 17:59:41.511 INFO O| Aug 04 17:59:41.511 INFO STEP 29 (remove_files) COMPLETE
93252026-08-04T17:59:42.134Z[ host-image] Aug 04 17:59:41.511 INFO O| Aug 04 17:59:41.511 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93262026-08-04T17:59:42.144Z[ host-image] Aug 04 17:59:41.522 INFO O| Aug 04 17:59:41.522 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
93272026-08-04T17:59:42.144Z[ host-image] Aug 04 17:59:41.522 INFO O| Aug 04 17:59:41.522 INFO STEP 30 (remove_files) COMPLETE
93282026-08-04T17:59:42.144Z[ host-image] Aug 04 17:59:41.522 INFO O| Aug 04 17:59:41.522 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93292026-08-04T17:59:42.153Z[ host-image] Aug 04 17:59:41.531 INFO O| Aug 04 17:59:41.531 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
93302026-08-04T17:59:42.153Z[ host-image] Aug 04 17:59:41.531 INFO O| Aug 04 17:59:41.531 INFO STEP 31 (remove_files) COMPLETE
93312026-08-04T17:59:42.153Z[ host-image] Aug 04 17:59:41.531 INFO O| Aug 04 17:59:41.531 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93322026-08-04T17:59:42.166Z[ host-image] Aug 04 17:59:41.544 INFO O| Aug 04 17:59:41.544 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
93332026-08-04T17:59:42.169Z[ host-image] Aug 04 17:59:41.544 INFO O| Aug 04 17:59:41.544 INFO STEP 32 (remove_files) COMPLETE
93342026-08-04T17:59:42.169Z[ host-image] Aug 04 17:59:41.544 INFO O| Aug 04 17:59:41.544 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93352026-08-04T17:59:42.176Z[ host-image] Aug 04 17:59:41.554 INFO O| Aug 04 17:59:41.554 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
93362026-08-04T17:59:42.176Z[ host-image] Aug 04 17:59:41.554 INFO O| Aug 04 17:59:41.554 INFO STEP 33 (remove_files) COMPLETE
93372026-08-04T17:59:42.176Z[ host-image] Aug 04 17:59:41.554 INFO O| Aug 04 17:59:41.554 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93382026-08-04T17:59:42.185Z[ host-image] Aug 04 17:59:41.563 INFO O| Aug 04 17:59:41.563 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
93392026-08-04T17:59:42.185Z[ host-image] Aug 04 17:59:41.563 INFO O| Aug 04 17:59:41.563 INFO STEP 34 (remove_files) COMPLETE
93402026-08-04T17:59:42.185Z[ host-image] Aug 04 17:59:41.563 INFO O| Aug 04 17:59:41.563 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93412026-08-04T17:59:42.194Z[ host-image] Aug 04 17:59:41.572 INFO O| Aug 04 17:59:41.572 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
93422026-08-04T17:59:42.197Z[ host-image] Aug 04 17:59:41.572 INFO O| Aug 04 17:59:41.572 INFO STEP 35 (remove_files) COMPLETE
93432026-08-04T17:59:42.197Z[ host-image] Aug 04 17:59:41.572 INFO O| Aug 04 17:59:41.572 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93442026-08-04T17:59:42.202Z[ host-image] Aug 04 17:59:41.581 INFO O| Aug 04 17:59:41.581 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
93452026-08-04T17:59:42.202Z[ host-image] Aug 04 17:59:41.581 INFO O| Aug 04 17:59:41.581 INFO STEP 36 (remove_files) COMPLETE
93462026-08-04T17:59:42.205Z[ host-image] Aug 04 17:59:41.581 INFO O| Aug 04 17:59:41.581 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93472026-08-04T17:59:42.220Z[ host-image] Aug 04 17:59:41.591 INFO O| Aug 04 17:59:41.591 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
93482026-08-04T17:59:42.220Z[ host-image] Aug 04 17:59:41.592 INFO O| Aug 04 17:59:41.592 INFO STEP 37 (remove_files) COMPLETE
93492026-08-04T17:59:42.220Z[ host-image] Aug 04 17:59:41.592 INFO O| Aug 04 17:59:41.592 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93502026-08-04T17:59:42.224Z[ host-image] Aug 04 17:59:41.602 INFO O| Aug 04 17:59:41.602 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
93512026-08-04T17:59:42.224Z[ host-image] Aug 04 17:59:41.602 INFO O| Aug 04 17:59:41.602 INFO STEP 38 (remove_files) COMPLETE
93522026-08-04T17:59:42.224Z[ host-image] Aug 04 17:59:41.602 INFO O| Aug 04 17:59:41.602 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93532026-08-04T17:59:42.233Z[ host-image] Aug 04 17:59:41.611 INFO O| Aug 04 17:59:41.611 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
93542026-08-04T17:59:42.233Z[ host-image] Aug 04 17:59:41.611 INFO O| Aug 04 17:59:41.611 INFO STEP 39 (remove_files) COMPLETE
93552026-08-04T17:59:42.234Z[ host-image] Aug 04 17:59:41.611 INFO O| Aug 04 17:59:41.611 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93562026-08-04T17:59:42.244Z[ host-image] Aug 04 17:59:41.622 INFO O| Aug 04 17:59:41.621 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
93572026-08-04T17:59:42.244Z[ host-image] Aug 04 17:59:41.622 INFO O| Aug 04 17:59:41.622 INFO STEP 40 (remove_files) COMPLETE
93582026-08-04T17:59:42.247Z[ host-image] Aug 04 17:59:41.622 INFO O| Aug 04 17:59:41.622 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93592026-08-04T17:59:42.254Z[ host-image] Aug 04 17:59:41.632 INFO O| Aug 04 17:59:41.632 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
93602026-08-04T17:59:42.254Z[ host-image] Aug 04 17:59:41.632 INFO O| Aug 04 17:59:41.632 INFO STEP 41 (remove_files) COMPLETE
93612026-08-04T17:59:42.257Z[ host-image] Aug 04 17:59:41.632 INFO O| Aug 04 17:59:41.632 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93622026-08-04T17:59:42.264Z[ host-image] Aug 04 17:59:41.642 INFO O| Aug 04 17:59:41.642 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
93632026-08-04T17:59:42.264Z[ host-image] Aug 04 17:59:41.642 INFO O| Aug 04 17:59:41.642 INFO STEP 42 (remove_files) COMPLETE
93642026-08-04T17:59:42.267Z[ host-image] Aug 04 17:59:41.642 INFO O| Aug 04 17:59:41.642 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93652026-08-04T17:59:42.273Z[ host-image] Aug 04 17:59:41.651 INFO O| Aug 04 17:59:41.651 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
93662026-08-04T17:59:42.273Z[ host-image] Aug 04 17:59:41.651 INFO O| Aug 04 17:59:41.651 INFO STEP 43 (remove_files) COMPLETE
93672026-08-04T17:59:42.273Z[ host-image] Aug 04 17:59:41.651 INFO O| Aug 04 17:59:41.651 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93682026-08-04T17:59:42.283Z[ host-image] Aug 04 17:59:41.661 INFO O| Aug 04 17:59:41.660 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
93692026-08-04T17:59:42.283Z[ host-image] Aug 04 17:59:41.661 INFO O| Aug 04 17:59:41.661 INFO STEP 44 (remove_files) COMPLETE
93702026-08-04T17:59:42.286Z[ host-image] Aug 04 17:59:41.661 INFO O| Aug 04 17:59:41.661 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93712026-08-04T17:59:42.292Z[ host-image] Aug 04 17:59:41.670 INFO O| Aug 04 17:59:41.670 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
93722026-08-04T17:59:42.292Z[ host-image] Aug 04 17:59:41.670 INFO O| Aug 04 17:59:41.670 INFO STEP 45 (remove_files) COMPLETE
93732026-08-04T17:59:42.292Z[ host-image] Aug 04 17:59:41.670 INFO O| Aug 04 17:59:41.670 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93742026-08-04T17:59:42.301Z[ host-image] Aug 04 17:59:41.679 INFO O| Aug 04 17:59:41.679 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
93752026-08-04T17:59:42.301Z[ host-image] Aug 04 17:59:41.679 INFO O| Aug 04 17:59:41.679 INFO STEP 46 (remove_files) COMPLETE
93762026-08-04T17:59:42.301Z[ host-image] Aug 04 17:59:41.679 INFO O| Aug 04 17:59:41.679 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93772026-08-04T17:59:42.310Z[ host-image] Aug 04 17:59:41.688 INFO O| Aug 04 17:59:41.688 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
93782026-08-04T17:59:42.310Z[ host-image] Aug 04 17:59:41.688 INFO O| Aug 04 17:59:41.688 INFO STEP 47 (remove_files) COMPLETE
93792026-08-04T17:59:42.310Z[ host-image] Aug 04 17:59:41.688 INFO O| Aug 04 17:59:41.688 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93802026-08-04T17:59:42.323Z[ host-image] Aug 04 17:59:41.701 INFO O| Aug 04 17:59:41.701 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
93812026-08-04T17:59:42.323Z[ host-image] Aug 04 17:59:41.701 INFO O| Aug 04 17:59:41.701 INFO STEP 48 (remove_files) COMPLETE
93822026-08-04T17:59:42.326Z[ host-image] Aug 04 17:59:41.701 INFO O| Aug 04 17:59:41.701 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93832026-08-04T17:59:42.333Z[ host-image] Aug 04 17:59:41.711 INFO O| Aug 04 17:59:41.711 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
93842026-08-04T17:59:42.333Z[ host-image] Aug 04 17:59:41.711 INFO O| Aug 04 17:59:41.711 INFO STEP 49 (remove_files) COMPLETE
93852026-08-04T17:59:42.333Z[ host-image] Aug 04 17:59:41.711 INFO O| Aug 04 17:59:41.711 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93862026-08-04T17:59:42.345Z[ host-image] Aug 04 17:59:41.723 INFO O| Aug 04 17:59:41.723 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
93872026-08-04T17:59:42.345Z[ host-image] Aug 04 17:59:41.723 INFO O| Aug 04 17:59:41.723 INFO STEP 50 (remove_files) COMPLETE
93882026-08-04T17:59:42.345Z[ host-image] Aug 04 17:59:41.723 INFO O| Aug 04 17:59:41.723 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93892026-08-04T17:59:42.356Z[ host-image] Aug 04 17:59:41.734 INFO O| Aug 04 17:59:41.734 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
93902026-08-04T17:59:42.356Z[ host-image] Aug 04 17:59:41.734 INFO O| Aug 04 17:59:41.734 INFO STEP 51 (remove_files) COMPLETE
93912026-08-04T17:59:42.359Z[ host-image] Aug 04 17:59:41.734 INFO O| Aug 04 17:59:41.734 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93922026-08-04T17:59:42.365Z[ host-image] Aug 04 17:59:41.743 INFO O| Aug 04 17:59:41.743 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
93932026-08-04T17:59:42.365Z[ host-image] Aug 04 17:59:41.743 INFO O| Aug 04 17:59:41.743 INFO STEP 52 (remove_files) COMPLETE
93942026-08-04T17:59:42.365Z[ host-image] Aug 04 17:59:41.743 INFO O| Aug 04 17:59:41.743 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93952026-08-04T17:59:42.374Z[ host-image] Aug 04 17:59:41.752 INFO O| Aug 04 17:59:41.752 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
93962026-08-04T17:59:42.374Z[ host-image] Aug 04 17:59:41.752 INFO O| Aug 04 17:59:41.752 INFO STEP 53 (remove_files) COMPLETE
93972026-08-04T17:59:42.377Z[ host-image] Aug 04 17:59:41.752 INFO O| Aug 04 17:59:41.752 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93982026-08-04T17:59:42.383Z[ host-image] Aug 04 17:59:41.761 INFO O| Aug 04 17:59:41.761 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
93992026-08-04T17:59:42.383Z[ host-image] Aug 04 17:59:41.761 INFO O| Aug 04 17:59:41.761 INFO STEP 54 (remove_files) COMPLETE
94002026-08-04T17:59:42.386Z[ host-image] Aug 04 17:59:41.761 INFO O| Aug 04 17:59:41.761 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94012026-08-04T17:59:42.392Z[ host-image] Aug 04 17:59:41.770 INFO O| Aug 04 17:59:41.770 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
94022026-08-04T17:59:42.392Z[ host-image] Aug 04 17:59:41.770 INFO O| Aug 04 17:59:41.770 INFO STEP 55 (remove_files) COMPLETE
94032026-08-04T17:59:42.392Z[ host-image] Aug 04 17:59:41.770 INFO O| Aug 04 17:59:41.770 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94042026-08-04T17:59:42.401Z[ host-image] Aug 04 17:59:41.779 INFO O| Aug 04 17:59:41.779 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
94052026-08-04T17:59:42.401Z[ host-image] Aug 04 17:59:41.779 INFO O| Aug 04 17:59:41.779 INFO STEP 56 (remove_files) COMPLETE
94062026-08-04T17:59:42.401Z[ host-image] Aug 04 17:59:41.779 INFO O| Aug 04 17:59:41.779 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94072026-08-04T17:59:42.409Z[ host-image] Aug 04 17:59:41.787 INFO O| Aug 04 17:59:41.787 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
94082026-08-04T17:59:42.409Z[ host-image] Aug 04 17:59:41.787 INFO O| Aug 04 17:59:41.787 INFO STEP 57 (remove_files) COMPLETE
94092026-08-04T17:59:42.412Z[ host-image] Aug 04 17:59:41.787 INFO O| Aug 04 17:59:41.787 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94102026-08-04T17:59:42.419Z[ host-image] Aug 04 17:59:41.797 INFO O| Aug 04 17:59:41.797 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
94112026-08-04T17:59:42.419Z[ host-image] Aug 04 17:59:41.797 INFO O| Aug 04 17:59:41.797 INFO STEP 58 (remove_files) COMPLETE
94122026-08-04T17:59:42.419Z[ host-image] Aug 04 17:59:41.797 INFO O| Aug 04 17:59:41.797 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94132026-08-04T17:59:42.428Z[ host-image] Aug 04 17:59:41.806 INFO O| Aug 04 17:59:41.806 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
94142026-08-04T17:59:42.428Z[ host-image] Aug 04 17:59:41.806 INFO O| Aug 04 17:59:41.806 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
94152026-08-04T17:59:42.431Z[ host-image] Aug 04 17:59:41.807 INFO O| Aug 04 17:59:41.806 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
94162026-08-04T17:59:42.431Z[ host-image] Aug 04 17:59:41.807 INFO O| Aug 04 17:59:41.807 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
94172026-08-04T17:59:42.431Z[ host-image] Aug 04 17:59:41.807 INFO O| Aug 04 17:59:41.807 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
94182026-08-04T17:59:42.432Z[ host-image] Aug 04 17:59:41.807 INFO O| Aug 04 17:59:41.807 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
94192026-08-04T17:59:42.432Z[ host-image] Aug 04 17:59:41.807 INFO O| Aug 04 17:59:41.807 INFO ok!
94202026-08-04T17:59:42.432Z[ host-image] Aug 04 17:59:41.807 INFO O| Aug 04 17:59:41.807 INFO STEP 59 (ensure_file) COMPLETE
94212026-08-04T17:59:42.432Z[ host-image] Aug 04 17:59:41.807 INFO O| Aug 04 17:59:41.807 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94222026-08-04T17:59:42.438Z[ host-image] Aug 04 17:59:41.816 INFO O| Aug 04 17:59:41.816 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
94232026-08-04T17:59:42.438Z[ host-image] Aug 04 17:59:41.816 INFO O| Aug 04 17:59:41.816 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
94242026-08-04T17:59:42.438Z[ host-image] Aug 04 17:59:41.816 INFO O| Aug 04 17:59:41.816 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
94252026-08-04T17:59:42.441Z[ host-image] Aug 04 17:59:41.816 INFO O| Aug 04 17:59:41.816 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
94262026-08-04T17:59:42.441Z[ host-image] Aug 04 17:59:41.816 INFO O| Aug 04 17:59:41.816 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
94272026-08-04T17:59:42.441Z[ host-image] Aug 04 17:59:41.816 INFO O| Aug 04 17:59:41.816 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
94282026-08-04T17:59:42.441Z[ host-image] Aug 04 17:59:41.816 INFO O| Aug 04 17:59:41.816 INFO ok!
94292026-08-04T17:59:42.441Z[ host-image] Aug 04 17:59:41.816 INFO O| Aug 04 17:59:41.816 INFO STEP 60 (ensure_file) COMPLETE
94302026-08-04T17:59:42.441Z[ host-image] Aug 04 17:59:41.816 INFO O| Aug 04 17:59:41.816 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94312026-08-04T17:59:42.482Z[ host-image] Aug 04 17:59:41.860 INFO O| Aug 04 17:59:41.860 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
94322026-08-04T17:59:42.482Z[ host-image] Aug 04 17:59:41.860 INFO O| Aug 04 17:59:41.860 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
94332026-08-04T17:59:42.482Z[ host-image] Aug 04 17:59:41.860 INFO O| Aug 04 17:59:41.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
94342026-08-04T17:59:42.486Z[ host-image] Aug 04 17:59:41.860 INFO O| Aug 04 17:59:41.860 INFO ok!
94352026-08-04T17:59:42.486Z[ host-image] Aug 04 17:59:41.860 INFO O| Aug 04 17:59:41.860 INFO STEP 61 (ensure_file) COMPLETE
94362026-08-04T17:59:42.486Z[ host-image] Aug 04 17:59:41.860 INFO O| Aug 04 17:59:41.860 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94372026-08-04T17:59:42.493Z[ host-image] Aug 04 17:59:41.871 INFO O| Aug 04 17:59:41.871 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
94382026-08-04T17:59:42.493Z[ host-image] Aug 04 17:59:41.871 INFO O| Aug 04 17:59:41.871 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
94392026-08-04T17:59:42.493Z[ host-image] Aug 04 17:59:41.871 INFO O| Aug 04 17:59:41.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
94402026-08-04T17:59:42.493Z[ host-image] Aug 04 17:59:41.871 INFO O| Aug 04 17:59:41.871 INFO ok!
94412026-08-04T17:59:42.496Z[ host-image] Aug 04 17:59:41.871 INFO O| Aug 04 17:59:41.871 INFO STEP 62 (ensure_file) COMPLETE
94422026-08-04T17:59:42.496Z[ host-image] Aug 04 17:59:41.871 INFO O| Aug 04 17:59:41.871 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94432026-08-04T17:59:42.503Z[ host-image] Aug 04 17:59:41.881 INFO O| Aug 04 17:59:41.880 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
94442026-08-04T17:59:42.503Z[ host-image] Aug 04 17:59:41.881 INFO O| Aug 04 17:59:41.881 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
94452026-08-04T17:59:42.503Z[ host-image] Aug 04 17:59:41.881 INFO O| Aug 04 17:59:41.881 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
94462026-08-04T17:59:42.506Z[ host-image] Aug 04 17:59:41.881 INFO O| Aug 04 17:59:41.881 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
94472026-08-04T17:59:42.506Z[ host-image] Aug 04 17:59:41.881 INFO O| Aug 04 17:59:41.881 INFO ok!
94482026-08-04T17:59:42.507Z[ host-image] Aug 04 17:59:41.881 INFO O| Aug 04 17:59:41.881 INFO STEP 63 (ensure_file) COMPLETE
94492026-08-04T17:59:42.507Z[ host-image] Aug 04 17:59:41.881 INFO O| Aug 04 17:59:41.881 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94502026-08-04T17:59:42.530Z[ host-image] Aug 04 17:59:41.908 INFO O| Aug 04 17:59:41.908 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
94512026-08-04T17:59:42.530Z[ host-image] Aug 04 17:59:41.908 INFO O| Aug 04 17:59:41.908 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
94522026-08-04T17:59:42.530Z[ host-image] Aug 04 17:59:41.908 INFO O| Aug 04 17:59:41.908 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
94532026-08-04T17:59:42.534Z[ host-image] Aug 04 17:59:41.908 INFO O| Aug 04 17:59:41.908 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
94542026-08-04T17:59:42.534Z[ host-image] Aug 04 17:59:41.908 INFO O| Aug 04 17:59:41.908 INFO ok!
94552026-08-04T17:59:42.534Z[ host-image] Aug 04 17:59:41.908 INFO O| Aug 04 17:59:41.908 INFO STEP 64 (ensure_file) COMPLETE
94562026-08-04T17:59:42.534Z[ host-image] Aug 04 17:59:41.908 INFO O| Aug 04 17:59:41.908 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94572026-08-04T17:59:42.541Z[ host-image] Aug 04 17:59:41.919 INFO O| Aug 04 17:59:41.919 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
94582026-08-04T17:59:42.541Z[ host-image] Aug 04 17:59:41.919 INFO O| Aug 04 17:59:41.919 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
94592026-08-04T17:59:42.541Z[ host-image] Aug 04 17:59:41.919 INFO O| Aug 04 17:59:41.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
94602026-08-04T17:59:42.544Z[ host-image] Aug 04 17:59:41.919 INFO O| Aug 04 17:59:41.919 INFO ok!
94612026-08-04T17:59:42.544Z[ host-image] Aug 04 17:59:41.919 INFO O| Aug 04 17:59:41.919 INFO STEP 65 (assemble_files) COMPLETE
94622026-08-04T17:59:42.544Z[ host-image] Aug 04 17:59:41.919 INFO O| Aug 04 17:59:41.919 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94632026-08-04T17:59:42.555Z[ host-image] Aug 04 17:59:41.933 INFO O| Aug 04 17:59:41.933 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
94642026-08-04T17:59:42.556Z[ host-image] Aug 04 17:59:41.934 INFO O| Aug 04 17:59:41.933 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
94652026-08-04T17:59:42.556Z[ host-image] Aug 04 17:59:41.934 INFO O| Aug 04 17:59:41.934 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94662026-08-04T17:59:42.559Z[ host-image] Aug 04 17:59:41.934 INFO O| Aug 04 17:59:41.934 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94672026-08-04T17:59:42.559Z[ host-image] Aug 04 17:59:41.934 INFO O| Aug 04 17:59:41.934 INFO ok!
94682026-08-04T17:59:42.559Z[ host-image] Aug 04 17:59:41.934 INFO O| Aug 04 17:59:41.934 INFO STEP 66 (ensure_file) COMPLETE
94692026-08-04T17:59:42.559Z[ host-image] Aug 04 17:59:41.934 INFO O| Aug 04 17:59:41.934 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94702026-08-04T17:59:42.566Z[ host-image] Aug 04 17:59:41.944 INFO O| Aug 04 17:59:41.944 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94712026-08-04T17:59:42.566Z[ host-image] Aug 04 17:59:41.944 INFO O| Aug 04 17:59:41.944 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94722026-08-04T17:59:42.566Z[ host-image] Aug 04 17:59:41.944 INFO O| Aug 04 17:59:41.944 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94732026-08-04T17:59:42.569Z[ host-image] Aug 04 17:59:41.944 INFO O| Aug 04 17:59:41.944 INFO STEP 67 (ensure_dir) COMPLETE
94742026-08-04T17:59:42.569Z[ host-image] Aug 04 17:59:41.944 INFO O| Aug 04 17:59:41.944 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94752026-08-04T17:59:42.575Z[ host-image] Aug 04 17:59:41.953 INFO O| Aug 04 17:59:41.953 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
94762026-08-04T17:59:42.575Z[ host-image] Aug 04 17:59:41.953 INFO O| Aug 04 17:59:41.953 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 ...
94772026-08-04T17:59:42.585Z[ host-image] Aug 04 17:59:41.962 INFO O| Aug 04 17:59:41.962 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
94782026-08-04T17:59:42.586Z[ host-image] Aug 04 17:59:41.962 INFO O| Aug 04 17:59:41.962 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
94792026-08-04T17:59:42.586Z[ host-image] Aug 04 17:59:41.962 INFO O| Aug 04 17:59:41.962 INFO ok!
94802026-08-04T17:59:42.589Z[ host-image] Aug 04 17:59:41.962 INFO O| Aug 04 17:59:41.962 INFO STEP 68 (ensure_file) COMPLETE
94812026-08-04T17:59:42.589Z[ host-image] Aug 04 17:59:41.962 INFO O| Aug 04 17:59:41.962 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94822026-08-04T17:59:42.594Z[ host-image] Aug 04 17:59:41.972 INFO O| Aug 04 17:59:41.972 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
94832026-08-04T17:59:42.594Z[ host-image] Aug 04 17:59:41.973 INFO O| Aug 04 17:59:41.972 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 ...
94842026-08-04T17:59:42.594Z[ host-image] Aug 04 17:59:41.973 INFO O| Aug 04 17:59:41.973 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
94852026-08-04T17:59:42.597Z[ host-image] Aug 04 17:59:41.973 INFO O| Aug 04 17:59:41.973 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
94862026-08-04T17:59:42.597Z[ host-image] Aug 04 17:59:41.973 INFO O| Aug 04 17:59:41.973 INFO ok!
94872026-08-04T17:59:42.597Z[ host-image] Aug 04 17:59:41.973 INFO O| Aug 04 17:59:41.973 INFO STEP 69 (ensure_file) COMPLETE
94882026-08-04T17:59:42.597Z[ host-image] Aug 04 17:59:41.973 INFO O| Aug 04 17:59:41.973 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94892026-08-04T17:59:42.608Z[ host-image] Aug 04 17:59:41.986 INFO O| Aug 04 17:59:41.986 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
94902026-08-04T17:59:42.608Z[ host-image] Aug 04 17:59:41.986 INFO O| Aug 04 17:59:41.986 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
94912026-08-04T17:59:43.091Z[ recovery-image] Aug 04 17:59:42.469 INFO O| Aug 04 17:59:42.469 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
94922026-08-04T17:59:43.091Z[ recovery-image] Aug 04 17:59:42.469 INFO O| Aug 04 17:59:42.469 INFO ok!
94932026-08-04T17:59:43.091Z[ recovery-image] Aug 04 17:59:42.469 INFO O| Aug 04 17:59:42.469 INFO STEP 55 (ensure_file) COMPLETE
94942026-08-04T17:59:43.094Z[ recovery-image] Aug 04 17:59:42.469 INFO O| Aug 04 17:59:42.469 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94952026-08-04T17:59:43.102Z[ recovery-image] Aug 04 17:59:42.480 INFO O| Aug 04 17:59:42.480 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
94962026-08-04T17:59:43.102Z[ recovery-image] Aug 04 17:59:42.480 INFO O| Aug 04 17:59:42.480 INFO copying /tmp/.tmp9vQkrv/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
94972026-08-04T17:59:44.704Z[ host-image] Aug 04 17:59:44.079 INFO O| Aug 04 17:59:44.078 INFO STEP 70 (pack_tar) COMPLETE
94982026-08-04T17:59:44.708Z[ host-image] Aug 04 17:59:44.079 INFO O| Aug 04 17:59:44.078 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94992026-08-04T17:59:44.708Z[ host-image] Aug 04 17:59:44.079 INFO O| Aug 04 17:59:44.078 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
95002026-08-04T17:59:45.077Z[ recovery-image] Aug 04 17:59:44.454 INFO O| Aug 04 17:59:44.454 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
95012026-08-04T17:59:45.077Z[ recovery-image] Aug 04 17:59:44.454 INFO O| Aug 04 17:59:44.454 INFO ok!
95022026-08-04T17:59:45.080Z[ recovery-image] Aug 04 17:59:44.454 INFO O| Aug 04 17:59:44.454 INFO STEP 56 (ensure_file) COMPLETE
95032026-08-04T17:59:45.080Z[ recovery-image] Aug 04 17:59:44.454 INFO O| Aug 04 17:59:44.454 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95042026-08-04T17:59:45.090Z[ recovery-image] Aug 04 17:59:44.467 INFO O| Aug 04 17:59:44.467 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95052026-08-04T17:59:45.090Z[ recovery-image] Aug 04 17:59:44.467 INFO O| Aug 04 17:59:44.467 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95062026-08-04T17:59:45.093Z[ recovery-image] Aug 04 17:59:44.468 INFO O| Aug 04 17:59:44.467 INFO STEP 57 (ensure_dir) COMPLETE
95072026-08-04T17:59:45.093Z[ recovery-image] Aug 04 17:59:44.468 INFO O| Aug 04 17:59:44.467 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95082026-08-04T17:59:45.102Z[ recovery-image] Aug 04 17:59:44.480 INFO O| Aug 04 17:59:44.480 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95092026-08-04T17:59:45.102Z[ recovery-image] Aug 04 17:59:44.480 INFO O| Aug 04 17:59:44.480 INFO copying /tmp/.tmp9vQkrv/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 ...
95102026-08-04T17:59:45.107Z[ recovery-image] Aug 04 17:59:44.480 INFO O| Aug 04 17:59:44.480 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
95112026-08-04T17:59:45.108Z[ recovery-image] Aug 04 17:59:44.480 INFO O| Aug 04 17:59:44.480 INFO ok!
95122026-08-04T17:59:45.108Z[ recovery-image] Aug 04 17:59:44.480 INFO O| Aug 04 17:59:44.480 INFO STEP 58 (ensure_file) COMPLETE
95132026-08-04T17:59:45.108Z[ recovery-image] Aug 04 17:59:44.480 INFO O| Aug 04 17:59:44.480 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95142026-08-04T17:59:45.114Z[ recovery-image] Aug 04 17:59:44.492 INFO O| Aug 04 17:59:44.492 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
95152026-08-04T17:59:45.114Z[ recovery-image] Aug 04 17:59:44.492 INFO O| Aug 04 17:59:44.492 INFO copying /tmp/.tmp9vQkrv/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 ...
95162026-08-04T17:59:45.114Z[ recovery-image] Aug 04 17:59:44.492 INFO O| Aug 04 17:59:44.492 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
95172026-08-04T17:59:45.117Z[ recovery-image] Aug 04 17:59:44.492 INFO O| Aug 04 17:59:44.492 INFO ok!
95182026-08-04T17:59:45.117Z[ recovery-image] Aug 04 17:59:44.492 INFO O| Aug 04 17:59:44.492 INFO STEP 59 (ensure_file) COMPLETE
95192026-08-04T17:59:45.117Z[ recovery-image] Aug 04 17:59:44.492 INFO O| Aug 04 17:59:44.492 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95202026-08-04T17:59:45.125Z[ recovery-image] Aug 04 17:59:44.503 INFO O| Aug 04 17:59:44.502 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
95212026-08-04T17:59:45.125Z[ recovery-image] Aug 04 17:59:44.503 INFO O| Aug 04 17:59:44.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
95222026-08-04T17:59:45.125Z[ recovery-image] Aug 04 17:59:44.503 INFO O| Aug 04 17:59:44.503 INFO STEP 60 (ensure_dir) COMPLETE
95232026-08-04T17:59:45.128Z[ recovery-image] Aug 04 17:59:44.503 INFO O| Aug 04 17:59:44.503 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95242026-08-04T17:59:45.136Z[ recovery-image] Aug 04 17:59:44.514 INFO O| Aug 04 17:59:44.514 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95252026-08-04T17:59:45.136Z[ recovery-image] Aug 04 17:59:44.514 INFO O| Aug 04 17:59:44.514 INFO copying /tmp/.tmp9vQkrv/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 ...
95262026-08-04T17:59:45.136Z[ recovery-image] Aug 04 17:59:44.514 INFO O| Aug 04 17:59:44.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95272026-08-04T17:59:45.140Z[ recovery-image] Aug 04 17:59:44.514 INFO O| Aug 04 17:59:44.514 INFO ok!
95282026-08-04T17:59:45.140Z[ recovery-image] Aug 04 17:59:44.514 INFO O| Aug 04 17:59:44.514 INFO STEP 61 (ensure_file) COMPLETE
95292026-08-04T17:59:45.140Z[ recovery-image] Aug 04 17:59:44.514 INFO O| Aug 04 17:59:44.514 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95302026-08-04T17:59:45.147Z[ recovery-image] Aug 04 17:59:44.525 INFO O| Aug 04 17:59:44.525 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95312026-08-04T17:59:45.147Z[ recovery-image] Aug 04 17:59:44.525 INFO O| Aug 04 17:59:44.525 INFO copying /tmp/.tmp9vQkrv/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 ...
95322026-08-04T17:59:45.147Z[ recovery-image] Aug 04 17:59:44.525 INFO O| Aug 04 17:59:44.525 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
95332026-08-04T17:59:45.150Z[ recovery-image] Aug 04 17:59:44.525 INFO O| Aug 04 17:59:44.525 INFO ok!
95342026-08-04T17:59:45.150Z[ recovery-image] Aug 04 17:59:44.525 INFO O| Aug 04 17:59:44.525 INFO STEP 62 (ensure_file) COMPLETE
95352026-08-04T17:59:45.151Z[ recovery-image] Aug 04 17:59:44.525 INFO O| Aug 04 17:59:44.525 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95362026-08-04T17:59:45.160Z[ recovery-image] Aug 04 17:59:44.538 INFO O| Aug 04 17:59:44.538 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95372026-08-04T17:59:45.160Z[ recovery-image] Aug 04 17:59:44.538 INFO O| Aug 04 17:59:44.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95382026-08-04T17:59:45.164Z[ recovery-image] Aug 04 17:59:44.538 INFO O| Aug 04 17:59:44.538 INFO STEP 63 (ensure_dir) COMPLETE
95392026-08-04T17:59:45.164Z[ recovery-image] Aug 04 17:59:44.538 INFO O| Aug 04 17:59:44.538 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95402026-08-04T17:59:45.172Z[ recovery-image] Aug 04 17:59:44.550 INFO O| Aug 04 17:59:44.550 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95412026-08-04T17:59:45.172Z[ recovery-image] Aug 04 17:59:44.550 INFO O| Aug 04 17:59:44.550 INFO copying /tmp/.tmp9vQkrv/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 ...
95422026-08-04T17:59:45.172Z[ recovery-image] Aug 04 17:59:44.550 INFO O| Aug 04 17:59:44.550 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95432026-08-04T17:59:45.224Z[ recovery-image] Aug 04 17:59:44.550 INFO O| Aug 04 17:59:44.550 INFO ok!
95442026-08-04T17:59:45.224Z[ recovery-image] Aug 04 17:59:44.550 INFO O| Aug 04 17:59:44.550 INFO STEP 64 (ensure_file) COMPLETE
95452026-08-04T17:59:45.225Z[ recovery-image] Aug 04 17:59:44.550 INFO O| Aug 04 17:59:44.550 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95462026-08-04T17:59:45.225Z[ recovery-image] Aug 04 17:59:44.560 INFO O| Aug 04 17:59:44.560 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
95472026-08-04T17:59:45.225Z[ recovery-image] Aug 04 17:59:44.560 INFO O| Aug 04 17:59:44.560 INFO copying /tmp/.tmp9vQkrv/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
95482026-08-04T17:59:45.225Z[ recovery-image] Aug 04 17:59:44.560 INFO O| Aug 04 17:59:44.560 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
95492026-08-04T17:59:45.226Z[ recovery-image] Aug 04 17:59:44.560 INFO O| Aug 04 17:59:44.560 INFO ok!
95502026-08-04T17:59:45.226Z[ recovery-image] Aug 04 17:59:44.560 INFO O| Aug 04 17:59:44.560 INFO STEP 65 (ensure_file) COMPLETE
95512026-08-04T17:59:45.226Z[ recovery-image] Aug 04 17:59:44.560 INFO O| Aug 04 17:59:44.560 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95522026-08-04T17:59:45.226Z[ recovery-image] Aug 04 17:59:44.573 INFO O| Aug 04 17:59:44.573 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
95532026-08-04T17:59:45.226Z[ recovery-image] Aug 04 17:59:44.573 INFO O| Aug 04 17:59:44.573 INFO STEP 66 (ensure_dir) COMPLETE
95542026-08-04T17:59:45.226Z[ recovery-image] Aug 04 17:59:44.573 INFO O| Aug 04 17:59:44.573 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95552026-08-04T17:59:45.226Z[ recovery-image] Aug 04 17:59:44.585 INFO O| Aug 04 17:59:44.585 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
95562026-08-04T17:59:45.226Z[ recovery-image] Aug 04 17:59:44.585 INFO O| Aug 04 17:59:44.585 INFO STEP 67 (ensure_dir) COMPLETE
95572026-08-04T17:59:45.226Z[ recovery-image] Aug 04 17:59:44.585 INFO O| Aug 04 17:59:44.585 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95582026-08-04T17:59:45.226Z[ recovery-image] Aug 04 17:59:44.596 INFO O| Aug 04 17:59:44.596 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
95592026-08-04T17:59:45.226Z[ recovery-image] Aug 04 17:59:44.596 INFO O| Aug 04 17:59:44.596 INFO STEP 68 (ensure_dir) COMPLETE
95602026-08-04T17:59:45.226Z[ recovery-image] Aug 04 17:59:44.596 INFO O| Aug 04 17:59:44.596 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95612026-08-04T17:59:45.232Z[ recovery-image] Aug 04 17:59:44.608 INFO O| Aug 04 17:59:44.607 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
95622026-08-04T17:59:45.232Z[ recovery-image] Aug 04 17:59:44.608 INFO O| Aug 04 17:59:44.607 INFO STEP 69 (ensure_dir) COMPLETE
95632026-08-04T17:59:45.232Z[ recovery-image] Aug 04 17:59:44.608 INFO O| Aug 04 17:59:44.607 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95642026-08-04T17:59:45.240Z[ recovery-image] Aug 04 17:59:44.618 INFO O| Aug 04 17:59:44.618 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
95652026-08-04T17:59:45.241Z[ recovery-image] Aug 04 17:59:44.618 INFO O| Aug 04 17:59:44.618 INFO copying /tmp/.tmp9vQkrv/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
95662026-08-04T17:59:45.245Z[ recovery-image] Aug 04 17:59:44.618 INFO O| Aug 04 17:59:44.618 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
95672026-08-04T17:59:45.245Z[ recovery-image] Aug 04 17:59:44.618 INFO O| Aug 04 17:59:44.618 INFO ok!
95682026-08-04T17:59:45.245Z[ recovery-image] Aug 04 17:59:44.618 INFO O| Aug 04 17:59:44.618 INFO STEP 70 (ensure_file) COMPLETE
95692026-08-04T17:59:45.245Z[ recovery-image] Aug 04 17:59:44.618 INFO O| Aug 04 17:59:44.618 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95702026-08-04T17:59:45.252Z[ recovery-image] Aug 04 17:59:44.629 INFO O| Aug 04 17:59:44.629 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
95712026-08-04T17:59:45.255Z[ recovery-image] Aug 04 17:59:44.630 INFO O| Aug 04 17:59:44.630 INFO STEP 71 (remove_files) COMPLETE
95722026-08-04T17:59:45.255Z[ recovery-image] Aug 04 17:59:44.630 INFO O| Aug 04 17:59:44.630 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95732026-08-04T17:59:45.263Z[ recovery-image] Aug 04 17:59:44.640 INFO O| Aug 04 17:59:44.640 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
95742026-08-04T17:59:45.263Z[ recovery-image] Aug 04 17:59:44.640 INFO O| Aug 04 17:59:44.640 INFO STEP 72 (remove_files) COMPLETE
95752026-08-04T17:59:45.266Z[ recovery-image] Aug 04 17:59:44.640 INFO O| Aug 04 17:59:44.640 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95762026-08-04T17:59:45.274Z[ recovery-image] Aug 04 17:59:44.652 INFO O| Aug 04 17:59:44.651 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
95772026-08-04T17:59:45.274Z[ recovery-image] Aug 04 17:59:44.652 INFO O| Aug 04 17:59:44.652 INFO STEP 73 (remove_files) COMPLETE
95782026-08-04T17:59:45.277Z[ recovery-image] Aug 04 17:59:44.652 INFO O| Aug 04 17:59:44.652 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95792026-08-04T17:59:45.285Z[ recovery-image] Aug 04 17:59:44.662 INFO O| Aug 04 17:59:44.662 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
95802026-08-04T17:59:45.288Z[ recovery-image] Aug 04 17:59:44.663 INFO O| Aug 04 17:59:44.663 INFO STEP 74 (remove_files) COMPLETE
95812026-08-04T17:59:45.288Z[ recovery-image] Aug 04 17:59:44.663 INFO O| Aug 04 17:59:44.663 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95822026-08-04T17:59:45.288Z[ host-image] Aug 04 17:59:44.665 INFO O| Aug 04 17:59:44.665 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
95832026-08-04T17:59:45.296Z[ recovery-image] Aug 04 17:59:44.673 INFO O| Aug 04 17:59:44.673 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
95842026-08-04T17:59:45.296Z[ recovery-image] Aug 04 17:59:44.674 INFO O| Aug 04 17:59:44.674 INFO STEP 75 (remove_files) COMPLETE
95852026-08-04T17:59:45.296Z[ recovery-image] Aug 04 17:59:44.674 INFO O| Aug 04 17:59:44.674 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95862026-08-04T17:59:45.307Z[ recovery-image] Aug 04 17:59:44.684 INFO O| Aug 04 17:59:44.684 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
95872026-08-04T17:59:45.307Z[ recovery-image] Aug 04 17:59:44.685 INFO O| Aug 04 17:59:44.684 INFO STEP 76 (remove_files) COMPLETE
95882026-08-04T17:59:45.310Z[ recovery-image] Aug 04 17:59:44.685 INFO O| Aug 04 17:59:44.685 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95892026-08-04T17:59:45.318Z[ recovery-image] Aug 04 17:59:44.696 INFO O| Aug 04 17:59:44.696 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
95902026-08-04T17:59:45.318Z[ recovery-image] Aug 04 17:59:44.696 INFO O| Aug 04 17:59:44.696 INFO STEP 77 (remove_files) COMPLETE
95912026-08-04T17:59:45.318Z[ recovery-image] Aug 04 17:59:44.696 INFO O| Aug 04 17:59:44.696 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95922026-08-04T17:59:45.330Z[ recovery-image] Aug 04 17:59:44.707 INFO O| Aug 04 17:59:44.707 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
95932026-08-04T17:59:45.330Z[ recovery-image] Aug 04 17:59:44.707 INFO O| Aug 04 17:59:44.707 INFO STEP 78 (remove_files) COMPLETE
95942026-08-04T17:59:45.330Z[ recovery-image] Aug 04 17:59:44.707 INFO O| Aug 04 17:59:44.707 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95952026-08-04T17:59:45.341Z[ recovery-image] Aug 04 17:59:44.718 INFO O| Aug 04 17:59:44.718 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
95962026-08-04T17:59:45.341Z[ recovery-image] Aug 04 17:59:44.718 INFO O| Aug 04 17:59:44.718 INFO STEP 79 (remove_files) COMPLETE
95972026-08-04T17:59:45.341Z[ recovery-image] Aug 04 17:59:44.718 INFO O| Aug 04 17:59:44.718 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95982026-08-04T17:59:45.354Z[ recovery-image] Aug 04 17:59:44.732 INFO O| Aug 04 17:59:44.732 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
95992026-08-04T17:59:45.354Z[ recovery-image] Aug 04 17:59:44.732 INFO O| Aug 04 17:59:44.732 INFO STEP 80 (remove_files) COMPLETE
96002026-08-04T17:59:45.354Z[ recovery-image] Aug 04 17:59:44.732 INFO O| Aug 04 17:59:44.732 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96012026-08-04T17:59:45.368Z[ recovery-image] Aug 04 17:59:44.744 INFO O| Aug 04 17:59:44.744 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
96022026-08-04T17:59:45.369Z[ recovery-image] Aug 04 17:59:44.744 INFO O| Aug 04 17:59:44.744 INFO STEP 81 (remove_files) COMPLETE
96032026-08-04T17:59:45.372Z[ recovery-image] Aug 04 17:59:44.744 INFO O| Aug 04 17:59:44.744 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96042026-08-04T17:59:45.378Z[ recovery-image] Aug 04 17:59:44.755 INFO O| Aug 04 17:59:44.755 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
96052026-08-04T17:59:45.378Z[ recovery-image] Aug 04 17:59:44.755 INFO O| Aug 04 17:59:44.755 INFO STEP 82 (remove_files) COMPLETE
96062026-08-04T17:59:45.378Z[ recovery-image] Aug 04 17:59:44.756 INFO O| Aug 04 17:59:44.755 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96072026-08-04T17:59:45.389Z[ recovery-image] Aug 04 17:59:44.767 INFO O| Aug 04 17:59:44.766 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
96082026-08-04T17:59:45.389Z[ recovery-image] Aug 04 17:59:44.767 INFO O| Aug 04 17:59:44.767 INFO STEP 83 (remove_files) COMPLETE
96092026-08-04T17:59:45.392Z[ recovery-image] Aug 04 17:59:44.767 INFO O| Aug 04 17:59:44.767 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96102026-08-04T17:59:45.401Z[ recovery-image] Aug 04 17:59:44.779 INFO O| Aug 04 17:59:44.779 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
96112026-08-04T17:59:45.401Z[ recovery-image] Aug 04 17:59:44.779 INFO O| Aug 04 17:59:44.779 INFO STEP 84 (remove_files) COMPLETE
96122026-08-04T17:59:45.401Z[ recovery-image] Aug 04 17:59:44.779 INFO O| Aug 04 17:59:44.779 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96132026-08-04T17:59:45.419Z[ recovery-image] Aug 04 17:59:44.791 INFO O| Aug 04 17:59:44.791 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
96142026-08-04T17:59:45.419Z[ recovery-image] Aug 04 17:59:44.791 INFO O| Aug 04 17:59:44.791 INFO STEP 85 (remove_files) COMPLETE
96152026-08-04T17:59:45.419Z[ recovery-image] Aug 04 17:59:44.791 INFO O| Aug 04 17:59:44.791 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96162026-08-04T17:59:45.424Z[ recovery-image] Aug 04 17:59:44.802 INFO O| Aug 04 17:59:44.802 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
96172026-08-04T17:59:45.425Z[ recovery-image] Aug 04 17:59:44.802 INFO O| Aug 04 17:59:44.802 INFO STEP 86 (remove_files) COMPLETE
96182026-08-04T17:59:45.428Z[ recovery-image] Aug 04 17:59:44.802 INFO O| Aug 04 17:59:44.802 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96192026-08-04T17:59:45.436Z[ recovery-image] Aug 04 17:59:44.814 INFO O| Aug 04 17:59:44.813 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
96202026-08-04T17:59:45.436Z[ recovery-image] Aug 04 17:59:44.814 INFO O| Aug 04 17:59:44.814 INFO STEP 87 (remove_files) COMPLETE
96212026-08-04T17:59:45.436Z[ recovery-image] Aug 04 17:59:44.814 INFO O| Aug 04 17:59:44.814 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96222026-08-04T17:59:45.448Z[ recovery-image] Aug 04 17:59:44.825 INFO O| Aug 04 17:59:44.825 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
96232026-08-04T17:59:45.448Z[ recovery-image] Aug 04 17:59:44.825 INFO O| Aug 04 17:59:44.825 INFO STEP 88 (remove_files) COMPLETE
96242026-08-04T17:59:45.451Z[ recovery-image] Aug 04 17:59:44.825 INFO O| Aug 04 17:59:44.825 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96252026-08-04T17:59:45.461Z[ recovery-image] Aug 04 17:59:44.839 INFO O| Aug 04 17:59:44.839 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
96262026-08-04T17:59:45.461Z[ recovery-image] Aug 04 17:59:44.839 INFO O| Aug 04 17:59:44.839 INFO STEP 89 (remove_files) COMPLETE
96272026-08-04T17:59:45.462Z[ recovery-image] Aug 04 17:59:44.839 INFO O| Aug 04 17:59:44.839 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96282026-08-04T17:59:45.473Z[ recovery-image] Aug 04 17:59:44.851 INFO O| Aug 04 17:59:44.851 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
96292026-08-04T17:59:45.473Z[ recovery-image] Aug 04 17:59:44.851 INFO O| Aug 04 17:59:44.851 INFO STEP 90 (remove_files) COMPLETE
96302026-08-04T17:59:45.474Z[ recovery-image] Aug 04 17:59:44.851 INFO O| Aug 04 17:59:44.851 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96312026-08-04T17:59:45.485Z[ recovery-image] Aug 04 17:59:44.862 INFO O| Aug 04 17:59:44.862 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96322026-08-04T17:59:45.485Z[ recovery-image] Aug 04 17:59:44.862 INFO O| Aug 04 17:59:44.862 INFO STEP 91 (remove_files) COMPLETE
96332026-08-04T17:59:45.485Z[ recovery-image] Aug 04 17:59:44.862 INFO O| Aug 04 17:59:44.862 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96342026-08-04T17:59:45.503Z[ recovery-image] Aug 04 17:59:44.873 INFO O| Aug 04 17:59:44.873 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
96352026-08-04T17:59:45.504Z[ recovery-image] Aug 04 17:59:44.873 INFO O| Aug 04 17:59:44.873 INFO STEP 92 (remove_files) COMPLETE
96362026-08-04T17:59:45.504Z[ recovery-image] Aug 04 17:59:44.873 INFO O| Aug 04 17:59:44.873 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96372026-08-04T17:59:45.507Z[ recovery-image] Aug 04 17:59:44.883 INFO O| Aug 04 17:59:44.883 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96382026-08-04T17:59:45.507Z[ recovery-image] Aug 04 17:59:44.883 INFO O| Aug 04 17:59:44.883 INFO STEP 93 (remove_files) COMPLETE
96392026-08-04T17:59:45.507Z[ recovery-image] Aug 04 17:59:44.883 INFO O| Aug 04 17:59:44.883 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96402026-08-04T17:59:45.516Z[ recovery-image] Aug 04 17:59:44.893 INFO O| Aug 04 17:59:44.893 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
96412026-08-04T17:59:45.516Z[ recovery-image] Aug 04 17:59:44.894 INFO O| Aug 04 17:59:44.893 INFO STEP 94 (remove_files) COMPLETE
96422026-08-04T17:59:45.516Z[ recovery-image] Aug 04 17:59:44.894 INFO O| Aug 04 17:59:44.893 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96432026-08-04T17:59:45.526Z[ recovery-image] Aug 04 17:59:44.904 INFO O| Aug 04 17:59:44.904 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
96442026-08-04T17:59:45.527Z[ recovery-image] Aug 04 17:59:44.904 INFO O| Aug 04 17:59:44.904 INFO STEP 95 (remove_files) COMPLETE
96452026-08-04T17:59:45.527Z[ recovery-image] Aug 04 17:59:44.904 INFO O| Aug 04 17:59:44.904 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96462026-08-04T17:59:45.537Z[ recovery-image] Aug 04 17:59:44.915 INFO O| Aug 04 17:59:44.915 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
96472026-08-04T17:59:45.538Z[ recovery-image] Aug 04 17:59:44.915 INFO O| Aug 04 17:59:44.915 INFO STEP 96 (remove_files) COMPLETE
96482026-08-04T17:59:45.538Z[ recovery-image] Aug 04 17:59:44.915 INFO O| Aug 04 17:59:44.915 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96492026-08-04T17:59:45.550Z[ recovery-image] Aug 04 17:59:44.928 INFO O| Aug 04 17:59:44.928 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
96502026-08-04T17:59:45.550Z[ recovery-image] Aug 04 17:59:44.928 INFO O| Aug 04 17:59:44.928 INFO STEP 97 (remove_files) COMPLETE
96512026-08-04T17:59:45.554Z[ recovery-image] Aug 04 17:59:44.928 INFO O| Aug 04 17:59:44.928 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96522026-08-04T17:59:45.561Z[ recovery-image] Aug 04 17:59:44.938 INFO O| Aug 04 17:59:44.938 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
96532026-08-04T17:59:45.561Z[ recovery-image] Aug 04 17:59:44.938 INFO O| Aug 04 17:59:44.938 INFO STEP 98 (remove_files) COMPLETE
96542026-08-04T17:59:45.561Z[ recovery-image] Aug 04 17:59:44.938 INFO O| Aug 04 17:59:44.938 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96552026-08-04T17:59:45.568Z[ host-image] Aug 04 17:59:44.945 INFO O| Aug 04 17:59:44.945 INFO completed processing sled/ramdisk-02-trim
96562026-08-04T17:59:45.573Z[ host-image] Aug 04 17:59:44.948 INFO image builder template: zfs...
96572026-08-04T17:59:45.573Z[ host-image] Aug 04 17:59:44.948 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/.tmp9vQkrv/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.504", "-n", "zfs"], pwd: None
96582026-08-04T17:59:45.573Z[ recovery-image] Aug 04 17:59:44.949 INFO O| Aug 04 17:59:44.949 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
96592026-08-04T17:59:45.573Z[ recovery-image] Aug 04 17:59:44.949 INFO O| Aug 04 17:59:44.949 INFO STEP 99 (remove_files) COMPLETE
96602026-08-04T17:59:45.573Z[ recovery-image] Aug 04 17:59:44.949 INFO O| Aug 04 17:59:44.949 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
96612026-08-04T17:59:45.583Z[ host-image] Aug 04 17:59:44.961 INFO O| Aug 04 17:59:44.960 INFO skip include "stress" because feature "stress" is not enabled
96622026-08-04T17:59:45.583Z[ host-image] Aug 04 17:59:44.961 INFO O| Aug 04 17:59:44.961 INFO skip include "stress" because feature "compliance" is not enabled
96632026-08-04T17:59:45.589Z[ recovery-image] Aug 04 17:59:44.965 INFO O| Aug 04 17:59:44.965 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
96642026-08-04T17:59:45.589Z[ recovery-image] Aug 04 17:59:44.965 INFO O| Aug 04 17:59:44.965 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
96652026-08-04T17:59:45.612Z[ host-image] Aug 04 17:59:44.989 INFO O| Aug 04 17:59:44.989 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
96662026-08-04T17:59:45.621Z[ host-image] Aug 04 17:59:44.993 INFO O| Aug 04 17:59:44.993 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
96672026-08-04T17:59:45.640Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
96682026-08-04T17:59:45.690Z[ host-image] Aug 04 17:59:45.063 INFO O| Aug 04 17:59:45.063 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
96692026-08-04T17:59:45.735Z[ host-image] Aug 04 17:59:45.112 INFO O| Aug 04 17:59:45.112 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
96702026-08-04T17:59:45.735Z[ host-image] Aug 04 17:59:45.112 INFO O| Aug 04 17:59:45.112 INFO work dataset: rpool/images/build/host/work/sled/zfs
96712026-08-04T17:59:45.740Z[ host-image] Aug 04 17:59:45.117 INFO O| Aug 04 17:59:45.116 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
96722026-08-04T17:59:45.873Z[ host-image] Aug 04 17:59:45.214 INFO O| Aug 04 17:59:45.214 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
96732026-08-04T17:59:45.961Z[ host-image] Aug 04 17:59:45.320 INFO O| Aug 04 17:59:45.320 INFO DESTROY POOL: TEMPORARY-sled-zfs
96742026-08-04T17:59:45.964Z[ host-image] Aug 04 17:59:45.330 INFO O| Aug 04 17:59:45.330 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
96752026-08-04T17:59:45.964Z[ host-image] Aug 04 17:59:45.335 INFO O| Aug 04 17:59:45.335 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
96762026-08-04T17:59:45.964Z[ host-image] Aug 04 17:59:45.335 INFO O| Aug 04 17:59:45.335 INFO no lofi found
96772026-08-04T17:59:45.964Z[ host-image] Aug 04 17:59:45.335 INFO O| Aug 04 17:59:45.335 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
96782026-08-04T17:59:45.964Z[ host-image] Aug 04 17:59:45.335 INFO O| Aug 04 17:59:45.335 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
96792026-08-04T17:59:46.488Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
96802026-08-04T17:59:46.590Z[verify-libraries] Compiling polar-core v0.27.3
96812026-08-04T17:59:47.624Z[ host-image] Aug 04 17:59:47.001 INFO O| Aug 04 17:59:47.001 INFO lofi device = /dev/dsk/c2t2d0p0
96822026-08-04T17:59:47.624Z[ host-image] Aug 04 17:59:47.001 INFO O| Aug 04 17:59:47.001 INFO pool device = /dev/dsk/c2t2d0p0
96832026-08-04T17:59:47.628Z[ host-image] Aug 04 17:59:47.001 INFO O| Aug 04 17:59:47.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t2d0p0"]
96842026-08-04T17:59:47.780Z[ host-image] Aug 04 17:59:47.157 INFO O| Aug 04 17:59:47.156 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96852026-08-04T17:59:47.780Z[ host-image] Aug 04 17:59:47.157 INFO O| Aug 04 17:59:47.156 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
96862026-08-04T17:59:47.810Z[ host-image] Aug 04 17:59:47.177 INFO O| Aug 04 17:59:47.177 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
96872026-08-04T17:59:47.876Z[ host-image] Aug 04 17:59:47.253 INFO O| Aug 04 17:59:47.253 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
96882026-08-04T17:59:47.909Z[ host-image] Aug 04 17:59:47.285 INFO O| Aug 04 17:59:47.285 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
96892026-08-04T17:59:47.934Z[ host-image] Aug 04 17:59:47.305 INFO O| Aug 04 17:59:47.305 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
96902026-08-04T17:59:47.942Z[ host-image] Aug 04 17:59:47.318 INFO O| Aug 04 17:59:47.318 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
96912026-08-04T17:59:47.982Z[ host-image] Aug 04 17:59:47.358 INFO O| Aug 04 17:59:47.358 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
96922026-08-04T17:59:47.982Z[ host-image] Aug 04 17:59:47.358 INFO O| Aug 04 17:59:47.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
96932026-08-04T17:59:47.982Z[ host-image] Aug 04 17:59:47.358 INFO O| Aug 04 17:59:47.358 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
96942026-08-04T17:59:47.997Z[ host-image] Aug 04 17:59:47.368 INFO O| Aug 04 17:59:47.368 INFO boot environment UUID: 47fbddc9-42c2-44af-9538-b6f8628e4c85
96952026-08-04T17:59:47.997Z[ host-image] Aug 04 17:59:47.368 INFO O| Aug 04 17:59:47.368 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 47fbddc9-42c2-44af-9538-b6f8628e4c85
96962026-08-04T17:59:48.008Z[ host-image] Aug 04 17:59:47.384 INFO O| Aug 04 17:59:47.383 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
96972026-08-04T17:59:48.094Z[ host-image] Aug 04 17:59:47.470 INFO O| Aug 04 17:59:47.470 INFO STEP 0 (create_be) COMPLETE
96982026-08-04T17:59:48.094Z[ host-image] Aug 04 17:59:47.470 INFO O| Aug 04 17:59:47.470 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96992026-08-04T17:59:48.108Z[ host-image] Aug 04 17:59:47.484 INFO O| Aug 04 17:59:47.484 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97002026-08-04T17:59:51.139Z[ recovery-image] Aug 04 17:59:50.517 INFO O| Aug 04 17:59:50.517 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
97012026-08-04T17:59:51.141Z[ recovery-image] Aug 04 17:59:50.517 INFO O| Aug 04 17:59:50.517 INFO E| svccfg: Loaded 69 smf(7) service descriptions
97022026-08-04T17:59:51.154Z[ recovery-image] Aug 04 17:59:50.532 INFO O| Aug 04 17:59:50.532 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"}
97032026-08-04T17:59:51.281Z[ recovery-image] Aug 04 17:59:50.657 INFO O| Aug 04 17:59:50.656 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"}
97042026-08-04T17:59:51.340Z[ recovery-image] Aug 04 17:59:50.718 INFO O| Aug 04 17:59:50.718 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_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"}
97052026-08-04T17:59:51.408Z[ recovery-image] Aug 04 17:59:50.785 INFO O| Aug 04 17:59:50.785 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
97062026-08-04T17:59:51.408Z[ recovery-image] Aug 04 17:59:50.785 INFO O| Aug 04 17:59:50.785 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 ...
97072026-08-04T17:59:51.411Z[ recovery-image] Aug 04 17:59:50.786 INFO O| Aug 04 17:59:50.786 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
97082026-08-04T17:59:51.411Z[ recovery-image] Aug 04 17:59:50.786 INFO O| Aug 04 17:59:50.786 INFO ok!
97092026-08-04T17:59:51.411Z[ recovery-image] Aug 04 17:59:50.786 INFO O| Aug 04 17:59:50.786 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
97102026-08-04T17:59:51.411Z[ recovery-image] Aug 04 17:59:50.786 INFO O| Aug 04 17:59:50.786 INFO STEP 100 (seed_smf) COMPLETE
97112026-08-04T17:59:51.411Z[ recovery-image] Aug 04 17:59:50.786 INFO O| Aug 04 17:59:50.786 INFO steps complete; finalising image!
97122026-08-04T17:59:51.411Z[ recovery-image] Aug 04 17:59:50.786 INFO O| Aug 04 17:59:50.786 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
97132026-08-04T17:59:51.521Z[ recovery-image] Aug 04 17:59:50.899 INFO O| Aug 04 17:59:50.899 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Tue Aug 4 17:59:50 2026)
97142026-08-04T17:59:51.766Z[ recovery-image] Aug 04 17:59:51.112 INFO O| Aug 04 17:59:51.110 INFO trim TEMPORARY-sled-zfs-recovery: (44% trimmed, started at Tue Aug 4 17:59:50 2026)
97152026-08-04T17:59:51.939Z[ recovery-image] Aug 04 17:59:51.316 INFO O| Aug 04 17:59:51.316 INFO trim TEMPORARY-sled-zfs-recovery: (72% trimmed, started at Tue Aug 4 17:59:50 2026)
97162026-08-04T17:59:52.144Z[ recovery-image] Aug 04 17:59:51.522 INFO O| Aug 04 17:59:51.522 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Tue Aug 4 17:59:50 2026)
97172026-08-04T17:59:52.350Z[ recovery-image] Aug 04 17:59:51.728 INFO O| Aug 04 17:59:51.728 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Tue Aug 4 17:59:50 2026)
97182026-08-04T17:59:52.560Z[ recovery-image] Aug 04 17:59:51.935 INFO O| Aug 04 17:59:51.935 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Tue Aug 4 17:59:50 2026)
97192026-08-04T17:59:52.763Z[ recovery-image] Aug 04 17:59:52.141 INFO O| Aug 04 17:59:52.141 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Tue Aug 4 17:59:50 2026)
97202026-08-04T17:59:52.977Z[ recovery-image] Aug 04 17:59:52.355 INFO O| Aug 04 17:59:52.355 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Tue Aug 4 17:59:50 2026)
97212026-08-04T17:59:53.183Z[ recovery-image] Aug 04 17:59:52.560 INFO O| Aug 04 17:59:52.560 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Tue Aug 4 17:59:50 2026)
97222026-08-04T17:59:53.390Z[ recovery-image] Aug 04 17:59:52.767 INFO O| Aug 04 17:59:52.767 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Tue Aug 4 17:59:50 2026)
97232026-08-04T17:59:53.611Z[ recovery-image] Aug 04 17:59:52.989 INFO O| Aug 04 17:59:52.989 INFO temporary pool has 499M used, 1.26G avail, 1.00x compressratio
97242026-08-04T17:59:53.611Z[ recovery-image] Aug 04 17:59:52.989 INFO O| Aug 04 17:59:52.989 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
97252026-08-04T17:59:54.333Z[ recovery-image] Aug 04 17:59:53.709 INFO O| Aug 04 17:59:53.709 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
97262026-08-04T17:59:54.333Z[ recovery-image] Aug 04 17:59:53.709 INFO O| Aug 04 17:59:53.709 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
97272026-08-04T17:59:58.946Z[ host-image] Aug 04 17:59:58.322 INFO O| Aug 04 17:59:58.321 INFO STEP 1 (unpack_tar) COMPLETE
97282026-08-04T17:59:58.946Z[ host-image] Aug 04 17:59:58.322 INFO O| Aug 04 17:59:58.321 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97292026-08-04T17:59:58.956Z[ host-image] Aug 04 17:59:58.335 INFO O| Aug 04 17:59:58.332 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97302026-08-04T17:59:59.496Z[ recovery-image] Aug 04 17:59:58.873 INFO O| Aug 04 17:59:58.873 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97312026-08-04T17:59:59.496Z[ recovery-image] Aug 04 17:59:58.874 INFO O| Aug 04 17:59:58.873 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97322026-08-04T17:59:59.500Z[ recovery-image] Aug 04 17:59:58.874 INFO O| Aug 04 17:59:58.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97332026-08-04T17:59:59.500Z[ recovery-image] Aug 04 17:59:58.874 INFO O| Aug 04 17:59:58.873 INFO completed processing sled/zfs-recovery
97342026-08-04T17:59:59.500Z[ recovery-image] Aug 04 17:59:58.874 INFO O| Aug 04 17:59:58.874 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
97352026-08-04T17:59:59.568Z[ host-image] Aug 04 17:59:58.945 INFO O| Aug 04 17:59:58.945 INFO STEP 2 (devfsadm) COMPLETE
97362026-08-04T17:59:59.568Z[ host-image] Aug 04 17:59:58.945 INFO O| Aug 04 17:59:58.945 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97372026-08-04T17:59:59.580Z[ host-image] Aug 04 17:59:58.958 INFO O| Aug 04 17:59:58.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97382026-08-04T17:59:59.580Z[ host-image] Aug 04 17:59:58.958 INFO O| Aug 04 17:59:58.958 INFO STEP 3 (ensure_dir) COMPLETE
97392026-08-04T17:59:59.583Z[ host-image] Aug 04 17:59:58.958 INFO O| Aug 04 17:59:58.958 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97402026-08-04T17:59:59.591Z[ host-image] Aug 04 17:59:58.969 INFO O| Aug 04 17:59:58.969 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97412026-08-04T17:59:59.591Z[ host-image] Aug 04 17:59:58.969 INFO O| Aug 04 17:59:58.969 INFO STEP 4 (ensure_dir) COMPLETE
97422026-08-04T17:59:59.594Z[ host-image] Aug 04 17:59:58.969 INFO O| Aug 04 17:59:58.969 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97432026-08-04T17:59:59.632Z[ host-image] Aug 04 17:59:58.980 INFO O| Aug 04 17:59:58.980 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97442026-08-04T17:59:59.632Z[ host-image] Aug 04 17:59:58.980 INFO O| Aug 04 17:59:58.980 INFO STEP 5 (ensure_dir) COMPLETE
97452026-08-04T17:59:59.632Z[ host-image] Aug 04 17:59:58.980 INFO O| Aug 04 17:59:58.980 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97462026-08-04T17:59:59.632Z[ host-image] Aug 04 17:59:58.991 INFO O| Aug 04 17:59:58.991 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97472026-08-04T17:59:59.632Z[ host-image] Aug 04 17:59:58.991 INFO O| Aug 04 17:59:58.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97482026-08-04T17:59:59.632Z[ host-image] Aug 04 17:59:58.991 INFO O| Aug 04 17:59:58.991 INFO STEP 6 (ensure_dir) COMPLETE
97492026-08-04T17:59:59.632Z[ host-image] Aug 04 17:59:58.991 INFO O| Aug 04 17:59:58.991 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97502026-08-04T17:59:59.632Z[ host-image] Aug 04 17:59:59.001 INFO O| Aug 04 17:59:59.001 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97512026-08-04T17:59:59.632Z[ host-image] Aug 04 17:59:59.001 INFO O| Aug 04 17:59:59.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97522026-08-04T17:59:59.632Z[ host-image] Aug 04 17:59:59.001 INFO O| Aug 04 17:59:59.001 INFO STEP 7 (ensure_dir) COMPLETE
97532026-08-04T17:59:59.632Z[ host-image] Aug 04 17:59:59.001 INFO O| Aug 04 17:59:59.001 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97542026-08-04T17:59:59.635Z[ host-image] Aug 04 17:59:59.012 INFO O| Aug 04 17:59:59.011 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97552026-08-04T17:59:59.635Z[ host-image] Aug 04 17:59:59.013 INFO O| Aug 04 17:59:59.013 INFO STEP 8 (remove_files) COMPLETE
97562026-08-04T17:59:59.635Z[ host-image] Aug 04 17:59:59.013 INFO O| Aug 04 17:59:59.013 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97572026-08-04T17:59:59.667Z[ host-image] Aug 04 17:59:59.045 INFO O| Aug 04 17:59:59.045 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97582026-08-04T17:59:59.670Z[ host-image] Aug 04 17:59:59.045 INFO O| Aug 04 17:59:59.045 INFO STEP 9 (remove_files) COMPLETE
97592026-08-04T17:59:59.670Z[ host-image] Aug 04 17:59:59.045 INFO O| Aug 04 17:59:59.045 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97602026-08-04T17:59:59.685Z[ host-image] Aug 04 17:59:59.063 INFO O| Aug 04 17:59:59.063 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97612026-08-04T17:59:59.721Z[ host-image] Aug 04 17:59:59.063 INFO O| Aug 04 17:59:59.063 INFO STEP 10 (remove_files) COMPLETE
97622026-08-04T17:59:59.721Z[ host-image] Aug 04 17:59:59.063 INFO O| Aug 04 17:59:59.063 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97632026-08-04T17:59:59.727Z[ host-image] Aug 04 17:59:59.105 INFO O| Aug 04 17:59:59.105 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97642026-08-04T17:59:59.730Z[ host-image] Aug 04 17:59:59.105 INFO O| Aug 04 17:59:59.105 INFO STEP 11 (remove_files) COMPLETE
97652026-08-04T17:59:59.730Z[ host-image] Aug 04 17:59:59.105 INFO O| Aug 04 17:59:59.105 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97662026-08-04T17:59:59.740Z[ host-image] Aug 04 17:59:59.117 INFO O| Aug 04 17:59:59.117 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97672026-08-04T17:59:59.740Z[ host-image] Aug 04 17:59:59.117 INFO O| Aug 04 17:59:59.117 INFO STEP 12 (remove_files) COMPLETE
97682026-08-04T17:59:59.740Z[ host-image] Aug 04 17:59:59.117 INFO O| Aug 04 17:59:59.117 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97692026-08-04T17:59:59.750Z[ host-image] Aug 04 17:59:59.128 INFO O| Aug 04 17:59:59.128 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97702026-08-04T17:59:59.751Z[ host-image] Aug 04 17:59:59.128 INFO O| Aug 04 17:59:59.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97712026-08-04T17:59:59.754Z[ host-image] Aug 04 17:59:59.128 INFO O| Aug 04 17:59:59.128 INFO STEP 13 (ensure_dir) COMPLETE
97722026-08-04T17:59:59.754Z[ host-image] Aug 04 17:59:59.128 INFO O| Aug 04 17:59:59.128 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97732026-08-04T17:59:59.762Z[ host-image] Aug 04 17:59:59.140 INFO O| Aug 04 17:59:59.140 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97742026-08-04T17:59:59.762Z[ host-image] Aug 04 17:59:59.140 INFO O| Aug 04 17:59:59.140 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97752026-08-04T17:59:59.765Z[ host-image] Aug 04 17:59:59.140 INFO O| Aug 04 17:59:59.140 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97762026-08-04T17:59:59.765Z[ host-image] Aug 04 17:59:59.140 INFO O| Aug 04 17:59:59.140 INFO STEP 14 (ensure_dir) COMPLETE
97772026-08-04T17:59:59.765Z[ host-image] Aug 04 17:59:59.140 INFO O| Aug 04 17:59:59.140 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97782026-08-04T17:59:59.774Z[ host-image] Aug 04 17:59:59.152 INFO O| Aug 04 17:59:59.152 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97792026-08-04T17:59:59.774Z[ host-image] Aug 04 17:59:59.152 INFO O| Aug 04 17:59:59.152 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97802026-08-04T17:59:59.777Z[ host-image] Aug 04 17:59:59.152 INFO O| Aug 04 17:59:59.152 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97812026-08-04T17:59:59.777Z[ host-image] Aug 04 17:59:59.152 INFO O| Aug 04 17:59:59.152 INFO STEP 15 (ensure_dir) COMPLETE
97822026-08-04T17:59:59.777Z[ host-image] Aug 04 17:59:59.152 INFO O| Aug 04 17:59:59.152 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97832026-08-04T17:59:59.785Z[ host-image] Aug 04 17:59:59.163 INFO O| Aug 04 17:59:59.163 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97842026-08-04T17:59:59.785Z[ host-image] Aug 04 17:59:59.163 INFO O| Aug 04 17:59:59.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97852026-08-04T17:59:59.788Z[ host-image] Aug 04 17:59:59.163 INFO O| Aug 04 17:59:59.163 INFO STEP 16 (ensure_dir) COMPLETE
97862026-08-04T17:59:59.789Z[ host-image] Aug 04 17:59:59.163 INFO O| Aug 04 17:59:59.163 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97872026-08-04T17:59:59.797Z[ host-image] Aug 04 17:59:59.175 INFO O| Aug 04 17:59:59.175 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97882026-08-04T17:59:59.801Z[ host-image] Aug 04 17:59:59.175 INFO O| Aug 04 17:59:59.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97892026-08-04T17:59:59.804Z[ host-image] Aug 04 17:59:59.175 INFO O| Aug 04 17:59:59.175 INFO STEP 17 (ensure_dir) COMPLETE
97902026-08-04T17:59:59.804Z[ host-image] Aug 04 17:59:59.175 INFO O| Aug 04 17:59:59.175 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97912026-08-04T17:59:59.809Z[ host-image] Aug 04 17:59:59.187 INFO O| Aug 04 17:59:59.187 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97922026-08-04T17:59:59.809Z[ host-image] Aug 04 17:59:59.187 INFO O| Aug 04 17:59:59.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
97932026-08-04T17:59:59.812Z[ host-image] Aug 04 17:59:59.187 INFO O| Aug 04 17:59:59.187 INFO ok!
97942026-08-04T17:59:59.812Z[ host-image] Aug 04 17:59:59.187 INFO O| Aug 04 17:59:59.187 INFO STEP 18 (ensure_symlink) COMPLETE
97952026-08-04T17:59:59.812Z[ host-image] Aug 04 17:59:59.187 INFO O| Aug 04 17:59:59.187 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97962026-08-04T17:59:59.820Z[ host-image] Aug 04 17:59:59.198 INFO O| Aug 04 17:59:59.198 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
97972026-08-04T17:59:59.821Z[ host-image] Aug 04 17:59:59.199 INFO O| Aug 04 17:59:59.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
97982026-08-04T17:59:59.821Z[ host-image] Aug 04 17:59:59.199 INFO O| Aug 04 17:59:59.198 INFO ok!
97992026-08-04T17:59:59.824Z[ host-image] Aug 04 17:59:59.199 INFO O| Aug 04 17:59:59.198 INFO STEP 19 (ensure_file) COMPLETE
98002026-08-04T17:59:59.824Z[ host-image] Aug 04 17:59:59.199 INFO O| Aug 04 17:59:59.198 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98012026-08-04T17:59:59.833Z[ host-image] Aug 04 17:59:59.211 INFO O| Aug 04 17:59:59.211 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98022026-08-04T17:59:59.833Z[ host-image] Aug 04 17:59:59.211 INFO O| Aug 04 17:59:59.211 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98032026-08-04T17:59:59.834Z[ host-image] Aug 04 17:59:59.211 INFO O| Aug 04 17:59:59.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98042026-08-04T17:59:59.837Z[ host-image] Aug 04 17:59:59.211 INFO O| Aug 04 17:59:59.211 INFO ok!
98052026-08-04T17:59:59.837Z[ host-image] Aug 04 17:59:59.211 INFO O| Aug 04 17:59:59.211 INFO STEP 20 (ensure_symlink) COMPLETE
98062026-08-04T17:59:59.837Z[ host-image] Aug 04 17:59:59.211 INFO O| Aug 04 17:59:59.211 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98072026-08-04T17:59:59.846Z[ host-image] Aug 04 17:59:59.224 INFO O| Aug 04 17:59:59.224 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98082026-08-04T17:59:59.846Z[ host-image] Aug 04 17:59:59.224 INFO O| Aug 04 17:59:59.224 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98092026-08-04T17:59:59.846Z[ host-image] Aug 04 17:59:59.224 INFO O| Aug 04 17:59:59.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98102026-08-04T17:59:59.846Z[ host-image] Aug 04 17:59:59.224 INFO O| Aug 04 17:59:59.224 INFO ok!
98112026-08-04T17:59:59.849Z[ host-image] Aug 04 17:59:59.224 INFO O| Aug 04 17:59:59.224 INFO STEP 21 (ensure_symlink) COMPLETE
98122026-08-04T17:59:59.849Z[ host-image] Aug 04 17:59:59.224 INFO O| Aug 04 17:59:59.224 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98132026-08-04T17:59:59.857Z[ host-image] Aug 04 17:59:59.234 INFO O| Aug 04 17:59:59.234 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98142026-08-04T17:59:59.857Z[ host-image] Aug 04 17:59:59.235 INFO O| Aug 04 17:59:59.234 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98152026-08-04T17:59:59.857Z[ host-image] Aug 04 17:59:59.235 INFO O| Aug 04 17:59:59.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98162026-08-04T17:59:59.857Z[ host-image] Aug 04 17:59:59.235 INFO O| Aug 04 17:59:59.235 INFO ok!
98172026-08-04T17:59:59.860Z[ host-image] Aug 04 17:59:59.235 INFO O| Aug 04 17:59:59.235 INFO STEP 22 (ensure_symlink) COMPLETE
98182026-08-04T17:59:59.860Z[ host-image] Aug 04 17:59:59.235 INFO O| Aug 04 17:59:59.235 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98192026-08-04T17:59:59.867Z[ host-image] Aug 04 17:59:59.245 INFO O| Aug 04 17:59:59.245 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98202026-08-04T17:59:59.867Z[ host-image] Aug 04 17:59:59.245 INFO O| Aug 04 17:59:59.245 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98212026-08-04T17:59:59.867Z[ host-image] Aug 04 17:59:59.245 INFO O| Aug 04 17:59:59.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98222026-08-04T17:59:59.870Z[ host-image] Aug 04 17:59:59.245 INFO O| Aug 04 17:59:59.245 INFO ok!
98232026-08-04T17:59:59.871Z[ host-image] Aug 04 17:59:59.245 INFO O| Aug 04 17:59:59.245 INFO STEP 23 (ensure_symlink) COMPLETE
98242026-08-04T17:59:59.871Z[ host-image] Aug 04 17:59:59.245 INFO O| Aug 04 17:59:59.245 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98252026-08-04T17:59:59.880Z[ host-image] Aug 04 17:59:59.258 INFO O| Aug 04 17:59:59.258 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98262026-08-04T17:59:59.880Z[ host-image] Aug 04 17:59:59.258 INFO O| Aug 04 17:59:59.258 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98272026-08-04T17:59:59.883Z[ host-image] Aug 04 17:59:59.258 INFO O| Aug 04 17:59:59.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98282026-08-04T17:59:59.883Z[ host-image] Aug 04 17:59:59.258 INFO O| Aug 04 17:59:59.258 INFO ok!
98292026-08-04T17:59:59.883Z[ host-image] Aug 04 17:59:59.258 INFO O| Aug 04 17:59:59.258 INFO STEP 24 (ensure_file) COMPLETE
98302026-08-04T17:59:59.883Z[ host-image] Aug 04 17:59:59.258 INFO O| Aug 04 17:59:59.258 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98312026-08-04T17:59:59.893Z[ host-image] Aug 04 17:59:59.271 INFO O| Aug 04 17:59:59.271 INFO updating shadow file
98322026-08-04T17:59:59.893Z[ host-image] Aug 04 17:59:59.271 INFO O| Aug 04 17:59:59.271 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98332026-08-04T17:59:59.893Z[ host-image] Aug 04 17:59:59.271 INFO O| Aug 04 17:59:59.271 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98342026-08-04T17:59:59.897Z[ host-image] Aug 04 17:59:59.271 INFO O| Aug 04 17:59:59.271 INFO STEP 25 (shadow) COMPLETE
98352026-08-04T17:59:59.897Z[ host-image] Aug 04 17:59:59.271 INFO O| Aug 04 17:59:59.271 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98362026-08-04T17:59:59.905Z[ host-image] Aug 04 17:59:59.283 INFO O| Aug 04 17:59:59.283 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98372026-08-04T17:59:59.905Z[ host-image] Aug 04 17:59:59.283 INFO O| Aug 04 17:59:59.283 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98382026-08-04T17:59:59.908Z[ host-image] Aug 04 17:59:59.283 INFO O| Aug 04 17:59:59.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98392026-08-04T17:59:59.908Z[ host-image] Aug 04 17:59:59.283 INFO O| Aug 04 17:59:59.283 INFO ok!
98402026-08-04T17:59:59.908Z[ host-image] Aug 04 17:59:59.283 INFO O| Aug 04 17:59:59.283 INFO STEP 26 (ensure_file) COMPLETE
98412026-08-04T17:59:59.908Z[ host-image] Aug 04 17:59:59.283 INFO O| Aug 04 17:59:59.283 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98422026-08-04T17:59:59.918Z[ host-image] Aug 04 17:59:59.296 INFO O| Aug 04 17:59:59.295 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98432026-08-04T17:59:59.918Z[ host-image] Aug 04 17:59:59.296 INFO O| Aug 04 17:59:59.296 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98442026-08-04T17:59:59.918Z[ host-image] Aug 04 17:59:59.296 INFO O| Aug 04 17:59:59.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98452026-08-04T17:59:59.918Z[ host-image] Aug 04 17:59:59.296 INFO O| Aug 04 17:59:59.296 INFO ok!
98462026-08-04T17:59:59.921Z[ host-image] Aug 04 17:59:59.296 INFO O| Aug 04 17:59:59.296 INFO STEP 27 (ensure_file) COMPLETE
98472026-08-04T17:59:59.921Z[ host-image] Aug 04 17:59:59.296 INFO O| Aug 04 17:59:59.296 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98482026-08-04T17:59:59.930Z[ host-image] Aug 04 17:59:59.308 INFO O| Aug 04 17:59:59.308 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98492026-08-04T17:59:59.930Z[ host-image] Aug 04 17:59:59.308 INFO O| Aug 04 17:59:59.308 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98502026-08-04T17:59:59.931Z[ host-image] Aug 04 17:59:59.309 INFO O| Aug 04 17:59:59.309 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98512026-08-04T17:59:59.934Z[ host-image] Aug 04 17:59:59.309 INFO O| Aug 04 17:59:59.309 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98522026-08-04T17:59:59.934Z[ host-image] Aug 04 17:59:59.309 INFO O| Aug 04 17:59:59.309 INFO ok!
98532026-08-04T17:59:59.934Z[ host-image] Aug 04 17:59:59.309 INFO O| Aug 04 17:59:59.309 INFO STEP 28 (ensure_file) COMPLETE
98542026-08-04T17:59:59.934Z[ host-image] Aug 04 17:59:59.309 INFO O| Aug 04 17:59:59.309 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98552026-08-04T17:59:59.943Z[verify-libraries] Compiling oso v0.27.3
98562026-08-04T17:59:59.946Z[ host-image] Aug 04 17:59:59.322 INFO O| Aug 04 17:59:59.322 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98572026-08-04T17:59:59.946Z[ host-image] Aug 04 17:59:59.322 INFO O| Aug 04 17:59:59.322 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98582026-08-04T17:59:59.946Z[ host-image] Aug 04 17:59:59.322 INFO O| Aug 04 17:59:59.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98592026-08-04T17:59:59.946Z[ host-image] Aug 04 17:59:59.322 INFO O| Aug 04 17:59:59.322 INFO ok!
98602026-08-04T17:59:59.946Z[ host-image] Aug 04 17:59:59.322 INFO O| Aug 04 17:59:59.322 INFO STEP 29 (ensure_file) COMPLETE
98612026-08-04T17:59:59.946Z[ host-image] Aug 04 17:59:59.322 INFO O| Aug 04 17:59:59.322 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98622026-08-04T17:59:59.955Z[ host-image] Aug 04 17:59:59.333 INFO O| Aug 04 17:59:59.333 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98632026-08-04T17:59:59.955Z[ host-image] Aug 04 17:59:59.334 INFO O| Aug 04 17:59:59.333 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98642026-08-04T17:59:59.955Z[ host-image] Aug 04 17:59:59.334 INFO O| Aug 04 17:59:59.334 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98652026-08-04T17:59:59.958Z[ host-image] Aug 04 17:59:59.334 INFO O| Aug 04 17:59:59.334 INFO STEP 30 (ensure_dir) COMPLETE
98662026-08-04T17:59:59.959Z[ host-image] Aug 04 17:59:59.334 INFO O| Aug 04 17:59:59.334 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98672026-08-04T17:59:59.966Z[ host-image] Aug 04 17:59:59.344 INFO O| Aug 04 17:59:59.344 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98682026-08-04T17:59:59.966Z[ host-image] Aug 04 17:59:59.344 INFO O| Aug 04 17:59:59.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 ...
98692026-08-04T17:59:59.969Z[ host-image] Aug 04 17:59:59.344 INFO O| Aug 04 17:59:59.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
98702026-08-04T17:59:59.970Z[ host-image] Aug 04 17:59:59.344 INFO O| Aug 04 17:59:59.344 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98712026-08-04T17:59:59.970Z[ host-image] Aug 04 17:59:59.344 INFO O| Aug 04 17:59:59.344 INFO ok!
98722026-08-04T17:59:59.970Z[ host-image] Aug 04 17:59:59.344 INFO O| Aug 04 17:59:59.344 INFO STEP 31 (ensure_file) COMPLETE
98732026-08-04T17:59:59.970Z[ host-image] Aug 04 17:59:59.344 INFO O| Aug 04 17:59:59.344 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98742026-08-04T17:59:59.982Z[ host-image] Aug 04 17:59:59.360 INFO O| Aug 04 17:59:59.360 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98752026-08-04T17:59:59.982Z[ host-image] Aug 04 17:59:59.361 INFO O| Aug 04 17:59:59.360 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98762026-08-04T17:59:59.985Z[ host-image] Aug 04 17:59:59.361 INFO O| Aug 04 17:59:59.361 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98772026-08-04T17:59:59.985Z[ host-image] Aug 04 17:59:59.361 INFO O| Aug 04 17:59:59.361 INFO STEP 32 (ensure_dir) COMPLETE
98782026-08-04T17:59:59.985Z[ host-image] Aug 04 17:59:59.361 INFO O| Aug 04 17:59:59.361 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98792026-08-04T17:59:59.997Z[ host-image] Aug 04 17:59:59.370 INFO O| Aug 04 17:59:59.370 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98802026-08-04T17:59:59.997Z[ host-image] Aug 04 17:59:59.370 INFO O| Aug 04 17:59:59.370 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 ...
98812026-08-04T17:59:59.998Z[ host-image] Aug 04 17:59:59.370 INFO O| Aug 04 17:59:59.370 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
98822026-08-04T17:59:59.998Z[ host-image] Aug 04 17:59:59.370 INFO O| Aug 04 17:59:59.370 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98832026-08-04T17:59:59.998Z[ host-image] Aug 04 17:59:59.370 INFO O| Aug 04 17:59:59.370 INFO ok!
98842026-08-04T17:59:59.998Z[ host-image] Aug 04 17:59:59.370 INFO O| Aug 04 17:59:59.370 INFO STEP 33 (ensure_file) COMPLETE
98852026-08-04T17:59:59.998Z[ host-image] Aug 04 17:59:59.370 INFO O| Aug 04 17:59:59.370 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98862026-08-04T18:00:00.002Z[ host-image] Aug 04 17:59:59.380 INFO O| Aug 04 17:59:59.380 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98872026-08-04T18:00:00.003Z[ host-image] Aug 04 17:59:59.380 INFO O| Aug 04 17:59:59.380 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98882026-08-04T18:00:00.005Z[ host-image] Aug 04 17:59:59.380 INFO O| Aug 04 17:59:59.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98892026-08-04T18:00:00.005Z[ host-image] Aug 04 17:59:59.380 INFO O| Aug 04 17:59:59.380 INFO ok!
98902026-08-04T18:00:00.005Z[ host-image] Aug 04 17:59:59.380 INFO O| Aug 04 17:59:59.380 INFO STEP 34 (ensure_file) COMPLETE
98912026-08-04T18:00:00.005Z[ host-image] Aug 04 17:59:59.380 INFO O| Aug 04 17:59:59.380 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98922026-08-04T18:00:00.013Z[ host-image] Aug 04 17:59:59.391 INFO O| Aug 04 17:59:59.391 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98932026-08-04T18:00:00.013Z[ host-image] Aug 04 17:59:59.391 INFO O| Aug 04 17:59:59.391 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
98942026-08-04T18:00:00.013Z[ host-image] Aug 04 17:59:59.391 INFO O| Aug 04 17:59:59.391 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98952026-08-04T18:00:00.013Z[ host-image] Aug 04 17:59:59.391 INFO O| Aug 04 17:59:59.391 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98962026-08-04T18:00:00.017Z[ host-image] Aug 04 17:59:59.391 INFO O| Aug 04 17:59:59.391 INFO ok!
98972026-08-04T18:00:00.017Z[ host-image] Aug 04 17:59:59.391 INFO O| Aug 04 17:59:59.391 INFO STEP 35 (ensure_file) COMPLETE
98982026-08-04T18:00:00.017Z[ host-image] Aug 04 17:59:59.391 INFO O| Aug 04 17:59:59.391 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98992026-08-04T18:00:00.024Z[ host-image] Aug 04 17:59:59.402 INFO O| Aug 04 17:59:59.402 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99002026-08-04T18:00:00.024Z[ host-image] Aug 04 17:59:59.402 INFO O| Aug 04 17:59:59.402 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99012026-08-04T18:00:00.027Z[ host-image] Aug 04 17:59:59.402 INFO O| Aug 04 17:59:59.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99022026-08-04T18:00:00.027Z[ host-image] Aug 04 17:59:59.402 INFO O| Aug 04 17:59:59.402 INFO ok!
99032026-08-04T18:00:00.027Z[ host-image] Aug 04 17:59:59.402 INFO O| Aug 04 17:59:59.402 INFO STEP 36 (ensure_file) COMPLETE
99042026-08-04T18:00:00.027Z[ host-image] Aug 04 17:59:59.402 INFO O| Aug 04 17:59:59.402 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99052026-08-04T18:00:00.036Z[ host-image] Aug 04 17:59:59.413 INFO O| Aug 04 17:59:59.413 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99062026-08-04T18:00:00.036Z[ host-image] Aug 04 17:59:59.413 INFO O| Aug 04 17:59:59.413 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99072026-08-04T18:00:00.036Z[ host-image] Aug 04 17:59:59.413 INFO O| Aug 04 17:59:59.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99082026-08-04T18:00:00.036Z[ host-image] Aug 04 17:59:59.413 INFO O| Aug 04 17:59:59.413 INFO ok!
99092026-08-04T18:00:00.039Z[ host-image] Aug 04 17:59:59.413 INFO O| Aug 04 17:59:59.413 INFO STEP 37 (ensure_file) COMPLETE
99102026-08-04T18:00:00.039Z[ host-image] Aug 04 17:59:59.413 INFO O| Aug 04 17:59:59.413 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99112026-08-04T18:00:00.045Z[ host-image] Aug 04 17:59:59.423 INFO O| Aug 04 17:59:59.423 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99122026-08-04T18:00:00.045Z[ host-image] Aug 04 17:59:59.423 INFO O| Aug 04 17:59:59.423 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99132026-08-04T18:00:00.045Z[ host-image] Aug 04 17:59:59.423 INFO O| Aug 04 17:59:59.423 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99142026-08-04T18:00:00.048Z[ host-image] Aug 04 17:59:59.423 INFO O| Aug 04 17:59:59.423 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99152026-08-04T18:00:00.048Z[ host-image] Aug 04 17:59:59.423 INFO O| Aug 04 17:59:59.423 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99162026-08-04T18:00:00.048Z[ host-image] Aug 04 17:59:59.423 INFO O| Aug 04 17:59:59.423 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99172026-08-04T18:00:00.048Z[ host-image] Aug 04 17:59:59.423 INFO O| Aug 04 17:59:59.423 INFO ok!
99182026-08-04T18:00:00.048Z[ host-image] Aug 04 17:59:59.423 INFO O| Aug 04 17:59:59.423 INFO STEP 38 (ensure_file) COMPLETE
99192026-08-04T18:00:00.049Z[ host-image] Aug 04 17:59:59.423 INFO O| Aug 04 17:59:59.423 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99202026-08-04T18:00:00.055Z[ host-image] Aug 04 17:59:59.432 INFO O| Aug 04 17:59:59.432 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99212026-08-04T18:00:00.055Z[ host-image] Aug 04 17:59:59.432 INFO O| Aug 04 17:59:59.432 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99222026-08-04T18:00:00.055Z[ host-image] Aug 04 17:59:59.432 INFO O| Aug 04 17:59:59.432 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99232026-08-04T18:00:00.055Z[ host-image] Aug 04 17:59:59.432 INFO O| Aug 04 17:59:59.432 INFO STEP 39 (ensure_dir) COMPLETE
99242026-08-04T18:00:00.055Z[ host-image] Aug 04 17:59:59.432 INFO O| Aug 04 17:59:59.432 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99252026-08-04T18:00:00.062Z[ host-image] Aug 04 17:59:59.440 INFO O| Aug 04 17:59:59.440 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
99262026-08-04T18:00:00.062Z[ host-image] Aug 04 17:59:59.440 INFO O| Aug 04 17:59:59.440 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 ...
99272026-08-04T18:00:00.062Z[ host-image] Aug 04 17:59:59.440 INFO O| Aug 04 17:59:59.440 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
99282026-08-04T18:00:00.066Z[ host-image] Aug 04 17:59:59.440 INFO O| Aug 04 17:59:59.440 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
99292026-08-04T18:00:00.066Z[ host-image] Aug 04 17:59:59.440 INFO O| Aug 04 17:59:59.440 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
99302026-08-04T18:00:00.066Z[ host-image] Aug 04 17:59:59.440 INFO O| Aug 04 17:59:59.440 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
99312026-08-04T18:00:00.066Z[ host-image] Aug 04 17:59:59.441 INFO O| Aug 04 17:59:59.440 INFO ok!
99322026-08-04T18:00:00.066Z[ host-image] Aug 04 17:59:59.441 INFO O| Aug 04 17:59:59.440 INFO STEP 40 (ensure_file) COMPLETE
99332026-08-04T18:00:00.066Z[ host-image] Aug 04 17:59:59.441 INFO O| Aug 04 17:59:59.440 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99342026-08-04T18:00:00.072Z[ host-image] Aug 04 17:59:59.450 INFO O| Aug 04 17:59:59.450 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99352026-08-04T18:00:00.072Z[ host-image] Aug 04 17:59:59.450 INFO O| Aug 04 17:59:59.450 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 ...
99362026-08-04T18:00:00.075Z[ host-image] Aug 04 17:59:59.450 INFO O| Aug 04 17:59:59.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99372026-08-04T18:00:00.075Z[ host-image] Aug 04 17:59:59.450 INFO O| Aug 04 17:59:59.450 INFO ok!
99382026-08-04T18:00:00.075Z[ host-image] Aug 04 17:59:59.450 INFO O| Aug 04 17:59:59.450 INFO STEP 41 (ensure_symlink) COMPLETE
99392026-08-04T18:00:00.075Z[ host-image] Aug 04 17:59:59.450 INFO O| Aug 04 17:59:59.450 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99402026-08-04T18:00:00.080Z[ host-image] Aug 04 17:59:59.458 INFO O| Aug 04 17:59:59.458 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99412026-08-04T18:00:00.080Z[ host-image] Aug 04 17:59:59.458 INFO O| Aug 04 17:59:59.458 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99422026-08-04T18:00:00.083Z[ host-image] Aug 04 17:59:59.458 INFO O| Aug 04 17:59:59.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99432026-08-04T18:00:00.083Z[ host-image] Aug 04 17:59:59.458 INFO O| Aug 04 17:59:59.458 INFO ok!
99442026-08-04T18:00:00.083Z[ host-image] Aug 04 17:59:59.458 INFO O| Aug 04 17:59:59.458 INFO STEP 42 (ensure_symlink) COMPLETE
99452026-08-04T18:00:00.083Z[ host-image] Aug 04 17:59:59.458 INFO O| Aug 04 17:59:59.458 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99462026-08-04T18:00:00.092Z[ host-image] Aug 04 17:59:59.470 INFO O| Aug 04 17:59:59.470 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99472026-08-04T18:00:00.092Z[ host-image] Aug 04 17:59:59.470 INFO O| Aug 04 17:59:59.470 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99482026-08-04T18:00:00.095Z[ host-image] Aug 04 17:59:59.470 INFO O| Aug 04 17:59:59.470 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99492026-08-04T18:00:00.095Z[ host-image] Aug 04 17:59:59.470 INFO O| Aug 04 17:59:59.470 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99502026-08-04T18:00:00.095Z[ host-image] Aug 04 17:59:59.470 INFO O| Aug 04 17:59:59.470 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99512026-08-04T18:00:00.095Z[ host-image] Aug 04 17:59:59.470 INFO O| Aug 04 17:59:59.470 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99522026-08-04T18:00:00.095Z[ host-image] Aug 04 17:59:59.470 INFO O| Aug 04 17:59:59.470 INFO ok!
99532026-08-04T18:00:00.095Z[ host-image] Aug 04 17:59:59.470 INFO O| Aug 04 17:59:59.470 INFO STEP 43 (ensure_file) COMPLETE
99542026-08-04T18:00:00.095Z[ host-image] Aug 04 17:59:59.470 INFO O| Aug 04 17:59:59.470 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99552026-08-04T18:00:00.103Z[ host-image] Aug 04 17:59:59.481 INFO O| Aug 04 17:59:59.481 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99562026-08-04T18:00:00.103Z[ host-image] Aug 04 17:59:59.481 INFO O| Aug 04 17:59:59.481 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 ...
99572026-08-04T18:00:00.103Z[ host-image] Aug 04 17:59:59.481 INFO O| Aug 04 17:59:59.481 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
99582026-08-04T18:00:00.106Z[ host-image] Aug 04 17:59:59.481 INFO O| Aug 04 17:59:59.481 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99592026-08-04T18:00:00.106Z[ host-image] Aug 04 17:59:59.481 INFO O| Aug 04 17:59:59.481 INFO ok!
99602026-08-04T18:00:00.106Z[ host-image] Aug 04 17:59:59.481 INFO O| Aug 04 17:59:59.481 INFO STEP 44 (ensure_file) COMPLETE
99612026-08-04T18:00:00.107Z[ host-image] Aug 04 17:59:59.481 INFO O| Aug 04 17:59:59.481 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99622026-08-04T18:00:00.115Z[ host-image] Aug 04 17:59:59.493 INFO O| Aug 04 17:59:59.493 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99632026-08-04T18:00:00.115Z[ host-image] Aug 04 17:59:59.493 INFO O| Aug 04 17:59:59.493 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99642026-08-04T18:00:00.118Z[ host-image] Aug 04 17:59:59.493 INFO O| Aug 04 17:59:59.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99652026-08-04T18:00:00.118Z[ host-image] Aug 04 17:59:59.493 INFO O| Aug 04 17:59:59.493 INFO ok!
99662026-08-04T18:00:00.118Z[ host-image] Aug 04 17:59:59.493 INFO O| Aug 04 17:59:59.493 INFO STEP 45 (ensure_file) COMPLETE
99672026-08-04T18:00:00.118Z[ host-image] Aug 04 17:59:59.493 INFO O| Aug 04 17:59:59.493 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99682026-08-04T18:00:00.126Z[ host-image] Aug 04 17:59:59.504 INFO O| Aug 04 17:59:59.504 INFO updating shadow file
99692026-08-04T18:00:00.126Z[ host-image] Aug 04 17:59:59.504 INFO O| Aug 04 17:59:59.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99702026-08-04T18:00:00.130Z[ host-image] Aug 04 17:59:59.504 INFO O| Aug 04 17:59:59.504 INFO STEP 46 (shadow) COMPLETE
99712026-08-04T18:00:00.130Z[ host-image] Aug 04 17:59:59.504 INFO O| Aug 04 17:59:59.504 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99722026-08-04T18:00:00.136Z[ host-image] Aug 04 17:59:59.514 INFO O| Aug 04 17:59:59.514 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99732026-08-04T18:00:00.136Z[ host-image] Aug 04 17:59:59.514 INFO O| Aug 04 17:59:59.514 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99742026-08-04T18:00:00.139Z[ host-image] Aug 04 17:59:59.514 INFO O| Aug 04 17:59:59.514 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99752026-08-04T18:00:00.139Z[ host-image] Aug 04 17:59:59.514 INFO O| Aug 04 17:59:59.514 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99762026-08-04T18:00:00.139Z[ host-image] Aug 04 17:59:59.514 INFO O| Aug 04 17:59:59.514 INFO ok!
99772026-08-04T18:00:00.139Z[ host-image] Aug 04 17:59:59.514 INFO O| Aug 04 17:59:59.514 INFO STEP 47 (ensure_file) COMPLETE
99782026-08-04T18:00:00.139Z[ host-image] Aug 04 17:59:59.514 INFO O| Aug 04 17:59:59.514 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99792026-08-04T18:00:00.139Z[ host-image] Aug 04 17:59:59.514 INFO O| Aug 04 17:59:59.514 INFO skip step because feature "mfg" is not enabled
99802026-08-04T18:00:00.139Z[ host-image] Aug 04 17:59:59.514 INFO O| Aug 04 17:59:59.514 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99812026-08-04T18:00:00.139Z[ host-image] Aug 04 17:59:59.514 INFO O| Aug 04 17:59:59.514 INFO skip step because feature "mfg" is not enabled
99822026-08-04T18:00:00.139Z[ host-image] Aug 04 17:59:59.514 INFO O| Aug 04 17:59:59.514 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99832026-08-04T18:00:00.180Z[ host-image] Aug 04 17:59:59.524 INFO O| Aug 04 17:59:59.524 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99842026-08-04T18:00:00.180Z[ host-image] Aug 04 17:59:59.524 INFO O| Aug 04 17:59:59.524 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99852026-08-04T18:00:00.181Z[ host-image] Aug 04 17:59:59.547 INFO O| Aug 04 17:59:59.547 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99862026-08-04T18:00:00.181Z[ host-image] Aug 04 17:59:59.547 INFO O| Aug 04 17:59:59.547 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99872026-08-04T18:00:00.181Z[ host-image] Aug 04 17:59:59.547 INFO O| Aug 04 17:59:59.547 INFO ok!
99882026-08-04T18:00:00.181Z[ host-image] Aug 04 17:59:59.547 INFO O| Aug 04 17:59:59.547 INFO STEP 50 (ensure_file) COMPLETE
99892026-08-04T18:00:00.181Z[ host-image] Aug 04 17:59:59.547 INFO O| Aug 04 17:59:59.547 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99902026-08-04T18:00:00.181Z[ host-image] Aug 04 17:59:59.548 INFO O| Aug 04 17:59:59.547 INFO skip step because feature "compliance" is not enabled
99912026-08-04T18:00:00.181Z[ host-image] Aug 04 17:59:59.548 INFO O| Aug 04 17:59:59.547 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99922026-08-04T18:00:00.185Z[ host-image] Aug 04 17:59:59.559 INFO O| Aug 04 17:59:59.559 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
99932026-08-04T18:00:00.185Z[ host-image] Aug 04 17:59:59.559 INFO O| Aug 04 17:59:59.559 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
99942026-08-04T18:00:00.185Z[ host-image] Aug 04 17:59:59.559 INFO O| Aug 04 17:59:59.559 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99952026-08-04T18:00:00.185Z[ host-image] Aug 04 17:59:59.559 INFO O| Aug 04 17:59:59.559 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99962026-08-04T18:00:00.185Z[ host-image] Aug 04 17:59:59.559 INFO O| Aug 04 17:59:59.559 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99972026-08-04T18:00:00.185Z[ host-image] Aug 04 17:59:59.559 INFO O| Aug 04 17:59:59.559 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99982026-08-04T18:00:00.185Z[ host-image] Aug 04 17:59:59.559 INFO O| Aug 04 17:59:59.559 INFO ok!
99992026-08-04T18:00:00.185Z[ host-image] Aug 04 17:59:59.559 INFO O| Aug 04 17:59:59.559 INFO STEP 52 (ensure_file) COMPLETE
100002026-08-04T18:00:00.185Z[ host-image] Aug 04 17:59:59.559 INFO O| Aug 04 17:59:59.559 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100012026-08-04T18:00:00.193Z[ host-image] Aug 04 17:59:59.571 INFO O| Aug 04 17:59:59.571 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100022026-08-04T18:00:00.193Z[ host-image] Aug 04 17:59:59.571 INFO O| Aug 04 17:59:59.571 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 ...
100032026-08-04T18:00:00.196Z[ host-image] Aug 04 17:59:59.571 INFO O| Aug 04 17:59:59.571 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
100042026-08-04T18:00:00.196Z[ host-image] Aug 04 17:59:59.571 INFO O| Aug 04 17:59:59.571 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100052026-08-04T18:00:00.196Z[ host-image] Aug 04 17:59:59.571 INFO O| Aug 04 17:59:59.571 INFO ok!
100062026-08-04T18:00:00.196Z[ host-image] Aug 04 17:59:59.571 INFO O| Aug 04 17:59:59.571 INFO STEP 53 (ensure_file) COMPLETE
100072026-08-04T18:00:00.196Z[ host-image] Aug 04 17:59:59.571 INFO O| Aug 04 17:59:59.571 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100082026-08-04T18:00:00.203Z[ host-image] Aug 04 17:59:59.581 INFO O| Aug 04 17:59:59.581 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100092026-08-04T18:00:00.203Z[ host-image] Aug 04 17:59:59.581 INFO O| Aug 04 17:59:59.581 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 ...
100102026-08-04T18:00:00.207Z[ host-image] Aug 04 17:59:59.581 INFO O| Aug 04 17:59:59.581 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100112026-08-04T18:00:00.207Z[ host-image] Aug 04 17:59:59.581 INFO O| Aug 04 17:59:59.581 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100122026-08-04T18:00:00.207Z[ host-image] Aug 04 17:59:59.581 INFO O| Aug 04 17:59:59.581 INFO ok!
100132026-08-04T18:00:00.207Z[ host-image] Aug 04 17:59:59.581 INFO O| Aug 04 17:59:59.581 INFO STEP 54 (ensure_file) COMPLETE
100142026-08-04T18:00:00.207Z[ host-image] Aug 04 17:59:59.581 INFO O| Aug 04 17:59:59.581 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100152026-08-04T18:00:00.227Z[ host-image] Aug 04 17:59:59.605 INFO O| Aug 04 17:59:59.605 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100162026-08-04T18:00:00.227Z[ host-image] Aug 04 17:59:59.605 INFO O| Aug 04 17:59:59.605 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 ...
100172026-08-04T18:00:00.227Z[ host-image] Aug 04 17:59:59.605 INFO O| Aug 04 17:59:59.605 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
100182026-08-04T18:00:00.230Z[ host-image] Aug 04 17:59:59.605 INFO O| Aug 04 17:59:59.605 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100192026-08-04T18:00:00.230Z[ host-image] Aug 04 17:59:59.605 INFO O| Aug 04 17:59:59.605 INFO ok!
100202026-08-04T18:00:00.230Z[ host-image] Aug 04 17:59:59.605 INFO O| Aug 04 17:59:59.605 INFO STEP 55 (ensure_file) COMPLETE
100212026-08-04T18:00:00.230Z[ host-image] Aug 04 17:59:59.605 INFO O| Aug 04 17:59:59.605 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100222026-08-04T18:00:00.254Z[ host-image] Aug 04 17:59:59.629 INFO O| Aug 04 17:59:59.628 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100232026-08-04T18:00:00.254Z[ host-image] Aug 04 17:59:59.629 INFO O| Aug 04 17:59:59.628 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 ...
100242026-08-04T18:00:00.254Z[ host-image] Aug 04 17:59:59.629 INFO O| Aug 04 17:59:59.629 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100252026-08-04T18:00:00.254Z[ host-image] Aug 04 17:59:59.629 INFO O| Aug 04 17:59:59.629 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100262026-08-04T18:00:00.254Z[ host-image] Aug 04 17:59:59.629 INFO O| Aug 04 17:59:59.629 INFO ok!
100272026-08-04T18:00:00.254Z[ host-image] Aug 04 17:59:59.629 INFO O| Aug 04 17:59:59.629 INFO STEP 56 (ensure_file) COMPLETE
100282026-08-04T18:00:00.254Z[ host-image] Aug 04 17:59:59.629 INFO O| Aug 04 17:59:59.629 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100292026-08-04T18:00:00.270Z[ host-image] Aug 04 17:59:59.645 INFO O| Aug 04 17:59:59.645 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100302026-08-04T18:00:00.270Z[ host-image] Aug 04 17:59:59.645 INFO O| Aug 04 17:59:59.645 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 ...
100312026-08-04T18:00:00.270Z[ host-image] Aug 04 17:59:59.645 INFO O| Aug 04 17:59:59.645 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
100322026-08-04T18:00:00.270Z[ host-image] Aug 04 17:59:59.645 INFO O| Aug 04 17:59:59.645 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100332026-08-04T18:00:00.270Z[ host-image] Aug 04 17:59:59.645 INFO O| Aug 04 17:59:59.645 INFO ok!
100342026-08-04T18:00:00.270Z[ host-image] Aug 04 17:59:59.645 INFO O| Aug 04 17:59:59.645 INFO STEP 57 (ensure_file) COMPLETE
100352026-08-04T18:00:00.270Z[ host-image] Aug 04 17:59:59.645 INFO O| Aug 04 17:59:59.645 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100362026-08-04T18:00:00.289Z[ host-image] Aug 04 17:59:59.667 INFO O| Aug 04 17:59:59.667 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100372026-08-04T18:00:00.289Z[ host-image] Aug 04 17:59:59.667 INFO O| Aug 04 17:59:59.667 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 ...
100382026-08-04T18:00:00.289Z[ host-image] Aug 04 17:59:59.667 INFO O| Aug 04 17:59:59.667 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100392026-08-04T18:00:00.292Z[ host-image] Aug 04 17:59:59.667 INFO O| Aug 04 17:59:59.667 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100402026-08-04T18:00:00.292Z[ host-image] Aug 04 17:59:59.667 INFO O| Aug 04 17:59:59.667 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100412026-08-04T18:00:00.292Z[ host-image] Aug 04 17:59:59.667 INFO O| Aug 04 17:59:59.667 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100422026-08-04T18:00:00.293Z[ host-image] Aug 04 17:59:59.667 INFO O| Aug 04 17:59:59.667 INFO ok!
100432026-08-04T18:00:00.294Z[ host-image] Aug 04 17:59:59.667 INFO O| Aug 04 17:59:59.667 INFO STEP 58 (ensure_file) COMPLETE
100442026-08-04T18:00:00.294Z[ host-image] Aug 04 17:59:59.667 INFO O| Aug 04 17:59:59.667 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100452026-08-04T18:00:00.301Z[ host-image] Aug 04 17:59:59.679 INFO O| Aug 04 17:59:59.679 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100462026-08-04T18:00:00.301Z[ host-image] Aug 04 17:59:59.679 INFO O| Aug 04 17:59:59.679 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 ...
100472026-08-04T18:00:00.301Z[ host-image] Aug 04 17:59:59.679 INFO O| Aug 04 17:59:59.679 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
100482026-08-04T18:00:00.301Z[ host-image] Aug 04 17:59:59.679 INFO O| Aug 04 17:59:59.679 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100492026-08-04T18:00:00.304Z[ host-image] Aug 04 17:59:59.679 INFO O| Aug 04 17:59:59.679 INFO ok!
100502026-08-04T18:00:00.304Z[ host-image] Aug 04 17:59:59.679 INFO O| Aug 04 17:59:59.679 INFO STEP 59 (ensure_file) COMPLETE
100512026-08-04T18:00:00.304Z[ host-image] Aug 04 17:59:59.679 INFO O| Aug 04 17:59:59.679 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100522026-08-04T18:00:00.312Z[ host-image] Aug 04 17:59:59.690 INFO O| Aug 04 17:59:59.690 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100532026-08-04T18:00:00.312Z[ host-image] Aug 04 17:59:59.690 INFO O| Aug 04 17:59:59.690 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100542026-08-04T18:00:00.312Z[ host-image] Aug 04 17:59:59.690 INFO O| Aug 04 17:59:59.690 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100552026-08-04T18:00:00.315Z[ host-image] Aug 04 17:59:59.690 INFO O| Aug 04 17:59:59.690 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100562026-08-04T18:00:00.315Z[ host-image] Aug 04 17:59:59.690 INFO O| Aug 04 17:59:59.690 INFO ok!
100572026-08-04T18:00:00.315Z[ host-image] Aug 04 17:59:59.690 INFO O| Aug 04 17:59:59.690 INFO STEP 60 (ensure_file) COMPLETE
100582026-08-04T18:00:00.315Z[ host-image] Aug 04 17:59:59.690 INFO O| Aug 04 17:59:59.690 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100592026-08-04T18:00:00.321Z[ host-image] Aug 04 17:59:59.699 INFO O| Aug 04 17:59:59.699 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100602026-08-04T18:00:00.321Z[ host-image] Aug 04 17:59:59.699 INFO O| Aug 04 17:59:59.699 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 ...
100612026-08-04T18:00:00.324Z[ host-image] Aug 04 17:59:59.699 INFO O| Aug 04 17:59:59.699 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
100622026-08-04T18:00:00.324Z[ host-image] Aug 04 17:59:59.699 INFO O| Aug 04 17:59:59.699 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100632026-08-04T18:00:00.324Z[ host-image] Aug 04 17:59:59.699 INFO O| Aug 04 17:59:59.699 INFO ok!
100642026-08-04T18:00:00.324Z[ host-image] Aug 04 17:59:59.699 INFO O| Aug 04 17:59:59.699 INFO STEP 61 (ensure_file) COMPLETE
100652026-08-04T18:00:00.324Z[ host-image] Aug 04 17:59:59.699 INFO O| Aug 04 17:59:59.699 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100662026-08-04T18:00:00.330Z[ host-image] Aug 04 17:59:59.708 INFO O| Aug 04 17:59:59.708 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100672026-08-04T18:00:00.330Z[ host-image] Aug 04 17:59:59.708 INFO O| Aug 04 17:59:59.708 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100682026-08-04T18:00:00.333Z[ host-image] Aug 04 17:59:59.708 INFO O| Aug 04 17:59:59.708 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100692026-08-04T18:00:00.333Z[ host-image] Aug 04 17:59:59.708 INFO O| Aug 04 17:59:59.708 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100702026-08-04T18:00:00.333Z[ host-image] Aug 04 17:59:59.708 INFO O| Aug 04 17:59:59.708 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100712026-08-04T18:00:00.334Z[ host-image] Aug 04 17:59:59.708 INFO O| Aug 04 17:59:59.708 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100722026-08-04T18:00:00.334Z[ host-image] Aug 04 17:59:59.708 INFO O| Aug 04 17:59:59.708 INFO ok!
100732026-08-04T18:00:00.335Z[ host-image] Aug 04 17:59:59.708 INFO O| Aug 04 17:59:59.708 INFO STEP 62 (ensure_file) COMPLETE
100742026-08-04T18:00:00.335Z[ host-image] Aug 04 17:59:59.708 INFO O| Aug 04 17:59:59.708 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100752026-08-04T18:00:00.339Z[ host-image] Aug 04 17:59:59.717 INFO O| Aug 04 17:59:59.717 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100762026-08-04T18:00:00.339Z[ host-image] Aug 04 17:59:59.717 INFO O| Aug 04 17:59:59.717 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 ...
100772026-08-04T18:00:00.339Z[ host-image] Aug 04 17:59:59.717 INFO O| Aug 04 17:59:59.717 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
100782026-08-04T18:00:00.342Z[ host-image] Aug 04 17:59:59.717 INFO O| Aug 04 17:59:59.717 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100792026-08-04T18:00:00.342Z[ host-image] Aug 04 17:59:59.717 INFO O| Aug 04 17:59:59.717 INFO ok!
100802026-08-04T18:00:00.342Z[ host-image] Aug 04 17:59:59.717 INFO O| Aug 04 17:59:59.717 INFO STEP 63 (ensure_file) COMPLETE
100812026-08-04T18:00:00.342Z[ host-image] Aug 04 17:59:59.717 INFO O| Aug 04 17:59:59.717 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100822026-08-04T18:00:00.349Z[ host-image] Aug 04 17:59:59.727 INFO O| Aug 04 17:59:59.727 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100832026-08-04T18:00:00.349Z[ host-image] Aug 04 17:59:59.727 INFO O| Aug 04 17:59:59.727 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 ...
100842026-08-04T18:00:00.350Z[ host-image] Aug 04 17:59:59.727 INFO O| Aug 04 17:59:59.727 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
100852026-08-04T18:00:00.350Z[ host-image] Aug 04 17:59:59.727 INFO O| Aug 04 17:59:59.727 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100862026-08-04T18:00:00.355Z[ host-image] Aug 04 17:59:59.727 INFO O| Aug 04 17:59:59.727 INFO ok!
100872026-08-04T18:00:00.355Z[ host-image] Aug 04 17:59:59.727 INFO O| Aug 04 17:59:59.727 INFO STEP 64 (ensure_file) COMPLETE
100882026-08-04T18:00:00.355Z[ host-image] Aug 04 17:59:59.727 INFO O| Aug 04 17:59:59.727 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100892026-08-04T18:00:00.361Z[ host-image] Aug 04 17:59:59.739 INFO O| Aug 04 17:59:59.739 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100902026-08-04T18:00:00.361Z[ host-image] Aug 04 17:59:59.739 INFO O| Aug 04 17:59:59.739 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 ...
100912026-08-04T18:00:00.361Z[ host-image] Aug 04 17:59:59.739 INFO O| Aug 04 17:59:59.739 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
100922026-08-04T18:00:00.364Z[ host-image] Aug 04 17:59:59.739 INFO O| Aug 04 17:59:59.739 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100932026-08-04T18:00:00.364Z[ host-image] Aug 04 17:59:59.739 INFO O| Aug 04 17:59:59.739 INFO ok!
100942026-08-04T18:00:00.364Z[ host-image] Aug 04 17:59:59.739 INFO O| Aug 04 17:59:59.739 INFO STEP 65 (ensure_file) COMPLETE
100952026-08-04T18:00:00.364Z[ host-image] Aug 04 17:59:59.739 INFO O| Aug 04 17:59:59.739 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100962026-08-04T18:00:00.364Z[ host-image] Aug 04 17:59:59.739 INFO O| Aug 04 17:59:59.739 INFO skip step because feature "mbist" is not enabled
100972026-08-04T18:00:00.364Z[ host-image] Aug 04 17:59:59.739 INFO O| Aug 04 17:59:59.739 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100982026-08-04T18:00:00.371Z[ host-image] Aug 04 17:59:59.749 INFO O| Aug 04 17:59:59.749 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
100992026-08-04T18:00:00.371Z[ host-image] Aug 04 17:59:59.749 INFO O| Aug 04 17:59:59.749 INFO STEP 67 (ensure_dir) COMPLETE
101002026-08-04T18:00:00.372Z[ host-image] Aug 04 17:59:59.749 INFO O| Aug 04 17:59:59.749 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101012026-08-04T18:00:00.381Z[ host-image] Aug 04 17:59:59.759 INFO O| Aug 04 17:59:59.759 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101022026-08-04T18:00:00.381Z[ host-image] Aug 04 17:59:59.759 INFO O| Aug 04 17:59:59.759 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101032026-08-04T18:00:00.385Z[ host-image] Aug 04 17:59:59.759 INFO O| Aug 04 17:59:59.759 INFO STEP 68 (ensure_dir) COMPLETE
101042026-08-04T18:00:00.385Z[ host-image] Aug 04 17:59:59.759 INFO O| Aug 04 17:59:59.759 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101052026-08-04T18:00:00.392Z[ host-image] Aug 04 17:59:59.770 INFO O| Aug 04 17:59:59.770 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101062026-08-04T18:00:00.392Z[ host-image] Aug 04 17:59:59.770 INFO O| Aug 04 17:59:59.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101072026-08-04T18:00:00.392Z[ host-image] Aug 04 17:59:59.770 INFO O| Aug 04 17:59:59.770 INFO STEP 69 (ensure_dir) COMPLETE
101082026-08-04T18:00:00.395Z[ host-image] Aug 04 17:59:59.770 INFO O| Aug 04 17:59:59.770 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101092026-08-04T18:00:00.402Z[ host-image] Aug 04 17:59:59.780 INFO O| Aug 04 17:59:59.780 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101102026-08-04T18:00:00.402Z[ host-image] Aug 04 17:59:59.780 INFO O| Aug 04 17:59:59.780 INFO copying /tmp/.tmp9vQkrv/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101112026-08-04T18:00:00.878Z[ host-image] Aug 04 18:00:00.256 INFO O| Aug 04 18:00:00.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101122026-08-04T18:00:00.878Z[ host-image] Aug 04 18:00:00.256 INFO O| Aug 04 18:00:00.256 INFO ok!
101132026-08-04T18:00:00.878Z[ host-image] Aug 04 18:00:00.256 INFO O| Aug 04 18:00:00.256 INFO STEP 70 (ensure_file) COMPLETE
101142026-08-04T18:00:00.881Z[ host-image] Aug 04 18:00:00.256 INFO O| Aug 04 18:00:00.256 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101152026-08-04T18:00:00.890Z[ host-image] Aug 04 18:00:00.268 INFO O| Aug 04 18:00:00.268 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101162026-08-04T18:00:00.890Z[ host-image] Aug 04 18:00:00.268 INFO O| Aug 04 18:00:00.268 INFO copying /tmp/.tmp9vQkrv/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101172026-08-04T18:00:01.806Z[ host-image] Aug 04 18:00:01.181 INFO O| Aug 04 18:00:01.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101182026-08-04T18:00:01.806Z[ host-image] Aug 04 18:00:01.181 INFO O| Aug 04 18:00:01.181 INFO ok!
101192026-08-04T18:00:01.807Z[ host-image] Aug 04 18:00:01.181 INFO O| Aug 04 18:00:01.181 INFO STEP 71 (ensure_file) COMPLETE
101202026-08-04T18:00:01.807Z[ host-image] Aug 04 18:00:01.181 INFO O| Aug 04 18:00:01.181 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101212026-08-04T18:00:01.814Z[ host-image] Aug 04 18:00:01.191 INFO O| Aug 04 18:00:01.191 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101222026-08-04T18:00:01.814Z[ host-image] Aug 04 18:00:01.191 INFO O| Aug 04 18:00:01.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101232026-08-04T18:00:01.814Z[ host-image] Aug 04 18:00:01.191 INFO O| Aug 04 18:00:01.191 INFO STEP 72 (ensure_dir) COMPLETE
101242026-08-04T18:00:01.817Z[ host-image] Aug 04 18:00:01.191 INFO O| Aug 04 18:00:01.191 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101252026-08-04T18:00:01.824Z[ host-image] Aug 04 18:00:01.202 INFO O| Aug 04 18:00:01.202 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101262026-08-04T18:00:01.824Z[ host-image] Aug 04 18:00:01.202 INFO O| Aug 04 18:00:01.202 INFO copying /tmp/.tmp9vQkrv/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 ...
101272026-08-04T18:00:01.824Z[ host-image] Aug 04 18:00:01.202 INFO O| Aug 04 18:00:01.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101282026-08-04T18:00:01.827Z[ host-image] Aug 04 18:00:01.202 INFO O| Aug 04 18:00:01.202 INFO ok!
101292026-08-04T18:00:01.827Z[ host-image] Aug 04 18:00:01.202 INFO O| Aug 04 18:00:01.202 INFO STEP 73 (ensure_file) COMPLETE
101302026-08-04T18:00:01.827Z[ host-image] Aug 04 18:00:01.202 INFO O| Aug 04 18:00:01.202 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101312026-08-04T18:00:01.848Z[ host-image] Aug 04 18:00:01.215 INFO O| Aug 04 18:00:01.215 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101322026-08-04T18:00:01.851Z[ host-image] Aug 04 18:00:01.215 INFO O| Aug 04 18:00:01.215 INFO copying /tmp/.tmp9vQkrv/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 ...
101332026-08-04T18:00:01.851Z[ host-image] Aug 04 18:00:01.215 INFO O| Aug 04 18:00:01.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101342026-08-04T18:00:01.851Z[ host-image] Aug 04 18:00:01.215 INFO O| Aug 04 18:00:01.215 INFO ok!
101352026-08-04T18:00:01.851Z[ host-image] Aug 04 18:00:01.215 INFO O| Aug 04 18:00:01.215 INFO STEP 74 (ensure_file) COMPLETE
101362026-08-04T18:00:01.851Z[ host-image] Aug 04 18:00:01.215 INFO O| Aug 04 18:00:01.215 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101372026-08-04T18:00:01.851Z[ host-image] Aug 04 18:00:01.226 INFO O| Aug 04 18:00:01.226 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101382026-08-04T18:00:01.851Z[ host-image] Aug 04 18:00:01.226 INFO O| Aug 04 18:00:01.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101392026-08-04T18:00:01.851Z[ host-image] Aug 04 18:00:01.226 INFO O| Aug 04 18:00:01.226 INFO STEP 75 (ensure_dir) COMPLETE
101402026-08-04T18:00:01.851Z[ host-image] Aug 04 18:00:01.226 INFO O| Aug 04 18:00:01.226 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101412026-08-04T18:00:01.859Z[ host-image] Aug 04 18:00:01.237 INFO O| Aug 04 18:00:01.237 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101422026-08-04T18:00:01.859Z[ host-image] Aug 04 18:00:01.237 INFO O| Aug 04 18:00:01.237 INFO copying /tmp/.tmp9vQkrv/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 ...
101432026-08-04T18:00:01.859Z[ host-image] Aug 04 18:00:01.237 INFO O| Aug 04 18:00:01.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101442026-08-04T18:00:01.862Z[ host-image] Aug 04 18:00:01.237 INFO O| Aug 04 18:00:01.237 INFO ok!
101452026-08-04T18:00:01.862Z[ host-image] Aug 04 18:00:01.237 INFO O| Aug 04 18:00:01.237 INFO STEP 76 (ensure_file) COMPLETE
101462026-08-04T18:00:01.862Z[ host-image] Aug 04 18:00:01.237 INFO O| Aug 04 18:00:01.237 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101472026-08-04T18:00:01.870Z[ host-image] Aug 04 18:00:01.248 INFO O| Aug 04 18:00:01.248 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101482026-08-04T18:00:01.870Z[ host-image] Aug 04 18:00:01.248 INFO O| Aug 04 18:00:01.248 INFO copying /tmp/.tmp9vQkrv/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 ...
101492026-08-04T18:00:01.870Z[ host-image] Aug 04 18:00:01.248 INFO O| Aug 04 18:00:01.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101502026-08-04T18:00:01.873Z[ host-image] Aug 04 18:00:01.248 INFO O| Aug 04 18:00:01.248 INFO ok!
101512026-08-04T18:00:01.873Z[ host-image] Aug 04 18:00:01.248 INFO O| Aug 04 18:00:01.248 INFO STEP 77 (ensure_file) COMPLETE
101522026-08-04T18:00:01.873Z[ host-image] Aug 04 18:00:01.248 INFO O| Aug 04 18:00:01.248 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101532026-08-04T18:00:01.879Z[ host-image] Aug 04 18:00:01.257 INFO O| Aug 04 18:00:01.257 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101542026-08-04T18:00:01.879Z[ host-image] Aug 04 18:00:01.257 INFO O| Aug 04 18:00:01.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101552026-08-04T18:00:01.884Z[ host-image] Aug 04 18:00:01.257 INFO O| Aug 04 18:00:01.257 INFO STEP 78 (ensure_dir) COMPLETE
101562026-08-04T18:00:01.884Z[ host-image] Aug 04 18:00:01.257 INFO O| Aug 04 18:00:01.257 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101572026-08-04T18:00:01.889Z[ host-image] Aug 04 18:00:01.267 INFO O| Aug 04 18:00:01.267 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101582026-08-04T18:00:01.889Z[ host-image] Aug 04 18:00:01.268 INFO O| Aug 04 18:00:01.267 INFO copying /tmp/.tmp9vQkrv/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 ...
101592026-08-04T18:00:01.889Z[ host-image] Aug 04 18:00:01.268 INFO O| Aug 04 18:00:01.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101602026-08-04T18:00:01.892Z[ host-image] Aug 04 18:00:01.268 INFO O| Aug 04 18:00:01.268 INFO ok!
101612026-08-04T18:00:01.892Z[ host-image] Aug 04 18:00:01.268 INFO O| Aug 04 18:00:01.268 INFO STEP 79 (ensure_file) COMPLETE
101622026-08-04T18:00:01.892Z[ host-image] Aug 04 18:00:01.268 INFO O| Aug 04 18:00:01.268 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101632026-08-04T18:00:01.900Z[ host-image] Aug 04 18:00:01.278 INFO O| Aug 04 18:00:01.277 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101642026-08-04T18:00:01.900Z[ host-image] Aug 04 18:00:01.278 INFO O| Aug 04 18:00:01.278 INFO copying /tmp/.tmp9vQkrv/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101652026-08-04T18:00:01.900Z[ host-image] Aug 04 18:00:01.278 INFO O| Aug 04 18:00:01.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101662026-08-04T18:00:01.903Z[ host-image] Aug 04 18:00:01.278 INFO O| Aug 04 18:00:01.278 INFO ok!
101672026-08-04T18:00:01.903Z[ host-image] Aug 04 18:00:01.278 INFO O| Aug 04 18:00:01.278 INFO STEP 80 (ensure_file) COMPLETE
101682026-08-04T18:00:01.903Z[ host-image] Aug 04 18:00:01.278 INFO O| Aug 04 18:00:01.278 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101692026-08-04T18:00:01.911Z[ host-image] Aug 04 18:00:01.289 INFO O| Aug 04 18:00:01.289 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101702026-08-04T18:00:01.912Z[ host-image] Aug 04 18:00:01.289 INFO O| Aug 04 18:00:01.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101712026-08-04T18:00:01.912Z[ host-image] Aug 04 18:00:01.289 INFO O| Aug 04 18:00:01.289 INFO STEP 81 (ensure_dir) COMPLETE
101722026-08-04T18:00:01.915Z[ host-image] Aug 04 18:00:01.289 INFO O| Aug 04 18:00:01.289 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101732026-08-04T18:00:01.925Z[ host-image] Aug 04 18:00:01.299 INFO O| Aug 04 18:00:01.299 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101742026-08-04T18:00:01.925Z[ host-image] Aug 04 18:00:01.299 INFO O| Aug 04 18:00:01.299 INFO copying /tmp/.tmp9vQkrv/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101752026-08-04T18:00:02.724Z[ host-image] Aug 04 18:00:02.102 INFO O| Aug 04 18:00:02.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101762026-08-04T18:00:02.724Z[ host-image] Aug 04 18:00:02.102 INFO O| Aug 04 18:00:02.102 INFO ok!
101772026-08-04T18:00:02.728Z[ host-image] Aug 04 18:00:02.102 INFO O| Aug 04 18:00:02.102 INFO STEP 82 (ensure_file) COMPLETE
101782026-08-04T18:00:02.728Z[ host-image] Aug 04 18:00:02.102 INFO O| Aug 04 18:00:02.102 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101792026-08-04T18:00:02.742Z[ host-image] Aug 04 18:00:02.120 INFO O| Aug 04 18:00:02.120 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101802026-08-04T18:00:02.742Z[ host-image] Aug 04 18:00:02.120 INFO O| Aug 04 18:00:02.120 INFO copying /tmp/.tmp9vQkrv/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101812026-08-04T18:00:03.196Z[ host-image] Aug 04 18:00:02.573 INFO O| Aug 04 18:00:02.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101822026-08-04T18:00:03.196Z[ host-image] Aug 04 18:00:02.573 INFO O| Aug 04 18:00:02.573 INFO ok!
101832026-08-04T18:00:03.196Z[ host-image] Aug 04 18:00:02.573 INFO O| Aug 04 18:00:02.573 INFO STEP 83 (ensure_file) COMPLETE
101842026-08-04T18:00:03.200Z[ host-image] Aug 04 18:00:02.573 INFO O| Aug 04 18:00:02.573 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852026-08-04T18:00:03.209Z[ host-image] Aug 04 18:00:02.587 INFO O| Aug 04 18:00:02.587 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101862026-08-04T18:00:03.209Z[ host-image] Aug 04 18:00:02.587 INFO O| Aug 04 18:00:02.587 INFO copying /tmp/.tmp9vQkrv/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
101872026-08-04T18:00:03.604Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
101882026-08-04T18:00:04.694Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
101892026-08-04T18:00:04.956Z[ host-image] Aug 04 18:00:04.334 INFO O| Aug 04 18:00:04.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
101902026-08-04T18:00:04.956Z[ host-image] Aug 04 18:00:04.334 INFO O| Aug 04 18:00:04.334 INFO ok!
101912026-08-04T18:00:04.956Z[ host-image] Aug 04 18:00:04.334 INFO O| Aug 04 18:00:04.334 INFO STEP 84 (ensure_file) COMPLETE
101922026-08-04T18:00:04.960Z[ host-image] Aug 04 18:00:04.334 INFO O| Aug 04 18:00:04.334 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101932026-08-04T18:00:04.966Z[ host-image] Aug 04 18:00:04.344 INFO O| Aug 04 18:00:04.344 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101942026-08-04T18:00:04.966Z[ host-image] Aug 04 18:00:04.344 INFO O| Aug 04 18:00:04.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101952026-08-04T18:00:04.970Z[ host-image] Aug 04 18:00:04.344 INFO O| Aug 04 18:00:04.344 INFO STEP 85 (ensure_dir) COMPLETE
101962026-08-04T18:00:04.970Z[ host-image] Aug 04 18:00:04.344 INFO O| Aug 04 18:00:04.344 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101972026-08-04T18:00:04.975Z[ host-image] Aug 04 18:00:04.353 INFO O| Aug 04 18:00:04.353 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
101982026-08-04T18:00:04.979Z[ host-image] Aug 04 18:00:04.354 INFO O| Aug 04 18:00:04.353 INFO copying /tmp/.tmp9vQkrv/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 ...
101992026-08-04T18:00:04.979Z[ host-image] Aug 04 18:00:04.354 INFO O| Aug 04 18:00:04.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102002026-08-04T18:00:04.979Z[ host-image] Aug 04 18:00:04.354 INFO O| Aug 04 18:00:04.354 INFO ok!
102012026-08-04T18:00:04.979Z[ host-image] Aug 04 18:00:04.354 INFO O| Aug 04 18:00:04.354 INFO STEP 86 (ensure_file) COMPLETE
102022026-08-04T18:00:04.980Z[ host-image] Aug 04 18:00:04.354 INFO O| Aug 04 18:00:04.354 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102032026-08-04T18:00:04.987Z[ host-image] Aug 04 18:00:04.365 INFO O| Aug 04 18:00:04.365 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102042026-08-04T18:00:04.987Z[ host-image] Aug 04 18:00:04.365 INFO O| Aug 04 18:00:04.365 INFO copying /tmp/.tmp9vQkrv/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 ...
102052026-08-04T18:00:04.987Z[ host-image] Aug 04 18:00:04.365 INFO O| Aug 04 18:00:04.365 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102062026-08-04T18:00:04.987Z[ host-image] Aug 04 18:00:04.365 INFO O| Aug 04 18:00:04.365 INFO ok!
102072026-08-04T18:00:04.990Z[ host-image] Aug 04 18:00:04.365 INFO O| Aug 04 18:00:04.365 INFO STEP 87 (ensure_file) COMPLETE
102082026-08-04T18:00:04.990Z[ host-image] Aug 04 18:00:04.365 INFO O| Aug 04 18:00:04.365 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102092026-08-04T18:00:04.999Z[ host-image] Aug 04 18:00:04.377 INFO O| Aug 04 18:00:04.377 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102102026-08-04T18:00:04.999Z[ host-image] Aug 04 18:00:04.377 INFO O| Aug 04 18:00:04.377 INFO copying /tmp/.tmp9vQkrv/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102112026-08-04T18:00:04.999Z[ host-image] Aug 04 18:00:04.377 INFO O| Aug 04 18:00:04.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102122026-08-04T18:00:05.002Z[ host-image] Aug 04 18:00:04.377 INFO O| Aug 04 18:00:04.377 INFO ok!
102132026-08-04T18:00:05.002Z[ host-image] Aug 04 18:00:04.377 INFO O| Aug 04 18:00:04.377 INFO STEP 88 (ensure_file) COMPLETE
102142026-08-04T18:00:05.003Z[ host-image] Aug 04 18:00:04.377 INFO O| Aug 04 18:00:04.377 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-08-04T18:00:05.010Z[ host-image] Aug 04 18:00:04.388 INFO O| Aug 04 18:00:04.388 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102162026-08-04T18:00:05.010Z[ host-image] Aug 04 18:00:04.388 INFO O| Aug 04 18:00:04.388 INFO copying /tmp/.tmp9vQkrv/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102172026-08-04T18:00:05.010Z[ host-image] Aug 04 18:00:04.388 INFO O| Aug 04 18:00:04.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102182026-08-04T18:00:05.013Z[ host-image] Aug 04 18:00:04.388 INFO O| Aug 04 18:00:04.388 INFO ok!
102192026-08-04T18:00:05.013Z[ host-image] Aug 04 18:00:04.388 INFO O| Aug 04 18:00:04.388 INFO STEP 89 (ensure_file) COMPLETE
102202026-08-04T18:00:05.013Z[ host-image] Aug 04 18:00:04.388 INFO O| Aug 04 18:00:04.388 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-08-04T18:00:05.023Z[ host-image] Aug 04 18:00:04.401 INFO O| Aug 04 18:00:04.401 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102222026-08-04T18:00:05.023Z[ host-image] Aug 04 18:00:04.401 INFO O| Aug 04 18:00:04.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102232026-08-04T18:00:05.023Z[ host-image] Aug 04 18:00:04.401 INFO O| Aug 04 18:00:04.401 INFO STEP 90 (ensure_dir) COMPLETE
102242026-08-04T18:00:05.023Z[ host-image] Aug 04 18:00:04.401 INFO O| Aug 04 18:00:04.401 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102252026-08-04T18:00:05.034Z[ host-image] Aug 04 18:00:04.412 INFO O| Aug 04 18:00:04.412 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102262026-08-04T18:00:05.034Z[ host-image] Aug 04 18:00:04.412 INFO O| Aug 04 18:00:04.412 INFO copying /tmp/.tmp9vQkrv/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102272026-08-04T18:00:05.037Z[ host-image] Aug 04 18:00:04.415 INFO O| Aug 04 18:00:04.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102282026-08-04T18:00:05.037Z[ host-image] Aug 04 18:00:04.415 INFO O| Aug 04 18:00:04.415 INFO ok!
102292026-08-04T18:00:05.037Z[ host-image] Aug 04 18:00:04.415 INFO O| Aug 04 18:00:04.415 INFO STEP 91 (ensure_file) COMPLETE
102302026-08-04T18:00:05.037Z[ host-image] Aug 04 18:00:04.415 INFO O| Aug 04 18:00:04.415 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102312026-08-04T18:00:05.050Z[ host-image] Aug 04 18:00:04.428 INFO O| Aug 04 18:00:04.428 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102322026-08-04T18:00:05.050Z[ host-image] Aug 04 18:00:04.428 INFO O| Aug 04 18:00:04.428 INFO copying /tmp/.tmp9vQkrv/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102332026-08-04T18:00:05.050Z[ host-image] Aug 04 18:00:04.428 INFO O| Aug 04 18:00:04.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102342026-08-04T18:00:05.053Z[ host-image] Aug 04 18:00:04.428 INFO O| Aug 04 18:00:04.428 INFO ok!
102352026-08-04T18:00:05.053Z[ host-image] Aug 04 18:00:04.428 INFO O| Aug 04 18:00:04.428 INFO STEP 92 (ensure_file) COMPLETE
102362026-08-04T18:00:05.053Z[ host-image] Aug 04 18:00:04.428 INFO O| Aug 04 18:00:04.428 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-08-04T18:00:05.066Z[ host-image] Aug 04 18:00:04.439 INFO O| Aug 04 18:00:04.439 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102382026-08-04T18:00:05.066Z[ host-image] Aug 04 18:00:04.439 INFO O| Aug 04 18:00:04.439 INFO copying /tmp/.tmp9vQkrv/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102392026-08-04T18:00:05.928Z[ host-image] Aug 04 18:00:05.305 INFO O| Aug 04 18:00:05.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102402026-08-04T18:00:05.928Z[ host-image] Aug 04 18:00:05.305 INFO O| Aug 04 18:00:05.305 INFO ok!
102412026-08-04T18:00:05.928Z[ host-image] Aug 04 18:00:05.305 INFO O| Aug 04 18:00:05.305 INFO STEP 93 (ensure_file) COMPLETE
102422026-08-04T18:00:05.932Z[ host-image] Aug 04 18:00:05.305 INFO O| Aug 04 18:00:05.305 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-08-04T18:00:05.952Z[ host-image] Aug 04 18:00:05.323 INFO O| Aug 04 18:00:05.323 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102442026-08-04T18:00:05.952Z[ host-image] Aug 04 18:00:05.323 INFO O| Aug 04 18:00:05.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102452026-08-04T18:00:05.952Z[ host-image] Aug 04 18:00:05.323 INFO O| Aug 04 18:00:05.323 INFO STEP 94 (ensure_dir) COMPLETE
102462026-08-04T18:00:05.952Z[ host-image] Aug 04 18:00:05.323 INFO O| Aug 04 18:00:05.323 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-08-04T18:00:05.962Z[ host-image] Aug 04 18:00:05.335 INFO O| Aug 04 18:00:05.335 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102482026-08-04T18:00:05.965Z[ host-image] Aug 04 18:00:05.335 INFO O| Aug 04 18:00:05.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102492026-08-04T18:00:05.965Z[ host-image] Aug 04 18:00:05.335 INFO O| Aug 04 18:00:05.335 INFO STEP 95 (ensure_dir) COMPLETE
102502026-08-04T18:00:05.965Z[ host-image] Aug 04 18:00:05.335 INFO O| Aug 04 18:00:05.335 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102512026-08-04T18:00:05.970Z[ host-image] Aug 04 18:00:05.348 INFO O| Aug 04 18:00:05.348 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102522026-08-04T18:00:05.970Z[ host-image] Aug 04 18:00:05.348 INFO O| Aug 04 18:00:05.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102532026-08-04T18:00:05.970Z[ host-image] Aug 04 18:00:05.348 INFO O| Aug 04 18:00:05.348 INFO STEP 96 (ensure_dir) COMPLETE
102542026-08-04T18:00:05.970Z[ host-image] Aug 04 18:00:05.348 INFO O| Aug 04 18:00:05.348 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102552026-08-04T18:00:05.987Z[ host-image] Aug 04 18:00:05.359 INFO O| Aug 04 18:00:05.359 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102562026-08-04T18:00:05.987Z[ host-image] Aug 04 18:00:05.359 INFO O| Aug 04 18:00:05.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102572026-08-04T18:00:05.987Z[ host-image] Aug 04 18:00:05.359 INFO O| Aug 04 18:00:05.359 INFO STEP 97 (ensure_dir) COMPLETE
102582026-08-04T18:00:05.987Z[ host-image] Aug 04 18:00:05.359 INFO O| Aug 04 18:00:05.359 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102592026-08-04T18:00:05.993Z[ host-image] Aug 04 18:00:05.371 INFO O| Aug 04 18:00:05.371 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102602026-08-04T18:00:05.993Z[ host-image] Aug 04 18:00:05.371 INFO O| Aug 04 18:00:05.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102612026-08-04T18:00:05.996Z[ host-image] Aug 04 18:00:05.371 INFO O| Aug 04 18:00:05.371 INFO STEP 98 (ensure_dir) COMPLETE
102622026-08-04T18:00:05.996Z[ host-image] Aug 04 18:00:05.371 INFO O| Aug 04 18:00:05.371 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632026-08-04T18:00:06.011Z[ host-image] Aug 04 18:00:05.388 INFO O| Aug 04 18:00:05.388 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102642026-08-04T18:00:06.011Z[ host-image] Aug 04 18:00:05.388 INFO O| Aug 04 18:00:05.388 INFO copying /tmp/.tmp9vQkrv/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 ...
102652026-08-04T18:00:06.014Z[ host-image] Aug 04 18:00:05.388 INFO O| Aug 04 18:00:05.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102662026-08-04T18:00:06.014Z[ host-image] Aug 04 18:00:05.388 INFO O| Aug 04 18:00:05.388 INFO ok!
102672026-08-04T18:00:06.014Z[ host-image] Aug 04 18:00:05.388 INFO O| Aug 04 18:00:05.388 INFO STEP 99 (ensure_file) COMPLETE
102682026-08-04T18:00:06.014Z[ host-image] Aug 04 18:00:05.389 INFO O| Aug 04 18:00:05.388 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102692026-08-04T18:00:06.024Z[ host-image] Aug 04 18:00:05.401 INFO O| Aug 04 18:00:05.401 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102702026-08-04T18:00:06.024Z[ host-image] Aug 04 18:00:05.401 INFO O| Aug 04 18:00:05.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102712026-08-04T18:00:06.025Z[ host-image] Aug 04 18:00:05.401 INFO O| Aug 04 18:00:05.401 INFO STEP 100 (ensure_dir) COMPLETE
102722026-08-04T18:00:06.025Z[ host-image] Aug 04 18:00:05.401 INFO O| Aug 04 18:00:05.401 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102732026-08-04T18:00:06.035Z[ host-image] Aug 04 18:00:05.413 INFO O| Aug 04 18:00:05.413 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102742026-08-04T18:00:06.035Z[ host-image] Aug 04 18:00:05.413 INFO O| Aug 04 18:00:05.413 INFO copying /tmp/.tmp9vQkrv/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102752026-08-04T18:00:06.745Z[ host-image] Aug 04 18:00:06.122 INFO O| Aug 04 18:00:06.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102762026-08-04T18:00:06.745Z[ host-image] Aug 04 18:00:06.122 INFO O| Aug 04 18:00:06.122 INFO ok!
102772026-08-04T18:00:06.748Z[ host-image] Aug 04 18:00:06.122 INFO O| Aug 04 18:00:06.122 INFO STEP 101 (ensure_file) COMPLETE
102782026-08-04T18:00:06.748Z[ host-image] Aug 04 18:00:06.122 INFO O| Aug 04 18:00:06.122 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102792026-08-04T18:00:06.757Z[ host-image] Aug 04 18:00:06.134 INFO O| Aug 04 18:00:06.134 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102802026-08-04T18:00:06.757Z[ host-image] Aug 04 18:00:06.134 INFO O| Aug 04 18:00:06.134 INFO copying /tmp/.tmp9vQkrv/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102812026-08-04T18:00:06.757Z[ host-image] Aug 04 18:00:06.134 INFO O| Aug 04 18:00:06.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
102822026-08-04T18:00:06.760Z[ host-image] Aug 04 18:00:06.134 INFO O| Aug 04 18:00:06.134 INFO ok!
102832026-08-04T18:00:06.760Z[ host-image] Aug 04 18:00:06.134 INFO O| Aug 04 18:00:06.134 INFO STEP 102 (ensure_file) COMPLETE
102842026-08-04T18:00:06.760Z[ host-image] Aug 04 18:00:06.134 INFO O| Aug 04 18:00:06.134 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102852026-08-04T18:00:06.769Z[ host-image] Aug 04 18:00:06.146 INFO O| Aug 04 18:00:06.146 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
102862026-08-04T18:00:06.769Z[ host-image] Aug 04 18:00:06.146 INFO O| Aug 04 18:00:06.146 INFO copying /tmp/.tmp9vQkrv/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
102872026-08-04T18:00:06.775Z[ host-image] Aug 04 18:00:06.153 INFO O| Aug 04 18:00:06.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
102882026-08-04T18:00:06.775Z[ host-image] Aug 04 18:00:06.153 INFO O| Aug 04 18:00:06.153 INFO ok!
102892026-08-04T18:00:06.775Z[ host-image] Aug 04 18:00:06.153 INFO O| Aug 04 18:00:06.153 INFO STEP 103 (ensure_file) COMPLETE
102902026-08-04T18:00:06.829Z[ host-image] Aug 04 18:00:06.153 INFO O| Aug 04 18:00:06.153 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102912026-08-04T18:00:06.829Z[ host-image] Aug 04 18:00:06.165 INFO O| Aug 04 18:00:06.165 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
102922026-08-04T18:00:06.829Z[ host-image] Aug 04 18:00:06.165 INFO O| Aug 04 18:00:06.165 INFO copying /tmp/.tmp9vQkrv/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
102932026-08-04T18:00:06.829Z[ host-image] Aug 04 18:00:06.165 INFO O| Aug 04 18:00:06.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
102942026-08-04T18:00:06.829Z[ host-image] Aug 04 18:00:06.165 INFO O| Aug 04 18:00:06.165 INFO ok!
102952026-08-04T18:00:06.829Z[ host-image] Aug 04 18:00:06.165 INFO O| Aug 04 18:00:06.165 INFO STEP 104 (ensure_file) COMPLETE
102962026-08-04T18:00:06.829Z[ host-image] Aug 04 18:00:06.165 INFO O| Aug 04 18:00:06.165 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102972026-08-04T18:00:06.829Z[ host-image] Aug 04 18:00:06.176 INFO O| Aug 04 18:00:06.176 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102982026-08-04T18:00:06.829Z[ host-image] Aug 04 18:00:06.176 INFO O| Aug 04 18:00:06.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102992026-08-04T18:00:06.829Z[ host-image] Aug 04 18:00:06.176 INFO O| Aug 04 18:00:06.176 INFO STEP 105 (ensure_dir) COMPLETE
103002026-08-04T18:00:06.829Z[ host-image] Aug 04 18:00:06.177 INFO O| Aug 04 18:00:06.176 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103012026-08-04T18:00:06.829Z[ host-image] Aug 04 18:00:06.187 INFO O| Aug 04 18:00:06.186 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103022026-08-04T18:00:06.830Z[ host-image] Aug 04 18:00:06.187 INFO O| Aug 04 18:00:06.187 INFO copying /tmp/.tmp9vQkrv/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 ...
103032026-08-04T18:00:07.205Z[ host-image] Aug 04 18:00:06.582 INFO O| Aug 04 18:00:06.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103042026-08-04T18:00:07.205Z[ host-image] Aug 04 18:00:06.582 INFO O| Aug 04 18:00:06.582 INFO ok!
103052026-08-04T18:00:07.208Z[ host-image] Aug 04 18:00:06.582 INFO O| Aug 04 18:00:06.582 INFO STEP 106 (ensure_file) COMPLETE
103062026-08-04T18:00:07.208Z[ host-image] Aug 04 18:00:06.582 INFO O| Aug 04 18:00:06.582 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103072026-08-04T18:00:07.217Z[ host-image] Aug 04 18:00:06.595 INFO O| Aug 04 18:00:06.595 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103082026-08-04T18:00:07.217Z[ host-image] Aug 04 18:00:06.595 INFO O| Aug 04 18:00:06.595 INFO copying /tmp/.tmp9vQkrv/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 ...
103092026-08-04T18:00:07.217Z[ host-image] Aug 04 18:00:06.595 INFO O| Aug 04 18:00:06.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103102026-08-04T18:00:07.220Z[ host-image] Aug 04 18:00:06.595 INFO O| Aug 04 18:00:06.595 INFO ok!
103112026-08-04T18:00:07.220Z[ host-image] Aug 04 18:00:06.595 INFO O| Aug 04 18:00:06.595 INFO STEP 107 (ensure_file) COMPLETE
103122026-08-04T18:00:07.220Z[ host-image] Aug 04 18:00:06.595 INFO O| Aug 04 18:00:06.595 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103132026-08-04T18:00:07.228Z[ host-image] Aug 04 18:00:06.606 INFO O| Aug 04 18:00:06.606 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103142026-08-04T18:00:07.228Z[ host-image] Aug 04 18:00:06.606 INFO O| Aug 04 18:00:06.606 INFO copying /tmp/.tmp9vQkrv/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 ...
103152026-08-04T18:00:07.232Z[ host-image] Aug 04 18:00:06.606 INFO O| Aug 04 18:00:06.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103162026-08-04T18:00:07.232Z[ host-image] Aug 04 18:00:06.606 INFO O| Aug 04 18:00:06.606 INFO ok!
103172026-08-04T18:00:07.232Z[ host-image] Aug 04 18:00:06.606 INFO O| Aug 04 18:00:06.606 INFO STEP 108 (ensure_file) COMPLETE
103182026-08-04T18:00:07.232Z[ host-image] Aug 04 18:00:06.606 INFO O| Aug 04 18:00:06.606 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103192026-08-04T18:00:07.238Z[ host-image] Aug 04 18:00:06.616 INFO O| Aug 04 18:00:06.616 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103202026-08-04T18:00:07.238Z[ host-image] Aug 04 18:00:06.616 INFO O| Aug 04 18:00:06.616 INFO copying /tmp/.tmp9vQkrv/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 ...
103212026-08-04T18:00:07.238Z[ host-image] Aug 04 18:00:06.616 INFO O| Aug 04 18:00:06.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103222026-08-04T18:00:07.243Z[ host-image] Aug 04 18:00:06.616 INFO O| Aug 04 18:00:06.616 INFO ok!
103232026-08-04T18:00:07.243Z[ host-image] Aug 04 18:00:06.617 INFO O| Aug 04 18:00:06.616 INFO STEP 109 (ensure_file) COMPLETE
103242026-08-04T18:00:07.243Z[ host-image] Aug 04 18:00:06.617 INFO O| Aug 04 18:00:06.617 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103252026-08-04T18:00:07.250Z[ host-image] Aug 04 18:00:06.628 INFO O| Aug 04 18:00:06.628 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103262026-08-04T18:00:07.250Z[ host-image] Aug 04 18:00:06.628 INFO O| Aug 04 18:00:06.628 INFO copying /tmp/.tmp9vQkrv/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 ...
103272026-08-04T18:00:07.250Z[ host-image] Aug 04 18:00:06.628 INFO O| Aug 04 18:00:06.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103282026-08-04T18:00:07.253Z[ host-image] Aug 04 18:00:06.628 INFO O| Aug 04 18:00:06.628 INFO ok!
103292026-08-04T18:00:07.253Z[ host-image] Aug 04 18:00:06.628 INFO O| Aug 04 18:00:06.628 INFO STEP 110 (ensure_file) COMPLETE
103302026-08-04T18:00:07.253Z[ host-image] Aug 04 18:00:06.628 INFO O| Aug 04 18:00:06.628 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103312026-08-04T18:00:07.262Z[ host-image] Aug 04 18:00:06.640 INFO O| Aug 04 18:00:06.640 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103322026-08-04T18:00:07.262Z[ host-image] Aug 04 18:00:06.640 INFO O| Aug 04 18:00:06.640 INFO copying /tmp/.tmp9vQkrv/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 ...
103332026-08-04T18:00:07.262Z[ host-image] Aug 04 18:00:06.640 INFO O| Aug 04 18:00:06.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103342026-08-04T18:00:07.265Z[ host-image] Aug 04 18:00:06.640 INFO O| Aug 04 18:00:06.640 INFO ok!
103352026-08-04T18:00:07.265Z[ host-image] Aug 04 18:00:06.640 INFO O| Aug 04 18:00:06.640 INFO STEP 111 (ensure_file) COMPLETE
103362026-08-04T18:00:07.265Z[ host-image] Aug 04 18:00:06.640 INFO O| Aug 04 18:00:06.640 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103372026-08-04T18:00:07.274Z[ host-image] Aug 04 18:00:06.652 INFO O| Aug 04 18:00:06.652 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103382026-08-04T18:00:07.274Z[ host-image] Aug 04 18:00:06.652 INFO O| Aug 04 18:00:06.652 INFO copying /tmp/.tmp9vQkrv/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 ...
103392026-08-04T18:00:07.274Z[ host-image] Aug 04 18:00:06.652 INFO O| Aug 04 18:00:06.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103402026-08-04T18:00:07.277Z[ host-image] Aug 04 18:00:06.652 INFO O| Aug 04 18:00:06.652 INFO ok!
103412026-08-04T18:00:07.277Z[ host-image] Aug 04 18:00:06.652 INFO O| Aug 04 18:00:06.652 INFO STEP 112 (ensure_file) COMPLETE
103422026-08-04T18:00:07.277Z[ host-image] Aug 04 18:00:06.652 INFO O| Aug 04 18:00:06.652 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103432026-08-04T18:00:07.287Z[ host-image] Aug 04 18:00:06.664 INFO O| Aug 04 18:00:06.664 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103442026-08-04T18:00:07.287Z[ host-image] Aug 04 18:00:06.665 INFO O| Aug 04 18:00:06.664 INFO copying /tmp/.tmp9vQkrv/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103452026-08-04T18:00:07.287Z[ host-image] Aug 04 18:00:06.665 INFO O| Aug 04 18:00:06.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103462026-08-04T18:00:07.291Z[ host-image] Aug 04 18:00:06.665 INFO O| Aug 04 18:00:06.665 INFO ok!
103472026-08-04T18:00:07.291Z[ host-image] Aug 04 18:00:06.665 INFO O| Aug 04 18:00:06.665 INFO STEP 113 (ensure_file) COMPLETE
103482026-08-04T18:00:07.291Z[ host-image] Aug 04 18:00:06.665 INFO O| Aug 04 18:00:06.665 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103492026-08-04T18:00:07.299Z[ host-image] Aug 04 18:00:06.677 INFO O| Aug 04 18:00:06.677 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103502026-08-04T18:00:07.299Z[ host-image] Aug 04 18:00:06.677 INFO O| Aug 04 18:00:06.677 INFO copying /tmp/.tmp9vQkrv/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 ...
103512026-08-04T18:00:07.299Z[ host-image] Aug 04 18:00:06.677 INFO O| Aug 04 18:00:06.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103522026-08-04T18:00:07.299Z[ host-image] Aug 04 18:00:06.677 INFO O| Aug 04 18:00:06.677 INFO ok!
103532026-08-04T18:00:07.302Z[ host-image] Aug 04 18:00:06.677 INFO O| Aug 04 18:00:06.677 INFO STEP 114 (ensure_file) COMPLETE
103542026-08-04T18:00:07.302Z[ host-image] Aug 04 18:00:06.677 INFO O| Aug 04 18:00:06.677 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103552026-08-04T18:00:07.311Z[ host-image] Aug 04 18:00:06.689 INFO O| Aug 04 18:00:06.689 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103562026-08-04T18:00:07.311Z[ host-image] Aug 04 18:00:06.689 INFO O| Aug 04 18:00:06.689 INFO copying /tmp/.tmp9vQkrv/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 ...
103572026-08-04T18:00:07.311Z[ host-image] Aug 04 18:00:06.689 INFO O| Aug 04 18:00:06.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103582026-08-04T18:00:07.311Z[ host-image] Aug 04 18:00:06.689 INFO O| Aug 04 18:00:06.689 INFO ok!
103592026-08-04T18:00:07.315Z[ host-image] Aug 04 18:00:06.689 INFO O| Aug 04 18:00:06.689 INFO STEP 115 (ensure_file) COMPLETE
103602026-08-04T18:00:07.316Z[ host-image] Aug 04 18:00:06.689 INFO O| Aug 04 18:00:06.689 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103612026-08-04T18:00:07.323Z[ host-image] Aug 04 18:00:06.701 INFO O| Aug 04 18:00:06.701 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103622026-08-04T18:00:07.323Z[ host-image] Aug 04 18:00:06.701 INFO O| Aug 04 18:00:06.701 INFO copying /tmp/.tmp9vQkrv/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 ...
103632026-08-04T18:00:07.326Z[ host-image] Aug 04 18:00:06.701 INFO O| Aug 04 18:00:06.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103642026-08-04T18:00:07.326Z[ host-image] Aug 04 18:00:06.701 INFO O| Aug 04 18:00:06.701 INFO ok!
103652026-08-04T18:00:07.326Z[ host-image] Aug 04 18:00:06.701 INFO O| Aug 04 18:00:06.701 INFO STEP 116 (ensure_file) COMPLETE
103662026-08-04T18:00:07.326Z[ host-image] Aug 04 18:00:06.701 INFO O| Aug 04 18:00:06.701 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103672026-08-04T18:00:07.334Z[ host-image] Aug 04 18:00:06.712 INFO O| Aug 04 18:00:06.712 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103682026-08-04T18:00:07.334Z[ host-image] Aug 04 18:00:06.712 INFO O| Aug 04 18:00:06.712 INFO copying /tmp/.tmp9vQkrv/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103692026-08-04T18:00:07.334Z[ host-image] Aug 04 18:00:06.712 INFO O| Aug 04 18:00:06.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103702026-08-04T18:00:07.335Z[ host-image] Aug 04 18:00:06.712 INFO O| Aug 04 18:00:06.712 INFO ok!
103712026-08-04T18:00:07.335Z[ host-image] Aug 04 18:00:06.712 INFO O| Aug 04 18:00:06.712 INFO STEP 117 (ensure_file) COMPLETE
103722026-08-04T18:00:07.335Z[ host-image] Aug 04 18:00:06.712 INFO O| Aug 04 18:00:06.712 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103732026-08-04T18:00:07.345Z[ host-image] Aug 04 18:00:06.723 INFO O| Aug 04 18:00:06.723 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103742026-08-04T18:00:07.345Z[ host-image] Aug 04 18:00:06.723 INFO O| Aug 04 18:00:06.723 INFO copying /tmp/.tmp9vQkrv/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 ...
103752026-08-04T18:00:07.346Z[ host-image] Aug 04 18:00:06.723 INFO O| Aug 04 18:00:06.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103762026-08-04T18:00:07.346Z[ host-image] Aug 04 18:00:06.723 INFO O| Aug 04 18:00:06.723 INFO ok!
103772026-08-04T18:00:07.350Z[ host-image] Aug 04 18:00:06.723 INFO O| Aug 04 18:00:06.723 INFO STEP 118 (ensure_file) COMPLETE
103782026-08-04T18:00:07.350Z[ host-image] Aug 04 18:00:06.723 INFO O| Aug 04 18:00:06.723 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103792026-08-04T18:00:07.357Z[ host-image] Aug 04 18:00:06.735 INFO O| Aug 04 18:00:06.735 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103802026-08-04T18:00:07.357Z[ host-image] Aug 04 18:00:06.735 INFO O| Aug 04 18:00:06.735 INFO copying /tmp/.tmp9vQkrv/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 ...
103812026-08-04T18:00:07.360Z[ host-image] Aug 04 18:00:06.735 INFO O| Aug 04 18:00:06.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
103822026-08-04T18:00:07.361Z[ host-image] Aug 04 18:00:06.735 INFO O| Aug 04 18:00:06.735 INFO ok!
103832026-08-04T18:00:07.361Z[ host-image] Aug 04 18:00:06.735 INFO O| Aug 04 18:00:06.735 INFO STEP 119 (ensure_file) COMPLETE
103842026-08-04T18:00:07.361Z[ host-image] Aug 04 18:00:06.735 INFO O| Aug 04 18:00:06.735 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103852026-08-04T18:00:07.369Z[ host-image] Aug 04 18:00:06.747 INFO O| Aug 04 18:00:06.747 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
103862026-08-04T18:00:07.372Z[ host-image] Aug 04 18:00:06.747 INFO O| Aug 04 18:00:06.747 INFO copying /tmp/.tmp9vQkrv/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 ...
103872026-08-04T18:00:07.372Z[ host-image] Aug 04 18:00:06.747 INFO O| Aug 04 18:00:06.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
103882026-08-04T18:00:07.372Z[ host-image] Aug 04 18:00:06.747 INFO O| Aug 04 18:00:06.747 INFO ok!
103892026-08-04T18:00:07.372Z[ host-image] Aug 04 18:00:06.747 INFO O| Aug 04 18:00:06.747 INFO STEP 120 (ensure_file) COMPLETE
103902026-08-04T18:00:07.374Z[ host-image] Aug 04 18:00:06.747 INFO O| Aug 04 18:00:06.747 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103912026-08-04T18:00:07.381Z[ host-image] Aug 04 18:00:06.759 INFO O| Aug 04 18:00:06.759 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
103922026-08-04T18:00:07.381Z[ host-image] Aug 04 18:00:06.759 INFO O| Aug 04 18:00:06.759 INFO copying /tmp/.tmp9vQkrv/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 ...
103932026-08-04T18:00:07.384Z[ host-image] Aug 04 18:00:06.759 INFO O| Aug 04 18:00:06.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
103942026-08-04T18:00:07.384Z[ host-image] Aug 04 18:00:06.759 INFO O| Aug 04 18:00:06.759 INFO ok!
103952026-08-04T18:00:07.384Z[ host-image] Aug 04 18:00:06.759 INFO O| Aug 04 18:00:06.759 INFO STEP 121 (ensure_file) COMPLETE
103962026-08-04T18:00:07.384Z[ host-image] Aug 04 18:00:06.759 INFO O| Aug 04 18:00:06.759 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103972026-08-04T18:00:07.392Z[ host-image] Aug 04 18:00:06.769 INFO O| Aug 04 18:00:06.769 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
103982026-08-04T18:00:07.392Z[ host-image] Aug 04 18:00:06.769 INFO O| Aug 04 18:00:06.769 INFO copying /tmp/.tmp9vQkrv/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 ...
103992026-08-04T18:00:07.392Z[ host-image] Aug 04 18:00:06.769 INFO O| Aug 04 18:00:06.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104002026-08-04T18:00:07.392Z[ host-image] Aug 04 18:00:06.769 INFO O| Aug 04 18:00:06.769 INFO ok!
104012026-08-04T18:00:07.395Z[ host-image] Aug 04 18:00:06.769 INFO O| Aug 04 18:00:06.769 INFO STEP 122 (ensure_file) COMPLETE
104022026-08-04T18:00:07.395Z[ host-image] Aug 04 18:00:06.770 INFO O| Aug 04 18:00:06.770 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104032026-08-04T18:00:07.404Z[ host-image] Aug 04 18:00:06.781 INFO O| Aug 04 18:00:06.781 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104042026-08-04T18:00:07.404Z[ host-image] Aug 04 18:00:06.781 INFO O| Aug 04 18:00:06.781 INFO copying /tmp/.tmp9vQkrv/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 ...
104052026-08-04T18:00:07.405Z[ host-image] Aug 04 18:00:06.781 INFO O| Aug 04 18:00:06.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104062026-08-04T18:00:07.405Z[ host-image] Aug 04 18:00:06.781 INFO O| Aug 04 18:00:06.781 INFO ok!
104072026-08-04T18:00:07.405Z[ host-image] Aug 04 18:00:06.781 INFO O| Aug 04 18:00:06.781 INFO STEP 123 (ensure_file) COMPLETE
104082026-08-04T18:00:07.405Z[ host-image] Aug 04 18:00:06.781 INFO O| Aug 04 18:00:06.781 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104092026-08-04T18:00:07.414Z[ host-image] Aug 04 18:00:06.792 INFO O| Aug 04 18:00:06.792 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104102026-08-04T18:00:07.414Z[ host-image] Aug 04 18:00:06.792 INFO O| Aug 04 18:00:06.792 INFO copying /tmp/.tmp9vQkrv/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 ...
104112026-08-04T18:00:07.414Z[ host-image] Aug 04 18:00:06.792 INFO O| Aug 04 18:00:06.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104122026-08-04T18:00:07.417Z[ host-image] Aug 04 18:00:06.792 INFO O| Aug 04 18:00:06.792 INFO ok!
104132026-08-04T18:00:07.417Z[ host-image] Aug 04 18:00:06.792 INFO O| Aug 04 18:00:06.792 INFO STEP 124 (ensure_file) COMPLETE
104142026-08-04T18:00:07.417Z[ host-image] Aug 04 18:00:06.792 INFO O| Aug 04 18:00:06.792 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104152026-08-04T18:00:07.423Z[ host-image] Aug 04 18:00:06.801 INFO O| Aug 04 18:00:06.801 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104162026-08-04T18:00:07.423Z[ host-image] Aug 04 18:00:06.801 INFO O| Aug 04 18:00:06.801 INFO copying /tmp/.tmp9vQkrv/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 ...
104172026-08-04T18:00:07.426Z[ host-image] Aug 04 18:00:06.801 INFO O| Aug 04 18:00:06.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104182026-08-04T18:00:07.426Z[ host-image] Aug 04 18:00:06.801 INFO O| Aug 04 18:00:06.801 INFO ok!
104192026-08-04T18:00:07.427Z[ host-image] Aug 04 18:00:06.801 INFO O| Aug 04 18:00:06.801 INFO STEP 125 (ensure_file) COMPLETE
104202026-08-04T18:00:07.427Z[ host-image] Aug 04 18:00:06.801 INFO O| Aug 04 18:00:06.801 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104212026-08-04T18:00:07.433Z[ host-image] Aug 04 18:00:06.810 INFO O| Aug 04 18:00:06.809 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104222026-08-04T18:00:07.433Z[ host-image] Aug 04 18:00:06.810 INFO O| Aug 04 18:00:06.810 INFO copying /tmp/.tmp9vQkrv/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 ...
104232026-08-04T18:00:07.433Z[ host-image] Aug 04 18:00:06.810 INFO O| Aug 04 18:00:06.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104242026-08-04T18:00:07.433Z[ host-image] Aug 04 18:00:06.810 INFO O| Aug 04 18:00:06.810 INFO ok!
104252026-08-04T18:00:07.433Z[ host-image] Aug 04 18:00:06.810 INFO O| Aug 04 18:00:06.810 INFO STEP 126 (ensure_file) COMPLETE
104262026-08-04T18:00:07.433Z[ host-image] Aug 04 18:00:06.810 INFO O| Aug 04 18:00:06.810 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104272026-08-04T18:00:07.443Z[ host-image] Aug 04 18:00:06.819 INFO O| Aug 04 18:00:06.819 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104282026-08-04T18:00:07.444Z[ host-image] Aug 04 18:00:06.819 INFO O| Aug 04 18:00:06.819 INFO copying /tmp/.tmp9vQkrv/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 ...
104292026-08-04T18:00:07.444Z[ host-image] Aug 04 18:00:06.819 INFO O| Aug 04 18:00:06.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104302026-08-04T18:00:07.444Z[ host-image] Aug 04 18:00:06.819 INFO O| Aug 04 18:00:06.819 INFO ok!
104312026-08-04T18:00:07.444Z[ host-image] Aug 04 18:00:06.819 INFO O| Aug 04 18:00:06.819 INFO STEP 127 (ensure_file) COMPLETE
104322026-08-04T18:00:07.444Z[ host-image] Aug 04 18:00:06.819 INFO O| Aug 04 18:00:06.819 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104332026-08-04T18:00:07.450Z[ host-image] Aug 04 18:00:06.828 INFO O| Aug 04 18:00:06.828 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104342026-08-04T18:00:07.452Z[ host-image] Aug 04 18:00:06.828 INFO O| Aug 04 18:00:06.828 INFO copying /tmp/.tmp9vQkrv/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 ...
104352026-08-04T18:00:07.452Z[ host-image] Aug 04 18:00:06.828 INFO O| Aug 04 18:00:06.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104362026-08-04T18:00:07.452Z[ host-image] Aug 04 18:00:06.828 INFO O| Aug 04 18:00:06.828 INFO ok!
104372026-08-04T18:00:07.455Z[ host-image] Aug 04 18:00:06.828 INFO O| Aug 04 18:00:06.828 INFO STEP 128 (ensure_file) COMPLETE
104382026-08-04T18:00:07.455Z[ host-image] Aug 04 18:00:06.828 INFO O| Aug 04 18:00:06.828 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104392026-08-04T18:00:07.461Z[ host-image] Aug 04 18:00:06.837 INFO O| Aug 04 18:00:06.837 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104402026-08-04T18:00:07.461Z[ host-image] Aug 04 18:00:06.837 INFO O| Aug 04 18:00:06.837 INFO copying /tmp/.tmp9vQkrv/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 ...
104412026-08-04T18:00:07.461Z[ host-image] Aug 04 18:00:06.837 INFO O| Aug 04 18:00:06.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104422026-08-04T18:00:07.461Z[ host-image] Aug 04 18:00:06.837 INFO O| Aug 04 18:00:06.837 INFO ok!
104432026-08-04T18:00:07.461Z[ host-image] Aug 04 18:00:06.837 INFO O| Aug 04 18:00:06.837 INFO STEP 129 (ensure_file) COMPLETE
104442026-08-04T18:00:07.461Z[ host-image] Aug 04 18:00:06.837 INFO O| Aug 04 18:00:06.837 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104452026-08-04T18:00:07.470Z[ host-image] Aug 04 18:00:06.848 INFO O| Aug 04 18:00:06.848 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104462026-08-04T18:00:07.470Z[ host-image] Aug 04 18:00:06.849 INFO O| Aug 04 18:00:06.848 INFO copying /tmp/.tmp9vQkrv/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 ...
104472026-08-04T18:00:07.471Z[ host-image] Aug 04 18:00:06.849 INFO O| Aug 04 18:00:06.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104482026-08-04T18:00:07.474Z[ host-image] Aug 04 18:00:06.849 INFO O| Aug 04 18:00:06.849 INFO ok!
104492026-08-04T18:00:07.474Z[ host-image] Aug 04 18:00:06.849 INFO O| Aug 04 18:00:06.849 INFO STEP 130 (ensure_file) COMPLETE
104502026-08-04T18:00:07.474Z[ host-image] Aug 04 18:00:06.849 INFO O| Aug 04 18:00:06.849 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104512026-08-04T18:00:07.485Z[ host-image] Aug 04 18:00:06.863 INFO O| Aug 04 18:00:06.863 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104522026-08-04T18:00:07.485Z[ host-image] Aug 04 18:00:06.863 INFO O| Aug 04 18:00:06.863 INFO copying /tmp/.tmp9vQkrv/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 ...
104532026-08-04T18:00:07.485Z[ host-image] Aug 04 18:00:06.863 INFO O| Aug 04 18:00:06.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104542026-08-04T18:00:07.485Z[ host-image] Aug 04 18:00:06.863 INFO O| Aug 04 18:00:06.863 INFO ok!
104552026-08-04T18:00:07.488Z[ host-image] Aug 04 18:00:06.863 INFO O| Aug 04 18:00:06.863 INFO STEP 131 (ensure_file) COMPLETE
104562026-08-04T18:00:07.488Z[ host-image] Aug 04 18:00:06.863 INFO O| Aug 04 18:00:06.863 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104572026-08-04T18:00:07.496Z[ host-image] Aug 04 18:00:06.874 INFO O| Aug 04 18:00:06.874 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104582026-08-04T18:00:07.496Z[ host-image] Aug 04 18:00:06.874 INFO O| Aug 04 18:00:06.874 INFO copying /tmp/.tmp9vQkrv/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 ...
104592026-08-04T18:00:07.498Z[ host-image] Aug 04 18:00:06.874 INFO O| Aug 04 18:00:06.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104602026-08-04T18:00:07.498Z[ host-image] Aug 04 18:00:06.874 INFO O| Aug 04 18:00:06.874 INFO ok!
104612026-08-04T18:00:07.498Z[ host-image] Aug 04 18:00:06.874 INFO O| Aug 04 18:00:06.874 INFO STEP 132 (ensure_file) COMPLETE
104622026-08-04T18:00:07.500Z[ host-image] Aug 04 18:00:06.874 INFO O| Aug 04 18:00:06.874 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104632026-08-04T18:00:07.505Z[ host-image] Aug 04 18:00:06.883 INFO O| Aug 04 18:00:06.883 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104642026-08-04T18:00:07.505Z[ host-image] Aug 04 18:00:06.883 INFO O| Aug 04 18:00:06.883 INFO copying /tmp/.tmp9vQkrv/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 ...
104652026-08-04T18:00:07.508Z[ host-image] Aug 04 18:00:06.883 INFO O| Aug 04 18:00:06.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104662026-08-04T18:00:07.508Z[ host-image] Aug 04 18:00:06.883 INFO O| Aug 04 18:00:06.883 INFO ok!
104672026-08-04T18:00:07.508Z[ host-image] Aug 04 18:00:06.883 INFO O| Aug 04 18:00:06.883 INFO STEP 133 (ensure_file) COMPLETE
104682026-08-04T18:00:07.508Z[ host-image] Aug 04 18:00:06.883 INFO O| Aug 04 18:00:06.883 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104692026-08-04T18:00:07.515Z[ host-image] Aug 04 18:00:06.892 INFO O| Aug 04 18:00:06.892 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104702026-08-04T18:00:07.515Z[ host-image] Aug 04 18:00:06.892 INFO O| Aug 04 18:00:06.892 INFO copying /tmp/.tmp9vQkrv/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 ...
104712026-08-04T18:00:07.515Z[ host-image] Aug 04 18:00:06.892 INFO O| Aug 04 18:00:06.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104722026-08-04T18:00:07.518Z[ host-image] Aug 04 18:00:06.892 INFO O| Aug 04 18:00:06.892 INFO ok!
104732026-08-04T18:00:07.518Z[ host-image] Aug 04 18:00:06.892 INFO O| Aug 04 18:00:06.892 INFO STEP 134 (ensure_file) COMPLETE
104742026-08-04T18:00:07.518Z[ host-image] Aug 04 18:00:06.892 INFO O| Aug 04 18:00:06.892 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104752026-08-04T18:00:07.525Z[ host-image] Aug 04 18:00:06.903 INFO O| Aug 04 18:00:06.903 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104762026-08-04T18:00:07.525Z[ host-image] Aug 04 18:00:06.903 INFO O| Aug 04 18:00:06.903 INFO copying /tmp/.tmp9vQkrv/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 ...
104772026-08-04T18:00:07.528Z[ host-image] Aug 04 18:00:06.903 INFO O| Aug 04 18:00:06.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104782026-08-04T18:00:07.528Z[ host-image] Aug 04 18:00:06.903 INFO O| Aug 04 18:00:06.903 INFO ok!
104792026-08-04T18:00:07.528Z[ host-image] Aug 04 18:00:06.903 INFO O| Aug 04 18:00:06.903 INFO STEP 135 (ensure_file) COMPLETE
104802026-08-04T18:00:07.528Z[ host-image] Aug 04 18:00:06.903 INFO O| Aug 04 18:00:06.903 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104812026-08-04T18:00:07.534Z[ host-image] Aug 04 18:00:06.912 INFO O| Aug 04 18:00:06.912 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
104822026-08-04T18:00:07.534Z[ host-image] Aug 04 18:00:06.912 INFO O| Aug 04 18:00:06.912 INFO copying /tmp/.tmp9vQkrv/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
104832026-08-04T18:00:07.539Z[ host-image] Aug 04 18:00:06.912 INFO O| Aug 04 18:00:06.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
104842026-08-04T18:00:07.539Z[ host-image] Aug 04 18:00:06.912 INFO O| Aug 04 18:00:06.912 INFO ok!
104852026-08-04T18:00:07.539Z[ host-image] Aug 04 18:00:06.912 INFO O| Aug 04 18:00:06.912 INFO STEP 136 (ensure_file) COMPLETE
104862026-08-04T18:00:07.539Z[ host-image] Aug 04 18:00:06.912 INFO O| Aug 04 18:00:06.912 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104872026-08-04T18:00:07.545Z[ host-image] Aug 04 18:00:06.923 INFO O| Aug 04 18:00:06.923 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
104882026-08-04T18:00:07.545Z[ host-image] Aug 04 18:00:06.923 INFO O| Aug 04 18:00:06.923 INFO copying /tmp/.tmp9vQkrv/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 ...
104892026-08-04T18:00:07.548Z[ host-image] Aug 04 18:00:06.923 INFO O| Aug 04 18:00:06.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
104902026-08-04T18:00:07.548Z[ host-image] Aug 04 18:00:06.923 INFO O| Aug 04 18:00:06.923 INFO ok!
104912026-08-04T18:00:07.548Z[ host-image] Aug 04 18:00:06.923 INFO O| Aug 04 18:00:06.923 INFO STEP 137 (ensure_file) COMPLETE
104922026-08-04T18:00:07.548Z[ host-image] Aug 04 18:00:06.923 INFO O| Aug 04 18:00:06.923 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104932026-08-04T18:00:07.556Z[ host-image] Aug 04 18:00:06.934 INFO O| Aug 04 18:00:06.934 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
104942026-08-04T18:00:07.556Z[ host-image] Aug 04 18:00:06.934 INFO O| Aug 04 18:00:06.934 INFO copying /tmp/.tmp9vQkrv/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
104952026-08-04T18:00:07.556Z[ host-image] Aug 04 18:00:06.934 INFO O| Aug 04 18:00:06.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
104962026-08-04T18:00:07.556Z[ host-image] Aug 04 18:00:06.934 INFO O| Aug 04 18:00:06.934 INFO ok!
104972026-08-04T18:00:07.559Z[ host-image] Aug 04 18:00:06.934 INFO O| Aug 04 18:00:06.934 INFO STEP 138 (ensure_file) COMPLETE
104982026-08-04T18:00:07.559Z[ host-image] Aug 04 18:00:06.934 INFO O| Aug 04 18:00:06.934 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104992026-08-04T18:00:07.567Z[ host-image] Aug 04 18:00:06.945 INFO O| Aug 04 18:00:06.945 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105002026-08-04T18:00:07.567Z[ host-image] Aug 04 18:00:06.945 INFO O| Aug 04 18:00:06.945 INFO copying /tmp/.tmp9vQkrv/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105012026-08-04T18:00:15.833Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
105022026-08-04T18:00:16.393Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
105032026-08-04T18:00:16.635Z[ recovery-image] Aug 04 18:00:16.013 INFO O| Aug 04 18:00:16.012 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
105042026-08-04T18:00:17.561Z[ recovery-image] Aug 04 18:00:16.939 INFO BUILD STRING "heads/stlouis-0-g63fe1e0f00\n"
105052026-08-04T18:00:17.562Z[ recovery-image] Aug 04 18:00:16.939 INFO expanded image name: "recovery 6cc81ce/${os_short_commit} 2026-08-04 17:46" -> "recovery 6cc81ce/63fe1e0 2026-08-04 17:46"
105062026-08-04T18:00:17.565Z[ recovery-image] Aug 04 18:00:16.939 INFO output artefacts stored in: "/work/os-recovery"
105072026-08-04T18:00:17.565Z[ recovery-image] Aug 04 18:00:16.939 INFO collecting git info from project "bootserver"...
105082026-08-04T18:00:17.570Z[ recovery-image] Aug 04 18:00:16.948 INFO collecting git info from project "amd-host-image-builder"...
105092026-08-04T18:00:17.641Z[ recovery-image] Aug 04 18:00:16.991 INFO collecting git info from project "image-builder"...
105102026-08-04T18:00:17.641Z[ recovery-image] Aug 04 18:00:17.000 INFO collecting git info from project "phbl"...
105112026-08-04T18:00:17.644Z[ recovery-image] Aug 04 18:00:17.007 INFO collecting git info from project "pilot"...
105122026-08-04T18:00:17.644Z[ recovery-image] Aug 04 18:00:17.016 INFO collecting git info from project "chelsio-t6-roms"...
105132026-08-04T18:00:17.673Z[ recovery-image] Aug 04 18:00:17.048 INFO collecting git info from project "dmar-report"...
105142026-08-04T18:00:17.691Z[ recovery-image] Aug 04 18:00:17.069 INFO collecting git info from project "pinprick"...
105152026-08-04T18:00:17.698Z[ recovery-image] Aug 04 18:00:17.076 INFO collecting git info from project "amd-firmware"...
105162026-08-04T18:00:18.078Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
105172026-08-04T18:00:18.150Z[ recovery-image] Aug 04 18:00:17.528 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
105182026-08-04T18:00:18.784Z[ recovery-image] Aug 04 18:00:18.162 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
105192026-08-04T18:00:19.251Z[ recovery-image] Aug 04 18:00:18.629 INFO creating Oxide boot image...
105202026-08-04T18:00:19.251Z[ recovery-image] Aug 04 18:00:18.629 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 6cc81ce/63fe1e0 2026-08-04 17:46", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
105212026-08-04T18:00:21.014Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
105222026-08-04T18:00:21.180Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
105232026-08-04T18:00:23.162Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
105242026-08-04T18:00:24.453Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
105252026-08-04T18:00:26.223Z[ host-image] Aug 04 18:00:25.601 INFO O| Aug 04 18:00:25.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105262026-08-04T18:00:26.223Z[ host-image] Aug 04 18:00:25.601 INFO O| Aug 04 18:00:25.601 INFO ok!
105272026-08-04T18:00:26.227Z[ host-image] Aug 04 18:00:25.601 INFO O| Aug 04 18:00:25.601 INFO STEP 139 (ensure_file) COMPLETE
105282026-08-04T18:00:26.227Z[ host-image] Aug 04 18:00:25.601 INFO O| Aug 04 18:00:25.601 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105292026-08-04T18:00:26.236Z[ host-image] Aug 04 18:00:25.614 INFO O| Aug 04 18:00:25.614 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105302026-08-04T18:00:26.236Z[ host-image] Aug 04 18:00:25.614 INFO O| Aug 04 18:00:25.614 INFO STEP 140 (ensure_dir) COMPLETE
105312026-08-04T18:00:26.239Z[ host-image] Aug 04 18:00:25.614 INFO O| Aug 04 18:00:25.614 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105322026-08-04T18:00:26.264Z[ host-image] Aug 04 18:00:25.642 INFO O| Aug 04 18:00:25.642 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105332026-08-04T18:00:26.264Z[ host-image] Aug 04 18:00:25.642 INFO O| Aug 04 18:00:25.642 INFO STEP 141 (ensure_dir) COMPLETE
105342026-08-04T18:00:26.264Z[ host-image] Aug 04 18:00:25.642 INFO O| Aug 04 18:00:25.642 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105352026-08-04T18:00:26.272Z[ host-image] Aug 04 18:00:25.650 INFO O| Aug 04 18:00:25.650 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105362026-08-04T18:00:26.276Z[ host-image] Aug 04 18:00:25.650 INFO O| Aug 04 18:00:25.650 INFO STEP 142 (ensure_dir) COMPLETE
105372026-08-04T18:00:26.276Z[ host-image] Aug 04 18:00:25.650 INFO O| Aug 04 18:00:25.650 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105382026-08-04T18:00:26.281Z[ host-image] Aug 04 18:00:25.659 INFO O| Aug 04 18:00:25.659 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105392026-08-04T18:00:26.281Z[ host-image] Aug 04 18:00:25.659 INFO O| Aug 04 18:00:25.659 INFO STEP 143 (ensure_dir) COMPLETE
105402026-08-04T18:00:26.284Z[ host-image] Aug 04 18:00:25.659 INFO O| Aug 04 18:00:25.659 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105412026-08-04T18:00:26.294Z[ host-image] Aug 04 18:00:25.672 INFO O| Aug 04 18:00:25.672 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105422026-08-04T18:00:26.295Z[ host-image] Aug 04 18:00:25.672 INFO O| Aug 04 18:00:25.672 INFO copying /tmp/.tmp9vQkrv/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 ...
105432026-08-04T18:00:26.295Z[ host-image] Aug 04 18:00:25.672 INFO O| Aug 04 18:00:25.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105442026-08-04T18:00:26.299Z[ host-image] Aug 04 18:00:25.672 INFO O| Aug 04 18:00:25.672 INFO ok!
105452026-08-04T18:00:26.299Z[ host-image] Aug 04 18:00:25.672 INFO O| Aug 04 18:00:25.672 INFO STEP 144 (ensure_file) COMPLETE
105462026-08-04T18:00:26.299Z[ host-image] Aug 04 18:00:25.672 INFO O| Aug 04 18:00:25.672 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105472026-08-04T18:00:26.307Z[ host-image] Aug 04 18:00:25.684 INFO O| Aug 04 18:00:25.684 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105482026-08-04T18:00:26.307Z[ host-image] Aug 04 18:00:25.684 INFO O| Aug 04 18:00:25.684 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105492026-08-04T18:00:26.307Z[ host-image] Aug 04 18:00:25.684 INFO O| Aug 04 18:00:25.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105502026-08-04T18:00:26.307Z[ host-image] Aug 04 18:00:25.684 INFO O| Aug 04 18:00:25.684 INFO STEP 145 (ensure_dir) COMPLETE
105512026-08-04T18:00:26.311Z[ host-image] Aug 04 18:00:25.684 INFO O| Aug 04 18:00:25.684 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105522026-08-04T18:00:26.318Z[ host-image] Aug 04 18:00:25.696 INFO O| Aug 04 18:00:25.696 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105532026-08-04T18:00:26.318Z[ host-image] Aug 04 18:00:25.696 INFO O| Aug 04 18:00:25.696 INFO copying /tmp/.tmp9vQkrv/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105542026-08-04T18:00:26.318Z[ host-image] Aug 04 18:00:25.696 INFO O| Aug 04 18:00:25.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105552026-08-04T18:00:26.321Z[ host-image] Aug 04 18:00:25.696 INFO O| Aug 04 18:00:25.696 INFO ok!
105562026-08-04T18:00:26.321Z[ host-image] Aug 04 18:00:25.696 INFO O| Aug 04 18:00:25.696 INFO STEP 146 (ensure_file) COMPLETE
105572026-08-04T18:00:26.321Z[ host-image] Aug 04 18:00:25.696 INFO O| Aug 04 18:00:25.696 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105582026-08-04T18:00:26.329Z[ host-image] Aug 04 18:00:25.706 INFO O| Aug 04 18:00:25.706 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105592026-08-04T18:00:26.332Z[ host-image] Aug 04 18:00:25.707 INFO O| Aug 04 18:00:25.707 INFO STEP 147 (remove_files) COMPLETE
105602026-08-04T18:00:26.332Z[ host-image] Aug 04 18:00:25.707 INFO O| Aug 04 18:00:25.707 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105612026-08-04T18:00:26.338Z[ host-image] Aug 04 18:00:25.716 INFO O| Aug 04 18:00:25.716 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105622026-08-04T18:00:26.338Z[ host-image] Aug 04 18:00:25.716 INFO O| Aug 04 18:00:25.716 INFO STEP 148 (remove_files) COMPLETE
105632026-08-04T18:00:26.338Z[ host-image] Aug 04 18:00:25.716 INFO O| Aug 04 18:00:25.716 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105642026-08-04T18:00:26.347Z[ host-image] Aug 04 18:00:25.725 INFO O| Aug 04 18:00:25.725 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105652026-08-04T18:00:26.347Z[ host-image] Aug 04 18:00:25.725 INFO O| Aug 04 18:00:25.725 INFO STEP 149 (remove_files) COMPLETE
105662026-08-04T18:00:26.350Z[ host-image] Aug 04 18:00:25.725 INFO O| Aug 04 18:00:25.725 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105672026-08-04T18:00:26.357Z[ host-image] Aug 04 18:00:25.735 INFO O| Aug 04 18:00:25.735 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105682026-08-04T18:00:26.361Z[ host-image] Aug 04 18:00:25.735 INFO O| Aug 04 18:00:25.735 INFO STEP 150 (remove_files) COMPLETE
105692026-08-04T18:00:26.361Z[ host-image] Aug 04 18:00:25.735 INFO O| Aug 04 18:00:25.735 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105702026-08-04T18:00:26.366Z[ host-image] Aug 04 18:00:25.744 INFO O| Aug 04 18:00:25.743 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
105712026-08-04T18:00:26.369Z[ host-image] Aug 04 18:00:25.744 INFO O| Aug 04 18:00:25.744 INFO STEP 151 (remove_files) COMPLETE
105722026-08-04T18:00:26.369Z[ host-image] Aug 04 18:00:25.744 INFO O| Aug 04 18:00:25.744 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105732026-08-04T18:00:26.374Z[ host-image] Aug 04 18:00:25.752 INFO O| Aug 04 18:00:25.752 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
105742026-08-04T18:00:26.374Z[ host-image] Aug 04 18:00:25.752 INFO O| Aug 04 18:00:25.752 INFO STEP 152 (remove_files) COMPLETE
105752026-08-04T18:00:26.376Z[ host-image] Aug 04 18:00:25.752 INFO O| Aug 04 18:00:25.752 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105762026-08-04T18:00:26.383Z[ host-image] Aug 04 18:00:25.760 INFO O| Aug 04 18:00:25.759 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
105772026-08-04T18:00:26.383Z[ host-image] Aug 04 18:00:25.760 INFO O| Aug 04 18:00:25.760 INFO STEP 153 (remove_files) COMPLETE
105782026-08-04T18:00:26.383Z[ host-image] Aug 04 18:00:25.760 INFO O| Aug 04 18:00:25.760 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105792026-08-04T18:00:26.390Z[ host-image] Aug 04 18:00:25.767 INFO O| Aug 04 18:00:25.767 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
105802026-08-04T18:00:26.390Z[ host-image] Aug 04 18:00:25.768 INFO O| Aug 04 18:00:25.768 INFO STEP 154 (remove_files) COMPLETE
105812026-08-04T18:00:26.393Z[ host-image] Aug 04 18:00:25.768 INFO O| Aug 04 18:00:25.768 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105822026-08-04T18:00:26.398Z[ host-image] Aug 04 18:00:25.777 INFO O| Aug 04 18:00:25.776 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
105832026-08-04T18:00:26.398Z[ host-image] Aug 04 18:00:25.777 INFO O| Aug 04 18:00:25.777 INFO STEP 155 (remove_files) COMPLETE
105842026-08-04T18:00:26.401Z[ host-image] Aug 04 18:00:25.777 INFO O| Aug 04 18:00:25.777 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105852026-08-04T18:00:26.408Z[ host-image] Aug 04 18:00:25.786 INFO O| Aug 04 18:00:25.785 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
105862026-08-04T18:00:26.408Z[ host-image] Aug 04 18:00:25.786 INFO O| Aug 04 18:00:25.786 INFO STEP 156 (remove_files) COMPLETE
105872026-08-04T18:00:26.411Z[ host-image] Aug 04 18:00:25.786 INFO O| Aug 04 18:00:25.786 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105882026-08-04T18:00:26.417Z[ host-image] Aug 04 18:00:25.794 INFO O| Aug 04 18:00:25.794 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
105892026-08-04T18:00:26.417Z[ host-image] Aug 04 18:00:25.794 INFO O| Aug 04 18:00:25.794 INFO STEP 157 (remove_files) COMPLETE
105902026-08-04T18:00:26.420Z[ host-image] Aug 04 18:00:25.795 INFO O| Aug 04 18:00:25.794 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105912026-08-04T18:00:26.427Z[ host-image] Aug 04 18:00:25.804 INFO O| Aug 04 18:00:25.804 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
105922026-08-04T18:00:26.428Z[ host-image] Aug 04 18:00:25.804 INFO O| Aug 04 18:00:25.804 INFO STEP 158 (remove_files) COMPLETE
105932026-08-04T18:00:26.431Z[ host-image] Aug 04 18:00:25.804 INFO O| Aug 04 18:00:25.804 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105942026-08-04T18:00:26.437Z[ host-image] Aug 04 18:00:25.813 INFO O| Aug 04 18:00:25.813 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
105952026-08-04T18:00:26.437Z[ host-image] Aug 04 18:00:25.813 INFO O| Aug 04 18:00:25.813 INFO STEP 159 (remove_files) COMPLETE
105962026-08-04T18:00:26.437Z[ host-image] Aug 04 18:00:25.813 INFO O| Aug 04 18:00:25.813 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105972026-08-04T18:00:26.445Z[ host-image] Aug 04 18:00:25.822 INFO O| Aug 04 18:00:25.822 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
105982026-08-04T18:00:26.445Z[ host-image] Aug 04 18:00:25.822 INFO O| Aug 04 18:00:25.822 INFO STEP 160 (remove_files) COMPLETE
105992026-08-04T18:00:26.445Z[ host-image] Aug 04 18:00:25.822 INFO O| Aug 04 18:00:25.822 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106002026-08-04T18:00:26.453Z[ host-image] Aug 04 18:00:25.831 INFO O| Aug 04 18:00:25.831 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106012026-08-04T18:00:26.453Z[ host-image] Aug 04 18:00:25.831 INFO O| Aug 04 18:00:25.831 INFO STEP 161 (remove_files) COMPLETE
106022026-08-04T18:00:26.453Z[ host-image] Aug 04 18:00:25.831 INFO O| Aug 04 18:00:25.831 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106032026-08-04T18:00:26.473Z[ host-image] Aug 04 18:00:25.840 INFO O| Aug 04 18:00:25.840 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106042026-08-04T18:00:26.473Z[ host-image] Aug 04 18:00:25.840 INFO O| Aug 04 18:00:25.840 INFO STEP 162 (remove_files) COMPLETE
106052026-08-04T18:00:26.474Z[ host-image] Aug 04 18:00:25.840 INFO O| Aug 04 18:00:25.840 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106062026-08-04T18:00:26.474Z[ host-image] Aug 04 18:00:25.849 INFO O| Aug 04 18:00:25.849 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106072026-08-04T18:00:26.474Z[ host-image] Aug 04 18:00:25.849 INFO O| Aug 04 18:00:25.849 INFO STEP 163 (remove_files) COMPLETE
106082026-08-04T18:00:26.474Z[ host-image] Aug 04 18:00:25.849 INFO O| Aug 04 18:00:25.849 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106092026-08-04T18:00:26.514Z[ host-image] Aug 04 18:00:25.858 INFO O| Aug 04 18:00:25.858 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106102026-08-04T18:00:26.514Z[ host-image] Aug 04 18:00:25.858 INFO O| Aug 04 18:00:25.858 INFO STEP 164 (remove_files) COMPLETE
106112026-08-04T18:00:26.514Z[ host-image] Aug 04 18:00:25.858 INFO O| Aug 04 18:00:25.858 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106122026-08-04T18:00:26.522Z[ host-image] Aug 04 18:00:25.874 INFO O| Aug 04 18:00:25.874 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106132026-08-04T18:00:26.522Z[ host-image] Aug 04 18:00:25.874 INFO O| Aug 04 18:00:25.874 INFO STEP 165 (remove_files) COMPLETE
106142026-08-04T18:00:26.522Z[ host-image] Aug 04 18:00:25.874 INFO O| Aug 04 18:00:25.874 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106152026-08-04T18:00:26.522Z[ host-image] Aug 04 18:00:25.883 INFO O| Aug 04 18:00:25.883 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106162026-08-04T18:00:26.522Z[ host-image] Aug 04 18:00:25.883 INFO O| Aug 04 18:00:25.883 INFO STEP 166 (remove_files) COMPLETE
106172026-08-04T18:00:26.522Z[ host-image] Aug 04 18:00:25.883 INFO O| Aug 04 18:00:25.883 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106182026-08-04T18:00:26.530Z[ host-image] Aug 04 18:00:25.892 INFO O| Aug 04 18:00:25.892 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106192026-08-04T18:00:26.530Z[ host-image] Aug 04 18:00:25.893 INFO O| Aug 04 18:00:25.893 INFO STEP 167 (remove_files) COMPLETE
106202026-08-04T18:00:26.530Z[ host-image] Aug 04 18:00:25.893 INFO O| Aug 04 18:00:25.893 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106212026-08-04T18:00:26.534Z[ host-image] Aug 04 18:00:25.902 INFO O| Aug 04 18:00:25.902 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106222026-08-04T18:00:26.534Z[ host-image] Aug 04 18:00:25.902 INFO O| Aug 04 18:00:25.902 INFO STEP 168 (remove_files) COMPLETE
106232026-08-04T18:00:26.534Z[ host-image] Aug 04 18:00:25.902 INFO O| Aug 04 18:00:25.902 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106242026-08-04T18:00:26.534Z[ host-image] Aug 04 18:00:25.911 INFO O| Aug 04 18:00:25.911 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106252026-08-04T18:00:26.534Z[ host-image] Aug 04 18:00:25.911 INFO O| Aug 04 18:00:25.911 INFO STEP 169 (remove_files) COMPLETE
106262026-08-04T18:00:26.534Z[ host-image] Aug 04 18:00:25.911 INFO O| Aug 04 18:00:25.911 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106272026-08-04T18:00:26.551Z[ host-image] Aug 04 18:00:25.921 INFO O| Aug 04 18:00:25.921 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106282026-08-04T18:00:26.551Z[ host-image] Aug 04 18:00:25.921 INFO O| Aug 04 18:00:25.921 INFO STEP 170 (remove_files) COMPLETE
106292026-08-04T18:00:26.551Z[ host-image] Aug 04 18:00:25.921 INFO O| Aug 04 18:00:25.921 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106302026-08-04T18:00:26.558Z[ host-image] Aug 04 18:00:25.932 INFO O| Aug 04 18:00:25.932 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106312026-08-04T18:00:26.558Z[ host-image] Aug 04 18:00:25.932 INFO O| Aug 04 18:00:25.932 INFO STEP 171 (remove_files) COMPLETE
106322026-08-04T18:00:26.563Z[ host-image] Aug 04 18:00:25.932 INFO O| Aug 04 18:00:25.932 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106332026-08-04T18:00:26.567Z[ host-image] Aug 04 18:00:25.943 INFO O| Aug 04 18:00:25.943 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106342026-08-04T18:00:26.567Z[ host-image] Aug 04 18:00:25.943 INFO O| Aug 04 18:00:25.943 INFO STEP 172 (remove_files) COMPLETE
106352026-08-04T18:00:26.567Z[ host-image] Aug 04 18:00:25.943 INFO O| Aug 04 18:00:25.943 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106362026-08-04T18:00:26.575Z[ host-image] Aug 04 18:00:25.952 INFO O| Aug 04 18:00:25.952 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106372026-08-04T18:00:26.578Z[ host-image] Aug 04 18:00:25.952 INFO O| Aug 04 18:00:25.952 INFO STEP 173 (remove_files) COMPLETE
106382026-08-04T18:00:26.578Z[ host-image] Aug 04 18:00:25.952 INFO O| Aug 04 18:00:25.952 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106392026-08-04T18:00:26.584Z[ host-image] Aug 04 18:00:25.962 INFO O| Aug 04 18:00:25.962 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106402026-08-04T18:00:26.585Z[ host-image] Aug 04 18:00:25.962 INFO O| Aug 04 18:00:25.962 INFO STEP 174 (remove_files) COMPLETE
106412026-08-04T18:00:26.585Z[ host-image] Aug 04 18:00:25.962 INFO O| Aug 04 18:00:25.962 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106422026-08-04T18:00:26.593Z[ host-image] Aug 04 18:00:25.971 INFO O| Aug 04 18:00:25.971 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106432026-08-04T18:00:26.594Z[ host-image] Aug 04 18:00:25.971 INFO O| Aug 04 18:00:25.971 INFO STEP 175 (remove_files) COMPLETE
106442026-08-04T18:00:26.594Z[ host-image] Aug 04 18:00:25.971 INFO O| Aug 04 18:00:25.971 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106452026-08-04T18:00:26.608Z[ host-image] Aug 04 18:00:25.986 INFO O| Aug 04 18:00:25.986 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106462026-08-04T18:00:26.608Z[ host-image] Aug 04 18:00:25.986 INFO O| Aug 04 18:00:25.986 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
106472026-08-04T18:00:27.013Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
106482026-08-04T18:00:29.469Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
106492026-08-04T18:00:34.740Z[ host-image] Aug 04 18:00:34.117 INFO O| Aug 04 18:00:34.117 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
106502026-08-04T18:00:34.740Z[ host-image] Aug 04 18:00:34.117 INFO O| Aug 04 18:00:34.117 INFO E| svccfg: Loaded 80 smf(7) service descriptions
106512026-08-04T18:00:34.753Z[ host-image] Aug 04 18:00:34.130 INFO O| Aug 04 18:00:34.130 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
106522026-08-04T18:00:34.858Z[ host-image] Aug 04 18:00:34.235 INFO O| Aug 04 18:00:34.235 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
106532026-08-04T18:00:34.919Z[ host-image] Aug 04 18:00:34.297 INFO O| Aug 04 18:00:34.296 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
106542026-08-04T18:00:34.986Z[ host-image] Aug 04 18:00:34.364 INFO O| Aug 04 18:00:34.364 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
106552026-08-04T18:00:34.987Z[ host-image] Aug 04 18:00:34.364 INFO O| Aug 04 18:00:34.364 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
106562026-08-04T18:00:34.990Z[ host-image] Aug 04 18:00:34.366 INFO O| Aug 04 18:00:34.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
106572026-08-04T18:00:34.990Z[ host-image] Aug 04 18:00:34.366 INFO O| Aug 04 18:00:34.366 INFO ok!
106582026-08-04T18:00:34.990Z[ host-image] Aug 04 18:00:34.366 INFO O| Aug 04 18:00:34.366 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
106592026-08-04T18:00:34.990Z[ host-image] Aug 04 18:00:34.366 INFO O| Aug 04 18:00:34.366 INFO STEP 176 (seed_smf) COMPLETE
106602026-08-04T18:00:34.990Z[ host-image] Aug 04 18:00:34.366 INFO O| Aug 04 18:00:34.366 INFO steps complete; finalising image!
106612026-08-04T18:00:34.991Z[ host-image] Aug 04 18:00:34.367 INFO O| Aug 04 18:00:34.366 INFO TRIM POOL: TEMPORARY-sled-zfs
106622026-08-04T18:00:35.075Z[ host-image] Aug 04 18:00:34.453 INFO O| Aug 04 18:00:34.453 INFO trim TEMPORARY-sled-zfs: (6% trimmed, started at Tue Aug 4 18:00:34 2026)
106632026-08-04T18:00:35.292Z[ host-image] Aug 04 18:00:34.669 INFO O| Aug 04 18:00:34.669 INFO temporary pool has 903M used, 121M avail, 1.80x compressratio
106642026-08-04T18:00:35.292Z[ host-image] Aug 04 18:00:34.669 INFO O| Aug 04 18:00:34.669 INFO EXPORT POOL: TEMPORARY-sled-zfs
106652026-08-04T18:00:35.734Z[ host-image] Aug 04 18:00:35.112 INFO O| Aug 04 18:00:35.112 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
106662026-08-04T18:00:35.734Z[ host-image] Aug 04 18:00:35.112 INFO O| Aug 04 18:00:35.112 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
106672026-08-04T18:00:36.563Z[ host-image] Aug 04 18:00:35.940 INFO O| Aug 04 18:00:35.940 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
106682026-08-04T18:00:36.563Z[ host-image] Aug 04 18:00:35.940 INFO O| Aug 04 18:00:35.940 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
106692026-08-04T18:00:36.567Z[ host-image] Aug 04 18:00:35.940 INFO O| Aug 04 18:00:35.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
106702026-08-04T18:00:36.567Z[ host-image] Aug 04 18:00:35.940 INFO O| Aug 04 18:00:35.940 INFO completed processing sled/zfs
106712026-08-04T18:00:36.567Z[ host-image] Aug 04 18:00:35.940 INFO O| Aug 04 18:00:35.940 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
106722026-08-04T18:00:36.895Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
106732026-08-04T18:00:44.189Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
106742026-08-04T18:00:55.292Z[ host-image] Aug 04 18:00:54.669 INFO O| Aug 04 18:00:54.669 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
106752026-08-04T18:00:55.440Z[ host-image] Aug 04 18:00:54.818 INFO BUILD STRING "heads/stlouis-0-g63fe1e0f00\n"
106762026-08-04T18:00:55.440Z[ host-image] Aug 04 18:00:54.818 INFO expanded image name: "ci 6cc81ce/${os_short_commit} 2026-08-04 17:46" -> "ci 6cc81ce/63fe1e0 2026-08-04 17:46"
106772026-08-04T18:00:55.444Z[ host-image] Aug 04 18:00:54.818 INFO output artefacts stored in: "/work/os-host"
106782026-08-04T18:00:55.444Z[ host-image] Aug 04 18:00:54.818 INFO collecting git info from project "bootserver"...
106792026-08-04T18:00:55.447Z[ host-image] Aug 04 18:00:54.824 INFO collecting git info from project "amd-host-image-builder"...
106802026-08-04T18:00:55.452Z[ host-image] Aug 04 18:00:54.830 INFO collecting git info from project "image-builder"...
106812026-08-04T18:00:55.457Z[ host-image] Aug 04 18:00:54.835 INFO collecting git info from project "phbl"...
106822026-08-04T18:00:55.462Z[ host-image] Aug 04 18:00:54.840 INFO collecting git info from project "pilot"...
106832026-08-04T18:00:55.466Z[ host-image] Aug 04 18:00:54.845 INFO collecting git info from project "chelsio-t6-roms"...
106842026-08-04T18:00:55.471Z[ host-image] Aug 04 18:00:54.849 INFO collecting git info from project "dmar-report"...
106852026-08-04T18:00:55.476Z[ host-image] Aug 04 18:00:54.854 INFO collecting git info from project "pinprick"...
106862026-08-04T18:00:55.480Z[ host-image] Aug 04 18:00:54.858 INFO collecting git info from project "amd-firmware"...
106872026-08-04T18:00:55.490Z[ host-image] Aug 04 18:00:54.868 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
106882026-08-04T18:00:55.792Z[ host-image] Aug 04 18:00:55.169 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
106892026-08-04T18:00:56.082Z[ host-image] Aug 04 18:00:55.460 INFO creating Oxide boot image...
106902026-08-04T18:00:56.082Z[ host-image] Aug 04 18:00:55.460 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 6cc81ce/63fe1e0 2026-08-04 17:46", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
106912026-08-04T18:00:57.106Z[ host-image] Aug 04 18:00:56.484 INFO O| ok, image written!
106922026-08-04T18:00:57.106Z[ host-image] Aug 04 18:00:56.484 INFO O| ok, boot_image_csum file written!
106932026-08-04T18:00:57.110Z[ host-image] Aug 04 18:00:56.486 INFO creating boot archive (CPIO)...
106942026-08-04T18:00:57.110Z[ host-image] Aug 04 18:00:56.486 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
106952026-08-04T18:00:57.113Z[ host-image] Aug 04 18:00:56.491 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
106962026-08-04T18:00:57.113Z[ host-image] Aug 04 18:00:56.491 INFO E| + outfile=/work/os-host/cpio
106972026-08-04T18:00:57.113Z[ host-image] Aug 04 18:00:56.491 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
106982026-08-04T18:00:57.116Z[ host-image] Aug 04 18:00:56.493 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
106992026-08-04T18:00:57.116Z[ host-image] Aug 04 18:00:56.493 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
107002026-08-04T18:00:57.142Z[ host-image] Aug 04 18:00:56.519 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
107012026-08-04T18:00:57.145Z[ host-image] Aug 04 18:00:56.520 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
107022026-08-04T18:00:57.148Z[ host-image] Aug 04 18:00:56.526 INFO creating compressed cpio/unix for dev loaders...
107032026-08-04T18:00:57.151Z[ host-image] Aug 04 18:00:56.526 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
107042026-08-04T18:00:57.373Z[ host-image] Aug 04 18:00:56.750 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
107052026-08-04T18:01:00.628Z[ host-image] Aug 04 18:01:00.006 INFO creating reset image...
107062026-08-04T18:01:00.628Z[ host-image] Aug 04 18:01:00.006 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")
107072026-08-04T18:01:00.737Z[ recovery-image] Aug 04 18:01:00.114 INFO O| ok, image written!
107082026-08-04T18:01:00.737Z[ recovery-image] Aug 04 18:01:00.114 INFO O| ok, boot_image_csum file written!
107092026-08-04T18:01:00.740Z[ recovery-image] Aug 04 18:01:00.116 INFO creating boot archive (CPIO)...
107102026-08-04T18:01:00.740Z[ recovery-image] Aug 04 18:01:00.116 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
107112026-08-04T18:01:00.743Z[ recovery-image] Aug 04 18:01:00.120 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
107122026-08-04T18:01:00.743Z[ recovery-image] Aug 04 18:01:00.120 INFO E| + outfile=/work/os-recovery/cpio
107132026-08-04T18:01:00.743Z[ recovery-image] Aug 04 18:01:00.120 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
107142026-08-04T18:01:00.749Z[ recovery-image] Aug 04 18:01:00.122 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
107152026-08-04T18:01:00.749Z[ recovery-image] Aug 04 18:01:00.122 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
107162026-08-04T18:01:00.770Z[ recovery-image] Aug 04 18:01:00.147 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
107172026-08-04T18:01:00.773Z[ recovery-image] Aug 04 18:01:00.148 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
107182026-08-04T18:01:00.776Z[ recovery-image] Aug 04 18:01:00.153 INFO creating compressed cpio/unix for dev loaders...
107192026-08-04T18:01:00.776Z[ recovery-image] Aug 04 18:01:00.153 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
107202026-08-04T18:01:00.842Z[ host-image] Aug 04 18:01:00.220 INFO E| Updating crates.io index
107212026-08-04T18:01:00.997Z[ recovery-image] Aug 04 18:01:00.375 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
107222026-08-04T18:01:01.151Z[ host-image] Aug 04 18:01:00.528 INFO E| Downloading crates ...
107232026-08-04T18:01:01.193Z[ host-image] Aug 04 18:01:00.571 INFO E| Downloaded shared_child v1.1.1
107242026-08-04T18:01:01.197Z[ host-image] Aug 04 18:01:00.572 INFO E| Downloaded shared_thread v0.2.0
107252026-08-04T18:01:01.197Z[ host-image] Aug 04 18:01:00.572 INFO E| Downloaded clap_lex v1.1.0
107262026-08-04T18:01:01.200Z[ host-image] Aug 04 18:01:00.576 INFO E| Downloaded colorchoice v1.0.5
107272026-08-04T18:01:01.203Z[ host-image] Aug 04 18:01:00.578 INFO E| Downloaded os_pipe v1.2.3
107282026-08-04T18:01:01.203Z[ host-image] Aug 04 18:01:00.579 INFO E| Downloaded sigchld v0.2.4
107292026-08-04T18:01:01.203Z[ host-image] Aug 04 18:01:00.579 INFO E| Downloaded duct v1.1.1
107302026-08-04T18:01:01.234Z[ host-image] Aug 04 18:01:00.611 INFO E| Compiling libc v0.2.186
107312026-08-04T18:01:01.237Z[ host-image] Aug 04 18:01:00.611 INFO E| Compiling proc-macro2 v1.0.106
107322026-08-04T18:01:01.237Z[ host-image] Aug 04 18:01:00.611 INFO E| Compiling unicode-ident v1.0.24
107332026-08-04T18:01:01.237Z[ host-image] Aug 04 18:01:00.612 INFO E| Compiling quote v1.0.45
107342026-08-04T18:01:01.237Z[ host-image] Aug 04 18:01:00.612 INFO E| Compiling signal-hook v0.3.18
107352026-08-04T18:01:01.237Z[ host-image] Aug 04 18:01:00.612 INFO E| Compiling utf8parse v0.2.2
107362026-08-04T18:01:01.237Z[ host-image] Aug 04 18:01:00.612 INFO E| Compiling is_terminal_polyfill v1.70.2
107372026-08-04T18:01:01.237Z[ host-image] Aug 04 18:01:00.612 INFO E| Compiling anstyle v1.0.14
107382026-08-04T18:01:01.245Z[ host-image] Aug 04 18:01:00.623 INFO E| Compiling anstyle-query v1.1.5
107392026-08-04T18:01:01.248Z[ host-image] Aug 04 18:01:00.623 INFO E| Compiling colorchoice v1.0.5
107402026-08-04T18:01:01.248Z[ host-image] Aug 04 18:01:00.623 INFO E| Compiling strsim v0.11.1
107412026-08-04T18:01:01.248Z[ host-image] Aug 04 18:01:00.623 INFO E| Compiling clap_lex v1.1.0
107422026-08-04T18:01:01.248Z[ host-image] Aug 04 18:01:00.623 INFO E| Compiling heck v0.5.0
107432026-08-04T18:01:01.248Z[ host-image] Aug 04 18:01:00.623 INFO E| Compiling shared_thread v0.2.0
107442026-08-04T18:01:01.353Z[ host-image] Aug 04 18:01:00.731 INFO E| Compiling anstyle-parse v1.0.0
107452026-08-04T18:01:01.507Z[ host-image] Aug 04 18:01:00.884 INFO E| Compiling anstream v1.0.0
107462026-08-04T18:01:01.694Z[ host-image] Aug 04 18:01:01.072 INFO E| Compiling clap_builder v4.6.0
107472026-08-04T18:01:01.951Z[ host-image] Aug 04 18:01:01.329 INFO E| Compiling errno v0.3.14
107482026-08-04T18:01:01.951Z[ host-image] Aug 04 18:01:01.329 INFO E| Compiling os_pipe v1.2.3
107492026-08-04T18:01:02.036Z[ host-image] Aug 04 18:01:01.414 INFO E| Compiling signal-hook-registry v1.4.8
107502026-08-04T18:01:02.236Z[ host-image] Aug 04 18:01:01.613 INFO E| Compiling syn v2.0.117
107512026-08-04T18:01:02.283Z[ host-image] Aug 04 18:01:01.659 INFO E| Compiling sigchld v0.2.4
107522026-08-04T18:01:02.369Z[ host-image] Aug 04 18:01:01.747 INFO E| Compiling shared_child v1.1.1
107532026-08-04T18:01:02.478Z[ host-image] Aug 04 18:01:01.856 INFO E| Compiling duct v1.1.1
107542026-08-04T18:01:04.169Z[ host-image] Aug 04 18:01:03.546 INFO E| Compiling clap_derive v4.6.1
107552026-08-04T18:01:04.247Z[ recovery-image] Aug 04 18:01:03.625 INFO creating reset image...
107562026-08-04T18:01:04.247Z[ recovery-image] Aug 04 18:01:03.625 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")
107572026-08-04T18:01:04.404Z[ recovery-image] Aug 04 18:01:03.781 INFO E| Blocking waiting for file lock on build directory
107582026-08-04T18:01:05.377Z[ host-image] Aug 04 18:01:04.755 INFO E| Compiling clap v4.6.1
107592026-08-04T18:01:05.431Z[ host-image] Aug 04 18:01:04.809 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
107602026-08-04T18:01:06.183Z[ host-image] Aug 04 18:01:05.561 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s
107612026-08-04T18:01:06.190Z[ host-image] Aug 04 18:01:05.567 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
107622026-08-04T18:01:06.193Z[ recovery-image] Aug 04 18:01:05.567 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
107632026-08-04T18:01:06.193Z[ recovery-image] Aug 04 18:01:05.569 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
107642026-08-04T18:01:06.359Z[ recovery-image] Aug 04 18:01:05.736 INFO E| Blocking waiting for file lock on package cache
107652026-08-04T18:01:06.372Z[ host-image] Aug 04 18:01:05.749 INFO E| Blocking waiting for file lock on package cache
107662026-08-04T18:01:06.399Z[ recovery-image] Aug 04 18:01:05.774 INFO E| Blocking waiting for file lock on package cache
107672026-08-04T18:01:06.415Z[ host-image] Aug 04 18:01:05.793 INFO E| Blocking waiting for file lock on package cache
107682026-08-04T18:01:06.442Z[ recovery-image] Aug 04 18:01:05.820 INFO E| Blocking waiting for file lock on package cache
107692026-08-04T18:01:06.446Z[ host-image] Aug 04 18:01:05.821 INFO E| Downloading crates ...
107702026-08-04T18:01:06.482Z[ host-image] Aug 04 18:01:05.859 INFO E| Downloaded bitstruct v0.1.1
107712026-08-04T18:01:06.487Z[ host-image] Aug 04 18:01:05.865 INFO E| Downloaded bit_field v0.10.3
107722026-08-04T18:01:06.492Z[ host-image] Aug 04 18:01:05.870 INFO E| Downloaded bitflags v2.13.0
107732026-08-04T18:01:06.504Z[ host-image] Aug 04 18:01:05.882 INFO E| Downloaded cpio_reader v0.1.2
107742026-08-04T18:01:06.507Z[ host-image] Aug 04 18:01:05.885 INFO E| Downloaded bitstruct_derive v0.1.0
107752026-08-04T18:01:06.510Z[ host-image] Aug 04 18:01:05.886 INFO E| Downloaded miniz_oxide v0.9.1
107762026-08-04T18:01:06.517Z[ host-image] Aug 04 18:01:05.895 INFO E| Downloaded raw-cpuid v10.7.0
107772026-08-04T18:01:06.520Z[ host-image] Aug 04 18:01:05.897 INFO E| Downloaded log v0.4.32
107782026-08-04T18:01:06.546Z[ host-image] Aug 04 18:01:05.924 INFO E| Downloaded goblin v0.10.7
107792026-08-04T18:01:06.661Z[ host-image] Aug 04 18:01:06.038 INFO E| Downloaded x86 v0.52.0
107802026-08-04T18:01:06.692Z[ host-image] Aug 04 18:01:06.069 INFO E| Blocking waiting for file lock on package cache
107812026-08-04T18:01:06.695Z[ host-image] Aug 04 18:01:06.070 INFO E| Updating crates.io index
107822026-08-04T18:01:06.698Z[ recovery-image] Aug 04 18:01:06.074 INFO E| Blocking waiting for file lock on package cache
107832026-08-04T18:01:06.734Z[ host-image] Aug 04 18:01:06.111 INFO E| Blocking waiting for file lock on package cache
107842026-08-04T18:01:06.737Z[ recovery-image] Aug 04 18:01:06.114 INFO E| Blocking waiting for file lock on package cache
107852026-08-04T18:01:06.738Z[ host-image] Aug 04 18:01:06.114 INFO E| Downloading crates ...
107862026-08-04T18:01:06.761Z[ host-image] Aug 04 18:01:06.136 INFO E| Downloaded hashbrown v0.17.1
107872026-08-04T18:01:06.763Z[ host-image] Aug 04 18:01:06.139 INFO E| Downloaded rustc-literal-escaper v0.0.7
107882026-08-04T18:01:06.764Z[ host-image] Aug 04 18:01:06.140 INFO E| Blocking waiting for file lock on package cache
107892026-08-04T18:01:06.808Z[ recovery-image] Aug 04 18:01:06.185 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)
107902026-08-04T18:01:06.808Z[ recovery-image] Aug 04 18:01:06.185 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)
107912026-08-04T18:01:06.811Z[ recovery-image] Aug 04 18:01:06.185 INFO E| Compiling proc-macro2 v1.0.106
107922026-08-04T18:01:06.811Z[ host-image] Aug 04 18:01:06.185 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)
107932026-08-04T18:01:06.811Z[ recovery-image] Aug 04 18:01:06.185 INFO E| Compiling unicode-ident v1.0.24
107942026-08-04T18:01:06.811Z[ recovery-image] Aug 04 18:01:06.185 INFO E| Compiling quote v1.0.45
107952026-08-04T18:01:06.811Z[ host-image] Aug 04 18:01:06.185 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)
107962026-08-04T18:01:06.811Z[ host-image] Aug 04 18:01:06.185 INFO E| Compiling proc-macro2 v1.0.106
107972026-08-04T18:01:06.811Z[ recovery-image] Aug 04 18:01:06.185 INFO E| Compiling syn v1.0.109
107982026-08-04T18:01:06.811Z[ recovery-image] Aug 04 18:01:06.185 INFO E| Compiling x86 v0.52.0
107992026-08-04T18:01:06.811Z[ recovery-image] Aug 04 18:01:06.185 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108002026-08-04T18:01:06.811Z[ recovery-image] Aug 04 18:01:06.185 INFO E| Compiling seq-macro v0.3.6
108012026-08-04T18:01:06.812Z[ host-image] Aug 04 18:01:06.185 INFO E| Compiling quote v1.0.45
108022026-08-04T18:01:06.812Z[ host-image] Aug 04 18:01:06.185 INFO E| Compiling unicode-ident v1.0.24
108032026-08-04T18:01:06.812Z[ host-image] Aug 04 18:01:06.185 INFO E| Compiling syn v1.0.109
108042026-08-04T18:01:06.812Z[ host-image] Aug 04 18:01:06.185 INFO E| Compiling x86 v0.52.0
108052026-08-04T18:01:06.812Z[ host-image] Aug 04 18:01:06.186 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108062026-08-04T18:01:06.812Z[ host-image] Aug 04 18:01:06.186 INFO E| Compiling seq-macro v0.3.6
108072026-08-04T18:01:07.786Z[ recovery-image] Aug 04 18:01:07.163 INFO E| Compiling syn v2.0.117
108082026-08-04T18:01:07.891Z[ host-image] Aug 04 18:01:07.268 INFO E| Compiling syn v2.0.117
108092026-08-04T18:01:09.130Z[ recovery-image] Aug 04 18:01:08.507 INFO E| Compiling scroll_derive v0.13.1
108102026-08-04T18:01:09.248Z[ host-image] Aug 04 18:01:08.625 INFO E| Compiling scroll_derive v0.13.1
108112026-08-04T18:01:10.132Z[ recovery-image] Aug 04 18:01:09.509 INFO E| Compiling bitstruct_derive v0.1.0
108122026-08-04T18:01:10.263Z[ host-image] Aug 04 18:01:09.640 INFO E| Compiling bitstruct_derive v0.1.0
108132026-08-04T18:01:19.329Z[ host-image] Aug 04 18:01:18.706 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)
108142026-08-04T18:01:19.363Z[ recovery-image] Aug 04 18:01:18.740 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)
108152026-08-04T18:01:21.468Z[ host-image] Aug 04 18:01:20.841 INFO E| Compiling bitflags v1.3.2
108162026-08-04T18:01:21.468Z[ host-image] Aug 04 18:01:20.841 INFO E| Compiling bitflags v2.13.0
108172026-08-04T18:01:21.483Z[ host-image] Aug 04 18:01:20.841 INFO E| Compiling scroll v0.13.0
108182026-08-04T18:01:21.483Z[ host-image] Aug 04 18:01:20.841 INFO E| Compiling log v0.4.32
108192026-08-04T18:01:21.483Z[ host-image] Aug 04 18:01:20.841 INFO E| Compiling adler2 v2.0.1
108202026-08-04T18:01:21.483Z[ host-image] Aug 04 18:01:20.841 INFO E| Compiling plain v0.2.3
108212026-08-04T18:01:21.484Z[ host-image] Aug 04 18:01:20.841 INFO E| Compiling bit_field v0.10.3
108222026-08-04T18:01:21.484Z[ host-image] Aug 04 18:01:20.841 INFO E| Compiling bitstruct v0.1.1
108232026-08-04T18:01:21.484Z[ host-image] Aug 04 18:01:20.842 INFO E| Compiling static_assertions v1.1.0
108242026-08-04T18:01:21.492Z[ recovery-image] Aug 04 18:01:20.866 INFO E| Compiling bitflags v1.3.2
108252026-08-04T18:01:21.492Z[ recovery-image] Aug 04 18:01:20.866 INFO E| Compiling bitflags v2.13.0
108262026-08-04T18:01:21.492Z[ recovery-image] Aug 04 18:01:20.866 INFO E| Compiling plain v0.2.3
108272026-08-04T18:01:21.492Z[ recovery-image] Aug 04 18:01:20.866 INFO E| Compiling scroll v0.13.0
108282026-08-04T18:01:21.492Z[ recovery-image] Aug 04 18:01:20.866 INFO E| Compiling bit_field v0.10.3
108292026-08-04T18:01:21.492Z[ recovery-image] Aug 04 18:01:20.866 INFO E| Compiling adler2 v2.0.1
108302026-08-04T18:01:21.492Z[ recovery-image] Aug 04 18:01:20.866 INFO E| Compiling log v0.4.32
108312026-08-04T18:01:21.493Z[ recovery-image] Aug 04 18:01:20.866 INFO E| Compiling bitstruct v0.1.1
108322026-08-04T18:01:21.493Z[ recovery-image] Aug 04 18:01:20.866 INFO E| Compiling static_assertions v1.1.0
108332026-08-04T18:01:21.517Z[ host-image] Aug 04 18:01:20.894 INFO E| Compiling raw-cpuid v10.7.0
108342026-08-04T18:01:21.541Z[ recovery-image] Aug 04 18:01:20.918 INFO E| Compiling raw-cpuid v10.7.0
108352026-08-04T18:01:21.588Z[ host-image] Aug 04 18:01:20.955 INFO E| Compiling miniz_oxide v0.9.1
108362026-08-04T18:01:21.592Z[ recovery-image] Aug 04 18:01:20.961 INFO E| Compiling miniz_oxide v0.9.1
108372026-08-04T18:01:21.695Z[ host-image] Aug 04 18:01:21.072 INFO E| Compiling cpio_reader v0.1.2
108382026-08-04T18:01:21.738Z[ recovery-image] Aug 04 18:01:21.115 INFO E| Compiling cpio_reader v0.1.2
108392026-08-04T18:01:21.763Z[ host-image] Aug 04 18:01:21.140 INFO E| Compiling goblin v0.10.7
108402026-08-04T18:01:21.790Z[ recovery-image] Aug 04 18:01:21.168 INFO E| Compiling goblin v0.10.7
108412026-08-04T18:01:24.750Z[ recovery-image] Aug 04 18:01:24.127 INFO E| Finished `release` profile [optimized] target(s) in 18.54s
108422026-08-04T18:01:24.767Z[ recovery-image] Aug 04 18:01:24.142 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
108432026-08-04T18:01:24.767Z[ recovery-image] Aug 04 18:01:24.142 INFO building ROM for cosmo
108442026-08-04T18:01:24.767Z[ recovery-image] Aug 04 18:01:24.142 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")
108452026-08-04T18:01:24.853Z[ recovery-image] Aug 04 18:01:24.230 INFO E| Downloading crates ...
108462026-08-04T18:01:24.858Z[ host-image] Aug 04 18:01:24.231 INFO E| Finished `release` profile [optimized] target(s) in 18.65s
108472026-08-04T18:01:24.876Z[ host-image] Aug 04 18:01:24.252 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
108482026-08-04T18:01:24.885Z[ host-image] Aug 04 18:01:24.252 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
108492026-08-04T18:01:24.885Z[ host-image] Aug 04 18:01:24.252 INFO building ROM for gimlet
108502026-08-04T18:01:24.885Z[ host-image] Aug 04 18:01:24.252 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")
108512026-08-04T18:01:24.894Z[ recovery-image] Aug 04 18:01:24.272 INFO E| Downloaded anstyle v1.0.10
108522026-08-04T18:01:24.901Z[ recovery-image] Aug 04 18:01:24.279 INFO E| Downloaded shared_child v1.0.1
108532026-08-04T18:01:24.904Z[ recovery-image] Aug 04 18:01:24.280 INFO E| Downloaded clap_lex v0.7.4
108542026-08-04T18:01:24.907Z[ recovery-image] Aug 04 18:01:24.285 INFO E| Downloaded anstyle-parse v0.2.6
108552026-08-04T18:01:24.912Z[ recovery-image] Aug 04 18:01:24.286 INFO E| Downloaded os_pipe v1.2.1
108562026-08-04T18:01:24.913Z[ recovery-image] Aug 04 18:01:24.287 INFO E| Downloaded anstyle-query v1.1.2
108572026-08-04T18:01:24.920Z[ recovery-image] Aug 04 18:01:24.293 INFO E| Downloaded colorchoice v1.0.3
108582026-08-04T18:01:24.920Z[ recovery-image] Aug 04 18:01:24.294 INFO E| Downloaded serde_spanned v0.6.8
108592026-08-04T18:01:24.924Z[ recovery-image] Aug 04 18:01:24.296 INFO E| Downloaded clap_derive v4.5.32
108602026-08-04T18:01:24.924Z[ recovery-image] Aug 04 18:01:24.297 INFO E| Downloaded toml v0.8.22
108612026-08-04T18:01:24.924Z[ host-image] Aug 04 18:01:24.298 INFO E| Blocking waiting for file lock on package cache
108622026-08-04T18:01:24.939Z[ recovery-image] Aug 04 18:01:24.317 INFO E| Downloaded is_terminal_polyfill v1.70.1
108632026-08-04T18:01:24.944Z[ recovery-image] Aug 04 18:01:24.317 INFO E| Downloaded toml_datetime v0.6.9
108642026-08-04T18:01:24.945Z[ recovery-image] Aug 04 18:01:24.318 INFO E| Downloaded anstream v0.6.18
108652026-08-04T18:01:24.945Z[ recovery-image] Aug 04 18:01:24.319 INFO E| Downloaded toml_write v0.1.1
108662026-08-04T18:01:24.945Z[ recovery-image] Aug 04 18:01:24.320 INFO E| Downloaded duct v0.13.7
108672026-08-04T18:01:24.951Z[ recovery-image] Aug 04 18:01:24.322 INFO E| Downloaded clap v4.5.37
108682026-08-04T18:01:24.955Z[ recovery-image] Aug 04 18:01:24.333 INFO E| Downloaded toml_edit v0.22.26
108692026-08-04T18:01:24.979Z[ recovery-image] Aug 04 18:01:24.354 INFO E| Downloaded cc v1.2.20
108702026-08-04T18:01:24.984Z[ recovery-image] Aug 04 18:01:24.356 INFO E| Downloaded winnow v0.7.7
108712026-08-04T18:01:24.984Z[ recovery-image] Aug 04 18:01:24.361 INFO E| Downloaded clap_builder v4.5.37
108722026-08-04T18:01:24.990Z[ recovery-image] Aug 04 18:01:24.366 INFO E| Blocking waiting for file lock on package cache
108732026-08-04T18:01:25.021Z[ recovery-image] Aug 04 18:01:24.398 INFO E| Compiling libc v0.2.172
108742026-08-04T18:01:25.021Z[ recovery-image] Aug 04 18:01:24.398 INFO E| Compiling utf8parse v0.2.2
108752026-08-04T18:01:25.027Z[ recovery-image] Aug 04 18:01:24.399 INFO E| Compiling anstyle v1.0.10
108762026-08-04T18:01:25.027Z[ recovery-image] Aug 04 18:01:24.399 INFO E| Compiling colorchoice v1.0.3
108772026-08-04T18:01:25.027Z[ recovery-image] Aug 04 18:01:24.399 INFO E| Compiling once_cell v1.21.3
108782026-08-04T18:01:25.027Z[ recovery-image] Aug 04 18:01:24.399 INFO E| Compiling equivalent v1.0.2
108792026-08-04T18:01:25.027Z[ recovery-image] Aug 04 18:01:24.399 INFO E| Compiling hashbrown v0.15.2
108802026-08-04T18:01:25.027Z[ host-image] Aug 04 18:01:24.401 INFO E| Blocking waiting for file lock on build directory
108812026-08-04T18:01:25.039Z[ recovery-image] Aug 04 18:01:24.416 INFO E| Compiling shlex v1.3.0
108822026-08-04T18:01:25.044Z[ recovery-image] Aug 04 18:01:24.417 INFO E| Compiling anstyle-query v1.1.2
108832026-08-04T18:01:25.044Z[ recovery-image] Aug 04 18:01:24.417 INFO E| Compiling is_terminal_polyfill v1.70.1
108842026-08-04T18:01:25.044Z[ recovery-image] Aug 04 18:01:24.417 INFO E| Compiling winnow v0.7.7
108852026-08-04T18:01:25.044Z[ recovery-image] Aug 04 18:01:24.417 INFO E| Compiling toml_write v0.1.1
108862026-08-04T18:01:25.055Z[ recovery-image] Aug 04 18:01:24.433 INFO E| Compiling anyhow v1.0.98
108872026-08-04T18:01:25.058Z[ recovery-image] Aug 04 18:01:24.433 INFO E| Compiling clap_lex v0.7.4
108882026-08-04T18:01:25.062Z[ recovery-image] Aug 04 18:01:24.439 INFO E| Compiling strsim v0.11.1
108892026-08-04T18:01:25.062Z[ recovery-image] Aug 04 18:01:24.440 INFO E| Compiling syn v2.0.101
108902026-08-04T18:01:25.167Z[ recovery-image] Aug 04 18:01:24.542 INFO E| Compiling anstyle-parse v0.2.6
108912026-08-04T18:01:25.202Z[ recovery-image] Aug 04 18:01:24.577 INFO E| Compiling cc v1.2.20
108922026-08-04T18:01:25.298Z[ recovery-image] Aug 04 18:01:24.675 INFO E| Compiling anstream v0.6.18
108932026-08-04T18:01:25.552Z[ recovery-image] Aug 04 18:01:24.929 INFO E| Compiling indexmap v2.9.0
108942026-08-04T18:01:25.602Z[ recovery-image] Aug 04 18:01:24.971 INFO E| Compiling clap_builder v4.5.37
108952026-08-04T18:01:25.900Z[ recovery-image] Aug 04 18:01:25.277 INFO E| Compiling os_pipe v1.2.1
108962026-08-04T18:01:25.900Z[ recovery-image] Aug 04 18:01:25.277 INFO E| Compiling shared_child v1.0.1
108972026-08-04T18:01:26.508Z[ recovery-image] Aug 04 18:01:25.414 INFO E| Compiling duct v0.13.7
108982026-08-04T18:01:26.644Z[ recovery-image] Aug 04 18:01:26.021 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108992026-08-04T18:01:27.282Z[ recovery-image] Aug 04 18:01:26.659 INFO E| Compiling serde_derive v1.0.219
109002026-08-04T18:01:27.282Z[ recovery-image] Aug 04 18:01:26.659 INFO E| Compiling clap_derive v4.5.32
109012026-08-04T18:01:29.055Z[ recovery-image] Aug 04 18:01:28.431 INFO E| Compiling clap v4.5.37
109022026-08-04T18:01:29.596Z[ recovery-image] Aug 04 18:01:28.973 INFO E| Compiling serde v1.0.219
109032026-08-04T18:01:31.475Z[ recovery-image] Aug 04 18:01:30.852 INFO E| Compiling toml_datetime v0.6.9
109042026-08-04T18:01:31.475Z[ recovery-image] Aug 04 18:01:30.852 INFO E| Compiling serde_spanned v0.6.8
109052026-08-04T18:01:31.634Z[ recovery-image] Aug 04 18:01:31.011 INFO E| Compiling toml_edit v0.22.26
109062026-08-04T18:01:33.039Z[ recovery-image] Aug 04 18:01:32.415 INFO E| Compiling toml v0.8.22
109072026-08-04T18:01:35.315Z[ recovery-image] Aug 04 18:01:34.692 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.51s
109082026-08-04T18:01:35.323Z[ host-image] Aug 04 18:01:34.701 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.41s
109092026-08-04T18:01:35.326Z[ recovery-image] Aug 04 18:01:34.702 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`
109102026-08-04T18:01:35.326Z[ host-image] Aug 04 18:01:34.703 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`
109112026-08-04T18:01:35.344Z[ host-image] Aug 04 18:01:34.722 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109122026-08-04T18:01:35.347Z[ recovery-image] Aug 04 18:01:34.723 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109132026-08-04T18:01:35.366Z[ recovery-image] Aug 04 18:01:34.744 INFO E| Blocking waiting for file lock on package cache
109142026-08-04T18:01:35.389Z[ host-image] Aug 04 18:01:34.767 INFO E| Blocking waiting for file lock on package cache
109152026-08-04T18:01:35.412Z[ recovery-image] Aug 04 18:01:34.790 INFO E| Blocking waiting for file lock on package cache
109162026-08-04T18:01:35.416Z[ host-image] Aug 04 18:01:34.790 INFO E| Blocking waiting for file lock on package cache
109172026-08-04T18:01:35.416Z[ recovery-image] Aug 04 18:01:34.792 INFO E| Blocking waiting for file lock on package cache
109182026-08-04T18:01:35.432Z[ host-image] Aug 04 18:01:34.809 INFO E| Blocking waiting for file lock on package cache
109192026-08-04T18:01:35.447Z[ recovery-image] Aug 04 18:01:34.824 INFO E| Blocking waiting for file lock on build directory
109202026-08-04T18:01:35.459Z[ host-image] Aug 04 18:01:34.836 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
109212026-08-04T18:01:35.462Z[ host-image] Aug 04 18:01:34.840 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`
109222026-08-04T18:01:35.469Z[ recovery-image] Aug 04 18:01:34.847 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
109232026-08-04T18:01:35.473Z[ recovery-image] Aug 04 18:01:34.851 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`
109242026-08-04T18:01:35.588Z[ host-image] Aug 04 18:01:34.965 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109252026-08-04T18:01:35.588Z[ host-image] Aug 04 18:01:34.965 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109262026-08-04T18:01:35.588Z[ host-image] Aug 04 18:01:34.965 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109272026-08-04T18:01:35.591Z[ host-image] Aug 04 18:01:34.965 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109282026-08-04T18:01:35.591Z[ host-image] Aug 04 18:01:34.966 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109292026-08-04T18:01:35.591Z[ host-image] Aug 04 18:01:34.966 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109302026-08-04T18:01:35.591Z[ host-image] Aug 04 18:01:34.966 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109312026-08-04T18:01:35.591Z[ host-image] Aug 04 18:01:34.966 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109322026-08-04T18:01:35.591Z[ host-image] Aug 04 18:01:34.966 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109332026-08-04T18:01:35.591Z[ host-image] Aug 04 18:01:34.966 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109342026-08-04T18:01:35.592Z[ host-image] Aug 04 18:01:34.966 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109352026-08-04T18:01:35.592Z[ host-image] Aug 04 18:01:34.966 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109362026-08-04T18:01:35.592Z[ host-image] Aug 04 18:01:34.966 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109372026-08-04T18:01:35.592Z[ host-image] Aug 04 18:01:34.966 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109382026-08-04T18:01:35.592Z[ host-image] Aug 04 18:01:34.966 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109392026-08-04T18:01:35.592Z[ host-image] Aug 04 18:01:34.966 INFO O| Info: ABL version: 0x100f5010
109402026-08-04T18:01:35.592Z[ host-image] Aug 04 18:01:34.966 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109412026-08-04T18:01:35.592Z[ host-image] Aug 04 18:01:34.966 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109422026-08-04T18:01:35.592Z[ host-image] Aug 04 18:01:34.966 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109432026-08-04T18:01:35.592Z[ host-image] Aug 04 18:01:34.966 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109442026-08-04T18:01:35.592Z[ host-image] Aug 04 18:01:34.966 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109452026-08-04T18:01:35.593Z[ host-image] Aug 04 18:01:34.966 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109462026-08-04T18:01:35.593Z[ host-image] Aug 04 18:01:34.966 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109472026-08-04T18:01:35.593Z[ host-image] Aug 04 18:01:34.966 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109482026-08-04T18:01:35.593Z[ host-image] Aug 04 18:01:34.967 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109492026-08-04T18:01:35.593Z[ host-image] Aug 04 18:01:34.967 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109502026-08-04T18:01:35.593Z[ host-image] Aug 04 18:01:34.967 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109512026-08-04T18:01:35.593Z[ host-image] Aug 04 18:01:34.967 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109522026-08-04T18:01:35.593Z[ host-image] Aug 04 18:01:34.967 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109532026-08-04T18:01:35.593Z[ host-image] Aug 04 18:01:34.967 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109542026-08-04T18:01:35.593Z[ host-image] Aug 04 18:01:34.967 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109552026-08-04T18:01:35.593Z[ host-image] Aug 04 18:01:34.967 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109562026-08-04T18:01:35.593Z[ host-image] Aug 04 18:01:34.967 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109572026-08-04T18:01:35.593Z[ host-image] Aug 04 18:01:34.967 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109582026-08-04T18:01:35.593Z[ host-image] Aug 04 18:01:34.967 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109592026-08-04T18:01:35.629Z[ host-image] Aug 04 18:01:35.007 INFO building ROM for cosmo
109602026-08-04T18:01:35.629Z[ host-image] Aug 04 18:01:35.007 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")
109612026-08-04T18:01:35.696Z[ recovery-image] Aug 04 18:01:35.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109622026-08-04T18:01:35.696Z[ recovery-image] Aug 04 18:01:35.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109632026-08-04T18:01:35.696Z[ recovery-image] Aug 04 18:01:35.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109642026-08-04T18:01:35.703Z[ recovery-image] Aug 04 18:01:35.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109652026-08-04T18:01:35.703Z[ recovery-image] Aug 04 18:01:35.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109662026-08-04T18:01:35.703Z[ recovery-image] Aug 04 18:01:35.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109672026-08-04T18:01:35.703Z[ recovery-image] Aug 04 18:01:35.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109682026-08-04T18:01:35.703Z[ recovery-image] Aug 04 18:01:35.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109692026-08-04T18:01:35.703Z[ recovery-image] Aug 04 18:01:35.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109702026-08-04T18:01:35.703Z[ recovery-image] Aug 04 18:01:35.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109712026-08-04T18:01:35.703Z[ recovery-image] Aug 04 18:01:35.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109722026-08-04T18:01:35.703Z[ recovery-image] Aug 04 18:01:35.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109732026-08-04T18:01:35.703Z[ recovery-image] Aug 04 18:01:35.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109742026-08-04T18:01:35.703Z[ recovery-image] Aug 04 18:01:35.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109752026-08-04T18:01:35.703Z[ recovery-image] Aug 04 18:01:35.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109762026-08-04T18:01:35.703Z[ recovery-image] Aug 04 18:01:35.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109772026-08-04T18:01:35.703Z[ recovery-image] Aug 04 18:01:35.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109782026-08-04T18:01:35.704Z[ recovery-image] Aug 04 18:01:35.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109792026-08-04T18:01:35.704Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109802026-08-04T18:01:35.704Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109812026-08-04T18:01:35.704Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109822026-08-04T18:01:35.704Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109832026-08-04T18:01:35.704Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109842026-08-04T18:01:35.704Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109852026-08-04T18:01:35.704Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109862026-08-04T18:01:35.704Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109872026-08-04T18:01:35.704Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109882026-08-04T18:01:35.704Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109892026-08-04T18:01:35.704Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109902026-08-04T18:01:35.704Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109912026-08-04T18:01:35.704Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109922026-08-04T18:01:35.704Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109932026-08-04T18:01:35.704Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109942026-08-04T18:01:35.704Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109952026-08-04T18:01:35.704Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109962026-08-04T18:01:35.704Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109972026-08-04T18:01:35.704Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109982026-08-04T18:01:35.705Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109992026-08-04T18:01:35.705Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110002026-08-04T18:01:35.705Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110012026-08-04T18:01:35.705Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110022026-08-04T18:01:35.705Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110032026-08-04T18:01:35.705Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110042026-08-04T18:01:35.705Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110052026-08-04T18:01:35.705Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110062026-08-04T18:01:35.705Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110072026-08-04T18:01:35.705Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110082026-08-04T18:01:35.705Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110092026-08-04T18:01:35.705Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110102026-08-04T18:01:35.705Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110112026-08-04T18:01:35.705Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110122026-08-04T18:01:35.705Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110132026-08-04T18:01:35.705Z[ recovery-image] Aug 04 18:01:35.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110142026-08-04T18:01:35.705Z[ recovery-image] Aug 04 18:01:35.076 INFO O| Info: ABL version: 0x100af010
110152026-08-04T18:01:35.706Z[ recovery-image] Aug 04 18:01:35.076 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110162026-08-04T18:01:35.706Z[ recovery-image] Aug 04 18:01:35.076 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110172026-08-04T18:01:35.706Z[ recovery-image] Aug 04 18:01:35.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110182026-08-04T18:01:35.706Z[ recovery-image] Aug 04 18:01:35.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110192026-08-04T18:01:35.706Z[ recovery-image] Aug 04 18:01:35.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110202026-08-04T18:01:35.706Z[ recovery-image] Aug 04 18:01:35.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110212026-08-04T18:01:35.706Z[ recovery-image] Aug 04 18:01:35.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110222026-08-04T18:01:35.706Z[ recovery-image] Aug 04 18:01:35.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110232026-08-04T18:01:35.706Z[ recovery-image] Aug 04 18:01:35.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110242026-08-04T18:01:35.706Z[ recovery-image] Aug 04 18:01:35.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110252026-08-04T18:01:35.706Z[ recovery-image] Aug 04 18:01:35.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110262026-08-04T18:01:35.706Z[ recovery-image] Aug 04 18:01:35.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110272026-08-04T18:01:35.706Z[ recovery-image] Aug 04 18:01:35.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110282026-08-04T18:01:35.706Z[ recovery-image] Aug 04 18:01:35.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110292026-08-04T18:01:35.707Z[ recovery-image] Aug 04 18:01:35.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110302026-08-04T18:01:35.707Z[ recovery-image] Aug 04 18:01:35.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110312026-08-04T18:01:35.707Z[ recovery-image] Aug 04 18:01:35.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110322026-08-04T18:01:35.707Z[ recovery-image] Aug 04 18:01:35.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110332026-08-04T18:01:35.707Z[ recovery-image] Aug 04 18:01:35.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110342026-08-04T18:01:35.707Z[ recovery-image] Aug 04 18:01:35.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110352026-08-04T18:01:35.707Z[ recovery-image] Aug 04 18:01:35.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110362026-08-04T18:01:35.707Z[ recovery-image] Aug 04 18:01:35.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110372026-08-04T18:01:35.707Z[ recovery-image] Aug 04 18:01:35.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110382026-08-04T18:01:35.707Z[ recovery-image] Aug 04 18:01:35.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110392026-08-04T18:01:35.707Z[ recovery-image] Aug 04 18:01:35.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110402026-08-04T18:01:35.707Z[ recovery-image] Aug 04 18:01:35.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110412026-08-04T18:01:35.707Z[ recovery-image] Aug 04 18:01:35.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110422026-08-04T18:01:35.707Z[ recovery-image] Aug 04 18:01:35.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110432026-08-04T18:01:35.707Z[ recovery-image] Aug 04 18:01:35.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110442026-08-04T18:01:35.708Z[ recovery-image] Aug 04 18:01:35.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110452026-08-04T18:01:35.708Z[ recovery-image] Aug 04 18:01:35.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110462026-08-04T18:01:35.708Z[ recovery-image] Aug 04 18:01:35.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110472026-08-04T18:01:35.708Z[ recovery-image] Aug 04 18:01:35.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110482026-08-04T18:01:35.728Z[ host-image] Aug 04 18:01:35.105 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110492026-08-04T18:01:35.731Z[ host-image] Aug 04 18:01:35.108 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`
110502026-08-04T18:01:35.736Z[ recovery-image] Aug 04 18:01:35.114 INFO building ROM for gimlet
110512026-08-04T18:01:35.740Z[ recovery-image] Aug 04 18:01:35.114 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")
110522026-08-04T18:01:35.746Z[ host-image] Aug 04 18:01:35.123 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110532026-08-04T18:01:35.790Z[ recovery-image] Aug 04 18:01:35.167 INFO E| Blocking waiting for file lock on package cache
110542026-08-04T18:01:35.793Z[ host-image] Aug 04 18:01:35.170 INFO E| Blocking waiting for file lock on package cache
110552026-08-04T18:01:35.816Z[ recovery-image] Aug 04 18:01:35.194 INFO E| Blocking waiting for file lock on package cache
110562026-08-04T18:01:35.819Z[ host-image] Aug 04 18:01:35.194 INFO E| Blocking waiting for file lock on package cache
110572026-08-04T18:01:35.819Z[ recovery-image] Aug 04 18:01:35.195 INFO E| Blocking waiting for file lock on package cache
110582026-08-04T18:01:35.832Z[ host-image] Aug 04 18:01:35.209 INFO E| Blocking waiting for file lock on package cache
110592026-08-04T18:01:35.842Z[ host-image] Aug 04 18:01:35.220 INFO E| Blocking waiting for file lock on build directory
110602026-08-04T18:01:35.847Z[ recovery-image] Aug 04 18:01:35.225 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
110612026-08-04T18:01:35.850Z[ recovery-image] Aug 04 18:01:35.228 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`
110622026-08-04T18:01:35.860Z[ host-image] Aug 04 18:01:35.236 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
110632026-08-04T18:01:35.866Z[ host-image] Aug 04 18:01:35.242 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`
110642026-08-04T18:01:35.870Z[ recovery-image] Aug 04 18:01:35.244 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110652026-08-04T18:01:35.944Z[ recovery-image] Aug 04 18:01:35.320 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
110662026-08-04T18:01:35.950Z[ recovery-image] Aug 04 18:01:35.325 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`
110672026-08-04T18:01:36.068Z[ recovery-image] Aug 04 18:01:35.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110682026-08-04T18:01:36.068Z[ recovery-image] Aug 04 18:01:35.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110692026-08-04T18:01:36.071Z[ recovery-image] Aug 04 18:01:35.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110702026-08-04T18:01:36.071Z[ recovery-image] Aug 04 18:01:35.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110712026-08-04T18:01:36.071Z[ recovery-image] Aug 04 18:01:35.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110722026-08-04T18:01:36.071Z[ recovery-image] Aug 04 18:01:35.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110732026-08-04T18:01:36.071Z[ recovery-image] Aug 04 18:01:35.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110742026-08-04T18:01:36.072Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110752026-08-04T18:01:36.072Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110762026-08-04T18:01:36.072Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110772026-08-04T18:01:36.072Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110782026-08-04T18:01:36.072Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110792026-08-04T18:01:36.072Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110802026-08-04T18:01:36.072Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110812026-08-04T18:01:36.072Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110822026-08-04T18:01:36.072Z[ recovery-image] Aug 04 18:01:35.446 INFO O| Info: ABL version: 0x100f5010
110832026-08-04T18:01:36.072Z[ recovery-image] Aug 04 18:01:35.446 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110842026-08-04T18:01:36.072Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110852026-08-04T18:01:36.072Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110862026-08-04T18:01:36.072Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110872026-08-04T18:01:36.072Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110882026-08-04T18:01:36.072Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110892026-08-04T18:01:36.073Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110902026-08-04T18:01:36.073Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110912026-08-04T18:01:36.073Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110922026-08-04T18:01:36.073Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110932026-08-04T18:01:36.073Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110942026-08-04T18:01:36.073Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110952026-08-04T18:01:36.073Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110962026-08-04T18:01:36.073Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110972026-08-04T18:01:36.073Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110982026-08-04T18:01:36.073Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110992026-08-04T18:01:36.073Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111002026-08-04T18:01:36.073Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111012026-08-04T18:01:36.073Z[ recovery-image] Aug 04 18:01:35.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111022026-08-04T18:01:36.084Z[ host-image] Aug 04 18:01:35.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
111032026-08-04T18:01:36.084Z[ host-image] Aug 04 18:01:35.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
111042026-08-04T18:01:36.085Z[ host-image] Aug 04 18:01:35.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
111052026-08-04T18:01:36.089Z[ host-image] Aug 04 18:01:35.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
111062026-08-04T18:01:36.089Z[ host-image] Aug 04 18:01:35.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
111072026-08-04T18:01:36.089Z[ host-image] Aug 04 18:01:35.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
111082026-08-04T18:01:36.089Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111092026-08-04T18:01:36.089Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111102026-08-04T18:01:36.089Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111112026-08-04T18:01:36.089Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111122026-08-04T18:01:36.089Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111132026-08-04T18:01:36.089Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111142026-08-04T18:01:36.089Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111152026-08-04T18:01:36.089Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111162026-08-04T18:01:36.090Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111172026-08-04T18:01:36.090Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111182026-08-04T18:01:36.090Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111192026-08-04T18:01:36.090Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111202026-08-04T18:01:36.090Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111212026-08-04T18:01:36.090Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111222026-08-04T18:01:36.090Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111232026-08-04T18:01:36.090Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111242026-08-04T18:01:36.090Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111252026-08-04T18:01:36.090Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111262026-08-04T18:01:36.090Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111272026-08-04T18:01:36.091Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111282026-08-04T18:01:36.091Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111292026-08-04T18:01:36.091Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111302026-08-04T18:01:36.091Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111312026-08-04T18:01:36.091Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111322026-08-04T18:01:36.091Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111332026-08-04T18:01:36.091Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111342026-08-04T18:01:36.091Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111352026-08-04T18:01:36.091Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111362026-08-04T18:01:36.091Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111372026-08-04T18:01:36.091Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111382026-08-04T18:01:36.091Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111392026-08-04T18:01:36.091Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111402026-08-04T18:01:36.091Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111412026-08-04T18:01:36.091Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111422026-08-04T18:01:36.092Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111432026-08-04T18:01:36.092Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111442026-08-04T18:01:36.092Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111452026-08-04T18:01:36.092Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111462026-08-04T18:01:36.092Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111472026-08-04T18:01:36.092Z[ host-image] Aug 04 18:01:35.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111482026-08-04T18:01:36.092Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111492026-08-04T18:01:36.092Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111502026-08-04T18:01:36.092Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111512026-08-04T18:01:36.092Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111522026-08-04T18:01:36.092Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111532026-08-04T18:01:36.092Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111542026-08-04T18:01:36.092Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111552026-08-04T18:01:36.092Z[ host-image] Aug 04 18:01:35.464 INFO O| Info: ABL version: 0x100af010
111562026-08-04T18:01:36.092Z[ host-image] Aug 04 18:01:35.464 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111572026-08-04T18:01:36.092Z[ host-image] Aug 04 18:01:35.464 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111582026-08-04T18:01:36.093Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111592026-08-04T18:01:36.093Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111602026-08-04T18:01:36.093Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111612026-08-04T18:01:36.093Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111622026-08-04T18:01:36.093Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111632026-08-04T18:01:36.093Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111642026-08-04T18:01:36.093Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111652026-08-04T18:01:36.093Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111662026-08-04T18:01:36.093Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111672026-08-04T18:01:36.093Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111682026-08-04T18:01:36.093Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111692026-08-04T18:01:36.093Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111702026-08-04T18:01:36.093Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111712026-08-04T18:01:36.093Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111722026-08-04T18:01:36.093Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111732026-08-04T18:01:36.093Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111742026-08-04T18:01:36.093Z[ host-image] Aug 04 18:01:35.464 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111752026-08-04T18:01:36.093Z[ host-image] Aug 04 18:01:35.465 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111762026-08-04T18:01:36.094Z[ host-image] Aug 04 18:01:35.465 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111772026-08-04T18:01:36.094Z[ host-image] Aug 04 18:01:35.465 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111782026-08-04T18:01:36.094Z[ host-image] Aug 04 18:01:35.465 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111792026-08-04T18:01:36.094Z[ host-image] Aug 04 18:01:35.465 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111802026-08-04T18:01:36.094Z[ host-image] Aug 04 18:01:35.465 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111812026-08-04T18:01:36.094Z[ host-image] Aug 04 18:01:35.465 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111822026-08-04T18:01:36.094Z[ host-image] Aug 04 18:01:35.465 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111832026-08-04T18:01:36.094Z[ host-image] Aug 04 18:01:35.465 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111842026-08-04T18:01:36.094Z[ host-image] Aug 04 18:01:35.465 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111852026-08-04T18:01:36.094Z[ host-image] Aug 04 18:01:35.465 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111862026-08-04T18:01:36.094Z[ host-image] Aug 04 18:01:35.465 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111872026-08-04T18:01:36.094Z[ host-image] Aug 04 18:01:35.465 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111882026-08-04T18:01:36.094Z[ host-image] Aug 04 18:01:35.465 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111892026-08-04T18:01:36.109Z[ recovery-image] Aug 04 18:01:35.487 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111902026-08-04T18:01:36.110Z[ recovery-image] Aug 04 18:01:35.487 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
111912026-08-04T18:01:36.125Z[ host-image] Aug 04 18:01:35.503 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111922026-08-04T18:01:37.274Z[ host-image] Aug 04 18:01:36.652 INFO image complete! materials are in "/work/os-host"
111932026-08-04T18:01:37.278Z[ host-image]
111942026-08-04T18:01:37.278Z[ host-image] real 3:58.126005682
111952026-08-04T18:01:37.278Z[ host-image] user 2:53.133901102
111962026-08-04T18:01:37.278Z[ host-image] sys 40.768857414
111972026-08-04T18:01:37.278Z[ host-image] trap 0.117458318
111982026-08-04T18:01:37.278Z[ host-image] tflt 0.466669873
111992026-08-04T18:01:37.278Z[ host-image] dflt 0.441604515
112002026-08-04T18:01:37.278Z[ host-image] kflt 0.000364570
112012026-08-04T18:01:37.278Z[ host-image] lock 6:37.675838675
112022026-08-04T18:01:37.278Z[ host-image] slp 20:53.704263760
112032026-08-04T18:01:37.278Z[ host-image] lat 19.497289262
112042026-08-04T18:01:37.278Z[ host-image] stop 4.515819111
112052026-08-04T18:01:37.282ZAug 04 18:01:36.656 INFO [host-image] process exited with exit status: 0 (238.131479848s)
112062026-08-04T18:01:37.282ZAug 04 18:01:36.656 INFO [tuf-v2-host] running task
112072026-08-04T18:01:37.282ZAug 04 18:01:36.657 INFO [tuf-v2-host] task succeeded (1.208551ms)
112082026-08-04T18:01:37.381Z[ recovery-image] Aug 04 18:01:36.758 INFO image complete! materials are in "/work/os-recovery"
112092026-08-04T18:01:37.385Z[ recovery-image]
112102026-08-04T18:01:37.385Z[ recovery-image] real 3:28.252276026
112112026-08-04T18:01:37.385Z[ recovery-image] user 2:20.135562169
112122026-08-04T18:01:37.385Z[ recovery-image] sys 33.456596136
112132026-08-04T18:01:37.385Z[ recovery-image] trap 0.109434845
112142026-08-04T18:01:37.385Z[ recovery-image] tflt 0.440497267
112152026-08-04T18:01:37.385Z[ recovery-image] dflt 0.644992997
112162026-08-04T18:01:37.385Z[ recovery-image] kflt 0.000238830
112172026-08-04T18:01:37.385Z[ recovery-image] lock 6:59.684953841
112182026-08-04T18:01:37.385Z[ recovery-image] slp 18:12.657835358
112192026-08-04T18:01:37.385Z[ recovery-image] lat 34.348670180
112202026-08-04T18:01:37.385Z[ recovery-image] stop 6.986313873
112212026-08-04T18:01:37.385ZAug 04 18:01:36.762 INFO [recovery-image] process exited with exit status: 0 (208.257430312s)
112222026-08-04T18:01:37.385ZAug 04 18:01:36.762 INFO [tuf-v2-recovery] running task
112232026-08-04T18:01:37.385ZAug 04 18:01:36.762 INFO [tuf-repo] running task
112242026-08-04T18:01:37.389ZAug 04 18:01:36.762 INFO [tuf-v2-recovery] task succeeded (692.341µs)
112252026-08-04T18:01:37.389ZAug 04 18:01:36.762 INFO [tuf-v2-repo] running task
112262026-08-04T18:01:58.719ZAug 04 18:01:58.097 INFO assembling repository in `/tmp/tufaceousmSzl0w`, component: OmicronRepoAssembler
112272026-08-04T18:01:58.831ZAug 04 18:01:58.209 INFO [tuf-v2-repo] task succeeded (21.446166939s)
112282026-08-04T18:02:07.288ZAug 04 18:02:06.665 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112292026-08-04T18:02:07.522ZAug 04 18:02:06.900 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112302026-08-04T18:02:09.736ZAug 04 18:02:09.112 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112312026-08-04T18:02:09.793ZAug 04 18:02:09.171 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112322026-08-04T18:02:09.842ZAug 04 18:02:09.219 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112332026-08-04T18:02:09.893ZAug 04 18:02:09.270 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112342026-08-04T18:02:09.942ZAug 04 18:02:09.320 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112352026-08-04T18:02:09.998ZAug 04 18:02:09.376 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112362026-08-04T18:02:10.048ZAug 04 18:02:09.425 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112372026-08-04T18:02:20.273ZAug 04 18:02:19.651 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
112382026-08-04T18:02:20.279ZAug 04 18:02:19.656 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
112392026-08-04T18:02:20.303ZAug 04 18:02:19.681 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
112402026-08-04T18:02:20.361ZAug 04 18:02:19.739 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112412026-08-04T18:02:20.415ZAug 04 18:02:19.792 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112422026-08-04T18:02:20.472ZAug 04 18:02:19.850 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112432026-08-04T18:02:20.537ZAug 04 18:02:19.915 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
112442026-08-04T18:02:20.543ZAug 04 18:02:19.920 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
112452026-08-04T18:02:20.567ZAug 04 18:02:19.945 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
112462026-08-04T18:02:21.952ZAug 04 18:02:21.329 INFO extracting uploaded archive to /tmp/.tmp44tbI4
112472026-08-04T18:02:23.860ZAug 04 18:02:23.236 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.BKHJeh
112482026-08-04T18:02:23.920ZAug 04 18:02:23.298 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
112492026-08-04T18:02:24.023ZAug 04 18:02:23.400 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
112502026-08-04T18:02:24.097ZAug 04 18:02:23.475 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
112512026-08-04T18:02:24.173ZAug 04 18:02:23.551 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
112522026-08-04T18:02:24.260ZAug 04 18:02:23.637 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
112532026-08-04T18:02:24.340ZAug 04 18:02:23.718 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
112542026-08-04T18:02:24.424ZAug 04 18:02:23.801 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
112552026-08-04T18:02:24.514ZAug 04 18:02:23.891 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112562026-08-04T18:02:24.514ZAug 04 18:02:23.891 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112572026-08-04T18:02:24.574ZAug 04 18:02:23.952 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112582026-08-04T18:02:24.574ZAug 04 18:02:23.952 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112592026-08-04T18:02:24.625ZAug 04 18:02:24.002 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112602026-08-04T18:02:24.628ZAug 04 18:02:24.002 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112612026-08-04T18:02:24.670ZAug 04 18:02:24.048 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112622026-08-04T18:02:24.674ZAug 04 18:02:24.048 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112632026-08-04T18:02:24.718ZAug 04 18:02:24.096 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112642026-08-04T18:02:24.722ZAug 04 18:02:24.096 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112652026-08-04T18:02:24.767ZAug 04 18:02:24.144 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112662026-08-04T18:02:24.770ZAug 04 18:02:24.144 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112672026-08-04T18:02:24.816ZAug 04 18:02:24.193 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112682026-08-04T18:02:24.820ZAug 04 18:02:24.193 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112692026-08-04T18:02:24.820ZAug 04 18:02:24.194 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112702026-08-04T18:02:24.820ZAug 04 18:02:24.195 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112712026-08-04T18:02:24.820ZAug 04 18:02:24.195 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112722026-08-04T18:02:24.820ZAug 04 18:02:24.196 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112732026-08-04T18:02:24.820ZAug 04 18:02:24.196 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112742026-08-04T18:02:30.431ZAug 04 18:02:29.808 INFO added artifact, length: 33554432, hash: 79b4b18b517d79b707f1ca5d9625c42bf853cb22a24043c9b322ebf723bd6da9, version: 22.0.0-0.ci+git6cc81ce3932, kind: gimlet_host_phase_1, name: host
112752026-08-04T18:02:30.431ZAug 04 18:02:29.808 INFO added artifact, length: 33554432, hash: b17f96511d9258b34d9e108fdbd87375de9486a5b6bd53bc3a6d2e166b22e60c, version: 22.0.0-0.ci+git6cc81ce3932, kind: cosmo_host_phase_1, name: host
112762026-08-04T18:02:30.431ZAug 04 18:02:29.808 INFO added artifact, length: 1258295296, hash: 90658da0529be067acdda84855bec945dafb6d1f02b281ba58a9839c32717160, version: 22.0.0-0.ci+git6cc81ce3932, kind: host_phase_2, name: host
112772026-08-04T18:02:31.256ZAug 04 18:02:30.633 INFO added artifact, length: 33554432, hash: 6a65cacf49c9b91f274188a715e3746e39c3dd03240fef9b8f1ed05d482cca64, version: 22.0.0-0.ci+git6cc81ce3932, kind: gimlet_trampoline_phase_1, name: trampoline
112782026-08-04T18:02:31.257ZAug 04 18:02:30.633 INFO added artifact, length: 33554432, hash: 8104a09315ed6333da4951c899c5aa06c3bffb475c30378edad8e13e9aaf97d4, version: 22.0.0-0.ci+git6cc81ce3932, kind: cosmo_trampoline_phase_1, name: trampoline
112792026-08-04T18:02:31.260ZAug 04 18:02:30.633 INFO added artifact, length: 166021389, hash: 36daa788064dafb96409dec268362330f8edc4ec7a6c072943cdd8929d2dc229, version: 22.0.0-0.ci+git6cc81ce3932, kind: trampoline_phase_2, name: trampoline
112802026-08-04T18:02:32.801ZAug 04 18:02:32.178 INFO added artifact, length: 309536803, hash: e2856740f504d0f8bdc0b92e582bab76b4b1d2d96989cb972c85c4dab0c3f32f, version: 22.0.0-0.ci+git6cc81ce3932, kind: zone, name: clickhouse_keeper
112812026-08-04T18:02:34.539ZAug 04 18:02:33.916 INFO added artifact, length: 323656417, hash: a3e36c521a756edbf0380a294c5fcb5abd599da51b474cbbf1f86e3325014769, version: 22.0.0-0.ci+git6cc81ce3932, kind: zone, name: clickhouse_server
112822026-08-04T18:02:36.224ZAug 04 18:02:35.601 INFO added artifact, length: 323659566, hash: d12e7b658b6a13eb27fc71e7a343fa782441d5aeb364a48fd4d56788d303d694, version: 22.0.0-0.ci+git6cc81ce3932, kind: zone, name: clickhouse
112832026-08-04T18:02:37.079ZAug 04 18:02:36.456 INFO added artifact, length: 167199247, hash: bf655c3b0112ef2f572b221e2ec633d8afd01ac678b91cc9b131533a65bb10b5, version: 22.0.0-0.ci+git6cc81ce3932, kind: zone, name: cockroachdb
112842026-08-04T18:02:37.303ZAug 04 18:02:36.680 INFO added artifact, length: 40462531, hash: 360c8268b6f53b296bea1d2921e849ec60f2e8edfae7708694c089a1bd2e473a, version: 22.0.0-0.ci+git6cc81ce3932, kind: zone, name: crucible-pantry-zone
112852026-08-04T18:02:37.618ZAug 04 18:02:36.995 INFO added artifact, length: 55510624, hash: 6b207d4205f5d49ba2d1df704acacb1c7a3085b8a211cee12d63861fc640bb84, version: 22.0.0-0.ci+git6cc81ce3932, kind: zone, name: crucible-zone
112862026-08-04T18:02:37.904ZAug 04 18:02:37.281 INFO added artifact, length: 49259769, hash: 1ef045f0d2e38fc8b14dcc7280729d26f095e438b6e6e770f1170e181e4674a0, version: 22.0.0-0.ci+git6cc81ce3932, kind: zone, name: external-dns
112872026-08-04T18:02:38.195ZAug 04 18:02:37.573 INFO added artifact, length: 49259367, hash: 5ac0c341bebe68ec66e35f772ec442d0193bcbce0636e07d756647c8062369a6, version: 22.0.0-0.ci+git6cc81ce3932, kind: zone, name: internal-dns
112882026-08-04T18:02:40.249ZAug 04 18:02:39.627 INFO added artifact, length: 363477964, hash: 1045555cf44da6440fca62eaf74661eff0584e008d560b21d8d41cb6a1c0cecb, version: 22.0.0-0.ci+git6cc81ce3932, kind: zone, name: nexus
112892026-08-04T18:02:40.413ZAug 04 18:02:39.791 INFO added artifact, length: 31413513, hash: c68774e1da6ca64a17a4a168944913960df81217fc9603ac95d6c62fc7628b2f, version: 22.0.0-0.ci+git6cc81ce3932, kind: zone, name: ntp
112902026-08-04T18:02:40.760ZAug 04 18:02:40.137 INFO added artifact, length: 66647294, hash: 3cbbb5b1925dacef96c5b9894b43e515babaea214b8ef9208d9e50a82bfd3384, version: 22.0.0-0.ci+git6cc81ce3932, kind: zone, name: oximeter
112912026-08-04T18:02:40.775ZAug 04 18:02:40.153 INFO added artifact, length: 3109592, hash: 2c75c86de32816ad415eda1f0b369c30eb518d455adc4cd48184d437117f548c, version: 22.0.0-0.ci+git6cc81ce3932, kind: zone, name: probe
112922026-08-04T18:02:40.778ZAug 04 18:02:40.153 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112932026-08-04T18:02:40.778ZAug 04 18:02:40.153 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
112942026-08-04T18:02:40.778ZAug 04 18:02:40.154 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112952026-08-04T18:02:40.805ZAug 04 18:02:40.183 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
112962026-08-04T18:02:40.838ZAug 04 18:02:40.216 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
112972026-08-04T18:02:40.873ZAug 04 18:02:40.250 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
112982026-08-04T18:02:40.929ZAug 04 18:02:40.306 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112992026-08-04T18:02:40.929ZAug 04 18:02:40.306 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113002026-08-04T18:02:41.003ZAug 04 18:02:40.368 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113012026-08-04T18:02:41.003ZAug 04 18:02:40.368 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113022026-08-04T18:02:41.040ZAug 04 18:02:40.417 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113032026-08-04T18:02:41.040ZAug 04 18:02:40.417 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113042026-08-04T18:02:41.087ZAug 04 18:02:40.465 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113052026-08-04T18:02:41.091ZAug 04 18:02:40.465 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113062026-08-04T18:02:41.091ZAug 04 18:02:40.466 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113072026-08-04T18:02:41.091ZAug 04 18:02:40.466 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113082026-08-04T18:02:41.091ZAug 04 18:02:40.467 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113092026-08-04T18:02:41.140ZAug 04 18:02:40.517 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
113102026-08-04T18:02:41.222ZAug 04 18:02:40.600 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
113112026-08-04T18:02:41.314ZAug 04 18:02:40.691 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
113122026-08-04T18:02:41.412ZAug 04 18:02:40.790 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113132026-08-04T18:02:41.416ZAug 04 18:02:40.790 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113142026-08-04T18:02:41.465ZAug 04 18:02:40.843 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113152026-08-04T18:02:41.468ZAug 04 18:02:40.843 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113162026-08-04T18:02:41.517ZAug 04 18:02:40.894 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113172026-08-04T18:02:41.520ZAug 04 18:02:40.894 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113182026-08-04T18:02:41.570ZAug 04 18:02:40.947 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113192026-08-04T18:02:41.573ZAug 04 18:02:40.947 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113202026-08-04T18:02:41.573ZAug 04 18:02:40.948 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113212026-08-04T18:02:41.573ZAug 04 18:02:40.948 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113222026-08-04T18:02:41.573ZAug 04 18:02:40.949 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113232026-08-04T18:02:41.573ZAug 04 18:02:40.949 INFO added artifact, length: 924, hash: 0648a2144d6ec5a63b9e416d9c8710667aba1fc793d58e0c546b385831ed2f2f, version: 22.0.0-0.ci+git6cc81ce3932, kind: installinator_document, name: installinator_document
113242026-08-04T18:02:42.047ZAug 04 18:02:41.425 INFO extracting uploaded archive to /tmp/.tmpTpDwbl
113252026-08-04T18:02:43.977ZAug 04 18:02:43.355 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.21sYcj
113262026-08-04T18:02:44.036ZAug 04 18:02:43.413 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
113272026-08-04T18:02:44.145ZAug 04 18:02:43.523 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
113282026-08-04T18:02:44.232ZAug 04 18:02:43.610 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
113292026-08-04T18:02:44.301ZAug 04 18:02:43.678 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
113302026-08-04T18:02:44.370ZAug 04 18:02:43.747 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
113312026-08-04T18:02:44.457ZAug 04 18:02:43.834 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
113322026-08-04T18:02:44.541ZAug 04 18:02:43.918 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
113332026-08-04T18:02:44.638ZAug 04 18:02:44.016 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
113342026-08-04T18:02:44.638ZAug 04 18:02:44.016 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
113352026-08-04T18:02:44.691ZAug 04 18:02:44.069 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
113362026-08-04T18:02:44.694ZAug 04 18:02:44.069 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
113372026-08-04T18:02:44.739ZAug 04 18:02:44.117 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
113382026-08-04T18:02:44.742ZAug 04 18:02:44.117 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
113392026-08-04T18:02:44.790ZAug 04 18:02:44.168 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
113402026-08-04T18:02:44.790ZAug 04 18:02:44.168 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
113412026-08-04T18:02:44.838ZAug 04 18:02:44.216 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
113422026-08-04T18:02:44.842ZAug 04 18:02:44.216 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
113432026-08-04T18:02:44.886ZAug 04 18:02:44.264 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
113442026-08-04T18:02:44.889ZAug 04 18:02:44.264 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
113452026-08-04T18:02:44.937ZAug 04 18:02:44.315 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
113462026-08-04T18:02:44.941ZAug 04 18:02:44.315 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
113472026-08-04T18:02:44.941ZAug 04 18:02:44.316 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
113482026-08-04T18:02:44.941ZAug 04 18:02:44.316 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
113492026-08-04T18:02:44.941ZAug 04 18:02:44.317 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
113502026-08-04T18:02:44.941ZAug 04 18:02:44.317 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
113512026-08-04T18:02:44.941ZAug 04 18:02:44.318 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
113522026-08-04T18:02:50.608ZAug 04 18:02:49.986 INFO added artifact, length: 33554432, hash: 79b4b18b517d79b707f1ca5d9625c42bf853cb22a24043c9b322ebf723bd6da9, version: 22.0.0-0.ci+git6cc81ce3932, kind: gimlet_host_phase_1, name: host
113532026-08-04T18:02:50.609ZAug 04 18:02:49.986 INFO added artifact, length: 33554432, hash: b17f96511d9258b34d9e108fdbd87375de9486a5b6bd53bc3a6d2e166b22e60c, version: 22.0.0-0.ci+git6cc81ce3932, kind: cosmo_host_phase_1, name: host
113542026-08-04T18:02:50.612ZAug 04 18:02:49.986 INFO added artifact, length: 1258295296, hash: 90658da0529be067acdda84855bec945dafb6d1f02b281ba58a9839c32717160, version: 22.0.0-0.ci+git6cc81ce3932, kind: host_phase_2, name: host
113552026-08-04T18:02:51.524ZAug 04 18:02:50.901 INFO added artifact, length: 33554432, hash: 6a65cacf49c9b91f274188a715e3746e39c3dd03240fef9b8f1ed05d482cca64, version: 22.0.0-0.ci+git6cc81ce3932, kind: gimlet_trampoline_phase_1, name: trampoline
113562026-08-04T18:02:51.524ZAug 04 18:02:50.901 INFO added artifact, length: 33554432, hash: 8104a09315ed6333da4951c899c5aa06c3bffb475c30378edad8e13e9aaf97d4, version: 22.0.0-0.ci+git6cc81ce3932, kind: cosmo_trampoline_phase_1, name: trampoline
113572026-08-04T18:02:51.524ZAug 04 18:02:50.901 INFO added artifact, length: 166021389, hash: 36daa788064dafb96409dec268362330f8edc4ec7a6c072943cdd8929d2dc229, version: 22.0.0-0.ci+git6cc81ce3932, kind: trampoline_phase_2, name: trampoline
113582026-08-04T18:02:57.974ZAug 04 18:02:57.351 INFO added artifact, length: 1844754632, hash: fc0910405a583fc13e2b27c8441a1d7dadf8690beab66bd9b8f1d9a835185c8c, version: 22.0.0-0.ci+git6cc81ce3932, kind: control_plane, name: control-plane
113592026-08-04T18:02:57.978ZAug 04 18:02:57.351 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
113602026-08-04T18:02:57.978ZAug 04 18:02:57.352 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
113612026-08-04T18:02:57.978ZAug 04 18:02:57.352 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
113622026-08-04T18:02:58.006ZAug 04 18:02:57.383 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
113632026-08-04T18:02:58.030ZAug 04 18:02:57.408 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
113642026-08-04T18:02:58.055ZAug 04 18:02:57.433 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
113652026-08-04T18:02:58.105ZAug 04 18:02:57.483 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113662026-08-04T18:02:58.108ZAug 04 18:02:57.483 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113672026-08-04T18:02:58.159ZAug 04 18:02:57.537 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113682026-08-04T18:02:58.162ZAug 04 18:02:57.537 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113692026-08-04T18:02:58.213ZAug 04 18:02:57.591 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113702026-08-04T18:02:58.213ZAug 04 18:02:57.591 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113712026-08-04T18:02:58.261ZAug 04 18:02:57.638 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113722026-08-04T18:02:58.264ZAug 04 18:02:57.638 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113732026-08-04T18:02:58.264ZAug 04 18:02:57.639 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113742026-08-04T18:02:58.264ZAug 04 18:02:57.639 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113752026-08-04T18:02:58.264ZAug 04 18:02:57.640 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113762026-08-04T18:02:58.309ZAug 04 18:02:57.686 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
113772026-08-04T18:02:58.397ZAug 04 18:02:57.775 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
113782026-08-04T18:02:58.483ZAug 04 18:02:57.860 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
113792026-08-04T18:02:58.570ZAug 04 18:02:57.947 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113802026-08-04T18:02:58.573ZAug 04 18:02:57.947 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113812026-08-04T18:02:58.620ZAug 04 18:02:57.997 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113822026-08-04T18:02:58.623ZAug 04 18:02:57.997 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113832026-08-04T18:02:58.673ZAug 04 18:02:58.050 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113842026-08-04T18:02:58.673ZAug 04 18:02:58.050 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113852026-08-04T18:02:58.718ZAug 04 18:02:58.096 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113862026-08-04T18:02:58.721ZAug 04 18:02:58.096 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113872026-08-04T18:02:58.721ZAug 04 18:02:58.096 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113882026-08-04T18:02:58.722ZAug 04 18:02:58.097 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113892026-08-04T18:02:58.722ZAug 04 18:02:58.097 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113902026-08-04T18:02:58.722ZAug 04 18:02:58.098 INFO added artifact, length: 924, hash: 0648a2144d6ec5a63b9e416d9c8710667aba1fc793d58e0c546b385831ed2f2f, version: 22.0.0-0.ci+git6cc81ce3932, kind: installinator_document, name: installinator_document
113912026-08-04T18:02:59.589ZAug 04 18:02:58.966 INFO [tuf-repo] task succeeded (82.204426455s)
113922026-08-04T18:05:13.492Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 00s
113932026-08-04T18:05:13.496Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
113942026-08-04T18:05:13.496Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
113952026-08-04T18:05:16.101ZAug 04 18:05:15.479 INFO [verify-libraries] process exited with exit status: 0 (427.219669857s)
113962026-08-04T18:05:16.102ZAug 04 18:05:15.479 INFO all jobs completed in 1129.344523772s
113972026-08-04T18:05:17.323Zprocess exited: duration 1339400 ms, exit code 0
 
113982026-08-04T18:05:17.336Zfound 41 output files
113992026-08-04T18:05:17.336Zuploading: /work/manifest.toml (17334 bytes)
114002026-08-04T18:05:18.349Zuploaded: /work/manifest.toml
114012026-08-04T18:05:18.349Zuploading: /work/repo.zip (3207718943 bytes)
114022026-08-04T18:05:54.974Zuploaded: /work/repo.zip
114032026-08-04T18:05:54.975Zuploading: /work/repo.zip.sha256.txt (65 bytes)
114042026-08-04T18:05:56.000Zuploaded: /work/repo.zip.sha256.txt
114052026-08-04T18:05:56.000Zuploading: /work/helios.json (647 bytes)
114062026-08-04T18:05:57.011Zuploaded: /work/helios.json
114072026-08-04T18:05:57.011Zuploading: /work/incorporation.p5m (113590 bytes)
114082026-08-04T18:05:58.027Zuploaded: /work/incorporation.p5m
114092026-08-04T18:05:58.027Zuploading: /work/incorporation.p5p (133120 bytes)
114102026-08-04T18:05:59.042Zuploaded: /work/incorporation.p5p
114112026-08-04T18:05:59.042Zuploading: /work/helios-incorp.log (522 bytes)
114122026-08-04T18:06:00.054Zuploaded: /work/helios-incorp.log
114132026-08-04T18:06:00.054Zuploading: /work/helios-setup.log (57462 bytes)
114142026-08-04T18:06:01.065Zuploaded: /work/helios-setup.log
114152026-08-04T18:06:01.065Zuploading: /work/host-image.log (238211 bytes)
114162026-08-04T18:06:02.082Zuploaded: /work/host-image.log
114172026-08-04T18:06:02.082Zuploading: /work/host-package.log (33927 bytes)
114182026-08-04T18:06:03.096Zuploaded: /work/host-package.log
114192026-08-04T18:06:03.097Zuploading: /work/host-target.log (101 bytes)
114202026-08-04T18:06:04.109Zuploaded: /work/host-target.log
114212026-08-04T18:06:04.109Zuploading: /work/incorp-create.log (0 bytes)
114222026-08-04T18:06:05.116Zuploaded: /work/incorp-create.log
114232026-08-04T18:06:05.117Zuploading: /work/incorp-fmt.log (0 bytes)
114242026-08-04T18:06:06.125Zuploaded: /work/incorp-fmt.log
114252026-08-04T18:06:06.125Zuploading: /work/incorp-pkgsend.log (108 bytes)
114262026-08-04T18:06:07.136Zuploaded: /work/incorp-pkgsend.log
114272026-08-04T18:06:07.136Zuploading: /work/incorp-publisher.log (0 bytes)
114282026-08-04T18:06:08.143Zuploaded: /work/incorp-publisher.log
114292026-08-04T18:06:08.143Zuploading: /work/omicron-package.log (7957 bytes)
114302026-08-04T18:06:09.154Zuploaded: /work/omicron-package.log
114312026-08-04T18:06:09.154Zuploading: /work/recovery-image.log (587494 bytes)
114322026-08-04T18:06:10.173Zuploaded: /work/recovery-image.log
114332026-08-04T18:06:10.173Zuploading: /work/recovery-package.log (2497 bytes)
114342026-08-04T18:06:11.184Zuploaded: /work/recovery-package.log
114352026-08-04T18:06:11.184Zuploading: /work/recovery-target.log (98 bytes)
114362026-08-04T18:06:12.193Zuploaded: /work/recovery-target.log
114372026-08-04T18:06:12.193Zuploading: /work/stamp-clickhouse.log (117 bytes)
114382026-08-04T18:06:13.203Zuploaded: /work/stamp-clickhouse.log
114392026-08-04T18:06:13.203Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
114402026-08-04T18:06:14.213Zuploaded: /work/stamp-clickhouse_keeper.log
114412026-08-04T18:06:14.213Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
114422026-08-04T18:06:15.222Zuploaded: /work/stamp-clickhouse_server.log
114432026-08-04T18:06:15.222Zuploading: /work/stamp-cockroachdb.log (118 bytes)
114442026-08-04T18:06:16.233Zuploaded: /work/stamp-cockroachdb.log
114452026-08-04T18:06:16.233Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
114462026-08-04T18:06:17.242Zuploaded: /work/stamp-crucible-pantry-zone.log
114472026-08-04T18:06:17.242Zuploading: /work/stamp-crucible-utils.log (118 bytes)
114482026-08-04T18:06:18.250Zuploaded: /work/stamp-crucible-utils.log
114492026-08-04T18:06:18.251Zuploading: /work/stamp-crucible-zone.log (120 bytes)
114502026-08-04T18:06:19.260Zuploaded: /work/stamp-crucible-zone.log
114512026-08-04T18:06:19.260Zuploading: /work/stamp-external-dns.log (119 bytes)
114522026-08-04T18:06:20.271Zuploaded: /work/stamp-external-dns.log
114532026-08-04T18:06:20.272Zuploading: /work/stamp-installinator.log (103 bytes)
114542026-08-04T18:06:21.281Zuploaded: /work/stamp-installinator.log
114552026-08-04T18:06:21.281Zuploading: /work/stamp-internal-dns.log (119 bytes)
114562026-08-04T18:06:22.298Zuploaded: /work/stamp-internal-dns.log
114572026-08-04T18:06:22.298Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
114582026-08-04T18:06:23.308Zuploaded: /work/stamp-mg-ddm-gz.log
114592026-08-04T18:06:23.308Zuploading: /work/stamp-nexus.log (112 bytes)
114602026-08-04T18:06:24.318Zuploaded: /work/stamp-nexus.log
114612026-08-04T18:06:24.318Zuploading: /work/stamp-ntp.log (110 bytes)
114622026-08-04T18:06:25.376Zuploaded: /work/stamp-ntp.log
114632026-08-04T18:06:25.376Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
114642026-08-04T18:06:26.386Zuploaded: /work/stamp-omicron-sled-agent.log
114652026-08-04T18:06:26.386Zuploading: /work/stamp-overlay.log (114 bytes)
114662026-08-04T18:06:27.396Zuploaded: /work/stamp-overlay.log
114672026-08-04T18:06:27.396Zuploading: /work/stamp-oximeter.log (115 bytes)
114682026-08-04T18:06:28.407Zuploaded: /work/stamp-oximeter.log
114692026-08-04T18:06:28.407Zuploading: /work/stamp-oxlog.log (109 bytes)
114702026-08-04T18:06:29.420Zuploaded: /work/stamp-oxlog.log
114712026-08-04T18:06:29.420Zuploading: /work/stamp-probe.log (112 bytes)
114722026-08-04T18:06:30.430Zuploaded: /work/stamp-probe.log
114732026-08-04T18:06:30.430Zuploading: /work/stamp-propolis-server.log (122 bytes)
114742026-08-04T18:06:31.441Zuploaded: /work/stamp-propolis-server.log
114752026-08-04T18:06:31.441Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114762026-08-04T18:06:32.453Zuploaded: /work/stamp-pumpkind-gz.log
114772026-08-04T18:06:32.454Zuploading: /work/stamp-switch-asic.log (118 bytes)
114782026-08-04T18:06:33.463Zuploaded: /work/stamp-switch-asic.log
114792026-08-04T18:06:33.463Zuploading: /work/verify-libraries.log (52113 bytes)
114802026-08-04T18:06:34.475Zuploaded: /work/verify-libraries.log